@import url("../../../css/font-mulish.css");
.visible_md {
  display: none !important;
}

body {
  padding: 120px 0 0 0;
}
body * {
  box-sizing: border-box;
  font-family: "Mulish", "Open Sans" !important;
}
body .overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.2s ease;
}
body .overlay.show {
  z-index: 888;
  opacity: 1;
  visibility: visible;
}

.cat_menu_mobile,
.search_outer_mobile {
  display: none;
}

.cat_menu {
  position: fixed;
  top: 79px;
  padding: 40px 0;
  background-color: #fff;
  z-index: 999;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  height: auto;
  max-height: 0;
  transition: max-height 0.5s ease-in;
}
.cat_menu.show {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
  transition: max-height 0.5s ease-out;
}
.cat_menu .nav_title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 24px;
}
.cat_menu .categories_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 24px 0;
}
.cat_menu .categories_wrapper .category a {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
}
.cat_menu .categories_wrapper .category a img {
  filter: brightness(0) saturate(100%);
}
.cat_menu .categories_wrapper .category a:hover {
  color: #3339f1;
}
.cat_menu .categories_wrapper .category a:hover img {
  filter: unset;
}

header {
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
}
header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 76px;
}
header .header_inner .search_container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}
header .header_inner .search_container .results_wrapper {
  top: 56px;
  max-width: 492px;
  left: 0;
}
header .header_inner .search_container .results_wrapper .see_all a {
  font-size: 14px;
}
header .header_inner .search_container .results_wrapper img {
  display: none;
}
header .header_inner .search_container .results_wrapper p img {
  display: inline-block !important;
}
header .header_inner .search_container .search_wrapper {
  width: 492px;
  height: 50px;
  padding: 10px 16px 10px 48px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  background-image: url("../../../../../uploads/tenweb-theme/images/icons/search/search.svg");
  background-repeat: no-repeat;
  background-position: center left 17px;
  background-size: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header_inner .search_container .search_wrapper .loader {
  margin-right: 0;
}
header .header_inner .search_container .search_wrapper.active {
  border-color: #000000;
}
header .header_inner .search_container .search_wrapper input {
  border: none;
  outline: none;
  background-color: #fff;
  height: 100%;
  width: 100%;
}
header .header_inner .search_container .search_wrapper input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 600;
}
header .header_inner .search_container .nav_opener {
  border: 1px solid #eaeaea;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: 180px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  background-color: #fff;
  cursor: pointer;
}
header .header_inner .search_container .nav_opener:hover {
  background-color: rgba(234, 234, 234, 0.3);
  color: rgba(0, 0, 0, 0.7);
}
header .header_inner .search_container .nav_opener:hover .burger span {
  background-color: rgba(0, 0, 0, 0.7);
}
header .header_inner .search_container .nav_opener.open {
  background-color: rgba(234, 234, 234, 0.3);
  color: rgba(0, 0, 0, 0.7);
}
header .header_inner .search_container .nav_opener.open .burger span {
  background-color: rgba(0, 0, 0, 0.7);
}
header .header_inner .search_container .nav_opener.open .burger span:nth-child(1) {
  -webkit-transform: rotateZ(-45deg) translateX(-3px) translateY(5.5px);
  -moz-transform: rotateZ(-45deg) translateX(-3px) translateY(5.5px);
  -ms-transform: rotateZ(-45deg) translateX(-3px) translateY(5.5px);
  -o-transform: rotateZ(-45deg) translateX(-3px) translateY(5.5px);
  transform: rotateZ(-45deg) translateX(-3px) translateY(5.5px);
}
header .header_inner .search_container .nav_opener.open .burger span:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
header .header_inner .search_container .nav_opener.open .burger span:nth-child(3) {
  -webkit-transform: rotateZ(45deg) translateX(-1px) translateY(-3.5px);
  -moz-transform: rotateZ(45deg) translateX(-1px) translateY(-3.5px);
  -ms-transform: rotateZ(45deg) translateX(-1.5px) translateY(-4px);
  -o-transform: rotateZ(45deg) translateX(-1.5px) translateY(-4px);
  transform: rotateZ(45deg) translateX(-1.5px) translateY(-4px);
}
header .header_inner .search_container .nav_opener .burger {
  width: 14px;
  height: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .header_inner .search_container .nav_opener .burger span {
  transition: all 0.2s ease;
  display: block;
  background-color: #000000;
  border-radius: 2px;
  height: 2px;
}
header .header_inner .search_container .nav_opener .burger span:nth-child(2) {
  transition: unset;
}

.with-cta-topbar header {
  top: 55px;
}
.with-cta-topbar .cat_menu {
  top: 134px;
}
.with-cta-topbar .single_ai_tools_page_wrapper {
  padding-top: 55px;
}

.breadcrumbs {
  display: flex;
  gap: 6px;
  margin-bottom: 50px;
  align-items: center;
}
.breadcrumbs a {
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #000000;
}
.breadcrumbs a:hover {
  opacity: 0.5;
}
.breadcrumbs .chevron {
  width: 16px;
  height: 16px;
  background: url("../../../../../uploads/tenweb-theme/images/icons/arrows/glossary_arrow.svg") no-repeat center center;
}
.breadcrumbs strong {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.single_ai_tools_page_wrapper .intro_info_outer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 140px;
  margin-bottom: 80px;
}
.single_ai_tools_page_wrapper .intro_info_outer .intro_info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px 30px;
  width: 480px;
  flex-wrap: wrap;
}
.single_ai_tools_page_wrapper .intro_info_outer .intro_info .plan {
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  line-height: 18px;
  margin-left: 102px;
  display: inline-block;
}
.single_ai_tools_page_wrapper .intro_info_outer .intro_info .plan.free {
  border: 1px solid rgba(34, 179, 57, 0.2);
  background-color: rgba(34, 179, 57, 0.1);
  color: #0f4d18;
}
.single_ai_tools_page_wrapper .intro_info_outer .intro_info .plan.paid {
  color: rgba(48, 36, 12, 0.7);
  border: 1px solid rgba(252, 187, 64, 0.3);
  background-color: rgba(252, 187, 64, 0.2);
}
.single_ai_tools_page_wrapper .intro_info_outer .intro_info .pricing {
  padding: 8px;
  border: 1px solid #eaeaea;
  border-radius: 38px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  flex: 0 0 378px;
}
.single_ai_tools_page_wrapper .intro_info_outer .intro_info .pricing .plan {
  margin-left: auto;
}
.single_ai_tools_page_wrapper .intro_info_outer .intro_info .pricing .price {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  padding-left: 8px;
  display: flex;
  align-items: center;
}
.single_ai_tools_page_wrapper .intro_info_outer .intro_info .pricing .price .price_desc {
  opacity: 0.8;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.single_ai_tools_page_wrapper .intro_info_outer .intro_info .pricing .price img {
  margin-right: 8px;
}
.single_ai_tools_page_wrapper .intro_info_outer .intro_info .pricing .price .strong {
  font-weight: 700;
}
.single_ai_tools_page_wrapper .intro_info_outer .intro_info .pricing .price .interval {
  opacity: 0.3;
}
.single_ai_tools_page_wrapper .intro_info_outer .intro_info .logo {
  width: 72px;
  height: 72px;
  flex: 1 0 72px;
  outline: 1px solid #eaeaea;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.single_ai_tools_page_wrapper .intro_info_outer .intro_info .logo img {
  max-width: 100%;
  border-radius: 8px;
}
.single_ai_tools_page_wrapper .intro_info_outer .intro_info .intro_metadata {
  flex: 0 0 378px;
}
.single_ai_tools_page_wrapper .intro_info_outer .intro_info .intro_metadata .category {
  padding: 4px 8px;
  background-color: #f4f4f4;
  border-radius: 16px;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  display: inline-block;
  border: 1px solid #f4f4f4;
  color: #000000;
  text-decoration: none;
}
.single_ai_tools_page_wrapper .intro_info_outer .intro_info .intro_metadata .category:hover {
  border-color: #000000;
}
.single_ai_tools_page_wrapper .intro_info_outer .intro_info .intro_metadata .title {
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 4px;
}
.single_ai_tools_page_wrapper .intro_info_outer .intro_info .intro_metadata .description {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.single_ai_tools_page_wrapper .intro_info_outer .intro_image {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  overflow: hidden;
}
.single_ai_tools_page_wrapper .scores {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eaeaea;
  display: flex;
  align-items: center;
}
.single_ai_tools_page_wrapper .scores .btn_wrapper {
  margin-left: auto;
}
.single_ai_tools_page_wrapper .scores .btn_wrapper a {
  width: 220px;
}
.single_ai_tools_page_wrapper .scores .score {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
.single_ai_tools_page_wrapper .scores .score:first-child {
  padding-right: 16px;
  margin-right: 16px;
  position: relative;
}
.single_ai_tools_page_wrapper .scores .score:first-child:after {
  content: " ";
  width: 1px;
  height: 30px;
  background-color: #eaeaea;
  position: absolute;
  right: 0;
  top: 9px;
}
.single_ai_tools_page_wrapper .scores .score div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.single_ai_tools_page_wrapper .scores .score div strong {
  font-size: 16px;
  line-height: 22px;
}
.single_ai_tools_page_wrapper .page_navigation .navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #eaeaea;
  gap: 30px;
  padding-bottom: 10px;
}
.single_ai_tools_page_wrapper .page_navigation .navigation a {
  font-size: 16px;
  line-height: 22px;
  opacity: 0.5;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  padding: 10px 0;
  position: relative;
  display: block;
}
.single_ai_tools_page_wrapper .page_navigation .navigation a:hover {
  opacity: 1;
}
.single_ai_tools_page_wrapper .page_navigation .navigation a:after {
  content: "";
  width: 0;
  transition: width 0.2s ease;
}
.single_ai_tools_page_wrapper .page_navigation .navigation a.active {
  opacity: 1;
  font-weight: 700;
}
.single_ai_tools_page_wrapper .page_navigation .navigation a.active:after {
  content: "";
  bottom: -10px;
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  display: block;
}
.single_ai_tools_page_wrapper .page_content {
  margin-top: 60px;
}
.single_ai_tools_page_wrapper .page_content .content_inner {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.single_ai_tools_page_wrapper .page_content .content_inner .sidebar {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
}
.single_ai_tools_page_wrapper .page_content .content_inner .sidebar .widgets-container > div:nth-child(2) {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  margin-top: 30px;
}
.single_ai_tools_page_wrapper .page_content .content_inner .sidebar .sidebar_title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}
.single_ai_tools_page_wrapper .page_content .content_inner .sidebar .sidebar_list .feature_item {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.single_ai_tools_page_wrapper .page_content .content_inner .sidebar .sidebar_list.key_features .feature_item:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../../../../../uploads/tenweb-theme/images/icons/features_check.svg") no-repeat center;
  background-size: 26px;
}
.single_ai_tools_page_wrapper .page_content .content_inner .sidebar .sidebar_list.pros .feature_item:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../../../../../uploads/tenweb-theme/images/icons/checkmarks/blue_check_flat.svg") no-repeat center;
  background-size: 16px;
}
.single_ai_tools_page_wrapper .page_content .content_inner .sidebar .sidebar_list.cons {
  margin-bottom: 50px;
}
.single_ai_tools_page_wrapper .page_content .content_inner .sidebar .sidebar_list.cons .feature_item:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../../../../../uploads/tenweb-theme/images/icons/times.svg") no-repeat center;
  background-size: 26px;
}
.single_ai_tools_page_wrapper .page_content .content_inner .sidebar .sidebar_list.cons .feature_item:last-child {
  margin-bottom: 0;
}
.single_ai_tools_page_wrapper .page_content .content_inner ul {
  padding-left: 25px;
}
.single_ai_tools_page_wrapper .page_content .content_inner .content {
  flex: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
}
.single_ai_tools_page_wrapper .page_content .content_inner .content h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 62px;
  margin-bottom: 40px;
}
.single_ai_tools_page_wrapper .page_content .content_inner .content h2.secondary_title {
  font-size: 34px;
  line-height: 54px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}
.single_ai_tools_page_wrapper .page_content .content_inner .content h3 {
  font-size: 40px;
  font-weight: 800;
  line-height: 60px;
  margin-bottom: 30px;
  margin-top: 100px;
}
.single_ai_tools_page_wrapper .page_content .content_inner .content .key_features_content {
  margin-bottom: 80px;
}
.single_ai_tools_page_wrapper .page_content .content_inner .content .key_features_content ul {
  list-style: disc;
}
.single_ai_tools_page_wrapper .page_content .content_inner .content .key_features_content ul li {
  font-size: 20px;
  line-height: 34px;
}
.single_ai_tools_page_wrapper .page_content .content_inner .content .key_features_content ul li strong {
  font-weight: 600;
}
.single_ai_tools_page_wrapper .page_content .content_inner .content p {
  margin-bottom: 30px;
}
.single_ai_tools_page_wrapper .more_tools_container {
  padding-top: 80px;
  border-top: 1px solid #000000;
}
.single_ai_tools_page_wrapper .more_tools_container .title_holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.single_ai_tools_page_wrapper .more_tools_container .title_holder h2 {
  font-size: 34px;
  line-height: 54px;
  font-weight: 700;
  position: relative;
}
.single_ai_tools_page_wrapper .more_tools_container .title_holder a {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: underline;
  color: #000000;
}
.single_ai_tools_page_wrapper .more_tools_container .title_holder a:hover {
  text-decoration: none;
}
.single_ai_tools_page_wrapper .more_tools_container .title_holder a:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../../../../../uploads/tenweb-theme/images/icons/arrows/glossary_arrow.svg") no-repeat center;
}
.single_ai_tools_page_wrapper .more_tools_container .more_tools_inner {
  display: block;
}
.single_ai_tools_page_wrapper .more_tools_container .more_tools_inner .slick-track {
  display: flex;
}
.single_ai_tools_page_wrapper .more_tools_container .more_tools_inner .slick-arrow {
  width: 148px;
  height: 100%;
  top: 0;
}
.single_ai_tools_page_wrapper .more_tools_container .more_tools_inner .slick-arrow:hover::after {
  border-color: #000000;
}
.single_ai_tools_page_wrapper .more_tools_container .more_tools_inner .slick-arrow.slick-prev {
  left: -3px;
  background: linear-gradient(90deg, #fff 36%, rgba(255, 255, 255, 0) 100%);
}
.single_ai_tools_page_wrapper .more_tools_container .more_tools_inner .slick-arrow.slick-prev::after {
  background-image: url("../../../../../uploads/tenweb-theme/images/ai_tools/arrow_left_default.svg");
  border: 1px solid #eaeaea;
  border-radius: 50%;
  background-position: center center;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}
.single_ai_tools_page_wrapper .more_tools_container .more_tools_inner .slick-arrow.slick-next {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 64%);
  right: -3px;
}
.single_ai_tools_page_wrapper .more_tools_container .more_tools_inner .slick-arrow.slick-next::after {
  background-image: url("../../../../../uploads/tenweb-theme/images/ai_tools/arrow_right_default.svg");
  border: 1px solid #eaeaea;
  border-radius: 50%;
  background-position: center center;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}
.single_ai_tools_page_wrapper .more_tools_container .more_tools_inner .slick-arrow.slick-disabled {
  display: none !important;
}
.single_ai_tools_page_wrapper .more_tools_container .more_tools_inner .card_outer {
  margin-right: 20px;
}
.single_ai_tools_page_wrapper .more_tools_container .faq_container {
  padding-top: 120px;
}
.single_ai_tools_page_wrapper .more_tools_container .faq_container .section_title {
  font-size: 42px;
  line-height: 62px;
  margin-bottom: 30px;
}

.ai_tools_taxonomy {
  padding-top: 20px;
}
.ai_tools_taxonomy .results {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.ai_tools_taxonomy .ai_tools_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.ai_tools_taxonomy .page_header {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #000000;
}
.ai_tools_taxonomy .page_header h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 62px;
  color: #3339f1;
}
.ai_tools_taxonomy .page_header h1 strong {
  color: #000000;
  font-weight: 800;
}
.ai_tools_taxonomy .page_header .description {
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
}
.ai_tools_taxonomy .ai_simplified_banner {
  background-color: #000000;
  padding: 30px;
}
.ai_tools_taxonomy .ai_simplified_banner .newsletter_inner .newsletter_contnet .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 38px;
}
.ai_tools_taxonomy .ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper {
  flex-direction: column;
}
.ai_tools_taxonomy .ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper input {
  width: 324px;
  font-size: 14px;
  height: 50px;
  padding: 14px 16px;
  color: #fff;
}
.ai_tools_taxonomy .ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .hb_subscribe_button {
  width: 100%;
  height: 50px;
  font-size: 14px;
  line-height: 22px;
}
.ai_tools_taxonomy .ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper input {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}
.ai_tools_taxonomy .ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.ai_tools_taxonomy .ai_simplified_banner .newsletter_inner .newsletter_contnet .benefits ul {
  column-count: 1;
}
.ai_tools_taxonomy .ai_simplified_banner .newsletter_inner .newsletter_contnet .benefits ul li {
  width: unset;
  color: rgba(255, 255, 255, 0.8);
}
.ai_tools_taxonomy .ai_simplified_banner .newsletter_inner .newsletter_contnet .title {
  background-image: url("../../../../../uploads/tenweb-theme/images/ai_tools/icon_ai_white.svg");
}
.ai_tools_taxonomy .ai_simplified_banner * {
  color: #fff;
}
.ai_tools_taxonomy .page_inner_holder {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}
.ai_tools_taxonomy .page_inner_holder .sidebar {
  flex: 0 0 340px;
  max-width: 340px;
}
.ai_tools_taxonomy .page_inner_holder .sidebar > div:nth-child(2) {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  margin-top: 30px;
}

.results_wrapper {
  background-color: #fff;
  position: absolute;
  top: 133px;
  border: 1px solid #eaeaea;
  padding: 14px;
  border-radius: 6px;
  width: 100%;
  display: none;
  height: 300px;
  overflow-y: auto;
}
.results_wrapper .no_result {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  gap: 12px;
}
.results_wrapper .see_all {
  text-align: center;
}
.results_wrapper .see_all a {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: underline;
  color: #000000;
}
.results_wrapper .see_all a:hover {
  text-decoration: none;
}
.results_wrapper .see_all a:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../../../../../uploads/tenweb-theme/images/icons/arrows/glossary_arrow.svg") no-repeat center;
}
.results_wrapper .search_result {
  margin-bottom: 12px;
}
.results_wrapper .search_result:last-child {
  margin-bottom: 0;
}
.results_wrapper .search_result a {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  color: #000000;
  text-decoration: none;
  width: 100%;
  padding: 6px;
  border-radius: 6px;
}
.results_wrapper .search_result a img {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid #eaeaea;
}
.results_wrapper .search_result a:hover {
  background-color: rgba(234, 234, 234, 0.3);
  color: #3339f1;
}

.archive_ai_tools_page_wrapper .intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 80px;
  padding-top: 20px;
}
.archive_ai_tools_page_wrapper .intro .intro_content {
  max-width: 580px;
}
.archive_ai_tools_page_wrapper .intro .intro_content h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 62px;
  margin-bottom: 20px;
}
.archive_ai_tools_page_wrapper .intro .intro_content h1 strong {
  color: #3339f1;
  font-weight: 800;
}
.archive_ai_tools_page_wrapper .intro .intro_content p {
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
}
.archive_ai_tools_page_wrapper .search_outer {
  padding-bottom: 80px;
  border-bottom: 1px solid #000000;
  position: relative;
}
.archive_ai_tools_page_wrapper .search_outer .search_clear {
  margin-right: 30px;
}
.archive_ai_tools_page_wrapper .search_outer p {
  gap: 3px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
}
.archive_ai_tools_page_wrapper .search_outer p.no_result {
  font-size: 16px;
  line-height: 26px;
}
.archive_ai_tools_page_wrapper .search_outer p img {
  margin-left: 6px;
  margin-right: 2px;
  vertical-align: middle;
  margin-top: -2px;
}
.archive_ai_tools_page_wrapper .search_outer .search_inner {
  width: 100%;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  height: 76px;
  border-radius: 10px;
  padding: 6px 6px 6px 76px;
  background-image: url("../../../../../uploads/tenweb-theme/images/ai_tools/ai_sm_gray.svg");
  background-repeat: no-repeat;
  background-position: center left 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.archive_ai_tools_page_wrapper .search_outer .search_inner.active {
  background-color: #fff;
  border-color: #000000;
}
.archive_ai_tools_page_wrapper .search_outer .search_inner .search_btn_holder a {
  margin-left: auto;
  border-radius: 8px;
  background-color: #000000;
  height: 100%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive_ai_tools_page_wrapper .search_outer .search_inner .search_btn_holder a.disabled {
  opacity: 0.5;
}
.archive_ai_tools_page_wrapper .search_outer .search_inner input {
  background-color: transparent;
  border: none;
  outline: none;
  height: 100%;
  flex: 1;
}
.archive_ai_tools_page_wrapper .search_outer .search_inner input::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  height: 100%;
  width: 1050px;
}
.archive_ai_tools_page_wrapper .ai_tools_container {
  padding-top: 80px;
}
.archive_ai_tools_page_wrapper .ai_tools_container h3 {
  font-size: 40px;
  font-weight: 800;
  line-height: 60px;
}
.archive_ai_tools_page_wrapper .ai_tools_container p {
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.archive_ai_tools_page_wrapper .ai_tools_container p a {
  font-size: 14px;
  line-height: 22px;
  display: flex;
  font-weight: 600;
  align-items: center;
  gap: 4px;
  text-decoration: underline;
  color: #000000;
}
.archive_ai_tools_page_wrapper .ai_tools_container p a:hover {
  text-decoration: none;
}
.archive_ai_tools_page_wrapper .ai_tools_container p a:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../../../../../uploads/tenweb-theme/images/icons/arrows/glossary_arrow.svg") no-repeat center;
}
.archive_ai_tools_page_wrapper .ai_tools_container .ai_tools_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  grid-row: 2;
}
.archive_ai_tools_page_wrapper .ai_tools_container .separator {
  margin-top: 80px;
  height: 1px;
  background-color: #eaeaea;
}

.ai_tools_search {
  padding-bottom: 120px;
}
.ai_tools_search .page_title {
  padding-bottom: 80px;
  border-bottom: 1px solid #000000;
  margin-bottom: 80px;
}
.ai_tools_search .page_title.no_posts {
  border-bottom: unset;
  padding-bottom: unset;
  margin-bottom: unset;
}
.ai_tools_search .page_title h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 62px;
}
.ai_tools_search .page_title h1 strong {
  color: #3339f1;
  font-weight: 800;
}
.ai_tools_search .page_title p {
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  margin-top: 10px;
}
.ai_tools_search .results {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.ai_tools_search .ai_tools_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.last_section {
  padding: 100px 0;
  margin-top: 120px;
  background-color: rgba(245, 245, 247, 0.7);
}
.last_section .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.last_section .inner .animation {
  transform: translateX(75px);
}
.last_section .inner .content h3 {
  font-size: 42px;
  font-weight: 800;
  line-height: 62px;
  margin-bottom: 20px;
}
.last_section .inner .content p {
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 40px;
}
.last_section .inner .content .btn a {
  width: 220px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #3339f1;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.last_section .inner .content .btn a:hover {
  opacity: 0.8;
}

.card_outer .card_inner {
  height: 100%;
  padding: 30px;
  border: 1px solid #eaeaea;
  display: block;
  border-radius: 6px;
  text-decoration: none;
}
.card_outer .card_inner * {
  color: #000000;
  text-decoration: none;
}
.card_outer .card_inner:hover {
  border-color: #000000;
}
.card_outer .card_inner .logo_holder {
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  overflow: hidden;
}
.card_outer .card_inner .logo_holder img {
  max-width: 100%;
}
.card_outer .card_inner .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}
.card_outer .card_inner .card_footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 8px;
}
.card_outer .card_inner .card_footer .g2_score {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.card_outer .card_inner .card_footer span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000000;
}
.card_outer .card_inner .card_footer .cat_name {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.card_outer .card_inner .card_footer .cat_name:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000000;
  margin-right: 8px;
}
.card_outer .card_inner .card_footer .cat_name a {
  text-decoration: underline;
  color: #000000;
}
.card_outer .card_inner .card_footer .cat_name a:hover {
  text-decoration: none;
}
.card_outer .card_inner .desc {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 12px;
}

.pagination {
  text-align: center;
  margin-top: 60px;
}
.pagination .next,
.pagination .prev {
  display: none;
}
.pagination .first-page,
.pagination .last-page,
.pagination .next-page,
.pagination .prev-page {
  text-indent: -9999px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  background-repeat: no-repeat;
  background-position: center center;
}
.pagination .first-page:hover,
.pagination .last-page:hover,
.pagination .next-page:hover,
.pagination .prev-page:hover {
  border-color: #000000;
}
.pagination .first-page.disabled:hover,
.pagination .last-page.disabled:hover,
.pagination .next-page.disabled:hover,
.pagination .prev-page.disabled:hover {
  border-color: #eaeaea;
}
.pagination .dots:hover {
  background-color: transparent !important;
}
.pagination .next-page {
  background-image: url("../../../../../uploads/tenweb-theme/images/ai_tools/arrow_right_default.svg");
}
.pagination .next-page.disabled {
  background-image: url("../../../../../uploads/tenweb-theme/images/ai_tools/arrow_right_disabled.svg");
}
.pagination .last-page {
  background-image: url("../../../../../uploads/tenweb-theme/images/ai_tools/arrow_double_right_default.svg");
}
.pagination .last-page.disabled {
  background-image: url("../../../../../uploads/tenweb-theme/images/ai_tools/arrow_double_right_disabled.svg");
}
.pagination .prev-page {
  background-image: url("../../../../../uploads/tenweb-theme/images/ai_tools/arrow_left_default.svg");
}
.pagination .prev-page.disabled {
  background-image: url("../../../../../uploads/tenweb-theme/images/ai_tools/arrow_left_disabled.svg");
}
.pagination .first-page {
  background-image: url("../../../../../uploads/tenweb-theme/images/ai_tools/arrow_double_left_default.svg");
}
.pagination .first-page.disabled {
  background-image: url("../../../../../uploads/tenweb-theme/images/ai_tools/arrow_double_left_disabled.svg");
}
.pagination a,
.pagination span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 4px;
  font-family: "Open Sans" !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #000000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination a.page-numbers:hover,
.pagination span.page-numbers:hover {
  background-color: #f5f5f7;
  border-radius: 50%;
}
.pagination a.current,
.pagination span.current {
  background-color: #000000;
  border-radius: 50%;
  color: #fff;
}
.pagination a.current:hover,
.pagination span.current:hover {
  background-color: #000000;
  border-radius: 50%;
  color: #fff;
}

.loader {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: #000000;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin-right: 30px;
  display: none;
}

.search_clear {
  display: none;
  cursor: pointer;
}

.ai_tools_banner {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  margin-bottom: 120px;
  overflow: hidden;
}
.ai_tools_banner .banner_image {
  height: 100%;
  background-image: url("../../../../../uploads/tenweb-theme/images/ai_tools/inner-banner.png");
  background-size: contain;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 400px;
  height: 270px;
}
.ai_tools_banner .banner_content {
  max-width: 690px;
}
.ai_tools_banner .banner_content .btn_wrapper a {
  float: unset;
  width: 220px;
}
.ai_tools_banner .banner_content .btn_wrapper a.desktop {
  display: block;
}
.ai_tools_banner .banner_content .btn_wrapper a.mobile {
  display: none;
}
.ai_tools_banner .banner_content h3 {
  font-size: 34px;
  line-height: 54px;
  margin-bottom: 8px;
  font-weight: 700;
}
.ai_tools_banner .banner_content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
