/*Recent blog posts start */
.section_recent_blogs {
  background-image: var(--wpr-bg-e5e55b81-d034-49a8-a50c-6e30f69bc3d2);
  background-size: cover;
}
.section_recent_blogs .blog-card {
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s;
  height: 100%;
}
.section_recent_blogs .blog-card:hover {
  transform: translateY(-5px);
}
.section_recent_blogs .badge-custom {
  font-size: 0.75rem;
  padding: 0.35em 0.6em;
  border-radius: 0.4rem;
  font-weight: bold;
}
.section_recent_blogs .badge-yellow {
  background-color: #ffea00 !important;
  color: #000 !important;
}
.section_recent_blogs .badge-pink {
  background-color: #f3c6d3 !important;
  color: #000 !important;
}
.section_recent_blogs .badge-orange {
  background-color: #ffa726 !important;
  color: #fff !important;
}
.section_recent_blogs .card-body h5 {
  font-family: "Unbounded", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 135%;
}
.section_recent_blogs .card-body h5 a {
  text-decoration: none !important;
  color: #0e0e29 !important;
}
.section_recent_blogs .card-text {
  font-size: 16px;
}
.section_recent_blogs .read-link {
  font-weight: 600;
  color: #3b3b3b !important;
  text-decoration: underline !important;
}
.section_recent_blogs .blog-card .card-img-top {
  height: 230px;
  object-fit: cover;
  object-position: top center;
  padding: 5px;
  border-radius: 15px;
}
.section_recent_blogs .card-body {
  padding: 15px;
}
/* .section_recent_blogs .section-title {
  font-weight: 700;
  font-size: 2rem;
} */

@media (max-width: 992px) {
  .section_recent_blogs .read-link {
    font-size: 14px;
  }
  .section_recent_blogs .card-text {
    font-size: 14px;
  }
  .section_recent_blogs .card-body h5 {
    line-height: 115%;
  }
  .section_recent_blogs .col-md-4 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .section_recent_blogs .blog-card .card-img-top {
    height: 185px;
  }
}
@media (max-width: 768px) {
  .section_recent_blogs .blog-card .card-img-top {
    height: auto;
  }
  .section_recent_blogs .col-md-4 {
    margin-bottom: 15px;
  }
  .section_recent_blogs h2 {
    font-size: 28px !important;
    width: auto !important;
  }
}
/*Recent blog posts ends*/

/*Header start*/
header .navbar-inverse {
  background: none;
  border: none;
}
header {
  background: var(--wpr-bg-206ad058-51cb-43cc-a1f1-d67ea313cf29);
  /*	background-size: cover;*/
}
.home header {
  background-color: #000;
}
header .logo {
  width: 126px;
  height: 54px;
  flex-shrink: 0;
}
h1,
h2,
h3 {
  font-family: "Unbounded", sans-serif;
}
.white {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #000;
  text-align: right;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.home .navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background: transparent;
  color: #ee4b6e !important;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background: transparent;
  color: #ee4b6e !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #ee4b6e !important;
}
.dropdown-menu h1 {
  color: #000;
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: none;
}
.dropdown-menu img {
  display: inline-block;
}
.dropdown-menu li {
  max-height: 40px;
}
.navbar-nav > li > .dropdown-menu {
  fill: #fff;
  stroke-width: 1px;
  stroke: #ededed;
  /* filter: drop-shadow(0px 16px 48px rgba(0, 0, 0, 0.16)); */
  border: none;
}
.dropdown-menu p {
  display: inline-block;
  /*color: #000;*/
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
  font-style: normal;
  /*font-weight: 500;*/
  line-height: normal;
  margin: 0px;
  margin-left: 15px;
}
.dropdown-menu > li > a {
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  padding: 14px 0px;
  white-space: unset;
}
.dropdown-menu p span {
  display: block;
  /*color: #000;*/
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.dropdown-menu {
  box-shadow: 0 -6px 35px rgba(0, 0, 0, 0.175);
}
.carets {
  position: absolute;
  top: -11px;
  transform: rotate(180deg);
  color: white;
  margin-left: 0px;
  color: white;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 12px dashed;
  border-top: 4px solid\9;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.dropdown-menu-1 {
  min-width: 642px !important;
}
.dropdown-menu-1 h1 + div,
.dropdown-menu-1 div + div {
  display: inline-block;
}
.dropdown-menu-1 li {
  padding: 12px 0;
}
.dropdown-menu-1 h1 + div,
.dropdown-menu-1 div + div {
  border-right: 1px solid #e5eaf4;
}
.remove-solid {
  border: none !important;
  margin-left: 20px;
}
.nav > li.try a {
  display: inline-flex;
  padding: 12px 24px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
  background: #000;
  color: white !important;
}
.navbar-inverse .navbar-nav > li.try > a {
  background: #000;
  color: #fff !important;
}
.home .navbar-inverse .navbar-nav > li.try > a {
  background: #fff;
  color: #000 !important;
}
.try {
  margin-left: 20px;
}
.nav > li.try a:hover {
  display: inline-flex;
  padding: 12px 24px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
  background: #ee4b6e !important;
  color: white !important;
}
/*Header End*/

/* new testimonial section css */
.Slider_Testimonial_New {
  background: #ffd357;
  padding: 60px 0;
}
.Slider_Testimonial_New .left_headings h2,
.Slider_Testimonial_New .left_headings p {
  text-align: left;
  width: 100%;
}
.Slider_Testimonial_New p.mb-3.quote {
  text-align: left;
  margin-bottom: 1rem !important;
  width: 100%;
}
.Slider_Testimonial_New .quote > img {
  max-width: 45px;
}
.Slider_Testimonial_New .right_slider {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
}
.Slider_Testimonial_New .right_slider .swiper-slide {
  display: inherit;
  padding-top: 20px;
  width: 100%;
}
.quote_static {
  display: none;
}
.Slider_Testimonial_New .testimonial_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  height: 100%;
  grid-template-rows: auto auto;
}
.Slider_Testimonial_New .right_slider .swiper-wrapper {
  align-items: normal;
}
.Slider_Testimonial_New .testimonial_message {
  font-size: 20px;
  font-weight: 700;
  max-width: 90%;
  line-height: 40px;
  text-align: left;
  color: #000;
}
.Slider_Testimonial_New .testimonial_info {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: flex-end;
}
.Slider_Testimonial_New .testimonial_info img {
  height: 60px;
  object-fit: cover;
  width: 60px;
  border-radius: 100px;
  object-position: top;
  min-width: 60px;
  min-height: 60px;
}
.Slider_Testimonial_New .testimonial_person_name {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
}
.Slider_Testimonial_New .right_slider .swiper-pagination {
  top: 0;
  left: auto;
  bottom: auto;
  text-align: right;
}
.Slider_Testimonial_New .right_slider .swiper-button-next,
.Slider_Testimonial_New .right_slider .swiper-button-prev {
  bottom: 0;
  top: auto;
  height: 48px;
  width: 48px;
  border: 1px solid #343434;
  border-radius: 100px;
  background-color: #ffffff;
}
.Slider_Testimonial_New .right_slider .swiper-button-prev {
  left: auto;
  right: 70px;
}
.Slider_Testimonial_New .right_slider .swiper-button-next:after,
.Slider_Testimonial_New .right_slider .swiper-button-prev:after {
  font-size: 18px;
  color: #000;
}

/* new testimonial section css ends */

/*Section 1 start*/
.section_1 {
  background: #fff;
  background: var(--wpr-bg-c5c37c33-fcd5-4033-bff6-0b194f4cbead);
  /*background-position-x: right;*/
  /*background: url(../../../../../../../../themes/foyr/v2/images/bg_tiles.png);
	background-repeat: repeat;
	/* background-position-x: right; */
  padding: 80px 0;
  background-color: #000;
  /*	background-size: contain;*/
}
.sec-1-full {
  background: var(--wpr-bg-5ee1455d-2daa-40cd-b0aa-371ea7dde1fc);
  /*	background-size: 45%;*/
  /*	background-size: 45%;
	background-repeat: no-repeat;
	background-position-x: right;
	margin: 0 -10%;*/
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
  background-position: right;
  padding: 40px 0px;
}
.sec-1-left span {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  display: inline;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  white-space: normal;
}
.sec-1-left h1 {
  color: #ee4b6e;
  font-family: "Unbounded", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  /*line-height: normal;*/
  width: 560px;
  /*background: url(../../../../../../../../themes/foyr/v2/images/sec-1-head-bg.png);*/
  background-repeat: no-repeat;
  background-position: 60% 10%;
  margin: 0px;
  padding-bottom: 20px;
  padding-top: 5px;
}
.sec-1-left h1::after {
  /*background: url(https://foyr.com/v2/images/sec-1-head-bg.png);*/
  content: "";
  width: 350px;
  height: 300px;
  position: absolute;
  right: -75px;
  bottom: 100px;
}
.sec-1-left {
  /*	padding: 120px 0;*/
}
.sec-1-left .span-2 {
  color: #fff;
  text-transform: none;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-top: 12px;
}
/*Section 1 end*/
section {
  overflow: hidden;
}

/*Section 2 Start Here*/
.section_2 .section_2_container,
.section_6 .section_6_container,
.section_5 .section_5_container,
.section_7 .section_7_container,
.section_recent_blogs .section_recent_blog_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section_2,
.section_6,
.section_5,
.section_7 {
  background: var(--wpr-bg-c03adca4-35b0-41fd-96a7-c65a3bc7e40a);
  background-repeat: space;
  padding: 32px 0;
}
.section_2 h1,
.section_6 h1,
.section_5 h1,
.section_7 h1,
.section_2 h2,
.section_5 h2,
.section_6 h2,
.section_7 h2,
.section_recent_blogs h2,
.Slider_Testimonial_New h2 {
  color: #000;
  text-align: center;
  font-family: "Unbounded", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 141.176% */
  margin: 0px;
  margin-bottom: 16px;
  width: 685px;
  height: auto;
  flex-shrink: 0;
}
.section_2_container p,
.section_6_container p,
.section_5_container p,
.section_7_container p {
  color: #000;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  width: 75%;
  flex-shrink: 0;
  margin: 0 auto;
  margin-bottom: 20px;
}
/*Section 2 End Here*/

/*Section 5 start*/
.section_5 {
  padding-top: 50px;
  background: #ffc82d;
}
.home-sec5 {
  padding-bottom: 0;
}
.section_5 span {
  color: #fff;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
  background: #000;
  padding: 5px 9px;
  margin-bottom: 12px;
}
.section_5 h1,
.section_5 h2 {
  height: initial;
}

.section_5_inner_container h3 {
  color: #000000;
  text-align: center;
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 0.2px;
  margin-top: 24px;
  margin-bottom: 12px;
}
.section_5_inner_container p {
  color: #000000;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin: 10px;
}
.section_5_inner_container .sep-block {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
  min-height: 210px;
}
.section_5_inner_container .sep-block > img {
  width: 80px;
  height: 80px;
}
/*Section 5 end*/

/*section 6 Start */
.section_6 {
  padding: 80px 0;
  padding-bottom: 0px;
  background: none;
}
.section_6.home-sec6 {
  padding: 50px 0px 0px;
}
.home .section_7 {
  padding: 50px 0px;
}
.home .section_10 {
  padding: 80px 0px;
}
.home .sec-8-full {
  /* margin: 50px -10% 0; */
  margin: 50px 0% 0;
}
footer.block-footer .image-block {
  padding: 0 0 30px;
}
footer.block-footer {
  padding: 50px 0 30px;
}
footer .copyrights {
  padding: 0;
}
.menu-items ul.menu {
  padding: 0;
}
.section_6 span {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 15px;
}
.section_6_container > img {
  margin-top: 44px;
  display: inline-block;
}
.section_6 {
  background: var(--wpr-bg-8f74b39b-f247-4b18-9c29-e8d3131389a6);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
}
/*section 6 End */

/*Section 7 start*/
.section_7 {
  border-radius: 8px;
  background: #f9b8ff;
  padding: 80px 0;
}
.section_7 h1,
.section_7 h2 {
  height: initial;
}
/*Section 7 end*/

/*Section 3 start*/
.section_3 img {
  width: 100%;
  /*	background: url(../../../../../../../../themes/foyr/v2/images/sec-4-container-bg.png);*/
}
.section_3 {
  padding: 0px;
}

/*masnory*/
.section_3 {
  padding: 10px 0 0;
  /*	background: url(../../../../../../../../themes/foyr/v2/images/sec-4-container-bg.png);*/
}
.home-sec3.section_3 {
  padding: 10px 0 50px;
}
.section_3 img {
  max-width: 100%;
  display: block;
  border-radius: 8px;
}

.section_3 figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 14px;
  break-inside: avoid;
}

.section_3 figure > img {
  grid-row: 1 / -1;
  grid-column: 1;
}

.section_3 figure a {
  color: black;
  text-decoration: none;
  color: #1e1e1e;
  font-family: "Unbounded", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section_3 .person {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 6px;
  padding: 1px;
  position: relative;
  top: -1px;
}

.section_3 figcaption {
  grid-row: 2;
  grid-column: 1;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.2em 0.5em;
  justify-self: start;
  position: absolute;
  margin-left: 12px;
  margin-top: 10px;
  border-radius: 20px;
}

.section_3 .container-fluid {
  column-count: 7;
  column-gap: 14px;
  padding: 0px;
}
/*Section 3 End*/

/*Section 8 start*/
.section_8 {
  background: #fff;
  padding-bottom: 60px;
}
.sec-8-full {
  background: var(--wpr-bg-7c68c6ed-0fbc-48ac-9c93-161525bfb675);
  background-repeat: no-repeat;
  background-position: right bottom;
  margin: 80px -10% 0;
  background-size: 48%;
}
.sec-8-left span {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.sec-8-left h1,
.sec-8-left h2 {
  color: #000000;
  leading-trim: both;
  text-edge: cap;
  font-family: "Unbounded", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 502px;
  /* background: url(../../../../../../../../themes/foyr/v2/images/sec-8-head-bg.png); */
  background-repeat: no-repeat;
  background-position: left;
  margin: 0px;
  padding-bottom: 40px;
}
.sec-8-left p {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  flex-shrink: 0;
  margin-bottom: 30px;
}
.sec-8-left {
  padding: 100px 0 80px;
}
/*Section 8 end*/

/*Section 9 start*/
.section_9 {
  background: #000;
  background-image: var(--wpr-bg-41b1b505-3d8a-4934-a08b-30dc110b4587);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-9-full {
  /*background: url(../../../../../../../../themes/foyr/v2/images/bg_tiles1.png);*/
  background: var(--wpr-bg-215d2f2c-763f-47fd-a734-238b7f18535d);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  margin: 0 -10%;
}
.sec-9-full.pay-as-you-go {
  background: var(--wpr-bg-72733449-ae43-41b7-938c-698315ebe06d);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  margin: 0 2%;
}
.sec-9-left span {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.sec-9-left h1 {
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 560px;
}
.sec-9-left {
  padding: 110px 0;
  /*padding: 40px 0 60px;*/
}
/*Section 9 end*/

/*Section 4 start*/
.section_4 {
  background: var(--wpr-bg-94f61d17-0a39-484f-b23c-4ad013e5875b);
  background-repeat: no-repeat;
  background-size: cover;
}
.section_4 .container {
  padding-top: 50px;
  padding-bottom: 25px;
}
.sec-4-full {
  background: var(--wpr-bg-17561e65-6ea4-4be2-adc5-02972bd506e0);
  background-repeat: no-repeat;
  background-position: right bottom;
  min-height: 800px;
  background-size: 50%;
}
.sec-4-left span {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.sec-4-left h1 {
  color: #000;
  font-family: "Unbounded", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0px;
}
.sec-4-left h1 span {
  color: #ee4b6e;
  font-family: "Unbounded", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sec-4-left {
  padding: 0px 0;
}
.sec-4-left hr {
  opacity: 0.21;
  background: linear-gradient(90deg, #000 39.57%, rgba(0, 0, 0, 0) 100%);
  height: 1px;
  margin: 0px;
}
.sec-4-left h4,
.sec-4-left h3 {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: "Unbounded", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  /*	width: 381px;*/
  /*	height: 42px;*/
  flex-shrink: 0;
  text-decoration: none;
}
.sec-4-left a {
  text-decoration: none;
  color: #000000;
}
.sec-4-left a em {
  font-style: normal;
}
.sec-4-left a img {
  width: 44px;
  height: 37.714px;
  flex-shrink: 0;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.sec-4-left .panel-group .panel,
.sec-4-left .panel-default > .panel-heading {
  border: none;
  background: none;
  padding: 12px 0;
}
.roll-image {
  position: absolute;
  right: -50%;
  top: 0;
}
.sec-4-right p {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  width: 556px;
  height: 52px;
  flex-shrink: 0;
  margin-left: 60px;
}
/*Section 9 end*/

/*Footer Start*/
footer {
  padding: 90px 0;
}
.social-icons img {
  height: 40px;
  width: 40px;
  margin-right: 8px;
}
.foot-left p {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-top: 12px;
  margin-bottom: 30px;
}
.foot-right h6 {
  margin-bottom: 32px;
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.quick_links a {
  display: block;
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}
.quick_links a:hover {
  color: #ee4b6e;
}
/*Footer End*/

/*Common Button Start*/
.common_a {
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #ee4b6e;
  color: #ffffff;
  text-decoration: none;
}
.common_a:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
.common_a img {
  width: 19.182px;
  height: 12px;
}
.section_6 .common_a,
.section_5 .common_a,
.section_10 .common_a {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
.section_6 .common_a:hover,
.section_5 .common_a:hover {
  background: #ee4b6e;
  color: #ffffff;
  text-decoration: none;
}
.section_9 .common_a {
  color: black;
  background: white;
  padding: 12px 24px;
}
.section_9 .common_a:hover,
.section_10 .common_a:hover {
  color: white;
  background: #ee4b6e;
}
.section_8 .common_a {
  color: white;
  background: black;
  padding: 12px 24px;
}
.section_8 .common_a:hover {
  color: white;
  background: #ee4b6e;
}
.section_9 .span-2 {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-top: 12px;
  text-transform: none;
}
/*Common Button End*/

/*Swiper css start*/
.swiper {
  /*width: 100%;*/
  height: auto;
  padding: 20px 0px 60px;
  width: initial;
}
.swiper-wrapper {
  display: flex;
  align-items: center;
  height: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*height: 200px;
  width: 40%;*/
  width: 700px;
  border-radius: 15px;
  height: auto;
}

.swiper-container-horizontal > .swiper-scrollbar {
  bottom: 10px;
  height: 3px;
  border-radius: 8px;
}
.swiper-container-horizontal > .swiper-scrollbar:hover {
  cursor: pointer;
}
.swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
  background: red;
  border-radius: 8px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 30px;
  border-radius: 8px;
}
:root {
  --swiper-theme-color: #686879;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  bottom: 0px;
  top: initial;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 40%;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 40%;
  right: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px;
}
.test img {
  float: left;
  width: 40%;
  object-fit: cover;
  object-position: top;
  border-radius: 15px 0px 0px 15px;
}
.pricing-section-06.swiper-section .test .testimonial-img img {
  float: left;
  width: auto !important;
  object-fit: cover;
  object-position: top;
  border-radius: 15px 0px 0px 15px;
  height: 100% !important;
}
.pricing-section-06.swiper-section .test .contents .quatation img {
  float: left;
  width: auto;
  object-fit: cover;
  object-position: top;
  border-radius: 15px 0px 0px 15px;
}
.testimonial-img {
  /* height: 380px; */
}

.swiper-wrapper .test {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.contents {
  max-height: 380px;
  overflow: hidden;
  flex: 0 0 60%;
  padding: 20px;
}
.contents div.content {
  color: #000000;
  font-family: "Work Sans", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: initial;
  position: relative;
  left: 0;
  top: 0;
  height: 285px;
  overflow: auto;
}
.quatation {
  float: none;
  margin-right: 8px;
  border-radius: 0 !important;
}
.name {
  color: #000000;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px; /* 140% */
  position: relative;
  margin: 0;
}
.title {
  color: #717181;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 140% */
}
.bottom-title {
  position: relative;
  width: 100%;
  overflow-wrap: break-word;
  padding: 20px 0;
  margin-bottom: 0px;
  left: 0;
  text-align: left;
}

/*Swiper css End*/

/*Other styles*/
.caret_image {
  display: none;
}
.mob-banner,
.only-mobile {
  display: none !important;
}

/*Pricing page*/

/*FAQ*/
.faq {
  margin: 95px;
}
.heading-faq {
  color: #000;
  text-align: center;
  font-family: "Unbounded", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 141.176% */
  margin-bottom: 54px;
}
.accordion-toggle:hover {
  text-decoration: none;
}
.faq .panel-default > .panel-heading {
  color: #fff;
  padding: 0px;
  background: none;
  /*    background-color: #ef715f;
    border-color: #ef715f;*/
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  margin-left: 65px;
}
.faq .panel-title a {
  display: block;
  display: flex;
  align-items: center;
  height: 94px;
  flex-shrink: 0;
  color: #000000;
  leading-trim: both;
  text-edge: cap;
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #e5eaf4;
  background: transparent;
  border: none;
  padding: 32px;
  position: relative;
  text-decoration: none;
}
.faq .glyphicon {
  position: absolute;
  right: 32px;
  top: 32px;
  color: #183b56;
  text-align: center;
  font-family: FontAwesome5Free;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0 32px 32px 32px;
}

/*Great Company*/
.great_company {
  background: var(--wpr-bg-356fc387-613e-4e6e-af4a-4aa09e1f2211);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 80px 0;
  background-position: center;
  padding: 200px 0;
}
.great_company h1 {
  margin-bottom: 11px;
  color: #000;
  text-align: center;
  font-family: "Unbounded", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  height: initial;
  line-height: 48px; /* 141.176% */
}
.great_company p {
  color: #000;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  height: initial;
}
.great_company span {
  color: #000;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  opacity: 0.5;
}

/*Pricing sec 4*/

/* Reset Select */
.board_left select {
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
}

/* Custom Select */
.board_left .select {
  position: relative;
  display: block;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: #fff;
  overflow: hidden;
  border-radius: 0.25em;
  /*box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);*/
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff;
  width: 170px;
  height: 50px;
}

.board_left select {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  padding: 0 0 0 0.5em;
  color: #444;
  cursor: pointer;
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

.board_left select::-ms-expand {
  display: none;
}

/* Arrow */
.board_left .select::after {
  /*content: "▼";*/
  content: url(../../../../../../../../themes/foyr/v2/images/down_arrow_flag.png);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1rem;
  color: #dddddd;
  background: #fff;
  pointer-events: none;

  top: 3px;
  right: 7px;
}

/* Transition */
.board_left .select:hover::after {
  color: #cccccc;
}

.board_left .select::after {
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}

.tools_part_left {
  border-radius: 16px;
  border: 1px solid #e4e4e4;
  background: #fff;
  padding: 73px 50px;
  background: var(--wpr-bg-00920ac1-65ea-48b7-8e40-d48aedac3a76);
  background-repeat: no-repeat;
  background-position: 40%;
}
.tools_part_left h4 {
  color: #000;
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 300% */
  margin: 0px;
}
.sep_tools {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 25px 0;
}
.sep_tools_img h5 {
  color: #000;
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 0.2px;
}
.sep_tools_img span {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.sep_tools_img img {
  fill: #fff;
  stroke-width: 2px;
  stroke: #fff;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
  border-radius: 100%;
}
.total_price span {
  color: #3f3f3f;
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 342.857% */
}
.total_price p {
  color: #3f3f3f;
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}
.total_price p b {
  color: #000;
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
}

.tools_part_left.tools_part_right {
  position: relative;
  top: -50px;
  border-radius: 16px;
  background-color: #ffc82d;
  background-image: var(--wpr-bg-267291a8-ca8a-4732-bc34-0d0cdca5420c);
}
.tools_part_left.tools_part_right h4 {
  color: #000;
  font-family: "Unbounded", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 141.176% */
}
.tools_part_left.tools_part_right p {
  color: #000;
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  padding: 15px 0;
}
.last-sep_tools {
  padding-bottom: 0px;
}
hr {
  opacity: 0.2;
  background: #fff;
}
section.pricing_section {
  padding: 90px 0 0px;
  background: var(--wpr-bg-b75dda86-3a59-47ba-a6f3-ce04ad1dcd59);
}

/*Price 3*/
.price_3 .container {
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 61px 15px;
}
.price_3 h1 {
  color: #000;
  font-family: "Unbounded", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 141.176% */
}
.price_3 p {
  color: #747474;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.price_3 a {
  display: flex;
  width: 236px;
  padding: 20px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
  background: #ee4b6e;
  margin-top: 40px;
  text-decoration: none;
}
.price_3 a:hover {
  background: black;
}
.price_3 h3 {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 0px;
}
.price_3 h3 b {
  color: #000;
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
}
.price_3 span {
  color: #000;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Unbounded", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 184.615% */
  letter-spacing: 0.2px;
}
.price_3_right {
  text-align: right;
}
.price_3 {
  margin-bottom: 159px;
}

/*price 1*/
.price_1 h1 {
  color: #000;
  text-align: center;
  font-family: "Unbounded", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 18px;
  width: 758px;
}
.price_1 p {
  text-align: center;
  margin: 0 auto;
  width: 596px;
  color: #000;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.price_1 {
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-bottom: 40px;
}

/*price 2 */
/* Style the buttons inside the tab */
.price_2 .tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.price_2 .nav-pills > li + li {
  margin: 0px;
}
.price_2 {
  margin: 0px 0 120px;
  min-height: 500px;
}
.price_2 .nav-pills > li {
  float: none;
  display: inline-block;
}
.price_2 .nav-pills > li a {
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: black;
  padding: 18px;
}

.price_2 .nav {
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.price_2 li.li_foyr_board a {
  border-radius: 251.765px 0px 0px 251.765px;
  border: 1.176px solid #dad9dc;
  background: #fff;
}
.price_2 li.li_foyr_board a:hover {
  background: #ee4b6e;
  color: white;
}
.price_2 li.li_foyr_board.active a {
  border-radius: 251.765px 0px 0px 251.765px;
  background: #ee4b6e;
}
.price_2 .nav-pills > li.li_foyr_board.active > a,
.price_2 .nav-pills > li.li_foyr_board.active > a:focus,
.price_2 .nav-pills > li.li_foyr_board.active > a:hover {
  border-radius: 251.765px 0px 0px 251.765px;
  background: #ee4b6e;
  color: white;
}

.price_2 li.li_mood_board a {
  border-radius: 0px 251.765px 251.765px 0px;
  border: 1.176px solid #dad9dc;
  background: #fff;
  position: relative;
  left: -5px;
}
.price_2 li.li_mood_board a:hover {
  background: #ee4b6e;
  color: white;
}
.price_2 li.li_mood_board .active a {
  border-radius: 0px 251.765px 251.765px 0px;
  background: #ee4b6e;
}
.price_2 .nav-pills > li.li_mood_board.active > a,
.price_2 .nav-pills > li.li_mood_board.active > a:focus,
.price_2 .nav-pills > li.li_mood_board.active > a:hover {
  border-radius: 0px 251.765px 251.765px 0px;
  background: #ee4b6e !important;
  color: white;
}

ul.inner_MY {
  border: 1px solid #cccccc;
  border-radius: 30px;
  width: 80px !important;
  padding: 2px;
  height: 37px;
  margin: 0px !important;
}
.inner_MY li > a {
  border-radius: 24px;
  width: 30px;
  height: 30px;
  padding: 0px !important;
}
.nav-pills.inner_MY > li.active > a,
.nav-pills.inner_MY > li.active > a:focus,
.nav-pills.inner_MY > li.active > a:hover {
  background: #ee4b6e;
}
.nav.inner_MY > li > a:focus,
.nav.inner_MY > li > a:hover {
  background: none;
}

.board_right {
  text-align: right;
  margin-bottom: 90px;
  margin-top: 70px;
}
.board_left {
  margin-bottom: 90px;
  margin-top: 70px;
}
.month_year > div {
  float: right;
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.month_year span {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: "Unbounded", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  padding: 0 12px;
}

.single_price {
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0px;
  width: 23%;
  margin-right: 2%;
}
.single_price > div {
  padding: 0 15px;
}
.single_price h2 {
  color: #000;
  font-family: "Unbounded", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 141.176% */
}
.single_price p {
  color: #747474;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}
.single_price hr {
  opacity: 1;
  background: #555;
  margin: 20px 0;
}
.single_price h3 b {
  color: #000;
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
}
.single_price h3 {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin: 0px;
  margin-bottom: 10px;
}
.single_price del {
  color: #c0c0c0;
  font-family: "Unbounded", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  letter-spacing: 0.2px;
  text-decoration-line: strikethrough;
  display: block;
  margin: 10px 0 20px 0;
}
.single_price span {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: "Unbounded", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 184.615% */
  letter-spacing: 0.2px;
  margin-bottom: 30px;
  display: block;
}
.single_price a {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
  background: #ee4b6e;
  display: flex;
  width: initial;
  padding: 20px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.single_price a:hover {
  background: black;
}
.single_tick {
  display: flex;
  margin: 18px 0;
}
.single_tick img {
  width: 24px;
  height: 24px;
}
.features,
.optional {
  margin: 40px 0;
}
.features h5,
.optional h5 {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  opacity: 0.5;
}
.features p {
  margin-left: 8px;
}
.optional h6 {
  margin: 0px;
  margin-left: 8px;
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  text-transform: capitalize;
}

.finisher {
  min-height: 530px;
}
.standard_div {
  border-radius: 8px;
  background: #bbceff;
  transform: scale(1.03);
}
.standard_div del {
  color: black;
}
.standard_div em {
  position: absolute;
  top: -28px;
  text-align: center;
  width: initial;
  background: red;
  color: white;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 200px;
  background: #000;
  display: flex;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  text-align: center;
  left: 55px;
}
.yearly_img {
  position: absolute;
  right: 0px;
}
.board_right em {
  position: absolute;
  right: 0px;
  top: -30px;
  color: #000;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Work Sans", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #bbceff;
}
.tab-pane .col-md-12,
.price_2 .container {
  padding: 0px;
}

.what_included {
  display: none !important;
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  text-transform: capitalize;
}

.section_9 .pay-as-you-go-btn {
  background: #ee4b6e;
  min-width: 300px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .price_1 {
    /*display: none;*/
  }
  .price_1 h1 {
    color: #000;
    text-align: center;
    font-family: "Unbounded", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
  }
  .price_1 p {
    color: #000;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
  }
  .faq {
    margin: 0 16px 35px 16px;
  }
  .heading-faq {
    color: #000;
    text-align: center;
    font-family: "Unbounded", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 34px;
  }
  .faq .glyphicon {
    position: absolute;
    right: 12px;
    top: 32px;
  }
  .great_company .section_2_container {
    width: 70%;
    margin: 0 auto;
  }
  .great_company {
    padding: 15px;
    margin: 20px 30px;
    background-size: 100% 100%;
    background-size: contain !important;
  }
  .price_4 .col-md-12.col-xs-12 {
    padding: 0px;
  }
  .tools_part_left {
    padding: 20px 10px;
  }
  .tools_part_left h4 {
    color: #000;
    font-family: "Unbounded", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .sep_tools_img img {
    display: none;
  }
  .tools_part_left h5 {
    color: #000;
    font-family: "Unbounded", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
  }
  .tools_part_left.tools_part_right h4 {
    color: #000;
    font-family: "Unbounded", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
  }
  .tools_part_left.tools_part_right p {
    color: #000;
    font-family: "Unbounded", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 18px */
  }
  .sep_tools {
    margin: 10px 0;
    gap: 0px;
  }
  .total_price {
    text-align: center;
  }
  .total_price p {
    color: #000;
    text-align: center;
    font-family: "Unbounded", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .total_price p b {
    color: #000;
    text-align: center;
    font-family: "Unbounded", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .original_price {
    padding: 0px !important;
  }
  .price_4 hr {
    opacity: 1;
    background: #fff;
  }
  .sep_tools_img span {
    font-size: 14px;
  }
  .tools_part_left.tools_part_right {
    position: relative;
    top: -20px;
  }
  .price_3 {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 70px;

    padding: 0 30px;
  }
  .price_3 a {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .price_3 p + a {
    display: none;
  }
  .price_3 .container {
    padding: 20px 15px;
  }
  .price_3_right {
    text-align: center;
    border-top: 1px solid #00000045;
  }
  .price_3 h1 {
    color: #000;
    text-align: center;
    font-family: "Unbounded", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 240% */
  }
  .price_3 h3 b {
    color: #000;
    text-align: center;
    font-family: "Unbounded", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 200% */
  }
  .price_3 h3 {
    color: #000;
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
  }
  .single_price {
    width: 100%;
    margin-right: 0%;
  }
  .tab-pane .col-md-12,
  .price_2 .container {
    padding: 0px 15px;
  }
  .board_right {
    text-align: right;
    margin-bottom: 30px;
    margin-top: 70px;
  }
  .month_year > div {
    float: none;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
  .yearly_img {
    display: none;
  }
  section.pricing_section {
    padding: 20px 0 0px;
  }
  .price_2 .nav-pills > li a {
    font-size: 12px;
    padding: 12px;
  }

  .finisher {
    min-height: initial;
    height: initial;
  }
  .single_price {
    margin-top: 70px;
  }
  .price_2 {
    margin: 0px 0 40px;
  }
  .board_left,
  .board_right {
    margin-bottom: 0px;
    margin-top: 50px;
  }
  .board_left {
    display: none;
  }
  .single_price {
    text-align: center;
  }
  .single_price h2 {
    color: #000;
    text-align: center;
    font-family: "Unbounded", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 240% */
  }
  .single_price p {
    color: #747474;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .single_price h3 {
    color: #000;
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin: 0px;
  }
  .single_price h3 b {
    color: #000;
    text-align: center;
    font-family: "Unbounded", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 200% */
  }
  .single_price del {
    color: #c0c0c0;
    font-family: "Unbounded", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-decoration-line: strikethrough;
    margin: 0px;
  }
  .single_price span {
    margin-bottom: 26px;
    color: #000;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Unbounded", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 200% */
    letter-spacing: 0.2px;
  }
  .features,
  .optional {
    margin: 20px 0;
  }
  .optional h6 p {
    text-align: left;
  }
  .standard_div del {
    color: black;
  }
  .price_3 a.hide {
    display: block !important;
  }
  .what_included {
    display: block !important;
    margin-bottom: 20px !important;
  }
  .finisher {
    display: none;
  }
  .finisher.active {
    display: block;
  }
  .what_included.active {
    display: none !important;
  }
  .save-price .primary span,
  .price .primary {
    font-size: 20px;
  }
}
.foyr-footer {
  /*background: #F6E5E1;*/
}
.block-footer {
  text-align: center;
}
.block-footer .image-block {
  padding: 5%;
}
.block-footer .menu-items .menu li {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #3f3a3b;
  padding: 15px;
}
.menu li {
  display: inline;
  min-width: 100px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #3f3a3b;
  text-align: center;
}
.menu li a,
.terms-and-conditions a {
  color: #3f3a3b;
}
.social-media-icons {
  width: 250px;
  margin: auto;
  padding: 20px;
}
.social-media-icons span {
  display: flex;
  justify-content: space-between;
}
.terms-and-conditions,
.copyrights {
  padding: 20px;
  font-weight: 200;
  font-size: 15px;
  line-height: 21px;
  color: #454545;
}
.desktop-only-inline {
  display: inline-block;
}
.copyrights {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #6d58c3;
}

.typeahead {
  font-family: inherit !important;
  font-size: 42px !important;
  color: #ee4b6e !important;
  overflow: hidden;
  display: block;
  border-right: 3px solid #ee4b6e;
  text-transform: capitalize !important;
  text-wrap: nowrap;
  font-weight: 700 !important;
  animation: typewriter 5s steps(7) infinite, blinking-cursor 0.8s infinite;
  animation-fill-mode: forwards;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

/*@keyframes alternating-text {
  90% {
    display: none;
  }
}*/
@keyframes typewriter {
  0% {
    width: 0;
  }
  25% {
    width: 70%;
  }
  48% {
    width: 90%;
  }
  50% {
    width: 90%;
  }
  55% {
    width: 90%;
  }
  75% {
    width: 70%;
  }
  85% {
    width: 30%;
  }
  100% {
    width: 0;
  }
}

@keyframes blinking-cursor {
  from {
    border-color: transparent;
  }
  to {
    border-color: #ee4b6e;
  }
}

/*.typeahead_1 {
	animation: typewriter 5s steps(7) infinite, blinking-cursor 0.8s infinite;
}
.typeahead_1, .typeahead_2 {
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	animation-duration: 20s;
	animation-timing-function: steps(25, end);
	animation-iteration-count: infinite;
	font-size: 42px !important;
	color: #EE4B6E !important;
	overflow: hidden;
	display: block;
	border-right: 3px solid #f9d566;
	animation: typewriter 5s steps(7) infinite, blinking-cursor 0.8s infinite;
	animation-fill-mode: forwards;
	text-transform: lowercase !important;
	text-wrap: nowrap;
	font-weight: 700 !important;
}
@keyframes typewriter {
  0% { width:0 }
  25% { width: 70% }
  48% { width: 100% }
  50% { width: 100% }
  55% { width: 100% }
  75% { width: 70%; }
  85% { width: 30%; }
  100% { width: 0; }
}

@keyframes blinking-cursor {
  from { border-color: transparent }
  to { border-color: #f9d566 }
}*/

/*.typeahead_1, .typeahead_2,.typeahead_3, .typeahead_4, .typeahead_5 {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  animation-duration: 20s;
  animation-timing-function: steps(25, end);
  animation-iteration-count: infinite;
}

.typeahead_1::after, .typeahead_2::after, .typeahead_3::after, .typeahead_4::after, .typeahead_5::after {
  content: "|";
  position: absolute;
  right: 0;
  animation: caret infinite;
  animation-duration: 1s;
  animation-timing-function: steps(1, end);
}
@keyframes typeahead_5 {
  0%, 50%, 100% {
    width: 0;
  }
  
  60%, 90% {
    width: 23.2em;
  }
}
@keyframes typeahead_4 {
  0%, 50%, 100% {
    width: 0;
  }
  
  60%, 90% {
    width: 29.2em;
  }
}
@keyframes typeahead_3 {
  0%, 50%, 100% {
    width: 0;
  }
  
  60%, 90% {
    width: 25.2em;
  }
}

@keyframes typeahead_2 {
  0%, 50%, 100% {
    width: 0;
  }
  
  60%, 90% {
    width: 21.2em;
  }
}

@keyframes typeahead_1 {
  0%, 50%, 100% {
    width: 0;
  }
  10%, 40% {
    width: 17em;
  }
}

@keyframes caret {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
*/
.fs-16 {
  font-size: 16px;
}
.mb-5 {
  margin-bottom: 5%;
}
.bold {
  font-weight: 700;
}
.mt-3 {
  margin-top: 3%;
}
.social-container {
  padding: 0 50px;
  max-width: 1200px;
  margin: 0 auto;
}
.social-content {
  /*	width: 462px;*/
  line-height: 1.6;
}
.section_10 {
  background: var(--wpr-bg-f234fc02-f1cd-4c09-81b4-782b4d8a2000);
  background-size: cover;
  padding: 100px 0px;
}
.home .section_10 {
  background-image: url(https://foyr.com/wp-content/uploads/2025/01/USP.jpg);
  padding-block: 60px 10px;
}
.social-container img {
  width: 100%;
}
/*.social-content .common_a {
    padding: 12px 24px !important;
}*/
@media (max-width: 767px) {
  .social-container img,
  .social-content {
    width: 100%;
  }
}

/*ABS css*/
.sec-1-left .fs-16 {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 40px;
}
.sec-1-left {
  padding: 0;
}

section.section_2 {
  padding: 50px 0px 0;
  background: none;
}
.section_2 h2 {
  color: #000;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin: 0;
  margin-bottom: 16px;
  width: 685px;
}
.section_2_container p {
  margin-bottom: 40px;
}
#accordion .panel-body {
  padding-top: 0;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 150%;
}
.sec-4-left h2 {
  color: #000;
  text-align: left;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin: 0;
  margin-bottom: 16px;
}
.sec-4-left h2 span {
  color: #ee4b6e;
  font-family: "Unbounded", sans-serif;
  font-size: 34px;
  font-style: normal;
  line-height: normal;
  font-weight: 500;
}
.sec-4-left .panel-group .panel:last-child {
  box-shadow: none;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 16px;
  line-height: 0;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 24px;
  border-radius: 4px;
  height: 4px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 11px;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  height: 36px;
}
.social-content h2 {
  color: #000;
  font-family: "Unbounded", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 16px;
}
.social-content h2 span {
  color: #ee4e70;
}
.social-content p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 16px;
}
.gap-3 {
  gap: 15px;
}
.d-flex {
  display: flex;
}
.sec-9-left h2 {
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 16px;
}
.sec-9-left p {
  max-width: 408px;
  font-size: 18px;
  color: #fff;
  line-height: 150%;
  margin-bottom: 40px;
  font-family: Work Sans;
}
/************/
.p-0 {
  padding: 0 !important;
}
.wobble-ani {
  position: relative;
  padding-right: 50px !important;
  transition: 0.8s;
}
.wobble-ani img {
  border-radius: 50%;
  position: absolute;
  transition: 0.5s;
  right: 15px;
  animation: wobble 1s ease infinite;
  width: auto;
}
.wobble-ani:hover {
  padding-right: 24px !important;
  padding-left: 50px !important;
}
.wobble-ani:hover img {
  right: calc(100% - 40px);
}
section .sec-1-full .wobble-ani:hover {
  background: #fff;
  color: #000;
}
section .sec-1-full .wobble-ani:hover img {
  filter: brightness(0);
}
section .sec-9-full .wobble-ani:hover img {
  filter: brightness(0) invert(1);
}
/*.social-content .wobble-ani img:first-child {
    animation: none;
}

.social-content .wobble-ani img {
    border-radius: 0;
    position: static;
}
.social-content .wobble-ani:hover {
    padding-right: 24px !important;
    padding-left: 24px !important;
}*/
@keyframes wobble {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.sec-4-left .panel-group .panel .panel-heading .panel-title a {
  display: flex;
  align-items: center;
}
.dropdown-menu li {
  padding: 10px;
  width: 240px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin: 10px;
  font-size: 14px;
}

@media (max-width: 1400px) {
  .home .sec-9-full {
    margin: 0 -12%;
  }
  .home .sec-9-full.pay-as-you-go {
    margin: 0 -5%;
  }
}
@media (max-width: 1200px) {
  .sec-1-full {
    background-size: 500px;
  }
  .section_5_inner_container .sep-block {
    min-height: 200px;
  }
  .section_5_inner_container h3 {
    font-size: 14px;
  }
  .section_5_inner_container p {
    font-size: 14px;
  }
  .sec-9-left {
    padding: 30px 0 40px;
  }
  .sec-8-left {
    padding: 50px 0;
  }
}
@media (max-width: 992px) {
  .home .section_10 {
    padding: 50px 0px;
  }
  .home .sec-9-full {
    margin: 0px -25%;
  }
  .home .sec-9-full.pay-as-you-go {
    margin: 0px -15%;
  }
  .sec-4-right p {
    width: auto;
    margin: 0;
  }
  .sec-8-full {
    margin: 20px -10% 0;
  }
  .sec-4-full {
    background-size: 40%;
  }
  .section_10,
  .section_7 {
    padding: 60px 0;
  }
  .section_1 {
    padding: 40px 0;
  }
  section.section_2 {
    padding: 60px 0 0;
  }
  .sec-1-full {
    background-size: 400px;
  }
  .sec-1-left h1,
  .typeahead {
    font-size: 30px !important;
    width: auto;
  }
  .sec-1-left .fs-16 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 35%;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 35%;
  }
  .sec-8-left {
    padding: 20px 0;
  }
  .sec-8-left h1,
  .sec-8-left h2 {
    padding-bottom: 20px;
    font-size: 28px;
    width: auto;
  }
  .social-content h2,
  .sec-4-left h2,
  .section_2 h1,
  .section_6 h1,
  .section_6 h2,
  .section_5 h1,
  .section_5 h2,
  .section_7 h1,
  .section_7 h2,
  .section_2 h2 {
    font-size: 28px;
    line-height: 38px;
    height: auto;
    width: auto;
  }
  .section_2_container p {
    margin-bottom: 20px;
  }
  .section_2_container p,
  .section_6_container p,
  .section_5_container p,
  .section_7_container p {
    font-size: 16px;
  }
  .swiper {
    margin-left: 0px;
  }
  .home .sec-9-full {
    margin: 0 -320px;
    background-size: 760px;
    background-position: right;
  }
}
@media (max-width: 820px) {
  .home .sec-9-full {
    margin: 0 -400px;
    background-size: 760px;
  }
  .sec-1-full {
    background-size: 340px;
  }
}
@media (max-width: 767px) {
  section .sec-4-full {
    background-attachment: fixed;
    background-size: cover !important;
  }
  .home .sec-8-full {
    margin: 0 auto;
  }
  .home .section_1 .sec-1-left h1 {
    color: #ffffff;
  }
  .home .section_3 img {
    min-width: initial;
  }
  .home .section_5_inner_container .sep-block {
    min-height: auto;
  }
  .home .section_5_inner_container h3 {
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home .swiper-wrapper .test .contents {
    max-height: inherit;
    flex: 0 0 100%;
  }
  .home .swiper-wrapper .contents div.content {
    height: auto;
    padding: 0;
  }
  .home .swiper-wrapper .bottom-title {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-bottom: 0;
  }
  .home .swiper-wrapper .name {
    padding: 0;
    margin-left: 0;
  }
  .home .section_5_inner_container span.caret_image {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .section_5_inner_container .sep-block > img {
    width: 60px;
    height: 60px;
  }
  .section_5_inner_container p {
    font-size: 12px;
  }
  .section_5_inner_container {
    margin-top: 20px;
  }
  .home .section_6 {
    padding-top: 50px;
  }
  .home .bottom-title img.only-mobile {
    min-width: 50px;
  }
  .home .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    margin-left: 0%;
    padding: 0;
  }
  .home .panel-default .panel-inner p {
    text-align: left;
    padding: 0 0 15px;
    display: flex;
    margin-left: 65px;
  }
  .img_foyr {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .img_foyr img {
    width: 100%;
    max-width: 400px;
  }
  .img_foyr .common_a {
    display: inline-flex;
    width: auto;
    align-items: center;
    color: #fff;
  }
  .social-container {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 0;
  }
  .social-content .d-flex {
    text-align: center;
    justify-content: center;
  }
  section.section_8 .common_a {
    display: inline-block;
  }
  section.section_8 .common_a.only-mobile {
    display: inline-flex !important;
    align-items: center;
  }
  .sec-9-left p {
    font-size: 16px;
    margin: 0 auto 20px;
  }
  .sec-4-left h4.panel-title {
    background-position: right;
    background-size: 14px;
  }
  .sec-4-left .panel-group .panel h4.panel-title a {
    display: flex;
    align-items: center;
  }
  section.section_7 .common_a {
    width: auto;
  }
  .home .section_9 .sec-9-full,
  .sec-9-full.pay-as-you-go {
    margin: 0;
    background-size: 760px;
  }
  .home .sec-9-left {
    padding: 20px 0 30px;
    max-width: 100%;
  }
  .home .sec-1-left span {
    color: #ffffff;
  }
  .section_1 .sec-1-full > img {
    max-width: 350px;
  }
  section.section_2 {
    padding: 40px 0 0;
  }
  section .social-content h2,
  section .sec-4-left h2,
  section.section_2 h1,
  section.section_6 h1,
  section.section_6 h2,
  section.section_5 h1,
  section.section_5 h2,
  section.section_7 h1,
  section.section_7 h2,
  section.section_2 h2,
  section .sec-4-left h1,
  section .sec-4-left h1 span {
    font-size: 24px;
    line-height: 32px;
  }
  section .sec-4-full {
    min-height: auto;
  }
  .swiper.swiper-initialized.swiper-horizontal {
    padding-top: 0;
  }
  section .section_6_container p {
    margin-bottom: 15px;
  }
  .social-content p,
  section .sec-8-left p {
    font-size: 16px;
    margin: 0;
  }
  .social-content .common_a,
  section.section_8 .common_a {
    margin-top: 20px;
  }
  section .sec-8-left h1,
  .sec-8-left h2 {
    margin: 0;
  }
  section.section_8 {
    padding-bottom: 30px;
  }
  section .sec-9-left h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  section .sec-8-left {
    padding: 20px 0;
  }
  /*section .swiper-slide {
    width: 80%;
   margin-right: 15px !important;
}*/
  section.section_1 .sec-1-full {
    padding: 0;
  }
  .home .navbar-inverse .navbar-nav > li > a {
    color: #000000;
  }
  header .header-full {
    background: #000;
    border-bottom: 1px solid;
  }
  .common_a.wobble-ani img {
    display: block;
    width: 19.182px;
    height: 12px;
    float: none;
    margin: 0;
  }
  .nav.navbar-nav > li {
    margin: 0;
    text-align: left;
    margin-bottom: 5px;
  }
  #accordion2 .panel.panel-default:last-child {
    border: none;
  }
  #accordion2 .panel.panel-default {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .add-ons .card.left .card-body,
  .add-ons .card.right .card-body {
    padding: 0;
  }
  .moodboard-table-caption {
    width: 100%;
  }
  .mb-25 {
    margin-bottom: 10px;
  }
  .moodboard-table td,
  .moodboard-table th {
    padding: 20px;
  }
  .page-template-Template-moodboard-v2-php .pricing-section-03 {
    padding: 40px 15px;
  }
}

@media (max-width: 576px) {
  .block-footer ul.menu {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
/*ABS css ends*/
.standard-pricing .floating-banner {
  left: 50%;
  transform: translateX(-50%);
  right: auto;
}
.standard-pricing .floating-banner p {
  margin: 15px auto;
}
.compare-plans td:nth-child(2),
.compare-plans td:nth-child(3),
.compare-plans td:nth-child(4) {
  max-width: 150px;
}
.social-media-icons span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/****************/
.page-id-12266 .faq-sec {
  background-image: var(--wpr-bg-a9157768-91b3-4ce3-8762-c99c4847d29f);
  background-size: cover;
  background-position: bottom;
}
.page-id-12266 .Slider_Testimonial_New {
  background: #ffd357;
  padding: 60px 0;
}
.page-id-12266 .quote > img {
  max-width: 45px;
}
.page-id-12266 .right_slider {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
}
.page-id-12266 .right_slider .swiper-slide {
  height: auto;
}

.page-id-12266 .testimonial_info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-id-12266 .testimonial_info img {
  height: 60px;
  object-fit: cover;
  width: 60px;
  border-radius: 100px;
  object-position: top;
  min-width: 60px;
  min-height: 60px;
}
.page-id-12266 .testimonial_person_name {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}
.page-id-12266 .right_slider .swiper-pagination {
  top: 0;
  left: auto;
  bottom: auto;
  text-align: right;
}
.page-id-12266 .right_slider .swiper-button-next,
.page-id-12266 .right_slider .swiper-button-prev {
  bottom: 0;
  top: auto;
  height: 48px;
  width: 48px;
  border: 1px solid #343434;
  border-radius: 100px;
  display: flex;
  background: #fff;
}
.page-id-12266 .right_slider .swiper-button-prev {
  left: auto;
  right: 70px;
}
.page-id-12266 .right_slider .swiper-button-next:after,
.page-id-12266 .right_slider .swiper-button-prev:after {
  font-size: 18px;
  color: #000;
}
.page-id-12266 .swiper-button-next,
.page-id-12266 .swiper-rtl .swiper-button-prev {
  right: 10px !important;
  left: auto;
}
.page-id-12266 .swiper-button-next.swiper-button-disabled,
.page-id-12266 .swiper-button-prev.swiper-button-disabled {
  display: inline-flex;
}
.page-id-12266 .swiper-slide {
  text-align: left;
  font-size: inherit;
  width: 100%;
  border-radius: 0;
}
.page-id-12266 .swiper {
  padding: 0;
}

.page-id-12266 section.tips-section {
  padding: 80px 0px;
  background-image: var(--wpr-bg-15638851-6b39-49e1-93a3-98830bcae1eb);
  background-size: cover;
}
.page-id-12266 .right-tips {
  border-top: 3px solid #fbac18;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  gap: 0;
  background: #ffffff;
}

.page-id-12266 .right-tips p {
  position: relative;
  padding-left: 60px;
  margin: 0;
  padding-bottom: 20px;
}
.page-id-12266 .right-tips p:last-child::after {
  display: none;
}
.page-id-12266 .right-tips p::after {
  content: "";
  width: 1px;
  display: inline-block;
  position: absolute;
  left: 24px;
  height: 100%;
  top: 0;
  bottom: 0;
  border-width: 1px;
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.2);
  border-collapse: separate;
  border-spacing: 10px;
}
.page-id-12266 .right-tips p:before {
  content: "";
  background-image: var(--wpr-bg-fcf2d8f3-c2d5-4a91-9548-a1e5a57da8f8);
  background-color: #fbac18;
  height: 48px;
  width: 48px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
  position: absolute;
  left: 0;
  z-index: 9;
}
.page-id-12266 .custom_heading span {
  z-index: 9;
}
.page-id-12266 .left-tips {
  position: relative;
}
.page-id-12266 .left-tips .arr {
  position: absolute;
  right: 20px;
  bottom: -180px;
}

.page-id-12266 .pricing-section-01 {
  background: var(--wpr-bg-643f6d16-9606-4ac4-b056-ea9e33175b4b);
  padding: 80px 0 0;
  text-align: center;
  background-size: cover;
}
.page-id-12266 .home-design .contents img {
  max-width: 550px;
}
.page-id-12266 .home-design:nth-of-type(odd) .contents {
  text-align: right;
}
.page-id-12266 .home-design:nth-of-type(even) .contents {
  text-align: left;
}
.page-id-12266 .home-design .contents {
  padding: 0;
  margin-bottom: 20px;
}
.page-id-12266 .home-design .row {
  align-items: center;
}
.faq-inner .accordion .accordion-item .accordion-body {
  padding-top: 0;
}
.faq-inner .accordion .accordion-item button.accordion-button {
  font-family: "Unbounded", sans-serif;
}
.Slider_Testimonial_New
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.Slider_Testimonial_New
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 8px;
  border-radius: 4px;
  height: 8px;
}

.Slider_Testimonial_New .swiper-button-next,
.Slider_Testimonial_New .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.Slider_Testimonial_New .right_slider .swiper-button-prev,
.Slider_Testimonial_New .swiper-button-next {
  display: inline-flex;
}
.Slider_Testimonial_New .swiper {
  padding: 0;
}
.quote_static {
  display: none;
}

@media (max-width: 991px) {
  .Slider_Testimonial_New .testimonial_info {
    max-width: calc(100% - 100px);
  }
  .Slider_Testimonial_New .testimonial_person_name {
    font-size: 14px;
  }
  .Slider_Testimonial_New .right_slider .swiper-button-prev {
    right: 60px;
  }
  .Slider_Testimonial_New .right_slider .swiper-button-next,
  .Slider_Testimonial_New .right_slider .swiper-button-prev {
    height: 40px;
    width: 40px;
  }
  .Slider_Testimonial_New .right_slider .swiper-button-next:after,
  .Slider_Testimonial_New .right_slider .swiper-button-prev:after {
    font-size: 14px;
  }
  .Slider_Testimonial_New .testimonial_info img {
    height: 50px;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
  }
}

@media (max-width: 767px) {
  .Slider_Testimonial_New .right_slider .swiper-slide,
  .Slider_Testimonial_New .testimonial_message {
    width: 100%;
    max-width: 100%;
  }
  .Slider_Testimonial_New .right_slider .swiper-button-next,
  .Slider_Testimonial_New .right_slider .swiper-button-prev {
    display: inline-flex;
    height: 40px;
    width: 40px;
  }
  .Slider_Testimonial_New .left-tips .arr {
    display: none;
  }
  .Slider_Testimonial_New
    .pricing-section-02.moodboard.neo-product-section
    .home-design {
    margin-bottom: 20px;
  }
  .Slider_Testimonial_New .testimonial_message {
    max-width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
  .Slider_Testimonial_New .right_slider .swiper-pagination {
    display: block;
  }
  .page-id-12266 .left-tips .arr {
    display: none;
  }
  .sec-4-left a em {
    font-size: 16px;
  }
}

/*=-====Bootstrapthemes.co btco-hover-menu=====*/

.navbar-light .navbar-nav .nav-link {
  color: rgb(64, 64, 64);
}
.btco-hover-menu a,
.navbar > li > a {
  text-transform: capitalize;
  padding: 10px 15px;
}
.btco-hover-menu .active a,
.btco-hover-menu .active a:focus,
.btco-hover-menu .active a:hover,
.btco-hover-menu li a:hover,
.btco-hover-menu li a:focus,
.navbar > .show > a,
.navbar > .show > a:focus,
.navbar > .show > a:hover {
  color: #000;
  background: transparent;
  outline: 0;
}

/*submenu style start from here*/

.dropdown-menu {
  padding: 0px 0;
  margin: 0 0 0;
  border: 0px solid transition !important;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*first level*/
.btco-hover-menu .collapse ul > li:hover > a {
  background: #f5f5f5;
}
.btco-hover-menu .collapse ul ul > li:hover > a,
.navbar .show .dropdown-menu > li > a:focus,
.navbar .show .dropdown-menu > li > a:hover {
  background: #fff;
}
/*second level*/
.btco-hover-menu .collapse ul ul ul > li:hover > a {
  background: #fff;
}

/*third level*/
.btco-hover-menu .collapse ul ul,
.btco-hover-menu .collapse ul ul.dropdown-menu {
  background: #f5f5f5;
}
.btco-hover-menu .collapse ul ul ul,
.btco-hover-menu .collapse ul ul ul.dropdown-menu {
  background: #f5f5f5;
}
.btco-hover-menu .collapse ul ul ul ul,
.btco-hover-menu .collapse ul ul ul ul.dropdown-menu {
  background: #f5f5f5;
}

/*Drop-down menu work on hover*/
.btco-hover-menu {
  background: none;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
.btco-hover-menu .show > .dropdown-toggle::after {
  transform: rotate(-90deg);
}
@media only screen and (min-width: 991px) {
  .btco-hover-menu .collapse ul li {
    position: relative;
  }
  .btco-hover-menu .collapse ul li:hover > ul {
    display: block;
  }
  .btco-hover-menu .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    display: none;
  }
  /*******/
  .btco-hover-menu .collapse ul ul li {
    position: relative;
  }
  .btco-hover-menu .collapse ul ul li:hover > ul {
    display: block;
  }
  .btco-hover-menu .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
  }
  /*******/
  .btco-hover-menu .collapse ul ul ul li {
    position: relative;
  }
  .btco-hover-menu .collapse ul ul ul li:hover ul {
    display: block;
  }
  .btco-hover-menu .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
  }
}

.custom-language-selector {
  height: 25px;
  text-indent: 10px;
  border-radius: 10px;
  margin: 15px 5px;
  width: 50px;
  border: none;
  outline: none;
  font-size: 14px;
}
.free-trial-black {
  background: #000 !important;
  color: #fff !important;
  padding: 15px !important;
  font-size: 14px;
}
.free-trial-black:hover {
  background: #ee4b6e !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
.login-menu-item {
  margin-top: 3px;
}
.sub_menu {
  position: absolute;
  left: 100%;
  top: 0;
}

.modal-content .close-button {
  position: absolute;
  right: 0;
}
.foyr-services:hover {
  background: #ee4b6e;
}
