img, video {
  max-width: 100%;
}

/* =================================
===     BOOTSTRAP CSS START     ====
=================================== */
/* =================================
===     BOOTSTRAP CSS END     ====
=================================== */
/* =================================
===     OWL CAROUSEL CSS START     ====
=================================== */
@import 'css/owl.carousel.min.css';
@import 'css/owl.theme.default.min.css';
/* =================================
===     OWL CAROUSEL CSS END     ====
=================================== */
/* =================================
===     FORMSTACK CSS START     ====
=================================== */
.contact-form-section {
  margin-bottom: 20px;
}
.contact-form-section .fsBody {
  padding: 0;
  margin-top: 20px;
}
.contact-form-section .fsBody .fsForm {
  margin: 0 auto;
  padding: 0;
}
.contact-form-section .fsBody .fsLabel, .contact-form-section .fsBody label {
  font-weight: 500;
  color: #101131;
  font-size: 0.875rem;
  font-family: "IBM Plex Sans", sans-serif;
}
.contact-form-section .fsBody .fsFieldRow {
  margin-bottom: 0 !important;
}
.contact-form-section .fsBody .fsRowBody input[type=text], .contact-form-section .fsBody .fsRowBody input[type=email], .contact-form-section .fsBody .fsRowBody input[type=number], .contact-form-section .fsBody .fsRowBody input[type=tel], .contact-form-section .fsBody .fsSignature {
  border-radius: 5px;
  border: solid 1px rgba(87, 88, 110, 0.15);
  font-size: 0.875rem;
  color: #101131;
  height: 45px;
  padding: 10px;
  font-family: "IBM Plex Sans", sans-serif;
}
.contact-form-section .fsBody .fsRowBody input[type=text]:focus, .contact-form-section .fsBody .fsRowBody input[type=email]:focus, .contact-form-section .fsBody .fsRowBody input[type=number]:focus, .contact-form-section .fsBody .fsRowBody input[type=tel]:focus, .contact-form-section .fsBody .fsSignature:focus {
  border: solid 1px rgba(87, 88, 110, 0.3);
}
.contact-form-section .fsBody .fsForm textarea {
  height: 120px;
  padding: 10px;
  color: #101131;
  border-radius: 5px;
}
.contact-form-section .fsBody .fsForm textarea:focus {
  border: solid 1px rgba(87, 88, 110, 0.3);
}
.contact-form-section .fsBody .fsForm select {
  padding-left: 15px;
  color: #101131;
  height: 45px;
  border-radius: 5px;
}
.contact-form-section .fsBody .fsForm select:focus {
  border: solid 1px rgba(87, 88, 110, 0.3);
}
.contact-form-section .fsBody .fsForm .fsSubmit {
  margin: 0;
  padding: 0;
  text-align: left;
}
.contact-form-section .fsBody .fsFieldFocused:not(.fsValidationError).fsSpan100 {
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}
.contact-form-section .fsBody .fsValidationError {
  background: none;
  box-shadow: none;
}
.contact-form-section .fsBody div.fsError {
  border-radius: 5px;
}

/* =================================
===     FORMSTACK CSS END     ====
=================================== */

/* 
* {
  font-family: "IBM Plex Sans", sans-serif;
}

*/

body {
  font-size: 16px;
  color: #101131;
  padding-top: 0;
}

::-moz-selection {
  /* Code for Firefox */
  background: #FDDE66;
}

::selection {
  background: #FDDE66;
}

img {
  max-width: 100%;
}

p {
  font-size: 1rem;
}

a {
  color: #EA7C3F;
  transition: all 0.1s linear;
}
a:hover {
  color: #fa7629;
}

hr {
  margin: 10px auto;
  border-top: 2px solid rgba(87, 88, 110, 0.1);
}

/* =================================
===     HEADER SECTION STARTS   ====
=================================== */
.contractor-page-hero-section {
  background-image: linear-gradient(#f6f7f9, #f6f7f9), linear-gradient(to bottom, #ffffff, rgba(240, 242, 247, 0.5)), linear-gradient(#fcfcfc, #fcfcfc);
  min-height: 700px;
  padding-top: 196px;
}

.program-page-hero-section {
  background: url(https://snuggpro.com/img/header-background-radius.png) no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 750px;
  padding-top: 196px;
}

.container-primary {
  padding-top: 95px;
}

/* HEADER NAVIGATION*/
header.header-primary {
  padding: 40px 0 30px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

nav.header-nav {
  padding-top: 6px;
  display: table;
  margin: 0 auto;
}
nav.header-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
nav.header-nav ul li {
  display: inline-block;
  padding: 0 17px;
  color: #57586E;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}
nav.header-nav ul li.current > a {
  color: #101131;
  font-weight: 600;
}
nav.header-nav ul a {
  color: #57586E;
  text-decoration: none;
  transition: all 0.2s linear;
}
nav.header-nav ul a:hover {
  color: #fa7629;
}

header.ontop {
  background: none;
}

header.StickyNav {
  padding-bottom: 20px;
  padding-top: 10px;
  background: #FFFFFF;
  width: 100%;
  height: 80px;
  position: fixed;
  top: -90px;
  transition: top 0.2s ease-in-out;
  box-shadow: 0 5px 15px 0 rgba(16, 17, 49, 0.1);
  z-index: 10;
}

header.StickyNav .container {
  padding-top: 14px;
}

header.StickyNav .logo {
  width: 100px;
}

.nav-down {
  top: 0px !important;
}

.dropdown-toggle:after {
  margin-left: 8px;
  top: 1px;
  position: relative;
}

.dropdown-menu {
  margin-top: 20px;
  border: none;
  box-shadow: 0 5px 20px 0 rgba(16, 17, 49, 0.1);
  width: 150%;
  margin-left: -25%;
}
.dropdown-menu .dropdown-item {
  color: #57586E;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #fa7629;
  color: #FFF;
}
.dropdown-menu .dropdown-item:focus {
  background-color: #fa7629;
  color: #FFF;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
  font-weight: 600;
  background-color: #fff;
}

.burger-icon {
  float: right;
  cursor: pointer;
}
.burger-icon div {
  width: 20px;
  height: 3px;
  background-color: #57586E;
  margin-bottom: 4px;
}

.close-icon {
  width: 20px;
  height: 20px;
  float: right;
  position: relative;
  margin-right: 40px;
  margin-top: 28px;
  cursor: pointer;
}
.close-icon:before, .close-icon:after {
  content: "";
  position: absolute;
  width: 24px;
  border-radius: 1px;
  height: 3px;
  background: #57586E;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
  transition: 0.3s;
}
.close-icon:before {
  transform: rotate(45deg);
}
.close-icon:after {
  transform: rotate(-45deg);
}

.close-icon-2 {
  width: 20px;
  height: 20px;
  float: right;
  position: relative;
  cursor: pointer;
}
.close-icon-2:before, .close-icon-2:after {
  content: "";
  position: absolute;
  width: 24px;
  border-radius: 3px;
  height: 4px;
  background: #101131;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
  transition: 0.3s;
}
.close-icon-2:before {
  transform: rotate(45deg);
}
.close-icon-2:after {
  transform: rotate(-45deg);
}

.login-text-style {
  text-align: left;
  margin-right: 30px;
  color: #57586E;
  font-size: 1rem;
  padding-top: 6px;
}
.login-text-style:hover {
  text-decoration: none;
}

.download-button, .white-button, .btn.btn-brand-2, .orange-button, .btn.btn-brand-1 {
  border-radius: 4px;
  background-color: #fa7629;
  box-shadow: 0 2px 8px 0 rgba(250, 118, 41, 0.51);
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  transition: all 0.1s linear;
}
.small.download-button, .small.white-button, .small.btn.btn-brand-2, .small.orange-button, .small.btn.btn-brand-1 {
  font-size: 1rem;
  padding: 9px 18px;
}
.medium.download-button, .medium.white-button, .medium.btn.btn-brand-2, .medium.orange-button, .medium.btn.btn-brand-1 {
  min-width: 200px;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 15px 50px;
}
.medium-icon.download-button, .medium-icon.white-button, .medium-icon.btn.btn-brand-2, .medium-icon.orange-button, .medium-icon.btn.btn-brand-1 {
  min-width: 200px;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 15px 30px 15px 60px;
}
.download-button:hover, .white-button:hover, .btn.btn-brand-2:hover, .orange-button:hover, .btn.btn-brand-1:hover {
  text-decoration: none;
  color: #FFF;
}

.orange-button, .btn.btn-brand-1 {
  background-color: #fa7629;
  box-shadow: none;
}
.orange-button:hover, .btn.btn-brand-1:hover {
  box-shadow: 0 4px 16px 0 rgba(250, 118, 41, 0.9);
}
.orange-button:active, .btn.btn-brand-1:active {
  box-shadow: 0 4px 25px 0 rgba(250, 118, 41, 0.9);
}

.white-button, .btn.btn-brand-2 {
  box-shadow: none;
  background-color: #ffffff;
  border: solid 1px rgba(213, 213, 213, 0.5);
  color: #101131;
}
.white-button:hover, .btn.btn-brand-2:hover {
  color: #101131;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
}
.white-button:active, .btn.btn-brand-2:active {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.2);
}

.download-button {
  box-shadow: none;
  background-color: #ffffff;
  font-size: 1.125rem;
  color: #fa7629;
  font-weight: 600;
  text-align: left;
  position: relative;
}
.download-button:before {
  background-image: url(https://snuggpro.com/img/icon-cloud-download.svg);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  position: absolute;
  width: 23px;
  height: 18px;
  left: 25px;
  top: 17px;
}
.download-button:after {
  width: 80%;
  height: 23px;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  content: " ";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.download-button:hover {
  background-color: #fa7629;
}
.download-button:hover:after {
  color: #fa7629;
  box-shadow: 0 6px 20px 0 rgba(250, 118, 41, 0.4);
}
.download-button:hover:before {
  background-image: url(https://snuggpro.com/img/icon-cloud-download-white.svg);
}

.hero-content h1 {
  font-size: 2.35rem;
  font-weight: bold;
  color: #101131;
  margin-top: 10px;
}
.hero-content span {
  font-size: 1.125rem;
  color: #57586E;
}
.hero-content p {
  font-size: 1rem;
  line-height: 2;
  color: #101131;
}
.hero-content ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding-left: 15px;
  line-height: 2.5;
  font-size: 1rem;
  color: #101131;
  font-weight: 400;
}
.hero-content ul:last-child {
  margin-left: 50px;
}

.home-hero-image {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  width: auto;
}

/* =================================
===       HEADER SECTION END    ====
=================================== */
/* =================================
===       FEATURE SECTION START    ====
=================================== */
.feature-section {
  padding: 60px 0;
}

.text-uppercase {
  text-transform: uppercase;
}

.section-title-1 {
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #101131;
  font-weight: bold;
  line-height: normal;
}

.section-title-2 {
  font-size: 2.5rem;
  color: #101131;
  font-weight: bold;
  line-height: normal;
}

.section-title-3 {
  font-size: 1.625rem;
  line-height: 1.8;
  color: #101131;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}

.section-title-4 {
  font-size: 2rem;
  color: #101131;
  font-weight: bold;
  line-height: normal;
}

.section-title-5 {
  font-size: 2.25rem;
  color: #101131;
  font-weight: bold;
  line-height: normal;
}

.section-title-6 {
  font-size: 1.5rem;
  color: #101131;
  font-weight: 500;
  line-height: normal;
  line-height: 1.8;
}

.paragraph-style-1 {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(16, 17, 49, 0.7);
  margin: 10px 0 15px;
}

.paragraph-style-2 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #101131;
}

.paragraph-style-3 {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(16, 17, 49, 0.5);
  margin: 10px 0;
}

.highlight-style-1 {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #57586E;
  padding: 15px 20px;
  background: rgba(250, 118, 41, 0.12);
  border-radius: 5px;
  margin: 10px 0;
}

.list-style-1 {
  font-size: 1rem;
  line-height: 1.8;
  padding: 0 0 0 20px;
  margin: 0;
  color: #101131;
}
.list-style-1 li {
  margin: 5px 0;
}

.list-style-2 {
  font-size: 0.9375rem;
  line-height: 1.8;
  padding: 0 0 0 30px;
  margin: 0;
  color: #57586E;
}
.list-style-2 li {
  margin: 10px 0;
}

.list-style-3 {
  font-size: 1rem;
  line-height: 1.8;
  padding: 0 0 0 20px;
  margin: 0;
  color: #101131;
}
.list-style-3 li {
  margin: 12px 0;
}

.tabs-container {
  padding: 0 50px;
  border-radius: 5px;
  background-color: rgba(87, 88, 110, 0.06);
  display: table;
  margin: 40px auto;
  font-size: 1rem;
  font-weight: normal;
  position: relative;
  transition: all 0.1s linear;
}
.tabs-container a {
  color: #57586E;
  margin: 0 20px;
  display: inline-block;
  text-decoration: none;
  padding: 20px 0 17px;
  transition: all 0.1s linear;
  position: relative;
  text-align: center;
  min-width: 180px;
}
.tabs-container a:hover {
  color: #101131;
  text-decoration: none;
  text-align: center;
}
.tabs-container a:after {
  position: absolute;
  left: 50%;
  right: 50%;
  height: 3px;
  bottom: 0;
  content: "";
  background-color: #101131;
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translate3d(0, 0, 0);
}
.tabs-container a:hover:after {
  left: 0;
  right: 0;
}
.tabs-container a.active {
  color: #101131;
  font-weight: 600;
}
.tabs-container a.active:after {
  display: none;
}
.tabs-container a.active:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  bottom: 0;
  content: "";
  width: 100%;
  background-color: #101131;
}

.tabs-stage .fadein, .tabs-stage .fadeout {
  opacity: 0;
  -moz-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.tabs-stage .fadein {
  opacity: 1;
}

.feature-box {
  border-radius: 5px;
  padding: 20px 20px 60px 20px;
  min-height: 320px;
  transition: all 0.1s linear;
  display: block;
}
.feature-box img {
  margin: 20px 0 30px 10px;
}
.feature-box b {
  font-weight: 600;
  font-size: 0.875rem;
  color: #101131;
  margin-bottom: 6px;
  display: block;
}
.feature-box p {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #57586E;
  font-weight: normal;
}
.feature-box p b {
  font-weight: 500;
}

a.feature-box {
  transition: all 0.1s linear;
  position: relative;
}
a.feature-box:hover {
  background-color: #FFFFFF;
  box-shadow: 0 5px 16px 0 rgba(52, 63, 75, 0.06), 0 5px 32px 0 rgba(52, 63, 75, 0.08);
  text-decoration: none;
}
a.feature-box:after {
  transition: all 0.1s linear;
  content: "LEARN MORE";
  opacity: 1;
  position: absolute;
  width: 100px;
  color: #fa7629;
  border-radius: 5px;
  padding: 5px;
  font-size: 0.875rem;
  text-align: left;
  font-weight: 600;
  margin-top: -8px;
  margin-left: -4px;
}

/* =================================
===       FEATURE SECTION END    ====
=================================== */
/* =================================
===       REPORT SECTION START    ====
=================================== */
.contractor-page-report-section {
  padding: 60px 0;
}

.report-feature-section {
  margin: 40px 40px 0 40px;
  padding: 80px 0;
  background: rgba(87, 88, 110, 0.05);
  border-radius: 5px;
  min-height: 660px;
}

/* =================================
===       REPORT SECTION END    ====
=================================== */
/* =================================
===     SECURITY SECTION START    ====
=================================== */
.security-section {
  padding: 60px 0 80px;
}
.security-section p {
  font-size: 0.9375rem;
  line-height: 2;
  color: #101131;
}

.security-image-container {
  border-radius: 5px;
  background-color: rgba(87, 88, 110, 0.04);
  padding: 30px;
}

.security-list {
  font-size: 0.875rem;
  line-height: 2;
  color: #101131;
  margin: 0;
  padding: 0;
  list-style: none;
}
.security-list li {
  width: calc(50% - 5px);
  border-radius: 5px;
  background-color: rgba(87, 88, 110, 0.1);
  float: left;
  padding: 6px 20px;
  margin-bottom: 10px;
}
.security-list li:nth-child(odd) {
  margin-right: 5px;
}
.security-list li:nth-child(even) {
  margin-left: 5px;
}

.bold-style {
  font-size: 1rem;
  font-weight: 500;
  color: #101131;
  line-height: 1.75;
}

/* =================================
===     SECURITY SECTION END    ====
=================================== */
/* =================================
===  PRODUCTIVITY SECTION START ====
=================================== */
.productivity-section {
  background-color: rgba(16, 17, 49, 0.02);
  padding: 60px 0;
}

.productivity-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  font-size: 0.875rem;
  color: #57586E;
  position: relative;
  background-image: linear-gradient(90deg, rgba(87, 88, 110, 0.3), rgba(87, 88, 110, 0.3) 50%, transparent 50%, transparent 100%);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.productivity-benefits:last-child {
  border: 0;
  background: none;
}
.productivity-benefits p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}
.productivity-benefits b {
  font-size: 1.125rem;
  color: #101131;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
.productivity-benefits li {
  width: 25%;
  display: table-cell;
  padding: 0 25px 25px;
  background-image: linear-gradient(0deg, rgba(87, 88, 110, 0.3), rgba(87, 88, 110, 0.3) 50%, transparent 50%, transparent 100%);
  background-size: 1px 10px;
  background-repeat: repeat-y;
  background-position: right;
}
.productivity-benefits li:nth-child(4) {
  background: none;
}
.productivity-benefits:last-child li {
  padding: 25px 25px 0;
}

/* =================================
===   PRODUCTIVITY SECTION END  ====
=================================== */
/* =================================
===     PROGRAM SECTION START    ====
=================================== */
.contractor-page-program-section {
  padding: 80px 0;
}

.program-benefits {
  border-radius: 5px;
  padding: 30px 30px 60px;
  background-color: rgba(250, 118, 41, 0.12);
}

.program-logos {
  width: 100%;
  display: table;
}
.program-logos .logo-container {
  width: 33.333333%;
  padding: 30px 20px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.program-logos img {
  max-width: auto;
  max-height: 40px;
}
.program-logos img {
  max-width: 90%;
  max-height: auto;
}

/* =================================
===     PROGRAM SECTION END    ====
=================================== */
/* =================================
===     PRICING SECTION START   ====
=================================== */
.pricing-section {
  padding: 80px 0;
  background-color: rgba(87, 88, 110, 0.05);
  position: relative;
}
.pricing-section:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(100vh - 80px) 100vw 0 0;
  border-color: rgba(87, 88, 110, 0.025) transparent transparent transparent;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/* =================================
===     PRICING SECTION END   ====
=================================== */
/* =================================
===  TESTIMONIALS SECTION START ====
=================================== */
.testimonials-section {
  padding: 80px 0;
}

.testimonials-container {
  border-radius: 5px;
  background-color: #fdfdfd;
  border: solid 1px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 50px;
  margin-top: 50px;
}
.testimonials-container:after {
  width: 80%;
  height: 140px;
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.testimonials-container .text-big {
  font-size: 1.25rem;
  line-height: 2;
  color: #101131;
  font-weight: normal;
}
.testimonials-container .text-medium {
  font-size: 1.125rem;
  line-height: 2;
  color: #101131;
  font-weight: normal;
}
.testimonials-container .text-small {
  font-size: 1rem;
  line-height: 2;
  color: #101131;
  font-weight: normal;
}
.testimonials-container figure {
  min-height: 220px;
}
.testimonials-container footer {
  margin: 0;
  padding: 0;
  background: none;
  margin-top: 30px;
}
.testimonials-container cite {
  font-style: normal;
}
.testimonials-container .author {
  font-size: 1.25rem;
  font-weight: 500;
  color: #101131;
  line-height: 1.5;
  display: block;
  margin-bottom: 5px;
}
.testimonials-container .city-or-company {
  font-size: 1rem;
  line-height: 1.8;
  color: #57586E;
}

.owl-dots {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.owl-dots button.owl-dot {
  width: 45px;
  margin-right: 10px;
  padding: 15px 0 !important;
  outline: 0;
  position: relative;
  transition: all 0.1s linear;
}
.owl-dots button.owl-dot:after {
  width: 45px;
  height: 3px;
  background-color: rgba(87, 88, 110, 0.15);
  content: " ";
  position: absolute;
  left: 0;
}
.owl-dots button.owl-dot:hover:after {
  background-color: rgba(87, 88, 110, 0.5);
}
.owl-dots button.owl-dot.active:after {
  width: 45px;
  height: 3px;
  background-color: #101131;
  content: " ";
  position: absolute;
  left: 0;
}

.owl-nav {
  position: absolute;
  top: 90px;
  width: 100%;
}
.owl-nav span {
  display: none;
}
.owl-nav .owl-prev {
  width: 22px;
  height: 40px;
  background: url(https://snuggpro.com/img/arrow-left.svg) no-repeat !important;
  outline: 0;
  left: -120px;
  position: absolute;
  opacity: 0.5;
  transition: all 0.1s linear;
}
.owl-nav .owl-prev:hover {
  opacity: 1;
}
.owl-nav .owl-next {
  width: 22px;
  height: 40px;
  background: url(https://snuggpro.com/img/arrow-right.svg) no-repeat !important;
  outline: 0;
  right: -120px;
  position: absolute;
  opacity: 0.5;
  transition: all 0.1s linear;
}
.owl-nav .owl-next:hover {
  opacity: 1;
}

.report-carousel {
  display: table;
  margin: 0 auto 0 auto;
  position: relative;
  width: 75%;
  max-width: 560px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.report-carousel .owl-height:before {
  width: 100%;
  height: 150px;
  display: block;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  z-index: -1;
}
.report-carousel:before {
  width: 95%;
  height: 200px;
  opacity: 0.5;
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: -1;
  content: " ";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.report-carousel:after {
  width: 90%;
  height: 200px;
  opacity: 0.5;
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: -2;
  content: " ";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.report-carousel .owl-nav {
  top: 50%;
  transform: translateY(-50%);
}
.report-carousel .owl-nav .owl-prev {
  left: -50px;
  background: url(https://snuggpro.com/img/arrow-left-thick.svg) no-repeat !important;
  opacity: 0.5;
}
.report-carousel .owl-nav .owl-prev:hover {
  opacity: 1;
}
.report-carousel .owl-nav .owl-next {
  right: -50px;
  background: url(https://snuggpro.com/img/arrow-right-thick.svg) no-repeat !important;
  opacity: 0.5;
}
.report-carousel .owl-nav .owl-next:hover {
  opacity: 1;
}

.stats-container {
  margin: 120px auto 0;
  display: table;
}
.stats-container span {
  background-color: rgba(250, 118, 41, 0.1);
  border-radius: 100%;
  width: 90px;
  height: 90px;
  max-width: 90px;
  max-height: 90px;
  display: table;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fa7629;
}
.stats-container b {
  display: block;
  font-size: 1.125rem;
  color: #101131;
  text-align: center;
  margin-top: 25px;
  font-weight: normal;
}

/* =================================
===  TESTIMONIALS SECTION END   ====
=================================== */
/* ========================================
===  LATEST FROM BLOG SECTION START   ====
========================================= */
.latest-from-blog-section {
  padding: 60px 0 80px;
}
.latest-from-blog-section .blog-post-container {
  margin-top: 3.75rem;
  display: block;
  transition: all 0.1s linear;
}
.latest-from-blog-section .blog-post-container:hover {
  text-decoration: none;
}
.latest-from-blog-section .blog-post-container:hover .post-title {
  color: #fa7629;
}
.latest-from-blog-section .blog-post-container:hover .blog-feature-image {
  transform: scale(1.03);
}
.latest-from-blog-section .blog-post-container:active .blog-feature-image {
  transform: scale(1.06);
}
.latest-from-blog-section .blog-feature-image {
  border-radius: 5px;
  transition: all 0.1s linear;
}
.latest-from-blog-section .post-title {
  font-size: 1.125rem;
  color: #101131;
  line-height: 1.5;
  font-weight: normal;
  font-weight: 500;
  margin-bottom: 6px;
  transition: all 0.1s linear;
}
.latest-from-blog-section .post-description {
  font-size: 0.875rem;
  color: #57586E;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 4px;
}
.latest-from-blog-section .post-date {
  display: block;
  font-size: 0.875rem;
  color: rgba(87, 88, 110, 0.5);
  line-height: 1.8;
  font-weight: normal;
  text-transform: uppercase;
}

/* ========================================
===  LATEST FROM BLOG SECTION END   ====
========================================== */
/* =================================
===  BOTTOM CTA SECTION START   ====
==================================== */
.bottom-cta-section {
  padding: 80px 0;
  background-color: rgba(16, 17, 49, 0.02);
}

.cta-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fa7629;
  line-height: 1.8;
}
.cta-title span {
  font-weight: normal;
  color: #101131;
}

/* ================================
===  BOTTOM CTA SECTION END   ====
================================== */
/* ================================
===      FOOTER SECTION START   ====
================================== */
footer {
  padding: 60px 0 20px;
  display: block;
  position: relative;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  padding: 3px 0;
}
footer ul a {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  color: #57586E;
}
footer ul a:hover {
  text-decoration: none;
}
footer p {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  color: #57586E;
}
footer p a {
  color: #57586E;
}
footer p a:hover {
  text-decoration: none;
}
footer p b {
  font-weight: 600;
  display: inline-block;
  color: #101131;
}
footer h4 {
  font-weight: 600;
  display: inline-block;
  color: #101131;
  font-size: 1rem;
}

/* ================================
===      FOOTER SECTION END   ====
================================== */
/* ================================
===     FULLPAGE MODAL START  ====
================================== */
.modal-dialog.full-page {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.modal-dialog.full-page .go-back {
  position: fixed;
  font-size: 1rem;
  color: #fa7629;
  opacity: 1;
  font-weight: 600;
  top: 60px;
  left: 60px;
  border-radius: 5px;
  border: solid 1px #fa7629;
  padding: 10px 20px 11px 45px;
  margin: 0;
  text-shadow: none;
  transition: all 0.1s linear;
  float: none;
}
.modal-dialog.full-page .go-back:after {
  content: " ";
  display: block;
  position: absolute;
  width: 16px;
  height: 13px;
  background: url(https://snuggpro.com/img/icon-arrow-left-orange.svg) no-repeat;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.1s linear;
}
.modal-dialog.full-page .go-back:hover:after {
  background: url(https://snuggpro.com/img/icon-arrow-left-white.svg) no-repeat;
}
.modal-dialog.full-page .go-back:hover {
  opacity: 1;
  color: #FFF;
  background-color: #fa7629;
  box-shadow: 0 4px 16px 0 rgba(250, 118, 41, 0.9);
}
.modal-dialog.full-page .close {
  position: fixed;
  font-size: 1rem;
  color: #fa7629;
  opacity: 1;
  font-weight: 600;
  top: 40px;
  left: 60px;
  border-radius: 5px;
  border: solid 1px #fa7629;
  padding: 10px 20px 11px 45px;
  margin: 0;
  text-shadow: none;
  transition: all 0.1s linear;
  float: none;
}
.modal-dialog.full-page .close:before, .modal-dialog.full-page .close:after {
  content: "";
  position: absolute;
  width: 18px;
  border-radius: 1px;
  height: 2px;
  width: 16px;
  background: #fa7629;
  left: 16px;
  top: 50%;
  margin-top: -1px;
  transition: 0.3s;
}
.modal-dialog.full-page .close:before {
  transform: rotate(45deg);
}
.modal-dialog.full-page .close:after {
  transform: rotate(-45deg);
}
.modal-dialog.full-page .close:hover {
  opacity: 1;
  color: #FFF;
  background-color: #fa7629;
  box-shadow: 0 4px 16px 0 rgba(250, 118, 41, 0.9);
}
.modal-dialog.full-page .close:hover:before, .modal-dialog.full-page .close:hover:after {
  background: #FFF;
}
.modal-dialog.full-page hr {
  border-top: 1px solid rgba(87, 88, 110, 0.1);
  margin: 30px 0 20px;
}
.modal-dialog.full-page .modal-header {
  padding-top: 120px;
  border: 0;
}
.modal-dialog.full-page .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
.modal-dialog.full-page .modal-content p {
  font-size: 1rem;
  line-height: 2;
  color: #101131;
  font-weight: normal;
}
.modal-dialog.full-page .modal-content .modal-title {
  font-size: 2.75rem;
  font-weight: bold;
  color: #101131;
  margin: 15px 0;
}
.modal-dialog.full-page .modal-content .modal-body {
  padding: 0;
}
.modal-dialog.full-page .modal-content .modal-text-styles p {
  font-size: 1rem;
  line-height: 1.8;
  color: #101131;
  font-weight: normal;
}
.modal-dialog.full-page .modal-content .modal-text-styles h4 {
  font-size: 1.75rem;
  color: #101131;
  line-height: normal;
  font-weight: 700;
  margin: 30px 0 10px 0;
}
.modal-dialog.full-page .modal-content .modal-text-styles h5 {
  font-size: 1.25rem;
  color: #101131;
  line-height: normal;
  font-weight: 700;
  margin: 30px 0 10px 0;
}
.modal-dialog.full-page .modal-content .modal-text-styles a {
  color: #fa7629;
  font-weight: 500;
  text-decoration: underline;
}
.modal-dialog.full-page .modal-content .modal-text-styles a:hover {
  text-decoration: none;
}
.modal-dialog.full-page .modal-content .modal-text-styles .orange-button {
  color: #FFF;
  text-decoration: none;
}
.modal-dialog.full-page .modal-content .modal-text-styles ul, .modal-dialog.full-page .modal-content .modal-text-styles ol {
  font-size: 1rem;
  line-height: 1.8;
  color: #101131;
  font-weight: normal;
  margin: 20px 0;
}
.modal-dialog.full-page .modal-content .modal-text-styles ul li, .modal-dialog.full-page .modal-content .modal-text-styles ol li {
  margin: 3px 0;
}
.modal-dialog.full-page .image-container {
  background-color: rgba(87, 88, 110, 0.05);
  padding: 50px;
  text-align: center;
  vertical-align: middle;
  margin: 30px 0;
}
.modal-dialog.full-page .image-container img {
  border: solid 1px rgba(87, 88, 110, 0.1);
  width: 50%;
  max-width: 50%;
}
.modal-dialog.full-page .image-container.border-0 img {
  border: 0;
}

/* ================================
===     FULLPAGE MODAL END  ====
================================== */
/* ================================
===     CONTACT MODAL START  ====
================================== */
.contact-form-section {
  border-radius: 5px;
  background: rgba(87, 88, 110, 0.05);
  padding: 20px 25px 30px;
}
.contact-form-section .row .col-6:nth-child(even) label, .contact-form-section .row .col-6:nth-child(even) input {
  margin-left: 10px;
}

.contact-modal-title {
  font-size: 1.875rem;
  font-weight: bold;
  color: #101131;
}

#contactModal p, #contactModal ul {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #101131;
}
#contactModal a[href^="tel:"] {
  font-weight: bold;
  color: #efa514;
  padding-left: 35px;
  text-decoration: none;
  position: relative;
  transition: all 0.1s linear;
}
#contactModal a[href^="tel:"]:before {
  background-image: url(https://snuggpro.com/img/icon-phone.svg);
  content: " ";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 3px;
  transition: all 0.1s linear;
}
#contactModal a[href^="tel:"]:hover {
  color: #fa7629;
}
#contactModal a[href^="tel:"]:hover:before {
  transform: rotate(45deg);
}

.sub-paragraph-1 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #101131;
  line-height: normal;
}

/* ================================
===     CONTACT MODAL END  ====
================================== */
/* ================================
===     PROGRAM LOGOS MODAL START  ====
================================== */
.program-logos-modal {
  max-width: 100%;
  width: 1170px;
}
.program-logos-modal .modal-content {
  border: 0;
  box-shadow: none;
}
.program-logos-modal .close-icon-2 {
  margin-top: 7px;
  margin-right: 10px;
}
.program-logos-modal .modal-header {
  border-radius: 5px 5px 0px 0px;
  background-color: rgba(87, 88, 110, 0.07);
}
.program-logos-modal .footer-text {
  font-size: 0.875rem;
  font-weight: normal;
  padding-top: 15px;
  line-height: 1.8;
}
.program-logos-modal .footer-text b {
  display: block;
  font-weight: 600;
}
.program-logos-modal .footer-text a {
  font-weight: 600;
  border-bottom: 2px solid #fa7629;
  padding-bottom: 2px;
  text-decoration: none;
}
.program-logos-modal .footer-text a:hover {
  border-bottom: 0;
}

.programs-logos-modal-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #101131;
  line-height: normal;
  margin: 3px 0;
}

.program-logos-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(87, 88, 110, 0.1);
  display: block;
}
.program-logos-list li {
  width: 20%;
  float: left;
  height: 130px;
  line-height: 130px;
  text-align: center;
  border: 0.5px solid rgba(87, 88, 110, 0.1);
}
.program-logos-list li img {
  max-width: 55%;
  max-height: 50%;
  vertical-align: middle;
}

/* ================================
===     PROGRAM LOGOS MODAL END  ====
================================== */
/* ================================
===   SUPPORT PAGE STYLE START  ====
================================== */
.container-primary {
  padding-top: 95px;
}

.support-h2 {
  font-size: 1.75rem;
  color: #101131;
  font-weight: 500;
  line-height: normal;
}

.support-category-style {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding: 30px 25px;
  margin-bottom: 30px;
  border-radius: 5px;
  transition: all 0.1s linear;
}
.support-category-style.highlighted {
  background-color: #F7F7F7;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.18);
}
.support-category-style .section-title-1 {
  text-transform: none;
  font-weight: 500;
  margin-top: 0;
  font-size: 28px;
}
.support-category-style .section-title-4 {
  margin-top: 0;
}
.support-category-style .button-margins {
  margin-top: 1.4rem;
  margin-right: 2rem;
}
.support-category-style .support-icon-style {
  vertical-align: middle;
  padding-right: 15px;
}

/* ================================
===   SUPPORT PAGE STYLE END  ====
================================== */
/* =================================
===     RESPONSIVE CSS START     ====
=================================== */
@media (max-width: 1199.98px) {
  /* TEXT STYLES */
  .section-title-5 {
    font-size: 1.875rem;
  }

  .paragraph-style-1 {
    font-size: 0.875rem;
  }

  /* HEADER SECTION */
  header .login-text-style {
    font-size: 0.875rem;
  }
  header .signup-button {
    font-size: 0.875rem;
  }

  /* HERO SECTION */
  .hero-content h1 {
    font-size: 2rem;
  }
  .hero-content ul {
    font-size: 0.875rem;
    margin-top: 10px;
  }

  .medium.orange-button, .medium.btn.btn-brand-1, .medium.white-button, .medium.btn.btn-brand-2, .medium.download-button {
    min-width: 120px;
    padding: 13px 30px;
    font-size: 1rem;
  }

  nav.header-nav ul li {
    font-size: 0.875rem;
    padding: 0 14px;
  }

  .report-carousel {
    margin: 0;
    margin-left: 80px;
    width: 75%;
  }
  .report-carousel:before {
    width: 95%;
    height: 100px;
  }
  .report-carousel:after {
    width: 90%;
    height: 100px;
  }

  .cta-title {
    font-size: 1.375rem;
  }

  /* =================================
  ===        PROGRAM PAGE        ====
  =================================== */
  .security-list li {
    width: 100%;
  }
  .security-list li:nth-child(odd), .security-list li:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .contractor-page-hero-section {
    height: auto;
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .section-title-2 {
    font-size: 1.75rem;
  }

  .paragraph-style-1 {
    font-size: 1rem;
  }

  .hero-content h1 {
    font-size: 2.3rem;
  }
  .hero-content ul {
    font-size: 1rem;
  }

  .medium.orange-button, .medium.btn.btn-brand-1, .medium.white-button, .medium.btn.btn-brand-2, .medium.download-button {
    min-width: 200px;
    padding: 15px 50px;
    font-size: 1rem;
  }

  .home-hero-image {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: auto;
  }

  .hero-content {
    text-align: center;
  }
  .hero-content ul {
    text-align: left;
  }

  .sidebar-right {
    display: none;
    width: 300px;
    position: fixed;
    right: 0;
    top: 0;
    background: white;
    height: 100vh;
    z-index: 11;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09);
  }
  .sidebar-right nav.header-nav {
    display: block;
    padding-top: 80px;
  }
  .sidebar-right nav.header-nav li {
    display: block;
    padding: 10px 30px;
    font-size: 1rem;
  }
  .sidebar-right .login-text-style {
    display: block;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: rgba(87, 88, 110, 0.05);
    margin-left: 20px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: 0 2px 8px 0 rgba(87, 88, 110, 0.1);
    border: 1px solid rgba(87, 88, 110, 0.1);
  }
  .sidebar-right .login-text-style:hover {
    box-shadow: 0 2px 8px 0 rgba(87, 88, 110, 0.2);
    color: #101131;
  }
  .sidebar-right .small.orange-button {
    margin: 20px 20px 15px 20px;
    width: calc(100% - 50px);
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 13px;
  }
  .sidebar-right .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    box-shadow: none;
    border: 1px solid rgba(16, 17, 49, 0.1);
    transform: translate3d(0, 0, 0) !important;
  }
  .sidebar-right .dropdown-menu .dropdown-item {
    font-size: 1rem;
  }

  .report-feature-section {
    padding: 40px 0 80px;
    margin: 40px 20px 0 20px;
  }

  .report-carousel {
    margin-bottom: 120px;
  }

  .report-carousel .owl-dots {
    bottom: -80px;
  }

  .program-benefits {
    padding: 30px;
  }

  /*PRODUCTIVITY SECTION*/
  .productivity-section {
    padding: 80px 0;
  }

  .productivity-benefits {
    background: none;
    display: block;
  }
  .productivity-benefits li {
    width: 49.7%;
    display: inline-table;
    padding: 30px;
    background: none;
  }

  .list-style-1 {
    font-size: 0.875rem;
    display: table;
    margin: 0 auto;
  }

  .download-button {
    display: table;
    margin: 0 auto;
  }

  /*CTA SECTION*/
  .cta-title {
    text-align: center;
  }

  .bottom-cta-section .medium.orange-button {
    margin: 0 auto;
    display: table;
  }

  footer ul {
    padding-bottom: 20px;
  }
  footer h4 {
    display: block;
    padding: 20px 20px 20px 60px;
    font-size: 1.25rem;
    position: relative;
    border-top: 1px solid rgba(87, 88, 110, 0.2);
    cursor: pointer;
    transition: 0.1s;
  }
  footer h4:hover {
    color: #fa7629;
  }
  footer h4:before, footer h4:after {
    content: "";
    position: absolute;
    width: 18px;
    border-radius: 1px;
    height: 2px;
    width: 16px;
    background: #57586E;
    opacity: 0.6;
    left: 15px;
    top: 50%;
    margin-top: -1px;
    transition: 0.3s;
  }
  footer h4:before {
    transform: rotate(45deg);
  }
  footer h4.collapsed:before {
    transform: rotate(90deg);
  }
  footer h4:after {
    transform: rotate(-45deg);
  }
  footer h4.collapsed:after {
    transform: rotate(0);
  }
  footer #audience, footer #resources, footer #about, footer #contact {
    padding-left: 60px;
  }
  footer #contact b, footer #contact a {
    display: block;
  }

  .contact-form-section {
    margin-top: 20px;
  }

  /* ======= CONTACT US MODAL SECTION ========*/
  .modal-dialog.full-page .modal-header {
    padding-top: 90px;
  }
  .modal-dialog.full-page .modal-header .modal-title {
    font-size: 2rem;
  }
  .modal-dialog.full-page .modal-header .close, .modal-dialog.full-page .modal-header .go-back {
    left: 40px;
  }

  /* =================================
  ===        PROGRAM PAGE        ====
  =================================== */
  .program-page-hero-section {
    height: auto;
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .security-section {
    padding: 20px 0 60px;
  }

  .security-list li {
    width: calc(50% - 5px);
  }
  .security-list li:nth-child(odd) {
    margin-right: 5px;
  }
  .security-list li:nth-child(even) {
    margin-left: 5px;
  }

  /* ======= PROGRAM MODAL SECTION ========*/
  .program-logos-modal {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    margin: 0;
  }
  .program-logos-modal .modal-header, .program-logos-modal .modal-content {
    border-radius: 0;
  }

  .program-logos-list li {
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  /* HERO SECTION */
  .hero-contact-button {
    margin-left: 15px;
  }

  /* TABS SECTION */
  .tabs-container {
    background: none;
    padding: 0;
  }
  .tabs-container a {
    min-width: 100%;
    margin: 0;
    background: rgba(87, 88, 110, 0.05);
    border-radius: 5px;
    border: none;
    margin-bottom: 10px;
    padding: 17px 0;
  }
  .tabs-container a:after {
    display: none;
  }
  .tabs-container a.active {
    border: none;
    background: #fa7629;
    color: #FFF;
  }
  .tabs-container a.active:before {
    display: none;
  }

  /* REPORT SECTION */
  .report-feature-section {
    margin: 0;
    padding: 40px 20px 80px;
  }
  .report-feature-section .report-carousel {
    margin: 0 auto 80px;
    width: 100%;
  }
  .report-feature-section .report-carousel:after, .report-feature-section .report-carousel:before {
    display: none;
  }
  .report-feature-section .medium-icon.download-button {
    font-size: 1rem;
  }

  .owl-dots button.owl-dot {
    width: 20px;
    bottom: 30px;
  }
  .owl-dots button.owl-dot:after {
    width: 20px;
  }
  .owl-dots button.owl-dot.active:after {
    width: 20px;
  }

  /* TESTIMONIALS SECTION */
  .testimonials-container figure {
    min-height: 260px;
  }

  /* ======= CONTACT US MODAL SECTION ========*/
  .modal-dialog.full-page .modal-header .close, .modal-dialog.full-page .modal-header .go-back {
    left: 20px;
  }

  /* =================================
  ===        PROGRAM PAGE        ====
  =================================== */
  .security-list li {
    width: 100%;
  }
  .security-list li:nth-child(odd), .security-list li:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  /* ======= PROGRAM MODAL SECTION ========*/
  .programs-logos-modal-title {
    font-size: 1rem;
  }

  .program-logos-modal .close-icon-2 {
    margin-right: 0px;
    margin-top: 0;
  }
  .program-logos-modal .close-icon-2:after, .program-logos-modal .close-icon-2:before {
    width: 20px;
    height: 3px;
  }

  .program-logos-list li {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  /* HEADER */
  .burger-icon {
    margin-top: 5%;
    margin-right: 5%;
  }

  .close-icon {
    margin-top: 12%;
    margin-right: 9%;
  }

  /*HERO SECTION*/
  .hero-content h1 {
    line-height: 1.5;
  }
  .hero-content ul {
    min-width: 200px;
    display: table;
    margin: 0 auto;
  }
  .hero-content ul:first-child {
    margin-top: 20px;
  }
  .hero-content ul:last-child {
    margin: 0 auto;
  }
  .hero-content .hero-contact-button, .hero-content .hero-sign-up-button {
    min-width: 85%;
    margin: 8px;
  }

  /*TABS SECTION*/
  .section-title-1, .section-title-2, .section-title-3, .section-title-4, .section-title-5 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .section-title-6 {
    font-size: 1.25rem;
  }

  .feature-box {
    padding-bottom: 20px;
    min-height: auto;
  }

  a.feature-box {
    padding-bottom: 60px;
  }

  /* PRODUCTIVITY SECTION */
  .productivity-benefits li {
    width: 100%;
    padding: 30px 20px;
  }
  .productivity-benefits:last-child li {
    padding: 30px 20px;
  }

  /* CONTRACTOR SECTION */
  .contractor-page-program-section .programs-button {
    padding: 15px 20px;
    font-size: 0.875rem;
  }

  /* PRICING SECTION */
  .list-style-3 {
    font-size: 0.875rem;
  }
  .list-style-3 li:last-child {
    margin-bottom: 0;
  }

  /* TESTIMONIALS SECTION */
  .testimonials-section {
    padding: 60px 0;
  }

  .testimonials-container {
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 20px;
  }
  .testimonials-container .text-big, .testimonials-container .text-medium, .testimonials-container .author {
    font-size: 1rem;
  }
  .testimonials-container figure {
    min-height: auto;
  }

  .stats-container {
    margin-top: 40px;
  }
  .stats-container b {
    font-size: 0.875rem;
  }

  /* BLOG SECTION */
  .latest-from-blog-section {
    padding: 30px 0 60px;
  }
  .latest-from-blog-section .blog-post-container {
    margin-top: 1.8rem;
  }
  .latest-from-blog-section .post-title {
    margin-top: 15px;
  }

  .bottom-cta-section {
    padding: 60px 0 80px;
  }
  .bottom-cta-section .cta-title {
    font-size: 1.5rem;
  }
  .bottom-cta-section .cta-title span {
    padding-top: 10px;
    display: block;
  }
}
/* =================================
===     RESPONSIVE CSS END     ====
=================================== */


/* =================================
===   WORKFLOW SECTION STARTS   ====
=================================== */
/* WORKFLOW HEADER HERO */
.workflow-hero-section {
  position: relative;
 /* background-image: linear-gradient(to top, white, rgba(0, 0, 0, 0)), linear-gradient(to bottom, rgba(251, 207, 165, 0.05), rgba(251, 207, 165, 0.05)); */
}
.workflow-hero-section h1 {
  margin: 150px 0 20px;
  background-image: linear-gradient(100deg, #fa7b00 3%, #fea100);
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -1.5px;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.workflow-hero-section .hero-cta-button {
  padding-bottom: 20px;
  text-align: center;
}
.workflow-hero-section .hero-cta-button p {
  font-size: 1rem;
  font-weight: 400;
  color: #57586e;
  text-align: center;
}
.workflow-hero-section .hero-cta-button .hero-email-button {
  border: none;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 6px;
  background-image: linear-gradient(180deg, #505252 0%, #2f3030 100%);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  z-index: 1;
  transition: all 0.1s linear;
  text-transform: uppercase;
}
.workflow-hero-section .hero-cta-button .hero-email-button:hover {
  background-image: linear-gradient(0deg, #505252 0%, #2f3030 100%);
  box-shadow: 0 2px 8px 0 rgba(47, 48, 48, 0.3);
}
.workflow-hero-section .hero-cta-button .hero-email-button:focus {
  background: #57586e;
  outline: none;
}
.workflow-hero-section .hero-cta-early-access {
  position: relative;
  display: table;
  margin: 20px auto 80px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 12px 20px 0 #0e1f350f, 0 6px 12px 0 #0e1f3514, 0 2px 4px 0 #0e1f350f;
  background-color: #ffffff;
  transition: all 0.1s linear;
}
.workflow-hero-section .hero-cta-early-access:focus-within {
  box-shadow: 0 12px 20px 0 #0e1f3533, 0 6px 12px 0 #0e1f3514, 0 2px 4px 0 #0e1f3533;
}
.workflow-hero-section .hero-cta-early-access .hero-email-input {
  width: 100%;
  height: 50px;
  padding: 10px 10px 10px 15px;
  border: none;
  transition: all 0.1s linear;
  font-size: 1rem;
  line-height: 1.88;
  letter-spacing: normal;
  color: #101131;
  background-color: transparent;
  margin-left: auto;
}
.workflow-hero-section .hero-cta-early-access .hero-email-input:focus {
  outline: none;
}
.workflow-hero-section .hero-cta-early-access .hero-email-button {
  width: 100%;
  border: none;
  bottom: -50px;
  right: 0;
  display: inline-block;
  padding: 11px 10px 11px 10px;
  border-radius: 5px;
  box-shadow: 0 2px 8px 0 #ff9e3482;
  background-color: #f56600;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  z-index: 1;
  transition: all 0.1s linear;
  position: absolute;
  margin-right: auto;
}
.workflow-hero-section .hero-cta-early-access .hero-email-button:hover {
  background-image: linear-gradient(45deg, #fa7b00, #f56600);
  box-shadow: 0 2px 8px 0 #ff9e34ee;
}
.workflow-hero-section .hero-cta-early-access .hero-email-button:focus {
  outline: none;
  background-image: linear-gradient(-45deg, #fa7b00, #f56600);
}

/* WORKFLOW HEADER HERO IMAGE */
.workflow-hero-image-section {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* WORKFLOW VIDEO SECTION */
.workflow-video-section {
  position: relative;
  padding: 30px 0 60px;
  height: auto;
  overflow: hidden;
}
.workflow-video-section h2 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1.3;
  text-align: center;
  color: #f56600;
}
.workflow-video-section p {
  font-size: 1.15rem;
  font-weight: 500;
  text-align: center;
  color: #101131;
}
.workflow-video-section .what-is-workflow-video {
  border-radius: 20px;
  box-shadow: 0 14px 24px 0 rgba(14, 31, 53, 0.08), 0 6px 12px 0 rgba(14, 31, 53, 0.12), 0 3px 6px 0 rgba(14, 31, 53, 0.08);
  background-color: #ffffff;
  margin-top: 50px;
}
.workflow-video-section .workflow-video-background {
  display: none;
}

.learn-about-container {
  display: none;
}

/* WORKFLOW DEFINE SECTION */
.workflow-define-section {
  background-color: #f6f7f9;
  padding: 50px 0;
  position: relative;
  z-index: -2;
  height: auto;
}
.workflow-define-section .workflow-define-video-container {
  position: relative;
}
.workflow-define-section .workflow-define-video-container .workflow-define-video {
  border-radius: 6px;
  box-shadow: 0 14px 24px 0 rgba(14, 31, 53, 0.08), 0 6px 12px 0 rgba(14, 31, 53, 0.12), 0 3px 6px 0 rgba(14, 31, 53, 0.08);
  background-color: #ffffff;
  margin-bottom: 40px;
}
.workflow-define-section h2 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
  color: #101131;
}
.workflow-define-section p {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: normal;
  color: #57586e;
}
.workflow-define-section ul {
  margin: 30px 0 0 0;
  padding: 0;
}
.workflow-define-section ul li {
  list-style: none;
  border-radius: 8px;
  box-shadow: 0 4px 10px 0 rgba(43, 43, 43, 0.1);
  background: url("../../img/workflow/check-mark.svg") #ffffff no-repeat;
  background-size: 17px;
  background-position: 16px 16px;
  margin-top: 10px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #101131;
  padding: 15px 15px 13px 50px;
}

/* WORKFLOW STATUS SECTION */
.workflow-status-section {
  padding: 40px 0;
  height: auto;
  overflow: hidden;
  position: relative;
}
.workflow-status-section h2 {
  background-image: linear-gradient(294deg, #fea100 100%, #fa7b00);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: -1.5px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
}
.workflow-status-section p {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.8;
  color: #57586e;
}
.workflow-status-section span {
  display: block;
  margin: 0 0 0;
  padding: 15px;
  border-radius: 5px;
  background-color: #f6f7f9;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #2b2b2b;
  margin-bottom: 30px;
}
.workflow-status-section .status-boxes {
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
  top: 0;
}
.workflow-status-section .status-boxes li {
  list-style: none;
  padding: 20px;
  background: #e6e6e6;
  border-radius: 10px;
  margin-top: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.workflow-status-section .status-boxes .status-icon-container {
  width: 80px;
  height: 80px;
  display: inline-table;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  margin-right: 30px;
  margin-bottom: 20px;
}
.workflow-status-section .status-boxes .status-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.workflow-status-section .status-boxes .status-description h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #101131;
}
.workflow-status-section .status-boxes .status-description p {
  margin-top: 0;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #2b2b2b;
}
.workflow-status-section .status-boxes .status-draft {
  background-image: linear-gradient(134deg, #fae1b7 0%, #faedb7 100%);
}
.workflow-status-section .status-boxes .status-submitted-review {
  background-image: linear-gradient(104deg, #dae4fd, #daf0fd);
}
.workflow-status-section .status-boxes .status-changes-requested {
  background-image: linear-gradient(104deg, #dae4fd, #daf0fd);
}
.workflow-status-section .status-boxes .status-closed-resolved {
  background-image: linear-gradient(110deg, #c0f5c8, #dbf5c0);
}
.workflow-status-section .status-boxes .status-closed-unresolved {
  background-image: linear-gradient(104deg, #fddeda 0%, #fdeada);
}

/* WORKFLOW TICKETS SECTION */
.workflow-tickets-section {
  background-color: rgba(251, 207, 165, 0.1);
  padding: 40px 0;
}
.workflow-tickets-section .workflow-ticket-title {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  color: #f56600;
  margin-bottom: 30px;
}
.workflow-tickets-section .workflow-define-video {
  border-radius: 6px;
  border: solid 1px #e6e6e6;
  background-color: #f4f4f4;
  margin-bottom: 10px;
}
.workflow-tickets-section h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.17;
  text-align: left;
  color: #101131;
}
.workflow-tickets-section p {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
  color: #57586e;
  margin-bottom: 30px;
}
.workflow-tickets-section .note-style {
  display: block;
  margin: 5px auto 0;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #fbcfa5;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3;
  color: #2b2b2b;
  text-align: center;
}

/* WORKFLOW EXCHANGE SECTION */
.workflow-exchange-section {
  padding: 40px 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  overflow-x: hidden;
  position: relative;
  z-index: -3;
}
.workflow-exchange-section h2 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.1;
  color: #101131;
  margin-bottom: 10px;
}
.workflow-exchange-section p {
  font-size: 1rem;
  line-height: 1.6;
  color: #57586e;
}
.workflow-exchange-section .workflow-exchange-video {
  border-radius: 6px;
  border: solid 1px #e6e6e6;
  background-color: #f4f4f4;
}
.workflow-exchange-section .background-shape-1 {
  display: none;
}
.workflow-exchange-section .workflow-exchange-video-container {
  padding: 10px 0 20px;
}

/* WORKFLOW COMMENT SECTION */
.workflow-comment-section {
  position: relative;
  padding: 20px 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  overflow-x: hidden;
  z-index: -3;
}
.workflow-comment-section h2 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.1;
  color: #101131;
  margin-bottom: 10px;
}
.workflow-comment-section p {
  font-size: 1rem;
  line-height: 1.6;
  color: #57586e;
}
.workflow-comment-section .workflow-comment-video {
  border-radius: 6px;
  border: solid 1px #e6e6e6;
  background-color: #f4f4f4;
}
.workflow-comment-section .background-shape-2 {
  position: absolute;
  width: 564px;
  height: 660px;
  right: -100px;
  top: 0;
  z-index: -1;
  display: none;
}
.workflow-comment-section .workflow-comment-video-container {
  padding: 10px 0 20px;
}

/* WOFKFLOW CTA SECTION */
.bottom-cta-section-2 {
  padding: 50px 0;
  background: url("../../img/workflow/cta-bottom-background.png") no-repeat;
  background-size: cover;
  background-position-x: center;
  height: auto;
}
.bottom-cta-section-2 .cta-button {
  border: none;
  color: #f56600;
  margin-top: 20px;
}
.bottom-cta-section-2 .cta-title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
.bottom-cta-section-2 .cta-title span {
  display: block;
  margin-top: 6px;
  opacity: 0.9;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}

/* =================================
===     WORKFLOW SECTION END    ====
=================================== */



/* =================================
===   WORKFLOW SECTION STARTS   ====
=================================== */
@media (min-width: 576px) {
  /* WORKFLOW HEADER HERO */
  .workflow-hero-section h1 {
    margin: 200px 0 30px;
    font-size: 3.75rem;
    line-height: 1.08;
    letter-spacing: -1.5px;
  }
  .workflow-hero-section .hero-cta-early-access {
    margin: 30px auto 30px;
    width: 445px;
    height: 60px;
    border-radius: 5px;
  }
  .workflow-hero-section .hero-cta-early-access .hero-email-input {
    width: 305px;
    height: 60px;
    font-size: 1rem;
    line-height: 1.88;
  }
  .workflow-hero-section .hero-cta-early-access .hero-email-button {
    width: 130px;
    border: none;
    top: 0;
    right: 0;
    position: relative;
  }

  /* WORKFLOW VIDEO SECTION */
  .workflow-video-section {
    padding: 60px 0 150px;
    height: auto;
  }
  .workflow-video-section h2 {
    font-size: 2rem;
    letter-spacing: -1px;
  }
  .workflow-video-section p {
    font-size: 1.25rem;
  }
  .workflow-video-section .workflow-video-background {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: block;
  }
  .workflow-video-section .workflow-video-background img {
    position: absolute;
    z-index: -1;
  }
  .workflow-video-section .workflow-video-background .shape-1 {
    width: 1018px;
    left: -322px;
    bottom: -225px;
    animation-name: shape-1-animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;
  }
  @keyframes shape-1-animation {
    from {
      transform: translateX(-40px) translateY(20px);
    }
    to {
      transform: translateX(0) translateY(0);
    }
  }
  .workflow-video-section .workflow-video-background .shape-2 {
    width: 1420px;
    margin: 0 auto;
    bottom: -64px;
    animation-name: shape-2-animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;
  }
  @keyframes shape-2-animation {
    from {
      transform: translateX(40px);
    }
    to {
      transform: translateX(0);
    }
  }
  .workflow-video-section .workflow-video-background .shape-3 {
    width: 1018px;
    right: -277px;
    bottom: -48px;
    animation-name: shape-3-animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;
  }
  @keyframes shape-3-animation {
    from {
      transform: translateX(40px);
    }
    to {
      transform: translateX(0);
    }
  }
}
@media (min-width: 768px) {
  /* WORKFLOW HEADER HERO */
  .workflow-hero-section .hero-cta-button {
    padding-bottom: 20px;
  }
  .workflow-hero-section .hero-cta-button p {
    font-size: 1.25rem;
  }
  .workflow-hero-section .hero-cta-button .hero-email-button {
    padding: 15px 50px;
    letter-spacing: 1px;
    font-size: 1rem;
  }

  /* WORKFLOW STATUS SECTION */
  .workflow-status-section {
    padding: 50px 0;
  }
  .workflow-status-section h2 {
    font-size: 3rem;
  }
  .workflow-status-section p {
    margin-top: 15px;
    font-size: 1rem;
  }
  .workflow-status-section span {
    margin: 50px 0 0;
    margin-bottom: 20px;
  }
  .workflow-status-section .status-boxes li {
    padding: 20px 30px 15px;
    flex-direction: row;
  }
  .workflow-status-section .status-boxes .status-icon-container {
    width: 100px;
    height: 100px;
    padding: 20px;
    margin-bottom: 0;
  }
  .workflow-status-section .status-boxes .status-description h3 {
    font-size: 1rem;
  }
  .workflow-status-section .status-boxes .status-description p {
    margin-top: 0px;
  }

  /* WORKFLOW TICKETS SECTION */
  .workflow-tickets-section {
    padding: 50px 0;
  }
  .workflow-tickets-section .workflow-ticket-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .workflow-tickets-section .workflow-define-video {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .workflow-tickets-section h3 {
    font-size: 1.25rem;
    text-align: center;
  }
  .workflow-tickets-section p {
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0;
  }
  .workflow-tickets-section .note-style {
    display: table;
    margin: 30px auto 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  /* WORKFLOW HEADER HERO */
  .workflow-hero-section .hero-cta-button {
    padding-bottom: 40px;
  }
  .workflow-hero-section .hero-cta-button p {
    font-size: 1.25rem;
    font-weight: 400;
  }
  .workflow-hero-section .hero-cta-button .hero-email-button {
    margin-top: 5px;
    padding: 15px 50px;
    font-size: 1rem;
  }
  .workflow-hero-section .hero-cta-early-access {
    margin: 30px auto 60px;
  }

  /* WORKFLOW HEADER HERO IMAGE */
  .workflow-hero-image-section {
    padding-bottom: 100px;
    padding-top: 0;
  }
  .workflow-hero-image-section .workflow-hero-animation {
    position: relative;
    width: 100%;
  }
  .workflow-hero-image-section .workflow-hero-animation .img-workflow-laptop {
    position: relative;
    width: 1110px;
    margin: 0 auto;
    display: table;
  }
  .workflow-hero-image-section .workflow-hero-animation .popups {
    position: absolute;
    width: 1110px;
    max-width: 100%;
    height: 630px;
    top: 0;
    left: calc(50% - 555px);
    display: flex;
    vertical-align: middle;
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .workflow-hero-image-section .workflow-hero-animation .popups .img-icons-left {
    position: absolute;
    width: 125px;
    max-width: 100%;
    top: 0;
    left: -40px;
  }
  .workflow-hero-image-section .workflow-hero-animation .popups .img-change-status {
    position: absolute;
    width: 262px;
    max-width: 100%;
    top: -30px;
    right: 100px;
  }
  .workflow-hero-image-section .workflow-hero-animation .popups .img-icons-right {
    position: absolute;
    width: 125px;
    max-width: 100%;
    top: 0;
    right: -40px;
  }
  .workflow-hero-image-section .workflow-hero-animation .popups .img-comment-box {
    position: absolute;
    width: 415px;
    max-width: 100%;
    top: 150px;
    left: -100px;
  }
  .workflow-hero-image-section .workflow-hero-animation .popups .img-program-workflow {
    position: absolute;
    width: 355px;
    max-width: 100%;
    top: 160px;
    right: -100px;
  }
  .workflow-hero-image-section .workflow-hero-animation .popups .img-files-box {
    position: absolute;
    width: 385px;
    max-width: 100%;
    left: -55px;
    bottom: -90px;
  }
  .workflow-hero-image-section .workflow-hero-animation .popups .img-image-box {
    position: absolute;
    width: 336px;
    max-width: 100%;
    right: -30px;
    bottom: -100px;
  }

  /* WORKFLOW VIDEO SECTION */
  .workflow-video-section {
    padding: 60px 0;
    min-height: 266px;
  }
  .workflow-video-section h2 {
    font-size: 2.5rem;
    letter-spacing: -1px;
  }
  .workflow-video-section p {
    font-size: 1.375rem;
  }
  .workflow-video-section .workflow-video-background {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: block;
  }
  .workflow-video-section .workflow-video-background img {
    position: absolute;
    z-index: -1;
  }
  .workflow-video-section .workflow-video-background .shape-1 {
    width: 1018px;
    left: -322px;
    bottom: -225px;
    animation-name: shape-1-animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;
  }
  @keyframes shape-1-animation {
    from {
      transform: translateX(-40px) translateY(20px);
    }
    to {
      transform: translateX(0) translateY(0);
    }
  }
  .workflow-video-section .workflow-video-background .shape-2 {
    width: 1420px;
    margin: 0 auto;
    bottom: -64px;
    animation-name: shape-2-animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;
  }
  @keyframes shape-2-animation {
    from {
      transform: translateX(40px);
    }
    to {
      transform: translateX(0);
    }
  }
  .workflow-video-section .workflow-video-background .shape-3 {
    width: 1018px;
    right: -277px;
    bottom: -48px;
    animation-name: shape-3-animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;
  }
  @keyframes shape-3-animation {
    from {
      transform: translateX(40px);
    }
    to {
      transform: translateX(0);
    }
  }

  .learn-about-container {
    position: absolute;
    left: -100px;
    top: 160px;
    display: block;
  }

  /* WORKFLOW DEFINE SECTION */
  .workflow-define-section {
    padding: 120px 0;
    height: 100vh;
  }
  .workflow-define-section .workflow-define-inner {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .workflow-define-section .workflow-define-video-container .define-video-object-1 {
    width: 130px;
    height: 130px;
    position: absolute;
    top: -38px;
    left: -40px;
    background: url("../../img/workflow/pattern-1.svg") no-repeat;
    z-index: -1;
  }
  .workflow-define-section .workflow-define-video-container .define-video-object-2 {
    width: 160px;
    height: 160px;
    position: absolute;
    top: -78px;
    right: 40px;
    border-radius: 40px;
    background-image: linear-gradient(to bottom, rgba(89, 60, 143, 0.3), rgba(246, 247, 249, 0));
    z-index: -1;
  }
  .workflow-define-section .workflow-define-video-container .define-video-object-3 {
    width: 160px;
    height: 200px;
    position: absolute;
    bottom: -58px;
    left: 40px;
    border-radius: 40px;
    background-image: linear-gradient(to bottom, #f56600, rgba(246, 247, 249, 0));
    z-index: -1;
  }
  .workflow-define-section h2 {
    font-size: 2.5rem;
  }
  .workflow-define-section p {
    font-size: 1.125rem;
    line-height: 1.8;
  }
  .workflow-define-section ul li {
    font-size: 0.875rem;
  }

  /* WORKFLOW STATUS SECTION */
  .workflow-status-section {
    padding: 100px 0;
    height: 100vh;
  }
  .workflow-status-section .workflow-status-inner {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .workflow-status-section h2 {
    font-size: 3.75rem;
  }
  .workflow-status-section p {
    margin-top: 20px;
    font-size: 1.125rem;
  }
  .workflow-status-section span {
    margin: 50px 0 0;
    margin-bottom: 0;
  }
  .workflow-status-section .status-boxes {
    margin: -100px 0 -100px 0;
    position: absolute;
    top: 80px;
  }
  .workflow-status-section .status-boxes li {
    padding: 30px;
    flex-direction: row;
  }
  .workflow-status-section .status-boxes .status-icon-container {
    width: 140px;
    height: 140px;
    padding: 20px;
    margin-bottom: 0;
  }
  .workflow-status-section .status-boxes .status-description h3 {
    font-size: 1.125rem;
  }
  .workflow-status-section .status-boxes .status-description p {
    margin-top: 5px;
  }

  /* WORKFLOW TICKETS SECTION */
  .workflow-tickets-section {
    padding: 60px 0;
  }
  .workflow-tickets-section .workflow-ticket-title {
    font-size: 2.75rem;
    margin-bottom: 50px;
  }
  .workflow-tickets-section .workflow-define-video {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .workflow-tickets-section h3 {
    font-size: 1.5rem;
    text-align: center;
  }
  .workflow-tickets-section p {
    font-size: 1rem;
    line-height: 1.63;
    text-align: center;
    margin-bottom: 20px;
  }
  .workflow-tickets-section .note-style {
    display: table;
    margin: 30px auto 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }

  /* WORKFLOW EXCHANGE SECTION */
  .workflow-exchange-section {
    padding: 100px 0;
    height: 700px;
  }
  .workflow-exchange-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .workflow-exchange-section p {
    font-size: 1.125rem;
    line-height: 1.8;
  }
  .workflow-exchange-section .background-shape-1 {
    position: absolute;
    width: 712px;
    height: 660px;
    left: -100px;
    top: 0;
    z-index: -1;
    display: block;
  }
  .workflow-exchange-section .workflow-exchange-video-container:before {
    content: "";
    width: 400px;
    height: 400px;
    display: block;
    position: absolute;
    opacity: 0.6;
    background-image: linear-gradient(180deg, #ffb607 0%, #ff9924 100%);
    filter: blur(50px);
    border-radius: 100%;
    left: calc(50% - 200px);
    top: calc(50% - 200px);
    z-index: -2;
  }
  .workflow-exchange-section .workflow-exchange-video-container .exchange-video-object-1 {
    width: 153px;
    height: 151px;
    position: absolute;
    bottom: -30px;
    right: -28px;
    background: url("../../img/workflow/pattern-2.svg") no-repeat;
    background-size: 153px 151px;
    z-index: -1;
  }

  /* WORKFLOW COMMENT SECTION */
  .workflow-comment-section {
    padding: 100px 0;
    height: 700px;
  }
  .workflow-comment-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .workflow-comment-section p {
    font-size: 1.125rem;
    line-height: 1.8;
  }
  .workflow-comment-section .background-shape-2 {
    position: absolute;
    width: 564px;
    height: 660px;
    right: -100px;
    top: 0;
    z-index: -1;
    display: block;
  }
  .workflow-comment-section .workflow-comment-video-container:before {
    content: "";
    width: 400px;
    height: 400px;
    display: block;
    position: absolute;
    opacity: 0.3;
    background: #593c8f;
    filter: blur(50px);
    border-radius: 100%;
    left: calc(50% - 200px);
    top: calc(50% - 200px);
    z-index: -2;
  }
  .workflow-comment-section .workflow-comment-video-container .comment-video-object-1 {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -46px;
    left: -35px;
    background: url("../../img/workflow/pattern-3.svg") no-repeat;
    z-index: -1;
    background-size: 120px 120px;
  }

  /* WOFKFLOW CTA SECTION */
  .bottom-cta-section-2 {
    padding: 80px 0;
    height: 340px;
  }
  .bottom-cta-section-2 .cta-button {
    margin-top: 40px;
  }
  .bottom-cta-section-2 .cta-title {
    font-size: 2.25rem;

    line-height: 1.2;

  }
  .bottom-cta-section-2 .cta-title span {
    font-size: 1.875rem;
  }
}
/* =================================
===    WORKFLOW SECTION ENDS    ====
=================================== */




