/*
Color
Font Size
Font Color
Font Family


*/
/*********Color*********/
/*PageUp New Branding*/
/*********End Color*********/
/*********Font Size*********/
/*********End Font Size*********/
/*********Font Color*********/
/*********Font Family*********/
/*********End Font Color*********/
.cta-button-2025 {
  padding: 9px 20px;
  border-radius: 2rem;
  min-width: 7rem;
  width: auto;
}
img {
  height: auto;
}
img[alt='TX-RAMP-logo'] {
  max-width: 350px;
}
/**************************************************************************************
COLOR

COMPONENT
- Link
- Button
- Font : font-size, font-space, font color
- Pattern
-Tab
-Table
-Lifecycle box
-search bar
- content container
- List
- Quoteblock
- Blockquote

FORM
-SELECT
-Checkbox
-Ball loading

WRAP_INNER

BANNER
- Banner - Text and Image

CONTENT
Spacing
-R  ow - Two Columns

ACCESSIBILITY

Customers logos

Popup
Blog Rating Popup

Post box

Carousel
 - Customer quotes carousel

Exit/Popup CTA
Social CTA

Mobile/Desktop

Play Icon

Cookies popup

Rating star

Testimonial 2023

Bottom CTA 2024

jQueryUI Dialog

**************************************************************************************/
/************************************************************************************************************/
/******----------COLOR---------*******/
/************************************************************************************************************/
.gradient_color_blue_border {
  box-shadow: 0px 20px 50px 0 #1818181a;
  background-color: #ffffff;
  background: linear-gradient(141deg, #152C52 0%, #1F90CF 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 2px;
}
.gradient_color_blue_green_border_no_impt {
  box-shadow: 0px 20px 50px 0 #1818181a;
  background-color: #ffffff;
  background: linear-gradient(141deg, #0860A8 0%, #53B3B5 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 2px;
}
.gradient_color_blue_green_border {
  box-shadow: 0px 20px 50px 0 #1818181a;
  background-color: #ffffff;
  background: linear-gradient(141deg, #0860A8 0%, #53B3B5 100%) !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 2px;
}
.gradient_color_rainbow_border {
  box-shadow: 0px 20px 50px 0 #1818181a;
  background-color: #ffffff;
  background: linear-gradient(90deg, #2AA3DD 0%, #78C191 50%, #F3965B 100%) !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 2px;
}
.gradient_color_blue_grey_border {
  box-shadow: 0px 20px 50px 0 #1818181a;
  background-color: #ffffff;
  background: linear-gradient(180deg, #2E97FC 0%, #485875 100%) !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 2px;
}
.gradient_color_pink_orange_border {
  box-shadow: 0px 20px 50px 0 rgba(255, 71, 130, 0.2);
  background-color: #ffffff;
  background: linear-gradient(90deg, #FF4782 0%, #FEA530 100%) !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 2px;
}
.gradient_color_pink_orange_border_no_impt {
  box-shadow: 0px 20px 50px 0 rgba(255, 71, 130, 0.2);
  background-color: #ffffff;
  background: linear-gradient(90deg, #FF4782 0%, #FEA530 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 2px;
}
.gradient_border_background {
  width: 100%;
  background-color: white;
  margin: auto;
  padding: 2rem 30px;
  border-radius: 10px;
}
.gradient_rainbow {
  background: linear-gradient(90deg, #2AA3DD 0%, #78C191 50%, #F3965B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*background-size: 200%;
  animation: background_text_animation 2s infinite;
  animation-direction: alternate-reverse;*/
}
.gradient_blue_green {
  background: linear-gradient(38deg, #0860A8 0%, #53B3B5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient_pink_orange {
  background: linear-gradient(90deg, #FF4782 0%, #FEA530 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient_border_moving {
  background-size: 300%;
  animation: background_text_animation 1.5s infinite;
  animation-direction: alternate-reverse;
}
@keyframes background_text_animation {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
/************************************************************************************************************/
/******----------END COLOR---------*******/
/************************************************************************************************************/
/************************************************************************************************************/
/******----------COMPONENT---------*******/
/************************************************************************************************************/
/***************Link**************/
a.disable {
  pointer-events: none;
  cursor: not-allowed;
}
/*************End link***********/
/***************Button***********/
/****Overwrite main css font weight ***/
.action-today .action-detail a {
  font-weight: 700;
}
/*****End overwrite main css***/
/*PageUp New Branding*/
.darkbluehover {
  opacity: 0.7;
  /*background: @pup_main_button_gradient_blue;*/
  color: white;
  border-color: transparent;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.whiteoutlinehover {
  /*color: @pup_main_dark_blue;
    background: @pup_main_outline_hover;
    border: 1px solid @pup_main_dark_blue;*/
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.greenhover {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.lightbluehover {
  background: rgba(7, 100, 162, 0.55);
  color: white;
  border-color: transparent;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cta-button {
  background: linear-gradient(90deg, #FF4782 0%, #FEA530 100%);
  border: solid 1px #FF4782;
  color: white;
  width: auto;
  border-radius: 10px;
  padding: 10px 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25em;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0px 14px 29px 0px rgba(3, 36, 62, 0.13);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.5px;
  /*PageUp New Branding*/
}
.cta-button:hover,
.cta-button:focus {
  opacity: 0.7;
  /*background: @pup_main_button_gradient_blue;*/
  color: white;
  border-color: transparent;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cta-button.darkblue {
  /*border:none;*/
  color: #fff;
  /*background:@pup_main_button_gradient_blue;*/
}
.cta-button.darkblue:hover,
.cta-button.darkblue:focus {
  opacity: 0.7;
  /*background: @pup_main_button_gradient_blue;*/
  color: white;
  border-color: transparent;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cta-button.white-outline {
  color: #1d1d1d;
  background: white;
  border: solid 2px #1d1d1d;
}
.cta-button.white-outline:hover,
.cta-button.white-outline:focus {
  /*color: @pup_main_dark_blue;
    background: @pup_main_outline_hover;
    border: 1px solid @pup_main_dark_blue;*/
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cta-button.green {
  background: #86ca8a;
  color: #142c52;
  border-color: #86ca8a;
}
.cta-button.green:hover,
.cta-button.green:focus {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cta-button.light-blue {
  background: #0764A2;
  border-color: #0764A2;
  color: #fff;
}
.cta-button.light-blue:hover,
.cta-button.light-blue:focus {
  background: rgba(7, 100, 162, 0.55);
  color: white;
  border-color: transparent;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cta-button.orange {
  background: #FEA530;
  border-color: #FEA530;
  color: #fff;
}
.cta-button.orange:hover,
.cta-button.orange:focus {
  opacity: 0.7;
}
.cta-button.whiteborder {
  border: solid 2px #fff;
  background: transparent;
  color: #fff;
}
.cta-button.whiteborder:hover,
.cta-button.whiteborder:focus {
  opacity: 0.7;
}
.cta-button.blackborder {
  border: solid 2px #000;
  background: transparent;
  color: #000;
}
.cta-button.blackborder:hover,
.cta-button.blackborder:focus {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .panel .cta-button {
    min-width: auto;
  }
}
@media screen and (max-width: 479px) {
  .cta-button {
    min-width: unset !important;
  }
}
@media (max-width: 374px) {
  .panel .cta-button {
    padding: 10px 16px !important;
    font-size: 11px !important;
  }
}
/***************End Button******/
/***************Font*****************/
.banner_content h1,
.banner_content p {
  text-align: left;
}
.content_section h2,
.content_section p {
  text-align: center;
}
.content_section .two_column_text_content h2,
.content_section .two_column_text_content p {
  text-align: left;
}
.content_section .content_box p,
.content_section .content_box h3 {
  text-align: left;
}
/***************End Font*****************/
/***************Font Size***********/
.inner-banner.banner .banner_content h1 {
  font-size: 60px;
}
.content_section h2 {
  font-size: 44px;
}
.content_section p,
.banner_content p {
  font-size: 22px;
}
.content_section a {
  /*font-size: 18px;*/
}
.content_section .content_box h3 {
  font-size: 25px;
}
.content_section .content_box p {
  font-size: 16px;
}
.content_section .content_box a {
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  .content_section h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .content_section h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .content_section h2 {
    font-size: 40px;
  }
}
/***************End font size***********/
/***************font space***********/
.banner_content .title {
  margin-top: 59px;
  margin-bottom: 24px;
}
.content_section h2,
.content_section h3 {
  margin-bottom: 23px;
}
.content_section .content_box h3 {
  margin-bottom: 12px;
}
.content_section p {
  margin-bottom: 27px;
}
/***************End font space***********/
/***Font color*****/
.pink_text {
  color: #FF4782;
}
.orange_text {
  color: #FEA530;
}
/****End font color***/
/********Pattern******************/
.pattern6 {
  max-width: 481px;
  margin: 30px auto;
  width: 100%;
}
.pattern5 {
  max-width: 286px;
  /* max-width: 76.875rem; */
  margin: 30px 27%;
  width: 100%;
}
.pattern8 {
  max-width: 484px;
  margin: 30px 11%;
  width: 100%;
}
/********End Pattern******************/
/*********Tab***************/
.nav-tabs-line li {
  margin-bottom: 0px;
  padding-left: 0px;
}
.nav-tabs-line .nav-link:hover,
.nav-tabs-line .nav-link:focus {
  text-decoration: none;
}
.nav-tabs-line .nav-link.active {
  color: #142c52;
}
.nav-tabs-line .nav-link.active:before {
  border-bottom: 2px solid #142c52;
}
/*********End tab********/
/*******Table*********/
/********End table*********/
/***************Lifecycle box************/
body .pageup-modules-cta .icon-box {
  text-align: left;
  padding: 25px 25px;
  margin-right: 50px;
  background: none;
  /*border-top: 3px solid #287ca1;*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: flex-start;
  -ms-flex-pack: center;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
body .pageup-modules-cta {
  margin: 0;
  box-shadow: 0px 20px 50px 0 rgba(24, 24, 24, 0.1);
  border-radius: 0px;
  box-shadow: none;
}
body .pageup-modules-cta .item {
  padding: 0;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  border-right: none;
  border-bottom: solid 1px #fafbfd;
  border-bottom: none;
  background: #fafbfd;
  background: none;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  /*max-width: 20%;*/
  margin-bottom: 2rem;
}
.about-us-cta .item:hover,
.about-us-cta .item:focus {
  box-shadow: none;
  border-color: transparent;
}
body .pageup-modules-cta .item .icon-box {
  text-align: center;
  padding: 25px 25px;
  margin-right: 0px;
  height: 100%;
  border-radius: 0px;
  background: white;
  /*border-top: 3px solid #287ca1;*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: flex-start;
  -ms-flex-pack: center;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  box-shadow: none;
  flex-flow: row;
  margin: 0 1rem;
  box-shadow: 0px 2px 10px 1px #0000001a;
}
body .pageup-modules-cta .item .icon-box .icon img {
  position: relative;
  z-index: 1;
  max-height: unset;
  max-width: 50px;
  width: 100%;
}
.about-us-cta .item .icon-box:hover,
.about-us-cta .item a:focus .icon-box {
  background: #e1f3fb;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.about-us-cta .item .icon-box .read-more {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: auto;
  margin-bottom: 0px;
  color: #2371BD;
}
.learnmore_about + .action-today {
  background: #f5fafc;
  padding: 5rem 0px 0px;
  /*margin-top: -286px;*/
  padding-top: 294px;
  padding-bottom: 1px;
}
.learnmore_about + .action-today .action-detail {
  margin-bottom: 5rem;
}
.about-us-cta .icon-box-top {
  /*height: 140px;
      display: flex;
      flex-flow: column;
      justify-content: space-between;
      margin-bottom: 20px;*/
  align-self: center;
  padding: 0px;
}
.about-us-cta .icon-box-bottom {
  text-align: left;
}
.about-us-cta .item .icon-box .title {
  font-size: 19px;
}
.about-us-cta .item .icon-box p {
  font-size: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 6px;
  line-height: 24px;
  font-weight: 600;
  /*text-align: center;*/
  /* margin-top: auto; */
  margin-bottom: auto;
  /*height: 105px;*/
}
.about-us-cta .item .icon-box .icon:after {
  content: none;
}
@media (max-width: 991px) {
  .about-us-cta {
    box-shadow: none;
  }
  .about-us-cta .item {
    padding: 0;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    border-right: none;
    border-bottom: none;
    background: none;
    max-width: unset;
    flex: 0 0 50%;
    background-color: transparent;
    margin-bottom: 1rem;
  }
  .about-us-cta .item:hover {
    box-shadow: none;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
    z-index: 1;
    border-color: transparent;
  }
  .about-us-cta .item .icon-box {
    margin-right: 2rem;
    box-shadow: 0px 8px 9px 0 rgba(158, 158, 158, 0.19);
  }
  .learnmore_about + .action-today {
    margin-top: 0px;
    padding-top: 5rem;
  }
}
@media (max-width: 767px) {
  body .pageup-modules-cta .item:nth-child(2),
  body .pageup-modules-cta .item:nth-child(2) .icon-box {
    border-radius: 0px;
  }
  body .pageup-modules-cta .item:nth-child(5) .icon-box {
    border-radius: 0px;
  }
}
@media (max-width: 576px) {
  .about-us-cta .item {
    flex: 0 0 100%;
  }
  .about-us-cta .item .icon-box {
    display: block;
    margin-right: 0rem;
  }
  .icon-box-top {
    height: auto;
    display: none;
  }
  .about-us-cta .item .icon-box .icon img {
    /*width: 13%;*/
  }
  .about-us-cta .item .icon-box .read-more,
  .about-us-cta .item .icon-box .title,
  .about-us-cta .icon-box-bottom {
    text-align: center;
  }
}
/***************End Lifecycle box************/
/***********Search bar***********/
.search-panel #name_filter {
  border-color: #142c52;
  -webkit-box-shadow: 0 0 5px #142c52;
  -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  box-shadow: 0 0 5px #142c52;
  padding-left: 10px;
  cursor: pointer;
  background: #ededed url(/wp-content/themes/pageup/assets/img/search_icon.svg) no-repeat 0px center;
  border: 0;
  padding: 9px 35px 9px 45px;
  width: 30px;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: white;
  background-size: 58px 18px;
  width: 100%;
}
/***********End Search bar***********/
/********Content Container********/
.pageup_content_container {
  padding: 4rem 2rem;
  box-shadow: 0px 20px 50px 0 #1818181a;
  background-color: #ffffff;
  border-radius: 1rem;
}
/********End Content Container********/
/*****List***********/
/*Diamond bullet list*/
ul.diamond_list li {
  margin: 0;
  margin-bottom: 1em;
  padding-left: 1.5em;
  position: relative;
  display: block;
  font-size: 18px;
}
ul.diamond_list li:after {
  content: '';
  height: 0.5em;
  width: 0.5rem;
  background: #142c52;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0.45em;
  left: 0;
}
/*End Diamond bullet list*/
/*Tick list*/
/*ul.tick_list li {
  margin: 0;
  margin-bottom: 1em;
  padding-left: 1.5em;
  position: relative;
  display:block;
  font-size: 18px;
}
ul.tick_list li:after {
  font-family: "fontAwesome";
  content: "\f00c";
  color: white;
  background-color: #2AA3DD;
  font-size: 9px;
  padding: 3px 4px;
  border-radius: 50%;
  height: 15px;
  width: 18px;
  position: absolute;
  top: 5px;
  left: 0px;
  line-height: 10px;
    }*/
ul.tick_list li {
  text-indent: -26px;
  padding-left: 26px;
  font-size: 20px;
  line-height: 1.5rem;
  display: block;
}
ul.tick_list li:before {
  font-family: "fontAwesome";
  content: "\f00c" !important;
  color: white !important;
  background-color: #FF4782;
  font-size: 10px !important;
  padding: 3px 3px;
  border-radius: 50%;
  margin-right: 10px;
  position: unset !important;
  vertical-align: middle;
}
/*End Tick list*/
/******************************Quoteblock***************************/
/******Speech buble****/
.speech_buble_quote_cite {
  filter: drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
  margin: 1rem;
  margin-bottom: 40px;
  padding: 1.5rem 2rem;
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  background: #142c52;
  color: white;
  box-shadow: 0px 14px 29px 0px rgba(3, 36, 62, 0.13);
  border-radius: 10px;
  margin-top: 3rem;
}
.speech_buble_quote_cite p {
  margin-bottom: 0px;
  text-align: left;
  font-size: 15px;
}
.speech_buble_quote_cite::before {
  border: 12.5px solid transparent;
  border-top: 12.5px solid #142c52;
  border-bottom: 0;
  height: 0;
  width: 0;
  border-top-width: 25px;
  content: "";
  display: block;
  position: absolute;
  left: 5rem;
  right: unset;
  bottom: -25px;
  transform-origin: center;
  transform: rotate(90deg) skew(-25deg) translateY(16.66666667px);
}
@media screen and (min-width: 768px) {
  .speech_buble_quote_cite.right::before {
    right: 2rem;
    left: unset;
  }
}
.cite {
  font-size: 18px !important;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #142c52;
  font-weight: 800;
  margin-bottom: 0px !important;
  text-align: left !important;
  margin-left: 19px;
}
@media screen and (min-width: 768px) {
  .cite.right {
    text-align: right !important;
    margin-right: 19px;
    margin-left: 0px;
  }
}
/******************************EndQuoteblock***************************/
/****************************** Blockquote*********************/
.single-success-story .article-left blockquote {
  background: white;
  border-left: none;
  padding: 2rem 2rem;
  margin: 20px 0;
  display: inline-block;
  width: 100%;
  box-shadow: 0px 2px 10px 1px #0000001a;
  border-radius: 10px;
  position: relative;
}
.single-success-story .article-left blockquote::before {
  content: '\201C';
  font-size: 4rem;
  position: absolute;
  /* top: 3rem; */
  /* left: -2rem; */
  opacity: 0.1;
  font-family: "Font Awesome 6 Free";
  color: #FF4782;
}
.single-success-story .article-left blockquote::after {
  content: '\201D';
  font-size: 4rem;
  position: absolute;
  opacity: 0.1;
  right: 2rem;
  bottom: 3rem;
  font-family: "Font Awesome 6 Free";
  color: #FF4782;
}
.single-success-story .article-left blockquote p {
  text-align: left;
  color: #1d1d1d;
}
/****************************** End Blockquote*********************/
/************************************************************************************************************/
/******----------End COMPONENT---------*******/
/************************************************************************************************************/
/************************************************************************************************************/
/******----------FORM---------*******/
/************************************************************************************************************/
/***********SELECT***********/
select option {
  background-color: transparent;
}
/***********End SELECT***********/
/***Check box****/
.normal_checkbox {
  text-align: left !important;
  margin-bottom: 0px !important;
}
.normal_checkbox label {
  padding: 0px 10px 0px !important;
}
.normal_checkbox label:before {
  content: none !important;
}
.normal_checkbox input[type='checkbox'] {
  appearance: auto;
  display: inline-flex;
}
/***End checkbox****/
/***Ball loading****/
.form-container .ball_loading,
.form_div .ball_loading {
  display: none;
  top: 15rem;
  left: 0rem;
  margin: 0px auto;
  text-align: center;
  position: relative;
  height: 0px;
}
/**End ball loading***/
/********Contact Form 7 **********/
.wpcf7-field-group p {
  display: flex;
}
/********End Contact Form 7 **********/
/************************************************************************************************************/
/******----------End FORM---------*******/
/************************************************************************************************************/
/************************************************************************************************************/
/******----------WRAP_INNER---------*******/
/************************************************************************************************************/
/*.wrap-inner {
  padding-left:8vw;
  padding-right:8vw;
}*/
/*.banner.inner-banner{
      margin: auto 8vw;
  }*/
.homepage_resource_listing .wrap-inner {
  max-width: 62.875rem;
  margin: auto;
  padding: 0;
}
.align_center_wrap-inner {
  max-width: 54rem;
  margin: 0 auto;
  padding: 0 8vw;
}
.inner-banner.banner {
  background: none;
  position: relative;
}
.inner-banner.banner p {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .wrap-inner {
    max-width: unset;
    padding: 0 4vw;
  }
  .customer-main .wrap-inner {
    max-width: unset;
    padding: 0 4vw;
  }
  .homepage_resource_listing .wrap-inner {
    padding: 0 4vw;
  }
  .banner .inner-banner {
    margin: auto 4vw;
  }
  footer .wrap-inner {
    max-width: unset;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (min-width: 48rem) {
  .wrap-inner {
    max-width: unset;
    padding: 0 4vw;
  }
  .align_center_wrap-inner {
    padding: 0 4vw;
  }
  .customer-main .wrap-inner {
    max-width: unset;
    padding: 0 4vw;
  }
  .homepage_resource_listing .wrap-inner {
    padding: 0 2vw;
  }
  .banner .inner-banner {
    margin: auto 4vw;
  }
  footer .wrap-inner {
    max-width: unset;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .single-resource .single-article .wrap-inner,
  .single-guide #main .wrap-inner {
    max-width: 1020px;
  }
}
@media screen and (min-width: 84.875rem) {
  .wrap-inner {
    max-width: 76.875rem;
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .align_center_wrap-inner {
    padding: 0;
  }
  .customer-main .wrap-inner {
    max-width: 76.875rem;
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .banner .inner-banner {
    max-width: 76.875rem;
    margin: auto;
  }
  .homepage_resource_listing .wrap-inner {
    padding: 0;
  }
  footer .wrap-inner {
    max-width: 76.875rem;
    padding-left: 0vw;
    padding-right: 0vw;
  }
}
/************************************************************************************************************/
/******----------End WRAP_INNER---------*******/
/************************************************************************************************************/
/************************************************************************************************************/
/******----------BANNER---------*******/
/************************************************************************************************************/
/***********Banner - Text and Image*******/
.banner.inner-banner {
  padding: 0px;
  /*padding-top:84px;*/
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.banner_content {
  /*max-width: 540px;*/
}
.inner-banner.banner .banner_content .title {
  text-align: left;
  font-size: 60px;
  line-height: 73px;
  color: #1D1D1D;
}
.home .banner .title u {
  border-bottom: 8px solid #142c52;
}
.banner_content p {
  max-width: unset;
  text-align: left;
  margin: auto;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 48px;
  letter-spacing: 0.8px;
}
.banner .banner-btns {
  text-align: left;
}
.banner .banner-btns .cta-button {
  display: inline-block;
  min-width: unset;
  /*width: 200px;*/
  padding: 10px 24px;
  border-radius: 10px;
  text-transform: unset;
  text-align: center;
  margin: 0px;
  font-size: 18px;
  line-height: 1.25em;
  cursor: pointer;
  box-shadow: 0px 14px 29px 0px rgba(3, 36, 62, 0.13);
  transition: all 0.5s ease;
  letter-spacing: 0.5px;
}
/*.banner .banner-btns .cta-button.darkblue {
    color: white;
    background: @pup_main_dark_blue;
    border: 1px solid @pup_main_dark_blue;
}*/
.banner .banner-btns .cta-button.cta-button.white-outline {
  margin-left: 20px;
  /*background: white;
    color: @pup_main_dark_blue;
    border: 1px solid @pup_main_dark_blue;*/
}
.home .banner .banner-btns .cta-button {
  width: 330px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.home .banner .banner-btns .cta-button.white-outline {
  margin-left: 0px;
  margin-bottom: 0px;
}
/*.banner .banner-btns .cta-button.darkblue:hover,.banner .banner-btns .cta-button.darkblue:focus {
  background: @pup_main_dark_blue_hover;
  color: white;
  border-color: transparent;
}*/
/*.banner .banner-btns .cta-button.white-outline:hover,.banner .banner-btns .cta-button.white-outline:focus {
    background: @pup_main_outline_hover;
    color: @pup_main_dark_blue;
    border: 1px solid @pup_main_dark_blue;
}*/
@media (max-width: 1001px) {
  .banner.inner-banner {
    margin-top: 2rem;
  }
  .inner-banner .title {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .banner p {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .inner-banner.banner .banner_content .title {
    padding-top: 0px;
    font-size: 45px;
    line-height: 55px;
  }
  .banner .banner-btns {
    margin-bottom: 2rem;
  }
  .banner.inner-banner {
    background-image: none !important;
  }
}
@media (max-width: 650px) {
  .banner .inner-banner {
    background-size: 67%;
  }
}
@media (max-width: 510px) {
  .banner .banner-btns .cta-button {
    margin-left: 0.5rem;
  }
}
@media (max-width: 500px) {
  .banner .inner-banner {
    background-size: 100%;
  }
}
@media screen and (max-width: 480px) {
  .banner .banner-btns .cta-button {
    display: block;
    margin: auto;
    margin-bottom: 1rem;
    text-align: center;
  }
  .banner .banner-btns .cta-button.cta-button.white-outline {
    margin-left: auto;
  }
}
@media (max-width: 410px) {
  .banner_content .title {
    font-size: 40px;
  }
}
@media (max-width: 360px) {
  .inner-banner.banner .title {
    font-size: 37px;
  }
}
/***********End Banner - Text and Image*******/
/************************************************************************************************************/
/******----------End BANNER---------*******/
/************************************************************************************************************/
/************************************************************************************************************/
/******----------CONTENT---------*******/
/************************************************************************************************************/
/*********Spacing****************/
.content_section {
  padding: 5rem 0px;
}
.content_section_pattern_bottom {
  padding-bottom: 0px;
}
.content_section_pattern_top {
  padding-top: 0px;
}
@media (max-width: 991px) {
  .content_section {
    padding: 3rem 0px;
  }
}
/*********End Spacing****************/
/*********Row - Two Columns********/
.two_column_text_section {
  align-self: center;
}
.two_column_text_content {
  margin: auto;
  max-width: 500px;
}
.two_column_text_content .row_top_title {
  margin-bottom: 10px;
}
.two_column_text_img {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.two_column_text_img img {
  max-width: 400px;
}
@media (max-width: 991px) {
  .two_column_text_content {
    max-width: unset;
  }
  .two_column_text_img {
    margin: 2rem;
    max-width: 300px;
    margin: 20px auto;
    padding-bottom: 2rem;
  }
}
/*********End Row - Two Columns********/
/************************************************************************************************************/
/******----------End CONTENT---------*******/
/************************************************************************************************************/
/************************************************************************************************************/
/******----------ACCESSIBILITY---------*******/
/************************************************************************************************************/
a:focus,
.logo-wrap a:focus,
input:focus,
.new-services-main .servies .item a:focus .icon-box {
  outline: 1px dotted #1D1D1D;
}
.nav-tabs-line .nav-link:focus {
  /*outline: 1px dotted #1D1D1D !important;*/
}
footer a:focus {
  outline: 1px dotted white;
}
.logo-wrap a:focus {
  /*border:none;*/
}
.assistive-text {
  color: #142c52;
}
.assistive-text:focus {
  position: inherit !important;
}
.form-control:focus {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
  outline: 0;
  outline: 1px dotted #1D1D1D;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/************************************************************************************************************/
/******----------END ACCESSIBILITY---------*******/
/************************************************************************************************************/
/************************************************************************************************************/
/******----------Customers logos---------*******/
/************************************************************************************************************/
.customer_logo_section {
  text-align: center;
  margin-bottom: 3rem;
}
.section_hide_content_au .customer_logo_section {
  text-align: center;
  /* margin-bottom: 3rem; */
  max-width: 1100px;
  margin: auto;
  margin-bottom: 1rem;
  /* border-bottom: 2px solid #3cc5ff;*/
}
.logos_icon {
  max-height: 50px;
  max-width: 125px;
  margin: auto 1rem 1rem;
  height: auto;
}
.section_hide_content_au .logos_icon {
  /*max-height: 50px;
  max-width: 125px;
  margin: auto 1rem 1rem;*/
  max-height: 80px;
  max-width: 100px;
  margin: auto 2rem 2rem;
}
.customer_logo_section .logos_icon[alt='affinity_white_logo'] {
  max-width: 120px;
  max-height: unset;
}
.customer_logo_section .logos_icon[alt='lindt_white_logo'] {
  max-width: 158px;
}
.customer_logo_section img[alt="hongkong_arline_logo_white"] {
  max-height: unset;
  max-width: 160px;
}
.customer_logo_section img[alt="Northeastern_University_Logo-White"] {
  max-height: unset;
  max-width: 150px;
  margin-bottom: 21px;
}
.customer_logo_section img[alt="musc-health_logo-white"] {
  max-height: unset;
  max-width: 150px;
  margin-bottom: 21px;
}
.customer_logo_section img[alt="University_of_Michigan_Logo_white"] {
  max-height: unset;
  max-width: 150px;
  margin-bottom: 8px;
}
.customer_logo_section img[alt="Mind-Australia_white_Logo"] {
  max-height: 55px;
  margin-left: 1rem;
}
.customer_logo_heading {
  color: white;
  text-align: center;
  margin-bottom: 2rem;
}
/************************************************************************************************************/
/******----------END Customers logos---------*******/
/************************************************************************************************************/
/************************************************************************************************************/
/******----------Popup---------*******/
/************************************************************************************************************/
.fancy_popup {
  max-width: 900px;
  width: auto;
}
.contact-form .pfah-wrapper {
  box-shadow: none;
  padding: inherit;
  background-color: unset;
}
/************************************************************************************************************/
/******----------End popup---------*******/
/************************************************************************************************************/
/************************************************************************************************************/
/******--------- Blog Rating Popup---------*******/
/************************************************************************************************************/
#blog_scoring_box {
  padding: 1px !important;
  min-height: unset !important;
  max-width: unset;
}
#blog_scoring_box p {
  text-align: left;
}
#blog_scoring_box .blog_rating_icons {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
#blog_scoring_box .blog_rating_button {
  background: transparent;
  border: none;
  margin: auto 20px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
#blog_scoring_box .fa-solid {
  font-size: 30px;
}
#blog_scoring_box #blog_rating_button_bad {
  color: #f47070;
  margin-left: 0px;
}
#blog_scoring_box #blog_rating_button_good {
  color: #85aad8;
}
#blog_scoring_box #blog_rating_button_excellent {
  color: #85d896;
}
/************************************************************************************************************/
/******----------End Blog Rating Popup---------*******/
/************************************************************************************************************/
/************************************************************************************************************/
/******----------Post box---------*******/
/************************************************************************************************************/
.post-box {
  padding: 0px 15px;
}
.post-box .post-box-content {
  box-shadow: 0px 20px 50px 0 #1818181a;
  height: 100%;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  /*background: @pup_main_dark_blue;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 335px;
  margin: auto;
}
.post-box .post-box-content .post-imgbox {
  position: relative;
}
.post-box .post-box-content .post-imgbox .ratio-img {
  padding-bottom: 12rem;
  background-color: white;
}
.post-box .post-box-content .post-imgbox .ratio-img img {
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  height: 100%;
  object-fit: contain;
  padding: 20px 20px;
}
.single-resource .post-box .post-box-content .post-imgbox .ratio-img img,
.resources .post-box .post-box-content .post-imgbox .ratio-img img,
.single-podcast .post-box .post-box-content .post-imgbox .ratio-img img {
  object-fit: cover;
  padding: 0px;
}
.single-resource .guide-single-content .post-box .post-box-content .post-imgbox .ratio-img img {
  object-fit: contain;
  padding: 20px 20px;
}
.page-template-tpl-news-page .post-box .post-box-content,
.single-news .post-box .post-box-content {
  max-width: 308px;
}
.page-template-tpl-news-page .post-box .post-box-content .post-imgbox .ratio-img,
.single-news .post-box .post-box-content .post-imgbox .ratio-img {
  padding-bottom: 9.9rem;
}
.page-template-tpl-news-page .post-box .post-box-content .post-imgbox .ratio-img img,
.single-news .post-box .post-box-content .post-imgbox .ratio-img img {
  object-fit: fill;
  object-position: top;
  padding: 0px;
}
.page-template-tpl-news-page .post-box .post-box-content .post-imgbox .ratio-img img[alt='PageUp Announces Strategic Partnership with Spark Hire’s Leading Video Interview Platform'],
.single-news .post-box .post-box-content .post-imgbox .ratio-img img[alt='PageUp Announces Strategic Partnership with Spark Hire’s Leading Video Interview Platform'] {
  object-fit: fill;
}
.page-template-tpl-news-page .post-box .post-box-content .post-imgbox .ratio-img img[alt='PageUp_RM_CRM_enhancements'],
.single-news .post-box .post-box-content .post-imgbox .ratio-img img[alt='PageUp_RM_CRM_enhancements'],
.page-template-tpl-news-page .post-box .post-box-content .post-imgbox .ratio-img img[alt='pageup_revup_ai_driven_innovation_feature_image'],
.single-news .post-box .post-box-content .post-imgbox .ratio-img img[alt='pageup_revup_ai_driven_innovation_feature_image'] {
  object-fit: cover;
}
.single-podcast .post-box .post-box-content .post-imgbox .ratio-img {
  padding-bottom: 15rem;
}
.page-template-tpl-dei .post-box .post-box-content .post-imgbox .ratio-img img {
  object-fit: cover;
  padding: 0px;
}
.tax-resource_tags .post-box .post-box-content .post-imgbox .ratio-img img {
  object-fit: cover;
  padding: 0px;
}
.post-box .post-box-content .post-imgbox .category-label {
  /*background: @pup_secondary_green;*/
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  display: inline-block;
  padding: 7px 17px;
  color: #FFF;
  font-family: "CeraPRO-Bold", sans-serif;
  position: absolute;
  bottom: -18px;
  min-width: 100px;
  min-height: 36px;
  display: none;
}
.singel-testimonial .post-box .post-box-content .post-imgbox .category-label,
.single-success-story .post-box .post-box-content .post-imgbox .category-label,
.success-stories .post-box .post-box-content .post-imgbox .category-label {
  display: none;
}
.post-box .post-box-content .post-detail {
  padding: 2rem 25px 1rem;
  margin-bottom: auto;
  /*border-top: 2px solid @pup_main_light_grey;*/
}
.post-box .post-box-content .post-detail .title {
  margin-bottom: 1rem;
}
.single-success-story .listing .post-box .post-box-content .post-detail .title,
.single-testimonial .listing .post-box .post-box-content .post-detail .title {
  font-size: 16px;
}
.post-box .post-box-content .post-detail .title a {
  /*color: white;*/
}
.post-box .post-box-content .read-more {
  /*color: white;*/
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /*padding: 5px 15px;*/
  /*background-color: @pup_secondary_green;*/
  position: relative;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  display: inline-block;
  border-radius: 10px;
  color: #1d1d1d;
  font-weight: 700;
}
.post-box .post-box-content .read-more::before {
  content: none;
}
/***Hover**/
.post-box .post-box-content:hover {
  box-shadow: 0px 20px 50px 0 #1818184d;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.post-link .post-box .post-box-content:hover {
  /*background: @pup_main_dark_blue;*/
}
.post-link .post-box .post-box-content .post-detail .title:hover a {
  /*color: white;*/
}
.post-link .post-box .post-box-content:hover .read-more {
  /*color: white;*/
}
/***End Hover**/
/***Newsletter CTA post box***/
.cta-post-box .post-detail {
  /*margin-top:auto;*/
}
.cta-post-box .post-detail .newsletter_cta_envelope i {
  font-size: 35px;
  color: white;
  padding: 10px 13px;
  border-radius: 10px;
  line-height: 1;
  background: linear-gradient(90deg, #FF4782 0%, #FEA530 100%);
}
.cta-post-box .post-detail .title {
  margin: 35px 0px;
}
.cta-post-box .post-detail p {
  margin-top: 30px;
  color: #1d1d1d;
}
.cta-post-box .post-link {
  text-align: center;
}
.cta-post-box .post-link .cta-button {
  width: 90%;
  text-align: center;
}
/***End Newsletter CTA post box***/
/************************************************************************************************************/
/******----------End pos box---------*******/
/************************************************************************************************************/
/************************************************************************************************************/
/******----------Carousel---------*******/
/************************************************************************************************************/
/*********Customer quotes carousel***/
.customer_quotes-slider .customer_quote_card {
  padding: 1rem 2rem;
  box-shadow: 0px 2px 10px 1px #0000001a;
  margin-top: 6px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 10px;
  background-color: #142c52;
  background-color: white;
}
.customer_quotes-slider .customer_quote_card p {
  color: white;
  color: #1d1d1d;
}
.customer_quotes-slider .customer_quote_card .customer_quote_top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.customer_quotes-slider .customer_quote_card .customer_quote_top .customer_quote_photo {
  margin-right: 20px;
}
.customer_quotes-slider .customer_quote_card .customer_quote_top .customer_quote_photo img {
  max-height: 50px;
  width: auto;
}
@media (max-width: 921px) {
  .customer_quotes-slider .customer_quote_card .customer_quote_top .customer_quote_detail .customer_quote_detail {
    align-self: center;
  }
}
.customer_quotes-slider .customer_quote_card .customer_quote_top .customer_quote_detail .customer_quote_name {
  line-height: 1.5em;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}
.customer_quotes-slider .customer_quote_card .customer_quote_top .customer_quote_detail .customer_quote_title {
  font-size: 13px;
  margin-bottom: 0px;
  line-height: 1.5em;
  font-weight: 400;
}
.customer_quotes-slider .customer_quote_card .customer_quote_bottom p {
  font-size: 17px;
  margin-bottom: 0px;
  line-height: 1.5em;
  font-weight: 400;
}
.customer_quotes-slider {
  width: 93%;
  margin: auto;
  position: relative;
  margin-top: 35px;
}
.customer_quotes-slider .owl-stage {
  display: flex;
}
.customer_quotes-slider .item {
  height: 95%;
}
.customer_quotes-slider .owl-nav {
  width: 100%;
  text-align: center;
  position: relative;
  bottom: unset;
  left: -6%;
  margin-top: 20px;
}
.customer_quotes-slider .owl-nav .fa {
  font-size: 3rem;
}
.customer_quotes-slider .owl-nav .owl-next {
  position: relative;
  right: -5rem;
}
.customer_quotes-slider .owl-dots {
  margin-top: 30px;
}
/******End Customer quotes carousel*****/
/*********Customer quotes carousel***
.customer_quote_photo{
  height: 0px;
    position: relative;
    top: -5rem
}.customer_quote_photo img{
  width: auto !important;
max-height: 135px;
margin: auto;

}
.customer_quote_card {
  padding: 4px;
      box-shadow: 0px 2px 10px 1px #0000001a;
      margin-top: 6px;
      margin-top: 1rem;
      height: 100%;
      border-radius: 10px;
      background-color: linear-gradient(90deg, rgba(13,161,226,1) 0%, rgba(49,212,139,1) 100%);
      background: linear-gradient(
      -90deg, #78C191 0%, #60c1e7 100%);
}
.customer_quote_card .customer_quote_content{
  background-color: white;
margin: 0px auto;
padding: 2rem 30px;
border-radius: 10px;
padding: 45px 20px 10px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.customer_quote_card p {
  color: white;
  color: #1d1d1d;
}
.customer_quote_card .customer_quote_top {

}
.customer_quote_card .customer_quote_top p {
  font-size: 17px;
  margin-bottom: 0px;
}
.customer_quote_card .customer_quote_bottom .customer_quote_detail .customer_quote_name {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}
.customer_quote_card .customer_quote_title {
  font-size: 13px;
  margin-bottom: 0px;
}

.customer_quotes-slider {
  margin: auto;
  position: relative;
  margin-top: 35px;
}

.customer_quotes-slider .owl-stage {
  display: flex;
}

.customer_quotes-slider .item {
  height: 95%;
  padding-top:5rem;
}
.customer_quotes-slider .owl-nav {
  width: 100%;
  text-align: center;
  position: relative;
  bottom: unset;
  left: -6%;
  margin-top: 20px;
}
.customer_quotes-slider .owl-nav .fa {
  font-size: 3rem;
}
.customer_quotes-slider .owl-nav .owl-next {
  position: relative;
  right: -5rem;
}
.customer_quotes-slider .owl-dots {
  margin-top: 30px;
}
.customer_quotes-slider.owl-drag .owl-item {

}
.customer_quotes-slider .owl-item.center .customer_quote_card{
  height: auto;
}
.customer_quotes-slider .owl-item.center .customer_quote_card .customer_quote_content{
  padding-top:40px
}
@media (min-width: 991px) {
.customer_quotes-slider.owl-carousel .owl-stage-outer {
  overflow-y: visible;
  overflow-x: clip;
}
.customer_quotes-slider .owl-item{
  transform: scale(.8);
transition: transform .2s ease-in-out;
}

.customer_quotes-slider .owl-item.center{
  transform: scale(1.5) translateZ(0) perspective(1px)!important;
  z-index:99;
}
.customer_quotes-slider .owl-nav {
    margin-top: 6rem;
}
}
@media (max-width: 991px) {
  .customer_quote_card .customer_quote_bottom .customer_quote_detail .customer_quote_detail {
    align-self: center;
  }
  .customer_quote_card {
    height: auto;
  }
}
*******End Clinch Customer quotes carousel*****/
/************************************************************************************************************/
/******----------End Carousel---------*******/
/************************************************************************************************************/
/************************************************************************************************************/
/******----------Popup/Exit CTA---------*******/
/************************************************************************************************************/
/*** Exit CTA popup***/
#exit_cta_form.fancy_popup {
  max-width: 1150px;
  width: 90%;
  /* height: 360px; */
  padding: 20px 40px !important;
  /*background: @pup_gradient_blue;
      background-color: @pup_main_dark_blue !important;*/
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  background-image: url(/wp-content/uploads/2025/03/pageup_2025_background_image.jpg);
  background-size: cover;
  overflow: hidden;
  cursor: auto;
}
#exit_cta_form.fancy_popup .contact-form {
  padding: 2rem 0rem;
}
#exit_cta_form.fancy_popup .contact-form h2.title {
  text-align: left;
  margin-bottom: 20px;
}
#exit_cta_form.fancy_popup .contact-form p {
  text-align: left;
  color: white;
}
#exit_cta_form.fancy_popup .contact-form ul {
  margin: auto;
  margin-top: 25px;
  margin-bottom: 40px;
  list-style: disc;
  color: white;
}
#exit_cta_form.fancy_popup .contact-form ul li {
  /*text-indent: -36px;*/
  padding-left: 33px;
  padding-left: 0px;
  color: white;
  text-align: left;
  display: list-item;
}
#exit_cta_form.fancy_popup .cta_exit_image {
  bottom: 13%;
  right: 0px;
  width: 50%;
  height: 75%;
  -o-object-fit: cover;
  object-fit: contain;
  font-family: 'object-fit: cover;';
  position: absolute;
}
#exit_cta_form.fancy_popup .cta-button.white-outline:focus {
  background: white;
}
#exit_cta_form.fancy_popup .cta-button.white-outline:hover {
  background: white;
  opacity: 0.7;
}
#exit_cta_form.fancy_popup ul.check li:before {
  font-size: 20px;
  color: white;
}
@media screen and (max-width: 1140px) {
  #exit_cta_form .left_exit_popup {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #exit_cta_form .exit_cta_button_wrapper {
    text-align: center;
  }
  #exit_cta_form .cta_exit_image {
    opacity: 28%;
    width: auto;
  }
}
/***End Exit CTA popup***/
/*** popup CTA popup***/
.fancybox-slide--html #popup_cta_form .fancybox-close-small {
  padding: 7px;
  color: white;
}
#popup_cta_form.fancy_popup {
  max-width: 1040px;
  width: 75%;
  height: auto;
  padding: 3rem 3rem !important;
  background-color: #142c52 !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  overflow: hidden;
}
@media screen and (max-width: 515px) {
  #popup_cta_form.fancy_popup {
    width: 95%;
  }
}
#popup_cta_form.fancy_popup .cta_popup_image {
  bottom: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
}
#popup_cta_form.fancy_popup .contact-form {
  padding: 2rem 0rem;
}
#popup_cta_form.fancy_popup h2,
#popup_cta_form.fancy_popup p {
  color: white;
  text-align: left;
  margin-bottom: 1rem;
}
#popup_cta_form.fancy_popup .popup_cta_button_wrapper {
  margin-top: 2rem;
}
#popup_cta_form.fancy_popup .popup_cta_button_wrapper .cta-button.white-outline:hover,
#popup_cta_form.fancy_popup .popup_cta_button_wrapper .cta-button.white-outline:focus {
  background: white;
}
#popup_cta_form.fancy_popup ul {
  margin: auto;
  margin-top: 25px;
  margin-bottom: 40px;
}
#popup_cta_form.fancy_popup ul li {
  text-indent: -36px;
  padding-left: 33px;
  color: white;
}
#popup_cta_form.fancy_popup ul.check li:before {
  font-size: 20px;
  color: white;
}
@media screen and (min-width: 1px) {
  #popup_cta_form.fancy_popup .cta_popup_image {
    width: 100%;
  }
  #popup_cta_form .left_popup_popup {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #popup_cta_form .popup_cta_button_wrapper {
    text-align: center;
  }
  #popup_cta_form.fancy_popup ul li {
    font-size: 25px;
  }
  #popup_cta_form .cta_popup_image {
    opacity: 28%;
    width: auto;
  }
}
/***End Popup CTA popup***/
/************************************************************************************************************/
/******----------End Popup/Exit CTA---------*******/
/************************************************************************************************************/
/************************************************************************************************************/
/******----------Social CTA---------*******/
/************************************************************************************************************/
.social_cta_block {
  /*padding-top:0px;*/
}
.social_cta_block .social_cta {
  background-color: #142c52;
  background-repeat: no-repeat;
  border-radius: 1rem;
  padding: 40px 40px;
  box-shadow: 0px 20px 50px 0 #1818184a;
  margin: auto;
  background-size: cover;
  background-position: center right;
}
@media screen and (max-width: 991px) {
  .social_cta_block .social_cta {
    background-image: none !important;
  }
}
.social_cta_block .social_cta h2,
.social_cta_block .social_cta p {
  color: white;
  text-align: left;
}
.social_cta_block .social_cta .cta-button.darkblue {
  color: white;
  background: #0250BB;
  border: 1px solid #0250BB;
}
/************************************************************************************************************/
/******----------End Social CTA---------*******/
/************************************************************************************************************/
/************************************************************************************************************/
/******----------Mobile/Desktop---------*******/
/************************************************************************************************************/
.show_mobile {
  display: none;
}
.show_desktop {
  display: block;
}
@media screen and (max-width: 991px) {
  .show_mobile {
    display: block;
  }
  .show_desktop {
    display: none;
  }
}
/************************************************************************************************************/
/******----------End Mobile/Desktop---------*******/
/************************************************************************************************************/
/************************************************************************************************************/
/******----------Play Icon---------*******/
/************************************************************************************************************/
.play-icon {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play-icon .fa-play {
  background-color: #142c52;
  color: white;
  padding: 20px 25px;
  border-radius: 10px;
  font-size: 25px;
}
.play-icon .fa-play:hover {
  background-color: #142c52ab;
}
/************************************************************************************************************/
/******----------End Play Icon---------*******/
/************************************************************************************************************/
/************************************************************************************************************/
/******---------COokies popup---------*******/
/************************************************************************************************************/
input[type="checkbox"] + label.cli-slider {
  padding: 0px;
  line-height: unset;
}
.cli-switch .cli-slider:before {
  top: auto;
}
#cookie-law-info-again {
  opacity: 0.7;
}
/************************************************************************************************************/
/******---------End COokies popup---------*******/
/************************************************************************************************************/
/************************************************************************************************************/
/******---------Rating star---------*******/
/************************************************************************************************************/
.rating {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
}
.rating__item {
  font-size: 24px;
  display: block;
  font-family: FontAwesome;
  color: #142c52;
  padding-left: 0px;
  padding-right: 15px;
  margin-bottom: 0px;
}
.rating[data-rating="5.5"] .rating__item:nth-child(-n+5):after,
.rating[data-rating="5"] .rating__item:nth-child(-n+5):after,
.rating[data-rating="4.5"] .rating__item:nth-child(-n+4):after,
.rating[data-rating="4"] .rating__item:nth-child(-n+4):after,
.rating[data-rating="3.5"] .rating__item:nth-child(-n+3):after,
.rating[data-rating="3"] .rating__item:nth-child(-n+3):after,
.rating[data-rating="2.5"] .rating__item:nth-child(-n+2):after,
.rating[data-rating="2"] .rating__item:nth-child(-n+2):after,
.rating[data-rating="1.5"] .rating__item:nth-child(-n+1):after,
.rating[data-rating="1"] .rating__item:nth-child(-n+1):after,
.rating[data-rating="0.5"] .rating__item:nth-child(-n+0):after,
.rating[data-rating="0"] .rating__item:nth-child(-n+0):after {
  content: "\f005";
}
.rating[data-rating="5.5"] .rating__item:nth-child(6):after,
.rating[data-rating="4.5"] .rating__item:nth-child(5):after,
.rating[data-rating="3.5"] .rating__item:nth-child(4):after,
.rating[data-rating="2.5"] .rating__item:nth-child(3):after,
.rating[data-rating="1.5"] .rating__item:nth-child(2):after,
.rating[data-rating="0.5"] .rating__item:nth-child(1):after {
  content: "\f123";
}
.rating__item::after {
  content: '\f006 ';
}
/************************************************************************************************************/
/******---------End Rating star---------*******/
/************************************************************************************************************/
/************************************************************************************************************/
/******---------Testimonial 2023---------*******/
/************************************************************************************************************/
.testimonial_2023_block .content_section .testimonial_block {
  position: absolute;
  top: 0px;
  opacity: 0;
  transition: all 0.5s linear;
  z-index: -1;
}
.testimonial_2023_block .content_section .testimonial_block.active {
  position: relative;
  right: 0px;
  opacity: 100%;
  transition: all 0.5s linear;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .testimonial_2023_block .content_section .testimonial_block .col-stats .testimonial_stats {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .testimonial_2023_block .content_section .testimonial_block .col-stats .testimonial_stats .row {
    flex-direction: column;
  }
}
.testimonial_2023_block .content_section .testimonial_block .col-stats .testimonial_stats .row .testimonial_single_stats {
  border-left: 4px solid #ff9332;
  padding: 10px 0px 10px 20px;
  margin-bottom: 30px;
}
.testimonial_2023_block .content_section .testimonial_block .col-stats .testimonial_stats .row .testimonial_single_stats p {
  text-align: left;
}
.testimonial_2023_block .content_section .testimonial_block .col-stats .testimonial_stats .row .testimonial_single_stats .stats_heading {
  margin-bottom: 10px;
  font-size: 40px;
}
.testimonial_2023_block .content_section .testimonial_block .col-stats .testimonial_stats .row .testimonial_single_stats .stats_content {
  margin-bottom: 10px;
  font-size: 20px;
}
.testimonial_2023_block .content_section .testimonial_block .col-stats .testimonial_stats .row .testimonial_single_stats .stats_content img {
  margin-right: 10px;
  width: 30px;
  height: auto;
}
.testimonial_2023_block .content_section .testimonial_block .col-stats .testimonial_stats .row .testimonial_single_stats .stats_content a {
  font-weight: 800;
}
.testimonial_2023_block .content_section .testimonial_block .col-stats .testimonial_stats .row div:last-child.testimonial_stats_col .testimonial_single_stats {
  margin-bottom: 0px;
  padding-bottom: 2px;
}
.testimonial_2023_block .content_section .testimonial_block .col-stats .testimonial_stats .row div:last-child.testimonial_stats_col .testimonial_single_stats .stats_content {
  /*margin-bottom: 0px;*/
}
.testimonial_2023_block .content_section .testimonial_block .col-image .testimonial_image {
  transition: all 0.2s ease-in-out;
  height: 100%;
  height: 450px;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 20px 0 #1818184a;
  background-size: cover;
  background-image: linear-gradient(to bottom, #f5f6fc85, #c3a931cc), url(https://pustaging.pageuppeople.com/wp-content/uploads/2023/09/pageup_featured_image_smiling_work_lady.png);
  background-image: linear-gradient(180deg, #f5f6fc85 0%, #c3a931cc 88.75%), url(https://pustaging.pageuppeople.com/wp-content/uploads/2023/09/pageup_featured_image_smiling_work_lady.png);
}
.testimonial_2023_block .content_section .testimonial_block .col-image .testimonial_image .testimonial_image_logo {
  text-align: left;
}
.testimonial_2023_block .content_section .testimonial_block .col-image .testimonial_image .testimonial_image_logo img {
  max-height: 60px;
}
.testimonial_2023_block .content_section .testimonial_block .col-image .testimonial_image .testimonial_image_logo img[alt='lindt_white_logo'] {
  max-height: 100px;
}
.testimonial_2023_block .content_section .testimonial_block .col-image .testimonial_image .testimonial_image_logo img[alt='sportsbet_white_logo'] {
  max-height: 33px;
}
.testimonial_2023_block .content_section .testimonial_block .col-image .testimonial_image .testimonial_image_logo img[alt='the-university-of-wisconsin-madison-white_logo'] {
  max-height: 90px;
}
.testimonial_2023_block .content_section .testimonial_block .col-image .testimonial_image .testimonia_blurb {
  color: white;
  text-align: left;
  margin-top: auto;
  margin-bottom: 0px;
}
.testimonial_2023_block .content_section .testimonial_block .col-image .testimonial_image .read_more {
  color: white;
  font-weight: 700;
  margin-top: 10px;
  text-align: left;
  margin-bottom: 0px;
  font-size: 20px;
}
.testimonial_2023_block .content_section .testimonial_block .col-image a:hover .testimonial_image {
  transition: all 0.2s ease-in-out;
  transform: scale(1.01);
}
.testimonial_2023_block .content_section .testimonial_block_logos {
  margin: auto;
  margin-bottom: 5rem;
}
@media screen and (min-width: 992px) {
  .testimonial_2023_block .content_section .testimonial_block_logos {
    width: 80%;
  }
}
.testimonial_2023_block .content_section .testimonial_block_logos .row {
  justify-content: space-evenly;
  /*@media screen and (max-width: 760px){
              display: block;
            }*/
}
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box {
  /*@media screen and (max-width: 760px){
                max-width: 200px;
                margin: auto;
              }*/
}
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo {
  cursor: pointer;
  /*@media screen and (max-width: 760px){
                  &:after{
                    content:"";
                    transform: scaleX(0.4);
                    transition: transform 250ms ease-in-out;
                    border-top: 3px solid #ff9332;
                    display: block;
                  }
                  &.active:after, &:hover:after{
                  transform: scaleX(1);
                  }
                  &:before{
                    content:none;
                  }
                }*/
}
@media screen and (max-width: 991px) {
  .testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo {
    margin: 2rem;
  }
}
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo:before {
  content: "";
  transform: scaleX(0.4);
  transition: transform 250ms ease-in-out;
  border-top: 3px solid #ff9332;
  border-top: 3px solid #7f7b78;
  display: block;
}
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo.active:before,
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo:hover:before {
  transform: scaleX(1);
}
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo.active img,
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo:hover img {
  filter: grayscale(0%);
}
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo img {
  height: 80px;
  width: auto;
  padding-top: 20px;
  filter: grayscale(100%);
  transition: linear 0.3s;
  /*@media screen and (max-width: 760px){
                    padding-bottom: 20px;
                    padding-top:0px;
                  }*/
}
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo img[alt="flight_center_logo"] {
  height: 55px;
  margin-top: 10px;
}
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo_1 {
  /*@media screen and (max-width: 760px){
                &:after{
                  border-top: 3px solid var(--testimonial_block_1);
                }
              }*/
}
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo_1:before {
  /*border-top: 3px solid var(--testimonial_block_1);*/
}
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo_1.active:before,
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo_1:hover:before {
  border-top: 3px solid var(--testimonial_block_1);
}
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo_2 {
  /*@media screen and (max-width: 760px){
                &:after{
                  border-top: 3px solid var(--testimonial_block_2);
                }
              }*/
}
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo_2:before {
  transform: scaleX(0.3);
}
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo_2.active:before,
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo_2:hover:before {
  border-top: 3px solid var(--testimonial_block_2);
}
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo_3 {
  /*@media screen and (max-width: 760px){
                &:after{
                  border-top: 3px solid var(--testimonial_block_3);
                }
              }*/
}
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo_3:before {
  transform: scaleX(0.26);
}
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo_3.active:before,
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo_3:hover:before {
  border-top: 3px solid var(--testimonial_block_3);
}
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo_4 {
  /*@media screen and (max-width: 760px){
                &:after{
                  border-top: 3px solid var(--testimonial_block_4);
                }
              }*/
}
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo_4.active:before,
.testimonial_2023_block .content_section .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo_4:hover:before {
  border-top: 3px solid var(--testimonial_block_4);
}
.testimonial_2023_block .content_section .section_hide_content_au .testimonial_block_logos .row .testimonial_block_logo_box .testimonial_block_logo_3:before {
  margin-right: 22px;
}
/************************************************************************************************************/
/******---------End Testimonial 2023---------*******/
/************************************************************************************************************/
/************************************************************************************************************/
/******---------Bottom CTA 2024---------*******/
/************************************************************************************************************/
.bottom_cta_2024 {
  padding: 5rem 0px;
}
.bottom_cta_2024 .action-detail {
  /*background-image: linear-gradient(#00000094, #0000008a), url(/wp-content/uploads/2021/03/website_CTA_Short.png);*/
  /*PageUp New Branding*/
  background: linear-gradient(132deg, #2E97FC 0%, #FF4782 100%);
  background: linear-gradient(132deg, #FEA530 0%, #FF4782 100%);
  background: linear-gradient(132deg, #2E97FC 0%, #30B39F 100%);
  border-radius: 1rem;
  padding: 4rem 4rem;
  box-shadow: 0px 20px 50px 0 rgba(24, 24, 24, 0.29);
  margin: auto;
}
.bottom_cta_2024 .action-detail .bottom_cta_text_col {
  padding: 5rem 1rem 5rem 0rem;
  padding: 0rem 1rem 0rem 0rem;
  align-content: center;
}
@media screen and (max-width: 991px) {
  .bottom_cta_2024 .action-detail .bottom_cta_text_col {
    padding: 0rem 1rem 0rem 0rem;
  }
}
.bottom_cta_2024 .action-detail .bottom_cta_text_col .title {
  color: white;
  margin-bottom: 2rem;
  text-align: left;
}
.bottom_cta_2024 .action-detail .bottom_cta_text_col p {
  font-size: 22px;
  margin-bottom: 3rem;
  color: white;
  text-align: left;
}
.bottom_cta_2024 .action-detail .bottom_cta_text_col .cta-button.white-outline {
  border: none;
}
.bottom_cta_2024 .action-detail .bottom_cta_image_col {
  align-content: center;
}
.bottom_cta_h_p .action-detail,
.bottom_cta_h .action-detail {
  padding: 0rem 2rem;
}
.bottom_cta_h_p .action-detail .bottom_cta_text_col,
.bottom_cta_h .action-detail .bottom_cta_text_col {
  text-align: center;
}
.bottom_cta_h_p .action-detail .bottom_cta_text_col .title,
.bottom_cta_h .action-detail .bottom_cta_text_col .title,
.bottom_cta_h_p .action-detail .bottom_cta_text_col p,
.bottom_cta_h .action-detail .bottom_cta_text_col p {
  text-align: center;
}
.bottom_cta_img_h,
.bottom_cta_h_p,
.bottom_cta_h {
  display: none;
}
/************************************************************************************************************/
/******---------End Bottom CTA 2024---------*******/
/************************************************************************************************************/
/************************************************************************************************************/
/***********=jQueryUI Dialog**************/
/************************************************************************************************************/
.popup_close {
  width: 44px;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 8px;
  position: absolute;
  padding: 10px;
  right: 0;
  top: 0px;
}
/************************************************************************************************************/
/***********=End jQueryUI Dialog**************/
/************************************************************************************************************/
/** Testimonial 2025***/
.customer_single_quote_2025 .customer_quote_card {
  height: unset;
  box-shadow: 0px 2px 10px 1px #0000001a;
  /* padding: 3rem; */
  border-radius: 3rem;
  background-color: white;
  position: relative;
}
.customer_single_quote_2025 .customer_quote_card .start-quote {
  position: absolute;
  left: 2rem;
  top: 1rem;
  opacity: 0.1;
  color: #FF4782;
  font-size: 5rem;
}
.customer_single_quote_2025 .customer_quote_card .end-quote {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  opacity: 0.1;
  color: #FF4782;
  font-size: 5rem;
}
.customer_single_quote_2025 .customer_quote_card .customer_quote_content {
  position: relative;
  display: flex;
  padding: 3rem;
}
.customer_single_quote_2025 .customer_quote_card .customer_quote_person_image {
  padding-right: 3rem;
}
.customer_single_quote_2025 .customer_quote_card .customer_quote_person_image .customer_quote_image_wrapper {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.customer_single_quote_2025 .customer_quote_card .customer_quote_person_image .customer_quote_image_wrapper img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.customer_single_quote_2025 .customer_quote_card .customer_quote_detail {
  margin-top: 0rem;
}
.customer_single_quote_2025 .customer_quote_card .customer_quote_detail p {
  text-align: left;
  padding-bottom: 2rem;
  border-bottom: 1px solid #D6DDE4;
}
.customer_single_quote_2025 .customer_quote_card .customer_quote_detail .customer_quote_detail_bottom {
  display: flex;
  justify-content: space-between;
}
.customer_single_quote_2025 .customer_quote_card .customer_quote_detail .customer_quote_detail_bottom .customer_quote_logo {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.customer_single_quote_2025 .customer_quote_card .customer_quote_detail .customer_quote_detail_bottom .customer_quote_logo img {
  max-width: 125px;
}
.customer_single_quote_2025 .customer_quote_card .customer_quote_detail .customer_quote_detail_bottom .customer_quote_name {
  font-weight: 600;
  margin-bottom: 0px;
  border: none;
  padding-bottom: 0px;
}
/**End Testimonial cta 2025***/
/*# sourceMappingURL=website_template.css.map */
