@font-face {
  font-family: "HelveticaNeue";
  src: url("/fonts/HelveticaNeue-Regular.eot"); /* IE9 Compat Modes */
  src: url("/fonts/HelveticaNeue-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/fonts/HelveticaNeue-Regular.otf") format("opentype"), /* Open Type Font */
    url("/fonts/HelveticaNeue-Regular.svg") format("svg"), /* Legacy iOS */
    url("/fonts/HelveticaNeue-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/fonts/HelveticaNeue-Regular.woff") format("woff"), /* Modern Browsers */
    url("/fonts/HelveticaNeue-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 400;
  font-style: normal;
   font-display: swap; 
}

@font-face {
  font-family: "HelveticaNeue-Bold";
  src: url("/fonts/HelveticaNeue-Bold.eot");
  src: url("/fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"),
    url("/fonts/HelveticaNeue-Bold.otf") format("opentype"),
    url("/fonts/HelveticaNeue-Bold.svg") format("svg"),
    url("/fonts/HelveticaNeue-Bold.ttf") format("truetype"),
    url("/fonts/HelveticaNeue-Bold.woff") format("woff"),
    url("/fonts/HelveticaNeue-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue-Light";
  src: url("/fonts/HelveticaNeue-Light.eot"); /* IE9 Compat Modes */
  src: url("/fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/fonts/HelveticaNeue-Light.otf") format("opentype"), /* Open Type Font */
    url("/fonts/HelveticaNeue-Light.svg") format("svg"), /* Legacy iOS */
    url("/fonts/HelveticaNeue-Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/fonts/HelveticaNeue-Light.woff") format("woff"), /* Modern Browsers */
    url("/fonts/HelveticaNeue-Light.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue-Medium";
  src: url("/fonts/HelveticaNeue-Medium.eot"); /* IE9 Compat Modes */
  src: url("/fonts/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/fonts/HelveticaNeue-Medium.otf") format("opentype"), /* Open Type Font */
    url("/fonts/HelveticaNeue-Medium.svg") format("svg"), /* Legacy iOS */
    url("/fonts/HelveticaNeue-Medium.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/fonts/HelveticaNeue-Medium.woff") format("woff"), /* Modern Browsers */
    url("/fonts/HelveticaNeue-Medium.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeue-Italic";
  src: url("/fonts/HelveticaNeue-RegularItalic.eot"); /* IE9 Compat Modes */
  src: url("/fonts/HelveticaNeue-RegularItalic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/fonts/HelveticaNeue-RegularItalic.otf") format("opentype"), /* Open Type Font */
    url("/fonts/HelveticaNeue-RegularItalic.svg") format("svg"), /* Legacy iOS */
    url("/fonts/HelveticaNeue-RegularItalic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/fonts/HelveticaNeue-RegularItalic.woff") format("woff"), /* Modern Browsers */
    url("/fonts/HelveticaNeue-RegularItalic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}



.subtle-white-glow {
  box-shadow:
    0 0 3px 1px rgba(255, 255, 255, 0.7), /* Smaller inner white glow */
    0 0 8px 3px rgba(255, 255, 255, 0.5),   /* Smaller medium white glow */
    0 0 15px 5px rgba(255, 255, 255, 0.3);  /* Smaller outer white glow */
}

/*body {
	font-family:"HelveticaNeue";
	font-size:16px;
	font-weight:400;
} */

.l-constrained { padding: 0 20px; }
.l-main-nav { margin-bottom:0; }
.hero-section { width: 100%; margin: 0; padding: 2em 1em 3em; background-image: url(/images/spot/hero_img_updated.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; }
.mom-and-pop { background-color: #f6f6f6; padding: 1.8em 0 1.4em; text-align: center; }
.mom-and-pop ul { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; }
.mom-and-pop ul li { flex: 1 1 14%; margin: 1.25em 0.8em 0.3em; }
.mom-and-pop ul li img { width: 100%; max-width: 135px; }
.proposal_solution_content { background-color: #fff; padding: 3em 0; }
.proposal_solution_content h2 { margin-top: 0; border-bottom: none; text-align: center; color: #2e2e2e; font-size: 26px; font-family: "HelveticaNeue-Light"; font-weight: 300; }
.watch_video { padding: 0.5em 0; text-align: center; margin-top: 2em; }
.watch_video a { color: #f0b320; font-size: 17px; font-weight: 700; font-family: "HelveticaNeue-Bold"; transition: 0.4s; line-height: 1.5em; }
.watch_video a:hover { color: #fec948; text-decoration:none; transition: 0.4s; }
.watch_video a > img { vertical-align: middle; margin-right: 0.4em; max-width: 35px; margin-top: -6px; }
.proposal_solution_content_list { margin-top: 2em; text-align: center; }
.start_testimonial_slider_group { background-color: #262626; margin-top: 0em; padding: 3em 0; }
.clicen_logo_group img { width: 85%; }
.ntegrations_including { background-color: #f6f6f6; padding: 3em 0 2em; margin-top: 1.8em; }
.bleed-tagline-box-group { background-color: #fff; padding: 2.5em 0 3em; }
.bleed-tagline-box-group ul { padding: 0; list-style: none; display: block; text-align: center; margin: 0 auto; }
.bleed-tagline-box-group ul li { margin: 0 auto; padding: 0 2.2%; display: inline-block; }
.bleed-tagline-box-group .tagline-box__primary h5 { text-align: center; color: #2e2e2e; margin-top: 0; font-weight: 300; font-size:26px; font-family: "HelveticaNeue-Light"; }
.ntegrations_including h2 { margin-top: 0; border-bottom: none; color: #2bb673; font-weight: 700; font-family: "HelveticaNeue-Bold"; font-size: 36px;margin-bottom: 0px; }
.main_body_content_group .l-constrained { max-width:1140px; }
.main_body_content_group h1, .main_body_content_group h2, .main_body_content_group h3, .main_body_content_group h4, .main_body_content_group h5, .main_body_content_group h6 { border-bottom: none; }
.ntegrations_including p { color: #2e2e2e; font-size: 26px; font-family: "HelveticaNeue-Light"; margin: 0;line-height: 35px; }
.clicen_logo_group .grid { margin: 2em 0; }
.ntegrations_including a { margin-top: 1em; display: table; font-family: "HelveticaNeue-Bold"; font-size: 17px; transition: 0.4s;color: #446291; }
.ntegrations_including a:hover, .features_cta a:hover { text-decoration: none; }
.ntegrations_including a i.fa.fa-long-arrow-right { vertical-align: middle; transition: 0.4s; }
.ntegrations_including a:hover i.fa.fa-long-arrow-right { margin-left:15px; transition: 0.4s; }
.proposal_solution_content_img img { max-width: 15%; }
.proposal_solution_content_details h3 { margin-top: 0.7em; color: #2e2e2e; font-family: "HelveticaNeue-Bold"; margin-bottom: 0; font-size: 16px; }
.proposal_solution_content_details p { margin-top: 0.5em; padding: 0 2em; line-height: 1.35em; color: #2e2e2e; font-size: 15px; }
.proposal_solution_content_list .grid { margin-bottom: 2.5em; }
.features_cta { padding-left:0.8em; }
.features_cta a { display: table; font-family: "HelveticaNeue-Bold"; font-size: 17px; transition: 0.4s;color: #446291; }
.features_cta a i.fa.fa-long-arrow-right { vertical-align: middle; transition: 0.4s; }
.features_cta a:hover i.fa.fa-long-arrow-right { margin-left:15px; transition: 0.4s; }
.trial_cta { text-align: right; padding-right: 0.8em; }
.trial_cta a { background-color: #f0b320; border-radius: 6px; color: #ffffff; text-decoration: none; font-size: 17px; text-transform: capitalize; text-align: center; padding: 13px 1.5em; font-family: "HelveticaNeue-Bold"; transition: all 0.4s;letter-spacing: 0.5px;}
.trial_cta a:hover { background-color: #fec948; transition: all 0.4s; }
.trial_cta_list { margin-top: 3.5em; display: block; }
.mom-and-pop h6 { color: #2e2e2e; font-family: "HelveticaNeue-Italic"; font-size: 14px; font-weight: 300; margin: 0; }
.hero_content_group { max-width: 530px; text-align: left; padding-top:2em; }
.hero_content_group h1 {color: #2e2e2e;font-family: "HelveticaNeue-Light";font-size: 34px;line-height: 1.3em;margin:0;}
.hero_content_group ul { margin: 0; padding: 0; list-style: none; }
.hero_content_group ul li { display: inline-block; position: relative; color: #2e2e2e; font-size: 17px;
 font-family: "HelveticaNeue-Bold"; padding-left: 0.8em; margin-left: 0; padding-right: 0.3em; }
 .hero_content_group ul li:first-child { padding-left:0; }  
.hero_content_group ul li::before { content: ""; background-color: #446391; width: 5px; height: 5px; position: absolute; left: 0; top: 0.5em; border-radius: 50%; }
.hero_content_group ul li:first-child::before { content:none; }
.header_cta_group { margin-top: 2em; width: 89%; }

.header_trail_cta { text-align: left; padding-right: 0.8em; }
.header_trail_cta a { background-color: #f0b320; border-radius: 6px; color: #ffffff; text-decoration: none; font-size: 18px; text-transform: capitalize; text-align: center; padding: 20px 1.8em; font-family: "HelveticaNeue-Bold"; transition: all 0.4s; width: 100%; display:block;letter-spacing: 0.75px; }
.header_trail_cta a:hover { background-color: #fec948; transition: all 0.4s; }

.header_request_cta { text-align: left; padding-left: 0.8em; }
.header_request_cta a { background-color: transparent; border-radius: 6px; border:2px solid #446291;  color: #446391; text-decoration: none; font-size: 18px; text-transform: capitalize; text-align: center; padding: 18px 1.8em; font-family: "HelveticaNeue-Bold"; transition: all 0.4s; width: 100%; display:block; }
.header_request_cta a:hover { background-color: #436492; transition: all 0.4s; color:#fff; }
.header_trail_cta p { text-align: center; color: #000000;font-size: 12px; }
.slider_section_title h2 { font-size: 26px; }
.video_width { width:600px; }
#light { display: none; position: fixed; top: 0; left: 0; max-width: 100%; max-height: 100%; margin-left: 0; margin-top: 0; border: 0; background: rgba(0, 0, 0, 0.8); z-index: 1002; overflow: visible; width: 100%; height: 100%; }
#light > div.watch_video_all { position: absolute; width: 100%; max-width: 900px; margin: 0 auto; left: 0; right: 0; top: 50%; transform: translate(0, -50%); }
#boxclose { float: right; cursor: pointer; color: #fff; border: 1px solid #AEAEAE; border-radius: 3px; background: #222222; font-size: 31px; font-weight: bold; display: inline-block; line-height: 0px; padding: 17px 5px; position: absolute; right: 2px; top: 2px; z-index: 1002; opacity: 0.9; font-family: sans-serif; }
.boxclose:before { content: "X"; }
#light:hover ~ #boxclose { display:none; }
.test:hover ~ .test2 { display: none; }
img { max-width: 100%; }
#light > div.watch_video_all iframe { width: 100%; height: 500px; }
.slick-slide { margin-top: 0px; }
.testimonial .testimonial_content { font-size: 16.75px; line-height: 1.65em; }
.start_a_trail a {font-size: 17px; letter-spacing: 0.5px; padding: 13px 1.5em; }
.slick-slide:focus { outline: none; }

/*======================================= Responsive Start =======================================*/





/*+++++++++++++++++++++++++++++++ Solution Page Design Start +++++++++++++++++++++++++++++++*/
.solution-hero-section { background-color: #f6f6f6; padding: 2em 0; }
.solution-hero-section h1 { color: #2e2e2e; font-family: "HelveticaNeue-Light"; font-size: 34px; line-height: 1.3em; margin: 0; padding-right: 3em; }
.solution-hero-section-left { padding-right: 0.8em; }
.solution-hero-section-rigth { padding-left: 0.8em; padding-top: 1.3em; }
.solution-hero-section p { font-family: "HelveticaNeue"; font-size: 17px; color: #2e2e2e; line-height: 1.5em; margin-top: 0.5em; }
.solution-hero-section .header_cta_group { margin-top: 2em; width: 100%; }
.secondary_nav_group { padding: 1em 0; }
.solution_step_group_02 .proposal_solution_content { background-color: transparent; padding: 0; }
.solution_step_group_02 { background-color: #446391; padding: 3em 0 4em; }
.solution_step_group_02 .proposal_solution_content h5 { margin: 0; border-bottom: none; text-align: center; color: #f0b320; font-size: 16px; font-family: "HelveticaNeue-Bold"; font-weight: 700; }
.solution_step_group_02 .proposal_solution_content h2 { margin-top: 0; border-bottom: none; text-align: center; color: #ffffff; font-size: 26px; font-family: "HelveticaNeue-Light"; font-weight: 300; }
.solution_step_group_02 .proposal_solution_content p { margin-top: 0; border-bottom: none; text-align: center; color: #ffffff; font-size: 17px; font-family: "HelveticaNeue"; font-weight: 400; }
.solution_step_group_02 .proposal_solution_content_details h3 { margin-top: 0.7em; color: #ffffff; font-family: "HelveticaNeue-Bold"; margin-bottom: 5px; font-size: 16px; }
.solution_step_group_02 .proposal_solution_content_details p { margin-top: 0; border-bottom: none; text-align: center; color: #ffffff; font-size: 14px; font-family: "HelveticaNeue"; font-weight: 400; }
.solution-hero-section-rigth h4 { margin-top: 0.2em; font-weight: 700; color: #446391; font-family: "HelveticaNeue-Bold"; font-size: 17px; margin-bottom:0.8em; }
.solution_step_group_01 { padding: 3em 0 1.2em; }
.solution_step_left_group h5, .solution_step_right_group h5 { margin: 0; border-bottom: none; text-align: left; color: #446391; font-size: 16px; font-family: "HelveticaNeue-Bold"; font-weight: 700; }
.solution_step_left_group h2, .solution_step_right_group h2 { margin-top: 0.1em; border-bottom: none; text-align: left; color: #2e2e2e; font-size: 26px; font-family: "HelveticaNeue-Light"; font-weight: 300; margin-bottom: 0.5em; }
.solution_step_left_group p, .solution_step_right_group p { margin-top: 0; border-bottom: none; text-align: left; color: #2e2e2e; font-size: 16px; font-family: "HelveticaNeue"; font-weight: 400; line-height: 23px; }
.solution_step_left_group .fa-angle-down:before, .solution_step_right_group .fa-angle-down:before { font-size: 65px; -webkit-text-stroke: 2.6px white; color: #2bb673; line-height: normal; display: block; position: absolute; opacity: 1; bottom: -0.6em; }
.solution_step_group_02 .trial_cta a { padding: 18px 2.8em; }
.solution_step_group_05 .solution_step_left_group .fa-angle-down:before{-webkit-text-stroke: 2.6px #f6f6f6;}
.solution_step_group_02 .features_cta a { background-color: #ffffff; border-radius: 6px; border:none;  color: #446391; text-decoration: none; font-size: 18px; text-transform: capitalize; text-align: center; padding: 18px 2.8em; font-family: "HelveticaNeue-Bold"; transition: all 0.4s; width: auto; display:inline; }
.solution_step_group_02 .features_cta a:hover { background-color: #ebedf0; transition: all 0.4s; color: #293d5a; }
.solution_step_group_03 { border-bottom: 1px solid #cbcbcb; padding: 2em 0; }
.solution_step_group_04 { padding: 2em 0 3em; }
.solution_step_group_05 { background-color:#f6f6f6; padding: 2em 0 2em; }
.solution_step_group_06 { padding: 2em 0 3em; }
.solution_step_group > .l-constrained { display: table; min-height: 100%; }
.solution_step_group > .l-constrained > .grid { display: table-row; }
.solution_step_group > .l-constrained > .grid > .col { display: table-cell; vertical-align: middle; float: none; }
.solution_step_group i.fa.fa-angle-down { height:0; line-height:normal; }
.solution_step_left_group, .solution_step_right_group { position: relative; }
.solution_step_group_01 .solution_step_left_group { padding-right:2em; }
.solution_step_group_01 .solution_step_right_group { padding-left:2em; }
.solution_step_group_04 .solution_step_left_group { padding-right:3em; }
.solution_step_group_04 .solution_step_right_group { padding-left:3em; }
.solution_step_group_06 .solution_step_left_group { padding-right:3em; }
.solution_step_group_06 .solution_step_right_group { padding-left:3em; }
.solution_step_group a:focus { outline: none; }
.solution_step_group_02 .proposal_solution_content_list { margin-top: 2em; }

.solution_step_group_01 .solution_step_right_group::before { content: ""; background-image: url(/images/spot/1.png); position: absolute; pointer-events: none; width: 80px; height: 176px; left: 0em; top: -1.5em; background-size: 50%; background-repeat: no-repeat; opacity: 0.7; }
.solution_step_group_03 .solution_step_left_group::before { content: ""; background-image: url(/images/spot/3.png); position: absolute; pointer-events: none; width: 108px; height: 182px; left: -2.8em; top: -1.6em; background-size: 61%; background-repeat: no-repeat; opacity: 0.7; }
.solution_step_group_04 .solution_step_right_group::before { content: ""; background-image: url(/images/spot/4.png); position: absolute; pointer-events: none; width: 108px; height: 176px; left: 0.1em; top: -1.5em; background-size: 61%; background-repeat: no-repeat; opacity: 0.7; }
.solution_step_group_05 .solution_step_left_group::before { content: ""; background-image: url(/images/spot/5.png); position: absolute; pointer-events: none; width: 120px; height: 180px; left: -2.5em; top: -1.9em; background-size: 53%; background-repeat: no-repeat; opacity: 1; }
.solution_step_group_06 .solution_step_right_group::before { content: ""; background-image: url(/images/spot/6.png); position: absolute; pointer-events: none; width: 108px; height: 180px; left: 0.5em; top: -1.7em; background-size: 55%; background-repeat: no-repeat; opacity: 0.7; }
.solution_step_left_group ul { padding: 0; list-style: none; }
.solution_step_left_group ul li { font-family: "HelveticaNeue-Medium"; font-weight: 500; color: #2e2e2e; font-size: 16px; position: relative; padding-left: 2em; margin: 1.5em 0; vertical-align: middle; text-align:left; }
.solution_step_left_group ul li::before { content: ""; background-image: url(/images/spot/list_checkmark.png); width: 47px; height: 47px; position: absolute; left: 0; background-size: 47%; background-repeat: no-repeat; top: -0.1em; }
.solution_step_group_05 .solution_step_left_group { padding-right: 2.5em; }
.solution_step_group_05 .solution_step_right_group { padding-left: 2.5em; }
.solution_step_left_group h5 span { background-color: #979797; color: #fff; font-size: 14px; padding: 0.2em 0.7em 0.3em; border-radius: 17px; }
.secondary_nav_group > center > a:nth-child(2) { padding: 0 3em; }
.mobile_link { display: none; }

.solution_step_group_02 .proposal_solution_content_list .grid { margin-bottom: 1em; }
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.solution_step_left_group .fa-angle-down, .solution_step_right_group .fa-angle-down { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
.solution_step_left_group a:hover .fa-angle-down, .solution_step_right_group a:hover .fa-angle-down { -webkit-animation-name: hvr-hang-sink, hvr-hang; animation-name: hvr-hang-sink, hvr-hang; -webkit-animation-duration: .3s, 1.5s; animation-duration: .3s, 1.5s; -webkit-animation-delay: 0s, .3s; animation-delay: 0s, .3s; -webkit-animation-timing-function: ease-out, ease-in-out; animation-timing-function: ease-out, ease-in-out; -webkit-animation-iteration-count: 1, infinite; animation-iteration-count: 1, infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-direction: normal, alternate; animation-direction: normal, alternate; }





/*+++++++++++++++++++++++++++++++ Solution Page Design End +++++++++++++++++++++++++++++++*/


/*======================================= Responsive Start =======================================*/

@media(max-width:1200px){
  .solution_step_group_03 .solution_step_left_group, .solution_step_group_05 .solution_step_left_group { left:2em; }	
  }
  
  @media(max-width:1140px){
  .hero_content_group { max-width: 550px; }
  .l-constrained { padding: 0 20px; }
  .solution-hero-section-rigth iframe { width: 100%; }
  
  }
  
  @media(max-width:1024px){}
  
  @media(max-width:991px){
  .mom-and-pop ul li { flex: 1 1 13%; }
  .hero_content_group { padding-top: 0em; }
  .hero_content_group h1 { font-size: 30px; }
  .hero_content_group ul li { font-size: 16px; }
  .hero_content_group { max-width: 100%; text-align: center; }
  .proposal_solution_content_list .col-1-3 { padding-right: 0; width: 100%; }
  .ntegrations_including .col-1-2 { width: 100%; padding-right: 0; text-align: center; }
  .ntegrations_including a { margin: 2em auto 1em; }
  .proposal_solution_content_img img { max-width: 7%; }
  .header_cta_group .col-1-2 { padding: 0; width: 100%; }
  .header_request_cta { text-align: center; padding-left: 0; }
  .header_trail_cta { padding-right: 0px; }
  .header_trail_cta a, .header_request_cta a { width: auto; display: table; margin: 0 auto; }
  .hero-section { padding: 2em 1em 45%; background-image: url(/images/spot/mobile_hero_img_Updated.jpg); background-position: bottom; }
  .header_cta_group { width: 100%; }
  .slick-next { top: 60%; }
  .slick-prev { top: 60%; }
  .header_trail_cta p { margin-top: 10px; margin-bottom: 30px; }
  .hero-section .l-constrained { padding:0px; }
  .solution-hero-section h1 { font-size: 30px; padding-right: 0; text-align: center; }
  .solution-hero-section p { font-size: 17px; text-align: center; }
  .solution-hero-section-left { padding-right: 0; }
  .solution-hero-section { padding: 2em 0; }
  .solution_step_left_group h2, .solution_step_right_group h2 { font-size: 28px; }
  .solution_step_group_02 .proposal_solution_content h2 { font-size: 30px; }
  .solution_step_left_group h5, .solution_step_right_group h5 { font-size: 16px; }
  .solution_step_left_group ul li { font-size: 16px; }
  .solution-hero-section .col-1-2 { display: block; width: 100%; padding:0; }
  .solution-hero-section-rigth { padding-left: 0; text-align: center; margin-top: 2em; }
  .solution-hero-section-rigth h4 { font-size: 18px; margin-bottom: 0.5em; }
  .solution_step_group_04 {padding: 3.5em 0 3em;}
  .solution_step_group_05 {padding: 4em 0 3em;}
  .solution_step_group_06 {padding: 3.5em 0 3em;}
  
  }
  
  @media(max-width:767px){
  
  .hero_content_group h1 { font-size:30px; text-align:center; }
  .hero_content_group ul { margin:0.5em 0 0; text-align:center; }
  .hero_content_group ul li { font-size:13px; padding-left:0.5em; margin-left:0; padding-right:0em; }
  .header_cta_group { margin-top:1.5em; width:100%; text-align:center; }
  .header_trail_cta { text-align:center; padding-right:0; }
  .header_trail_cta a { padding:17px 2.1em; width:auto; display:table; margin:0 auto; }
  .header_request_cta { text-align:center; padding-left:0; }
  .header_request_cta a { padding:15px 1.5em; width:auto; display:table; margin:0 auto; }
  .proposal_solution_content { padding:2em 0 3em; }
  .mom-and-pop ul li { flex:1 1 40%; }
  .proposal_solution_content h2 { font-size:22px; }
  .watch_video a { font-size:17px; }
  .watch_video a > img { margin-right:0.2em; max-width:41px; margin-top:-6px; }
  .proposal_solution_content_details p { padding:0; }
  .trial_cta { text-align:center; padding-right:0; }
  .features_cta a { margin:0 auto; }
  .features_cta { padding-left:0; text-align:center; margin-top:3em; }
  .ntegrations_including { padding:2em 0 1em; margin-top:0; text-align:center; }
  .ntegrations_including p { font-size:22px; margin:0; line-height:1.5em; }
  .ntegrations_including a { margin:1.5em auto 2em; }
  .clicen_logo_group .col-1-4 { width:50%; }
  .clicen_logo_group .grid { margin:0em 0; }
  .slider_section_title h2 { font-size:22px; }
  .testimonial .testimonial_content { font-size:16px; }
  .start_testimonial_slider_group { padding:2em 0em; }
  .bleed-tagline-box-group .tagline-box__primary h5 { font-size:22px; margin-bottom:0px; }
  .bleed-tagline-box-group ul li { margin:0 auto; padding:15px 0; width:30%; }
  .hero_content_group { max-width:100%; }
  .clicen_logo_group img { width:auto; }
  #light > div.watch_video_all iframe { width:100%; height:315px; }
  .trial_cta_list .col-1-2 { width:100%; padding:0; }
  .trial_cta_list { margin-top:2.5em; }
  .slick-slide { margin-top:0em; }
  .proposal_solution_content_list .grid { margin-bottom:0.5em; }
  .proposal_solution_content_img img { max-width:10%; }
  .clicen_logo_group img { width:65%; }
  
  .solution_step_group > .l-constrained { display: block; }
  .solution_step_group > .l-constrained > .grid { display: block; }
  .solution_step_group > .l-constrained > .grid > .col { display: block; }
  .solution_step_group_01 .solution_step_left_group { padding-right: 0; text-align: center; }
  .solution_step_group_01 .col.col-1-2:first-child, .solution_step_group_04 .col.col-1-2:first-child, .solution_step_group_06 .col.col-1-2:first-child { display: table-footer-group; }
  .solution_step_group_01 .col.col-1-2:last-child, .solution_step_group_04 .col.col-1-2:last-child, .solution_step_group_06 .col.col-1-2:last-child { display: table-header-group; }
  .solution_step_group_02 .proposal_solution_content h2 { font-size:22px; }
  .solution_step_group_02 .proposal_solution_content p { font-size:15px; }
  .solution_step_left_group h5, .solution_step_right_group h5 { font-size: 16px; }
  .solution_step_left_group h2, .solution_step_right_group h2 { font-size: 22px; }
  .solution_step_left_group p, .solution_step_right_group p { font-size: 16px; }
  .mobile_link { text-align: center; display: block; }
  .mobile_link .fa-angle-down:before { font-size: 65px; -webkit-text-stroke: 2.6px white; color: #2bb673; line-height: normal; display: block; opacity: 1; }
  .solution_step_left_group a, .solution_step_right_group a { display: none; }
  .solution_step_group_02 .features_cta a { font-size: 17px; padding: 18px 2.8em; width: auto; display: inline-block; }
  .solution_step_group_02 {  padding: 2em 0 3em; }
  .solution_step_group_02 .proposal_solution_content_img img { max-width: 15%; }
  .solution_step_left_group h5 span { padding: 0.2em 0.4em; }
  .solution_step_group_03 .solution_step_left_group { width: 94%; margin: 0 auto; padding-left: .75em; left:0em; }
  .solution_step_group_03 .solution_step_left_group::before { left: -0.5em; top: -1.2em; background-size: 46%; }
  .solution_step_group_04 .solution_step_right_group { padding-left: 1.6em; }
  .solution_step_group_04 .solution_step_right_group::before { left: 0.3em; top: -1.5em; background-size: 45%; }
  .solution_step_group_04 { padding: 2em 0 1em; margin-top: 2em; }
  .solution_step_group_05 .solution_step_right_group { padding-left: 0; }
  .solution_step_group_05 .solution_step_left_group { padding-right: 0; margin: 0 auto; width: 97%; padding-left: 1.16em; left:0; }
  .solution_step_left_group h5 span { padding: 0.2em 0.4em; font-size: 13px; }
  .solution_step_group_05 { padding: 3em 0 1em; }
  .solution_step_group_05 .solution_step_left_group::before {background-size: 40%; left: -0.1em; top: -0.9em;}
  .solution_step_group_06 .solution_step_left_group { padding-right: 0; }
  .solution_step_group_06 .solution_step_right_group { padding-left: 1.6em; }
  .solution_step_group_06 .solution_step_right_group::before { left: 0.3em; top: -1.2em; background-size: 45%; }
  .solution_step_group_06 { padding: 3em 0 1em; }
  .solution_step_group .col-1-2 { width: 100%; }
  .solution_step_left_group, .solution_step_right_group { text-align: center; }
  .solution_step_left_group img { width: 80%; }
  .solution_step_group_03 { padding: 3em 0 1em; }
  .solution_step_group_05 .mobile_link .fa-angle-down:before { -webkit-text-stroke: 2.6px #f6f6f6; }
  .solution_step_group_01 {padding: 2em 0 1.2em;}
  .solution_step_group_01 .solution_step_right_group {padding-left: 1.6em;}
  .solution_step_group_01 .solution_step_right_group::before {background-size: 35%; top: -.5em;}
  }
  
  @media(max-width:600px){
  .hero-section { padding:1em 1em 42%; }
  }
  @media(max-width:500px){
  .solution_step_group_04 { margin-top: 1.25em; }
  .solution_step_left_group img {width: 100%;}
  }
  
  @media(max-width:420px){
  .hero-section { padding:2em 0.5em 55%; }
  }
  
  @media(max-width:360px){
  .hero-section { padding:2em 0.43em 63%; }
  .hero_content_group ul li { font-size:11.5px; }
  .secondary_nav_group > center > a:nth-child(2) { padding: 0 2em; }
  }

  
/* css code for quoting-software page start */
.quoting-software-hero-section { width: 100%; margin: 0; padding: 0em 6em 3em; background-image: url(/images/spot/quoting_software_hero_section.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; }
.hero_content_group .title{
  font-family: "HelveticaNeue-Bold";
  text-align: center;
}
.watch-quotewerks{
  padding: 3em 0 2em;
}
.watch-quotewerks-text{
  padding-right: 10%;
}
.watch-quotewerks-video{
  padding-left: 3%;
}
.watch-quotewerks-video h2{
  margin-top: 0px;
  color: #446391;
  font-family: "HelveticaNeue-Bold";
  font-size: 16px;
  padding: 0% 0% 1%;
}
.watch-quotewerks-video iframe{
  border-radius: 5px;
  box-shadow: 0px 4px 15px 4px rgba(0,0,0,0.25);
  width: 100%;
}
.watch-quotewerks-text p{
  margin-top: 0;
  text-align: left;
  color: #2e2e2e;
  font-size: 16px;
  font-family: "HelveticaNeue";  
  line-height: 24px;
}
.count_numbers{
  padding: 2% 5%;
}
.count_numbers h2{
  border-bottom: none;
  color: #2bb673;
  font-weight: 700;
  font-family: "HelveticaNeue-Bold";
  font-size: 42px;
  display: inline;
}
.count_numbers .numbers:last-child {padding-right: 0%}
.count_numbers span{
  padding-left: 5px;
  font-family: HelveticaNeue-Bold;
  font-style: italic;
}
.count_numbers{
  color: #2e2e2e;
  font-family: "HelveticaNeue-Bold";    
  font-size: 16px;
}
.count_numbers .numbers{
  display: inline;
  float: left;
  padding-right: 7%;
}
.count_numbers .numbers:first-child{
  padding-right: 7%;
}
.watch-quotewerks-text b{
  font-family: "HelveticaNeue-Bold";
}
.quoting-software-works .l-constrained{
    border:1px solid #446391;    
    background-color: #446391;
    border-radius: 5px;
    text-align: center;
    max-width: 1100px;
    padding: 2% 2% 1%;
}
.quoting-software-works .title h2{
  text-align: center;
  color:#fff;
  font-family: GraphikAlt,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Verdana, Arial, Helvetica, sans-serif;
  font-size: 28px;    
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 20px;

}
.quoting-software-works .col-1-4 img{
  width: 80%;
}
.quoting-software-works .col-1-4.small img{ 
    height: auto;
    margin-top: 4px;
    width: 96%;
  }
.quoting-software-works .col-1-4 h2 {  
  margin-top: 10px;
  font-family: "HelveticaNeue-bold";
  color: #f0b320;
  font-size: 18px;
  font-size: 16px;
  margin-top: 0px;
}
.quoting-software-works .text p{
  text-align: center;
    font-family: GraphikAlt,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 27px;
    font-size: 17px;
    padding: 1% 6%;
}
.quoting-software-works .image .fa{
  position: relative;
}
.quoting-software-works .image .fa-angle-right:before{
  /*content: "\f105";
  font-size: 70px;
  font-weight: 100;
  font-family: fontawesome;  
  color: #f0b320;
  transition: 0s;
  position: absolute;  
  bottom: 50px;
  -webkit-text-stroke: 0;
  left: 250px;*/
  width: 100%;
  content: " ";
  position: absolute;
  background-image: url(/images/spot/works_arrow.png);
  height: 41px;
  background-repeat: no-repeat;
  bottom: 70px;
  background-size: 20px 32px;
  left: 130px;
}
.quoting-software-works [class*='col-']:last-of-type {
  padding-right: 5px;
  padding-bottom: 0px;
}
.software-benifits{
  padding: 1% 5% 1% 5%;
  background-color: #f6f6f6;
  position: relative;
}
.software-benifits:before {
    content: "";
    background-color: #f6f6f6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -25%;
    left: 0;
}
.quoting-software-works{
  position: relative;
  z-index: 1;
}
.software-benifits .title h2{
  text-align: center;
  font-family: HelveticaNeue-Light;
  font-size: 26px;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #2e2e2e;

}
.software-benifits .row-1{
  padding-top: 2%;
}
.software-benifits .proposal_solution_content_details p{
  padding: 0;
}
.software-benifits .title{
  padding: 2% 7%;
}
.software-benifits .row-1 .col-1-3{
  padding-right: 5%;
}
.software-benifits .row-2 .col-1-3{
  padding-right: 5%;
}
.mom-and-pop hr{
  margin-bottom: 3%;
}
.software-mom-and-pop .l-constrained{
  border-top: 1px solid #dcdcdc;
  padding-top: 2%;
}
.software-features{
  padding: 2.5%;
  border-bottom: 1px solid #dcdcdc;
}
.software-features .title h2 {
    text-align: center;
    font-family: HelveticaNeue-Light;
    font-size: 28px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #2e2e2e; 
    font-size: 26px
}
.transparent-quote{
  padding: 7% 20% 3% 0%;
}
.transparent-quote img{
  width: 13%;
}
.features_cta {
    padding-left: 0px;
}
.transparent-quote h2{
  margin-top: 5px;
  font-size: 19px; 
  font-family: "HelveticaNeue-bold";
  color: #2e2e2e;
}
.transparent-quote p,.crm-psa p{
  font-family: "HelveticaNeue";
  line-height: 24px;
  color: #2e2e2e;
}
.crm-psa img{
  width: 11%;
}
.crm-psa h2{
  font-size: 19px;
  font-family: "HelveticaNeue-bold";
  margin-top: 5px;
  color: #2e2e2e;
}
.crm-psa{
  padding: 3% 14% 5% 14%;
}
.start_testimonial_slider_group_quoting { background-color: #ffffff; margin-top: 0em; padding: 3em 0; }
.start_testimonial_slider_group_quoting { padding:2em 0em 3em; }
.start_testimonial_slider_group_quoting figure.testimonial {
    border: 1px solid #446391;
    background-color: #446391;
}
.start_testimonial_slider_group_quoting .slider_section_title h2{  
  font-family: HelveticaNeue-Light;
  font-size: 26px; 
  color: #2e2e2e; 
  margin-bottom: 10px;
}
hr{
  border: 1px solid #f1ecec;
}
.start_testimonial_slider_group_quoting .fa-angle-left:before{
  -webkit-text-stroke: 0;
}
.start_testimonial_slider_group_quoting .fa-angle-right:before{
  -webkit-text-stroke: 0;
}

#home-integrate {
    padding: 35px 0 60px;
    background-color: #f6f6f6;
}
#home-integrate #ani-quotewerks{
   /*background: #f6f6f6 url(../images/seamlessly_integrate_image.png) no-repeat bottom right;
    background-size: auto 100%;
    background-position: center center;*/    
    position: relative;        
    margin-top: 2%;
    min-height: 440px;
}
#home-integrate #ani-quotewerks img {
    position: absolute;
    width: 100%;
    right: 0px;
    top: 23%;
    max-width: 200px;
}
#home-integrate #ani-quotewerks:before {
    content: ' ';
    display: block;    
    width: 100%;
    height: 510px;
    position: absolute;
    top: 0;    
    background-repeat: no-repeat;
    background-size: 100%;
}
#home-integrate .a:before{
   background-image: url(/images/spot/crm_psa_images_a.png);
}
#home-integrate .b:before{
   background-image: url(/images/spot/crm_psa_images_b.png);
}
#home-integrate .c:before{
   background-image: url(/images/spot/crm_psa_images_c.png);
   background-position: 32px 0px;
}
#home-integrate .d:before{
   background-image: url(/images/spot/crm_psa_images_d.png);
}
#home-integrate.data-c .container {
    width: 1140px;
}
#home-integrate div[class^=column] {
    text-align: inherit;
}
#home-integrate .container div[class^=column] {
    padding: 0 15px;
}
#home-integrate h2 {
    font-size: 30px;
    line-height: 36px;
    color: #000;
    font-family: HelveticaNeue-Light;
}
#home-integrate h1 {
    color: #3a4f5f;
    margin: 0 0 10px;
}
#home-integrate p {
    margin: 0 0 60px;
}
#home-integrate p {
   font-size: 16px;
}
 #home-integrate p {
    line-height: 25px;
    margin: 0 0 20px;
    color: #2e2e2e;
    font-family: HelveticaNeue;
    padding: 0% 21% 0% 0%;
}
#home-integrate ul {
    height: auto;
    width: auto;
    margin: 0;
    display: inline-block;
}
#home-integrate ul {
    position: relative;
    display: block;
    margin: 0 0 20px;
    width: 100%;
    padding-left: 0%;
}
#home-integrate .integrate-slider-pagination {
    display: none;
}
#home-integrate ul:before {
    content: ' ';
    display: block;
    border: 0;
    border-left: 2px dotted #2bb673;
    position: absolute;
    width: 1px;
    height: 150px;
    top: 0;
    left: 18px;
    background: 0 0;
}
#home-integrate ul li {
    padding: 12px 10px 12px 50px;
    line-height: 21px;
    margin: 0;
    color: #2e2e2e;
    border-radius: 3px;
    position: relative;
    background: 0 0;
    transition: all .5s;
    list-style: none;
    cursor: pointer;
    width: 280px;
    text-align: left;
    display: block;
    height: auto;
    font-size: 16px;
    opacity: 1;
    font-family: HelveticaNeue;
}
#home-integrate ul li.selected,#home-integrate ul li:hover {
    background: #2bb673;
    color: #fff;
}
#home-integrate ul li.selected {
    opacity: 1;    
}
#home-integrate ul li:first-child:before {
    content: ' ';
    display: block;
    border: 0;
    position: absolute;
    width: 6px;
    height: 50%;
    top: 0;
    left: 15px;
    background: #f2f8fa;
    z-index: 1;
    transition: all .5s;
}
#home-integrate ul li:after {
    content: ' ';
    display: block;
    border: 0;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 17px;
    left: 14px;
    background: #2bb673;
    z-index: 2;
}
#home-integrate .integrate-slider-pagination a {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 8px;
    margin: 0 2px;    
    vertical-align: middle;
    border: 2px solid green;
}
#home-integrate ul li:first-child.selected:before, #home-integrate ul li:first-child:hover:before, #home-integrate ul li:last-child.selected:before, #home-integrate ul li:last-child:hover:before {
    background: #2bb673;
}
#home-integrate ul li.selected:after, #home-integrate ul li:hover:after {
    background: #fff;
}
#home-integrate .col-1-2 h2{
  border-bottom: none;
  color: #2e2e2e; 
  font-size: 26px; 
  margin-top: 22px
}
.software-benifits .title .img_mobile{
    display: none;
}
.quoteworks_today .header_request_cta a {
    background-color: white;
}
.quoteworks_today .header_request_cta a:hover{
  background-color: #ebedf0;
    color: #293d5a;
}
.quoting_software_page .slick-slide:before{background-size: 40%; top: 59px; left: 55px;}
.quoting-software-works .col-1-4 .small img{ height: 184px; }
.quoting_software_page .fa-angle-left:before {
  width: 41px;
  content: " ";
  position: absolute;
  background-image: url(/images/spot/slider_left_image.png);
  height: 71px;
  background-repeat: no-repeat;
  bottom: -18px;
  background-size: 50% 50%;
  margin: 0 auto;
  pointer-events: none;
  background-position: center;
}
.quoting_software_page .fa-angle-right:before{
  width: 41px;
  content: " ";
  position: absolute;
  background-image: url(/images/spot/slider_right_image.png);
  height: 71px;
  background-repeat: no-repeat;
  bottom: -18px;
  background-size: 50% 50%;
  margin: 0 auto;
  pointer-events: none;
  background-position: center;
  left: -15px;
}
#home-integrate #ani-quotewerks.a:before {
  background-position: 20px 10px;
}
#home-integrate #ani-quotewerks.c:before {
  background-position: 135px 50px;
  background-size: 400px 300px;
}

@media (min-width: 767px){
  .mom-and-pop ul li img{
    width: 100%;
  }
}
/*.quoting-software-hero-section {padding: 0em 6em 3em;}*/
@media (max-width: 1140px){
  .quoting-software-hero-section { padding: 0em 0em 2em; }
  .watch-quotewerks-text {padding: 0% 4%; }
  .count_numbers { padding: 2% 10%; }
  .quoting-software-works .l-constrained {margin: 0% 2%;}
  .quoting-software-works .image .fa-angle-right:before{left: 115px;}
  .mom-and-pop ul li { flex: 1 1 11%; }
  .transparent-quote {padding-top: 3%; padding-left: 3%; }
  .features_cta {padding-left: 3%;}
}  
@media (max-width: 1050px){  
  #home-integrate #ani-quotewerks.a img{
    top: 14%;
  }
  #home-integrate #ani-quotewerks img {      
      top: 14%;
  }
  #home-integrate #ani-quotewerks:before { 
      width: 85%;
      background-position: 56px 0px;
  }
  #home-integrate #ani-quotewerks.a:before {
      background-position: 50px 20px;
  }
  #home-integrate #ani-quotewerks.c:before {
    background-position: 150px 35px;
    background-size: 330px 245px;
  }
  #home-integrate #ani-quotewerks img{
    max-width: 165px;
  }
}
@media (max-width: 991px){
  software-features {padding: 2.5em 0 3em;}
  .quoting-software-hero-section {
      background-image: url(/images/spot/hero_mobile_background.jpg);
      padding-bottom: 40%;
      padding-top: 3%;
      background-position: 100% 60%;
  }
  .watch-quotewerks {padding: 2em 0em 2em;}
  .watch-quotewerks-text {padding: 0% 4% 0% 2%;}
  .count_numbers h2 {font-size: 40px;}
  .count_numbers {padding: 1% 0%;}
  .quoting-software-works .image .fa-angle-right:before {left: 99px; bottom: 50px;}
  #home-integrate #ani-quotewerks.c:before {   background-size: 300px 220px; }
  #home-integrate .col-1-2 h2{ margin-top: 0px; }
}
@media (max-width: 900px){  
  #home-integrate #ani-quotewerks:before {
      width: 85%;
      background-position: 57px 0px;
  }
  #home-integrate #ani-quotewerks img {
      max-width: 135px;
  }
  #home-integrate #ani-quotewerks:before {
      width: 85%;
      background-position: 57px 0px;
  }
  #home-integrate #ani-quotewerks.a:before {
      background-position: 70px 10px;
  }
  #home-integrate #ani-quotewerks.c:before {
    background-position: 140px 30px;
    background-size: 270px 200px;
  }
}
@media (max-width: 830px){
  #home-integrate #ani-quotewerks img {
      max-width: 115px;
  }
}
@media(max-width:772px){
  .software-benifits .title h2 { font-size: 23px; margin-top: 20px; margin-bottom: 0px;}
  .software-benifits .row-1 .col-1-3 {padding-right: 0%;}
  .software-benifits .row-2 .col-1-3 {padding-right: 0%;}
  .software-mom-and-pop .l-constrained {  padding-top: 7%; }
}
@media(max-width:767px){
  .quoting-software-works .col-1-4.small img{
    width: 55%;
  }
  .count_numbers .numbers{
    padding-right: 0%;
  }
  .count_numbers .numbers:first-child {
    padding-right: 0%;
  }
  #home-integrate ul:before {
    border-left: 0px;
  }
  #home-integrate ul li:after{
    display: none;
  }
  #home-integrate .integrate-slider-pagination {
      display: block;
  }
  #home-integrate ul li{
    opacity: 0;
    position: absolute;
    width: 100%;
    text-align: center;
  }
  #home-integrate ul li.selected, #home-integrate ul li:hover {
    background: none;
    color: #000;
  }
    #home-integrate ul li:first-child.selected:before, #home-integrate ul li:first-child:hover:before, #home-integrate ul li:last-child.selected:before, #home-integrate ul li:last-child:hover:before {
      background: none;
  }
  #home-integrate .integrate-slider-pagination a.current {
      background: #008000;
  }
  .col-1-2 {
      width: 100%;
  }
  .watch-quotewerks .col-1-2 {
      text-align: center;
  }
  .watch-quotewerks-text{
    padding: 0% 2%;
  }
  .l-top-phone {
    display: block;
  }
  .l-header .l-constrained{
    text-align: center;
  }
  .watch-quotewerks-text p{
    text-align: center;
  }
  .count_numbers .numbers {
      display: block;
      text-align: center;
      float: none;
  }
  .count_numbers h2 {
    display: block;
    margin-top: 30px; 
    margin-bottom: 0px;
  }
  .quoting-software-works{
    padding: 0% 5%;
  }
  .quoting-software-works .col-1-4{
    width:100%;
    text-align: center;
  }
  .quoting-software-works .col-1-4 h2{
    padding-left: 0%;
  }
  .quoting-software-works .image .fa-angle-right:before{
    width: 41px;
    content: " ";
    position: absolute;
    background-image: url(/images/spot/works_arrow.png);
    height: 71px;
    background-repeat: no-repeat;
    bottom: -80px;
    left: 0;
    background-size: 50% 50%;
    right: 0;
    margin: 0 auto;
    transform: rotate(90deg);
    pointer-events: none;
    background-position: center;
  }
  .quoting-software-works .col-1-4{
    padding: 9% 0%;
    position: relative;
    padding-top: 3%;
  }
  .software-benifits .col-1-3{
      width: 100%;
      text-align: center;
  }
  .software-features .sec_bottom{
    display: flex;
    flex-wrap: wrap;
  }
  .software-features .sec_bottom .col-1-2:first-child{
    flex: 0 0 100%;
    order: 2;  
  }
  .software-features .sec_bottom .col-1-2:last-child{
      display: table-header-group;
      flex: 0 0 100%;
      order: 1;
  }
  .crm-psa{
    padding: 3% 0%;
  }
  .transparent-quote {
    padding: 3% 0%;
  }
  .software-features {  
      text-align: center;
  }
  #home-integrate{
    padding: 5px 0;
    text-align: center;
  }
  #home-integrate .intelligence{
    display: flex;
    flex-wrap: wrap;
  }
  #home-integrate ul{
    flex: 0 0 100%;
    order: 2;
    margin-top: 1%; 
  }
  #home-integrate .integrate-slider-pagination{
    flex: 0 0 100%;
    order: 3;
    margin: 40px 0px;
  }
  .software-features .features_cta{    
    flex: 0 0 100%;
    order: 1;
  }
  .software-features .features_cta{
    margin-top: 1em;
  }
  #home-integrate .features_cta{
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
  }
  #home-integrate #ani-quotewerks{
    min-height: 500px;
  }
  #home-integrate #ani-quotewerks:before{
    height: 500px;
  }
  .watch-quotewerks-video{
    padding-left: 0%;
  }
  .quoting-software-hero-section{
    padding: 5% 0%;
  }
  .quoting-software-hero-section { background-image: url(/images/spot/hero_mobile_background.jpg); padding-bottom: 50%;}
  .software-benifits .title .img_mobile{
    display: block;
    text-align: center;
    margin: auto;
  }
  .software-benifits .title .img_desktop{
    display: none;
  }
  .crm-psa img, .transparent-quote img{
    display: none;
  }
  #home-integrate #ani-quotewerks img{
    right: 0px;
    top: 15%;
    max-width: 37%;
  }
  #home-integrate #ani-quotewerks.c:before {
    background-position: 224px 40px;
    background-size: 420px 320px;
  }
  #home-integrate .a:before {
      background-image: url(/images/spot/crm_psa_images_a.png);      
      margin-top: 50px;
  }
  #home-integrate .c:before{
    background-position: 56px 0px;
  }
  .quoting-software-works .col-1-4.small img{ height: auto !important; }
  #home-integrate .col-1-2 h2{ text-align: center;  width: 100%;  }
  #home-integrate p{ padding: 0%;  }
  #home-integrate ul li{ padding: 12px 0px 12px 0px; }
  #home-integrate #ani-quotewerks.a img {
     top: 15%; 
  }
  .quoting-software-works .title h2 {padding-top: 20px; font-size: 23px; margin-bottom: 0px;}
  .quoting-software-works .col-1-4 img {width: 55%;}
  .quoting-software-works .text p {font-size: 16px; line-height: 24px}
  .software-features .title h2 {font-size: 23px; margin-top: 20px; margin-bottom: 0px; }
  .software-features {padding-bottom: 50px;}
  .start_testimonial_slider_group_quoting .slider_section_title h2 {font-size: 23px; margin-bottom: 0px;}
  #home-integrate .col-1-2 h2 { font-size: 23px; margin-top: 30px;}  
}

@media (max-width: 630px){  
   #home-integrate #ani-quotewerks.a img{
    top: 25%;
  }
  #home-integrate #ani-quotewerks{
    min-height: 415px;
  }
  #home-integrate #ani-quotewerks.a img {
      top: 19%;
  }
  #home-integrate #ani-quotewerks img {   
      max-width: 35%;
  }
  #home-integrate #ani-quotewerks:before {
      height: 430px;
  }
  #home-integrate #ani-quotewerks img{
    top:19%;
  }
  #home-integrate #ani-quotewerks.c:before {
    background-position: 150px 40px;    
  }
}
@media (max-width: 565px){
  #home-integrate #ani-quotewerks.c:before {
      background-position: 155px 40px;
    background-size: 330px 250px;
  }
  #home-integrate #ani-quotewerks {
      min-height: 315px;
  }
  #home-integrate #ani-quotewerks:before {
      height: 315px;
  }
  #home-integrate #ani-quotewerks:before {
      width: 75%;
      background-position: 85px 0px;
  }
  #home-integrate #ani-quotewerks img {      
      top: 18%;      
  }
  #home-integrate #ani-quotewerks.a:before{
    background-position: 90px 10px;
    margin-top: 0px;
  }
  #home-integrate #ani-quotewerks.a img {
      top: 18%;
  }
}
@media (max-width: 500px){
  #home-integrate #ani-quotewerks:before {
      width: 92%;
      background-position: 30px 0px;
  }
  #home-integrate #ani-quotewerks img {   
    top: 20%;
    max-width: 33%;
  }
  #home-integrate #ani-quotewerks.a img {
      top: 20%;
  }
  #home-integrate #ani-quotewerks.a:before {
      background-position: 80px 20px;
      margin-top: 0%;
  }
  #home-integrate #ani-quotewerks.c:before {
      background-position: 137px 32px;
      background-size: 300px 235px;
  }
}

@media (max-width: 400px){
  #home-integrate #ani-quotewerks.c:before {
    background-position: 95px 25px;
    background-size: 255px 185px;
  }
  #home-integrate #ani-quotewerks.a:before {
      background-position: 25px 20px;
      margin-top: 0%;
  }
  #home-integrate #ani-quotewerks img {   
        top: 25%;
      right: 20px;
      max-width: 28%;
  }
   #home-integrate #ani-quotewerks.a img{
    top: 25%;
  }
  #home-integrate #ani-quotewerks {
      min-height: 280px;
  }
  #home-integrate #ani-quotewerks:before {
      height: 280px;
  }
}

@media (max-width: 370px){
  #home-integrate #ani-quotewerks:before {
      width: 100%;
      background-position: 0px 0px;
  }
  #home-integrate #ani-quotewerks img {
      top: 19%;
      right:-6px;
      max-width: 36%;
  }
  #home-integrate #ani-quotewerks.a img {
      top: 19%;
  }
  #home-integrate #ani-quotewerks {
      min-height: 250px;
  }
  #home-integrate #ani-quotewerks:before {
      height: 250px;
  }
  #home-integrate #ani-quotewerks.c:before {
      background-position: 74px 14px; 
  }
}

