/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* @import url('http://example.com/example_style.css'); */
@import url("https://use.typekit.net/omt4neg.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@font-face {
    font-family: 'Sofia Pro';
    src: url('https://4539511.fs1.hubspotusercontent-na1.net/hubfs/4539511/Prezzee%20May%202020/fonts/SofiaProRegular.woff2') format('woff2'),
        url('https://4539511.fs1.hubspotusercontent-na1.net/hubfs/4539511/Prezzee%20May%202020/fonts/SofiaProRegular.woff') format('woff'),
        url('https://4539511.fs1.hubspotusercontent-na1.net/hubfs/4539511/Prezzee%20May%202020/fonts/SofiaProRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('https://4539511.fs1.hubspotusercontent-na1.net/hubfs/4539511/Prezzee%20May%202020/fonts/SofiaProMedium.woff2') format('woff2'),
        url('https://4539511.fs1.hubspotusercontent-na1.net/hubfs/4539511/Prezzee%20May%202020/fonts/SofiaProMedium.woff') format('woff'),
        url('https://4539511.fs1.hubspotusercontent-na1.net/hubfs/4539511/Prezzee%20May%202020/fonts/SofiaProMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('https://4539511.fs1.hubspotusercontent-na1.net/hubfs/4539511/Prezzee%20May%202020/fonts/SofiaProBold.woff2') format('woff2'),
        url('https://4539511.fs1.hubspotusercontent-na1.net/hubfs/4539511/Prezzee%20May%202020/fonts/SofiaProBold.woff') format('woff'),
        url('https://4539511.fs1.hubspotusercontent-na1.net/hubfs/4539511/Prezzee%20May%202020/fonts/SofiaProBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  font-display: swap;
}

/* @font-face {
    font-family: 'Sofia Pro';
    src: url('https://4539511.fs1.hubspotusercontent-na1.net/hubfs/4539511/Prezzee%20May%202020/fonts/SofiaProLight.woff2') format('woff2'),
        url('https://4539511.fs1.hubspotusercontent-na1.net/hubfs/4539511/Prezzee%20May%202020/fonts/SofiaProLight.woff') format('woff'),
        url('https://4539511.fs1.hubspotusercontent-na1.net/hubfs/4539511/Prezzee%20May%202020/fonts/SofiaProLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
} */

@font-face {
    font-family: 'Sofia Pro';
    src: url('https://4539511.fs1.hubspotusercontent-na1.net/hubfs/4539511/Prezzee%20May%202020/fonts/SofiaProSemiBold.woff2') format('woff2'),
        url('https://4539511.fs1.hubspotusercontent-na1.net/hubfs/4539511/Prezzee%20May%202020/fonts/SofiaProSemiBold.woff') format('woff'),
        url('https://4539511.fs1.hubspotusercontent-na1.net/hubfs/4539511/Prezzee%20May%202020/fonts/SofiaProSemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
  font-display: swap;
}


/****************************
********************** Variables *******/





































/**************Color Codes****************/















 /*******************************
***************************** Global Syles *************/

.row-fluid .page-center {max-width: 1275px; padding: 0 15px; margin: 0 auto!important; float: none !important; position: relative; }

body{
  font-family: 'sofia-pro', sans-serif;
  color: #263557;
  font-size: 16px;
  line-height: 1.5; 
  margin: 0px; 
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/***** Padding *******/
.paddingt10 {padding-top: 10px;}
.paddingt20 {padding-top: 20px;}
.paddingt30 {padding-top: 30px;}
.paddingt40 {padding-top: 40px;}
.paddingt50 {padding-top: 50px;}
.paddingt60 {padding-top: 60px;}
.paddingt70 {padding-top: 70px;}
.paddingt80 {padding-top: 80px;}
.paddingt90 {padding-top: 90px;}
.paddingt100 {padding-top: 100px;}
.paddingt110 {padding-top: 110px;}
.paddingt120 {padding-top: 120px;}
.paddingt130 {padding-top: 130px;}
.paddingt140 {padding-top: 140px;}
.paddingt150 {padding-top: 150px;}
.paddingt160 {padding-top: 160px;}
.paddingt170 {padding-top: 170px;}
.paddingt180 {padding-top: 180px;}
.paddingt190 {padding-top: 190px;}
.paddingt200 {padding-top: 200px;}

.paddingb10 {padding-bottom: 10px;}
.paddingb20 {padding-bottom: 20px;}
.paddingb30 {padding-bottom: 30px;}
.paddingb40 {padding-bottom: 40px;}
.paddingb50 {padding-bottom: 50px;}
.paddingb60 {padding-bottom: 60px;}
.paddingb70 {padding-bottom: 70px;}
.paddingb80 {padding-bottom: 80px;}
.paddingb90 {padding-bottom: 90px;}
.paddingb100 {padding-bottom: 100px;}
.paddingb110 {padding-bottom: 110px;}
.paddingb120 {padding-bottom: 120px;}
.paddingb130 {padding-bottom: 130px;}
.paddingb140 {padding-bottom: 140px;}
.paddingb150 {padding-bottom: 150px;}
.paddingb160 {padding-bottom: 160px;}
.paddingb170 {padding-bottom: 170px;}
.paddingb180 {padding-bottom: 180px;}
.paddingb190 {padding-bottom: 190px;}
.paddingb200 {padding-bottom: 200px;}

.paddingtb10 {padding-top: 10px; padding-bottom: 10px;}
.paddingtb20 {padding-top: 20px; padding-bottom: 20px;}
.paddingtb30 {padding-top: 30px; padding-bottom: 30px;}
.paddingtb40 {padding-top: 40px; padding-bottom: 40px;}
.paddingtb50 {padding-top: 50px; padding-bottom: 50px;}
.paddingtb60 {padding-top: 60px; padding-bottom: 60px;}
.paddingtb70 {padding-top: 70px; padding-bottom: 70px;}
.paddingtb80 {padding-top: 80px; padding-bottom: 80px;}
.paddingtb90 {padding-top: 90px; padding-bottom: 90px;}
.paddingtb100 {padding-top: 100px; padding-bottom: 100px;}
.paddingtb110 {padding-top: 110px; padding-bottom: 110px;}
.paddingtb120 {padding-top: 120px; padding-bottom: 120px;}
.paddingtb130 {padding-top: 130px; padding-bottom: 130px;}
.paddingtb140 {padding-top: 140px; padding-bottom: 140px;}
.paddingtb150 {padding-top: 150px; padding-bottom: 150px;}
.paddingtb160 {padding-top: 160px; padding-bottom: 160px;}
.paddingtb170 {padding-top: 170px; padding-bottom: 170px;}
.paddingtb180 {padding-top: 180px; padding-bottom: 180px;}
.paddingtb190 {padding-top: 190px; padding-bottom: 190px;}
.paddingtb200 {padding-top: 200px; padding-bottom: 200px;}

@media (max-width: 767px) {
  .mobile_paddingt0 {padding-top: 0px;}
  .mobile_paddingt10 {padding-top: 10px;}
  .mobile_paddingt20 {padding-top: 20px;}
  .mobile_paddingt30 {padding-top: 30px;}
  .mobile_paddingt40 {padding-top: 40px;}
  .mobile_paddingt50 {padding-top: 50px;}
  .mobile_paddingt60 {padding-top: 60px;}
  .mobile_paddingt70 {padding-top: 70px;}
  .mobile_paddingt80 {padding-top: 80px;}
  .mobile_paddingt90 {padding-top: 90px;}
  .mobile_paddingt100 {padding-top: 100px;}
  
  .mobile_paddingb0 {padding-bottom: 0px;}
  .mobile_paddingb10 {padding-bottom: 10px;}
  .mobile_paddingb20 {padding-bottom: 20px;}
  .mobile_paddingb30 {padding-bottom: 30px;}
  .mobile_paddingb40 {padding-bottom: 40px;}
  .mobile_paddingb50 {padding-bottom: 50px;}
  .mobile_paddingb60 {padding-bottom: 60px;}
  .mobile_paddingb70 {padding-bottom: 70px;}
  .mobile_paddingb80 {padding-bottom: 80px;}
  .mobile_paddingb90 {padding-bottom: 90px;}
  .mobile_paddingb100 {padding-bottom: 100px;}

  .mobile_paddingtb10 {padding-top: 10px; padding-bottom: 10px;}
  .mobile_paddingtb20 {padding-top: 20px; padding-bottom: 20px;}
  .mobile_paddingtb30 {padding-top: 30px; padding-bottom: 30px;}
  .mobile_paddingtb40 {padding-top: 40px; padding-bottom: 40px;}
  .mobile_paddingtb50 {padding-top: 50px; padding-bottom: 50px;}
  .mobile_paddingtb60 {padding-top: 60px; padding-bottom: 60px;}
  .mobile_paddingtb70 {padding-top: 70px; padding-bottom: 70px;}
  .mobile_paddingtb80 {padding-top: 80px; padding-bottom: 80px;}
  .mobile_paddingtb90 {padding-top: 90px; padding-bottom: 90px;}
  .mobile_paddingtb100 {padding-top: 100px; padding-bottom: 100px;}
  .set-height {height: auto!important;}
}

.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}

@media (max-width: 767px) {
    .mobile-text-left {text-align: left;}
    .mobile-text-center {text-align: center;}
    .mobile-text-right {text-align: right;}
}

/*************************************
*********************** Typography *************/


h1, h2, h3, h4, h5, h6 {
  font-family: 'sofia-pro', sans-serif;
  color: #313E49;
  font-weight: bold; 
  line-height: 1.2em; 
  margin: 8px 0; 
}

h1 {font-size: 88px;}
h2 {font-size: 42px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
 
a {
  font-family: 'sofia-pro', sans-serif;
  color: #E30B17;
  text-decoration:none; 
  transition: .25s;
}
a:hover {
  color: #444444;
  text-decoration: none;
}

.font-white, .font-white h1, .font-white h2, .font-white h3, .font-white h4, .font-white h5, .font-white h6 { color: #ffffff;}
.colorRed  { color: #e30b17;}
.cta_button a{
    border-radius: 5px;
    padding: 8px 18px 12px;
    margin: 0 0;
    line-height: 16px;
    display: inline-block;
}
.red_fill_button a {
  background: #e30b17;
  border: 1px solid #e30b17;
  color: #ffffff;
}
.red_fill_button a:hover {
    background: transparent;
    color: #e30b17;
}
.red_border_button a,
.red_fill_button a{font-size:18px; padding:10.5px 35px; box-sizing:border-box; display:inline-block;border-radius:5px;}
.red_border_button a{border:1px solid #e30b17;}
.red_border_button a:hover{background:#e30b17; color:#ffffff}

.blue_fill_button a {
  background: #313E49;
  border: 1px solid #313E49;
  color: #ffffff;
}
.blue_fill_button a:hover {
    background: transparent;
    color: #313E49;
}

.white_fill_button a {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #313E49;
}
.white_fill_button a:hover {
    background: #313E49;
    color: #ffffff;
}
.white_fill_purple_text_button.create-account_button div#hs_cos_wrapper_module_1628568460333141 { background: transparent !important;}

/*********************************** SLick Slider *****************************************/
/* Slider*/
.slick-slider
{ position: relative; display: block; box-sizing: border-box; -webkit-user-select: none;  -moz-user-select: none; -ms-user-select: none; user-select: none;-webkit-touch-callout: none;-khtml-user-select: none; -ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden; margin: 0;padding: 0;}
.slick-list:focus{ outline: none;}
.slick-list.dragging{ cursor: pointer; cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{ -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative; top: 0; left: 0;display: block;margin-left: auto;margin-right: auto}
.slick-track:before,
.slick-track:after{ display: table;content: '';}
.slick-track:after{ clear: both;}
.slick-loading .slick-track{ visibility: hidden;}
.slick-slide{  display: none; float: left; height: 100%; min-height: 1px;}
[dir='rtl'] .slick-slide{ float: right;}
.slick-slide img{ display: block;}
.slick-slide.slick-loading img{ display: none;}
.slick-slide.dragging img{ pointer-events: none;}
.slick-initialized .slick-slide{ display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden { display: none;}

/*--input css-*/
input[type="text"],
input[type="number"],
input[type="email"],
input[type="pasword"],
input[type="nember"],
input[type="tel"],
select,
textarea {
	border: 1px solid #A7B1CC;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 3px 16px;
	height:50px; 
	-webkit-appearance: none;
}
ul.no-list.hs-error-msgs { padding-left: 0; list-style: none; margin: 0 0 10px 0; color:#e30b17; font-size: 14px;}
.input ul.inputs-list { list-style: none;padding-left: 0;}
form fieldset > div{margin-bottom:16px;}
/*--------
 * header css
 * ----*/
div#header_for_web .mobile-logo {
    display: none;
}
div#header_for_desktop .site-logo { margin-top: 8px;}
div#header_for_desktop .header_right_column .header_menu ul { list-style: none; padding-left: 0; display: flex; justify-content: space-around;}
div#header_for_desktop .header_right_column .header_menu ul li{display:inline;}
div#header_for_desktop .header_right_column .header_menu ul li a{color:#313E49; font-size:18px;}
div#header_for_desktop .header_right_column .header_menu ul li a:hover{color:#aaa}
div#header_for_desktop .header_right_column .red_fill_button { text-align: right;}
div#header_for_desktop .header_right_column .create-account_button {
    text-align: right;
}
/*---*/

.banner_module21 {background-size: cover;background-position: center;}
.banner_module21 .banner_inner_wrapper { display: flex;  margin: 0 -15px;     align-items: center;}
.banner_module21 .banner_inner_wrapper > div{padding:0 15px;}
.banner_module21 .banner_inner_wrapper .banner_content_column .content_box { max-width: 650px; width: 100%;padding-bottom:30px;}
.banner_module21 .banner_inner_wrapper .banner_content_column .content_box h1 {line-height: 4.5rem;}
.banner_module21 .banner_inner_wrapper .banner_content_column .content_box h3,
.banner_module21 .banner_inner_wrapper .banner_content_column .content_box h4{font-size:28px; font-weight:normal; margin-top:27px;}
.banner_module21 .banner_inner_wrapper .banner_content_column .content_box h3 br{display:none;}
.banner_module21 .banner_inner_wrapper  .banner_form_column .form_box{max-width:418px;width:100; margin:0 auto; background: #FFFFFF;box-shadow: 0px 40px 200px rgba(0, 0, 0, 0.08);border-radius: 20px; padding:15px 55px 42px 55px}
.banner_module21 .banner_inner_wrapper .banner_form_column .form_box h3{font-size:30px;margin-top: 0;
    margin-bottom: 30px;}
div#contactus-form .form_box form fieldset > div select,
div#contactus-form .form_box form fieldset > div textarea,
div#contactus-form .form_box form fieldset > div input,
div#contactus-form .form_box form fieldset.form-columns-2 > div input { 
	width: 100%;
}

div#contactus-form .form_box form fieldset.form-columns-2 > div { 
	width: 100%;
}

div#contactus-form .form_box form input[type="text"],
div#contactus-form .form_box form input[type="number"],
div#contactus-form .form_box form input[type="email"],
div#contactus-form .form_box form input[type="pasword"],
div#contactus-form .form_box form input[type="nember"],
div#contactus-form .form_box form input[type="tel"],
div#contactus-form .form_box form textarea {
	width:100%;
}
div#contactus-form .form_box form input[type="checkbox"] {
	width:auto;
}

.banner_module21 .banner_inner_wrapper .banner_form_column .form_box  form .input ul.inputs-list label {
    font-size: 14px;
}
.banner_module21 .banner_inner_wrapper  .banner_form_column  .legal-consent-container .hs-form-booleancheckbox-display>span{margin-left:25px; line-height:1.2em}
.banner_module21 .banner_inner_wrapper  .banner_form_column  .legal-consent-container .hs-form-booleancheckbox-display > span p{margin-top:0px; font-size:14px;}
.banner_module21 .banner_inner_wrapper  .banner_form_column form input[type="submit"]{ -webkit-appearance: none;width:100%; background:#e30b17; color:#ffffff; font-size:18px; border:1px solid #e30b17; padding:13.5px 15px; border-radius: 4px;cursor:pointer;transition: all 0.3s}
.banner_module21 .banner_inner_wrapper  .banner_form_column form input[type="submit"]:hover{background:#ffffff; color:#e30b17}

.icon_copy_repeater_module21{}
.icon_copy_repeater_module21 .section_header{margin-bottom:44px;}
.icon_copy_repeater_module21 .section_repeater_row{display:flex; flex-wrap:wrap; margin:0 -1%;  justify-content:center;}
.icon_copy_repeater_module21 .section_repeater_row > div{max-width:31.333%; width:100%; margin:1%;}
.icon_copy_repeater_module21 .section_repeater_row .column_title h6 {font-size: 24px;}
div#why-prezzee-business-section .column_block { box-shadow: 0px 10px 20px rgb(0 0 0 / 10%); border-radius: 10px; padding:32px 27px 30px 22px;transition:all 0.3s}
div#why-prezzee-business-section .column_block:hover {box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);}
div#prezzee-business-benefit-section .section_header { margin-bottom: 80px;}
div#prezzee-business-benefit-section .column_summary {font-size:21px;}
div#prezzee-business-benefit-section.icon_copy_repeater_module21 .section_repeater_row>div{padding:15px;}
.icon_copy_repeater_module21 .section_button{margin-top:60px;}
.icon_copy_repeater_module21 .section_button a { max-width: 300px; width: 100%;}

.two_column_image_copy_module21 .section_inner_wrapper {display: flex; align-items:center;}
.two_column_image_copy_module21 .section_inner_wrapper .section_content_column{padding-top: 50px;padding-bottom: 50px;}
.two_column_image_copy_module21 .section_inner_wrapper .section_content_column .content_box p{font-size:21px;}
.two_column_image_copy_module21 .section_inner_wrapper .section_image_column {position: relative; overflow: hidden;}
.two_column_image_copy_module21 .section_inner_wrapper .section_image_column .bg-image {
    position: absolute;
    width: 91%;
}
.two_column_image_copy_module21 .section_inner_wrapper .section_image_column .bg-image img {
    width: 100%; height: 100%;
    object-fit: cover;
}
.two_column_image_copy_module21 .section_inner_wrapper .image_box { padding: 25% 0; position: relative;}
.two_column_image_copy_module21 .section_inner_wrapper .image_box img{-webkit-filter: drop-shadow(25px 25px 25px rgb(0 0 0 / 10%));filter:drop-shadow(25px 25px 25px rgb(0 0 0 / 10%));}

.two_column_image_copy_module21 .section_inner_wrapper.left_copy_right_image .section_image_column .bg-image {
    right: 0;
}

.two_column_image_copy_module21 .section_inner_wrapper .section_image_column{background-size: 91%; background-repeat: no-repeat;}
.two_column_image_copy_module21 .section_inner_wrapper.left_copy_right_image .section_content_column{order:0; padding-left: 14%;
    padding-right: 5%;}
.two_column_image_copy_module21 .section_inner_wrapper.left_copy_right_image .section_image_column{order:1; background-position:right}
.two_column_image_copy_module21 .section_inner_wrapper.left_copy_right_image .section_image_column .imgage_box{text-align:left;}
.two_column_image_copy_module21 .section_inner_wrapper.left_image_right_copy .section_content_column{order:1; padding-right: 14%;
    padding-left: 5%;}
.two_column_image_copy_module21 .section_inner_wrapper.left_image_right_copy .section_image_column{order:0; background-position:left}
.two_column_image_copy_module21 .section_inner_wrapper.left_image_right_copy .section_image_column .image_box{text-align:right}
.two_column_image_copy_module21 .column_button { margin-top: 45px;}
.two_column_image_copy_module21 .section_content_column .content_box ul li{padding:5px; line-height:1.5em}
div#prezzee-smart-eGift-cards-section .bg-image {
    position: relative;
    width: 100%;
}
div#prezzee-smart-eGift-cards-section .image_box {
    padding: 0;
}

.logo_testimonial_slider_module21 .section_header { margin-bottom: 45px;}
.logo_testimonial_slider_module21 .company_logo_section { display: flex; align-items: center;justify-content: space-around;}
.logo_testimonial_slider_module21 .testimonial_slider_section{margin-top:41px;}
.logo_testimonial_slider_module21 .testimonial_slider_section ul.slick-dots { padding-left: 0px; list-style: none; text-align: center;}
.logo_testimonial_slider_module21 .testimonial_slider_section ul.slick-dots li{display:inline; margin: 0 4px;}
.logo_testimonial_slider_module21 .testimonial_slider_section ul.slick-dots li button{font-size:0px; background: #A7B1CC; height:10px; width:10px;cursor:pointer;padding: 0;border: 0px;border-radius: 100%;}
.logo_testimonial_slider_module21 .testimonial_slider_section ul.slick-dots li.slick-active button{background:#1C9DE3;}

.logo_testimonial_slider_module21 .company_logo_section > div { padding: 0 25px;}
.logo_testimonial_slider_module21 .testimonial_slide_item {   background-size:cover ;    border-radius: 20px; display: flex !important; padding:35px 90px 70px 63px}
.logo_testimonial_slider_module21 .testimonial_slide_item .slide_icon { max-width: 300px; width: 100%;}
.logo_testimonial_slider_module21 .testimonial_slide_item .quote_text h5 { font-size: 26px; font-family: 'Sofia Pro'; font-weight: normal;line-height:36px;}
.logo_testimonial_slider_module21 .testimonial_slide_item .company_name{margin-top:35px;}
.logo_testimonial_slider_module21 .testimonial_slide_item .company_name p{font-size:18px;}
.company_name p strong{font-weight:normal;}
/*-----banner_TYmodule21 -----*/

.banner_TYmodule21 { background-size: cover; height: 650px; display: flex; align-items: center; box-sizing: border-box;background-position: center;}
.banner_TYmodule21 .banner-mobile-image{display:none;}
.banner_TYmodule21 .page-center{width:100%;}
.banner_TYmodule21 .banner_inner_wrapper .banner_content_column.text-right,
.banner_TYmodule21 .banner_inner_wrapper .banner_content_column.text-left { max-width: 650px;}
.banner_TYmodule21 .banner_inner_wrapper .banner_content_column.text-right{float:right}
.banner_TYmodule21 .banner_inner_wrapper .banner_content_column h4{font-size:28px; margin-top:40px;font-weight:normal;}
.banner_TYmodule21 .banner_content_column .banner_cta { padding-top: 30px;}
.banner_module21 .banner_inner_wrapper .banner_content_column h1,
.banner_TYmodule21 .banner_inner_wrapper .banner_content_column h1 {font-size:50px;}
body.benefits_lp_template .banner_TYmodule21,
body.benefits_thankyou_template .banner_TYmodule21{position:relative;}

/*----------------------------------------*/
.purple_fill_button a,
.white_fill_purple_text_button a{ font-family: 'Poppins', sans-serif;font-style: normal;font-weight: 600;font-size: 14px;line-height: 18px;box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);border-radius: 4px;transition:all 0.5s;  padding: 13px 10px;
    min-width: 170px;  display: inline-block;  text-align: center;  box-sizing: border-box !important; border:1px solid #ffffff}
.white_fill_purple_text_button a{background:#ffffff; color:#48096C;   }
.white_fill_purple_text_button a:hover{background:#48096C; color:#fff;}
.purple_fill_button a{background:#48096C; color:#ffffff; box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1); border:1px solid #48096C}
.purple_fill_button a:hover{background:#ffffff;color:#48096C}

body.benefits_lp_template .header_section,body.benefits_thankyou_template .header_section{position:absolute;z-index: 1;}
body.benefits_lp_template .header_section .header_inner_wrap .header_right_column .row-fluid-wrapper.row-depth-2.row-number-3 .row-fluid,body.benefits_thankyou_template .header_section .header_inner_wrap .header_right_column .row-fluid-wrapper.row-depth-2.row-number-3 .row-fluid { display: flex; justify-content: flex-end;}
body.benefits_lp_template .header_section .header_inner_wrap .header_right_column .row-fluid-wrapper.row-depth-2.row-number-3 .row-fluid > div,body.benefits_thankyou_template .header_section .header_inner_wrap .header_right_column .row-fluid-wrapper.row-depth-2.row-number-3 .row-fluid > div {  width: auto;}
body.benefits_lp_template .header_right_column .contact_us_button.purple_fill_button{margin-left:32px;}
body.benefits_lp_template .header_right_column .white_fill_purple_text_button a:hover{border:1px solid #48096C;}
/*--*/
body.benefits_lp_template .banner_module21 .banner_inner_wrapper .banner_form_column form input[type="submit"]{background:#48096C; color:#ffffff;border-color:#48096C}
body.benefits_lp_template .banner_module21 .banner_inner_wrapper .banner_form_column form input[type="submit"]:hover{background:#ffffff; color:#48096C;}
body.benefits_lp_template .banner_inner_wrapper .banner_content_column.text-left{max-width:590px;}
/*----*/
body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper.left_copy_right_image .bg-image{    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 35% 50%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 35% 50%);  height: 100%;width:100%;}
body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper.left_image_right_copy .bg-image {width:100%;}

body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper.left_copy_right_image .bg-image img{width: 100%;
    height: 100%;object-fit: cover; display:block}

body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper.left_image_right_copy{    align-items: unset;}
/*body.benefits_lp_template div#prezzee-smart-eGift-cards-section .section_inner_wrapper.left_image_right_copy .bg-image{position:absolute; height:100%;}*/
body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper.left_image_right_copy .bg-image img{width: 100%;
    height: 100%;object-fit: cover; object-position: right; display:block}
body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper.left_copy_right_image .section_content_column{padding-right:12%}
body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper.left_image_right_copy .section_content_column{padding-left:3%;}

body.benefits_lp_template .row-fluid [class*="span"] { min-height: auto;}
/*---*/
.copy_module .page-center{max-width:941px;}
.copy_module p{font-size:21px;}

/*---div#layout2-footer---*/
div#layout3-footer.footer-section,
div#layout2-footer.footer-section,div#layout4-footer.footer-section{background:#2B0840; padding:22px 0 13px}
div#layout3-footer.footer-section .footer_menu ul,
div#layout2-footer.footer-section .footer_menu ul,div#layout4-footer.footer-section .footer_menu ul {padding-left: 0; list-style:none; display: flex; margin: 19px -10px 0 -10px;}
div#layout3-footer.footer-section .footer_menu ul li,
div#layout2-footer.footer-section .footer_menu ul li,div#layout4-footer.footer-section .footer_menu ul li{width:33.333%; padding:0 10px;}
div#layout3-footer.footer-section .footer_menu ul li a,
div#layout2-footer.footer-section .footer_menu ul li a,div#layout4-footer.footer-section .footer_menu ul li a{font-size:18px; color:#fff;}
div#layout3-footer.footer-section .footer_menu ul li ul,
div#layout2-footer.footer-section .footer_menu ul li ul,div#layout4-footer.footer-section .footer_menu ul li ul{display:block; margin:19px 0 0}
div#layout3-footer.footer-section .footer_menu ul li ul li,
div#layout2-footer.footer-section .footer_menu ul li ul li,div#layout4-footer.footer-section .footer_menu ul li ul li{width:100%; padding:0;}
div#layout3-footer.footer-section .footer_menu ul li ul li a,
div#layout2-footer.footer-section .footer_menu ul li ul li a,div#layout4-footer.footer-section .footer_menu ul li ul li a{font-size:15px; line-height:30px;display: flex;    align-items: center;}
div#layout3-footer.footer-section .footer_menu ul li ul li a:hover,
div#layout2-footer.footer-section .footer_menu ul li ul li a:hover,div#layout4-footer.footer-section .footer_menu ul li ul li a:hover{color: #FFFFFFB2;  text-decoration-color: #FFFFFFB2; text-decoration:underline;}
div#layout3-footer.footer-section .footer_menu ul li ul li a:hover img,
div#layout2-footer.footer-section .footer_menu ul li ul li a:hover img,div#layout4-footer.footer-section .footer_menu ul li ul li a:hover img {
    opacity: 0.6;
}
div#layout3-footer.footer-section .footer_menu ul li ul li a img,
div#layout2-footer.footer-section .footer_menu ul li ul li a img,div#layout4-footer.footer-section .footer_menu ul li ul li a img{margin-right:5px;}
div#layout3-footer.footer-section .Footer_subscription.section .footer_email_subscription,
div#layout2-footer.footer-section .footer_right_column .newsletter-form{position:relative; margin-top:19px;}
div#layout2-footer.footer-section .footer_right_column .footer_email_subscription input[type="email"]{background: #F6F7F9;border: 1px solid #4B4B4B;border-radius: 4px; height:50px;width: 69%;}
div#layout3-footer.footer-section .Footer_subscription.section .footer_email_subscription input[type="email"]::placeholder{color:#fff}
div#layout3-footer.footer-section .Footer_subscription.section .footer_email_subscription input[type="email"]{border-radius:10px; background:transparent; border: 1px solid #fff; height:50px;width: 66%;color:#fff}
.Footer_subscription .submitted-message { margin-top: 15px; color: #fff;}
div#layout2-footer.footer-section .footer_right_column .newsletter-form h3 {font-size: 18px; font-weight:normal; margin: 0;color:#1E1E1E;}
div#layout3-footer.footer-section .Footer_subscription h3{font-size: 18px; font-weight:normal; margin: 0;color:#fff;}
div#layout3-footer.footer-section .Footer_subscription .footer_email_subscription form,
div#layout2-footer.footer-section .footer_right_column .newsletter-form form{position:relative; margin-top:19px;}
div#layout3-footer.footer-section .Footer_subscription .footer_email_subscription form label,
div#layout2-footer.footer-section .footer_right_column .newsletter-form form label{display:none;}
div#layout3-footer.footer-section .Footer_subscription .footer_email_subscription form ul.no-list.hs-error-msgs label,
div#layout2-footer.footer-section .footer_right_column .newsletter-form form ul.no-list.hs-error-msgs label{display:block}
div#layout3-footer.footer-section .Footer_subscription .hs_submit.hs-submit,
div#layout2-footer.footer-section .footer_right_column .hs_submit.hs-submit { position: absolute; top: 0px; right: 0px;}
div#layout3-footer.footer-section .Footer_subscription .hs_submit.hs-submit input[type="submit"],
div#layout2-footer.footer-section .footer_right_column .hs_submit.hs-submit input[type="submit"]{background: #ED1E09;border-radius: 4px;    color: #fff;  border: none; padding: 10px 6px; min-width: 140px; box-sizing: border-box; min-height:50px;cursor: pointer;}
div#layout3-footer.footer-section .Footer_subscription .hs_submit.hs-submit input[type="submit"]{border-radius:10px; min-width: 150px; font-size: 16px; line-height: 18px;  margin: 0; font-weight: 600; height: 50px; padding-left: 30px; padding-right: 30px; padding-top: 0; padding-bottom: 0px;color: #444444; background-color:#FFFFFF; border-color: #FFFFFF; transition-duration: 80ms; transition-timing-function: ease-in-out; transition-property: background-color,border-color;}
div#layout3-footer.footer-section .Footer_subscription .hs_submit.hs-submit input[type="submit"]:hover{background-color: #E7E7E9;
    border-color: #E7E7E9;}
div#layout2-footer.footer-section .footer_right_column .hs_submit.hs-submit input[type="submit"]:hover{background:#BE1807}
div#layout3-footer.footer-section .Footer_subscription .row-fluid-wrapper.row-depth-2.row-number-5 > .row-fluid > div,
div#layout2-footer.footer-section .footer_right_column .row-fluid-wrapper.row-depth-2.row-number-5 > .row-fluid > div,div#layout4-footer.footer-section .footer_right_column .row-fluid-wrapper.row-depth-2.row-number-5 > .row-fluid > div { width: auto;}
div#layout3-footer.footer-section .Footer_subscription .row-fluid-wrapper.row-depth-2.row-number-5 > .row-fluid,
div#layout2-footer.footer-section .footer_right_column .row-fluid-wrapper.row-depth-2.row-number-5 > .row-fluid,div#layout4-footer.footer-section .footer_right_column .row-fluid-wrapper.row-depth-2.row-number-5 > .row-fluid { display: flex;}
div#layout4-footer.footer-section .footer_bottom_text {font-size: 12px;line-height: 20px;text-align: center;margin-bottom: 10px;}
div#layout3-footer.footer-section .Footer_subscription .footer_text p,
div#layout2-footer.footer-section .footer_right_column .footer_text p,div#layout4-footer.footer-section .footer_right_column .footer_text p { display: flex;  align-items: center;font-size:14px;}
div#layout3-footer.footer-section .Footer_subscription .footer_text p a,
div#layout2-footer.footer-section .footer_right_column .footer_text p a,div#layout4-footer.footer-section .footer_right_column .footer_text p a{font-size:14px; color:#276EF1; text-transform:uppercase;}
div#layout3-footer.footer-section .Footer_subscription .footer_text p a{color:#fff;}
div#layout3-footer.footer-section .Footer_subscription .footer_text p a:hover {color:#fff;}
div#layout2-footer.footer-section .footer_right_column .footer_text p a:hover,div#layout4-footer.footer-section .footer_right_column .footer_text p a:hover{color:#ED1E09;}
div#layout3-footer.footer-section .Footer_subscription .footer_text p img,
div#layout2-footer.footer-section .footer_right_column .footer_text p img,div#layout4-footer.footer-section .footer_right_column .footer_text p img{margin:0 10px;}
div#layout3-footer.footer-section .footer_bottom_row,
div#layout2-footer.footer-section .footer_bottom_row,div#layout4-footer.footer-section .footer_bottom_row {margin-top:50px;}
div#layout3-footer.footer-section .footer_bottom_row .copyright_text,
div#layout2-footer.footer-section .footer_bottom_row .copyright_text,div#layout4-footer.footer-section .footer_bottom_row .copyright_text{font-size: 12px;line-height: 20px;}
div#layout3-footer.footer-section .footer_bottom_row .copyright_text p,
div#layout2-footer.footer-section .footer_bottom_row .copyright_text p,div#layout4-footer.footer-section .footer_bottom_row .copyright_text p{margin:0px;color:#fff;}
div#layout3-footer.footer-section .Footer_subscription .app_header h6,
div#layout2-footer.footer-section .footer_right_column .app_header h6,div#layout4-footer.footer-section .footer_right_column .app_header h6{font-size:18px;color:#fff; margin-bottom:12px;font-weight:normal}
div#layout3-footer.footer-section .Footer_subscription .footer_text a,
div#layout3-footer.footer-section .Footer_subscription .footer_text { color: #fff;}
 div#layout3-footer .span8.footer_menu { width: 59.811966%;}
div#layout3-footer .span4.Footer_subscription.section{width: 37.623932%;}
div#layout4-footer {color: #fff;}




/*---*/
.footer-container.container-fluid .span12.widget-span.widget-type-global_group {min-height: unset;}
/*-----------------------------------
 *      demo_request_lpTemplate
--------------------------------------*/
body.demo_request_lpTemplate .header_section .site_logo {margin: 5px 0;}
body.demo_request_lpTemplate .header_section{box-shadow: 0px 10px 30px rgb(14 18 27 / 10%); position: relative;padding: 15px 0;position:absolute;z-index:3;background:#ffffff;}
body.demo_request_lpTemplate .header_section .header_menu ul { list-style: none; padding-left: 0;  margin: 10px 0 0 0; display: flex; justify-content: space-around;}
body.demo_request_lpTemplate .header_desktop .header_menu ul{ list-style: none;display: flex; justify-content: flex-end; align-items: center; margin:9px 0;}
body.demo_request_lpTemplate .header_desktop .header_menu ul li a,body.demo_request_lpTemplate .header_desktop_wrapper .header_menu ul li a { padding: 0px 18px;color:#1E1E1E;font-size: 18px;}
body.demo_request_lpTemplate .header_desktop .header_menu ul li a:hover,body.demo_request_lpTemplate .header_desktop_wrapper .header_menu ul li a:hover{color:#E30B17}
.grey_border_button a { border: 2px solid #1E1E1E;color: #1E1E1E; border-radius: 4px; padding: 9px 17px; display: inline-block;transition:all 0.5s;}
.grey_border_button a:hover{background:#1E1E1E; color:#ffffff;}
.book_a_demo_module{background-size:100%;background-repeat: no-repeat;}
.book_a_demo_module .page-center { max-width: 845px;}
.book_a_demo_module .section_inner_wrapper .content_box h1 {font-size: 80px;line-height: 1.12;margin-bottom: 40px;}
.book_a_demo_module .section_inner_wrapper .content_box h4 {font-family: Sofia Pro;font-weight: normal;font-size: 28px;line-height: 45px;}
.book_a_demo_module .content-row { background-size: cover;min-height: 1010px; padding-bottom:440px;position:relative; overflow:hidden;}
.book_a_demo_module .form-row .form_section { margin-top: -480px;}
.book_a_demo_module .form-row  .contact_us_text { margin-top: 55px;}
.book_a_demo_module .form-row  .contact_us_text a{color:#263557}
.book_a_demo_module .form-row  .contact_us_text a:hover{color:#e30b17}


.book_a_demo_module form{background:#fff; max-width:777px; margin:0 auto; padding:44px  58px 44px 49px; border-radius:20px;box-shadow: 0px 40px 200px rgba(0, 0, 0, 0.08);margin-top:84px;}
.book_a_demo_module form fieldset{max-width:100%;color: #1D263A;}
.book_a_demo_module form input[type="text"],
.book_a_demo_module form input[type="email"],
.book_a_demo_module form input[type="tel"],
.book_a_demo_module form input[type="date"],
.book_a_demo_module form select{width:100% !important;color: #1D263A;font-size: 16px;}
.book_a_demo_module form .hs-button.primary, .book_a_demo_module form input[type="submit"] {background-color: #E30B17;border-radius: 4px;margin: 0 auto;display: block;border: none;color: #fff;font-family: 'sofia-pro',sans-serif;font-size: 16px;text-align: center;letter-spacing: 0.01em;cursor: pointer;padding: 12.5px 14px 15.5px;line-height: normal;min-width: 361px;margin-top: 25px;border: 1px solid #e30b17;transition: .25s;-webkit-transition: .25s}
.book_a_demo_module form .hs-button.primary:hover, .book_a_demo_module form input[type="submit"]:hover{background-color:transparent;color: #E30B17;}
.book_a_demo_module form .hs-form-field > label {color: #1D263A;font-size: 16px;line-height: 16px;display: block;margin: 0 0 10px;}
.book_a_demo_module form fieldset .hs-form-field .input {margin:0 !important;}
.book_a_demo_module form fieldset.form-columns-2 .hs-form-field:first-child {padding-right:13px;}
.book_a_demo_module form fieldset.form-columns-2 .hs-form-field:last-child {padding-left:13px;}
.book_a_demo_module .content-row .mobile-bg-img { position: absolute; width: 100%; height: 100%; background-size: 100%;top: 60px;}
@media all and(min-width:768px){
.book_a_demo_module .content-row .mobile-bg-img { display:none;}
}
label.hs-form-booleancheckbox-display {display: flex !important;}
.legal-consent-container .hs-form-booleancheckbox-display>span {margin-left: 15px !important;}

/*-demo_request_module21-*/
.demo_request_module21 { display: flex; flex-wrap: wrap;  height: 100vh; padding: 77px 0 0 0;}
.demo_request_module21 > div {width: 100%;}
.demo_request_module21 .section_left_column {  display: flex;  align-items: flex-end; background-size:cover;position: relative;padding: 0 0 0% 0;
    max-width: 48.5%; }
.demo_request_module21 .section_left_column .overlay{width:100%; height:100%; position:absolute; top:0; left:0}
.demo_request_module21 .section_left_column .content_box{max-width:506px; width:100%;  padding-bottom:10%; }
.demo_request_module21 .section_left_column .content_box h1{font-size:55px; color:#fff;}
.demo_request_module21 .section_right_column{max-width:51.5%;display: flex; align-items: center;   justify-content: center;    padding: 2% 3%;}
.demo_request_module21 .section_right_column .page-center { max-width: 550px;}
.demo_request_module21 .section_right_column form select,
.demo_request_module21 .section_right_column form input { width: 100%;}
.demo_request_module21 .section_right_column form select.error,
.demo_request_module21 .section_right_column form input.error {background-color: rgba(227, 11, 23, 0.02);border:2px solid #E30B17;}
.demo_request_module21 .section_right_column form input[type="submit"],
.demo_request_module21 .section_right_column form input[type="ratio"],
.demo_request_module21 .section_right_column form input[type="checkbox"]{width:auto;}
.demo_request_module21 .section_right_column form fieldset.form-columns-1 input[type="text"],
.demo_request_module21 .section_right_column form fieldset.form-columns-1 input[type="email"],
.demo_request_module21 .section_right_column form fieldset.form-columns-1 input[type="tel"],
.demo_request_module21 .section_right_column form fieldset.form-columns-1 input[type="password"],
.demo_request_module21 .section_right_column form fieldset.form-columns-1 input[type="tel"],
.demo_request_module21 .section_right_column form fieldset.form-columns-1 select { width: 100%;}
.demo_request_module21 .section_right_column form input[type="submit"]{background:#48096c; border:none; box-shadow:none;font-size: 16px;letter-spacing: 0.01em;color:#ffffff; width:100%;border-radius: 4px; min-height:50px; cursor:pointer;transition:all 0.5s; -webkit-appearance: none; -moz-appearance:none; appearance: none;    border-radius: 10px;}
.demo_request_module21 .section_right_column form input[type="submit"]:hover{background:#2B0840; }
.demo_request_module21 .section_right_column form label{margin-bottom:10px; display:inline-block}
.demo_request_module21 .section_right_column form select {background-image:url(https://4539511.fs1.hubspotusercontent-na1.net/hubfs/4539511/2021_Prezzee_Business/Benefits/slect-icon.png);background-repeat: no-repeat;  background-position: 97% 50%;}
.demo_request_module21 .section_right_column form ul.hs-error-msgs{padding-left:1.5em; list-style-type: disc; color:#E30B17; padding-left:0; list-style:none;}
.demo_request_module21 .section_right_column form ul.hs-error-msgs label{font-size:14px;}
.demo_request_module21 .section_right_column form .hs-richtext p { font-size: 14px;}
.demo_request_module21 .section_right_column form a,
.demo_request_module21 .section_right_column form .hs-richtext p a{color:#276ef1}
.demo_request_module21 .section_right_column .form_box h3 { font-weight: bold;  font-size: 28px;color:#1D263A; margin-top:0px;margin-bottom:25px;}
.demo_request_module21 .section_right_column .form_box h3 span{color:#1D263A;font-size:16px;margin:0px;display:block; margin-top:5px; line-height:1.3em; font-weight:normal;}
.demo_request_module21 .section_right_column .form_head p{color:#1D263A;font-size:16px;margin:0px;}
/*.demo_request_module21 .section_right_column .form_box .submitted-message, .demo_request_module21 .section_right_column .form_box .submitted-message h3 {color: green;}*/
body .section_right_column form input[type="checkbox"] { /* width:30px !important; */ transform: scale(1.2);-webkit-transform: scale(1.2);margin-top: 7px;} 

.font-pink{color:#ff978c;}







.header_desktop_wrapper .hedaer_right_column .red_border_button a, .hedaer_right_column .red_fill_button a {padding: 12px 10px 14px;text-align: center;min-width: 145px;display: inline-block;box-sizing: border-box !important;}
.header_desktop_wrapper .hedaer_right_column .red_border_button {width: auto;}
.header_desktop_wrapper .hedaer_right_column .red_fill_button {width: auto;margin-left: 16px;}
.header_desktop_wrapper .hedaer_right_column>.row-fluid-wrapper>.row-fluid {display: flex;justify-content: flex-end;flex-wrap:wrap;}


/*--------------------
 *      Footer css
 * -------------------*/
.gray_fill_bg{background:#313E49}
.footer-section.gray_fill_bg { color:#ffffff;}
.footer-menu .hs-menu-wrapper ul { list-style: none; padding-left: 0px;}
.footer-menu .hs-menu-wrapper > ul { display: flex; flex-wrap: wrap;}
.footer-menu .hs-menu-wrapper > ul > li{ padding-right:30px; max-width: 33.3333%; width: 100%;}
.footer-menu .hs-menu-wrapper > ul > li > a{color:#fff; font-size:18px;}
.footer-menu .hs-menu-wrapper > ul > li > ul{margin-top:19px;}
.footer-menu .hs-menu-wrapper > ul > li > ul li a{color:#ffffff; font-size:15px; line-height:38px;}
.footer-menu .hs-menu-wrapper > ul > li > ul li a:hover{opacity:0.7; text-decoration:underline;}
.footer-section .footer_inner_wrapper .copyright_text { font-size: 12px; line-height: 20px; margin-top:1em}
.footer-menu .hs-menu-wrapper>ul>li>ul li a i { height: 24px; width: 24px; border-radius: 100%; background: #fff;  line-height: 24px; text-align: center;  color: #273139; font-size: 13px;}

body .footer-section .footer_inner_wrapper .copyright_text { font-size: 12px; line-height: 20px; margin-top: 1em; width: 100%; text-align: center; margin-left: 0; }
/**********Popup css here (2 March 2022)***********/
.popup-banner-module {background-repeat: no-repeat;background-size: cover;padding: 170px 0px;
position: fixed;width: 98%;margin: 0 auto;z-index: 101;top: 50%;left: 50%;transform:translate(-50%, -50%);max-width:1100px;background-position: center;border-radius: 10px;box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.popup-banner-module .page-center {position: unset;max-width: 1000px;}
.popup-banner-module .close-button {position: absolute;right: 5px;top:-9px;}
.popup-banner-module .close-button a span {height: 20px;width: 4px;display: block;background-color: #f6d1bb;transform: rotate(54deg);}
.popup-banner-module .close-button a span:last-child {transform: rotate(130deg);margin-top: -20px;}
.popup-banner-module .popup-left-col .popup-button {margin-bottom: 40px;}

body.show_popup {overflow: hidden;}
body.show_popup:after {content: '';width: 100%;height: 100%;position: fixed;left: 0;top: 0;background: rgba(38,47,61,0.5);z-index: 100;}

.popup-banner-module .popup-button.purple_fill_button a,.popup-banner-module .popup-button.red_fill_button a {font-family: 'sofia-pro',sans-serif;font-size: 18px;padding: 16px 50px;box-sizing: border-box;display: inline-block;border-radius: 5px;line-height: 18px;font-weight: 600;}
.popup-banner-module .popup-left-col .popup-button:last-child {margin-bottom: 0px;}

/**------------------------------------------
 *      Media query start here
 * -------------------------------------------*/

@media all and  (max-width:1600px){
.two_column_image_copy_module21 .section_inner_wrapper.left_copy_right_image .section_content_column{padding-left: 10%; padding-right: 3%;}
  .two_column_image_copy_module21 .section_inner_wrapper.left_image_right_copy .section_content_column{padding-right: 10%;    padding-left: 3%;}

}
@media all and  (max-width:1400px){
.two_column_image_copy_module21 .section_inner_wrapper.left_copy_right_image .section_content_column{padding-left: 4%; padding-right: 3%;}
  .two_column_image_copy_module21 .section_inner_wrapper.left_image_right_copy .section_content_column{padding-right: 4%;    padding-left: 3%;}

}
@media all and  (max-width:1140px){div#header_for_mobile.visible-phone {
    display: block !important;
}
}
@media all and  (max-width:1299px){
  body.demo_request_lpTemplate .header_desktop.visible-desktop .row-fluid-wrapper.row-depth-1.row-number-4 > .row-fluid { display: flex; justify-content: space-between;}
body.demo_request_lpTemplate .header_desktop.visible-desktop .row-fluid-wrapper.row-depth-1.row-number-4 > .row-fluid > div {width: auto;}
  body.demo_request_lpTemplate .header_desktop .header_menu ul{padding-left:0px;}
  body.demo_request_lpTemplate .header_desktop .header_menu ul li a{display:inline-block;}
}

@media all and  (max-width:1200px){
.two_column_image_copy_module21 .section_inner_wrapper.left_copy_right_image .section_content_column{padding-left: 15px; padding-right: 3%;}
  .two_column_image_copy_module21 .section_inner_wrapper.left_image_right_copy .section_content_column{padding-right: 15px;   padding-left: 3%;}
}
@media all and (max-width:1199px) and (min-width:1025px){
.demo_request_module21 .section_left_column.visible-desktop {display: flex !important;}
}

@media all and (max-width:1139px){
body.demo_request_lpTemplate .header_section .header_mobile .mobile-toggle { position: absolute;  width: auto;}
body.demo_request_lpTemplate .header_section .header_mobile .site_logo {  width: 100%;  text-align: center;}
  body.demo_request_lpTemplate .header_section .header_mobile .mobile-toggle a {
    display: inline-block;  font-size: 20px;  margin: 6px 0;color:#313E49;}
  body.demo_request_lpTemplate .header_section .header_mobile .mobile-toggle a:hover{color:#e30b17}
 body.demo_request_lpTemplate .header_section  .mobile_data_wrapper { left: -100%; transition: all 0.5s;  position: absolute; width:100%;   display: block !important;}
   body.demo_request_lpTemplate .header_section .mobile_data_wrapper.mobile_open { display: block !important;  position: relative;   left: 0;}
  body.demo_request_lpTemplate .header_section .mobile_data_wrapper .header_menu ul{list-style:none; padding-left:0; }
  body.demo_request_lpTemplate .header_section .mobile_data_wrapper .header_menu ul li{margin-bottom:12px;}
  body.demo_request_lpTemplate .header_section .mobile_data_wrapper .header_menu ul li a{color:#313E49;    font-size: 22px;}
  body.demo_request_lpTemplate .header_section .mobile_data_wrapper .header_menu ul li a:hover{color:#E30B17}
  body.demo_request_lpTemplate .header_section .mobile_data_wrapper .header_cta { margin: 10px 0;}
  body.demo_request_lpTemplate .header_section .mobile_data_wrapper .header_cta a{min-width:200px; text-align:center; box-sizing: border-box !important;}
  div#layout3-footer .span4.Footer_subscription.section{width:515px;}
  div#layout3-footer .span8.footer_menu {width: 100%;}
 body.demo_request_lpTemplate .header_menu { display: none;}
  body.demo_request_lpTemplate  .header_mobile_wrapper.mobile_open .header_menu { display: block;}
  body.demo_request_lpTemplate .mobile-toggle.hidden-desktop a { width: 30px;  display: block; height:19px;    position: relative;}
  body.demo_request_lpTemplate .mobile-toggle.hidden-desktop a span { height: 3px;  background: black; display: block;   margin: 5px 0;transition:all 0.3s}
  body.demo_request_lpTemplate.enable_mobile_js .mobile-toggle.hidden-desktop a span:nth-child(1) {transform: rotate(45deg); position: absolute;  left: 0;  width:100%;}
  body.demo_request_lpTemplate.enable_mobile_js .mobile-toggle.hidden-desktop a span:nth-child(2) {
    display: none;
}
  body.demo_request_lpTemplate.enable_mobile_js .mobile-toggle.hidden-desktop a span:nth-child(3) {
    transform: rotate(
-45deg);
    position: absolute;
    left: 0;
    width: 100%;
}
  body.demo_request_lpTemplate .header_mobile_wrapper.mobile_open {  width: 100%;    position: absolute;  top: 100%; background: #fff; left: 0; padding: 20px;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);}
  body.demo_request_lpTemplate .hedaer_right_column .sign-in.red_border_button,
  body.demo_request_lpTemplate .hedaer_right_column .sign-up.red_fill_button{ display: none;}
body.demo_request_lpTemplate  .header_mobile_wrapper { width: 0;overflow: hidden; transition: all 0.3s;}
  body.demo_request_lpTemplate .mobile-toggle.hidden-desktop {  margin-top: 10px;}
  body.demo_request_lpTemplate .header_section .header_mobile_wrapper.mobile_open .header_menu ul{display:block; border-bottom: 1px solid #C4C4C4;padding-bottom: 15px;    margin-bottom: 20px;}
  body.demo_request_lpTemplate .header_section .header_mobile_wrapper.mobile_open .header_menu ul li a{color:#263557}
  body.demo_request_lpTemplate .header_section .header_mobile_wrapper.mobile_open .header_menu ul li a:hover{color:#e30b17}
  body.demo_request_lpTemplate .header_section .header_mobile_wrapper.mobile_open  .sign-in.red_border_button { margin-bottom: 10px;}
    
  body.demo_request_lpTemplate .header_section .mobile_data_wrapper.mobile_open .header_menu {display: block;}
  body.demo_request_lpTemplate .header_section .mobile_data_wrapper.mobile_open .header_menu ul {width: 100%;display: inline-block;margin: 20px 0 0 0;}
  body.demo_request_lpTemplate .header_section .mobile_data_wrapper.mobile_open .header_menu ul li {width: 100%;display: inline-block;}
  body.demo_request_lpTemplate .header_section .mobile_data_wrapper.mobile_open .header_menu ul li a {width: 100%;display: inline-block;font-size: 18px; text-decoration: none; font-weight: 200; font-family: 'Sofia Pro';}
  body.demo_request_lpTemplate .header_section .mobile_data_wrapper {transition: none;}
}
@media all and (max-width:1024px){
  .banner_module21 .banner_inner_wrapper .banner_content_column h1, 
  .banner_TYmodule21 .banner_inner_wrapper .banner_content_column h1{font-size:45px;}
  
  .banner_TYmodule21 .banner_inner_wrapper .banner_content_column.text-right, 
  .banner_TYmodule21 .banner_inner_wrapper .banner_content_column.text-left {max-width: 445px;}
  
body.benefits_lp_template .banner_TYmodule21::before, 
  body.benefits_thankyou_template .banner_TYmodule21::before {
    content: "";
    position: absolute;
    width: 75%;
    height: 100%;
    background: rgb(29,38,58);
    background: linear-gradient(
90deg, rgba(29,38,58,1) 0%, rgba(29,38,58,1) 60%, rgba(29,38,58,0) 100%);
    top: 0;
}  
  
  body.benefits_lp_template div#prezzee-smart-eGift-cards-section .section_inner_wrapper.left_image_right_copy .bg-image{height:auto;}
  body.benefits_thankyou_template .banner_TYmodule21::before,
  body.benefits_lp_template.benefits_lp_template .banner_TYmodule21::before{ background: rgb(242,241,242);
    background: linear-gradient(
90deg, rgba(242,241,242,1) 0%, rgba(242,241,242,1) 60%, rgba(242,241,242,0) 100%);}
  
  .demo_request_module21 .section_right_column{max-width:100%;}
  body.benefits_lp_template .banner_inner_wrapper .banner_content_column.text-left{max-width:400px;}
}

@media all and  (max-width:991px){
 div#one-card-au .section_image_column .bg-image{max-height:855px;}
  div#header_for_web .red_border_button a, div#header_for_web .red_fill_button a{font-size: 14px;
    padding: 10.5px 20px;}
  
  /*.banner_TYmodule21 .banner_inner_wrapper .banner_content_column h1,
.banner_module21 .banner_content_column .content_box h1 { font-size: 72px;}*/
  .logo_testimonial_slider_module21 .testimonial_slide_item .slide_icon{margin-right:15px;}
  
 body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper{flex-wrap:wrap;}
 body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper > div {width:100% !important;}
 body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper.left_copy_right_image .section_image_column{order:0;}
 body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper.left_copy_right_image .section_content_column{order:1;}
 body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper .section_image_column .bg-image{position:relative;    width: 100%;}
  .two_column_image_copy_module21 .section_inner_wrapper .image_box,
 body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper .image_box{padding:0 30px; text-align:center; margin-top:-317px;}
  .two_column_image_copy_module21 .section_inner_wrapper .image_box img,
 body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper .image_box img {}
 body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper .mobile_image img {width: 100%;}
 body.benefits_lp_template div#prezzee-smart-eGift-cards-section .section_inner_wrapper.left_image_right_copy .bg-image{height:100%;}

 body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper.left_image_right_copy .section_content_column{padding-left:15px;}
 body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper.left_copy_right_image .section_content_column {  padding-right: 15px;}
  body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper.left_copy_right_image .bg-image{clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 65%, 0 100%); -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 65%, 0 100%);}
  body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper.left_copy_right_image .image_box img { max-width: 500px!important;width: 100%;}
}
@media all and (max-width:991px) and (min-width:768px){
  body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper .image_box{}
body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper.left_copy_right_image .image_box img { max-width: 500px!important;width: 100%;}

}
@media all and  (max-width:767px){
h1 {font-size: 40px;}
h2 {font-size: 40px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
  body.benefits_lp_template.benefits_lp_template .banner_module21::before{display:none;}
  .benefits_lp_template .banner_module21 {
  
    background-position: 15% 0%;
}
  .banner-mobile-image img{width:100%}
/*   div#header_for_web .mobile-logo {
    display: block;
}
div#header_for_web .header_inner_wrap .site-logo {
    display: none;
} */
  .banner_TYmodule21 {height:auto;flex-wrap:wrap;}
  .banner_TYmodule21 .banner-mobile-image{display:block;}
  .banner_module21 .banner_inner_wrapper{flex-wrap:wrap;}  
  .banner_module21 .banner_inner_wrapper > div {width: 100% !important;text-align:center;}
  .banner_module21 .banner_inner_wrapper .banner_content_column .content_box{max-width:100%; text-align:center;margin-bottom: 30px;}
  
  .banner_TYmodule21 .banner_inner_wrapper .banner_content_column h1{font-size:42px;}
  .banner_module21 .banner_inner_wrapper .banner_content_column .content_box{text-align:center}
  .banner_module21 .banner_inner_wrapper .banner_content_column .content_box h1{font-size:40px;    line-height: 2.6rem;}
  .banner_TYmodule21 .banner_inner_wrapper .banner_content_column h4,
  .banner_module21 .banner_inner_wrapper .banner_content_column .content_box h3,
  .banner_module21 .banner_inner_wrapper .banner_content_column .content_box h4{font-size:22px;}
  .banner_module21 .banner_inner_wrapper .banner_form_column .form_box{
    padding: 25px 35px 35px 35px;}
  .icon_copy_repeater_module21 .section_repeater_row>div {max-width: 47.333%;margin: 1.33%;}
  .two_column_image_copy_module21 .section_inner_wrapper{flex-wrap:wrap;}
  .two_column_image_copy_module21 .section_inner_wrapper > div {width:100% !important;}
  .two_column_image_copy_module21 .section_inner_wrapper.left_copy_right_image .section_image_column{order:0;}
  .two_column_image_copy_module21 .section_inner_wrapper.left_copy_right_image .section_content_column{order:1;}
  .two_column_image_copy_module21 .section_inner_wrapper .section_image_column.enable_mobile_img .bg-image {display: none;}
  .two_column_image_copy_module21 .section_inner_wrapper .section_image_column .bg-image{position:relative;     width: 100%;}
  .two_column_image_copy_module21 .section_inner_wrapper .image_box{padding:0px; text-align:center;}
  .two_column_image_copy_module21 .section_inner_wrapper .image_box img { }
  .two_column_image_copy_module21 .section_inner_wrapper .mobile_image img {width: 100%;}
  .two_column_image_copy_module21 .section_inner_wrapper.left_image_right_copy .section_image_column .image_box{text-align:center;}
  .logo_testimonial_slider_module21 .company_logo_section > div{    max-width: 50%; width: 100%; text-align: center;}
  .logo_testimonial_slider_module21 .company_logo_section{flex-wrap:wrap;}
  .logo_testimonial_slider_module21 .testimonial_slide_item{flex-wrap:wrap;}
  .logo_testimonial_slider_module21 .testimonial_slide_item .slide_icon {margin-right: 0; margin-bottom: 25px;}
  .logo_testimonial_slider_module21 .testimonial_slide_item .quote_text h5{font-size:16px; line-height:1.4em;}
  .logo_testimonial_slider_module21 .testimonial_slide_item .company_name p{font-size:16px;}
  div#prezzee-smart-eGift-cards-section .image_box{margin-top:0px;}
  
   div#header_for_web .header_inner_wrap > .row-fluid-wrapper.row-depth-1.row-number-4 .row-fluid {    display: flex;    justify-content: space-between;    width: 100%;     align-items: center;}
  div#header_for_web .site-logo { max-width: 300px;  width: 100%;}
  div#header_for_web .site-logo img { width: 100% !important;}
  div#header_for_web .header_right_column { max-width: 100%; width: 100%; /* display:none; */ }
  .two_column_image_copy_module21 .column_button{text-align:center;}
  body.benefits_lp_template div#header_for_web,
  body.benefits_thankyou_template div#header_for_web{display:none}
 body.benefits_thankyou_template .banner_TYmodule21,
  body.benefits_lp_template .banner_TYmodule21{background-position:15% 0%;}
  
 
   body.benefits_thankyou_template .banner_TYmodule21 .banner_inner_wrapper .banner_content_column.text-left,
 body.benefits_lp_template .banner_TYmodule21 .banner_inner_wrapper .banner_content_column.text-left{max-width:100%;}
  
  body.benefits_thankyou_template .banner_TYmodule21{background-color:#f2f1f2 !important;}
   body.benefits_thankyou_template .banner_TYmodule21{padding-top:48%; background-size:contain; background-repeat:no-repeat;background-color:#1d263a }
  body.benefits_lp_template .banner_TYmodule21::before{display:none}
  body.benefits_thankyou_template .banner_TYmodule21.mobile-bg-active::before{display:none;}
body.benefits_thankyou_template .banner_TYmodule21.mobile-bg-active { background-image: none !important;  padding-top: 0;}
  
   body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper .section_content_column{padding-top:0px;}
  
  div#layout2-footer.footer-section .footer_right_column .newsletter-form{margin-top:25px; margin-bottom:25px;}
  .two_column_image_copy_module21 .section_inner_wrapper.left_copy_right_image .mobile_image {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 65%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 65%, 0 100%);}
  body.benefits_lp_template div#prezzee-business-benefit-section .section_header {  margin-bottom: 30px;}
  body.benefits_lp_template .icon_copy_repeater_module21 .section_button {  margin-top: 25px;}
  .copy_module p {font-size: 18px;}
  body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper.left_image_right_copy .section_content_column{padding-right:15px;}
  body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper.left_copy_right_image .section_content_column{padding-left:15px; padding-top: 30px;}
   
  div#layout2-footer.footer-section  .footer_menu ul,div#layout4-footer.footer-section  .footer_menu ul{flex-wrap:wrap;}
  div#layout2-footer.footer-section  .footer_menu ul li,div#layout4-footer.footer-section  .footer_menu ul li { width: 100%; margin-bottom:19px;}
  div#layout2-footer.footer-section  .footer_menu ul li ul li,div#layout4-footer.footer-section  .footer_menu ul li ul li { margin: 0;}

  div#layout2-footer.footer-section,div#layout4-footer.footer-section { padding: 30px 0 30px;}
  div#layout2-footer .footer-top-row .row-fluid-wrapper.row-depth-1.row-number-4 > .row-fluid,div#layout4-footer .footer-top-row .row-fluid-wrapper.row-depth-1.row-number-4 > .row-fluid { display: flex; flex-wrap: wrap;}
  div#layout2-footer .footer-top-row .row-fluid-wrapper.row-depth-1.row-number-4 > .row-fluid .footer_left_column,div#layout4-footer .footer-top-row .row-fluid-wrapper.row-depth-1.row-number-4 > .row-fluid .footer_left_column { order: 1;}
  div#layout2-footer .footer-top-row .row-fluid-wrapper.row-depth-1.row-number-4 > .row-fluid .footer_right_column,div#layout4-footer .footer-top-row .row-fluid-wrapper.row-depth-1.row-number-4 > .row-fluid .footer_right_column {order: 0;margin-bottom: 27px;}
  div#layout2-footer.footer-section .footer_right_column .app_header h6,div#layout4-footer.footer-section .footer_right_column .app_header h6{margin-bottom:24px;}
  div#layout2-footer.footer-section .footer_bottom_row .copyright_text,div#layout4-footer.footer-section .footer_bottom_row .copyright_text{text-align:left;font-size: 12.8906px;line-height: 23px;}
  div#layout2-footer.footer-section .footer_bottom_row ,div#layout4-footer.footer-section .footer_bottom_row { margin-top: 0;}
  div#layout2-footer.footer-section .footer_right_column .row-fluid-wrapper.row-depth-2.row-number-5>.row-fluid .footer-btn:last-child,div#layout4-footer.footer-section .footer_right_column .row-fluid-wrapper.row-depth-2.row-number-5>.row-fluid .footer-btn:last-child { margin-left: 5px;}
  div#layout2-footer.footer-section .footer_bottom_row .copyright_text,div#layout4-footer.footer-section .footer_bottom_row .copyright_text{margin-top:11px; text-align:center;}
  /*---*/
  body.demo_request_lpTemplate .header_section{max-width:100%; width:100%;}
  .demo_request_module21 .section_right_column{padding:30px 15px;} 
  
  
  body.benefits_lp_template.benefits_lp_template .banner_module21{position:relative;}
  body.benefits_lp_template.benefits_lp_template .banner_module21::before{background:linear-gradient(160deg,rgba(242,241,242,1) 0%,rgba(242,241,242,1) 60%,rgba(242,241,242,0) 100%); content: "";  position: absolute;  width: 100%; height: 30%; top:0}
  
   div#layout3-footer  .footer-top-row .row-fluid-wrapper.row-depth-1.row-number-4>.row-fluid { display: flex; flex-wrap: wrap;}
  div#layout3-footer .span8.footer_menu{order:1;}
  div#layout3-footer.footer-section .footer_menu ul{flex-wrap:wrap;}
  div#layout3-footer.footer-section .footer_menu ul li{width:100%;}
  div#layout3-footer.footer-section .footer_menu .hs-menu-wrapper> ul > li{margin:15px 0;}
  
  
  body.demo_request_lpTemplate .header_section .hedaer_right_column { position: absolute;   right: 15px;   TOP: 0;}
  .book_a_demo_module .section_inner_wrapper .content_box h1{  font-size:56px; line-height:60px;}
  .book_a_demo_module .section_inner_wrapper .content_box h4{font-size:24px;line-height: 40px;}
  .book_a_demo_module .content-row .content_box.font-white.text-center { max-width: 450px; margin: 0 auto;}
  
/*   .benefits_lp_template div#header_for_web {display: inline-block !important;}
  .benefits_lp_template div#header_for_web .header_right_column {display: inline-block;}
  .benefits_lp_template div#header_for_web .header_inner_wrap .site-logo {display: inline-block;}
  .benefits_lp_template div#header_for_web .header_inner_wrap .site-logo.layout1-logo {display: none;}
  .benefits_lp_template div#header_for_web .site-logo img { width: auto !important; } */
}

@media all and  (max-width:680px){
div#header_for_web .site-logo {
    max-width: 170px;
}
  
}
@media all and  (max-width:620px){
.icon_copy_repeater_module21 .section_repeater_row>div {
    max-width: 350px;
    margin: 15px 1.33%;}
  .footer-menu .hs-menu-wrapper>ul>li {
    padding-right: 0px;
    max-width: 100%; padding-bottom:30px;}
  .book_a_demo_module .section_inner_wrapper .content_box h4,
  .book_a_demo_module .section_inner_wrapper .content_box h1{text-shadow: 0px 0px 20px rgb(0 0 0 / 40%);}
  .two_column_image_copy_module21 .section_inner_wrapper .image_box, body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper .image_box{margin-top: -240px;}
  .two_column_image_copy_module21 .section_inner_wrapper .image_box img,
  body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper.left_copy_right_image .image_box img {max-width: 390px !important;}
}

@media all and (max-width:520px){
div#header_for_web .red_border_button a, div#header_for_web .red_fill_button a {
    font-size: 12px;
    padding: 8.5px 14px;
}
  .book_a_demo_module form .hs-button.primary, .book_a_demo_module form input[type="submit"]{min-width:200px;}
}
@media all and (max-width:480px){
  .demo_request_module21 .section_right_column form select,
.demo_request_module21 .section_right_column form input { width: 100% !important;}
  .book_a_demo_module form{padding:25px 20px 30px 20px}
  .book_a_demo_module form fieldset.form-columns-2 .hs-form-field:last-child{padding-left:0px;}
  body.demo_request_lpTemplate .header_section .header_mobile_wrapper.mobile_open .sign-in.red_border_button a,
  body.demo_request_lpTemplate .header_section .header_mobile_wrapper.mobile_open .sign-up.red_fill_button a{  width: 100%;box-sizing: border-box !important;    text-align: center;}
  body .section_right_column form input[type="checkbox"] {width: auto !important;}
}
@media all and (max-width:450px){
  div#header_for_web .header_inner_wrap>.row-fluid-wrapper.row-depth-1.row-number-4 .row-fluid{flex-wrap:wrap; justify-content: center;}
  div#header_for_web .red_border_button.create-account_button {
    margin-right: 10px;
}
}
@media all and (max-width:420px){
  div#layout3-footer.footer-section .Footer_subscription.section .footer_email_subscription input[type="email"]{width:100%;}
  div#layout3-footer.footer-section .Footer_subscription .hs_submit.hs-submit { position: relative;top: auto;  margin-top: 15px;
}
  .two_column_image_copy_module21 .section_inner_wrapper .image_box,
  body.benefits_lp_template .two_column_image_copy_module21 .section_inner_wrapper .image_box{margin-top: -120px;}
  .logo_testimonial_slider_module21 .testimonial_slide_item{    padding: 35px 50px 35px 50px;}
}