/*
Image path
Gradient color
Color
Font Size
Font Color
Font Family
button
*/
/***Image path***/
/***End image path*****/
/***Gradient color****/
/*********Color*********/
/*********End Color*********/
/*********Font Size*********/
/*********End Font Size*********/
/*********Font Color*********/
.blue_green_gradient_text_color {
  background: linear-gradient(90deg, #0da1e2 0%, #31d48b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*********Font Family*********/
/*********End Font Color*********/
/*****Button*****/
.clinch_primary_button {
  background: #0da1e2;
  background: linear-gradient(90deg, #0da1e2 0%, #31d48b 100%);
  color: white !important;
  border: none;
}
.clinch_secondary_button {
  border: solid 2px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #0da1e2, #31d48b);
  background-origin: border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
.clinch_third_button {
  background: #6e1fd6;
  background: linear-gradient(90deg, #6e1fd6 0%, #ff844f 100%);
  color: white !important;
  border: none;
}
.clinch_fourth_button {
  border: solid 2px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #6e1fd6, #ff844f);
  background-origin: border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
/****End button*****/
/******
Nav
Full_bottom_CTA
Customer logo
Content block
Customer ROI Row
Testimonial 2023
Success message (services guaranteen boxes)
full_width_message
Multiple G2 box
FAQ
Play icon
*****/
/*******Nav******/
@media (min-width: 1025px) {
  nav.navbar.navbar-default {
    border-bottom: none;
  }
}
/******End nav******/
/***Full_bottom_CTA***/
.full_bottom_cta {
  padding: 4rem 0px 4rem;
  margin-top: unset;
  background-color: transparent;
}
.full_bottom_cta .content_row_2022 {
  background-color: transparent;
  padding: 0px;
  border-radius: 0px;
}
.full_bottom_cta .full_bottom_cta_text_section .full_bottom_cta_text_wrapper {
  padding-top: 0rem;
}
.full_bottom_cta .full_bottom_cta_text_section .full_bottom_cta_text_wrapper h2 {
  font-size: 45px;
  margin-bottom: 2rem;
}
.full_bottom_cta .full_bottom_cta_text_section .full_bottom_cta_text_wrapper .button {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}
.full_bottom_cta .full_bottom_cta_image_section img {
  border-radius: 12rem 0px 0px 12rem;
}
/****End Full bottom CTA*****/
/*****************Customer logo**********/
.customer_logos_row .gradient_blue_green_border .customer_logos_heading {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.customer_logos_row .gradient_blue_green_border .customer_logos_container {
  justify-content: space-around;
  align-items: center;
  margin: auto;
}
.customer_logos_row .gradient_blue_green_border .customer_logos_container img {
  max-width: 135px;
  margin: 20px;
}
.customer_logos_row .gradient_blue_green_border .customer_logos_container img[alt='bank_ireland_horizontal_color_logo'] {
  max-width: 220px;
}
.customer_logos_row .gradient_blue_green_border .customer_logos_container img[alt='bank_ireland_horizontal_color_logo'] {
  max-width: 220px;
}
.customer_logos_row .gradient_blue_green_border .customer_logos_container img[alt='saint_luke_color_logo'] {
  max-width: 190px;
}
.customer_logos_row h2 {
  color: #1d1d1d;
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .customer_logos_row.p-t-60 {
    padding-top: 60px!important;
  }
  .customer_logos_row.p-b-60 {
    padding-bottom: 60px!important;
  }
}
/****End customer logo****/
/*******Content block********/
.blue_green_gradient_content_block {
  background: #0da1e2;
  background: linear-gradient(90deg, #0da1e2 0%, #31d48b 100%);
  padding: 4rem;
  border-radius: 2rem;
}
.purple_blue_gradient_content_block {
  background: #6e1fd6;
  background: linear-gradient(90deg, #6e1fd6 0%, #0da1e2 100%);
  padding: 4rem;
  border-radius: 2rem;
}
.light_puprple_blue_green_gradient_content_block {
  background: #f0e8fb;
  background: linear-gradient(146deg, #f0e8fb 0%, #e6f5fc 50%, #eafbf3 100%);
  padding: 4rem;
  border-radius: 2rem;
}
.light_puprple_blue_green_gradient_content_block {
  background: #f0e8fb;
  background: linear-gradient(146deg, #f0e8fb 0%, #e6f5fc 50%, #eafbf3 100%);
  padding: 4rem;
  border-radius: 2rem;
}
.light_blue_green_orange_gradient_content_block {
  background: #e6f5fc;
  background: linear-gradient(146deg, #e6f5fc 0%, #eafbf3 50%, #fef4ee 85%);
  padding: 4rem;
  border-radius: 2rem;
}
.bright_green_bright_blue_gradient_content_block {
  background: #eafbf3;
  background: linear-gradient(146deg, #eafbf3 0%, #e6f5fc 100%);
  padding: 4rem;
  border-radius: 2rem;
}
.bright_blue_bright_purple_gradient_content_block {
  background: #e6f5fc;
  background: linear-gradient(146deg, #e6f5fc 0%, #f0e8fb 100%);
  padding: 4rem;
  border-radius: 2rem;
}
.bright_purple_bright_orange_gradient_content_block {
  background: #f0e8fb;
  background: linear-gradient(146deg, #f0e8fb 0%, #fff2ed 100%);
  padding: 4rem;
  border-radius: 2rem;
}
.content_row_2022 {
  background-color: transparent;
}
.two_column_content_blocks h2 {
  margin-bottom: 2rem;
}
.two_column_content_blocks .content_row_2022 .text_content_column {
  padding-right: 2rem;
}
.two_column_content_blocks .content_row_2022 .content_icon_image {
  max-width: 135px;
  margin-left: -32px;
  margin-bottom: -30px;
}
@media screen and (min-width: 992px) {
  .two_column_content_blocks .content_row_2022.content_row_right_align {
    /*text-align:right;*/
  }
  .two_column_content_blocks .content_row_2022.content_row_right_align h2 {
    /*display: flex;
            justify-content: end;*/
  }
  .two_column_content_blocks .content_row_2022.content_row_right_align .banner-btns {
    /*justify-content: flex-end;*/
  }
}
@media screen and (max-width: 991px) {
  .two_column_content_blocks .content_row_2022.content_row_left_align .row {
    flex-flow: column !important;
  }
}
/*****End content block*****/
/******Customer ROI Row******/
.customer_roi_row {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.customer_roi_row h2 {
  text-align: center;
  margin-bottom: 4rem;
}
.customer_roi_row p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.customer_roi_row .customer_number_roi_box {
  border-radius: 2rem;
  box-shadow: 0px 20px 50px 0 #1818181a;
  background-color: white;
  height: 100%;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  max-width: 350px;
  margin: auto;
}
@media (max-width: 991px) {
  .customer_roi_row .customer_number_roi_box {
    margin-bottom: 4rem;
    height: auto;
  }
}
.customer_roi_row .customer_number_roi_box .customer_number_roi_box_top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.customer_roi_row .customer_number_roi_box .customer_number_roi_box_top .customer_roi_trend_image {
  height: 65px;
  width: auto;
}
.customer_roi_row .customer_number_roi_box .customer_number_roi_box_top .customer_roi_number {
  font-weight: 700;
  font-size: 4rem;
  margin-left: 20px;
}
@media (min-width: 992px) and (max-width: 1060px) {
  .customer_roi_row .customer_number_roi_box .customer_number_roi_box_top .customer_roi_number {
    font-size: 3rem;
  }
}
.customer_roi_row .customer_number_roi_box .customer_number_roi_box_bottom {
  margin: auto;
  text-align: center;
}
.customer_roi_row .customer_number_roi_box .customer_number_roi_box_bottom .customer_roi_logo {
  max-width: 150px;
  width: auto;
}
.customer_roi_row .customer_number_roi_box .customer_number_roi_box_bottom .customer_roi_logo[alt='mandarin_logo_in_orange'] {
  max-height: 100px;
}
.customer_roi_row .customer_number_roi_cta {
  width: 100%;
  margin-top: 5rem;
}
.customer_roi_row .customer_number_roi_cta a.button {
  width: 100%;
}
/*****End Customer ROI Row*****/
/********Testimonial 2023*********/
.testimonial_row {
  background-size: 50rem;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10rem 0px;
}
.testimonial_row .testimonial_message_box {
  background: white;
  box-shadow: 0px 20px 50px 0 #1818181a;
  padding: 0rem;
  border-radius: 10px;
  margin-top: 0rem;
  position: relative;
}
.testimonial_row .testimonial_message_box p {
  text-align: center;
}
.testimonial_row .testimonial_message_box .testimonial_circle_image {
  position: absolute;
  left: 46%;
  top: -3.5rem;
}
.testimonial_row .testimonial_message_box .testimonial_circle_image.testimonial_clinch_logo {
  top: -2.5rem;
}
.testimonial_row .testimonial_message_box .testimonial_circle_image img {
  max-width: 75px;
}
.testimonial_row .testimonial_message_box .testimonial_circle_image img[alt='Clinch_circle_blue_logo'] {
  max-width: 65px;
}
@media (max-width: 991px) {
  .testimonial_row .testimonial_message_box .testimonial_circle_image {
    left: 42%;
  }
}
.testimonial_row .testimonial_message_box .testimonial_logo img {
  max-height: 40px;
  width: auto;
}
.testimonial_row .testimonial_cta {
  margin-top: 2rem;
}
.testimonial_row .testimonial_cta .button {
  width: 100%;
}
.testimonial_section {
  padding: 0px !important;
}
/*******End testimonial 2023********/
/********Success message (services guaranteen boxes)*******/
.success_message_row {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.success_message_row .success_message_header h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.success_message_row .success_message_header p {
  text-align: center;
  max-width: 900px;
  margin: auto;
  margin-bottom: 3rem;
}
.success_message_row .row .success_message_box {
  height: 100%;
}
@media (max-width: 991px) {
  .success_message_row .row .success_message_box {
    margin: auto;
    margin-bottom: 4rem;
    height: auto;
    max-width: 515px;
  }
}
.success_message_row .row .success_message_box .gradient_border_backgrund {
  height: 100%;
}
.success_message_row .row .success_message_box .success_message_box_icon {
  max-height: 100px;
  width: auto;
  margin-bottom: 1rem;
}
.success_message_row .row .success_message_box p {
  text-align: center;
  font-weight: 800;
}
/*****End Success message (services guaranteen boxes)*****/
/******full_width_message******/
.full_width_message {
  background-size: 60rem;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10rem 0px;
}
.full_width_message h2 {
  text-align: center;
  /*font-size: 65px;*/
  margin-bottom: 20px;
}
.full_width_message p {
  text-align: center;
  max-width: 900px;
  margin: auto;
}
.full_width_message .industry_message_cta {
  margin-top: 2rem;
}
.full_width_message .row {
  justify-content: center;
}
.full_width_message .row .customer_number {
  margin-top: 2rem;
  background-color: white;
  padding: 40px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #e3c8fb;
  border-radius: 10px;
  box-shadow: 0 0px 4px 0 #cbd6e2;
}
.full_width_message .row .customer_number h3 {
  text-align: center;
  margin-bottom: 0.7rem;
  color: #7b00e0;
  font-size: 55px;
}
.full_width_message .row .customer_number p {
  text-align: left;
  margin-bottom: 0px;
}
.full_width_message .row .customer_number .icon_image_wrapper {
  max-width: 115px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.full_width_message .row .customer_number .icon_image_wrapper img {
  max-height: 100%;
}
/*****End full_width_message*********/
/******Multiple G2 box*******/
.g2_review_boxes_row .g2_message_box {
  background: white;
  box-shadow: 0px 20px 50px 0 #1818181a;
  padding: 3rem 3rem 0rem;
  border-radius: 10px;
  margin-top: 5rem;
  position: relative;
  height: 81%;
  display: flex;
  flex-direction: column;
}
.g2_review_boxes_row .g2_message_box .g2_circle_logo {
  max-width: 110px;
  position: absolute;
  left: 35%;
  top: -4rem;
}
@media (max-width: 991px) {
  .g2_review_boxes_row .g2_message_box .g2_circle_logo {
    left: 42%;
  }
}
.g2_review_boxes_row .g2_message_box .g2_message_top {
  display: flex;
  margin-bottom: 2rem;
  margin-top: auto;
}
.g2_review_boxes_row .g2_message_box .g2_message_top .g2_date {
  font-size: 16px;
  color: #8d9298;
  margin-left: 20px;
}
.g2_review_boxes_row .g2_message_cta {
  margin-top: 5rem;
}
/******End multiple G2 bpx******/
/***FAQ***/
.faq_section .title {
  text-align: center;
  margin-bottom: 40px;
}
.tab-content .tab-mainbox .tab-listing > ul {
  padding: 0;
  margin-bottom: 0;
}
.tab-content .tab-mainbox .tab-listing > ul > li {
  margin: 0 0 31px 0;
  display: block;
  cursor: pointer;
  /*.clinch_secondary_button();*/
}
.tab-content .tab-mainbox .tab-listing > ul > li .faq_box .gradient_border_backgrund {
  padding: 25px 55px 25px 25px;
}
.tab-content .tab-mainbox .tab-listing > ul > li .tab-title {
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
}
.tab-content .tab-mainbox .tab-listing > ul > li .tab-desc {
  margin-top: 2rem;
}
.tab-content .tab-mainbox .tab-listing > ul > li .tab-desc ol {
  list-style: decimal;
}
.tab-content .tab-mainbox .tab-listing > ul > li .tab-desc ol li {
  display: list-item;
}
.tab-content .tab-mainbox .tab-listing > ul > li .tab-desc ul {
  list-style: disc;
}
.tab-content .tab-mainbox .tab-listing ul > li .tab-title::after {
  width: 10px;
  font-size: 20px;
  height: 6px;
  position: absolute;
  display: block;
  top: 11px;
  right: 0px;
  content: "\276E";
  transform: rotate(-90deg);
  font-weight: 600;
}
.tab-content .tab-mainbox .tab-listing ul > li.open .tab-title::after {
  right: -12px;
  transform: rotate(90deg);
}
/*******End faq*******/
/******Play icon*****/
.play-icon .fa-play {
  background-color: #7b00e0 !important;
  border-radius: 35px !important;
}
/*****End play icon****/
