/* common css start */

body {
  font-family: 'Inter', sans-serif;
}

h1 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}

.inter-h1, .default-inter-h1 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 2.2rem;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.2rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
  font-weight: bold;
}

h5 {
  font-size: 1.5rem;
  font-weight: 700;
}

h6 {
  font-size: 1.1rem;
  font-weight: 700;
}

p {
  font-size: 1.1rem;
  color: #101010;
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 3.875rem;
  }
}

@media only screen and (min-width: 992px) {
  .inter-h1 {
    font-size: 3.8rem;
  }
}

@media only screen and (min-width: 992px) {
  .default-inter-h1 {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  h2 {
    font-size: 3.2rem;
  }
}

@media only screen and (min-width: 992px) {
  h3 {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 992px) {
  h4 {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  h5 {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  h6 {
    font-size: 1.375rem;
  }
}

@media only screen and (min-width: 992px) {
  p {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 992px) {
  .inter-h4 {
    font-size: 1.7rem;
  }
}

.section,
section {
  padding: 4rem 0;
}

.inter-purple {
  color: #7A5CE0;
}

.inter-yellow {
  color: #FFBE38;
}

.inter-gray {
  background: #EFF1FB 0% 0% no-repeat padding-box;
}

.inter-EFEFEF, .inter-EFEFEF:hover {
  background-color: #EFEFEF;
}

.default-btn, .default-btn:hover, .default-btn:focus {
  color: #fff !important;
  border-radius: 0.313rem;
  padding: 0.9rem 1.7rem;
  background-color: #4b42eb;
  font-weight: 500;
  font-size: 0.9rem;
}

.default-btn:hover, .default-btn:active {
  background-color: #724cf9 !important;
}

.font-m {
  font-weight: 500;
}

/* common css end */

/* header start */

header .nav-item {
  padding: 2px 15px;
}

header .nav-item .nav-link,
header .nav-item .active {
  color: #000000 !important;
}

header .default-btn,
header .default-btn:hover,
header .default-btn:focus {
  padding: 0.4rem 1.2rem !important;
}

header .default-btn.nav-item .nav-link {
  color: #fff !important;
}

header .default-btn.nav-item {
  padding: inherit;
}

header .nav-item .default-btn.nav-link.active,
header .default-btn:hover .nav-link {
  color: #fff !important;
}



@media (max-width: 768px) {

  .navbar-toggler,
  .navbar-toggler:focus {
    border: none;
    box-shadow: none;
  }
}

@media (max-width: 768px) {

  .bar1,
  .bar2,
  .bar3 {
    width: 24px;
    height: 2px;
    background-color: #000;
    margin: 4px 0;
    transition: all 0.4s ease-in-out;
    display: block;
    transform-origin: 0;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .nav-close .bar1 {
    transform: rotate(40deg);
    transform-origin: 20% 20%;
  }
}

@media (max-width: 768px) {
  .nav-close .bar2 {
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .nav-close .bar3 {
    transform: rotate(-40deg);
    transform-origin: 10% 80%;
  }
}

@media (max-width: 768px) {
  .navbar-collapse {
    position: fixed;
    top: 70px;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    height: 100%;
    width: 0%;
    background-color: #ffffff;
  }
}

@media (max-width: 768px) {
  .navbar-collapse {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .navbar-collapse.collapsing {
    right: -100%;
    transition: height 0s ease;
  }
}

@media (max-width: 768px) {
  .navbar-collapse.collapsing-close {
    right: 100%;
    transition: height 0s ease;
  }
}

@media (max-width: 768px) {
  .navbar-collapse.show {
    right: 0;
    transition: right 500ms ease-in-out;
    z-index: 100;
  }
}

@media (max-width: 768px) {
  .navbar-toggler.collapsed~.navbar-collapse {
    right: -100%;
    transition: right 500ms ease-in-out;
  }
}

/* header end */

/* Flyfish drives sales with Generative AI​ section start */

.generative-ai {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #C4C9F0 100%) 0% 0% no-repeat padding-box;
}
.bottom-text{
  font-size: 12px;
}

/* Flyfish drives sales with Generative AI​ section end */

/* why-flyfish section start */

.why-col {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.why-heading {
  font-size: 40px;
  color: #D4637C;
  font-weight: 600;
  margin: auto 0;
}

.why-heading:after {
  content: "%";
}

@media only screen and (max-width: 768px) {
  .why-heading {
    color: #7A5CE0;
    font-weight: 800;
  }
}

@media only screen and (max-width: 768px) {
  .why-col {
    background-color: transparent;
    border-bottom: 2px solid #d4c9f8;
    border-radius: 0;
    margin: 0 20px;
  }
}

/* why-flyfish section end */

/* Customer Stories section start */

.customer-data {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 60%;
}

@media only screen and (min-width: 992px) {
  .customer-data {
    top: 40px;
    left: 50px;
    width: 60%;
  }
}

.customer-data p {
  font-size: 1rem;
}

@media only screen and (min-width: 992px) {
  .customer-data p {
    font-size: 1.4rem;
  }
}

.customer-stories-slider .slick-next:before,
.customer-stories-slider .slick-prev:before {
  content: ' ';
  z-index: 1;
}

.customer-stories-slider .slick-next,
.customer-stories-slider .slick-prev {
  content: ' ';
  z-index: 1;
}

.customer-stories-slider .slick-prev {
  content: ' ';
  z-index: 1;
  rotate: 180deg;
}

.customer-stories-slider .slick-prev,
.customer-stories-slider .slick-next {
  width: 40px;
}

.customer-stories-slider .slick-prev {
  top: 51%;
}

.customer-stories-slider .slick-next {
  top: 52%;
}

.customer-stories-slider .slick-disabled {
  opacity: 0.5;
}

/* Customer Stories section end */

/* high-touch-section start */

.high-touch-section {
  background: rgb(44, 67, 187);
  background: linear-gradient(75deg, rgba(44, 67, 187, 1) 0%, rgba(208, 51, 135, 1) 68%, rgba(228, 110, 165, 1) 100%);
}

@media only screen and (max-width: 768px) {
  .high-touch {
    font-size: 1rem;
    line-height: 1;
  }
}

/* high-touch-section end */

/* footer start */

footer ul {
  margin-bottom: 0;
}

footer li {
  padding: 2px;
}

footer p,
footer a,
footer a:active,
footer a:focus,
footer a:hover,
footer .nav-link,
footer .nav-link:hover {
  font-size: 14px;
  color: #222020;
  padding: 2px;
}

footer a {
  text-decoration: none;
}

.meta {
  border-left: 2px solid #efefef;
  border-right: 2px solid #efefef;
  padding: 2px 10px;
}
.partner-footer img{
  width: 90px;
}

/* footer end */


/* about us page start */

.meet-flyfish {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #eff0fb 100%) 0% 0% no-repeat padding-box;
}

.meet-flyfish-img {
  background-image: url("../../assets/img/about-bg-mob.png?v=1.2");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
}

@media only screen and (min-width: 768px) {
  .meet-flyfish-img {
    background-image: url("../../assets/img/about-bg.png?v=1.2");
    background-position: top right;
  }
}

.meet-flyfish-img img {
  width: 40px;
}

.and-more {
  font-size: 9px;
}

@media only screen and (min-width: 768px) {
  .meet-flyfish-img img {
    width: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .and-more {
    font-size: 16px;
  }
}

.high-touch-scale {
  background: transparent linear-gradient(180deg, #4B42EB 0%, #141141 100%) 0% 0% no-repeat padding-box;
}

/* partner page start */

.unlock-inter {
  background: #7427F6 0% 0% no-repeat padding-box;
  color: #fff;
}

.unlock-inter p {
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.unlock-inter form {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .unlock-inter form {
    width: 50%;
  }
}

.unlock-inter .input-group-text {
  background-color: #fff;
  border: 2px solid #fff;
  color: #7A5CE0;
  font-weight: bold;
  border-radius: 0.375rem;
}

@media only screen and (min-width: 768px) {
  .unlock-inter .input-group-text {
    border-radius: 0;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }
}

.unlock-inter .input-group-append {
  padding-left: 3px;

}

.unlock-inter .form-control {
  color: #7A5CE0;
  background-color: #fff;
  background-clip: none;
  border: 2px solid #fff;
  border-radius: 0.375rem;
  box-shadow: none;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .unlock-inter .form-control {
    border-radius: 0;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
}

.key-highlights .card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .key-highlights .card {
    margin: 0 40px;
  }
}

.new-revenue img {
  width: 100px;
}

.unlock-inter .wpcf7-not-valid-tip {
  text-align: left;
  padding-left: 5px;
  padding-top: 5px;
  font-size: 14px;
  color: #FD8C8F;
}

.unlock-inter .wpcf7 form .wpcf7-response-output {
  margin: 0em 0.5em 1em;
}

.unlock-inter .input-group {
  justify-content: center;
}

.unlock-inter .wpcf7-response-output {
  display: none;
}

.unlock-inter .success {
  color: #FFBE38;
  font-size: 24px;
  font-weight: 500;
}

.unlock-inter form a,
.unlock-inter form a:hover {
  text-decoration: none;
  color: #FFBE38;
  ;
}

/* Product page start */

.inter-blue {
  color: #4B42EB;
}

.inter-pink {
  color: #E44AB4;
}

.inter-6247AA {
  color: #6247AA;
}

.sale-advisor .sell-smart {
  background: transparent linear-gradient(180deg, #A06CD5 0%, #7419D1 100%) 0% 0% no-repeat padding-box;
}

.sale-advisor .sell-direct {
  background: transparent linear-gradient(180deg, #E650B7 0%, #D61E9E 100%) 0% 0% no-repeat padding-box;
}

.sale-advisor .sell-everywhere {
  background: transparent linear-gradient(180deg, #6247AA 0%, #501DDE 100%) 0% 0% no-repeat padding-box;
}

.digital-storefront-product {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #E3E5F8 100%) 0% 0% no-repeat padding-box;
}

@media (max-width: 768px) {
  .sale-advisor h4 {
    font-size: 32px;
  }
}

.sale-advisor .card {
  border-radius: 20px;
  padding: 20px;
}

.sale-advisor p, .consultative-ai p {
  font-size: 1rem;
}

.consultative-ai .card-body {
  padding: 20px;
}

.consultative-ai .card, .consultative-ai .card:hover {
  border-radius: 20px;
  border-color: #6247AA;
  height: 100%;
  background-color:#fff;
}

.consultative-ai .card-footer {
  background-color: #fff;
  padding: 20px 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-color: #6247AA;
}

.consultative-ai .card-footer a {
  color: #6247AA;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
}

.consultative-ai img {
  margin: auto;
  width: 80px;
}

.product-slider .slick-list {
  padding: 0 20% 0 0 !important;
}

.product-slider .slick-slide {
  padding: 1% !important;
  height: inherit !important;
}

.product-slider .slick-track {
  display: flex !important;
}

.product-slider .slick-next:before,
.product-slider .slick-prev:before {
  content: ' ';
  z-index: 1;
}

.product-slider .slick-next,
.product-slider .slick-prev {
  content: ' ';
  z-index: 1;
}

.product-slider .slick-prev {
  content: ' ';
  z-index: 1;
  rotate: 180deg;
}

.product-slider .slick-prev,
.product-slider .slick-next {
  width: 40px;
}

.product-slider .slick-prev {
  top: 35%;
}

.product-slider  .slick-next {
  top: 36%;
}

.product-slider .slick-disabled {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .consultative-ai img {
    width: 60px;
  }
}

.engage-with-buyer {
  background-color: #F7F7F7;
}


.partner-logo {
  border: 1px solid #BCBCBC;
  padding: 10px;
  border-radius: 10px;
}

.partner-logo p {
  padding-left: 15px;
  margin: 0;
}

.engage-with-buyer li {
  padding: 10px;
}

.engage-with-buyer img {
  width: 80px;
}

@media (max-width: 768px) {
  .engage-with-buyer img {
    width: 30px;
  }
}

@media (max-width: 768px) {
  .engage-with-buyer li {
    padding: 5px;
  }
}

.partner-logo:hover {
  background-color: var(--hover-color);
}
.partner-logo img{
  width: 60px;
}

.sale-advisor img{
  width: 110px;
}

/*get started start*/
.fc-contact-form {
  box-shadow: 0px 3px 46px #00000029;
  border-radius: 26px;
  background: #fff;
  padding: 20px;
}

.fc-contact-form .form-label {
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 600;
}

.inter-form {
  background: transparent linear-gradient(0deg, #FFFFFF 0%, #C4C9F0 100%) 0% 0% no-repeat padding-box;
}

.inter-pp {
  font-size: 12px;
}

@media (min-width: 768px) {
  .fc-contact-form .btn {
    width: 100%;
  }
}

.fc-contact-form p {
  margin-bottom: 0;
}

.fc-contact-form a {
  text-decoration: none;
}

.form-content{
  font-weight: 500;
  font-size: 24px;
}

.inter-form ul li,
.form-content li {
  font-weight: 500;
  font-size: 20px;
}

.address h6 {
  color: #212121;
  border-bottom: 2px solid #C4C9F0;
  font-weight: 500;
  padding-bottom: 10px;
}

.address p {
  color: #212121;
  font-size: 1rem;
}

.fc-contact-form .wpcf7-not-valid-tip {
  font-size: 14px;
  padding-left: 5px;
  color: #FD8C8F;
}

.submit-btn .default-btn {
  font-size: 1.1rem;
}

#get-started-modal p {
  font-size: 18px;
  color: #212529;
  text-align: center;
}

#get-started-modal .default-btn,
#get-started-modal .default-btn:hover,
#get-started-modal .default-btn:focus,
#get-started-modal .btn.active {
  padding: 0.7rem 1.7rem;
  font-size: 1.1rem;
}

.inter-form .wpcf7-response-output {
  display: none !important;
}

/*Blog Start*/
/* Blog start*/
.blog-banner {
  background: transparent linear-gradient(0deg, #FFFFFF 0%, #C4C9F0 100%) 0% 0% no-repeat padding-box;
}

.blog-post .card-title {
  font-size: 1.125rem;
  color: #3A383E;
}

.blog-post .card-text {
  font-size: 1rem;
  color: #222020;
}

.blog-post .card {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #efefef;
}

.blog-post img {
  border-radius: 0;
}

.blog-pagination .pagination {
  justify-content: center;
  text-decoration: none;
  color: #222020;
}

@media (min-width: 768px) {
  .blog-pagination .pagination {
    justify-content: end;
  }
}

.blog-pagination .page-item {
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
}

.blog-pagination .next,
.blog-pagination .prev,
.blog-pagination .page-item,
.blog-pagination .page-numbers {
  color: #000;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
  font-size: 16px;
}

.blog-pagination .current{
  color: #7A5CE0 !important;
  text-decoration: none;
  font-weight: 600;
}

.author,
.date-blog {
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
}

.author:hover {
  color: #7A5CE0 !important;
}

.author-date {
  border-bottom: 2px solid #efefef;
  border-top: 2px solid #efefef;
}

.border-topof {
  border-top: 2px solid #efefef;
}


.related_post .slick-dots {
  bottom: -20px;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: transparent;
  opacity: 1;
}

.slick-dots li button:before {
  background-color: #919191;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
}

.slick-dots li.slick-active button:before {
  background-color: #7A5CE0;
}

.social-blog {
  display: flex;
}

.social-blog li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #7A5CE0;
}

.social-blog i {
  color: #fff;
  font-size: 1.125rem;

}

.related_post .slick-track {
  display: flex !important;
}

.related_post .slick-slide {
  height: inherit !important;
}

.partner-footer img {
  width: 90px;
}

.designation {
  font-size: 1rem !important;
  font-weight: 400;
}

#inter-blog h1 {
  font-size: 3.875rem;
}
@media (max-width: 768px) {
  #inter-blog h1 {
    font-size: 1.875rem;
  }
}

#inter-blog h2 {
  font-size: 3rem;
}

#inter-blog h3 {
  font-size: 2.375rem;
}

#inter-blog h4 {
  font-size: 2rem;
}

#inter-blog h5 {
  font-size: 1.5rem;
}

#inter-blog h6,
#inter-blog p {
  font-size: 1.125rem;
}

#inter-blog p {
  font-weight: 400;
}

.blog-content p {
  margin-bottom: 1.5rem;
}



#inter-blog h1,
#inter-blog h2,
#inter-blog h3,
#inter-blog h4,
#inter-blog h5,
#inter-blog h6,
#inter-blog p {

  color: #222020;
}

#inter-blog .inter-purple {
  color: #7A5CE0;
}

#inter-blog figure {
  padding: 1rem 0;
}

/* Blog end*/

/* Pricing page start */

.fit-your-business {
  background: transparent linear-gradient(0deg, #FFFFFF 0%, #C4C9F0 100%) 0% 0% no-repeat padding-box;
}

/* table start */
.pricing-section {
  background: transparent linear-gradient(0deg, #fdfdfd 0%, #fdfdfd 100%) 0% 0% no-repeat padding-box;
}

.pricing-section .table {
  padding: 15px;
}

.pricing-section .outer table {
  table-layout: fixed;
  width: 100%;
}

.pricing-section .outer tbody {
  background: #f9f9fd;
}

.pricing-section .outer td,
.pricing-section .outer th {
  text-align: center;
  vertical-align: top !important;
}

@media (max-width: 768px) {
  .pricing-section .outer th {
    /* width: 170px; */
    font-size: 0.75rem;
  }

  .pricing-section .outer td {
    /* width: 220px; */
    font-size: 0.75rem;
  }


  .pricing-section .outer th:first-child,
  .pricing-section .outer td:first-child,
  .pricing-section .outer th:not(:first-child),
  .pricing-section .outer td:not(:first-child) {
    width: 50%;
  }

}

@media (max-width: 768px) {
  .inner {
    overflow-x: scroll;
    overflow-y: visible;
  }
}

@media (max-width: 768px) {
  .primary th {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .primary .fix h5 {
    padding-left: 20px;
  }
}

.outer thead th {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .outer thead th {
    position: sticky;
    top: 0;
    z-index: 9999;
  }
}

@media (max-width: 768px) {
  .fix {
    position: sticky !important;
    left: 0 !important;
    top: 0 !important;
    background: #fff;
  }

  thead .fix {
    z-index: 100;
  }

  tbody .fix {
    z-index: 1;
  }
}

.fix {
  text-align: left !important;
  padding-left: 20px !important;
}

.add-on {
  font-size: 14px !important;
}

@media (max-width: 768px) {
  .primary th {
    padding: 20px 0 0 0 !important;
  }
}

.fc-card-table .card-text {
  font-size: 12px;
}

.fc-card-table .price_m_y {
  font-size: 1.25rem !important;
  font-weight: bold;
}

.fc-card-table .sub-heading {
  font-weight: 500;
  color: #3F4345;
  font-size: 1.125rem;
}

.fc-card-table img {
  width: 50px;
  padding-right: 5px;
}

.fit-your-business .nav-link {
  border-radius: 30px;
  background-color: #C4C9F0;
  color: #4B42EB;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 35px;
  font-size: 1rem;
  font-weight: 500;
}

.fit-your-business .nav-link.active {
  z-index: 100;
  background-color: #4B42EB;
  color: #fff;
}

.fit-your-business td:nth-child(1),
.fit-your-business th:nth-child(1),
.position-relative {
  background-color: #F6F6FD;
}

.fit-your-business td:nth-child(2),
.fit-your-business th:nth-child(2) {
  background-color: #FAFAFE;
}

.fit-your-business td:nth-child(3),
.fit-your-business th:nth-child(3) {
  background-color: #F6F6FD;
}

.fit-your-business td:nth-child(4),
.fit-your-business th:nth-child(4) {
  background-color: #DBDDFF;
}

.fit-your-business td:nth-child(5),
.fit-your-business th:nth-child(5) {
  background-color: #F6F6FD;
}

.default-btn,
.default-btn:hover,
.default-btn:focus,
.btn.active {
  color: #fff !important;
  border-radius: 0.313rem;
  padding: 0.9rem 1.7rem;
  background-color: #4b42eb;
  font-weight: 500;
  font-size: .9rem;
}

.fit-your-business .default-btn,
.fit-your-business .default-btn:hover,
.fit-your-business .default-btn:focus,
.fit-your-business .btn.active {
  padding: 0.9rem 1.4rem;
}

.fit-your-business .m-popular {
  font-size: 14px;
  color: #7A5CE0;
}

/*currency dropdown start*/
.currency_dropdown{
  z-index: 10000;
}
.currency_dropdown .btn{
  background-color: #fff;
  border-radius: 30px;
  border:1px solid #4B42EB;
}
.currency_dropdown  .dropdown-toggle::after {
  color: #4B42EB;

}
.currency_dropdown  .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.currency_dropdown li:not(:last-child) {
  border-bottom: 1px solid #D6D3FC;
}

/*pricing page end*/

.inter-blue-home{
  background-color: #814EFF;
}

/*what is flyfish section start*/
.what-is-flyfish {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.what-is-flyfish .what-is-flyfish-div {
  /* width: max-content; */
  border-radius: 30px;
  transition: background-color 0.3s ease, margin 0.3s ease, padding 0.3s ease;
  background-color: transparent;
  /* margin: 0;
  padding: 0; */
  padding: 15px 40px; /
}

/* Hover styles for the element */
.what-is-flyfish .what-is-flyfish-div:hover {
  background-color: #7A5CE0;
  /* margin: 0 50px;
  padding: 15px 40px; / */
}

.what-is-flyfish .what-is-flyfish-div img{
  -webkit-box-shadow: 0px 0px 40px -8px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 40px -8px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 40px -8px rgba(0,0,0,0.75);
  border-radius: 30px;
}


.what-is-flyfish .what-is-flyfish-div:hover .item-heading {
  color: #fff;
  transition: color 0.3s ease;
}
.plus-icon-img img{
  margin: auto;
  padding: 0 5px;
}
@media (min-width: 768px) {
.plus-icon-img img{
  padding: 0  5px 70px 5px;
}
}
/*
.what-is-flyfish .what-is-flyfish-div-hover:hover img {
  scale: 1.1;
} */

/* Campaign Styles */
.fc-ai-page-banner ul li{
  list-style: none;
}

.fc-heading-h3{
  font-size: 30px;
  font-weight: 700;
}

.default-btn.fc-transparent{
  background-color: transparent;
  color: #000 !important;
  border: 1px solid #000;
}

.content-image .fc-video-container{
  width: auto;
  height: 500px;
}

.content-image .fc-video-container iframe{
  width: 100%;
  height: 100%;
}

.fc-section-heading{
  text-align: center;
}

.fc-section-heading p:first-child{
  font-weight: 700;
}

.fc-section-heading h2{
  margin-bottom: 1rem;
}
.fc-section-heading p:last-child{
  font-size: 1.2rem;
  margin-bottom: 0;
}

.fc-ai-page-banner  p{
  margin-top: 2rem;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .content-image .fc-video-container{
    width: auto;
    height: 330px;
  }
}

.fc-image-content .col-12:last-child h6,
.fc-content-image .col-12:first-child h6,
.fc-content-image-section .col-12:first-child h6{
  display: none;
}


.fc-content-image .col-12:last-child h6,
.fc-content-image-section .col-12:last-child h6{
  display: block;
}

@media (min-width: 768px) {
   .fc-image-content .col-12:first-child h6,
  .fc-content-image .col-12:last-child h6,
  .fc-content-image-section .col-12:last-child h6{
    display: none;
  }

  .fc-content-image .col-12:first-child h6,
  .fc-image-content .col-12:last-child h6,
  .fc-content-image-section .col-12:first-child h6{
    display: block;
  }
}

.fc-yt-banner-video > iframe{
  width: 100%;
  height: 350px;
}

@media (min-width: 768px) {
  .fc-yt-banner-video > iframe{
    height: 700px;
  }
}

header .talk-to-sales:hover,
header .talk-to-sales{
  padding: 0.9rem 1.2rem !important;
}

@media (max-width: 768px) {
  .fc-content-image-section h3{
    font-size: 30px;
  }
}

.inter-form h2>span {
  color: #7A5CE0;
}


.inter-form ul li{
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 16px;
}

.inter-form ul li:last-child{
  margin-bottom: 0;
}

.inter-form a{
  text-decoration: none;
  color: #7a5ce0;
  font-weight: 700;
  font-size: 24px;
}

.fc-unlock-inter .unlock-content h4{
  color: #ffbe38;
}

.fc-unlock-inter .unlock-content a{
  color: #ffbe38;
  text-decoration: none;
}

header.sticky-top{
  background-color: #fff;
  box-shadow: 0px 0px 20px #00000029;
  z-index: 999999;
}