#wrapper {
  position: relative;
  overflow: hidden;
}
.container {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
/*****HEADER CSS STARTS*****/
.header {
  background: #6f2586;
  padding: 32px 0 19px;
}
.header.login-header {
 padding: 32px 0 0; 
}
.header .logo {
  display: inline-block;
}
.header .logo img {
  max-width: 172px;
}
.header .nav-wrap {
  display: inline-block;
  width: auto;
}
.header .nav-wrap.stellarnav.desktop {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 30px;
  background: none;
  width: auto;

}
.nav-wrap.stellarnav.desktop ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#login-header .nav-wrap.stellarnav.desktop {
  float: right;
}

#login-header .nav-wrap.stellarnav .link {
  padding: 8px 5px;
  color: #721c89;
  max-width: 100%;
}

#login-header .nav-wrap.stellarnav.mobile .link {
  margin: 10px 0 0;
}

#login-header .nav-wrap.stellarnav.mobile ul>li:last-of-type .link {
  margin: 10px 0 10px;
} 

.remove-ul-styles ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.remove-ul-styles ul li {
  margin: 0;
  padding: 0;
}
.nav-wrap.stellarnav.desktop ul li {
  display: inline-block;
  padding: 0 0;
  color: #fff;
}
.nav-wrap.stellarnav.desktop ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 19px 20px;
}
.nav-wrap.stellarnav.desktop ul li.has-sub li a {
  padding: 10px;
}
.nav-wrap.stellarnav.desktop ul li.has-sub li a:hover {
  background: #883f99;
}
.nav-wrap.stellarnav.desktop ul li.has-sub li:last-child a {
  border-radius: 0 0px 10px 10px;
}
.nav-wrap.stellarnav.desktop ul li.has-sub li:last-child ul li a {
  border-radius: 0;
}
.nav-wrap.stellarnav.desktop ul li.has-sub li:last-child ul li:last-child a {
  border-radius: 0 0px 10px 10px;
}
.nav-wrap.stellarnav.desktop ul ul {
  background: rgb(111, 42, 134);
  border-radius: 0 0px 10px 10px;
  box-shadow: 1px 3px 3px #6b3479;
}
.nav-wrap.stellarnav.desktop ul ul li.has-sub ul {
  border-radius: 0 10px 10px 10px;
}
.nav-wrap.stellarnav.desktop ul ul.dashboard-dropdown {
  width: 293px;
  margin-left: -10px;
}
.nav-wrap.stellarnav.desktop ul ul li.dashboard-title span{
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  white-space: normal;
  display: block;
  text-transform: uppercase;
}
.nav-wrap.stellarnav.desktop ul ul li {
  display: block;
}
.nav-wrap.stellarnav.desktop ul li.right-section {
  float: right;
  padding-right: 0;
  display: block;
  margin: -10px 0 0 0;  
}
.nav-wrap.stellarnav.desktop ul li.quick-link {
    padding-left: 30px;
}
.nav-wrap.stellarnav.desktop ul li.user-details {
  padding-left: 10px;
  padding-right: 0;
  background: #fff;
  height: 32px;
  line-height: 32px;
  float: right;
  border-radius: 5px 0 0 5px;
  margin-left: 7px;
}
.nav-wrap.stellarnav.desktop ul li.user-details .user-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
.nav-wrap.stellarnav.desktop ul li.signout {
  padding: 0 10px 0 0;
  background: #fff;
  height: 32px;
  line-height: 32px;
  float: right;
  border-radius: 0 5px 5px 0;
}
.nav-wrap.stellarnav.desktop ul li.line-div {
  padding: 0 10px;
  background: #fff;
  height: 32px;
  line-height: 32px;
  float: right;
}
.nav-wrap.stellarnav.desktop ul li.signout,
.nav-wrap.stellarnav.desktop ul li.line-div,
.nav-wrap.stellarnav.desktop ul li.user-details {
  margin-top: 14px
}
.nav-wrap.stellarnav.desktop ul li.signout > a,
.nav-wrap.stellarnav.desktop ul li.line-div > span,
.nav-wrap.stellarnav.desktop ul li.user-details > a {
  color: #504a51;  
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 13px;
}
.nav-wrap.stellarnav.desktop ul li.user-details.has-sub > a:after {
  display: none;
}
.nav-wrap.stellarnav.desktop ul li.user-details.has-sub > a:before {
  content: '';
  margin-right: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #504a51;
  display: inline-block;
}
.header .my-account {
  float: right;
}
.my-account ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.my-account ul li {
  padding: 0;
  margin: 0;
}
.my-account ul li a {
  color: #fff;
}
.my-account .select-wrap {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}
.my-account .select-wrap select {
  height: 34px;
  border: 1px solid #504a51;
  color: #504a51;
  font-size: 14px;
  background: #fff;
  border-radius: 5px;
  text-transform: uppercase;
}
.my-account .select-wrap select:focus {
    outline: none;
}
.my-account .dashboard-links {
  display: inline-block;
  background: #fff;
  border: 1px solid #504a51;
  border-radius: 5px;
  position: relative;
  padding: 5px 25px;
  vertical-align: top;
  margin-left: 7px;
}
.my-account .dashboard-links::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #504a51;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -2.5px;
}
.my-account .dashboard-links a {
  color: #504a51;
}
.my-account .dashboard-links a.user-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 137px;
  display: inline-block;
  text-transform: capitalize;
}
.my-account .dashboard-dropdown-wrap {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
}
.my-account .dashboard-links:hover .dashboard-dropdown-wrap {
  display: block;
  padding: 10px 0 0 0;
  margin: 0 0 0 -24px;
}
.my-account ul.dashboard-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  z-index: 1;
  width: 168px;
  right: 0;
  padding: 10px;
  border-radius: 5px;
  display: none;
}
.my-account .dashboard-links:hover ul.dashboard-dropdown {
  display: block;
}
.my-account ul.dashboard-dropdown li {
  color: #504a51;
  display: block;
  text-transform: capitalize;
  padding: 0 0px 10px 0;
}
.my-account ul.dashboard-dropdown li:last-child {
  padding: 0 0px 10px 0; 
}
.my-account ul.dashboard-dropdown li.dashboard-title {
  text-transform: uppercase;
  color: #6f2586;
}
.my-account ul.dashboard-dropdown li a {
  text-transform: capitalize;
}
.my-account ul.dashboard-dropdown li a:hover {
  color: #6d2c84;
}
.nav-wrap.stellarnav > ul > li.signout.mobile {
  display: none;
}
/*****HEADER CSS ENDS*****/
/*****MAIN SECTION CSS STARTS*****/
main {
  display: flex;
}
main .left-section {
  width: 20%;
  background: #f1f1f1;
}
main .main-section {
  width: 80%; 
}
.left-section ul {
  margin: 0;
  padding: 30px 0 0 0;
  list-style: none;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  /*justify-content: center;*/
  flex-direction: column;
}
.left-section ul li {
  display: block;
  text-align: center;
  padding-bottom: 30px;
  max-width: 100%;
}
.left-section ul li:last-child {
  padding-bottom: 0;
}
.left-section ul li a {
  text-decoration: none;
  color: #6f2586;
}
.left-section .left-icon-img img {
  max-width: 60px;
  height: auto;
  width: 100%;
}
.left-section .left-icon-img {
  border: 1px solid #6b3082;
  padding: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  width: 108px;
  height: 108px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.left-section .left-icon-txt {
  font-size: 18px;
  color: #6f2586;
  text-transform: uppercase;
  word-spacing: 100vw;
  letter-spacing: 3.6px;
  line-height: 20px;
  font-weight: 600;
  padding-top: 18px;
  display: block;
}
.left-section .left-icon-txt .two-word-row {
  word-spacing: normal;
}
/**Quick Links Left Section **/
.left-section.left-quick-links ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: auto;
  width: 85%;
  background: #fff;
  margin: 78px auto 0;
  padding: 0;
}
.left-section.left-quick-links ul li {
  padding-bottom: 0;
  width: 100%;
  text-align: left;
  padding: 14px 7px 14px 7px;
  box-sizing: border-box;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 4px solid #f1f1f1;
}
.left-section.left-quick-links ul li.quick-link-wrap .quick-link-txt {
  padding: 22px 0 22px 9px;
  text-transform: capitalize;
}
.left-section.left-quick-links ul li.quick-link-wrap ul {
  display: block;
  margin: 0;
  padding: 0 0 22px 0;
  width: 100%;
}
.left-section.left-quick-links ul li.quick-link-wrap ul li {
  padding: 6px 7px;
}
.left-section.left-quick-links ul li.quick-link-wrap a {
  display: block;
}
.left-section.left-quick-links ul li.quick-link-wrap a .quick-img {
  display: inline-block;
  vertical-align: middle;
}
.left-section.left-quick-links ul li.quick-link-wrap a .quick-img img {
  vertical-align: middle;
}
.left-section.left-quick-links ul li.quick-link-wrap a .quick-txt {
  vertical-align: middle;
  display: inline-block;
  padding-left: 12px;
}
.left-section.left-quick-links ul li.sub-links {
    padding-bottom: 0;
}
.left-section.left-quick-links ul li.sub-links ul {
    margin: 5px 0 0 0;
    width: 100%;
}
.left-section.left-quick-links ul li.sub-links ul li:last-child {
    border-bottom: none;
}
/**Quick Links Left Section  ends**/
.main-section .banner {
  position: relative;
}
.banner .banner-image img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  border: 0;
  outline: 0;
  vertical-align: bottom;  
  width: 100%;
  height: auto;
}
.main-section .banner-content {
  position: absolute;
  top: 46px;
  left: 50px;
  background: #6f2a86;
  color: #fff;
  padding: 20px;
  max-width: 311px;
  border-bottom: 15px solid #883f99
}
.banner-content h1.title {
  font-size: 32px;
  line-height: 34px;
  font-weight: normal;
  margin: 0;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.login-section .login-main .title::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 10px;
  z-index: -1;
  background: #fff;
  transform-origin: bottom left;
  -ms-transform: skew(-15deg, 0deg);
  -webkit-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
}
.banner-content h1.title::after {
  content: "";
  display: block;
  width: 45%;
  background: #fff;
  height: 1px;
  position: absolute;
  bottom: 0;
}
.banner-content span.text {
  font-size: 14px;
  max-width: 80%;
  display: block;
}
.main-section .text-content {
  color: #504a51;
  font-size: 18px;
  padding: 10px 0 10px 50px;
  width: 85%;
}
.main-section .text-content.table-records span {
  font-weight: 600;
}
.main-section .text-content h2.title {
  font-size: 28px;
  text-transform: uppercase;
  color: #6f2586;
  margin-bottom: 0;
}
.main-section .text-content h3.sub-title {
  color: #6f2586;
  font-size: 24px;
  margin: 10px 0 10px 0;
}
.main-section.webinar .text-content h3.sub-title,
.main-section.evaluation .text-content h3.sub-title,
.main-section.orbi-pro .text-content h3.sub-title {
  color: #504a51;
}
.main-section .text-content h2.title .capital-txt {
  text-transform: capitalize;
}
.main-section.home-main-section .text-content p {
  margin-top: 0;
}
.main-section.home-main-section.evaluation .text-content p {
  margin-bottom: 0;
}
.login-section {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 29px;
}
.login-section::after, 
.become-partner::after {
  background: #f1f1f1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.login-section .login-main {
  display: inline-block;
  white-space: nowrap;
}
.login-main form#loginform > div, .login-main div#icon-section > div {
  display: inline-block;
  vertical-align: middle;
}
.login-section .login-main .title, 
.become-partner .title {
  width: 324px;
  background: #504b52;
  color: #fff;
  position: relative;
  padding: 60px 10px;
  box-sizing: border-box;
  margin-right: 50px;
}
.login-section .login-main .title::after, 
.become-partner .title::after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #504b52;
  transform-origin: bottom left;
  -ms-transform: skew(-12deg, 0deg);
  -webkit-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
.login-section .login-main .title::before, 
.become-partner .title::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 10px;
  z-index: -1;
  background: #fff;
  transform-origin: bottom left;
  -ms-transform: skew(-12deg, 0deg);
  -webkit-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
.login-main .title h2, 
.become-partner .title h2 {
  font-size: 18px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: 0;
  /*word-spacing: 100vw;*/
  text-align: center;
}
.login-main .login-button{
  padding: 13px 7px 0 0;
}
.login-main .login-input {
  padding: 0 13px;
  width: 340px;
}
.login-main .login-input .input-wrap {
  margin-top: 8px;
}
.login-main .login-input .input-wrap:first-child {
  margin-top: 0;
}
.login-main .login-input .input-wrap label {
  display: block;
  font-size: 18px;
}
.login-main .login-input .input-wrap input {
  display: block;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #bf9fc9;
  height: 38px;
  padding: 3px;
  box-sizing: border-box;
  color: #504a51;
  font-weight: lighter;
  width: 100%;
  line-height: 1;
}
.login-main .login-input .input-wrap input:focus, .login-main .login-input .input-wrap input:active, .btn:focus {
  outline: none;
  box-shadow: 0px 0px 2px #90308a;
}
.login-main .login-button .btn{
  display: inline-block;
  vertical-align: top;
  width: 132px;
  border-radius: 6px;
  background: -webkit-linear-gradient(left, #662e88, #95258a);
  background: linear-gradient(to right, #662e88, #95258a);
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, .08);
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  padding: 14px;
  margin: 0;
  background: #504b52;
}
.login-main .login-button .btn:hover {
  background: -webkit-linear-gradient(left, #95258a, #662e88);
  background: linear-gradient(to right, #95258a, #662e88);
  background: #3f3d40;
}
.login-section .useful-links, 
.become-partner .useful-links {
  display: inline-block;
  padding: 0 13px;
  white-space: normal;
}
.links-wrap:last-child {
  margin: 0;
}
.links-wrap {
  margin-bottom: 3px;
}
.links-wrap a.link {
  background: #721c89;
  min-width: 226px;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 8px 5px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  background: #fff;
  color: #721c89;
  border: 1px solid #721c89;
  box-sizing: border-box;
  max-width: 226px;
}
.btn-wrap a.link, .eval-buttons .btn, .aspNetDisabled {
  background: #721c89;
  min-width: 226px;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 8px 2px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  background: #fff;
  color: #721c89;
  border: 1px solid #721c89;
  box-sizing: border-box;
}
.btn-wrap a.link:hover, .eval-buttons .btn:hover {
  background: #7f2e89;
  background: #fff;
  box-shadow: 1px 1px 1px #7f2e89;
}
.links-wrap a.link:hover {
  background: #7f2e89;
  background: #fff;
  box-shadow: 1px 1px 1px #7f2e89;
}
.eval-buttons .aspNetDisabled {
  opacity: 0.5;
}

.become-partner {
  margin: 13px 0;
  display: flex;
  position: relative;
  align-items: center;
}
.become-partner .title, 
.become-partner .become-partner-text {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.become-partner > div {
  display: inline-block;
  white-space: nowrap;
}
.become-partner .become-partner-text {
  width: 486px;
  padding: 0 13px;
  font-size: 18px;
  line-height: 25px;
  white-space: normal;
}
.become-partner.full-width-icons  .become-partner-text {
  width: 712px;
}
.become-partner-text p {
  margin: 0;
  margin-top: 5px;
}
.become-partner-text p:first-child {
  margin-top: 0;
}
.space-adjust {
  min-height: 400px;
  display: inline-block;
  width: 100%;
}
.home-icon-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
}

.home-icon-wrap ul li {
  display: inline-block;
  width: 20%;
  box-sizing: border-box;
  text-align: center;
  display: table-cell;
}
.home-icon-wrap ul li a {
  text-decoration: none;
}
.home-icon-wrap ul li .home-icon-img {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}
.home-icon-wrap ul li .home-icon-img img {
  /*max-width: 66px;*/
  vertical-align: top;
  width: auto;
  height: auto;
  max-height: 56px;
}
.home-icon-wrap ul li .home-icon-txt {
  margin-top: 13px;
  font-size: 14px;
  letter-spacing: 2.8px;
  text-align: center;
  color: #504a51;
  line-height: 16px;
  font-weight: 600;
}
.form-element {
  position: relative;
}
/*Key Resources section*/
.main-section.home-main-section.key-resources-main .text-content p {
  margin-bottom: 0;
}
.become-partner.key-resources::after {
  display: none;
}
.become-partner.key-resources {
  float: left;
  width: 50%;
  margin: 0;
}
.key-resources-tab {
  width: 100%;
  overflow: hidden;
  padding: 5px 0 20px;
}
.become-partner.key-resources .title {
  padding: 35px 10px 20px;
  margin-right: 7px;
  max-width: 360px;
  width: 360px;
  white-space: normal;
}
.become-partner.key-resources .title h2 {
    min-height: 48px;
}
.become-partner.key-resources .links-wrap {
  text-align: center;
  margin-top: 20px;
}
.become-partner.key-resources .key-img {
  display: inline-block;
}
.become-partner.key-resources .key-img img{
  max-height: 158px;
  vertical-align: middle;
  width: auto;
  height: auto;
}
.become-partner.key-resources .become-partner-top {
  width: 100%;
}
.become-partner.key-resources.promotions-tab .become-partner-top {
  width: auto;
}
.become-partner.key-resources.promotions-tab::after {
  display: block;
}
.become-partner.key-resources.promotions-tab {
  width: 100%;
  float: none;
  margin-bottom: 28px;
}
.become-partner.key-resources.promotions-tab .title {
  min-height: 158px;
  max-width: 304px;
}
.become-partner.promotions-tab .become-partner-text {
  width: 45%;
  box-sizing: border-box;
}
.become-partner-text .offer-secton {
  line-height: 1.2;
  margin-bottom: 8px;
}
.become-partner-text .offer-secton:last-child {
  margin-bottom: 0;
}
.become-partner-text .offer-lable {
  font-weight: 600;
  display: inline;
}
.become-partner-text .offer-output {
  display: inline;
}
/** Webinar **/
.webinar-wrap, .common-wrap {
  padding: 10px 0 10px 50px;
  width: 85%;
}
.webinar-date {
  width: 22%;
  display: inline-block;
  vertical-align: top;
}
.webinar-txt {
  display: inline-block;
  width: 77%;
  vertical-align: top;
}
.webinar-txt h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.webinar-txt p {
  margin: 5px 0 5px;
  font-size: 18px;
}
.webinar-wrap h3.main-title {
  font-size: 24px;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #605b60;
  text-transform: capitalize;
  color: #6f2586;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.webinar-list .webinar-date .date-wrap {
  font-size: 18px;
  color: #6f2586;
  font-weight: 600;
  margin-bottom: 25px;
}
.webinar-list {
  vertical-align: top;
  border-bottom: 2px solid #f2f2f2;
  padding: 10px 0;
}
.webinar-list:last-child {
  border: none;
}
.webinar-list .links-wrap a.link {
  max-width: 100%;
  min-width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.webinar-wrap.recent-webinar {
  padding-top: 60px;
}
.quarter-results {
  margin: 0 auto;
  text-align: center;
}
.quarter-results .quarter-section {
  width: 49%;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 50px;
  text-align: left;
  vertical-align: top;
}
.quarter-results .quarter-section:nth-child(2n) {
  padding-left: 0;
}
.quarter-results .quarter-img {
  padding: 10px 20px;
  border: 1px solid #f2f2f2;
  width: auto;
  display: inline-block;
  border-left: 5px solid #721c89;
  box-sizing: border-box;
  margin: 10px 0;
}
.quarter-section .title h2 {
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
  margin: 0;
  font-size: 18px;
}
.quarter-section .title h2 .red {
  color: #ff0000;
}
.quarter-section h3.quarter-txt-title {
  margin: 15px 0 5px;
  padding: 0;
}
.quarter-section .quarter-content p {
  margin: 0 0 10px 0;
}
.quarter-links a {
  text-decoration: none;
  display: block;
}
.quarter-links a:hover {
  text-decoration: underline;
}
.toggle-left {
  display: none;
  clear: both;
  background: #f1f1f1;
  padding: 15px 20px;
  box-sizing: border-box;
}
.toggle-left .custom-bars {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.toggle-left .bar-wrapper .custom-bars span {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 6px;
  background: #000;
  margin: 0 0 3px;
}
.overlay {
  position: absolute;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  opacity: 0.8;
  display: none;
}
.overlay.active {
  display: none;
}
.mobile-close {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 15px;
  height: 15px;
  opacity: 0.3;
  display: none;
  cursor: pointer;
}
.mobile-close:hover {
  opacity: 1;
}
.mobile-close:before, .mobile-close:after {
  position: absolute;
  left: 8px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #333;
}
.mobile-close:before {
  transform: rotate(45deg);
}
.mobile-close:after {
  transform: rotate(-45deg);
}
/*evaluation css starts*/
.eval-content, .common-content {
  padding: 0px 0 10px 50px;
  width: 85%;
}
.eval-ol-list .list-title {
  font-size: 18px;
  color: #6f2586;
}
.eval-ol-list ol {
  margin: 6px 0;
  padding-left: 20px;
}
.eval-ol-list ol li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  font-size: 18px;
  padding: 10px 0;
}
.eval-ol-list ol li:first-child {
  padding-top: 0;
}
.eval-ol-list ol li:before {
  color: #6f2586;
  content: counter(list) ".";
  left:-32px;
  position: absolute;
  text-align: right;
  width: 26px;
}
.eval-ol-list .note-txt {
  padding-left: 20px;
  font-size: 14px;
}
.eval-ol-list .links-wrap {
  margin: 32px 0;
  padding-left: 20px;
}
.eval-ol-list .links-wrap .link {
  padding: 8px 10px;
}
.evaluation-form {
  padding: 20px 0 20px 20px;
}
.evaluation-form .field-wrap {
  display: block;
  padding: 10px 0;
}
.field-wrap .eval-label {
  width: 25%;
  padding-right: 17px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}
.field-wrap .eval-label label {
  font-size: 16px;
}
.field-wrap .eval-input {
  width: 74.33%;
  padding-left: 17px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
.field-wrap .eval-qty {
  width: 15%;
  display: inline-block;
  vertical-align: top;
}
.field-wrap .eval-qty input{
  height: 26px;
  width: 35px;
  box-sizing: border-box;
  border-radius: 3px;
  outline: none;
  border: 1px solid #cccccc;
  padding: 2px 5px;
  font-size: 14px;
  color: #ccc;
  line-height: 28px;
}
.field-wrap .eval-input input {
  height: 26px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  outline: none;
  border: 1px solid #cccccc;
  padding: 2px 5px;
  font-size: 14px;
  color: #504a51;
  line-height: 28px;
}
.eval-qty label {
  padding-right: 5px;
}
.eval-select select {
  height: 28px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  outline: none;
  border: 1px solid #cccccc;
  padding: 2px 5px;
  font-size: 14px;
  color: #504a51;
  line-height: 30px;
}
.eval-buttons {
  padding: 35px 0;
}
.eval-buttons .links-wrap {
  display: inline-block;
  padding-right: 12px;
}
/*promotions page CSS starts*/
.promotions-section .promotions-text {
  width: 55%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.promotions-section .promotions-banner .promotions-text {
  width: 100%;
}
.promotions-section .promotions-title h3 {
  font-size: 20px;
}
.promotions-section .promotions-title h3 span {
  display: block;
}
.promotions-section .promotions-text p, .text-ol ol li {
  font-size: 16px;
}
.promotions-section .promotions-img {
  display: inline-block;
  width: 44%;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
}
.promotions-section .promotions-img .promotions-img-wrap {
  display: inline-block;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  padding: 15px;
  opacity: 0.6;
  transition: all 0.3s;
}
.promotions-section .promotions-img .promotions-img-wrap:hover {
  opacity: 1;
}
a.plain-link {
  color: #6f2586;
  display: inline-block;
}
.downloadPdf {
  display: block;
}
.downloadPdf img {
  max-width: 100%;
}
.downloadPdf span {
  display: block;
  text-align: center;
}
.promo-line-div {
  height: 1px;
  width: 100%;
  background: #ccc;
  margin: 20px 0;
}
.promotions-banner {
  padding: 10px 0;
}
.promotions-banner img {
  width: auto;
  height: auto;
  max-width: 500px;
}
.promotions-banner-wrap {
  display: inline-block;
  width: 40%;
}
span.text-sub-title {
  display: block;
  font-weight: 600;
}
span.text-title {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  text-decoration: underline;
}
.promotions-list {
  font-size: 16px;
  padding: 20px 0;
}
.promotions-list-content {
  padding: 10px 0;
}
.promotions-list-title {
  padding: 10px 0 20px;
  font-size: 18px;
  }
/*Promotions Page CSS ends*/
/*Your partnership Page CSS starts*/
.become-partner.key-resources.partnership {
  width: 33.33%;
}
.become-partner.key-resources.partnership .title {
  width: 50%;
}
.become-partner.key-resources.partnership .title h2 {
  font-size: 14px;
}
.become-partner.key-resources.partnership .key-img img {
  max-height: 140px;
}
.become-partner.key-resources.partnership .links-wrap {
  margin-top: 6px;
}
.partnership .links-wrap a.link {
  min-width: auto;
  font-size: 10px;
  width: 90%;
  max-width: 226px;
}
.main-section .partnership-wrap .text-content h2.title {
  margin-top: 6px;
  margin-bottom: 5px;
}
.partnership-list-wrap {
  padding: 15px 0;
}
.partnership-list label {
  font-size: 18px;
  color: #6f2586;
  vertical-align: middle;
}
.partnership-list .links-wrap {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.partnership-list .links-wrap a.link {
  font-size: 11px;
  min-width: auto;
  padding: 6px 20px;
}
.partnership-list .label-output {
  display: inline-block;
  font-size: 18px;
  color: #504a51;
  vertical-align: middle;
  margin-left: 5px;
}
.partnership-list .partnership-list-inner {
  display: inline-block;
}
.partnership-list span.partnership-divide {
  color: #6f2586;
  font-size: 22px;
  line-height: 18px;
  vertical-align: baseline;
  padding: 0 20px;
}
.partnership-list-wrap ul li {
  padding-bottom: 5px;
}
.partnership-list-wrap ul li:last-child {
  padding-bottom: 0;
}
ul.dashed {
  padding-left: 5px;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li * {
  text-indent: 0;
}
ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
  float: left;
}
.partnership-wrap .hr-line {
  background: #6f2a86;
  height: 2px;
  margin: 10px 0 10px 50px;
  box-sizing: border-box;
  width: 85%;
}
ul.dashed .partnership-list label {
  color: #504a51;
}
ul.dashed .partnership-list {
  padding-left: 5px;
}
.partnership-wrap .partnership-list-title {
  color: #6f2a86;
  margin-bottom: 10px;
}
.points-wrap .points-background {
  background: #504a51;
  padding: 10px 0;
}
.points-list {
  display: flex;
}
.points-list li {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
}
.points-list .points-img {
  width: 98px;
  height: 98px;
  background: #fff;
  border: 5px solid #6e3186;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.points-list .large-points .points-img {
  width: 121px;
  height: 121px;
}
.points-list .points-img::before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.points-list .points-img img {
  width: 100%;
  height: auto;
  max-width: 45px;
  vertical-align: middle;
  display: inline-block;
}
.points-list .points-img.horizontal img {
  max-width: 60px;
}
.points-list .points-count {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding: 5px 7px;
}
.large-points .points-button {
  margin-top: 20px;
}
.points-list .points-button span {
  background: #721c89;
  min-width: 226px;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 8px 2px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  background: #fff;
  color: #721c89;
  border: 1px solid #721c89;
  box-sizing: border-box;
  min-width: auto;
  font-size: 10px;
  width: 90%;
  max-width: 226px;
  letter-spacing: 2.2px;
}
.points-list span.points-txt {
  font-size: 48px;
  color: #6e3185;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
/*Your partnership Page CSS ends*/
.error-wrap {
  color: #D8000C;
  background-color: #FFBABA;
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99;
  padding: 2px;
  max-width: 100%;
  margin: 2px 0 0 5px;
}
.error-wrap::before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  border-bottom: 5px solid #FFBABA;
  top: 0;
  margin: -5px 0 0 0;
}
.error-form .error-wrap {
  display: block;
}
.error {
  color: #ff0000;
  display: none;
  padding: 2px;
}
.error-form .error.active {
  display: block;
}
.error-msg {
  color: #ff0000;
  background-color: transparent;
  border-color: #ebccd1;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  box-sizing: border-box;
}
.error-msg .error-indicator {
  font-size: 26px;
  padding-right: 5px;
  vertical-align: middle;
  margin-top: -5px;
  display: inline-block;
}
.error-msg.purple-error {   
    color: #6f2a86;   
    font-size: 18px;    
    font-weight: 600;   
}
.home-icon-wrap ul li {
  position: relative;
}
.coming-soon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: default;
}
.coming-soon span {
  position: absolute;
  background: rgba(115, 43, 137, 0.7);
  width: auto;
  height: auto;
  border-radius: 3px;
  padding: 5px 10px;
  color: #fff;
  top: 50%;
  display: block;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  line-height: 1;
}
.key-coming-soon {
  cursor: default;
  background: #721c89;
}
/*my deals page CSS starts*/
.capital-title {
  text-transform: capitalize;
}
.table-wrap {
  padding: 23px 0 0 0;  
}
.table-wrap table {
  width: 100%;
  text-align: left;
}
.table-wrap table th {
  background: #504a51;
  color: #fff;
  padding: 20px 10px;
  font-size: 18px;
  letter-spacing: 3.6px;
  position: relative;
  text-transform: uppercase;
  white-space: normal;
}
.table-wrap table td {
  color: #504a51;
  padding: 10px 10px;
  font-size: 18px;
  /*border-bottom: 1px solid #f1f1f1;*/
  position: relative;
  box-shadow: inset 0 -1px 0 0 #f1f1f1;
}
.table-wrap table td .table-column a {
  color: #504a51;
  text-decoration: underline;
  cursor: pointer;
  font-weight: normal;
}
.table-wrap table td .table-column a:hover {
  color: #504a51;
  text-decoration: none;
}
.table-wrap table td:after {
  content: "";
  position: absolute;
  width: 2px;
  background: #6f2586;
  right: 19px;
  top: 0;
  height: 100%;
}
.table-wrap table th:first-child, .table-wrap table td:first-child {
  padding-left: 56px;
}    
.table-wrap table th:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  background: #fff;
  right: 15px;
  top: 0;
  transform-origin: bottom left;
  -ms-transform: skew(-12deg, 0deg);
  -webkit-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
  z-index: 1;
}
.table-wrap table th:last-child::after, 
.table-wrap table td:last-child::after {
  display: none;
}
.table-wrap table tbody::before {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
}
.table-pagination.eval-buttons {
  text-align: center;
}
.table-pagination.eval-buttons .btn {
  min-width: 163px;
  padding: 6px 22px;
  font-size: 12px;
}
.table-pagination.eval-buttons .btn.btnDisabled,
.table-pagination.eval-buttons .btn.btnDisabled:hover {
  color: #7f2e89;
  border-color: #7f2e89;
  box-shadow: none;
  opacity: 0.5;
  cursor: default;
}
.table-wrap span.btn, .table-wrap span.btn:hover {
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #721c89;
  border-radius: 3px;
  color: #721c89;
  padding: 3px 6px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 2.55px;
  font-weight: normal;
  background: none;
  cursor: default;
}
.table-wrap span.btn a {
  font-weight: normal;
  background: none;
  color: #721c89;
  cursor: pointer;
}
.table-column, .table-heading {
  width: 80%;
  word-break: break-word;
}
.table-wrap table td:last-child .table-column {
  white-space: nowrap;
}
/*my deals page ends*/
.table-wrap table td.last-big-wrap {
  white-space: nowrap;
}
.table-column.phone {
  display: inline-block;
  width: auto;
  padding: 0 30px 0 0;
}
.eval-buttons.deals-buttons {
  text-align: left;
}
.eval-buttons.deals-buttons span:first-child {
  margin-right: 15px;
}
.eval-buttons.deals-buttons .btn {
  min-width: 80px;
}
/*points redemption page*/
.main-section.points-redemption .text-content {
  width: 69%;
  box-sizing: border-box;
  display: inline-block;
}
.main-section.points-redemption .partnership-wrap {
  width: 30%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.main-section.points-redemption .points-wrap .points-background {
  background: none;
}
.main-section.points-redemption .text-content h2.title {
  border-bottom: 2px solid #6f2586;
  padding-bottom: 17px;
  margin-bottom: 34px;
}
.points-redemption-bg {
  display: flex;
  background: #504a51;
  padding: 47px 58px;
  color: #fff;
  align-items: center;
}
.points-redemption-bg .redemption-list {
  width: 20%;
  text-align: center;
}
.points-redemption-bg .redemption-list.text-points {
  width: 30%;
}
.points-redemption-bg .redemption-list.text-points.mobile {
  display: none;
}
.points-redemption-bg .redemption-list.text-points p {
  font-size: 35px;
  color: #fff;
  margin: 0;
  font-weight: 600;
}
.redemption-list .input-btn-wrap .btn {
  background: #721c89;
  width: 96%;
  /*width: 278px;*/
  max-width: 100%;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 0px 0px 5px;
  text-decoration: none;
  font-size: 32px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  background: #fff;
  color: #504a51;
  border: 2px solid #721c89;
  line-height: 42px;
  box-sizing: border-box;
  outline: none;
}
.points-redemption .common-wrap {
  width: 100%;
  box-sizing: border-box;
}
.points-redemption-bg .common-wrap {
  width: 30%;
  padding-top: 0;
}
.points-redemption .common-wrap .text-content {
  padding-left: 0;
  box-sizing: border-box;
  width: 100%;
}
.points-redemption .common-wrap .text-content .eval-buttons {
  padding: 0;
  text-align: center;
}
.points-redemption .common-wrap .text-content .links-wrap {
  margin: 14px 0 17px 0;
  text-align: center;
}
.points-redemption .common-wrap .text-content > p {
  width: 85%;
}
.main-section .partnership-wrap .points-dashboard .common-wrap{
  width: 100%;
  box-sizing: border-box;
  padding-right: 50px;
}
/*points redemption page CSS ends*/
/*case study CSS starts*/
.case-study-section {
  padding: 0;
}
.field-wrap .eval-input.textarea textarea{
  width: 100%;
  padding: 10px 22px;
  font-size: 18px;
  letter-spacing: 3.6px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #6f2586;
}
.field-wrap .eval-input.textarea textarea:focus, .field-wrap .eval-input.textarea textarea:active {
  outline: none;
} 
.case-study-section .field-wrap .eval-input {
  width: 74%;
}
.case-study-section .field-wrap .eval-input.eval-select select {
  border: 1px solid #6f2586;
  background: none;
}
.case-study-section .field-wrap .eval-input input {
  border: 1px solid #6f2586;
}
span.date-col {
  display: inline-block;
  width: 50%;
  margin: 0 -1px;
  box-sizing: border-box;
  padding: 0 0;
  position: relative;
}
span.date-col:first-child {
  padding-right: 10px;
}
span.date-col:last-child {
  padding-left: 10px;
}
span.date-col:last-child span.absolute-calendar {
  right: 5px;
}
span.absolute-calendar {
  position: absolute;
  right: 15px;
  width: 15px;
  height: 15px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
}
span.absolute-calendar img {
  max-width: 100%;
}
.case-study-section .field-wrap .eval-label label {
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
  display: block;
}
.case-study-section .field-wrap .eval-label.input-select-label label {
  padding-top: 0;
}
.case-study-section .eval-buttons {
  padding-left: 27.2%;
}
.case-study-section .field-wrap.case-upload .eval-input {
  padding-top: 10px;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.case-upload .btn {
  background: #721c89;
  min-width: 226px;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 8px 2px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  background: #fff;
  color: #721c89;
  border: 1px solid #721c89;
  box-sizing: border-box;
  cursor: pointer;
}
.case-upload .btn:hover, .case-upload .btn:hover {
  background: #7f2e89;
  background: #fff;
  box-shadow: 1px 1px 1px #7f2e89;
}
.case-upload label {
  display: flex;
}
.case-upload label span {
  width: 100%;
  margin-left: 10px;
  padding: 8px 10px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2.8px;
  border-radius: 3px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border: 1px solid #721c89;
}
.main-section.case-study-thanks .text-content p {
    font-size: 46px;
    line-height: 62px;
    font-style: italic;
}
.main-section.case-study-thanks .text-content{
  width: 90%;
  margin: 90px auto;
  padding: 60px 0;
  border-top: 3px solid #6f2586;
  border-bottom: 3px solid #6f2586;
  text-align: center;
}
.main-section.case-study-thanks .text-content p:first-child {
  margin-top: 0;
}
.main-section.case-study-thanks .text-content p:last-child {
  margin-bottom: 0;
}
/*case study CSS ends*/
/*poe*/
.poe-wrap img {
  max-width: 100%;
}
.eval-ol-list.poe-list {
    padding-top: 20px;
}
.poe-list.eval-ol-list ol {
  display: flex;
  align-items: center;
  margin: 0;
}
.poe-list.eval-ol-list ol li {
  padding: 10px 0 0 60px;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.poe-list.eval-ol-list ol li .poe-list-title {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 600;
}
.poe-list.eval-ol-list ol li:first-child {
  padding-top: 10px;
  padding-left: 10px;
}
.poe-list.eval-ol-list ol li:first-child::before {
  left: -20px;
}
.poe-list.eval-ol-list ol li:before {
  color: #504a51;
  left: 35px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  font-size: 24px;
  font-weight: 600;
}
.poe-ul-list ul li:last-child, .poe-ul-list ul li:nth-last-child(2) {
  padding-bottom: 0;
}
.partnership-wrap.poe-rows {
  margin: 20px 0 20px 50px;
  width: 85%;
  display: flex;
  border-top: 2px solid #6f2586;
  border-bottom: 2px solid #6f2586;
  padding: 20px 0;
}
.poe-rows .poe-col.poe-col-1 {
  width: 60%;
  padding: 0 30px 0 0;
  box-sizing: border-box;
}
.poe-rows .poe-col.poe-col-2 {
    padding: 0 0 0 30px;
    border-left: 2px solid #504a51;
    width: 40%;
    box-sizing: border-box;
}
.poe-rows .poe-col .text-content {
  width: 100%;
  padding: 0;
}
.poe-rows .poe-col .text-content h3 {
    margin: 0 0 20px;
}

.poe-ul-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.poe-ul-list ul li {
    display: flex;
    vertical-align: middle;
    width: 50%;
    padding: 0 30px 30px 0;
    box-sizing: border-box;
    align-items: center;
}
.poe-ul-list ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
}
span.poe-ul-list-img {
    min-width: 70px;
    text-align: center;
}
span.poe-ul-list-title {
    word-spacing: 100vw;
    padding-left: 10px;
}
.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.poe-rows-assets .poe-col.poe-col-1 {
    padding: 0 0 0 30px;
}
.poe-rows-assets .poe-col.poe-col-2 {
    border: none;
    padding: 0 30px 0 0;
}
.poe-rows-assets .poe-ul-list ul li {
  display: block;
  width: 100%;
  padding: 0 0 10px 0;
}
.poe-rows-assets .poe-ul-list ul li span.poe-ul-list-title {
  word-spacing: normal;
  font-size: 18px;
  color: #000;
  display: inline;
}
.partnership-wrap.poe-rows.poe-rows-assets.row-reverse {
  border: none;
}
.poe-ul-list .links-wrap a.link {
  min-width: inherit;
  padding: 5px 10px;
  text-transform: capitalize;
}
.poe-rows-assets .poe-img img {
  vertical-align: bottom;
}
.poe-img-txt {
  background: #e5e4e5;
  padding: 5px 10px 5px;
}
.poe-rows .poe-col .text-content .poe-img-txt h3 {
  margin: 0;
  font-size: 18px;
  color: #721c89;
}
.poe-img-txt p {
  font-size: 14px;
  margin-bottom: 0;
}
.poe-img img { 
  max-width: 100%;
}
.partnership-wrap.poe-rows.pow-two-col {
  border-top: none;
}
.partnership-wrap.poe-rows.pow-two-col .poe-col h3 {
  margin-bottom: 0; 
}
.partnership-wrap.poe-rows.pow-two-col .poe-col p{
  font-size: 14px;
}
.partnership-wrap.poe-rows.pow-two-col .poe-col:first-child {
  padding-right: 10px;
}
.partnership-wrap.poe-rows.pow-two-col .poe-col:last-child {
  padding-left: 10px;
}
.partnership-wrap.poe-rows.pow-two-col .poe-col {
  width: 50%;
}
.pow-two-col-list .poe-ul-list ul li{
  width: 100%;
  padding: 0 0px 8px 0;
}
.pow-two-col-list .poe-ul-list ul li span.poe-ul-list-img {
  min-width: auto;
}
.pow-two-col-list .poe-ul-list ul li span.poe-ul-list-title {
  word-spacing: normal;
}
.pow-two-col-list .poe-ul-list ul li:last-child, .pow-two-col-list .poe-ul-list ul li:nth-last-child(2) {
  padding: 0 0px 8px 0;
}
.heading-fix > .text-content {
  padding-top: 0;
  padding-bottom: 0;
}
.heading-fix > .text-content h3 {
  margin-bottom: 0; 
}
.heading-fix .partnership-wrap.poe-rows.pow-two-col {
  margin-top: 0; 
  border-bottom: none;
}
.pow-two-col-list.benifits-wrap .poe-ul-list ul li span.poe-ul-list-img {
  width: 40px;
}
.pow-two-col-list.benifits-wrap .poe-ul-list ul li span.poe-ul-list-title {
  width: 90%;
}
.poe-ul-list ul li span.benifits-title {
  font-weight: 600;
  display: block;
}
.poe-ul-list ul li span.benifits-content {
  font-weight: normal;
}
.heading-fix .partnership-wrap.poe-rows.pow-two-col.benifits-wrap {
  border-bottom: 2px solid #6f2586;
}
/* DivTable.com */
.poe-table .divTable{
  display: table;
  width: 100%;
}
.poe-table .divTableRow {
  display: table-row;
}
.poe-table .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
.poe-table .divTableCell, .poe-table .divTableHead {
 /* border: 1px solid #999999;*/
  display: table-cell;
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
}
.poe-table .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.poe-table .divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.poe-table .divTableBody {
  display: table-row-group;
}
.poe-table .divTableBody .divTitleRow {
  font-size: 18px;
  color: #721c89;
}
.divTableBody .divTableRow:nth-child(2n+2) {
  background: #f1f1f1;
}
.partnership-wrap.poe-table-section.poe-rows {
  border-top: none;
  padding-top: 0;
}
.partnership-wrap.poe-table-section.poe-rows .poe-table {
  width: 100%;
}
.partnership-wrap.poe-table-section.poe-rows .poe-table > .text-content {
  width: 100%;
  margin: 0;
  padding: 0;
}
.partnership-wrap.poe-table-section.poe-rows .poe-table > .text-content h3 {
  margin: 0;
}
a.link.scrollToSection {
  width: auto;
  min-width: auto;
  padding: 8px 10px;
  font-size: 10px;
}
/*poe ends*/
/*orbi pro collateral start*/
.orbi-pro *, .orbi-pro *:after, .orbi-pro *:before {
  box-sizing: border-box;
}
.orbi-pro .text-content p:last-child {
  margin-bottom: 5px;
}
.orbi-pro .links-wrap {
  display: inline-block;
}
.orbi-pro-wrap {
  margin: 0 0 20px 50px;
  width: 85%;
  border-top: 2px solid #6f2586;
  border-bottom: 2px solid #6f2586;
  padding: 20px 0;
}
.orbi-pro-wrap .title {
  color: #6f2586;
  font-size: 24px;
  margin: 0px 0 10px 0;
}
.orbi-pro-wrap .product-rows {
  display: flex;
  flex-flow: row wrap;
}
.orbi-pro-wrap .product-cols {
  border: 2px solid #dcddde;
  border-radius: 5px;
  margin-bottom: 30px;
  margin-right: 5.05%;
  max-width: 384px;
  padding: 20px;
}
.orbi-pro-wrap .product-cols .links-wrap {
  margin-top: 20px;
  max-width: 250px;
}
.orbi-pro-wrap .product-cols .links-wrap .link {
  width: 100%;
}
.orbi-pro-wrap .product-img {
  border: 3px solid #dcddde;
  position: relative;
}
.orbi-pro-wrap .product-img img {
  display: inherit;
  max-width: 100%;
  width: 100%;
}
.orbi-pro-wrap .product-title { 
  align-items: center; 
  background: #6f2a86;
  border-bottom: 15px solid #883f99;
  bottom: 20px;
  color: #fff;
  display: flex;
  display: -webkit-flex;  
  font-size: 30px;
  height: 100%;
  justify-content: center;
  left: 10px;
  line-height: 1.25;
  max-height: 155px;
  padding: 20px;
  position: absolute;
  top: 10px;
  width: 100%;
}
.orbi-pro-wrap .product-title.mw-70{
  max-width: 70%;
} 
.orbi-pro-wrap .product-title.mw-50{
  max-width: 50%;
}
.main-section .orbi-pro-wrap + .text-content {
  padding-top: 0;
}
.main-section .orbi-pro-wrap + .text-content h3.sub-title {
  color: #6f2586;
}
.main-section .orbi-pro-wrap + .text-content .links-wrap {
  margin-bottom: 20px
}
/*orbi pro collateral end*/
/*ppp wireless webinar start*/
.ppp-wireless-webinar *, .ppp-wireless-webinar *:after, .ppp-wireless-webinar *:before {
  box-sizing: border-box;
}
.ppp-wireless-webinar .text-content:first-child h3.sub-title {
  margin-bottom: 0;
}
.previous-webinars-wrap {
  margin: 0 0 20px;
  padding-left: 50px;
  width: 85%;
}
.previous-webinars-table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
.previous-webinars-table tr:nth-child(even) {
  background-color: #ffffff;
}
.previous-webinars-table tr td {
  border: 1px solid #514b51;
  padding: 15px 18px;
}
.previous-webinars-table tr td .links-wrap + .links-wrap {
  margin-top: 15px;
}
.previous-webinars-table tr td:first-child {
  border-left: 0;
  width: 260px;
}
.previous-webinars-table tr td:last-child {
  border-right: 0
}
.previous-webinars-table .previous-webinar-title {
  font-size: 18px;
  margin: 0;
}
.previous-webinars-table .previous-webinar-date {
  font-size: 18px;
  margin-bottom: 0;
}
/*ppp wireless webinar end*/
/*ppp marketing insight start*/
.ppp-marketing-insight *, .ppp-marketing-insight *:after, .ppp-marketing-insight *:before {
  box-sizing: border-box;
}
.ppp-marketing-insight .section-col {
  font-size: 18px;
}
.main-section.ppp-marketing-insight .text-content h2.title {
  border-bottom: 2px solid #6f2586;
  padding-bottom: 23.24px;
}
.main-section.ppp-marketing-insight .text-content h2.title .text-capitalize {
  text-transform: capitalize;
}
.ppp-marketing-insight .section-one-row {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  margin: 30px 0;
  padding-left: 50px;
  width: 85%;
}
.ppp-marketing-insight .section-one-row .section-col:first-child {
  width: 30%;
}
.ppp-marketing-insight .section-one-row .section-col:first-child h3 {
  font-size: 31px;
  margin: 0;
}
.ppp-marketing-insight .section-one-row .section-col:last-child {
  padding-left: 30px;
  padding-right: 34px;
  width: 70%;
}
.ppp-marketing-insight .section-two-row {
  align-items: center;
  background-color: #f1f1f1;
  display: flex;
  display: -webkit-flex;
}
.ppp-marketing-insight .section-two-row + .section-two-row {
  margin-top: 30px;
}
.ppp-marketing-insight .section-two-row .section-col {
  width: 50%;
}
.ppp-marketing-insight .section-two-row .section-col img {
  vertical-align: middle;
}
.ppp-marketing-insight .section-two-row .section-col p {
  line-height: 24px;
  padding-left: 50px;
  padding-right: 15px;
  margin: 0;
}
.ppp-marketing-box {
  display: flex;
  flex-flow: row nowrap;
}
.ppp-marketing-box .text {
  align-items: center;
  background-color: #504a51;
  color: #ffffff;
  display: flex;
  position: relative;
  width: 100%;
}
.ppp-marketing-box .text::before,
.ppp-marketing-box .text::after {
  content: " ";  
  height: 100%;
  position: absolute;
  top: 0;
  transform-origin: bottom left;
  -ms-transform: skew(-12deg, 0deg);
  -webkit-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
  width: 100%;
}  
.ppp-marketing-box .text::after {
  background: #504a51;
  left: 0;
}
.ppp-marketing-box .text::before {  
  background: #fff;
  left: 10px;
}
.ppp-marketing-box .text h4 {
  letter-spacing: 3.5px;
  margin: auto;
  padding: 8px;
  position: relative;
  text-transform: uppercase;    
  text-align: center;
  /* max-width: 292px; */
  z-index: 1;
}
.ppp-marketing-box .image {
  max-width: 237px;
}
.img-responsive {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.ppp-marketing-insight .section-three-wrap,
.ppp-marketing-insight .section-four-row {
  margin: 30px 0;
  padding-left: 50px;
  width: 85%;
}
.ppp-marketing-insight .section-three-row {
  border-bottom: 2px solid #6f2586;
  border-top: 2px solid #6f2586;
  padding: 30px 0;
}
.ppp-marketing-insight .section-three-row .section-col .title {
  margin-top: 0;
}
.ppp-marketing-insight .section-three-row2 {
  display: flex;
  display: -webkit-flex;
}
.ppp-marketing-insight .section-three-row2 .section-col:first-child {
  width: 60%;
}
.ppp-marketing-insight .section-three-row2 .section-col:last-child {
  width: 40%;
}
.ppp-marketing-insight .fingertip-row {
  display: flex;
  flex-flow: row nowrap;
}
.ppp-marketing-insight .fingertip-row + .fingertip-row {
  margin-top: 40px; 
}
.ppp-marketing-insight .fingertip-col:last-child {
  padding-left: 30px;
}
.ppp-marketing-insight .fingertip-col img {
  max-width: 97px;
}
.ppp-marketing-insight .fingertip-col h4 {
  color: #6f2586;
  margin-bottom: 0;
}
.ppp-marketing-insight .fingertip-col ul {
  list-style: none;
  margin: 0;
  padding-left: 20px;
}
.ppp-marketing-insight .fingertip-col ul li::before {
  content: "\2022";
  color: #6f2586;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.ppp-marketing-insight .section-four-row h3 {
  margin-top: 0;
}
.ppp-marketing-insight .section-four-row ul {
  list-style-type: none;
  padding-left: 0;
}
.ppp-marketing-insight .section-four-row li span {
  margin-right: 10px;
}
.ppp-marketing-insight .section-four-row li + li {
  margin-top: 10px;
}
/*ppp marketing insight end*/
/*advanced switching brief start*/
.section-adv-switch-brief *,
.section-adv-switch-brief *:after,
.section-adv-switch-brief *:before {
  box-sizing: border-box;
}
.section-adv-switch-brief .mt-0{
  margin-top: 0;
}
.section-adv-switch-brief.main-section .text-content h2.title,
.section-ppp-partner-support-page .text-content h2.title{
  margin-bottom: 23.240px;
}
.section-adv-switch-brief .bg-grey {
  background-color: #f1f1f1;
}
.section-adv-switch-brief .adv-switch-row {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 15px;
  margin-left: 50px;
  width: calc(85% - 50px);
}
.section-adv-switch-brief .col-12 {
  /*padding: 0 15px;*/
  padding: 0;
  width: 100%;
}
.section-adv-switch-brief .col-6 { 
  padding: 0 15px;
  width: 50%;
}
.section-adv-switch-brief .col-8 { 
  padding: 0 15px;
  width: 66.66666667%;
}
.section-adv-switch-brief .col-4 { 
  padding: 0 15px;
  width: 33.33333333%;
}
.section-adv-switch-brief .col-4 .text-content {
  display: flex;
  flex-flow: column wrap;
  height: 100%;
}
.section-adv-switch-brief .col-4 .text-content .poe-ul-list {
  display: flex;
  height: 100%;
}
.section-adv-switch-brief .col-4 .text-content .poe-ul-list ul li:first-child {
  align-items: flex-start;
  padding: 0;
  width: 100%;
}



.section-adv-switch-brief .col-6.bg-grey,
.section-adv-switch-brief .col-6.bg-white {
  border-bottom: 2px solid #6f2586;
  border-top: 2px solid #6f2586;
}
.section-adv-switch-brief .col-6.border-left {
  border-left: 2px solid #6f2586;
}
.section-adv-switch-brief .adv-switch-row .text-content { 
  padding: 0;
  width: 100%;
} 
.section-adv-switch-brief.main-section .text-content h3.sub-title{
  font-size: 1.17em;
  margin-top: 10px;
}
.section-adv-switch-brief.main-section .text-content h3{
  margin: 10px 0;
  color: #721c89;
}
.section-adv-switch-brief .list-number {
  list-style-type: decimal;
  padding-left: 28px;
}
.section-adv-switch-brief .list-number li + li {
  margin-top: 8px;
}
.section-adv-switch-brief span.poe-ul-list-title{
  word-spacing: normal;
  color: #6f2586;
}
.section-adv-switch-brief .meetProduct-box{
  background-color: #ffffff;
  border-radius: 5px;
  border: 2px solid #f1f1f1;
  max-width: 650px;
  height: 100%;
}
.section-adv-switch-brief .col-12.swimlane-one {
  border-top: 2px solid #6f2586;
  border-bottom: 2px solid #6f2586;
  padding: 0 15px;
}
.section-adv-switch-brief .col-12.swimlane-one .list-number.col-8 {
  display: inline-block;
}
.section-adv-switch-brief .col-12.swimlane-one .img-wrap.col-4 {
  float: right;
}
.section-adv-switch-brief .col-12.swimlane.swimlane-two {
  padding: 18px 0 0;
}
.poe-ul-list.advance-icons ul li {
  width: 33.33%;
}
.poe-wrap .poe-ul-list.advance-icons ul li img {
  width: 50px;
}
.poe-ul-list.advance-icons ul li:last-child, 
.poe-ul-list.advance-icons ul li:nth-last-child(2) {
  padding: 0 30px 0 0;
}
.section-adv-switch-brief .meetProduct-bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 351px;
  position: relative;
  margin-bottom: 70px;
}
.meetProduct-content{
  text-align: center;
  padding: 8px;
}
.meetProduct-content img {
  position: absolute;
  bottom: -50px;
  left: 0;
  margin: 0 auto;
  right: 0;
  max-width: 90%;
}
.meet-title-wrap {
  padding: 20px 10px;
  background: #6f2586;
  color: #fff;
}
.meet-title-wrap h2 {
  margin: 0;
}
.text-content.two-col-section-switch {
    height: 100%;
}
.meetProduct-content .sub-title{
  color: #6f2586;
  text-transform: uppercase;
}
.meetProduct-content .links-wrap{
  display: block;
}
.meetProduct-content .links-wrap + .links-wrap {
  margin-top: 15px;
}
.meetProduct-content .links-wrap a.link {
  max-width: 100%;
}
.section-adv-switch-brief .adv-switch-row.swimlane.swimlane-three {
  border-top: 2px solid #6f2586;
  /*border-bottom: 2px solid #6f2586;*/
  margin-bottom: 22px;
}
.adv-switch-row .plain-link {
  color: #6f2586;
  text-decoration: none;
}
ul.support-ul.two-col {
  display: inline-block;
  width: 50%;
  padding: 0 15px;
  padding-left: 0;
  vertical-align: top;
}
ul.support-ul.two-col+ul.support-ul.two-col {
    padding-left: 15px;
    padding-right: 0;
    width: 49%;
}
ul.support-ul.three-col {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
ul.support-ul.two-col li {
  width: 100%;
  padding: 0 10px 5px 20px;
}
ul.support-ul.three-col li {
  width: 33.33%;
  padding: 0 10px 5px 20px;
}
.adv-switch-row.bullets-wrap ul.support-ul li{
  padding-bottom: 5px;
}
.mail-text {
  color: inherit;
  text-decoration: none;
}
.case-ul {
  list-style: none;
  padding-left: 0;
}
.case-ul li {
  align-items: center;
  display: flex;
}
.case-ul li + li{
  margin-top: 10px;
}
.case-ul li span + span {
  margin-left: 5px;
}
.case-ul li span.poe-ul-list-img,
.case-ul li span.poe-ul-list-img .links-wrap a.link{
  min-width: auto;
}
.support-ul {
  list-style: none;
  padding-left: 20px;
}
.support-ul li::before {
  content: "\2022";
  color: #6f2586;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.support-ul li a {
  color: #6f2586; 
  text-decoration: none;
}
.adv-switch-row.border-div {
  border-top: 2px solid #6f2586;
  border-bottom: 2px solid #6f2586;
}
.adv-switch-row.bullets-wrap {
    margin-bottom: 0;
    border-top: 2px solid #6f2586;
}
.adv-switch-row:nth-last-child(2) {
  border-bottom: none;
}
.adv-switch-row.bullets-wrap .support-ul li::before {
  color: #504a51;
  font-size: 14px;
  margin-left: -1.3em;
}
.adv-switch-row.swimlane.swimlane-last {
  margin-bottom: 85px;
  margin-top: 28px;
}
/*advanced switching brief end*/
/*ppp map policy start*/
.ppp-map-policy *, .ppp-map-policy *:after, .ppp-map-policy *:before {
    box-sizing: border-box;
}
.ppp-map-policy .text-capitalize {
    text-transform: capitalize;
}
.ppp-map-policy .section-two-row {
    display: flex;
}
.ppp-map-policy .section-two-row + .section-two-row {
    margin-top: 30px;
}
.ppp-map-policy .section-col {
    align-items: center;
    display: flex;
    width: 50%;
}
.ppp-map-policy .section-col + .section-col {
    padding-left: 30px;
}
.ppp-map-policy .ppp-marketing-box{
    width: 100%;
}
.ppp-map-policy .ppp-marketing-box .text {
    flex-flow: column wrap;
    justify-content: center;
}
.ppp-map-policy .ppp-marketing-box .text * {
    position: relative;
    z-index: 1;
}
.ppp-map-policy .ppp-marketing-box .text .title {
    font-size: 28px;
    letter-spacing: 3.5px;
    margin: 0;
    text-transform: uppercase;
}
.ppp-map-policy .ppp-marketing-box .text .sub-title {
    font-size: 18px;
    margin: 0 auto;
    max-width: 78%;
    padding: 0;
    text-transform: capitalize;
}
.ppp-map-policy .ppp-marketing-box .text .sub-title span {
    text-transform: uppercase;
}
.ppp-map-policy .ppp-marketing-box .text p {
    border-top: 1px solid #ffffff;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding: 0 15px;
    padding-top: 10px;
    text-align: center;
}
/* .ppp-map-policy .ppp-marketing-box .image {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}
.ppp-map-policy .ppp-marketing-box .image img {
    opacity: 0;
} */
.ppp-map-policy .links-wrap a.link {
    min-width: 300px;
    max-width: 300px;
}
/*ppp map policy end*/
/*partner referral start*/
.section-partner-referral .evaluation-form {
  padding: 0;
  max-width: 85%;
  width: 100%;
}
.section-partner-referral .field-wrap .eval-input.textarea textarea {
  border-color: #cccccc;
}
/*partner referral end*/
/*ppp-partner-support-page*/
.section-ppp-partner-support-page .login-section{
  align-items: flex-start;
  flex-flow: column wrap;
}
.section-ppp-partner-support-page .login-section::after{
  background-color: #ffffff;
}
.section-ppp-partner-support-page .login-section .login-main-content.text-content,
.section-ppp-partner-support-page .login-section .login-main-content.text-content .link2 {
  color: #504a51;  
  text-decoration: none;
}
.section-ppp-partner-support-page .login-section .login-main{
  display: block;
  width: 50%;
}
.section-ppp-partner-support-page .login-section .login-main .title{
  padding: 10px 10px 10px 50px;
  white-space: normal;
  width: 100%;
}
.section-ppp-partner-support-page .login-section .login-main .title h2 {
  text-align: left;
  text-transform: capitalize;
}
.section-ppp-partner-support-page .login-section .login-main .title h2 span {
  text-transform: uppercase;
}
.section-ppp-partner-support-page .login-section .login-main-content.text-content .links-wrap {
  margin-top: 15px;
}
.section-ppp-partner-support-page .login-section .login-main-content.text-content .links-wrap a.link{
  min-width: 300px;
  max-width: 300px;
}
/*ppp-partner-support-page*/
/*ppp-sales-tools*/
.section-ppp-sales-tools .text-purple {
  color: #6f2586;
  font-weight: 500;
}
.section-ppp-sales-tools .link2 {
  color: #504a51;
  text-decoration: none;
}

.section-ppp-sales-tools .links-wrap{
  margin-bottom: 18px;
}

.section-ppp-sales-tools .links-wrap a.link{
  max-width: 300px;
}
/*ppp-sales-tools*/

/* evaluation-stepForm starts */

.evaluation-form .evaluation-stepForm .field-wrap .eval-input.eval-input-full, 
.evaluation-form .evaluation-stepForm .field-wrap .eval-label.eval-label-full {
    width: 100%;
    padding: 0;
}

.evaluation-form .evaluation-stepForm .field-wrap .eval-input.eval-input-full .eval-multi-row {
    padding-top: 17px;
}

.evaluation-form .evaluation-stepForm .field-wrap .eval-input.eval-input-full label {
  font-size: 15px;
}


/* step form checkbox css */
.evaluation-form .evaluation-stepForm .eval-input-chkbox ul.control-chkbox.control-chkbox-terms li {
    flex: 0 0 100%;
    padding: 0;
}
.evaluation-form .evaluation-stepForm .input-chkbox-label {
    width: 84%;
    padding: 0 0 17px;
}

.evaluation-form .evaluation-stepForm .eval-input-chkbox {
    width: 100%;
    padding: 0;
}
.evaluation-form .evaluation-stepForm .eval-input-chkbox ul.control-chkbox {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle;
    align-items: flex-start;
}
.evaluation-form .evaluation-stepForm .eval-input-chkbox ul.control-chkbox li {
    flex: 0 0 25%;
    padding-bottom: 17px;
}
.evaluation-form .evaluation-stepForm .eval-input-chkbox ul.control-chkbox li label {
    display: inline-block;
    font-size: 14px;
}
.evaluation-form .eval-input-chkbox ul.control-chkbox li .checkbox {
    position: absolute;
    opacity: 0;
    width: auto;
    height: auto;
    margin: 0;
    border: none;
    outline: none;
    border-radius: 0;
}
.evaluation-form .eval-input-chkbox ul.control-chkbox li .checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 30px;
}
.evaluation-form .eval-input-chkbox ul.control-chkbox li .checkbox + label:before {
  content: "";
  margin-right: 0;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  left: 0;
  position: absolute;
  border: 1px solid #d5d4d5;
}
.evaluation-form .eval-input-chkbox ul.control-chkbox li .checkbox:hover + label:before {
  background: #ffffff;
  border: 1px solid #6f2586;
}
.evaluation-form .eval-input-chkbox ul.control-chkbox li .checkbox:checked + label:before {
  background: #ffffff;
  border: 1px solid #6f2586;
}
.evaluation-form .eval-input-chkbox ul.control-chkbox li .checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.evaluation-form .eval-input-chkbox ul.control-chkbox li .checkbox:disabled + label:before {
  box-shadow: none;
  background: #dddddd;
}
.evaluation-form .eval-input-chkbox ul.control-chkbox li .checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  background: #6f2586;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #6f2586, 4px 0 0 #6f2586, 4px -2px 0 #6f2586, 4px -4px 0 #6f2586, 4px -6px 0 #6f2586, 4px -8px 0 #6f2586;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* step form checkbox css end */

/* step form radio css */
.evaluation-form .stepForm2 .input-radio-label {
    width: 84%;
    padding: 0 0 17px;
}

.evaluation-form .stepForm2 .eval-input-radio {
    width: 83.33%;
    padding: 0;
}
.evaluation-form .stepForm2 .eval-input-radio ul.control-radio {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle;
}
.evaluation-form .stepForm2 .eval-input-radio ul.control-radio li {
    flex: 0 0 25%;
    padding-bottom: 10px;
}
.evaluation-form .stepForm2 .eval-input-radio ul.control-radio li label {
    display: inline-block;
    font-size: 14px;
    padding-left: 30px;
    position: relative;
}
.evaluation-form .eval-input-radio ul.control-radio li .radio {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.evaluation-form .stepForm2 .eval-input-radio ul.control-radio li label .checkmark {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.evaluation-form .eval-input-radio ul.control-radio li .checkmark:before,
.evaluation-form .eval-input-radio ul.control-radio li .checkmark:after {
    background-color: #ffffff;
    border-radius: 100%;
    border: 1px solid #ffffff;
    content: '';
    height: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    width: 20px;
}
.evaluation-form .eval-input-radio ul.control-radio li .checkmark:before {
    border: 1px solid #d5d4d5;
    left: 0;
    z-index: 1;
}
.evaluation-form .eval-input-radio ul.control-radio li .checkmark:after {
    background-color: #6f2586;
    left: 0;
}
.evaluation-form .eval-input-radio ul.control-radio li .radio:checked ~ .checkmark:before {
    -webkit-transform: scale(0.5) translateY(-100%);
    -ms-transform: scale(0.5) translateY(-100%);
    transform: scale(0.5) translateY(-100%);
}
/* step form radio css ends */

.evaluation-form .eval-textarea-box {
    height: 200px;
    border: 1px solid #ddd;
    padding: 0 15px;
    overflow-y: scroll;
    margin: 17px 0 0;
}
.evaluation-form .thankyou-wrapp-footer {
    background: url("http://image.e.netgear.com/lib/fe5d15707c6403747215/m/2/bg-footer.png") bottom right no-repeat;
    height: 179px;
    padding-top: 20px;
    background-size: contain;
    position: relative;
    display: flex;
    z-index: 0;
    align-items: flex-end;
}
.evaluation-form .thankyou-wrapp-footer p a {
    color: #504a51;
}
.evaluation-form .thankyou-wrapp-header {
    padding-bottom: 100px;
}
#evaluationForm .evaluation-stepForm {
  display: none;
}
#evaluationForm .evaluation-stepForm.active {
  display: block;
}
/* evaluation-stepForm ends */

#notfound {
  position: relative;
  height: calc(100vh - 200px);
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.notfound {
  max-width: 920px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.notfound .notfound-404 {
  position: absolute;
  height: 100px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.notfound .notfound-404 h1 {
  color: #6f2a86;
  font-weight: 900;
  font-size: 276px;
  margin: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.4;
}

.notfound h2 {
  font-size: 26px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0px;
}

.notfound p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 15px;
}

/*.notfound a {
  font-family: 'Maven Pro', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #189cf0;
  display: inline-block;
  padding: 16px 38px;
  border: 2px solid transparent;
  border-radius: 40px;
  color: #fff;
  font-weight: 400;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  background-color: #fff;
  border-color: #189cf0;
  color: #189cf0;
}*/

/*Pro support CSS starts*/
.pro-support .table-wrap tbody tr:nth-child(even) {
  background: #f1f1f1;
}
.pro-support .sub-title {
  color: #6f2586;
  margin-bottom: 0;
  font-size: 27px;
}

/*Pro support CSS starts*/

/*****MAIN SECTION CSS ENDS*****/
/*****FOOTER CSS STARTS*****/
.footer {
    padding: 32px 0 26px;
    border-top: 1px solid #9d9d9d;
}
.footer-logo {
    display: inline-block;
}
.footer .footer-logo img {
    max-width: 172px;
}
.footer-icons {
    float: right;
    display: inline-block;
    padding: 13px 0;
}
.footer-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-icons ul li {
  display: inline-block;
  padding-right: 15px;
}
.footer-icons ul li:last-child {
  padding-right: 0;
}


/*****FOOTER CSS ENDS*****/

/*****RESPONSIVE CSS STARTS*****/
@media screen and (min-width: 1600px) {
  .login-section .login-main {
    width: 80%;
  }
  .become-partner .become-partner-top {
    width: 80%;
  }
  .become-partner.full-width-icons .become-partner-top {
    width: 100%;
  }
  .become-partner.key-resources.promotions-tab .become-partner-top {
    width: 100%;
  }
  .main-section.case-study-thanks .text-content p {
    font-size: 56px;
    line-height: 72px;
  }
}  
@media screen and (min-width: 1700px) { 
  .login-main .login-input {
    width: 50%;
  }
  .become-partner .become-partner-text {
    width: 60%;
  }
  .become-partner.full-width-icons .become-partner-text {
    width: 70%;
  }
  .become-partner.key-resources .title {
    width: 65%;
    max-width: none;
  }
  .become-partner.key-resources.promotions-tab .title {
    width: 304px;
  }
  .become-partner.promotions-tab .become-partner-text {
    width: 55%;
  }
}
@media screen and (min-width: 1025px) {
  .ppp-marketing-insight .section-one-row .section-col h2 { 
    display: none;
  }
  .pro-support .mobile-contract {
   display: none; 
  }
  .pro-support .table-wrap table td {
    box-shadow: inset 0 -2px 0 0 #6f2586;
    padding-right: 0;
    padding-left: 0;
  }
  .pro-support .table-wrap table td:first-child {
    padding-left: 56px;
    padding-right: 20px;
  }
  .pro-support .table-wrap .table-column, 
  .pro-support .table-wrap .table-heading {
    width: 100%;
  }
  .pro-support .table-wrap .table-column div {
    border-bottom: 1px solid #cac8ca;
    padding: 5px 20px 5px 0;
  }
  .pro-support .table-wrap .table-column div:last-child {
    border-bottom: none;
  }
  .pro-support .table-wrap tbody tr:nth-child(even) {
    background: #f1f1f1;
  }
  .pro-support .table-wrap table th:last-child {
    white-space: nowrap;
  }
  .poe-ul-list.advance-icons ul li:last-child, 
  .poe-ul-list.advance-icons ul li:nth-last-child(2),
  .poe-ul-list.advance-icons ul li:nth-last-child(3) {
    padding-bottom: 0;
  }
  .section-adv-switch-brief .col-12.swimlane-one {
    padding-top: 5px;
    padding-bottom: 10px; 
  }
  .adv-switch-row.swimlane.swimlane-three .col-6 {
    padding-left: 0;
  }
  .adv-switch-row.swimlane.swimlane-three .col-6+.col-6 {
    padding-left: 15px;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .previous-webinars-table tr td:last-child .links-wrap {  
    display: none;
  }
}
@media screen and (max-width: 1740px) {
  .ppp-marketing-insight .section-one-row .section-col:first-child h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1600px) {
  .ppp-map-policy .ppp-marketing-box .text .title{
    font-size: 24px;
  }
  .ppp-map-policy .ppp-marketing-box .text p{
    font-size: 14px;
  }
  .section-adv-switch-brief .col-8 {
    width: 58.33333333%;
  }
  .section-adv-switch-brief .col-4 {
    width: 41.66666667%;
  }
}
@media screen and (max-width: 1439px) { 
  .nav-wrap.stellarnav.desktop ul li a {    
    padding: 19px 10px;   
  }
  .login-section .login-main .title, 
  .become-partner .title {
    width: 170px;
  }
  .become-partner.key-resources .title {
    width: 55%;
  }
  .become-partner.key-resources.promotions-tab .title {
    width: 240px;
  }
  .become-partner.promotions-tab .become-partner-text {
    width: 45%;
  }
  .main-section .partnership-wrap .text-content {
    box-sizing: border-box;
    width: 95%;
  }
  .main-section .partnership-wrap.pow-two-col .text-content {
    box-sizing: border-box;
    width: 100%;
  }
  .main-section .partnership-wrap .common-wrap {
    box-sizing: border-box;
    width: 95%;
  }
  .partnership-wrap .hr-line { 
    width: 90%;
    margin: 10px 50px;
  }
  .points-redemption-bg .redemption-list.text-points p {
    font-size: 30px;
  }
  .ppp-marketing-insight .section-one-row .section-col:first-child {
    width: 40%;
  }
  .ppp-marketing-insight .section-one-row .section-col:last-child {
    padding-right: 0;
    width: 60%;
  }
  .ppp-marketing-insight .section-one-row .section-col:first-child h3 {
    font-size: 22px;
  }
  .ppp-marketing-box .text h4,
  .ppp-marketing-insight .section-col {
    font-size: 15px;
  }
  .ppp-marketing-insight .fingertip-col img {
    max-width: 70px;;
  }
  .ppp-marketing-insight .fingertip-col:last-child {
    font-size: 16px;
  }
  .ppp-map-policy .ppp-marketing-box .text .title{
    font-size: 20px;
  }
  .ppp-map-policy .ppp-marketing-box .text .sub-title {
    font-size: 16px;
  }
  .ppp-map-policy .ppp-marketing-box .text p{
    font-size: 12px;
  }
  .section-partner-referral .evaluation-form {
    max-width: 100%;
  }
}
@media screen and (max-width: 1329px) { 
  .nav-wrap.stellarnav.desktop ul li a {
    padding: 19px 10px;
  }
  .become-partner.key-resources.promotions-tab {
    display: block;
    padding: 0 0 20px 0;
  }
  .become-partner.key-resources.promotions-tab .title {
    width: 304px;
  }
  .become-partner.promotions-tab .become-partner-text {
    width: 45%;
  }
  .become-partner.promotions-tab .useful-links {
    display: block;
  }
  .partnership-list span.partnership-divide {
    display: none;
  }
  .partnership-list .partnership-list-inner {
    display: block;
    padding-bottom: 5px;
  }
  .partnership-list .partnership-list-inner:last-child { 
    padding-bottom: 0;
  }
  .table-column.phone {
    padding: 0 10px 0 0;
  }
  .poe-rows .poe-col.poe-col-1 {
    width: 50%;
    padding: 0 10px 0 0;
  }
  .poe-rows .poe-col.poe-col-2 {
    width: 50%;
    padding: 0 0 0 10px;
  }
  .poe-rows-assets .poe-col.poe-col-2 {
    padding: 0 10px 0 0; 
  }
  .poe-rows-assets .poe-col.poe-col-1 {
    padding: 0 0 0 10px;
  }
  .ppp-marketing-box .text h4, .ppp-marketing-insight .section-col {
    font-size: 13px;
  }
  .ppp-map-policy .ppp-marketing-box .text .title{
    font-size: 18px;
  }
  .ppp-map-policy .ppp-marketing-box .text .sub-title {
    font-size: 15px;
  }
  .ppp-map-policy .ppp-marketing-box .text p{
    font-size: 10px;
    margin-top: 5px;
    padding: 5px;
  }
}
@media screen and (max-width: 1260px) {  
  .main-section .banner-content {
    max-width: 391px;
  }
  .become-partner .become-partner-text {
    width: 430px;
    font-size: 16px;
  }
  .become-partner.full-width-icons .become-partner-text {
    width: 662px;
  }
  .login-main .login-input {
    width: 285px;
  }
  .nav-wrap.stellarnav.desktop ul li a {
    padding: 19px 5px;
  }
  .webinar-date {
    width: 29%;
  }
  .webinar-txt {
    width: 70%;
  }
  .key-resources-tab.partnership-tab {
    text-align: center;
  }
  .become-partner.key-resources.partnership {
    width: 49%;
    float: none;
    display: inline-block;
    margin: 5px 0;
    text-align: center;
  }
  .ppp-marketing-insight .section-one-row .section-col:first-child h3 {
    font-size: 20px;
  }
  .section-adv-switch-brief .col-8,
  .section-adv-switch-brief .col-4 {
    width: 50%;
  }

  .section-adv-switch-brief .poe-ul-list ul li span {
    font-size: 13px;
  }
}  
@media screen and (max-width: 1170px) { 
  .login-section {
    display: block;
  }
  .login-section .login-main {
    display: block;
  }
  .login-main .login-input {
    width: 50%;
  }
  .become-partner .become-partner-text {
    width: 70%;
    box-sizing: border-box;
  }
  .become-partner.full-width-icons .become-partner-text {
    width: 70%;
  }
  .login-section .useful-links, .become-partner .useful-links {
    display: block;
    padding: 13px 13px 26px;
    text-align: center;
  }
  .become-partner {
    display: block;
  }
  .become-partner .become-partner-top {
    display: block;
  }
  .nav-wrap.stellarnav.desktop ul li a {
    font-size: 12px;
    padding: 19px 5px;
  }
  .header .nav-wrap.stellarnav.desktop {
    padding: 0 0 0 10px;
  }
  .nav-wrap.stellarnav.desktop ul li.quick-link {
      padding-left: 5px;
  }
  .my-account .select-wrap select {
    font-size: 12px;
  }
  .key-resources-tab {
    padding: 0;
  }
  .become-partner.key-resources {
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
  }
  .become-partner.key-resources .become-partner-top {
    width: 100%;
    white-space: normal;
  }
  .become-partner.key-resources .title {
    width: 324px;
  }
  .become-partner.promotions-tab .become-partner-text {
    padding-top: 20px;
    width: 100%;
  }
  .become-partner.promotions-tab .useful-links {
    padding: 0px 13px 0px;
  }
  .points-redemption-bg .redemption-list.text-points {
    width: 40%;
  }
  .ppp-marketing-insight .section-four-row li {
    display: flex;
    align-items: center;
  }
  .orbi-pro > .text-content p .links-wrap {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header.login-header {
   padding: 32px 0 19px; 
  }
  .nav-wrap.stellarnav.light.top.mobile {
    position: static;
    display: inline-block;
    width: auto;
    float: right;
    background: none;
  }
  .nav-wrap.stellarnav.light.top.mobile span.bars span {
    background: #fff;
    width: 21px;
    height: 4px;
    margin: 0 0 5px 0;
    transition: .25s ease-in-out;
  }
  .nav-wrap.stellarnav.light.top.mobile.active span.bars span {
    position: absolute;
    transition: .25s ease-in-out;
    top: -5px;
  }
  .nav-wrap.stellarnav.light.top.mobile.active span.bars span:nth-child(1) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .nav-wrap.stellarnav.light.top.mobile.active span.bars span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  .nav-wrap.stellarnav.light.top.mobile.active span.bars span:nth-child(3) {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .nav-wrap.stellarnav.light.top.mobile a.menu-toggle.full {
    color: #6f2a86;
    width: 51px;
    height: 62px;
    overflow: hidden;
    padding-top: 0;
  }
  .nav-wrap.stellarnav.light.top.mobile > ul {
    background: #cecdcf;
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 9999;
    top: auto;
    box-shadow: 0.2px 6px 12px 0 rgba(35, 31, 32, 0.75);
  }
  .nav-wrap.stellarnav.light.top.mobile ul ul {
    background: #cecdcf;
  }
  .nav-wrap.stellarnav.light.top.mobile ul ul > li {
    text-align: center;
  }
  .nav-wrap.stellarnav.light.top.mobile ul ul > li > a {
    min-width: 75%;
  }
  .nav-wrap.stellarnav.light.top.mobile ul ul > li > a.dd-toggle {
    min-width: 10%;
  }
  .nav-wrap.stellarnav.light.top.mobile ul li.quick-link .my-account{
    float: none;
    padding: 15px 0;
    border-bottom: 1px solid #721c88;
    min-width: 80%;
    max-width: 100%;
    display: inline-block;
  }
  .nav-wrap.stellarnav.light.top.mobile ul li.quick-link .my-account .select-wrap select {
    font-size: 15px;
    text-align-last: center;
    text-align: center;
  }
  .nav-wrap.stellarnav.mobile > ul > li.line-div {
    display: none;
  }
  .nav-wrap.stellarnav.mobile > ul > li {
    text-align: center;
  }
  .nav-wrap.stellarnav.mobile > ul > li.signout.desktop {
    display: none;
  }
  .nav-wrap.stellarnav.mobile > ul > li.signout.mobile {
    display: block;
  }
  .nav-wrap.stellarnav.mobile > ul > li.has-sub.open > a {
    color: #721c88;
  }
  .nav-wrap.stellarnav.light li.dashboard-title span {
    padding: 15px;
    display: block;
    color: #6f2a86;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
  }
  .nav-wrap.stellarnav.light ul.dashboard-dropdown li {
      text-align: center;
  }
  .nav-wrap.stellarnav.mobile.light li a {
    border-bottom: 1px solid #721c88;
    display: inline-block;
    min-width: 80%;
    max-width: 100%;
    font-size: 15px;
    text-transform: uppercase;
  }
  .nav-wrap.stellarnav.mobile.light li a.dd-toggle {
      border: 0;
      width: auto;
      display: inline-block;
      min-width: 10%;
  }
  .stellarnav.light.mobile a.dd-toggle .icon-plus:after,
  .stellarnav.light.mobile a.dd-toggle .icon-plus:before {
    border-color: #721c88;
  }
  .nav-wrap.stellarnav.mobile.light li .btn-wrap {
    padding: 15px 0;
  }
  .nav-wrap.stellarnav.mobile.light li .btn-wrap a.link {
    width: auto;
    min-width: auto;
    color: #721c88;
    padding: 7px 15px;
    line-height: normal;
  }

  main .left-section {
    display: none;
    z-index: 2;
  }
  main .main-section {
    width: 100%;
    position: relative;
  }
  .login-section .useful-links, 
  .become-partner .useful-links {
    padding: 13px 13px 33px;
  }
  .main-section .banner-content {
    position: static;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    margin: 15px 20px;
  }
  .main-section .text-content {
    color: #504a51;
    font-size: 18px;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .main-section .text-content.table-records {
    padding-top: 15px; 
  }
  .main-section .partnership-wrap .text-content {
    width: 100%;
  }
  .main-section .partnership-wrap .common-wrap {
    width: 100%;
  }
  .login-main form#loginform .login-input, .login-main div#icon-section .login-input {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
  }
  .login-main form#loginform > div.login-button, .login-main div#icon-section > div.login-button{
    /*position: absolute;
    top: 65px;
    right: 20px;*/
    display: block;
    text-align: center;
    padding: 0 0 7px 0;
  }
  .become-partner .become-partner-text {
    display: block;
    width: auto;
    max-width: 100%;
    padding: 20px;
  }
  .become-partner.full-width-icons .become-partner-text {
    display: block;
    width: auto;
    max-width: 100%;
  }
  .space-adjust {
    display: none;
  }
    main.active-left-section {
    position: relative;
    padding-bottom: 210px;
  }
  main.active-left-section .left-section {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  main.active-left-section .left-section ul {
    display: block;
    overflow: hidden;
    padding: 0;
  }
  main.active-left-section .left-section ul li {
    float: left;
    width: 25%;
    padding: 20px 0;
  }
  .error-wrap {
    position: static;
    background: none;
    margin: 0;
  }
  .error-wrap::before {
    display: none;
  }
  .main-section.home-main-section.key-resources-main .text-content p {
    margin-bottom: 20px;
  }
  .become-partner.key-resources.promotions-tab {
    width: 95%;
    margin-bottom: 17px;
    padding-bottom: 17px;
  }
  .webinar-wrap, .common-wrap {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .webinar-date {
    width: 31%;
  }
  .webinar-txt {
    width: 68%;
  }
  main .left-section.left-quick-links {
    left: 0;
    transform: translateX(-100%);
    z-index: -1;
    opacity: 0;
    position: absolute;
    margin-top: 48px;
    transition: all 0.65s ease;
    min-width: 300px;
    display: block;
  }
  
  main .left-section.left-quick-links.active {
    transform: translateX(0px);
    opacity: 1;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    z-index: 1;
  }
  main .left-section.left-quick-links ul {
    margin: 30px auto 0;
  }
  .mobile-close {
    display: inline-block;
  }
  .overlay.active {
    display: block;
  }
  .toggle-left {
    display: block;
  }
  .eval-content, .common-content {
    padding: 20px 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .promotions-section .promotions-title h3 {
    font-size: 18px;
  }
  .promotions-section .promotions-text p, .text-ol ol li {
      font-size: 14px;
  }
  .field-wrap .eval-input {
    width: 53%;
  }
  .field-wrap .eval-qty {
    width: 20%;
  }
  .become-partner.key-resources.partnership .title {
    width: 60%;
  }
  .become-partner.key-resources.partnership {
    width: 100%;
    padding-bottom: 0;
  }
  .partnership-wrap .hr-line {
    margin: 10px 20px;
    width: 95%;
  }
  .points-background ul.points-list {
    display: block;
    text-align: center;
  }
  .points-background ul.points-list li {
    width: 49%;
    text-align: center;
    vertical-align: top;
    padding-bottom: 25px;
  }
  .points-dashboard .points-background ul.points-list li.large-points {
    width: 100%;
  }
  .points-background ul.points-list li:last-child {
    padding-bottom: 0;
  }
  .table-wrap {
    padding: 23px 20px 0;
    box-sizing: border-box;
  }
  .table-wrap table thead {
    display: none;
  }
  .table-wrap table tbody::before {
    display: none;
  }
  .table-wrap table tr {
    padding: 7px 0;
    display: block;
    border-top: 1px solid #504a51;
  }
  .table-wrap table td:first-child {
    padding-left: 0;
  }
  .table-wrap table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    /*float: left;*/
    display: block;
    /*font-weight: no;*/
    text-transform: uppercase;
    color: #6f2586;
  }
  .table-wrap table td {
    display: block;
    width: 100%;
    padding: 7px 0;
    box-shadow: none;
    font-size: 16px;
  }
  .table-wrap table td:after {
    display: none;
  }
  .table-wrap span.btn {
    display: inline-block;
    margin-top: 5px;
  }
  .table-pagination.eval-buttons .links-wrap {
    padding: 0 10px;
  }
  .table-pagination.eval-buttons .links-wrap .btn {
    font-size: 10px;
    min-width: 183px;
  }
  .table-column.phone {
    display: block;
    padding: 0;
  }
  .eval-buttons.deals-buttons span {
    margin: 10px 0;
    display: inline-block;
  }
  .points-redemption-bg {
    display: block;
    box-sizing: border-box;
  }
  .points-redemption-bg .redemption-list {
    width: 49%;
    text-align: center;
    display: inline-block;
  }
  .points-redemption-bg .redemption-list.text-points {
    width: 50%;
    display: none;
  }
  .points-redemption-bg .redemption-list.text-points.mobile {
    display: block;
    width: 100%;
  }
  .redemption-list .input-btn-wrap .btn {
    font-size: 40px;
    line-height: 42px;
    max-width: 278px;
  }
  .points-redemption-bg .redemption-list.text-points p {
    font-size: 40px;
  }
  .main-section .partnership-wrap .points-dashboard .common-wrap {
    padding: 20px;
  }
  .case-study-section .eval-buttons {
    padding-left: 0;
    text-align: center;
  }
  .case-study-section .eval-buttons .links-wrap {
    padding-right: 0;
  }
  .main-section.case-study-thanks .text-content p {
    font-size: 36px;
    line-height: 52px;
  }
  .partnership-wrap.poe-rows {
    padding: 20px 0px;
    width: auto;
    box-sizing: border-box;
    display: block;
    margin: 0 20px;
  }
  .poe-rows .poe-col.poe-col-1 {
    width: 100%;
    padding: 0;
  }
  .poe-rows .poe-col.poe-col-2 {
    width: 100%;
    padding: 20px 0;
    border: none;
  }
  .poe-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .poe-ul-list ul li {
    width: 33.33%;
  }
  .partnership-wrap.poe-rows.poe-rows-assets.row-reverse {
    border: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .poe-rows-assets .poe-col.poe-col-2 {
    padding: 0 0 20px 0;
    border-bottom: 2px solid #6f2586;
  }
  .poe-rows-assets .poe-col.poe-col-1 {
    padding-top: 20px;
  }
  .points-redemption-bg .common-wrap {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .partnership-wrap.poe-rows.pow-two-col .poe-col:first-child,
  .partnership-wrap.poe-rows.pow-two-col .poe-col:last-child {
    padding: 0;
  }
  .partnership-wrap.poe-rows.pow-two-col .poe-col:last-child {
    padding-top: 10px;
  }
  
  .partnership-wrap.poe-rows.pow-two-col .poe-col .empty {
    display: none;
  }
  .partnership-wrap.poe-rows.pow-two-col .poe-col {
    width: 100%;
  }
  .partnership-wrap.poe-rows.pow-two-col.pow-two-col-list .poe-col:last-child {
    padding-top: 0;
  }
  .partnership-wrap.poe-table-section.poe-rows {
    padding-top: 20px;
  }
  .orbi-pro-wrap {
    margin-left: 0;
    margin-top: 15px;
    padding: 20px;
    width: 100%;
  }

  .main-section .orbi-pro-wrap + .text-content,
  .main-section .previous-webinars-wrap + .text-content {
    margin-bottom: 15px;
  }
    .previous-webinars-wrap {
    margin: 10px auto 20px;
    padding: 0 20px;
    width: 100%;
  }
  .ppp-marketing-insight .section-three-wrap, .ppp-marketing-insight .section-four-row {
    padding: 0 20px;
    width: 100%;
  }
  .main-section.ppp-marketing-insight .text-content h2.title {
    display: none;
  }
  .ppp-marketing-insight .section-one-row {
    padding: 0 20px;
    width: 100%;
  }
  .ppp-marketing-insight .section-one-row .section-col h2 {
    color: #6f2586;
    font-size: 25px;
    margin-bottom: 5px;
  }
  .ppp-marketing-insight .section-one-row .section-col:first-child h3 {
    font-size: 20px;
  }
  .ppp-marketing-insight .section-one-row .section-col:first-child {
    order: 2;
    width: 100%;
  }
  .ppp-marketing-insight .section-one-row .section-col:last-child{
    order: 1;
    padding: 0;
    width: 100%;
  }
  .ppp-marketing-insight .section-two-row{
    flex-flow: column wrap;
  }
  .ppp-marketing-insight .section-two-row .section-col{
    width: 100%;
  }
  /* .ppp-marketing-box .text h4, .ppp-marketing-insight .section-col {
    font-size: 16px;
  } */
  .ppp-marketing-insight .section-two-row .section-col p {
    padding-left: 15px;
    margin: 5px 0;
  }
  .ppp-marketing-insight .section-two-row .section-col p br {
    display: none;
  }
  .section-adv-switch-brief .adv-switch-row{
      margin-left: 0;
      width: 100%;
  }
  .section-adv-switch-brief .col-6 {
      width: 100%;
  }
  .section-adv-switch-brief .poe-ul-list ul li {
      width: 50%;
  }
  .ppp-map-policy .section-two-row {
      display: block;
  }
  .ppp-map-policy .section-two-row:nth-last-of-type(2n + 2) {
      margin-bottom: 30px;
  }
  .ppp-map-policy .section-col {
      width: 100%;
  }
  .ppp-map-policy .section-col + .section-col {
      margin-top: 15px;
      padding-left: 20px;
      padding-right: 20px;
  }
  .section-adv-switch-brief .col-8, .section-adv-switch-brief .col-4 {
    width: 100%;
  }
  .section-adv-switch-brief .col-6.bg-white {
    border-bottom: 0;
  }
  .section-adv-switch-brief .col-6.border-left {
    border-left: 0;
  }
  .section-ppp-partner-support-page .login-section .login-main {
    width: 95%;;
  }
  .section-ppp-partner-support-page .login-section .login-main .title{
    padding-left: 20px;
  }
  .section-ppp-partner-support-page .login-section .login-main-content.text-content .links-wrap a.link{
    min-width: 275px;
  }
  .evaluation-stepForm .field-wrap .eval-input {
    width: 74.33%;
  }
  .evaluation-form .evaluation-stepForm .eval-input-chkbox,
  .evaluation-form .evaluation-stepForm .input-chkbox-label,
  .evaluation-form .stepForm2 .eval-input-radio,
  .evaluation-form .stepForm2 .input-radio-label {
    width: 100%;
  }
  .pro-support .table-wrap table tr {
    padding: 0 0 0 7px;
    border: none;
  }
  .pro-support .table-wrap td[data-label="contract"] {
    display: none;
  }
  .pro-support .table-wrap table td:first-child {
    padding: 0;
  }
  .pro-support .table-wrap table td:first-child .table-column{
    display: none;
  }
  .pro-support .table-wrap table td:first-child::before {
    color: #fff;
    background: #514a51;
    padding: 7px;
    margin-left: -7px;
  }
  .pro-support .table-wrap table td::before {
    text-transform: capitalize;
  }
  .pro-support .table-wrap table td .table-column div span {
    display: inline-block;
    width: 49%;
  }
  .pro-support .table-wrap table td {
    border-bottom: 1px solid #cfcdcf;  
  }
  .pro-support .table-wrap table td:first-child, 
  .pro-support .table-wrap table td:last-child {
    border-bottom: none;
  }
  .section-adv-switch-brief .col-12.swimlane.swimlane-two {
    padding: 18px 15px;
  }
  .section-adv-switch-brief .col-12.swimlane-one .img-wrap.col-4 {
    text-align: center;
  }
  .section-adv-switch-brief .col-12.swimlane-one .img-wrap.col-4 img {
    width: 300px;
  }
  .section-adv-switch-brief .meetProduct-box {
    max-width: 100%;
  }
  .adv-switch-row.swimlane.swimlane-three .col-6 + .col-6 {
    margin-top: 20px;
  }
  .section-adv-switch-brief .col-12 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .previous-webinars-table {
    margin: 10px auto 20px;
    width: calc(100%);
  }
  .previous-webinars-table tr td:first-child {
    display: none;
  }
  .previous-webinars-table tr td:last-child {
    border-left: 0;
  }
  .previous-webinars-table tr td:last-child p {
    float: left;
  }
  .previous-webinars-table tr td:last-child .links-wrap {
    float: right;
  }
  .previous-webinars-table .previous-webinar-title,
  .previous-webinars-table .previous-webinar-date {
    font-size: 14px;
  }
  .previous-webinars-table tr td .links-wrap {
    margin-top: 10px;
  }
  .previous-webinars-table tr td .links-wrap,
  .previous-webinars-table tr td .links-wrap + .links-wrap{
    margin-bottom: 0;
  }
  .previous-webinars-table tr td .links-wrap + .links-wrap{
    clear: right;
  }
  .ppp-marketing-insight .section-four-row li .link {
    font-size: 10px;
    min-width: auto;
    width: auto;
  }
  .ppp-marketing-insight .section-four-row li {
    font-size: 14px;
  }
  .ppp-marketing-insight .section-three-row2 {
    flex-flow: column wrap;
  }
  .ppp-marketing-insight .section-three-row2 .section-col:first-child {
    width: 100%;
  }
  .ppp-marketing-insight .section-three-row2 .section-col:last-child{
    margin-top: 30px;
    width: 100%;
  }
  .ppp-marketing-insight .fingertip-col:last-child{
    font-size: 13px;
    padding-left: 15px;
  }
  .ppp-map-policy .ppp-marketing-box .text .title {
      font-size: 14px;
  }
  .ppp-map-policy .ppp-marketing-box .text .sub-title {
      font-size: 12px;
  }
  .ppp-map-policy .links-wrap a.link {
      min-width: auto;
  }
  .evaluation-form .evaluation-stepForm .eval-input-chkbox ul.control-chkbox li,
  .evaluation-form .stepForm2 .eval-input-radio ul.control-radio li {
    flex: 0 0 33.33%;
  }
  .evaluation-form .evaluation-stepForm .eval-input-chkbox ul.control-chkbox,
  .evaluation-form .stepForm2 .eval-input-radio ul.control-radio {
    vertical-align: top;
    align-items: flex-start;
  }
  .pro-support .table-wrap table td .table-column {
    width: 100%;
  }
  .pro-support .table-wrap table td .table-column div {
    font-size: 14px;
  }
  ul.support-ul.two-col li, 
  ul.support-ul.three-col li{
    width: 100%;
  }
  .adv-switch-row.bullets-wrap ul.support-ul li:last-child{
    padding-bottom: 0;
  }
  ul.support-ul.two-col {
    padding: 0;
    margin-bottom: 0;
    width: 100%;
  }
  ul.support-ul.two-col+ul.support-ul.two-col {
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .header .logo img {
    max-width: 142px;
  }
  .header {
    background: #6f2586;
    padding: 22px 0 15px;
  }
  .nav-wrap.stellarnav.light.top.mobile a.menu-toggle.full {
    height: 53px;
  }
  .main-section .banner-content {
    padding: 20px 15px;
  }
  .banner-content h1.title::after {
    width: 35%;
  }
  .banner-content h1.title {
    font-size: 29px;
    line-height: 31px;
    letter-spacing: normal;
  }
  .main-section .text-content {
    font-size: 14px;
  }
  .login-section .login-main .title, .become-partner .title {
    padding: 30px 20px;
  }
  .login-main .title h2, .become-partner .title h2 {
    font-size: 17px;
    text-align: left;
  }

  .login-main form#loginform > div.login-button, .login-main div#icon-section > div.login-button {
    padding: 0 0 20px 0;
  }
  .login-section .useful-links, .become-partner .useful-links {
    padding: 0 0 20px 0;
  }

  .login-section {
    margin-bottom: 20px;
  }
  .login-main .login-input .input-wrap label {
    font-size: 14px;
  }
  .login-main .login-input .input-wrap input {
    height: 27px;
    line-height: 1;
  }
  .links-wrap {
    margin-bottom: 9px;
  }
  .links-wrap a.link {
    padding: 7px;
    box-sizing: border-box;
  }
  .btn-wrap a.link {
    padding: 7px 2px;
  }
  .become-partner .become-partner-text {
    font-size: 14px;
    line-height: 18px;
  }
  .become-partner {
    margin: 20px 0;
  }
  .login-section .login-main .title::before, 
  .become-partner .title::before {
    left: 5px;
  }
  .login-main .login-button .btn {
    width: 108px;
    padding: 10px;
  }
  .home-icon-wrap ul {
    display: block;
    text-align: center;
  }
  .home-icon-wrap ul li {
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden;
    vertical-align: top;
  }
  .left-section .left-icon-img {
    width: 79px;
    height: 79px;
  }
  .left-section .left-icon-img img {
    max-width: 48px;
  }

  .home-icon-wrap ul li .home-icon-img img {
    /*max-width: 46px;*/
    max-height: 46px;
  } 
  .left-section .left-icon-txt {
    font-size: 11px;
  }
  main.active-left-section {
    padding-bottom: 355px;
  }
  main.active-left-section .left-section ul li {
    width: 50%;
  }
  .become-partner.key-resources {
    text-align: left;
  }
  .become-partner.key-resources .title {
    padding: 26px 10px 10px;
    width: 54%;
  }
  .become-partner.key-resources .title h2 {
    text-align: center;
    font-size: 12px;
    min-height: 32px;
  }
  .become-partner.key-resources .key-img img {
    max-height: 110px;
  }
  .become-partner.key-resources.promotions-tab .title {
    min-height: 110px;
    width: 57%;
  }
  .become-partner.key-resources .links-wrap a.link {
    font-size: 10px;
    min-width: 140px;
  }
  .become-partner.promotions-tab .useful-links .links-wrap {
    text-align: left;
    margin-top: 0;
    padding-left: 7px;
  }
  .footer {
    padding: 20px 0 26px;
  }
  .footer-icons {
    float: none;
    display: block;
    text-align: center;
  }
  .footer .footer-logo img {
    max-width: 142px;
  }
  .quarter-results .quarter-section {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  .quarter-results .quarter-section:nth-child(2n) {
    padding: 20px;
  }
  .webinar-date {
    width: 100%;
  }
  .webinar-txt {
    width: 100%;
  }
  .webinar-list .webinar-date .date-wrap {
    margin-bottom: 0;
    font-size: 14px;
  }
  .webinar-date .links-wrap {
    padding: 10px 0;
  }
  .webinar-txt p {
    font-size: 14px;
  }
  .webinar-txt h3 {
    font-size: 16px;
  }
  .webinar-wrap h3.main-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .quarter-section .title h2 {
    font-size: 16px;
  }
  .webinar-wrap.recent-webinar {
    padding-top: 30px;
  }
  .promotions-section .promotions-img {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .promotions-section .promotions-text {
    width: 100%;
    display: block;
  }
  .promotions-banner-wrap {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .promotions-banner img {
    max-width: 100%;
  }
  .promotions-list-content {
    padding: 5px 0;
  }
  .promotions-list {
    font-size: 14px;
    padding: 10px 0;
  }
  .promotions-list-title {
    padding: 5px 0 10px;
    font-size: 16px;
  }
  .main-section .text-content h2.title {
    font-size: 24px;
    text-transform: capitalize;
  }
  .main-section .text-content h2.title .hyphen {
    display: none;
  }
  .main-section .text-content h3.sub-title {
    margin: 0px 0 10px 0;
    font-size: 18px;
    text-transform: capitalize;
  }
  .eval-content, .common-content {
    padding: 10px 20px;
  }
  .eval-ol-list ol li {
    padding: 2.5px 0;
    font-size: 14px;
  }
  .eval-ol-list .note-txt {
    font-size: 12px;
  }
  .eval-ol-list .links-wrap {
    margin: 10px 0;
    padding-left: 20px;
  }
  .eval-ol-list .links-wrap .link {
    padding: 8px 10px;
    font-size: 10px;
  }
  .eval-ol-list .list-title {
    font-size: 14px;
  }
  .evaluation-form .field-wrap {
    display: block;
    padding: 10px 0;
    /*border-bottom: 1px solid #ccc;*/
    box-shadow: 0px 14px 8px -18px #732b89;
  }
  .case-study-section.evaluation-form .field-wrap {
    box-shadow: none;
    padding-top: 0;
  }
  .field-wrap .eval-label {
    display: block;
    width: 100%;
    padding: 0px 0 10px;
  }
  .field-wrap .eval-input {
    display: block;
    width: 100%;
    padding: 0 0 10px;
  }
  .case-study-section .field-wrap .eval-input {
    width: 100%;
    padding-bottom: 0;
  }
  .field-wrap .eval-qty {
    display: block;
    width: 100%;
  }
  .eval-buttons {
    text-align: center;
  }
  .field-wrap .eval-label label {
    font-size: 14px;
  }
  .become-partner.key-resources.partnership {
    padding-bottom: 0;
  }
  .become-partner.key-resources.partnership .key-img img {
    max-height: 103px;
  }
  .become-partner.key-resources.partnership .title h2 {
    font-size: 12px;
  }
  .partnership-list label {
    font-size: 14px;
  }
  .partnership-list .label-output {
    font-size: 14px;
  }
  .partnership-list .links-wrap {
    display: block;
    margin-left: 0;
    margin-top: 3px;
  }
  .partnership-list .links-wrap a.link {
    font-size: 9px;
    min-width: auto;
    padding: 5px 10px;
  }
  .partnership-list-wrap ul li {
    padding-bottom: 10px;
  }
  .partnership-list .partnership-list-inner {
    display: block;
    padding-bottom: 10px;
  }
  .partnership-list-wrap ul li:last-child, 
  .partnership-list .partnership-list-inner:last-child {
    padding-bottom: 0;
  }
  .main-section.home-main-section.key-resources-main  .partnership-wrap .text-content p {
    margin-bottom: 0;
  }
  .main-section.home-main-section.key-resources-main  .partnership-wrap .text-content p.mobile-space {
    margin-bottom: 10px;
  }
  .partnership-list-wrap {
    padding: 10px 0;
  }
  .partnership-list .label-output {
    display: block;
    margin-left: 0;
  }
  .points-list .points-button span {
    padding: 7px;
  }
  .points-list .points-count {
    font-size: 18px;
    padding: 3px 5px;
  }
  .points-list span.points-txt {
    font-size: 34px;
  }
  .points-list .points-img {
    width: 70px;
    height: 70px;
    border: 3px solid #6e3186;
  }
  .points-list .large-points .points-img {
    width: 86px;
    height: 86px;
  }
  .points-list .points-img.horizontal img {
    max-width: 44px;
  }
  .points-list .points-img img {
    max-width: 33px;
  }
  .large-points .points-button {
    margin-top: 13px;
  }
  .my-deals-section .capital-title {
    display: block;
    font-size: 18px;
  }
  .main-section.points-redemption .text-content {
    width: 100%;
  }
  .main-section.points-redemption .partnership-wrap {
    width: 100%;
  }
  .redemption-list .input-btn-wrap .btn {
    max-width: 70%;
    font-size: 25px;
    line-height: 27px;
  }
  .points-redemption-bg {
    padding: 20px 10px;
  }
  .points-redemption-bg .redemption-list.text-points p {
    font-size: 25px;
  }
  .case-upload label {
    display: block;
  }
  .case-upload label span {
    display: block;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 10px;
  }
  .case-study-section .eval-buttons {
    padding-top: 0;
    text-align: left;
  }
  .field-wrap .eval-input.textarea textarea,
  .case-study-section .field-wrap .eval-label label {
    font-size: 14px;
  }
  .case-study-section .field-wrap.case-upload .eval-input {
    padding-top: 0;
  }
  .main-section.case-study-thanks .text-content p {
    font-size: 28px;
    line-height: 32px;
  }
  .poe-rows-assets .poe-ul-list ul li span.poe-ul-list-title {
    font-size: 14px;
  }
  span.poe-ul-list-img {
    min-width: 30px;
  }
  .poe-list.eval-ol-list ol li {
    padding: 10px 0 0 25px;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .poe-list.eval-ol-list ol li:before {
    font-size: 14px;
    left: 0;
  }
  .eval-ol-list.poe-list img {
    max-width: 28px;
  }
  span.poe-ul-list-img.vertical-img img {
    max-height: 30px;
  }
  .poe-list.eval-ol-list ol {
    align-items: inherit;
  }
  .poe-list.eval-ol-list ol li:first-child {
    padding-left: 5px;
  }
  .poe-table .divTableCell, .poe-table .divTableHead {
    padding: 10px 5px;
  }
  .poe-table .divTableCell {
    font-size: 10px;
  }
  .poe-table .divTableBody .divTitleRow .divTableCell{
    font-size: 12px; 
  }
  .poe-table .divTableCell br {
    display: none;
  }
  .orbi-pro-wrap .title {
    font-size: 18px;
  }

  .orbi-pro-wrap .product-cols {
    margin-right: 0;
    max-width: 100%;
  }

  .orbi-pro-wrap .product-title {
    font-size: 24px;
    max-height: 130px;
  }
  .evaluation-stepForm .field-wrap .eval-input {
    width: 100%;
  }
  .evaluation-form .evaluation-stepForm .eval-input-chkbox ul.control-chkbox li, 
  .evaluation-form .stepForm2 .eval-input-radio ul.control-radio li {
    flex: 0 0 47%;
  }
  .evaluation-form .evaluation-stepForm .eval-input-chkbox ul.control-chkbox li label,
  .evaluation-form .stepForm2 .eval-input-radio ul.control-radio li label {
    word-break: break-word;
  }
  .evaluation-form .evaluation-stepForm .eval-input-chkbox ul.control-chkbox li:nth-child(odd) {
    padding-right: 10px;
  }
  .pro-support .sub-title {
    font-size: 24px;
  }
  .poe-wrap .poe-ul-list.advance-icons ul li span.poe-ul-list-img {
    min-width: 50px;
  }
}
@media screen and (max-width: 500px) {
  .evaluation-form .eval-buttons .links-wrap {
    padding-right: 0;
  }
  .evaluation-form .eval-buttons .links-wrap .btn {
    display: block;
    margin-bottom: 15px;
  }
} 
@media screen and (max-width: 480px) { 
  .become-partner.key-resources .become-partner-top {
    display: flex;
  }
  .become-partner.key-resources.promotions-tab .become-partner-top {
    display: block;
  }
  .become-partner.key-resources .key-img img {
    max-height: 110px;
    height: 100%;
    min-height: 100%;
  }
  .become-partner-text .offer-output {
    display: block;
    margin-top: 5px;
  }
  .become-partner-text .offer-output.offer-summary {
    display: inline;
  }
  .main-section.case-study-thanks .text-content p {
    font-size: 18px;
    line-height: 22px;
  }
  .main-section.case-study-thanks  {
    padding: 0 20px;
  }
  .main-section.case-study-thanks .text-content {
    width: 100%;
    margin: 20px auto;
    padding: 17px 0px;
    border-top: 1px solid #6f2586;
    border-bottom: 1px solid #6f2586;
  }
  .orbi-pro-wrap .product-title {
    font-size: 16px;
    max-height: 100px;
  }
  .ppp-marketing-box .text h4 {
    font-size: 10px;
    padding-right: 0;
  }
  .evaluation-form .stepForm2 .eval-input-radio ul.control-radio li {
    flex: 0 0 100%;
  }
  .notfound .notfound-404 h1 {
    font-size: 162px;
  }
  .notfound h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 374px) {
  .previous-webinars-table tr td:last-child p span {
    display: block;
  }
}
/*****RESPONSIVE CSS ENDS*****/

/*forgot password link css*/
@media screen and (min-width: 1024px) {
  .stellarnav li.forgot-password {
      position: absolute;
      left: 30px;
      top: 100%;
  }
}
@media screen and (min-width: 1024px) { 
  .nav-wrap.stellarnav.desktop ul li.forgot-password a{
    padding: 0;
  }
}
.nav-wrap.stellarnav ul li.forgot-password a{
  text-transform: capitalize;
}
@media screen and (max-width: 1170px) { 
  .stellarnav li.forgot-password {
    left: 10px;
  }
}



/*********************Style for new powershift column************************/
.powershiftRow {
  display: flex;
  flex-direction: row;
  margin: 0 -15px;
}
.powershiftCol {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media(max-width: 1024px){
  .powershiftRow{
    margin-bottom: 30px;
  }
}
@media(max-width: 640px){
  .powershiftRow {
    display: block;
  }
}
/*******************Style for new powershift column end**********************/