/*
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;
}
.purple_blue_gradient_text_color {
  background: linear-gradient(90deg, #6e1fd6 0%, #0da1e2 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*****/
/*******Banner********/
.hero-image {
  top: 18%;
  width: 46%;
  right: 2rem;
}
.hero-image-bg {
  top: -4%;
  left: 50%;
  width: 47rem !important;
}
@media (max-width: 1220px) {
  .hero-image-bg {
    display: none !important;
  }
}
/*****End abnner********/
/*****Success message row*****/
.success_message_row h2 {
  color: #7b00e0;
}
@media (min-width: 992px) {
  .success_message_row {
    padding-top: 10rem !important;
  }
}
/*****End sucess message row******/
/******Testimonial*****/
.testimonial_row .testimonial_message_box .testimonial_logo img {
  max-height: 80px;
}
/*****End testimonial*****/
/******Content*******/
.two_column_content_blocks .content_row_2022 .content_row .image_content_column img {
  margin-bottom: 40px;
}
/******ENd content******/
/***Multiple G2 box***/
.g2_review_boxes_row h2 {
  text-align: center;
}
.g2_review_boxes_row .g2_message_cta {
  display: flex;
}
.g2_review_boxes_row .g2_message_cta .button {
  width: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .g2_review_boxes_row .g2_message_cta .button {
    margin-bottom: 20px;
    width: auto;
  }
}
.g2_review_boxes_row .g2_message_cta .button5 {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .g2_review_boxes_row .g2_message_cta .button5 {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .g2_review_boxes_row .g2_message_cta {
    display: block;
    text-align: center;
  }
}
/***End Multiple G2 box**/
