/* General */
@media (min-width: 0px) {
  .container {
    width: auto !important;
  }
}

/* css blog*/

.latest-blogs-section h2.heading-blog {
  font-family: "Kelson Bold";
  font-weight: 718;
  font-size: 40px;
  line-height: 52px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  margin-top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}

.latest-blogs-section h2.heading-blog::before {
  content: "";
  position: absolute;
  border: 1px solid #77cfe0;
  width: 50px;
  top: 50%;
  margin: 0;
  right: -60px;
}

.latest-blogs-section h2.heading-blog::after {
  content: "";
  position: absolute;
  border: 1px solid #77cfe0;
  width: 50px;
  top: 50%;
  margin: 0;
  left: -60px;
}

.latest-blogs-section .latest-blog-thumbnail {
  border: 1px solid #77CFE0;
  border-radius: 20px;
}

.latest-blogs-section .latest-blog-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.latest-blogs-section .latest-blog-content {
  padding: 12px 0 80px;
}

.latest-blogs-section .latest-blog-title {
  font-weight: 718;
  font-size: 18px;
  line-height: 24px;
}

.latest-blogs-section .latest-blog-title a {
  font-family: "Kelson Bold";
  color: #ffffff;
}

.latest-blogs-section .latest-blog-meta {
  font-size: 12px;
  color: #a0aec0;
  margin-bottom: 10px;
}

.latest-blogs-section .latest-blog-meta .post-author {
  margin-left: 10px;
}

.latest-blogs-section .latest-blog-excerpt {
  font-family: Assistant;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #DCDDDE;
}

.latest-blogs-section .latest-blog-content a.read-more {
  color: #D96E36;
  text-decoration: none;
  font-family: Assistant;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.latest-blogs-section .blog-date {
  color: #cbd5e0;
}

.latest-blogs-section .blog-date .category {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 10px;
  border-radius: 30px;
  background: #187997;
  margin-right: 10px;
}


.latest-blogs-section .blog-date .dates {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #939598;
}

/* css blog */
/* Footer section */
.footer-bottom-menu .footer_social_links.fusion-content-boxes .content-wrapper-background {
  border-radius: 100px;
  padding: 4px;
  margin: 0;
  padding-right: 15px;
  width: 266px;
  float: right;
}

.footervsb {
  background-color: grey;
}

.footer_social_links.fusion-content-boxes .content-wrapper-background .heading.heading-with-icon.icon-left {
  margin: 0;
}

.footer-bottom-menu .footer_social_links .heading-link img {
  margin-right: 10px !important;
}

.footer-bottom-menu .footer_social_links .fusion-column.content-box-column {
  margin: 0;
}

.fusion-content-boxes.content-boxes.columns.row.fusion-columns-1.fusion-columns-total-2.fusion-content-boxes-1.content-boxes-icon-with-title.content-left.footer_social_links {
  max-width: 100%;
}

.coming-soon-news div.fusion-column-wrapper {
  background: linear-gradient(122.7deg, #D96E36 -43.64%, #035775 101.66%);
  border-radius: 20px;
}

/* .news_updates_content .post-item.press-releases:nth-child(1),
.news_updates_content .post-item.press-releases:nth-child(2),
.news-and-update-hide {
  display: none !important;
} */

.coming-soon-news h2 {
  text-transform: uppercase;
}

/* faqs styling */
.faqs-contact {
  width: 1170px;
  max-width: 100%;
}

.faqs-contact .fusion-panel.fusion-toggle-no-divider.fusion-faq-post.contact:hover {
  background: #0d0d0d !important;
}

.faqs-contact .fusion-accordian .fusion-toggle-boxed-mode .panel-title a.active {
  border-bottom: 1px solid #77cfe0;
}

.faqs-contact .fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode .panel-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
}

.faqs-contact .fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode .panel-title a {
  padding: 24px 0px;
}

.faqs-contact .fusion-accordian .fusion-toggle-heading {
  color: #fff !important;
}

.faqs-contact .fusion-accordian .panel-heading .panel-title a.active .fa-fusion-box.fas {
  color: #faa227 !important;
}

.faqs-contact .fusion-accordian .fusion-toggle-icon-unboxed .panel-title a:hover:not(.active) .fa-fusion-box {
  color: #fff !important;
}

/* single post style */

/* Default padding for portrait and landscape orientations */
section#content.post-wrapper-main {
  padding: 100px 0;
}

section#content.post-wrapper-main .fusion-sharing-box.fusion-theme-sharing-box.fusion-sharing-box .fusion-social-networks {
  overflow: visible;
}

/* Home Hero css */
.carousel_hero_title {
  font-family: "Kelson bold" !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 58px !important;
  text-align: left;
}

.ilightbox-overlay.metro-white {
  z-index: 9999 !important;
}

.ilightbox-toolbar.metro-white {
  z-index: 99999999 !important;
}

@media (min-width: 1500px) {
  .ilightbox-toolbar.metro-white {
    top: 24.5% !important;
    left: 80% !important;
    height: 25px !important;
  }
}

@media (min-width: 1600px) {
  .ilightbox-toolbar.metro-white {
    top: 24.5% !important;
    left: 73.8% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .ilightbox-toolbar.metro-white {
    left: 93.5% !important;
    top: 11% !important;
  }

  .carousel_hero_title {
    font-family: "Kelson bold" !important;
    font-size: 38px !important;
    font-weight: 700 !important;
    line-height: 44px !important;
    text-align: left;
  }
}

/* Media query for landscape orientation */
@media screen and (max-width: 767px) and (orientation: landscape) {
  section#content.post-wrapper-main {
    padding: 40px 0;
  }

  section#content.post-wrapper-main .about_us_pr_detail p {
    font-size: 12px;
  }

  section#content.post-wrapper-main .post-content h5 {
    color: #77cfe0 !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
  }
}

/* Media query for portrait orientation */
@media screen and (max-width: 767px) and (orientation: portrait) {
  .latest-blogs-section h2.heading-blog {
    font-size: 30px;
    line-height: 40px;
  }

  /* Home Hero css */
  .carousel_hero_title {
    font-family: "Kelson bold" !important;
    font-size: 25px !important;
    font-weight: 718 !important;
    line-height: 40px !important;
    text-align: left !important;
  }

  .card.resource-card {
    border-radius: 20px !important;
    min-height: 252px;
  }

  section#content.post-wrapper-main h1.fusion-post-title {
    font-size: 22px !important;
    line-height: 28px !important;
  }

  section#content.post-wrapper-main {
    padding: 40px 0 0;
  }

  section#content.post-wrapper-main .fusion-sharing-box.fusion-theme-sharing-box.fusion-sharing-box .fusion-social-networks {
    overflow: visible;
  }

  section#content.post-wrapper-main .fusion-sharing-box.fusion-theme-sharing-box.fusion-single-sharing-box {
    padding: 46px 30px;
  }

  section#content.post-wrapper-main .fusion-sharing-box.fusion-theme-sharing-box.fusion-sharing-box {
    margin-top: 20px !important;
    display: flex !important;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-direction: row;
  }

  section#content.post-wrapper-main .fusion-sharing-box.fusion-theme-sharing-box.fusion-single-sharing-box h4 {
    margin: 0;
  }

  section#content.post-wrapper-main .fusion-sharing-box .fusion-social-networks .fusion-social-network-icon {
    margin: 5px 10px;
    text-decoration: none;
    font-size: 10px;
  }

  section#content.post-wrapper-main .fusion-sharing-box.fusion-theme-sharing-box.fusion-single-sharing-box h4 {
    color: #fff;
    font-family: Assistant;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
  }

  section#content.post-wrapper-main .about_us_pr_detail p {
    font-size: 14px;
  }

  section#content.post-wrapper-main .post-content h5 {
    color: #77cfe0 !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
  }

  section#content.post-wrapper-main .post-content p,
  section#content.post-wrapper-main .post-content li {
    color: #dcddde !important;
    font-size: 14px;
    line-height: 20px;
  }

  .about_us_pr_detail .fusion-title.title.fusion-title-1.fusion-sep-none.fusion-title-text.fusion-title-size-two {
    font-size: 18px;
    line-height: 24px;
  }
}

section#content.post-wrapper-main h1.fusion-post-title {
  color: #fff !important;
  font-size: 40px;
  font-weight: 700 !important;
  line-height: 52px;
  text-align: left !important;
}

section#content.post-wrapper-main p.location-date {
  background: #77cfe033;
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  padding: 10px 30px;
  border-radius: 10px;
  color: #fff;
}

section#content.post-wrapper-main p.location-date .separator {
  margin: 0 10px;
}

section#content.post-wrapper-main .fusion-sharing-box.fusion-theme-sharing-box.fusion-single-sharing-box {
  background-image: linear-gradient(to bottom right, #035775, #d96e36);
  padding: 20px 30px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  column-gap: 50px;
  height: 64px !important;
  min-height: 64px !important;
  flex-direction: row;
}

section#content.post-wrapper-main .fusion-sharing-box.fusion-theme-sharing-box.fusion-sharing-box {
  margin-top: 30px;
}

section#content.post-wrapper-main .fusion-sharing-box.fusion-theme-sharing-box.fusion-single-sharing-box h4 {
  color: #fff;
  font-family: Assistant;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

section#content.post-wrapper-main .post-content p,
section#content.post-wrapper-main .post-content li {
  color: #dcddde !important;
}

section#content.post-wrapper-main .post-content h5 {
  color: #77cfe0 !important;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

/* section#content.post-wrapper-main .post-content h5 strong {
  font-weight: 500;
} */

/* technology page styling */

#technology-research-founding h2,
#technology-solutions-powered h2,
#technology-use-cases-section h2 {
  line-height: 52px !important;
}

#technology-banner {
  position: relative;
}

#technology-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000000 0%, #035775 100%);
  opacity: 0.7;
}

#technology-banner .fusion-layout-column {
  margin-bottom: 0;
}

section#content.post-wrapper-main .post-content li strong {
  font-weight: 400;
}

#technology-solutions-powered h2 {
  margin-bottom: 12.5px;
  margin-top: 0;
}

#technology-solutions-powered .solution-image {
  border: 2px solid #0a8596;
  padding: 10px;
}

#technology-solutions-powered .fusion-builder-row {
  display: flex;
}

#technology-use-cases-section h2 {
  position: relative;
}

#technology-use-cases-section h2::after {
  content: "";
  position: absolute;
  border: 2px solid #77cfe0;
  width: 50px;
  top: 50%;
  margin: 0;
  right: 22%;
}

#technology-use-cases-section h2:before {
  content: "";
  position: absolute;
  border: 2px solid #77cfe0;
  width: 50px;
  top: 50%;
  left: 22%;
}

#technology-use-cases-section h5 {
  margin: 16px 0 10px 0 !important;
}

#technology-use-cases-section a.download-whitepaper-link {
  margin-top: 16px;
}

#technology-use-cases-section a.download-whitepaper-link:hover {
  background: unset;
}

#technology-use-cases-section .technology-use-cases-image,
#technology-use-cases-section .technology-use-cases-image img {
  min-width: 100%;
}

#technology-use-cases-section .use-cases-cols .card-col {
  padding: 20px 0;
}

#technology-use-cases-section h4 {
  margin-top: 12px;
}

#technology-use-cases-section .card-container {
  color: #fff;
  max-width: 92%;
}

#technology-use-cases-section .tag-date {
  padding-top: 12px;
  padding-bottom: 12px;
  text-transform: uppercase;
}

#technology-use-cases-section .tag-date a {
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 30px;
  background: #187997;
  margin-right: 10px;
  text-transform: uppercase;
}

#technology-use-cases-section .tag-date .date {
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: #939598;
}

#technology-use-cases-section p.use-case-desc {
  font-family: Assistant;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #dcddde;
}

#technology-use-cases-section .download-whitepaper a {
  font-family: Assistant;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #d96e36;
  text-decoration: unset;
  margin-top: 16px;
  position: relative;
}

#technology-use-cases-section .download-whitepaper a:hover {
  color: #fff;
}

#technology-use-cases-section .download-whitepaper a::after {
  content: ">";
  position: absolute;
  right: -12px;
  top: 1px;
  display: inline-block;
}

#technology-use-cases-section .download-whitepaper a:hover:after {
  color: #fff;
}

#technology-use-cases-section h4 {
  color: #fff !important;
  font-family: "Kelson Bold";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

#technology-use-cases-section .use-case-img img {
  object-fit: cover;
  border-radius: 20px;
  max-height: 160px;
  border: 1px solid #77cfe0;
}

/* form styling */

#linley-report-dlm-form form {
  border: 4px solid #035775;
  max-width: 600px;
  border-radius: 20px;
  padding: 20px;
}

#linley-report-dlm-form form .gform-body {
  max-width: 90%;
  margin: auto;
}

#linley-report-dlm-form input {
  background: #ffffff1a;
  border: none;
  outline: none;
  color: #fff;
}

#linley-report-dlm-form label {
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
}

#linley-report-dlm-form ul#gform_fields_1 {
  display: flex;
  flex-direction: column;
}

#linley-report-dlm-form ul#gform_fields_1 li span {
  min-width: 90%;
  margin: auto;
}

#linley-report-dlm-form ul#gform_fields_1 .ginput_container_email input {
  min-width: 90%;
  margin: auto;
}

#linley-report-dlm-form .gform_wrapper .gform_footer .gform_button[type="submit"] {
  margin: auto;
  background: #faa227 !important;
  border-radius: 200px;
  font-family: Assistant;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  padding: 16px 30px;
  color: #000000;
}

#linley-report-dlm-form .gform_wrapper .gform_footer .gform_button[type="submit"]:hover {
  color: #fff;
}

#linley-report-dlm-form p {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 16px;
  text-align: center;
}

.the_new_family_container_mobile {
  background-image: url(https://grzdemo.grazitti.com/xsightlabs/wp-content/uploads/2024/05/Rectangle-238.svg) !important;
  background-size: 315px 300px !important;
  background-position: 0% 33% !important;
}

#footer-top-content .fusion-layout-column {
  margin-bottom: 0;
}

.ilightbox-holder .ilightbox-container video {
  object-fit: cover !important;
}

/* Homepage responsive */

/* Media query for devices with a maximum width of 767px (typically targeting smartphones) */
@media screen and (max-width: 767px) {
  .the_new_family_container_mobile {
    background-image: url(https://grzdemo.grazitti.com/xsightlabs/wp-content/uploads/2024/05/Rectangle-238.svg) !important;
    background-size: 315px 300px !important;
    background-position: 0% 33% !important;
  }

  .listing_tech p span,
  .listing_tech ul li {
    font-size: 14px;
    line-height: 20px;
  }

  #technology-use-cases-section .use-case-img img {
    max-height: 180px;
  }
}

@media screen and (min-width: 768px) and (max-width: 834px) and (orientation: portrait) {
  .card.resource-card {
    margin-bottom: 10px;
  }

  .carousel_hero_title {
    font-family: "Kelson bold" !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 55px !important;
    text-align: left;
  }

  #technology-use-cases-section h2:before {
    left: 4%;
  }

  #technology-use-cases-section h2::after {
    right: 4%;
  }
}

@media screen and (min-width: 768px) and (max-width: 834px) and (orientation: landscape) {
  .carousel_hero_title {
    font-family: "Kelson bold" !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 55px !important;
    text-align: left;
  }

  #technology-use-cases-section h2:before {
    left: 5%;
  }

  #technology-use-cases-section h2::after {
    right: 5%;
  }
}

/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
  #technology-use-cases-section h2::after {
    content: "";
    position: absolute;
    border: 2px solid #77cfe0;
    width: 50px;
    top: 50%;
    margin: 0;
    right: 20%;
  }

  #technology-use-cases-section h2:before {
    content: "";
    position: absolute;
    border: 2px solid #77cfe0;
    width: 50px;
    top: 50%;
    left: 20%;
  }
}

@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  #technology-use-cases-section h2:before {
    left: 15%;
  }

  #technology-use-cases-section h2::after {
    right: 15%;
  }
}

@media (max-width: 500px) {
  .footer_social_links {
    text-align: center;
    margin: auto;
  }
}

/* news-updates section home */
.viewall_news:hover,
.viewall_resources:hover {
  background: #faa227;
}

.news_updates_content .card .card-date {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}

.news_updates_content .card .card-body {
  max-width: fit-content;
}

.news_updates_content .card:hover .card-img img {
  scale: 1.1;
  transition: all 0.5s;
}

.news_updates_content .card .card-img img {
  transition: all 0.5s;
}

.news_updates_content .card .card-img {
  max-width: fit-content;
  width: 100%;
  border: 1px solid #fff;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 4px 10px 5px #00000026;
}

a.viewall_news,
a.viewall_resources {
  text-align: center;
  max-width: 100%;
  width: fit-content;
  background: #faa227 !important;
  padding: 16px 30px 16px 30px !important;
  border-radius: 200px !important;
  margin: auto !important;
}

.viewall_news a,
.viewall_resources a {
  color: #000000;
  font-family: Assistant;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
}

.news_updates_content .card .card-date p {
  color: #dcddde;
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
  margin: 0;
}

.news_updates_content {
  display: grid;
  grid-template-columns: auto auto;
  gap: 25px;
  margin: 30px auto;
}

.news_updates_content .card .card-title {
  margin: 12px 0;
}

.news_updates_content .card .card-title a {
  font-family: "Kelson Bold";
  font-size: 18px;
  font-weight: 718;
  line-height: 24px;
  text-align: left;
  margin: 12px 0;
  color: #ffffff;
}

.main-card-body.d-flex.flex-column:hover {
  background: #0000009c;
  border: 2px solid #77cfe1;
}

.download .button-download:hover {
  color: #d96e36;
}

.news_image {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid white;
}

.news_updates_content .card .news_image_child {
  transform: scale(1);
  transition: all 0.3s;
}

.news_updates_content .card:hover .news_image_child {
  transform: scale(1.1);
  transition: all 0.3s;
}

.main-card-body.d-flex.flex-column:hover .card-title {
  color: white;
}

.news_updates_content .card .card-category p {
  text-transform: uppercase;
  margin: 0;
  background-color: #187997;
  max-width: fit-content;
  color: #ffffff;
  padding: 4px 10px 4px 10px;
  border-radius: 30px;
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  text-align: left;
}

.news_updates_content .card {
  background-color: #77cfe033;
  border-radius: 20px;
  padding: 10px;
  max-width: 100%;
  display: flex;
  align-items: center;
}

.news_updates_heading,
.resources_heading,
.trusted_partners_heading {
  position: relative;
  margin: 0;
  font-size: 40px;
  font-weight: 718;
  line-height: 46px;
  text-align: center;
  color: #ffffff;
}

.news_updates_heading::after,
.resources_heading::after {
  content: "";
  position: absolute;
  border: 1px solid #77cfe0;
  width: 50px;
  top: 50%;
  right: 105%;
}

.news_updates_heading::before,
.resources_heading::before {
  content: "";
  position: absolute;
  border: 1px solid #77cfe0;
  width: 50px;
  top: 50%;
  margin: 0;
  left: 105%;
}

.image_icon_one {
  margin-right: -97px;
}

.image_icon_two {
  margin-right: -58px;
}

.image_icon_three {
  margin-right: -18px;
}

.image_icon_four {
  margin-right: 5px;
}

.image_icon_five {
  margin-left: -42px;
}

.image_icon_six {
  margin-left: -73px;
}

.image_icon_seven {
  margin-left: -106px;
}

.fusion-counter-box.counter-box-wrapper .counter-box-container .content-box-counter .unit {
  font-size: 25px;
  line-height: 40px;
  font-family: "Kelson Bold";
  order: 3;
}

.flexiblity-mobile-section .about_us_counter_wrapper .content-box-percentage.content-box-counter span.unit,
.flexibility-unleashed-content .about_us_counter_wrapper .content-box-percentage.content-box-counter span.unit {
  padding-left: 6px;
}

.contact_us-location_section .location-address {
  line-height: 20px;
}

@media(min-width: 1250px) {
  .stay-tuned-container {
    height: 320px;
  }

  .stay-tuned-container .stay-tuned-content .fusion-column-wrapper {
    display: block !important;
  }

  .stay-tuned-section-para p {
    margin-bottom: 0 !important;
  }

  .future-culster-cols.fc-col-1 .fusion-text {
    max-width: 93%;
  }

  /* .future-culster-cols.fc-col-2 .fusion-text {
    max-width: 93%;
  } */

}

/* product page styling */

.data-sections-for-scroll .data-section-content .fusion-image-element {
  margin-top: 24px;
  margin-bottom: 20px !important;
}

.data-sections-for-scroll .fusion-image-element {
  max-width: 100%;
}

.faqs-product-container .fusion-faqs-wrapper .fusion-accordian .fusion-panel {
  border-radius: 8px;
}


.faqs-product-container .toggle-content.post-content p {
  margin-bottom: 5px;
}

.stay-tuned-container .stay-tuned-content .fusion-title {
  margin-bottom: 10px !important;
}

.key-feature-section-icon-content .fusion-content-layout-column .fusion-text p {
  margin-bottom: 20px;
}

.our-vision-first-key-feature .fusion-text {
  margin-bottom: 0 !important;
}

.faqs-product-container .fusion-accordian .panel-title a {
  font-family: "Kelson bold" !important;
  font-weight: 718 !important;
}

.faqs-product-container .fusion-accordian .panel-title a .fa-fusion-box.active-icon.fa-arrow-up.fas::before {
  color: #FAA227 !important;
}

.faqs-product-container .fusion-faq-shortcode .fusion-accordian .fusion-toggle-icon-unboxed .panel-title a .fa-fusion-box {
  background: #FFFFFF0D !important;
  width: 32px;
  height: 32px;
  padding: 5.33px;
  border-radius: 8px;
}

.faqs-product-container .fusion-accordian .fusion-toggle-icon-right .fusion-toggle-heading {
  margin-right: 46px !important;
}

.x1-image-content.data-scroll-image-full-width img {
  width: 1170px;
  max-width: 100%;
}

.x1-image-content.data-scroll-image-full-width {
  width: 1170px;
  max-width: 100%;
}

.data-sections-for-scroll .our-vision-section p {
  font-size: 18px;
  line-height: 28px
}

.x-switch-section-product .future-culster-cols .fusion-title {
  margin-top: 0;
}

.x-switch-section-product .future-culster-cols .fusion-title h4 {
  color: #FAA227 !important;
}

.stay-tuned-container .stay-tuned-image .fusion-imageframe {
  overflow: visible;
}

.stay-tuned-container .stay-tuned-content,
.stay-tuned-container .stay-tuned-image {
  height: 100%;
}

.stay-tuned-container .stay-tuned-content .fusion-column-wrapper {
  margin-right: 0;
}

.stay-tuned-container .stay-tuned-image .fusion-column-wrapper {
  margin-left: 0;
}

.stay-tuned-container .stay-tuned-content .fusion-text,
.stay-tuned-container .stay-tuned-content .fusion-title {
  max-width: 500px;
  margin-left: auto;
  margin-right: 35%;
}

.stay-tuned-container .stay-tuned-image .fusion-column-wrapper img {
  margin-left: -90px;
  min-height: 200px;
  min-width: 200px;
}

.faqs-product-container h2.faqs_section_title::before,
.x-switch-section-product h2.x-switch-heading:before {
  content: "";
  position: absolute;
  border: 0.5px solid #77cfe0;
  width: 50px;
  top: 50%;
  margin: 0;
  margin-left: -60px;
}

.faqs-product-container h2.faqs_section_title:after,
.x-switch-section-product h2.x-switch-heading:after {
  content: "";
  position: absolute;
  border: 0.5px solid #77cfe0;
  width: 50px;
  top: 50%;
  margin: 0;
  margin-left: 10px;
}

.faqs-product-container h2.faqs_section_title,
.x-switch-section-product h2.x-switch-heading {
  font-family: "Kelson bold";
  font-size: 40px;
  font-weight: 718;
  line-height: 52px;
  color: #fff;
  position: relative;
}

.future-culster-cols .fusion-column-wrapper {
  position: relative;
  overflow: visible !important;
  margin: 0 15px !important;
}

.future-culster-cols .heading-3 {
  max-width: 80%;
}

.future-culster-cols .fusion-image-element {
  background: #187997;
  display: inline-block;
  height: 100px;
  width: 100px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.future-culster-cols.fc-col-1 .fusion-image-element {
  clip-path: circle(100% at 100% 100%);
  right: -10px;
  bottom: -10px;
}

.future-culster-cols .fusion-image-element .future-culter-image img {
  max-width: 50px;
  max-height: 50px;
}

.future-culster-cols .fusion-image-element .future-culter-image.fc-image-1 img {
  margin-left: 20px;
  margin-top: 10px;
}

.future-culster-cols .fusion-image-element .future-culter-image.fc-image-2 img {
  margin-right: 20px;
  margin-top: 10px;
}

.future-culster-cols .fusion-image-element .future-culter-image.fc-image-3 img {
  margin-left: 20px;
  margin-bottom: 10px;
}

.future-culster-cols .fusion-image-element .future-culter-image.fc-image-4 img {
  margin-right: 20px;
  margin-bottom: 10px;
}

.future-culster-cols.fc-col-2 .fusion-image-element {
  clip-path: circle(100% at 0% 100%);
  left: -10px;
  bottom: -10px;
}

.future-culster-cols.fc-col-3 .fusion-image-element {
  clip-path: circle(100% at 100% 0%);
  top: -10px;
  right: -10px;
}

.future-culster-cols.fc-col-4 .fusion-image-element {
  clip-path: circle(100% at 0% 0%);
  top: -10px;
  left: -10px;
}

.future-culster-cols {
  height: 338px !important;
}

.faqs-contact.product-faqs .fusion-accordian .fusion-panel:hover {
  background: #ffffff1a !important;
}

.product-scroll-container a.scroll-anchor-for-sections {
  border: 1px solid #FFFFFF;
  color: #fff;
  text-align: center;
  font-family: Assistant;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  padding: 10px 0;
}

.product-scroll-container {
  position: -webkit-sticky;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
}

.download-product-brief-btn {
  display: block !important;
}

.data-sections-for-scroll .data-section-content ul li::marker {
  color: #fff;
}

.data-section-content .fusion-image-element .x1-image-content {
  border-radius: 20px;
  border: 1px solid #77CFE0;
  padding: 20px;
}

.data-section-content .fusion-image-element .x1-image-content img {
  border-radius: 20px;
}

.data-section-content .fusion-image-element {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Responsivity */

@media only screen and (max-device-width: 768px)
/* Max width for mobile devices */
and (orientation: landscape)

/* Landscape orientation */
  {
  .image_icon_one {
    margin-right: 0;
    height: 100px;
    width: 100px;
    top: 15px;
    left: 0px;
  }

  .image_icon_three {
    margin-right: 0;
    height: 100px;
    width: 100px;
    top: 15px;
    left: -15px;
  }

  .image_icon_five {
    margin-left: 0;
    height: 100px;
    width: 100px;
    top: 15px;
    left: -33px;
  }

  .image_icon_seven {
    margin-left: 0;
    height: 100px;
    width: 100px;
    top: 15px;
    left: -45px;
  }

  .image_icon_two {
    margin-right: 0;
    width: 36px;
    top: 10px;
    left: 14px;
  }

  .image_icon_four {
    margin-right: 0;
    width: 36px;
    top: 10px;
    left: -2px;
  }

  .image_icon_six {
    width: 36px;
    top: 10px;
    left: 17px;
  }
}

.trusted_partners_heading::before {
  left: 3.5%;
  content: "";
  top: 50%;
  position: absolute;
  border: 1px solid #77cfe0;
  width: 50px;
}

.trusted_partners_heading::after {
  right: 3.5%;
  content: "";
  top: 50%;
  position: absolute;
  border: 1px solid #77cfe0;
  width: 50px;
}

.career-contact-form form.wpcf7-form.submitting {
  text-align: center;
}

.career-contact-form form.wpcf7-form.submitting .career-submit-btn .has-spinner {
  margin-bottom: 16px;
}

@media only screen and (min-width: 900px) and (max-width: 940px) {
  .trusted_partners_heading::after {
    right: -2% !important;
    content: "";
    top: 50%;
    position: absolute;
    border: 1px solid #77cfe0;
    width: 32px !important;
  }

  .trusted_partners_heading::before {
    left: -2% !important;
    content: "";
    top: 50%;
    position: absolute;
    border: 1px solid #77cfe0;
    width: 32px !important;
  }
}

@media (max-width: 1200px) {
  .stay-tuned-container .stay-tuned-content .fusion-text, .stay-tuned-container .stay-tuned-content .fusion-title {
    max-width: 500px;
    margin-left: auto !important;
    margin-right: 30% !important;
  }

  .future-culster-cols {
    height: 440px !important;
  }

  .future-culster-cols.fc-col-3 .fusion-column-wrapper,
  .future-culster-cols.fc-col-4 .fusion-column-wrapper {
    padding-top: 80px;
  }

  .footer_main_wrapper {
    margin-top: -1px !important;
  }

  .news_updates_heading::before,
  .resources_heading::before {
    left: 105%;
    width: 50px;
  }

  .trusted_partners_heading::after {
    right: 0%;
    content: "";
    top: 25%;
    position: absolute;
    border: 1px solid #77cfe0;
    width: 50px;
  }

  .trusted_partners_heading::before {
    left: 0%;
    content: "";
    top: 25%;
    position: absolute;
    border: 1px solid #77cfe0;
    width: 50px;
  }

  .news_updates_heading::after,
  .resources_heading::after {
    right: 105%;
    width: 50px;
  }
}

@media (max-width: 800px) {
  .news_updates_content {
    grid-template-columns: auto;
    gap: 0;
  }

  a.viewall_news,
  a.viewall_resources {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 700px) {

  .trusted_partners_heading::after,
  .trusted_partners_heading::before {
    display: none;
  }

  .news_updates_heading::before {
    left: 0%;
    width: 22%;
  }

  .news_updates_heading::after {
    right: 0%;
    width: 22%;
  }

  .resources_heading::before {
    left: 0%;
    width: 31.0189%;
  }

  .resources_heading::after {
    right: 0%;
    width: 31.0189%;
  }

  .container {
    width: auto !important;
  }
}

/* Resources styling */
.card.resource-card .card-title p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.category.or_tag {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #187997;
  padding: 6px 12px;
  border-radius: 30px;
  margin: 11px;
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
}

.main-card-body {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  width: 93%;
  border-radius: 20px;
  border-top: 4px solid #77cfe1;
  padding: 20px;
  margin-bottom: 10px;
}

.card-title p {
  font-family: "Assistant", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  margin-bottom: 0px !important;
}

.card-title p {
  font-family: "Assistant", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  margin-bottom: 0px !important;
}

.resources-template .card-title p {
  font-family: "Kelson Bold";
}

.download {
  font-family: Assistant;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}

.card.resource-card {
  border-radius: 20px !important;
  min-height: 300px;
}

.card.resource-card img.card-img-top {
  position: absolute;
  height: 100%;
}

.learn-more-what-we-do {
  background: transparent !important;
}

.learn-more-what-we-do:hover {
  background-color: initial !important;
  color: #f68b1f !important;
}

.news_updates_content .card .card-body {
  max-width: fit-content;
  padding: 0px 0px 0px 10px;
}

section.home_resources_main {
  background: darkgray;
}

.resources_content {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 20px;
}

.resources_content .card {
  border-radius: 20px;
  gap: 10px;
  position: relative;
  text-align: center;
  margin: auto;
  min-width: 270px;
}

.resources_content .card .card-img {
  border: 1px solid #77cfe0;
  border-radius: 20px;
  overflow: hidden;
}

.resources_content .card .card-img img {
  max-width: 270px;
  width: 100%;
}

.resources_content .card .card-body {
  position: absolute;
  bottom: 20px;
  max-width: 250px;
  width: 100%;
  padding: 10px 20px;
  background: #fff;
  border-radius: 20px;
  border-top: 4px solid #77cfe0;
  text-align: center;
  margin: auto;
  left: 10px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 6.4rem;
}

.resources_content .card .card-body .card-title p {
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-align: left;
  font-family: Assistant;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.resources_content .card .card-body .download a {
  font-family: Assistant;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  font-family: Assistant;
  text-align: left;
  color: #d96e36;
  text-decoration: none;
}

.privacy-policy-page ol {
  color: #fff;
}

.privacy-policy-page li::marker {
  color: #fff;
}

#term-and-condition-page li {
  padding-bottom: 10px;
}

@media (max-width: 1200px) {
  .resources_content {
    grid-template-columns: auto auto;
    justify-content: space-evenly;
  }
}

@media (max-width: 844px) {
  .resources_content {
    grid-template-columns: auto;
  }
}

/* What we do */
.what_we_content:after {
  content: url(../images/what-we-do-bg.png);
  position: absolute;
  top: -60%;
  right: -43%;
  opacity: 50%;
  background-blend-mode: hard-light;
}

.what_we_do_heading h2 {
  color: #ffffff !important;
}

.what_we_do_learn_btn:hover {
  background: transparent !important;
}

.what_we_do_learn_btn {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

.what_we_do_learn_btn span {
  color: #faa227 !important;
}

.what_we_do_video {
  border: 2px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.what_we_do_video::after {
  content: url(../icons/video-paly-btn.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  /* padding: 10px 20px; */
  border-radius: 5px;
  cursor: pointer;
  z-index: 2;
  transition: 0.5s all;
}

@media only screen and (max-width: 480px) and (orientation: portrait) {
  rs-tabs.nav-dir-horizontal {
    left: 18px !important;
  }
}

.what_we_do_video:hover img {
  transition: 0.5s all;
  scale: 1.1;
}

.what_we_do_video:hover::after {
  content: url(../icons/video-play-hover-btn.png);
  transition: 0.5s all;
}

.what_we_do_video img {
  width: 100%;
  max-width: 100%;
  transition: 0.5s all;
}

.resources_content .card:hover .card-body {
  background: #035775 !important;
}

.resources_content .card:hover .card-title {
  color: #ffffff !important;
}

.what_we_do_container {
  position: relative;
}

i.counter-box-icon.fontawesome-icon.fa-plus.fas {
  order: 2;
  margin: 0;
}

.what-we-do-counter-box i.counter-box-icon.fontawesome-icon.fa-plus.fas {
  margin-left: -6px;
}

span.display-counter {
  order: 1;
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .rs-tabs.nav-dir-horizontal.nav-pos-ver-bottom.nav-pos-hor-center.rs-nav-element.tp-tabs.inner.gyges_copy25 {
    left: 16px !important;
  }
}

@media only screen and (max-width: 480px) and (orientation: portrait) {
  rs-tabs.nav-dir-horizontal {
    left: 18px !important;
  }
}

.content-box-percentage.content-box-counter {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 0;
  /* gap: 12px; */
}

.what-we-do-counter-box span.display-counter {
  order: 1;
  font-family: "Kelson Bold";
  font-size: 25px;
  font-weight: 718;
  line-height: 40px;
  text-align: left;
}

.what-we-do-counter-box .counter-box-content {
  font-family: Assistant;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.what-we-do-counter-box .content-box-percentage.content-box-counter {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 7px;
}

.what-we-do-counter-box .counter-box-container {
  position: relative;
}

.what-we-do-counter-box .fusion-counter-box:not(:last-child) .counter-box-container::after {
  content: url(../icons/divider.png);
  position: absolute;
  top: 10%;
  right: -3%;
}

.partners-logo-slider {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
}

.partners-logo-slider .swiper-wrapper {
  display: flex;
  animation: slide 15s linear infinite;
}

.partners-logo-slider .swiper-slide {
  flex-shrink: 0;
  margin-right: 13px;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - 13px));
  }
}

@media (max-width: 1200px) {
  .contact_us-location_section .map-section-outer .row {
    justify-content: center;
    align-items: center;
  }

  .contact_us-location_section .map-section-outer .row .location-container {
    margin-top: 0 !important;
  }

  .contact_us-location_section .our_locations {
    margin-top: 0 !important;
  }

  .what_we_do_counter {
    position: unset !important;
  }

  .what-we-do-counter-box .fusion-counter-box:not(:last-child) .counter-box-container::after {
    right: -8%;
  }

  /* #technology-use-cases-section h2::after {
    right: 10%;
    top: 40%;
  }

  #technology-use-cases-section h2:before {
    top: 40%;
    left: 10%;
  } */
}

@media (max-width: 840px) {
  .what_we_do_counter .fusion-counter-box.fusion-column.col-counter-box.counter-box-wrapper.col-lg-3.col-md-3.col-sm-3 {
    max-width: 50%;
    float: left;
  }

  .what-we-do-counter-box .fusion-counter-box:not(:last-child) .counter-box-container::after {
    top: 10%;
    right: -3%;
  }

  .what-we-do-counter-box .fusion-counter-box:not(:last-child) .counter-box-container::before {
    content: url(../icons/dividerHorizantal.png);
    position: absolute;
    top: 102%;
    right: 0;
    left: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .image_icon_one {
    margin-right: -50px;
    width: 100px;
    top: 22px;
    margin-bottom: 10px;
  }

  .image_icon_three {
    width: 100px;
    top: 22px;
    left: -6px;
    margin-bottom: 10px;
  }

  .image_icon_five {
    margin-left: -30px;
    width: 100px;
    top: 22px;
    margin-bottom: 10px;
  }

  .image_icon_seven {
    margin-left: -56px;
    width: 100px;
    top: 22px;
    margin-bottom: 10px;
  }

  .image_icon_two {
    margin-right: -37px;
    width: 66px;
    top: 15px;
  }

  .image_icon_four {
    margin-right: 5px;
    width: 66px;
    top: 15px;
  }

  .image_icon_six {
    margin-left: -38px;
    width: 66px;
    top: 16px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .image_icon_two {
    margin-right: -58px;
    width: 99px;
    top: -5px;
  }

  .image_icon_four {
    margin-right: 5px;
    width: 99px;
    top: -5px;
  }

  .image_icon_six {
    width: 99px;
    top: -5px;
    margin-left: -73px;
  }

  .image_icon_one {
    margin-right: -82px;
  }
}

@media (max-width: 467px) {
  #technology-use-cases-section h2::after {
    width: 18px;
    right: 0%;
  }

  #technology-use-cases-section h2:before {
    width: 18px;
    left: 0%;
  }
}

@media (max-width: 767px) {
  section#content.post-wrapper-main .post-content h5 {
    color: #77cfe0 !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
  }

  #technology-use-cases-section h2::after {
    width: 30px;
    right: -2%;
  }

  #technology-use-cases-section h2:before {
    width: 30px;
    left: -2%;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  #technology-use-cases-section h2::after {
    width: 50px;
    right: -2%;
  }

  #technology-use-cases-section h2:before {
    width: 50px;
    left: -2%;
  }
}

@media (max-width: 667px) {
  .faqs-product-container .fusion-accordian .fusion-toggle-icon-right .fusion-toggle-heading {
    margin-right: 15px !important;
  }

  .faqs-product-container .faqs-contact .fusion-faqs-wrapper .fusion-accordian .fusion-panel {
    margin-bottom: 20px !important;
  }

  .career-page-contact-us-form .get_in_touch_contact_form.get_in_touch_contact_us {
    height: auto !important;
  }

  .what_we_content:after {
    content: url(/wp-content/themes/avada-child/assets/images/xwhat-we-do-bg.png.pagespeed.ic.MyuNfBwVNo.webp);
    position: absolute;
    top: 60%;
    right: 0;
    opacity: 50%;
    background-blend-mode: hard-light;
  }

  #technology-research-founding h2,
  #technology-solutions-powered h2,
  #technology-use-cases-section h2 {
    line-height: 40px !important;
  }

  #technology-use-cases-section .use-cases-cols .card-col {
    border-bottom: 1px solid #77cfe045;
    margin-bottom: 15px;
  }

  #technology-use-cases-section .use-cases-cols .card-col:last-child {
    border: unset;
    margin-bottom: 0px;
  }

  #technology-use-cases-section .card-container {
    max-width: 100%;
  }

  .career-contact-form {
    background-position: center 190px !important;
  }

  .career-banner-wrapper {
    background-size: 100% 100% !important;
  }
}

@media (max-width: 450px) {
  .what-we-do-counter-box .fusion-counter-box:not(:last-child) .counter-box-container::after {
    top: 10%;
    right: -7%;
  }

  .what-we-do-counter-box .fusion-counter-box:not(:last-child) .counter-box-container::after {
    top: 18%;
    right: -13%;
  }
}

/* contact page */
.get_in_touch_social_heading p {
  position: relative;
}

.get_in_touch_social_heading p::after {
  content: "";
  position: absolute;
  border: 1px solid #77cfe0;
  width: 170px;
  top: 50%;
  left: 0;
  margin: 0;
}

.get_in_touch_social_heading p::before {
  content: "";
  position: absolute;
  border: 1px solid #77cfe0;
  width: 170px;
  top: 50%;
  margin: 0;
  right: 0;
}

.get_in_touch_contact .heading.heading-with-icon.icon-left {
  margin: 0;
  margin-bottom: 3px;
  padding: 0;
}

.get_in_touch_contact .content-box-column-last-in-row {
  margin: 0;
  margin-bottom: 30px;
}

.get_in_touch_contact p.content-box-heading {
  margin: 0;
  font-family: Assistant;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  padding: 0;
}

.get_in_touch_contact .content-icon-wrapper-yes {
  padding: 10px 20px;
  border: 1px solid #77cfe0;
  margin: 0;
  background: #000000;
  border-radius: 10px;
}

.get_in_touch_contact {
  margin: 0 !important;
}

.get_in_touch_contact {
  margin: 0;
}

.contact_form .contact_form_submit input.wpcf7-form-control {
  width: 100% !important;
  color: #000000;
  background: #faa227;
  border-radius: 200px;
  font-family: Assistant;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  padding: 16px 30px;
}

.contact_form .contact_checkbox {
  margin-bottom: 1rem;
  margin-top: 4px;
}

.contact_form .contact_form_submit p {
  text-align: center;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.spacer {
  margin-bottom: 20px !important;
}

.get_in_touch_contact .col.content-box-wrapper.content-wrapper-background.link-area-link-icon.content-icon-wrapper-yes {
  padding: 12.5px 20px 12.5px 20px !important;
}

.get_in_touch_contact .fusion-column.content-box-column.content-box-column {
  padding: 0 !important;
}

.contact_form textarea.wpcf7-form-control.wpcf7-textarea {
  background: #ffffff1a;
  border: none;
  margin-bottom: 14px;
}

.contact_form span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  display: flex;
  margin-top: 10px;
}

.contact_form textarea.wpcf7-form-control.wpcf7-textarea {
  color: white;
  margin-top: 10px;
}

.contact_form .wpcf7-list-item,
.contact_form .wpcf7-list-item last {
  border-radius: 8px;
  margin: 0 1em 0 0;
  background: #ffffff1a;
  padding: 15px 10px;
  max-width: 50%;
  width: 100%;
}

.contact_form .fusion-one-half p input {
  background: #ffffff1a;
  border: none;
  outline: none;
  color: white;
  margin-top: 10px;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #dcddde;
}

.contact_form .fusion-one-half p,
.contact_form p {
  margin: 0;
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  line-height: 24px;
}

.career-page-contact-us-form .fusion-one-half {
  max-width: 100%;
  width: 100%;
}

.contact_form .fusion-one-half {
  max-width: 100%;
  width: 100%;
}

.contact_form .fusion-one-half {}

/* career page */
.Career-banner-sideBG-wrapper {
  position: relative !important;
}

.Career-banner-sideBG-wrapper .career-banner-flexible-hours-btn {
  position: absolute !important;
  right: 0%;
  z-index: 2;
  top: 10%;
}

.Career-banner-sideBG-wrapper .career-banner-happy-working-btn {
  position: absolute !important;
  left: -2%;
  bottom: 12%;
  z-index: 2;
}

.career-why-join-us-wrapper .why-join-us-context .fusion-column {
  margin-bottom: 0;
}

.why-join-us-heading {
  position: relative;
  text-align: center;
  max-width: fit-content;
  margin: 0 auto;
}

.why-join-us-heading h2 {
  max-width: fit-content;
  text-align: center;
  margin: 0 auto;
}

.current-job-openings-heading {
  position: relative;
}

.why-join-us-heading::after {
  content: "";
  position: absolute;
  border: 1px solid #77cfe0;
  width: 78px;
  top: 50%;
  right: 105%;
}

.why-join-us-heading::before {
  content: "";
  position: absolute;
  border: 1px solid #77cfe0;
  width: 78px;
  top: 50%;
  margin: 0;
  left: 105%;
}

.why-join-us-context {
  position: relative;
}

.why-join-us-context::after {
  position: absolute;
  content: url(../images/divider-line.png);
  width: 100%;
  bottom: -12px;
}

a.more-job-openings-view-btn {
  width: 100% !important;
}

.career-why-join-us-wrapper .why-join-pointers p {
  line-height: 20px;
}

.career-why-join-us-wrapper .why-join-pointers p.content-box-heading {
  font-family: "Kelson Bold";
  font-weight: 718;
  line-height: 40px !important;
}

.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .content-box-heading {
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
  font-weight: 700;
}

.why-join-us-context::before {
  content: url(../images/divider-line.png);
  width: 100%;
  top: -22%;
  position: absolute;
}

.career-banner-sideBG img.img-responsive.wp-image-2073 {
  position: relative;
}

main#main {
  padding-bottom: 0;
}

.career-job-opening-separator {
  opacity: 20%;
}

.job-openings-details-wrapper:hover .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-center.fusion-content-layout-column {
  border: 2px solid #77cfe0;
  background: #00000066 !important;
}

.job-openings-details-wrapper:hover a.fusion-button.button-flat {
  border: 1px solid #187997;
  background: #187997;
}

.job-openings-time-loc .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-flex-end.fusion-content-layout-row.fusion-flex-align-items-center {
  justify-content: flex-end !important;
  gap: 10px;
}

.job-openings-details-wrapper:hover .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-center.fusion-content-layout-column .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-center.fusion-content-layout-column {
  border: none;
  background: transparent !important;
}

.job-openings-details-wrapper:hover .fontawesome-icon.fusion-text-flow {
  color: #faa227;
}

.career-form .fusion-layout-column.fusion-spacing-yes {
  margin: 6px !important;
}

.career-form .fusion-layout-column.fusion-spacing-yes p,
.career-text-msg p {
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 0rem;
  text-transform: uppercase;
}

.career-form input.wpcf7-form-control,
.career-form textarea.wpcf7-form-control.wpcf7-textarea {
  background: #dcddde !important;
  border: none !important;
  outline: none !important;
}

.career-page-contact-us-form .career-form input.wpcf7-form-control,
.career-page-contact-us-form .career-form textarea.wpcf7-form-control.wpcf7-textarea {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
}

.career-page-contact-us-form .get_in_touch_contact_form.get_in_touch_contact_us {
  height: 100%;
}

.career-page-contact-us-form .career-form .career-submit-btn input {
  opacity: 1 !important;
}

.career-form .career-submit-btn input.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 100% !important;
  margin-top: 20px !important;
  background: #faa227 !important;
  border-radius: 200px;
  color: #000000 !important;
  font-family: Assistant !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  text-align: center !important;
}

.career-contact-form .career-form .career-submit-btn input.wpcf7-form-control.wpcf7-submit.has-spinner {
  margin-top: 0 !important;
  padding-top: 16px;
  padding-bottom: 16px;
}

.career-contact-form .wpcf7-form textarea {
  height: 120px;
}

.career-contact-form.career-page-contact-us-form .wpcf7-form textarea {
  height: 160px;
}

.career-text-msg {
  margin: 6px !important;
}

.career-page-contact-us-form .career-form .career-text-msg {
  margin-bottom: 10px !important;
}

.career-contact-form .career-form .fusion-layout-column.fusion-spacing-yes {
  margin-bottom: 17px !important;
}

.job-openings-details-wrapper .career-jobs-positions,
.job-openings-details-wrapper:hover .career-jobs-positions {
  width: 154%;
}

a.more-job-openings-view-btn {
  width: 100% !important;
}

a#more-job-openings-view-btn-linkdin {
  width: auto !important;
}

/* header page */

.xsight-header-wrapper .header-menu-wrapper {
  margin: 9px 0 !important;
}

.header-menu-wrapper nav ul li a.awb-menu__main-a span:nth-child(1):hover,
.header-menu-wrapper nav ul li.current_page_item a.awb-menu__main-a span:nth-child(1) {
  border-bottom: 2px solid #77cfe0;
}

.header-menu-wrapper nav ul li a.awb-menu__main-a span:nth-child(1) {
  padding-bottom: 10px;
}

.xsight-header-wrapper .awb-menu__open-nav-submenu-hover:before {
  width: 8px;
  height: 4px;
  position: relative;
  bottom: 12px;
}

/* contact us page */
.get_in_touch_contact .content-box-column-2 p.content-box-heading {
  word-break: break-all;
}

.post-content .contact_form p {
  margin-bottom: 0;
}

.get_in_touch_heading h1 {
  margin: 0;
  line-height: 52px !important;
}

.get_in_touch_contact_form.get_in_touch_contact_us .fusion-column-wrapper {
  margin: 0 2px;
  display: block !important;
}

.career-page-contact-us-form .get_in_touch_contact_form.get_in_touch_contact_us .fusion-column-wrapper {
  display: flex !important;
}

.contact-us-fields .fusion-column-wrapper {
  margin: 0 34px 0 0 !important;
}

.get_in_touch_contact .fusion-column {
  margin-bottom: 30px !important;
}

.get_in_touch_contact .fusion-column.content-box-column-3 {
  margin-bottom: 0 !important;
}

.get_in_touch_contact_form.get_in_touch_contact_us p.content-box-heading {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 24px !important;
}

.wpcf7-list-item.first,
.wpcf7-list-item.last {
  font-family: Assistant;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.wpcf7-list-item.first span,
.wpcf7-list-item.last span {
  padding-left: 8px;
}

.wpcf7-list-item.first input[type="checkbox"],
.wpcf7-list-item.last input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #77cfe0;
  background: transparent;
  position: relative;
  top: -1px;
}

.wpcf7-list-item.first input[type="checkbox"]:checked::before,
.wpcf7-list-item.last input[type="checkbox"]:checked::before {
  content: "\2713";
  display: block;
  position: absolute;
  top: 0;
  left: 1px;
  font-size: 16px;
  color: #77cfe0;
  line-height: 1;
}

.contact_us-location_section .location-title {
  font-weight: 718;
  min-width: 85px;
  padding-left: 0px;
  height: 38px;
}

.contact_us-location_section .map-section-outer .place-name {
  border: 1px solid #77cfe0;
  border-radius: 20px;
}

.get_in_touch_contact_form.get_in_touch_contact_us .fusion-column-wrapper {
  margin: 0 2px;
}

@media (max-width: 1110px) and (min-width: 950px) {
  .career-contact-form .fusion-layout-column.fusion-spacing-yes.fusion-one-half {
    max-width: 47%;
  }
}

@media (max-width: 1024px) {
  .stay-tuned-container .fusion-layout-column {
    margin-bottom: 0;
  }

  .stay-tuned-container {
    background: #77cfe0;
  }

  .stay-tuned-container .stay-tuned-content .fusion-text, .stay-tuned-container .stay-tuned-content .fusion-title {
    margin-right: 20% !important;
  }

  .contact_form .wpcf7-form-control-wrap label {
    display: flex;
  }

  .more-job-openings-view-btn {
    padding: 16px 40px !important;
  }

  .footer-bottom-menu .footer-bottom-link-row .fusion-builder-row {
    align-items: center;
    flex-direction: column-reverse;
    display: flex;
  }

  .job-openings-details-wrapper .career-jobs-positions,
  .job-openings-details-wrapper:hover .career-jobs-positions {
    width: 100%;
  }

  .why-join-us-context::after {
    left: -12%;
  }

  .why-join-us-context::before {
    top: -15%;
  }

  .career-jobs-positions h3.fusion-title-heading {
    text-align: left !important;
    font-size: 16px !important;
    line-height: normal !important;
  }

  .job-openings-time-loc a.fusion-button {
    padding: 6px !important;
  }
}

@media (max-width: 950px) {
  .data-sections-for-scroll .data-section-content .fusion-image-element {
    margin-top: 4px;
    margin-bottom: 0px !important;
  }

  .stay-tuned-container .fusion-builder-row .fusion-layout-column:nth-child(2) .fusion-column-wrapper {
    height: 154px;
  }

  .stay-tuned-container .stay-tuned-content {
    width: 100%;
    margin-left: 0;
  }

  .stay-tuned-container .stay-tuned-content, .stay-tuned-container .stay-tuned-image {
    height: auto;
    width: 100%;
  }

  .stay-tuned-container .stay-tuned-content .fusion-column-wrapper,
  .stay-tuned-container .stay-tuned-image .fusion-column-wrapper {
    margin: 0 !important;
  }

  .stay-tuned-container .stay-tuned-image .fusion-column-wrapper {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0
  }

  .stay-tuned-container .stay-tuned-image .fusion-column-wrapper img {
    margin-left: 0px;
    margin-top: -110px;
    min-height: 200px;
    min-width: 200px;
    transform: rotate(90deg);
  }

  .stay-tuned-container .stay-tuned-content .fusion-text, .stay-tuned-container .stay-tuned-content .fusion-title {
    max-width: 70%;
    margin-left: 15% !important;
    margin-right: unset !important;
  }

  .stay-tuned-container .stay-tuned-content .fusion-column-wrapper {
    padding: 40px 0 100px 0;
  }


  .x-switch-section-product .future-culster-cols {
    width: 100% !important;
    height: auto !important;
    padding-top: 0px;
  }

  .x-switch-section-product .future-culster-cols {
    margin-bottom: 10px !important;
  }

  .future-culster-cols .fusion-text p,
  .future-culster-cols .fusion-title-heading {
    text-align: start !important;
  }

  .future-culster-cols .fusion-image-element {
    clip-path: circle(100% at 100% 0%) !important;
    top: 0px !important;
    right: 0px !important;
    left: unset !important;
  }

  .future-culster-cols .fusion-text p,
  .future-culster-cols .fusion-title-heading {
    max-width: 92%;
    margin-bottom: 0;
  }

  .x-switch-section-product .future-culster-cols .fusion-column-wrapper {
    padding-top: 20px;
  }

  .x-switch-section-product .future-culster-cols .fusion-image-element .future-culter-image img {
    margin-left: 30px;
    margin-right: unset;
    margin-bottom: 10px;
    margin-top: unset;
  }

  .future-culster-cols .fusion-column-wrapper {
    overflow: hidden !important;
    ;
  }

  .future-culster-cols .fusion-image-element .future-culter-image img {
    max-width: 40px;
    max-height: 40px;
  }

  .Career-banner-sideBG-wrapper .career-banner-sideBG {
    margin-top: 3rem;
  }

  .Career-banner-sideBG-wrapper .career-banner-flexible-hours-btn {
    position: absolute !important;
    right: 8%;
    z-index: 2;
    top: 10%;
    padding: 10px 30px !important;
    font-size: 16px !important;
  }

  .Career-banner-sideBG-wrapper .career-banner-happy-working-btn {
    position: absolute !important;
    left: 8%;
    bottom: -9%;
    z-index: 2;
    padding: 10px 30px !important;
    font-size: 16px !important;
  }

  .career-form .fusion-layout-column.fusion-spacing-yes {
    margin: 3px !important;
  }

  .why-join-us-context::before,
  .why-join-us-context::after {
    left: -100%;
  }
}

@media (max-width: 700px) {
  .why-join-us-context::before {
    top: -50px;
  }
}

@media (max-width: 480px) {

  .faqs-product-container .toggle-content.post-content p {
    margin-bottom: 10px;
  }

  .our_locations h2:before {
    left: 5%;
  }

  .our_locations h2:after {
    right: 5%;
  }

  .get_in_touch_contact.fusion-content-boxes .heading .content-box-heading {
    color: #fff !important;
  }

  .contact_form .wpcf7-form-control-wrap label {
    display: inline-block;
  }

  section#content.post-wrapper-main .fusion-sharing-box.fusion-theme-sharing-box.fusion-sharing-box {
    margin-top: 20px;
  }

  section#content.post-wrapper-main {
    padding-bottom: 0 !important;
  }

  section#content.post-wrapper-main .post-content li strong {
    font-weight: 400;
  }

  section#content.post-wrapper-main .post-content h5 {
    font-size: 16px;
  }

  .why-join-us-context::before {
    content: "";
    width: 100% !important;
    position: absolute;
    background-image: url(../images/divider-line.png);
    height: 1px;
    display: block;
    background-size: contain;
    left: 0 !important;
  }

  .why-join-us-context::after {
    content: "";
    width: 100% !important;
    position: absolute;
    background-image: url(../images/divider-line.png);
    height: 1px;
    display: block;
    background-size: contain;
    left: 0 !important;
  }

  .why-join-us-context::before {
    top: -45px;
  }

  .why-join-us-context::after {
    bottom: 0px;
  }

  .more-job-openings-view-btn {
    padding: 12px 20px !important;
  }

  .xsight-header-wrapper .header-logo-img {
    margin-right: 5px !important;
  }

  .contact_us-location_section .map-section-outer .row .location-container {
    margin-top: 20px !important;
  }

  .career-form-left-descp p {
    text-align: left !important;
  }

  .job-position-wrapper {
    border-bottom: 1px solid rgba(119, 207, 224, 0.2);
    margin-bottom: 10px;
  }

  .career-why-join-us-wrapper .fusion-layout-column.fusion_builder_column.fusion-builder-column-4.fusion_builder_column_1_1.\31 _1.fusion-flex-column.fusion-flex-align-self-center {
    margin-bottom: 0;
  }

  .career-why-join-us-wrapper .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-center.fusion-content-layout-column {
    justify-content: center !important;
    align-items: center !important;
  }

  .why-join-us-heading::after,
  .current-job-openings-heading::after {
    content: "";
    position: absolute;
    border: 1px solid #77cfe0;
    width: 38px !important;
    top: 50%;
    right: -20%;
  }

  .current-job-openings-heading::after {
    content: "";
    position: absolute;
    border: 1px solid #77cfe0;
    width: 50px !important;
    top: 40%;
    margin: 0;
    right: 0%;
  }

  .current-job-openings-heading::before {
    content: "";
    position: absolute;
    border: 1px solid #77cfe0;
    width: 50px;
    top: 40%;
    margin: 0;
    left: 0%;
  }

  .why-join-us-heading::before {
    content: "";
    position: absolute;
    border: 1px solid #77cfe0;
    width: 38px;
    top: 50%;
    margin: 0;
    left: -20%;
  }

  .why-join-pointers p.content-box-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
  }

  .why-join-pointers .content-container p {
    font-size: 14px;
    font-weight: 400;
    margin-top: -10px;
    line-height: 20px;
    text-align: left;
  }

  .job-openings-time-loc .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-flex-end.fusion-content-layout-row.fusion-flex-align-items-center {
    justify-content: flex-start !important;
  }

  .job-position-wrapper p.fusion-responsive-typography-calculated {
    max-width: 95%;
    width: 100%;
  }

  .job-position-wrapper h3 {
    text-align: left !important;
  }

  .job-position-wrapper .fusion-content-layout-column {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: baseline !important;
  }

  .more-job-openings-title p {
    font-size: 16px !important;
    line-height: normal !important;
  }

  .more-job-openings-view-btn {
    padding: 12px 20px !important;
    width: 100% !important;
    font-family: Assistant;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    text-align: center !important;
  }
}

/* About-Us */
.about_us_counter_wrapper .content-box-percentage.content-box-counter {
  display: flex;
  font-weight: 500;
  font-family: "Kelson normal";
  line-height: 40px;
}

.about_us_counter_wrapper .counter-box-content {
  line-height: 30px;
}

.about_us_counter_wrapper .fontawesome-icon:before {
  font-size: 32px;
}

.last_counterbox .about_us_counter_wrapper .fusion-counter-box.fusion-column.col-counter-box.counter-box-wrapper::after {
  display: none;
}

.about_us_counter_wrapper .content-box-percentage.content-box-counter span.display-counter {
  order: 1;
}

.about_us_counter_wrapper .content-box-percentage.content-box-counter span.unit {
  order: 2;
}

.about_us_counter_wrapper .fusion-counter-box.fusion-column.col-counter-box.counter-box-wrapper {
  margin: 0;
  position: relative;
}

.about_us_counter_wrapper .fusion-counter-box.fusion-column.col-counter-box.counter-box-wrapper::after {
  position: absolute;
  content: url(../icons/about-us-counter-divider.png);
  top: 10%;
  right: -18px;
}

.about_us_counter_wrapper .fusion-counter-box.fusion-column.col-counter-box.counter-box-wrapper:nth-child(4)::after {
  display: none;
}

.our-vision-content-box p,
.our-mission-content-box p {
  font-family: Assistant;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.our-vision-section h3 {
  margin: 0;
  font-family: "Kelson bold";
  font-size: 25px;
  font-weight: 718;
  line-height: 40px;
}

.our-vision-section p {
  font-size: 14px;
}

/* popup styling */

.ilightbox-overlay.metro-white {
  background: #000000 !important;
}

.ilightbox-inner-toolbar .ilightbox-title,
.ilightbox-toolbar.metro-white .ilightbox-play,
.ilightbox-toolbar.metro-white .ilightbox-fullscreen {
  display: none;
}

.ilightbox-toolbar.metro-white {
  top: 11.6% !important;
  left: 80% !important;
  height: 25px !important;
}

.ilightbox-holder.metro-white {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  padding: 10px !important;
  z-index: 99999999;
}

@media (max-width: 844px) {
  .isMobile .ilightbox-toolbar.metro-white {
    width: 50px !important;
  }

  .ilightbox-toolbar.metro-white {
    left: 90% !important;
    top: 20% !important;
  }

  .about_us_counter_wrapper .content-box-percentage.content-box-counter {
    display: flex;
    font-size: 25px;
  }

  .about_us_counter_wrapper .counter-box-content {
    font-size: 15px !important;
  }
}

/* Resources page */
.resources-template-wrapper ul#categoryTabs,
.news-template-wrapper ul#categoryTabs {
  justify-content: center;
  margin-bottom: 30px;
  border: none;
}

.resources-template-wrapper .nav-tabs .nav-link,
.news-template-wrapper .nav-tabs .nav-link {
  color: #ffffff;
  background: transparent;
  font-family: Assistant;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #77cfe0 !important;
  line-height: 24px;
  text-align: center;
  margin: 10px;
  margin-top: 0;
  border-radius: 200px;
  padding: 10px 20px;
}

.news-template-wrapper .nav-tabs .nav-link {
  padding: 12px 20px 12px 20px;
  line-height: 24px;
}

.resources-template-wrapper .nav-link.active,
.news-template-wrapper .nav-link.active {
  background: #77cfe0 !important;
  color: #000000 !important;
}

.resources-template-wrapper .card.h-100 {
  border: 1px solid #77cfe0;
  border-radius: 20px;
  height: 260px !important;
  overflow: hidden;
}

.resources-template-wrapper img.card-img-top {
  position: relative;
  max-width: 100%;
  min-height: 100%;
  height: 100%;
  width: 100%;
}

.resources-template-wrapper .card-body.d-flex.flex-column {
  position: absolute;
  bottom: 3%;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  box-shadow: 0px 4px 8px 0px #00000026;
  flex-direction: column;
  border-top: 4px solid #77cfe0;
  width: 96%;
  border-radius: 20px;
  left: 1.5%;
}

.resources-template-wrapper a.btn.btn-primary {
  font-family: Assistant;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #d96e36;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

.resources-template-wrapper .card-category {
  max-width: fit-content;
  background: #187997;
  color: #ffffff;
  border-radius: 30px;
  padding: 6px 10px;
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
  position: absolute;
  top: 10px;
  right: 10px;
  text-transform: uppercase;
}

.resources-template-wrapper .card-title p {
  margin: 0;
  margin: 0;
  font-family: Assistant;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}

.resources-template-wrapper .card-date {
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
  margin: 6px 0;
  color: #939598;
}

.resources-template-wrapper .card.h-100:hover .card-body.d-flex.flex-column {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}

.resources-template-wrapper .card.h-100:hover .card-body.d-flex.flex-column .download.mt-auto a {
  color: #faa227;
}

.resources-template-wrapper .card.h-100:hover .card-body.d-flex.flex-column {
  border: 2px solid #77cfe0;
}

.resources-template-wrapper .row {
  justify-content: center;
  row-gap: 30px;
}

/* Media query for mobile devices in portrait orientation */
@media screen and (max-width: 767px) and (orientation: portrait) {
  .what-we-do-counter-box span.display-counter {
    order: 1;
    font-family: "Kelson Bold";
    font-size: 22px;
    font-weight: 718;
    line-height: 28px;
    text-align: left;
  }

  .fusion-counter-box.counter-box-wrapper .counter-box-container .content-box-counter .unit {
    font-size: 22px;
    line-height: 28px;
    font-family: "Kelson Bold";
    order: 3;
  }

  .resources-template-wrapper .card-title p {
    font-family: Assistant;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
  }

  .what_we_do_video::after {
    transform: scale(0.9) translate(-50%, -50%);
  }

  .news-template-wrapper ul#categoryTabs {
    justify-content: space-around;
    margin-bottom: 30px;
    border: none;
  }

  .news-template-wrapper .nav-tabs .nav-link {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
  }

  .news_updates_content .card .card-title a {
    width: 80%;
  }
}

.contact_form_submit {
  margin-top: 10px;
}

/* Media query for mobile devices in landscape orientation */
@media screen and (max-width: 767px) and (orientation: landscape) {

  .contact_form .wpcf7-list-item,
  .contact_form .wpcf7-list-item last {
    border-radius: 8px;
    margin: 0 1em 0 0;
    background: #ffffff1a;
    padding: 15px 10px;
    max-width: 100%;
    width: 100%;
  }

  .contact_form span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

/* Style for map on contact Us section */

/* 
Universal responsive styles */

@media (max-width: 767px) {
  .faqs-contact .fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode .panel-title a {
    padding: 10px 0px;
  }

  .faqs-contact .fusion-faqs-wrapper .fusion-accordian #accordian-1 .fusion-panel {
    padding: 0 10px !important;
  }

  .faqs-contact .fusion-accordian #accordian-1 .panel-title a {
    font-size: 16px;
    line-height: 22px;
  }

  .faqs-contact .fusion-accordian #accordian-1 .toggle-content {
    line-height: 20px;
    font-size: 14px;
  }

  .faqs-contact .fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode .panel-body {
    padding-top: 10px;
  }

  .faqs-contact .post-content p {
    margin-bottom: 0px;
  }

  .x-switch-section-product .future-culster-cols h4 {
    font-size: 16px !important;
    line-height: 22px !important;
    max-width: 74%;
  }

  .future-culster-cols .fusion-image-element .future-culter-image img {
    max-width: 42px;
    max-height: 42px;
  }

  .x-switch-section-product .future-culster-cols .fusion-text p {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 0;
  }

  .x-switch-section-product .future-culster-cols .fusion-title {
    margin-top: 0 !important;
  }

  .x-switch-section-product .future-culster-cols .fusion-column-wrapper {
    padding-top: 20px;
  }

  .news_updates_content .card .card-title a {
    font-size: 16px !important;
    font-weight: 700;
    line-height: normal !important;
  }

  .resources-template-wrapper .card.h-100 {
    height: 250px !important;
  }

  .job-openings-time-loc {
    margin-top: 12px;
  }
}

/* Press Release  */
.pressRelease_news_updates_heading {
  position: relative;
}

.pressRelease_news_updates_heading::before {
  content: "";
  position: absolute;
  border: 1px solid #77cfe0;
  width: 50px;
  top: 50%;
  margin: 0;
  right: 32%;
}

.pressRelease_news_updates_heading::after {
  content: "";
  position: absolute;
  border: 1px solid #77cfe0;
  width: 50px;
  top: 50%;
  margin: 0;
  left: 32%;
}

/* .news-template-wrapper .card {
  min-height: 220px;
} */

.news-template-wrapper .card .img-news img {
  scale: 1;
  transition: 0.6s all;
  max-width: 100%;
}

.news-template-wrapper .card .img-news {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #ffffff;
  height: 150px;
  width: 150px;
  background-color: #187997;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-template-wrapper .card:hover .img-news {
  background-color: #004a60;
}

.news-template-wrapper .card:hover .img-news img {
  transform: scale(1.1);
  transition: 0.6s all;
}

.news-template-wrapper .card:hover .img-news img {
  scale: 1.1;
  transition: 0.6s all;
}

.pressnews-loadmore-btn {
  background: #faa227;
  padding: 12px 21px;
  border-radius: 200px;
  border: none;
  font-family: Assistant;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #000000;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.news_updates_content .card .card-title a {
  max-width: 90%;
}

.featured-news-title a {
  font-size: 40px;
  font-weight: 718;
  line-height: 52px;
  text-align: left;
  color: #ffffff;
  font-family: "Kelson Bold";
}

.featured-news-details .row .featured-news-category {
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
  color: #ffffff;
  padding: 4px 10px;
  background: #187997;
  max-width: fit-content;
  border-radius: 200px;
  margin: 0;
  margin-right: 13px;
}

.featured-news-details .row .featured-news-date {
  max-width: fit-content;
  margin: 0;
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
  color: #dcddde;
  padding: 0;
}

.featured-news-details .row {
  align-items: center;
  justify-content: flex-start;
  margin: 12px 0;
}

.btn-primary.featured-readmore {
  background: transparent !important;
  margin-top: 30px;
}

.btn-primary.featured-readmore a {
  text-decoration: none;
  font-family: Assistant;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin: 0;
  margin-top: 30px;
  color: #faa227;
}

.featured-news-details .featured-news-content {
  margin: 0;
  font-family: Assistant;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #ffffff;
}

.btn-primary.featured-readmore:hover a {
  color: #faa227;
}

.news_updates_content .card .card-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.featured-news-item.row {
  align-items: center;
}

.featured-news-item.row {
  row-gap: 20px;
}

.featured-news-thumbnail img {
  width: 100%;
  max-height: 350px;
  box-shadow: 0px 4px 10px 8px #00000026;
  border-radius: 20px;
  object-fit: cover;
}

.featured-news-title a:hover {
  color: #ffffff;
}

.career-contact-form .wpcf7-not-valid-tip {
  color: #b21818 !important;
}

.career-contact-form .wpcf7-form.invalid .wpcf7-response-output {
  color: #b21818 !important;
  border: 1px solid #b21818 !important;
}

@media (min-width: 1600px) {
  .ilightbox-toolbar.metro-white {
    top: 15% !important;
    left: 78.45% !important;
    height: 25px !important;
  }
}

@media (min-width: 1800px) {
  .ilightbox-toolbar.metro-white {
    top: 18% !important;
    left: 75% !important;
    height: 25px !important;
  }
}

@media (min-width: 1920px) {
  .ilightbox-toolbar.metro-white {
    /* top: 21.1% !important;
    left: 72.3% !important; */
    top: 24.1% !important;
    left: 73.8% !important;
    height: 25px !important;
  }
}

@media (max-width: 1400px) and (orientation: landscape) {
  .ilightbox-toolbar.metro-white {
    left: 83.4% !important;
    top: 7% !important;
  }
}

@media (max-width: 1200px) and (orientation: landscape) {
  .ilightbox-toolbar.metro-white {
    left: 93.4% !important;
    top: 12.5% !important;
  }
}

@media (max-width: 1180px) {
  .featured-news-thumbnail {
    text-align: center;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .featured-news-item.row {
    align-items: center;
  }

  .news-template-wrapper .card {
    justify-content: flex-start;
    /* align-items: baseline; */
  }

  .news-template-wrapper .card {
    min-height: 146px;
  }

  .news_updates_content .card .card-title a {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    margin: 12px 0;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
}

@media (max-width: 1024px) {
  .data-section-content .fusion-image-element .x-2-image-content {
    border-radius: 20px;
    border: 1px solid #77CFE0;
  }

  .ilightbox-toolbar.metro-white {
    left: 93.5% !important;
    top: 30% !important;
  }

  .ilightbox-inner-toolbar .ilightbox-title,
  .isMobile .ilightbox-toolbar.metro-white .ilightbox-play,
  .isMobile .ilightbox-toolbar.metro-white a.ilightbox-fullscreen {
    display: none;
  }

  .contact_form .fusion-layout-column.fusion-one-half {
    width: 100%;
  }

  .contact_form .contact_checkbox {
    display: block !important;
  }

  .get_in_touch_contact.fusion-content-boxes .heading .content-box-heading {
    color: #fff !important;
  }

  .contact_us-location_section .map-section-outer .row .location-container {
    margin-top: 20px !important;
  }

  .pressRelease_news_updates_heading::after {
    left: 28%;
  }

  .pressRelease_news_updates_heading::before {
    right: 28%;
  }
}

@media (max-width: 900px) {
  .pressRelease_news_updates_heading::after {
    left: 22%;
  }

  .pressRelease_news_updates_heading::before {
    right: 22%;
  }
}

@media (max-width: 700px) {
  .pressRelease_news_updates_heading::after {
    left: 15%;
  }

  .pressRelease_news_updates_heading::before {
    right: 15%;
  }

  .fusion-content-boxes.content-boxes.columns.row.fusion-columns-1.fusion-columns-total-2.fusion-content-boxes-1.content-boxes-icon-with-title.content-left.footer_social_links {
    max-width: 100%;
    justify-content: center;
    margin: 0;
  }
}

@media (max-width: 640px) {

  /* contact form section */
  .contact_form .fusion-one-half p,
  .contact_form p {
    line-height: 16px;
  }

  .contact_form .wpcf7-list-item,
  .contact_form .wpcf7-list-item last {
    border-radius: 8px;
    margin: 0 1em 0 0;
    background: #ffffff1a;
    padding: 15px 10px;
    max-width: 100%;
    width: 100%;
  }

  .contact_form span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .get_in_touch_contact p.content-box-heading {
    font-size: 18px !important;
  }

  section#content.resources-template-wrapper {
    margin-bottom: 0 !important;
  }

  #content.resources-template-wrapper .card-body.d-flex.flex-column {
    width: 95%;
    left: 2%;
  }

  .resources-template-wrapper .nav-tabs .nav-link {
    font-size: 14px;
    line-height: 18px;
    margin: 5px;
  }

  .career-main-heading.career-main-heading-mobile {
    margin: 0 !important;
  }

  .career-banner-sideBG img {
    min-height: 220px;
  }

  .why-join-us-heading {
    margin-bottom: 0 !important;
  }

  .career-why-join-us-wrapper .why-join-pointers p.content-box-heading {
    font-family: "Kelson Normal";
    font-weight: 500;
    line-height: 22px !important;
    font-size: 16px !important;
  }

  a.current-job-opening-btn-round.fusion-button {
    padding: 1px 10px !important;
  }

  .visit-more-job-opening {
    margin-bottom: -150px !important;
  }

  .current-job-opening-btn-round {
    margin-top: 12px !important;
  }

  .career-job-opening-separator-btw-engineer {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
  }

  .career-job-opening-separator-btw-design {
    margin: 0 !important;
  }

  .footer-bottom-menu .footer_social_links.fusion-content-boxes .content-wrapper-background {
    float: unset;
    margin: auto;
  }

  .footer_main_menu ul li a {
    min-height: 45px !important;
  }

  .footer-bottom-menu .footer_social_links .fusion-column.content-box-column {
    margin: 0;
    display: flex;
  }

  .footer-bottom-menu .footer_social_links.fusion-content-boxes .content-wrapper-background {
    width: 320px;
  }

  .footer_main_menu ul li a span {
    font-weight: 700;
  }

  .get_in_touch_heading h1 {
    line-height: 40px !important;
  }

  .get_in_touch_contact .fusion-column {
    margin-bottom: 20px !important;
  }

  .contact-us-fields .fusion-column-wrapper {
    margin-right: 2.5px !important;
    margin-left: 2.5px !important;
  }

  .header-logo-img img {
    height: auto;
    width: 50%;
  }

  .xsight-header-wrapper .fusion-builder-row {
    justify-content: start !important;
  }

  .header-menu-bar button {
    padding-left: 10px;
    padding-right: 30px;
  }

  .xsight-header-wrapper .header-logo-img {
    margin: 14px 0 !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .contact_form .contact_checkbox {
    margin-bottom: 1rem;
    margin-top: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  .contact_form span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    flex-direction: column;
    gap: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .data-sections-for-scroll .fusion-text {
    font-size: 14px;
    line-height: 20px;
  }

  .faqs_section_heading .faqs_section_title span {
    font-size: 22px;
    font-weight: 718;
    line-height: 28px;
  }

  .faqs-product-container h2.faqs_section_title::before {
    width: 136px;
    top: 57%;
    margin-left: -150px;
  }

  .faqs-product-container h2.faqs_section_title::after {
    width: 136px;
    top: 57%;
    margin-right: -150px;
  }

  .stay-tuned-container .stay-tuned-content .fusion-column-wrapper {
    padding: 40px 0 145px 0;

  }

  .stay-tuned-container .stay-tuned-content .fusion-text,
  .stay-tuned-container .stay-tuned-content .fusion-title {
    margin-left: 2% !important;
    margin-right: unset !important;
    padding-left: 15px;
  }

  .stay-tuned-container .stay-tuned-content .fusion-text {
    max-width: 99vw;
  }

  .stay-tuned-container .stay-tuned-content .fusion-title {
    max-width: 80vw;
  }

  .stay-tuned-container .stay-tuned-image .fusion-column-wrapper img {
    margin-top: -155px;
    transform: unset;
    width: 314px;
  }

  .career-contact-form {
    background-position: right bottom 12% !important;
    background-size: unset !important;
  }

  .contact_form .fusion-one-half p,
  .contact_form p {
    line-height: 16px;
  }

  .news_updates_content .card .card-category p {
    padding: 4px 8px 4px 8px;
    font-size: 13px;
    font-family: Open Sans;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
  }

  .pressnews-loadmore-btn {
    margin-top: -32px;
  }

  .pressRelease_news_updates_heading::before {
    content: "";
    position: absolute;
    border: 1px solid #77cfe0;
    width: 78px;
    top: 50%;
    margin: 0;
    right: 0;
  }

  .pressRelease_news_updates_heading::after {
    content: "";
    position: absolute;
    border: 1px solid #77cfe0;
    width: 78px;
    top: 50%;
    margin: 0;
    left: 0;
  }

  /* Our Investor section */
  .our-investors::after {
    content: "";
    top: 7%;
    position: absolute;
    border: 1px solid #77cfe0;
    width: 50px;
    margin-left: 230px;
  }

  .our-investors::before {
    content: "";
    top: 10%;
    position: absolute;
    border: 1px solid #77cfe0;
    width: 50px;
    margin-left: -185px;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {

  .our-investors::after,
  .our-investors::before {
    display: block;
  }

  .our-investors::after {
    right: -21px;
    top: 42% !important;
  }

  .our-investors::before {
    margin-left: -17px !important;
    top: 42% !important;
  }
}

@media only screen and (max-width: 768px) {

  .what-we-do-counter-box .fusion-column.col-counter-box:nth-child(2) .counter-box-container::after,
  .what-we-do-counter-box .fusion-column.col-counter-box:nth-child(4) .counter-box-container::after {
    display: none !important;
    /* Hide the ::after pseudo-element on
    
    
    
    the second and fourth divs */
  }
}

/* Our Investor section */
.our-investors::after {
  content: "";
  top: 7%;
  position: absolute;
  border: 1px solid #77cfe0;
  width: 50px;
  margin-left: 235px;
}

.our-investors::before {
  content: "";
  top: 7%;
  position: absolute;
  border: 1px solid #77cfe0;
  width: 50px;
  margin-left: -285px;
}

/* 
about us counter section */
.background_counter:before {
  content: "";
  width: 42%;
  background-color: #187997;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
  border-right: 10px solid #01151d;
}

.first_counter_col {
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
  background-color: #187997;
}

.what-we-do-counter-box .fusion-counter-box:nth-child(3) i.counter-box-icon.fontawesome-icon.fa-percent.fas {
  order: 2;
  margin-top: 0px;
}

/* Portrait orientation */
@media screen and (max-width: 767px) and (orientation: portrait) {
  .background_counter:before {
    display: none;
  }

  .first_counter_col {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 10rem;
    background-color: #187997;
    border-bottom-left-radius: 10rem;
    border-bottom: 10px solid #022431;
  }
}

/* Landscape orientation */
@media screen and (max-width: 767px) and (orientation: landscape) {

  /* Your CSS styles for landscape orientation on mobile devices */
  .background_counter:before {
    content: "";
    width: 42%;
    background-color: #187997;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
  }

  .first_counter_col {
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
    background-color: #187997;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

  .contact_form .wpcf7-list-item,
  .contact_form .wpcf7-list-item:last-child {
    max-width: 100%;
    width: 100%;
  }

  .contact_form span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .contact_form span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    display: flex;
    margin-top: 10px;
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 950px) and (orientation: landscape) {

  .product-scroll-container {
    display: none !important;
  }

  .trusted_partners_heading::before,
  .trusted_partners_heading::after {
    content: unset;
  }

  .x-switch-section-product .future-culster-cols .fusion-text p {
    max-width: 90%;
  }

  .isMobile .ilightbox-toolbar.metro-white a {
    width: 30px;
    height: 30px;
  }

  .isMobile .ilightbox-toolbar.metro-white {
    width: 25px !important;
    left: 95.3% !important;
  }

  .ilightbox-toolbar.metro-white {
    left: 82% !important;
    top: 2% !important;
  }

  .our_locations h2:after,
  .our_locations h2:before {
    width: 90px;
  }

  .get_in_touch_contact_us .get_in_touch_contact.fusion-content-boxes .heading .content-box-heading {
    color: #fff !important;
  }

  .get_in_touch_contact_form.get_in_touch_contact_us .fusion-column-wrapper {
    padding: 50px 40px !important;
  }

  .our_locations h2:after {
    right: -45% !important;
  }

  .our_locations h2:before {
    left: -45% !important;
  }

  .map-section-outer .place-names {
    justify-content: center;
  }

  .contact_us-location_section .map-section-outer .row .location-container {
    margin-top: 20px !important;
  }
}

@media (max-width: 950px) {

  .faqs-product-container .fusion-faq-shortcode .fusion-accordian .fusion-toggle-icon-unboxed .panel-title a .fa-fusion-box {
    background: unset !important;
    width: unset;
    height: unset;
    padding: unset;
    border-radius: unset;
  }


  .our_locations h2:after,
  .our_locations h2:before {
    width: 90px !important;
  }

  .get_in_touch_contact_us .get_in_touch_contact.fusion-content-boxes .heading .content-box-heading {
    color: #fff !important;
  }

  .get_in_touch_contact_us .get_in_touch_contact.fusion-content-boxes .heading .content-box-heading [href^="tel"] {
    color: #fff !important;
  }
}

@media (min-width: 481px) and (max-width: 732px) {

  .key-feature-section-content,
  .key-feature-section-icon-content {
    width: 50% !important;
  }
}

@media (max-width: 365px) {
  #technology-use-cases-section h2:before {
    left: -5%;
  }

  #technology-use-cases-section h2::after {
    right: -5%;
  }
}

@media (max-width: 480px) {

  .faqs-product-container .faqs-contact .fusion-accordian .fusion-toggle-icon-unboxed .panel-title a:hover:not(.active) .fa-fusion-box {
    color: #77cfe0 !important;
  }

  .faqs-product-container .fusion-faq-shortcode .fusion-accordian .panel-title a .fa-fusion-box::before {
    font-size: 20px !important;
  }

  .stay-tuned-container .stay-tuned-content .fusion-title,
  .data-sections-for-scroll .xi-heading-main-scroll {
    margin-bottom: 6px !important;
  }

  .faqs-contact .fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode .panel-body {
    padding-bottom: 2px !important;
  }

  .faqs-product-container .fusion-accordian .panel-title a {
    font-family: 'Kelson Regular' !important;
    font-weight: 500 !important;
    font-size: 16px;
  }

  .faqs-product-container .fusion-accordian .panel-title a.active .fusion-toggle-heading {
    font-family: "Kelson bold" !important;
    font-weight: 718 !important;
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .x-switch-section-product .future-culster-cols .fusion-text p {
    max-width: 90% !important;
  }

  .stay-tuned-container .fusion-builder-row .fusion-layout-column:nth-child(2) .fusion-column-wrapper {
    height: 184px;
  }

  .faqs-product-container .fusion-accordian .fusion-panel .panel-title.toggle a {
    display: flex;
    align-items: center;
  }

  .faqs-product-container .fusion-accordian .panel-title a .fa-fusion-box {
    color: #77CFE0 !important;
  }

  .future-culster-cols .fusion-content-layout-column {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .data-section-content .fusion-image-element {
    margin: 4px auto 0 auto;
  }

  .data-section-content {
    margin-bottom: 10px;
  }



  .flexiblity-mobile-section .fusion-column-wrapper {
    padding: 0 !important;
  }

  .flexiblity-mobile-section .counter-box-icon::before {
    font-size: 23px !important;
  }

  .flexiblity-mobile-section .fusion-column-wrapper .fusion-image-element {
    text-align: center !important;
  }

  .flexiblity-mobile-section .fusion-column-wrapper .fusion-layout-column {
    min-width: 100%;
  }

  .isMobile .ilightbox-toolbar.metro-white a {
    width: 30px;
    height: 30px;
  }

  .our_locations h2:before {
    left: 5% !important;
  }

  .our_locations h2:after {
    right: 5% !important;
  }

  .isMobile .ilightbox-toolbar.metro-white {
    width: 25px !important;
    top: 33% !important;
    left: 89.5% !important;
  }
}

@media (max-width: 380px) {
  .x-switch-section-product .future-culster-cols .fusion-text p {
    max-width: 100% !important;
  }
}