.disable-hover .page-wrapper * {
    pointer-events: inherit !important;
}
.page-container {
  max-width: 1440px;
  margin: auto;
  font-family: 'Montserrat', sans-serif !important;
}
.multistep-form {
  background: linear-gradient(180deg, #0188B4 0%, #074C63 100%);
}
.multistep-form:before {
    left: -1px;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #F2F3F8;
    border-width: 30px;
    margin-top: -30px;
}
.slick-prev.slick-arrow {
    display: none !important;
}
.main-container .landing-page {
      background: radial-gradient(circle, #073F53 0%, #002432 100%);
    height: 100vh !important;
}
.multistep-slider {
    height: 0;
    overflow: hidden;
}
.lp-heading {
    text-align: center;
}
.main-container .row-inner .multi-left-content {
    color: #fff;
    padding: 0 13% 0 9%;
    background-image: url(../images/bg-img.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.main-container .multi-media {
    padding: 0 9%;
}
.main-container .row-inner .multi-right-content {
    background: #F3F4F9;
    padding: 0 11.9%;
}
.multi-left-content h1 {
    font-size: 45px !important;
    margin: 0;
    font-weight: 600;
    line-height: 45px;
}
.multi-left-content p,.multi-right-content p {
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
}
.multi-left-content p {
    margin-top: 23px;
}
.multi-right-content p {
  color: #1E1E1E;
  font-weight: 300;
}
.multi-right-content h3 {
    color: #1E1E1E;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
}
.multi-right-content ul {
    padding: 0;
}
.multi-right-content:before {
    left: -1px;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #073F53;
    border-width: 30px;
    margin-top: -30px;
}
.multi-right-content li {
    list-style: none;
    position: relative;
    padding: 16px 0 16px 62px;
    line-height: 25px;
    font-size: 16px;
    color: #2C2C2C;
    font-weight: 300;
    display: flex;
    align-items: center;
}
.multi-right-content li::before {
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
}
.multi-right-content li:nth-child(1):before {
    background-image: url(../images/icon1.png);
    height: 32px;
    width: 37px;
}
.multi-right-content li:nth-child(2):before {
    background-image: url(../images/icon2.svg);
    height: 41px;
    width: 39px;
}
.multi-right-content li:nth-child(3):before {
    background-image: url(../images/icon3.svg);
    height: 44px;
    width: 33px;
}
.main-container .multistep-form {
    padding: 1% 6% 3% 6%;
    color: #fff;
}
.pos-middle {
    vertical-align: middle;
}
.pos-center {
    vertical-align: top;
}
ul.slick-dots {
    display: flex;
    width: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    align-items: center;
    justify-content: center;
    bottom: 40px;
}
.slick-dots li {
    width: 12.5px;
    height: 12.5px;
    border: 1.5px solid #A2A2A2;
    border-radius: 50%;
    margin: 0 7px;
    cursor: pointer;
}
.slick-dots li.slick-active {
    background: #E40795;
    border: none;
}
.radio-label {
  display: block;
  position: relative;
  padding-left: 80px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-label input {
  position: absolute !important;
  opacity: 0;
  cursor: pointer;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
}
.radio-label label {
    border-bottom: solid 1px #258DAF;
    line-height: 31px;
    display: block;
    width: 100%;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
    padding: 23px 0;
}
.radio-label:last-child label {
  border-width: 0;
  line-height: 32px;
}
.radio-label .checkmark:after {
    background: #fff;
    opacity: 0.14;
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.radio-label .checkmark {
  position: absolute;
  top: 0;
  left: 20px;
  height: 36px;
  width: 36px;
  top: 20px;
  border-radius: 50%;
}
.radio-label.checked > .checkmark,.radio-label:hover .checkmark {
    background-color: #36B74D;
    top: 22px;
}
.radio-label.checked > .checkmark:after,.radio-label:hover .checkmark:after {
    opacity: 0;
}
.radio-label.checked .checkmark:before,.radio-label:hover .checkmark:before {
    font-size: 16px;
}
.radio-label.checked,.radio-label:hover {
    background: #fff;
    font-weight: 600;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.1)
}
.radio-label.checked label,.radio-label:hover label {
    font-weight: 600;
    color: #000;
    border-width: 0;
    line-height: 32px;
}
.radio-label input:checked ~ .checkmark:after {
  display: block;
}
.radio-label .checkmark:before {
    position: absolute;
    font-size: 15px;
    top: 8px;
    line-height: 20px;
    width: 100%;
    text-align: center;
}
.radio-label:nth-child(1) .checkmark:before {
    content: "A";
}
.radio-label:nth-child(2) .checkmark:before {
    content: "B";
}
.radio-label:nth-child(3) .checkmark:before {
    content: "C";
}
.radio-label:nth-child(4) .checkmark:before {
    content: "D";
}
.radio-label:nth-child(5) .checkmark:before {
    content: "E";
}
.radio-label:nth-child(6) .checkmark:before {
    content: "F";
}
.radio-label:nth-child(7) .checkmark:before {
    content: "G";
}
.radio-label:nth-child(8) .checkmark:before {
    content: "H";
}
.radio-label:nth-child(9) .checkmark:before {
    content: "I";
}
.quick-startbtn button {
    background-color: #E40795;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 19px;
    width: 100%;
    font-size: 15px;
    letter-spacing: 1.78px;
}
.quick-startbtn button:hover {
    background-color: #d80088 !important;
}
.quick-startbtn {
    margin-top: 65px;
    margin-bottom: 60px;
}
.multistep-form button img {
    display: inline-block;
    padding-left: 10px;
}
.multistep-media {
    background-color: #F2F3F8;
    height: 100% !important;
}
.d-flex {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100% !important;
    width: 100% !important;
}
.multistep-slide {
    height: 100vh !important;
    display: table !important;
}
.multistep-media, .multistep-form {
    /*float: left;*/
    /*width: 50% !important;*/
    height: 100vh !important;
}
.slick-slide {
  /*height: 100vh !important;*/
}
.slick-next button {
    background-color: #2DB947;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 19px;
    width: 100%;
    letter-spacing: 1px;
}
.slick-next button:hover {
    background-color: #2f9e43;
}
.slick-next {
    margin-top: 30px;
}
.slick-slider,.slick-list {
  /*height: auto !important;*/
}
.slick-list {
  /*overflow: visible !important;*/
}
.multistep-title {
    text-align: center;
    position: relative;
    padding-bottom: 24px;
    font-size: 24px !important;
    font-weight: 500;
    line-height: 34px;
}
.multistep-title:before {
    content: "";
    position: absolute;
    width: 146px;
    height: 1px;
    background: #fff;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
}
.multistep-content {
    margin-top: 20px;
}
.multi-note {
  text-align: center;
}
.endnote {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    padding-top: 33px;
    line-height: 25px;
    padding-bottom: 50px;
    margin: 0;
}
.endnote a {
    border-bottom: 0.75px solid #fff;
    padding-bottom: 1px;
    cursor: pointer;
    position: relative;
    color: #fff;
}
.endnote a:hover {
    border-bottom: 0;
}
.media-btm {
    max-width: 485px;
    margin-top: 66px;
    margin-bottom: 40px;
}
.media-btm h5 {
    font-size: 14px !important;
    font-weight: 500;
    letter-spacing: 1.66px;
    line-height: 26px;
    text-align: center;
    opacity: 0.5;
    color: #000000;
    margin-top: 0;
}
.media-btm h3 {
    font-size: 35px !important;
    font-weight: 600;
    line-height: 39px;
    text-align: center;
}
.btn-disabled{
    pointer-events:none !important;
}


/*result page*/
.results-show {
  height: 100% !important;
}
.main-container .row-inner.results-page {
    height: 0;
    display: none;
}
.result-wrapper {
  margin: 0 auto;
  max-width: 1194px;
}
.section-1 {
    background: radial-gradient(circle, #073F53 0%, #002432 100%);
}
.section1-bg {
    background-image: url(../images/bg-img.svg);
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 88px;
    padding-bottom: 112px;
}
.section1-bg a:hover {
    text-decoration: underline;
}
.section1-bg a {
    color: #fff;
    font-weight: 500;
}
.section-1 h1 {
    font-size: 45px !important;
    font-weight: 600;
    line-height: 45px;
    margin: 0;
}
.section-1 p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    opacity: 0.8;
    padding: 0 30px;
    margin-top: 28px;
}
.section-1 .result-wrapper {
    max-width: 813px;
    text-align: center;
}
.section-2 {
    background: linear-gradient(180deg, #0188B4 0%, #074C63 100%);
    position: relative;
    padding: 98px 0 159px 0;
}
.section-2 h1 {
    font-size: 45px !important;
    font-weight: 600;
    line-height: 45px;
    margin: 0;
    color: #fff;
    padding-bottom: 70px;
    text-align: center;
    padding-bottom: 80px;
}
.result-box {
    margin-bottom: 53px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.result-box:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    /*transition: all .3s ease-in-out;*/
}
.white-bg:before {
    background-color: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
}
.transparent-bg:before {
    background-color: #FFFFFF;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.1);
    opacity: 0.15;
}
.resultbox-wrapper {
    display: flex;
    padding: 64px 80px 19px 88px;
    margin-bottom: 52px;
}
.result-box .arrow-img, .result-box .learn-more {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    opacity: 0;
    /*transition: all .3s ease-in-out;*/
}
.result-box .arrow-img {
    opacity: 1;
}
.result-box .learn-more {
    right: 20px;
}
.result-box.white-bg .learn-more {
    opacity: 1;
    right: 0;
}
.left-part {
    width: 35%;
}
.right-part {
    width: 65%;
    padding-left: 74px;
}
.white-bg .result-separator {
    width: 2px;
    border: 1px solid #BFBFBF;
    position: relative;
}
.transparent-bg .result-separator {
  width: 2px;
  border: 1px solid #FFFFFF;
  opacity: 0.28;
  position: relative;
}
.white-bg .left-part h3,.white-bg .right-part h3 {
  color: #1E1E1E;
}
.white-bg .left-part p,.white-bg .right-part p {
  color: #2C2C2C;
}
.transparent-bg .left-part h3,.transparent-bg .right-part h3,.transparent-bg .left-part p,.transparent-bg .right-part p {
  color: #ffffff;
}
.left-part h3 {
    opacity: 0.8;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-top: 31px;
}
.left-part p, .right-part p {
  opacity: 0.8;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
.left-part .que-top p {
    margin-top: 12px;
    margin-bottom: 0;
}
.left-part .ans-bottom p {
    margin-top: 7px;
}
.right-part p {
    margin-top: 16px;
    margin-bottom: 0;
}
.right-part h3 {
    opacity: 0.8;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}
.left-part .ans-bottom {
    padding-top: 5px;
}
.arrow-img {
  display: none;
}
.learn-more{
  display: none;
}
.transparent-bg .arrow-img {
  display: block;
}
.white-bg .learn-more {
  display: block;
}
.learn-more {
    float: right;
    z-index: 9;
    width: 100%;
}
.learn-more button {
    background: #2DB947;
    padding: 13px 22px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.78px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    z-index: 9;
    float: right;
}
.learn-more button:hover {
    background-color: #2f9e43;
}
.learn-more img {
    padding-left: 5px;
}
.arrow-img button {
    position: relative;
    float: right;
    background: none;
    padding: 17px 18px 17px 17px;
}
.arrow-img button:before {
    opacity: 0.3;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    top: 0;
    width: 52px;
    height: 52px;
}
.section-3 {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 102px;
}
.section-3 .section3-container {
    display: flex;
    align-items: center;
    width: 100%;
}
.left-img {
    width: 57%;
    text-align: center;
}
.right-content {
    width: 43%;
    padding-left: 92px;
}
.section-3 h2 {
    font-size: 35px !important;
    line-height: 39px;
    color: #002C3C;
    font-weight: 600;
}
.section-3 p {
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    opacity: 0.9;
    margin-top: 23px;
}
.section-3 button {
    background-color: #E40795;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.78px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 15px 31px;
    margin-top: 40px;
}
.section-4 {
    position: relative;
    background-image: url(../images/img5.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    color: #fff;
    background-color: #fff;
}
.section4-bg {
    padding: 174px 0 145px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-4 h2 {
    font-size: 35px !important;
    font-weight: 600;
    line-height: 41px;
    margin-top: 0;
}
.section4-bg {
    padding: 174px 80px 145px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 804px;
    margin: 0 auto;
    text-align: center;
}
.section-4 button {
    background-color: #E40795;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.78px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 15px 40px;
    margin-top: 40px;
}
.section-4 p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 24px;
}
.section-3 button:hover,.section-4 button:hover {
    background-color: #d80088 !important;
}
.highlight_element {
    position: relative;
}
.slick-dots .highlight_element:before {
    background: #1aaaee;
    display: block;
    opacity: 0.6;
    border: solid 1px #09d9fa;
    position: absolute;
    left: -10px;
    right: -10px;
    content: "";
    height: 26px;
    top: -8px;
}
.slick-next.slick-arrow {
    position: relative;
}
.slick-next.slick-arrow .highlight_element:before {
    background: #1aaaee;
    display: block;
    opacity: 0.6;
    border: solid 1px #09d9fa;
    position: absolute;
    left: -10px;
    right: -10px;
    content: "";
    height: 82px;
    top: -10px;
}
.cta_button_disable{
    opacity: 0.6;
    cursor: not-allowed;
}
.cta_button_disable:hover{
    background-color: #2DB947 !important;
}
/*.transparent-bg:hover:before {
    background-color: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
    opacity: 1;
}
.transparent-bg:hover .result-separator {
    width: 2px;
    border: 1px solid #BFBFBF;
    position: relative;
}
.transparent-bg:hover .left-part h3,.transparent-bg:hover .right-part h3 {
  color: #1E1E1E;
}
.transparent-bg:hover .left-part p,.transparent-bg:hover .right-part p {
  color: #2C2C2C;
}*/


/*Resource Hub Page Start From Here 05May2021*/
.resources-hub-content {
 background-image: linear-gradient(180deg, #0188B4 0%, #074C63 100%);
    -webkit-background-image: linear-gradient(180deg, #0188B4 0%, #074C63 100%);
     -ms-background-image: linear-gradient(180deg, #0188B4 0%, #074C63 100%);
     -moz-background-image: linear-gradient(180deg, #0188B4 0%, #074C63 100%);
}
.resources-hub-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.resources-hub-content .resources-container{
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.resources-hub-content .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    width: auto !important;
}
.resources-hub-content .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
     padding-left: 10px;
    padding-right: 10px;
}
.resources-hub-content .col-6{
    -ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
     padding-left: 10px;
    padding-right: 10px;
}
.resources-hub-content .col-4{
   -ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
     padding-left: 10px;
    padding-right: 10px;
}
.hero-section{ 
    text-align: center;
    background-image: url("/wp-content/themes/aspen-mesh/images/hero-img.png");
    background-size: cover;
    background-color: #063A52;
    padding-top: 61px;
  padding-bottom: 320px;
}
.hero-section .hero-caption{
    max-width: 780px;
    margin: 0 auto;
}
.hero-section .hero-caption .logo{
    text-align: center;
}
.hero-section .hero-caption h1{
    font-weight: 600;
    font-size: 45px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}
.hero-section .hero-caption .caption-desc{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: -0.2px;
}

.premium-content-section .premuim-content-block{
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.premium-content-section .premuim-content-block .premium-content-col {
    padding: 90px 60px 90px 80px;
    background-color: #00445E;
    height: 100%;
    border-radius: 5px 0 0 5px;
}
.premium-content-section .premuim-content-block .premium-content-col .small-heading{
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    color: #3DB552;
    letter-spacing: 1.75px;
}
.premium-content-section .premuim-content-block .premium-content-col h2.heading2{
   font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 15px;
}
.premium-content-section .premuim-content-block .premium-content-col h2.heading2 a{
    color: #ffffff !important;
}
.premium-content-section .premuim-content-block .left{
    padding-right: 0;
    border-radius: 5px 0 0 5px;
}
.premium-content-section .premuim-content-block .right{
    padding-left: 0;
    border-radius: 0px 5px 5px 0px;
}
.premium-content-section .premuim-content-block .premium-content-col p{
    color: #fff;
}
.premium-content-section .premuim-content-block .premium-content-col .premium-feature-list{
    margin-top: 20px;
}
.premium-content-section .premuim-content-block .premium-content-col .premium-feature-list li{
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding-left: 42px;
    margin-bottom: 20px;
    position: relative;
}
.premium-content-section .premuim-content-block .premium-content-col .premium-feature-list li::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
     background: url("/wp-content/themes/aspen-mesh/images/icon-checkmark-green.svg") no-repeat left top;
    height: 30px;
    width: 30px;
}
.premium-content-section .premuim-content-block .premium-form-col{
    padding: 75px 60px 50px 60px;
    background-color: #F3F4F9;
    text-align: center;
    height: 100%;
    border-radius: 0 5px 5px 0;
}
.premium-content-section .premuim-content-block .premium-form-col .form-img {
    margin-bottom: 34px;
    width: 260px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    background: #E40795;
}


.premium-content-section .premuim-content-block .premium-form-col .form-img img {
    position: relative;
    left: -20px;
    top: -16px;
}



.premium-content-section .premuim-content-block .premium-form-col h4.form-title{
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 40px;
}
.premium-content-section .premuim-content-block .premium-form-col form.get-the-guide-form .row{
    width: auto;
}
.premium-content-section .premuim-content-block .premium-form-col form.get-the-guide-form .form-group{
    margin-bottom: 20px;
}
.premium-content-section .premuim-content-block .premium-form-col form.get-the-guide-form .form-group .form-control{
    width: 100%;
    margin-top: 0;
    height: 46px;
    transition: all 0.3s ease-out;
}
.premium-content-section .premuim-content-block .premium-form-col form.get-the-guide-form .form-group .form-control:focus{
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.1);
}
.premium-content-section .premuim-content-block .premium-form-col form.get-the-guide-form .btn{
    margin-top: 10px;
    width: 100%;
}


/*--premium-form-col css start-- */
.premium-form-col .hs-fieldtype-text {
    text-align: left;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
        float: left;
}
.premium-form-col .hs-fieldtype-text input {
    height: 47px;
    left: 1022px;
    top: 858px;
    background: #FFFFFF;
    mix-blend-mode: normal;
    border-radius: 2px;
    border: 0;
    box-shadow: none;
}
.premium-form-col .hs-fieldtype-text input:focus{
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.1);
}
.premium-form-col .hs_firstname {
    width: 50%;
    float: left;
    padding-right: 10px;
    position: relative;
}
.premium-form-col .hs_lastname {
    width: 50%;
    float: left;
    padding-left: 10px;
    position: relative;
}
.premium-form-col .hs-error-msgs {
   margin-top: 0px;
    color: red;
    font-size: 12px;
    position: absolute;
    top: 58px;
}
.premium-form-col .hs-error-msgs li {
    line-height: 16px;
    display: none;
}
.premium-form-col .hs-error-msgs li:first-child{
    display: block;
}
.premium-form-col .hs-error-msgs .hs-error-msg{
    font-size: 12px;
}
.premium-form-col label.hs-error-msg {
    line-height: 1em;
}
.premium-form-col .hs_error_rollup {
    display: none;
}
.premium-form-col input.hs-button.primary.large {
    align-items: center;
    padding: 15px 30px;
    width: 100%;
    height: 56px;
    left: calc(50% - 463px/2 + 292.5px);
    top: calc(50% - 56px/2 - 1062.5px);
    background: #E40795;
    box-shadow: 0px 2px 14px rgb(0 0 0 / 10%);
    font-weight: 600 !important;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1.75px;
    color: #FFFFFF;
    margin-top: 10px !important;
}
.premium-form-col input.hs-button.primary.large:hover{
    background-color: #d80088 !important;
}
.featured_content_button_wrap {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .premium-form-col .hs_firstname, .premium-form-col .hs_lastname {
        width: 100%;
    }
    .premium-form-col .hs_firstname{
        padding-right: 0;
    }
    .premium-form-col .hs_lastname {
         padding-left: 0;
    }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
    .premium-form-col .hs-error-msgs {
        top: 56px;
    }
}

/*--premium-form-col css end-- */



.resources-hub-content .reverse-row{
    margin-top: -240px;
}
h3.heading3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 0;
}
.heading-block{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
align-items: cente;
}
.heading-block .left{
          display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
align-items: center;
}
.heading-block .right{
    margin-left: auto;
}
.filter-section {
    padding-top: 65px;
    padding-bottom: 65px;
}
.filter-section .heading-block{
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin-bottom: 42px;
padding-bottom: 20px;
}
.filter-section .heading-block h3.heading3{
    color: #fff;

}
.filter-section .filter-counter{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    color: #00445E;
    font-size: 12px;
    font-weight: 600;
    margin-left: 10px;
    background-color: #fff;
}
.filter-section .clear-filter{
    font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #FFFFFF;
    display: flex;
    align-items: center;
}
.filter-section .filter-list{
    margin-top: 0;
}
.filter-section .filter-list li{
    margin-bottom: 16px;
    width: 33%;
    display: inline-block;
}
.filter-section .custom-checkbox-label{
      display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.filter-section .custom-checkbox-label::after{
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    background-color: #fff;
    z-index: 1;
}
.filter-section .custom-checkbox-label span{
    margin-left: 16px;
}
.filter-section  input[type="checkbox"]:checked::before {
    content: url("/wp-content/themes/aspen-mesh/images/icon-check-dark.png");
    z-index: 2;
    top: 0;
}
.feature-items-section {
    padding-bottom: 100px;
}
.feature-items-section .feature-item{
    margin-bottom: 20px;
    display: flex;
}
.feature-items-section .feature-card{
    position: relative;
    width: 100%;
display: block;
   transition: all 0.3s ease-out;
   /*background: #fff;*/
    border-radius: 5px; 
    overflow: hidden;
}
.feature-items-section .feature-card:hover{
     box-shadow: 3px 4px 35px rgba(0, 0, 0, 0.50);
}
.feature-items-section .feature-card .feature-thumb > img{
     width: 100%;
    max-width: 100%;
     object-fit: cover;
    object-position: top center;
    border-radius: 5px 5px 0 0;
}
.feature-items-section .feature-card .feature-thumb{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 320px; 
    max-height: 320px;
    /*background: #dcdcdc;*/
    /*background-image:  url("/wp-content/themes/aspen-mesh/images/card-bg.jpg");*/
} 
.feature-items-section .feature-card.card-sm .feature-thumb {
    height: 200px; 
    max-height: 200px;
}

.feature-items-section .feature-card.card-md .feature-thumb > img{
    height: 326px;
    max-height: 326px;
    object-position: center;
}
.feature-items-section .feature-card.card-sm .feature-thumb > img{
    height: 200px;
    max-height: 200px;
}
.feature-items-section .feature-card.card-sm .feature-card-body {
    height: calc( 100% - 200px);
}
 .video-link{
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
align-items: center;
    -ms-flex-pack: center;
justify-content: center;
}
.feature-items-section .feature-card .feature-category-tag{
    position: absolute;
    left: 20px;
    top: 20px;
    /*padding: 6px 12px;
    border-radius: 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    background-color: transparent;*/
}
.feature-items-section .feature-card .feature-category-tag span {
    padding: 6px 10px;
    border-radius: 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.75px;
    text-align: center;
    background-color: transparent;
}
.feature-items-section .feature-card .feature-category-tag .premium{
    background-color: #E40795 !important;
}
.feature-items-section .feature-card .feature-card-body{
    padding: 40px 40px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    height: calc( 100% - 320px);
}
.feature-items-section .feature-card .feature-card-body .feature-card-title{
    color: rgba(0,0,0,0.7);
    margin-bottom: 15px;
    font-weight: 500;
}
.feature-items-section .feature-card .feature-card-body .feature-card-desc{
    font-weight: 500;
    color: #6D6D6D;
    font-size: 16px;
    line-height: 26px;
}
/*
.feature-items-section .feature-card.card-sm .feature-card-body .feature-card-title{
    margin-bottom: 0;
}
*/
.feature-items-section .load-more-btn{
    text-align: center;
    margin-top: 40px;
}

.feature-content-section.premium-content-section .premuim-content-block {
    background-color: #00445E;
    border-radius: 5px;
}
.feature-content-section.premium-content-section .premuim-content-block .premium-content-col {
    padding: 75px 60px 75px 100px;
    background-color: #00445E;
}
.feature-content-section.premium-content-section .premuim-content-block .row {
    -ms-flex-align: center;
align-items: center;
}
.feature-content-section.premium-content-section .premuim-content-block .right .thumb-img {
    position: relative;
/*    text-align: center;*/
}
/*
.feature-content-section.premium-content-section .premuim-content-block .right .thumb-img > img {
    max-width: 100%;
    height: auto;
}
*/
.feature-content-section.premium-content-section .premuim-content-block .right .thumb-img .video-link {
    left: -100px;
    right: 0;
    top: -30px;
    bottom: 0;
    margin: auto;
}

/*Resource Hub Page End From Here 05May2021*/

/*11-05-21*/
.feature-content-section.premium-content-section .premuim-content-block .right{
    margin-top: 104px;
    margin-bottom: 70px;
}
.feature-content-section.premium-content-section .premuim-content-block .right .thumb-img{
    padding-top: 42.25%;
    width: 443px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #E40795;
}
/*.feature-content-section.premium-content-section .premuim-content-block .right .thumb-img.ft-image {
    padding-top: 0;
    background: transparent;
}*/
.feature-content-section.premium-content-section .premuim-content-block .right .thumb-img.ft-image {
    padding-top: 0;
    padding-bottom: 34px;
}
/*.feature-content-section.premium-content-section .premuim-content-block .right .thumb-img.ft-image img{
    margin-top: -34px;
}*/
.feature-content-section.premium-content-section .premuim-content-block .right .thumb-img.ft-image img {
    margin-top: -34px;
    margin-left: -34px;
    width: 100%;
}
.feature-content-section.premium-content-section .premuim-content-block .right .thumb-img iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
    margin-left: -34px;
    margin-top: -34px;
}
.resource-hub-bottom-section {
    background-color: transparent !important;
    padding-left: 15px;
    padding-right: 15px;
}   
.load-more-btn-wrap{
    text-align: center;
}
.feature-thumb.video-wrap {
    overflow: hidden;
   /* padding-top: 56.25%; */  
}
.feature-thumb.video-wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
 .posts_loader{
       width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0 !important;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-size: 30px;
        margin-top: 60px;
}
.posts_loader h5{
     font-size: 0 !important;
}
.feature-items-section .load-more-btn a#more_posts {
    padding: 14px 29px 14px 29px !important;
}
.site-footer li.footer-title {
    text-transform: uppercase;
}


.resources-hub-content .resources-container .feature-item-row{
    margin-bottom: -20px;
}
.resources-hub-content .feature-items-section .load-more-btn{
    margin-top: 0px;
}
.resources-hub-content .feature-items-section .load-more-btn .custom-link{
    margin-top: 60px;
}


/*responsive*/
@media (max-width: 1440px) {
ul.slick-dots {
    bottom: 30px;
}
}

@media (max-width: 1200px) {
.resources-hub-content .resources-container {
    max-width: 960px;
}
    .premium-content-section .premuim-content-block .premium-content-col {
    padding: 70px 60px 70px 60px;
}
    .premium-content-section .premuim-content-block .premium-form-col {
    padding: 60px 50px 50px 40px;
}
    .feature-content-section.premium-content-section .premuim-content-block .premium-content-col {
    padding: 70px 60px 70px 60px;
}
    .feature-content-section.premium-content-section .premuim-content-block .right .thumb-img {
        padding-top: 53.25%;
}
    .feature-content-section.premium-content-section .premuim-content-block .right .thumb-img .video-link {
    left: 0px;
}
    .feature-items-section .feature-card .feature-card-body {
    padding: 30px 30px;
}
}
@media (max-width: 991px) {
    .resources-hub-content .resources-container{
        padding-left: 15px;
    padding-right: 15px;
    }
    .resources-hub-content .col {
    padding-left: 15px;
    padding-right: 15px;
}
    .resources-hub-content .row {
    margin-right: -15px;
    margin-left: -15px;
}
    .resources-hub-content .col-6 {
    padding-left: 15px;
    padding-right: 15px;
}
    .resources-hub-content .col-4 {
    padding-left: 15px;
    padding-right: 15px;
}
    .hero-section{
        padding-left: 36px;
padding-right: 36px;
    }
    .premium-content-section{
        padding-left: 36px;
        padding-right: 36px;
    }
    .premium-content-section .premuim-content-block .left,
    .premium-content-section .premuim-content-block .right{
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
    .premium-content-section .premuim-content-block .left {
padding-right: 15px;
}
        .premium-content-section .premuim-content-block .right {
padding-left: 15px;
}
    .feature-content-section.premium-content-section .premuim-content-block .premium-content-col {
    padding: 70px 60px 40px 60px;
}
    .feature-content-section.premium-content-section .premuim-content-block .right{
        padding-bottom: 60px;
    }
    .feature-content-section.premium-content-section .premuim-content-block .right .thumb-img {
    padding: 0;
        text-align: center;
}
    .feature-content-section.premium-content-section .premuim-content-block .right .thumb-img .video-link {
        top: -20px;
}
    .filter-section {
    padding-left: 36px;
        padding-right: 36px;
}
    .filter-section .filter-list-row > .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .feature-items-section .feature-item {
    margin-bottom: 30px;
}
.resources-hub-content .resources-container .feature-item-row{
    margin-bottom: -30px;
}
     .feature-items-section  .feature-item-row .col-4.feature-item {
    -ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
    .feature-items-section .feature-card{
        height: 100%;
    }
    .feature-items-section .feature-card .feature-card-body {
    height: calc(100% - 196px);
}
    .feature-items-section .feature-card.card-md .feature-thumb > img {
    height: 200px;
    max-height: 200px;
}
    .video-link {
    width: 60px;
    height: 60px;
}
    .video-link > img{
        width: 13px;
    }

.feature-content-section.premium-content-section .premuim-content-block .right{
    margin-top: 50px;
    margin-bottom: 0;
    padding-left: 114px;
    padding-right: 75px;
}
.feature-content-section.premium-content-section .premuim-content-block .right .thumb-img{
    width: 100%;
    padding-top: 56.25% !important;
}
.feature-content-section.premium-content-section .premuim-content-block .right .thumb-img.ft-image {
    padding: 0 !important;
    margin-left: 0px;
    width: 100%;
    max-width:100%;
    padding-bottom: 34px !important;
}
.feature-content-section.premium-content-section .premuim-content-block .right .thumb-img.ft-image img {
    margin-top: -34px;
    margin-left: -70px;
    width: 100%;
}
.filter-section .filter-list li {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.feature-items-section .feature-card .feature-thumb, .feature-items-section .feature-card.card-sm .feature-thumb{
    height: 196px;
    max-height: 196px;
}
.feature-items-section .feature-card .feature-category-tag {
    position: absolute;
    left: 20px;
    top: 8px;
}
.feature-items-section .feature-card .feature-category-tag span {
    padding: 4px 8px;
    font-size: 10px;
    letter-spacing: 1.75px;
}

}

@media (min-width: 768px) {
.footer-row > li.footer-col {
    max-width: 25%;
}
}

@media (min-width: 960px) {
.page-template-landing-page .main-container .row-inner {
    margin-left: 0 !important;
}
}

@media (max-width: 959px) {
.main-container .row-inner .multi-left-content,.main-container .row-inner .multi-right-content {
  padding: 36px !important;
}
.multi-right-content:before,.multistep-form:before {
  content: none;
}
.multistep-slider .row-inner {
    display: inline-block !important;
}
.multistep-slider ul.slick-dots {
  width: 100%;
  bottom: 20px;
}
.main-container .row-inner .multistep-media,.main-container .row-inner .multistep-form {
    padding: 36px 18px 0px 18px !important;
}
.results-page section {
    padding: 36px;
}
.section-2 h1 {
    padding: 40px 0;
}
.resultbox-wrapper {
    display: block;
    padding: 30px;
}
.left-part,.right-part,.left-img,.right-content {
    width: 100%;
}
.white-bg .result-separator,.transparent-bg .result-separator {
    margin-top: 30px;
    width: 100%;
}
.section-3 .section3-container {
    display: block;
}
.right-part,.right-content {
    padding-left: 0;
}
.section-3 {
    padding-bottom: 50px;
    text-align: center;
}
.slick-slide {
    height: 100% !important;
}
.multistep-slide {
    height: 100% !important;
    display: block !important;
}
.multistep-media, .multistep-form {
    width: 100% !important;
    height: 100% !important;
}
.section4-bg {
  padding-left: 0;
  padding-right: 0;
}
.section-1 .result-wrapper {
    max-width: 100%;
}
.section-1 p {
    padding: 0;
}
.radio-label.checked label {
    padding-right: 10px;
}
}


@media screen and (max-width: 1100px) and (min-width: 960px) {
    body.hmenu-position-left #menu-cta.menu-cta-inner {
    padding-left: 15px !important;
    margin-left: 15px !important;
}
body.hmenu-position-left .menu-cta-inner li.menu-item-button .btn{
    padding: 13px 16px 13px 16px !important;
}
body.hmenu-position-left .menu-cta-inner li.menu-item-button a{
    padding-right: 0;
}
.menu-smart > li > a {
    padding: 0px 10px 0px 10px !important;
}
.menu-smart {
    padding: 0px 0px 0px 13px !important;
}
}
@media (min-width: 960px) {
    body.hmenu-position-left .menu-cta-inner li.menu-item-button {
        display: inline-flex;
        align-items: center;
    }
}
@media (max-width: 1024px) {
.media-btm {
  max-width: 100%;
  margin-top: 66px;
}
.slick-slide img {
  margin: 0 auto;
}
.media-btm {
  margin-bottom: 30px;
}
.results-page section {
    padding: 36px;
}
.main-container .landing-page {
    height: 100% !important;
}
.multistep-media, .multistep-form {
  padding: 10px !important;
}
.main-container .multistep-form {
    padding: 36px !important;
}
}

@media (max-width: 1199px) {
.multistep-slider {
  overflow: auto;
}
.section-2 {
    padding: 100px 0 100px 0;
}
.results-page section {
    padding: 36px;
}
}


@media (max-width: 767px){
    .hero-section{
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 300px;
background-position: 55%;
    }
    .hero-section .hero-caption h1 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
}
    .premium-content-section {
    padding-left: 0;
        padding-right: 0;
}
    .premium-content-section .premuim-content-block .premium-content-col {
    padding: 60px 22px 50px 22px;
        border-radius: 5px 5px 0 0;
}
    .premium-content-section .premuim-content-block .premium-form-col {
    padding: 60px 22px 50px 22px;
        border-radius: 0 0 5px 5px;
}
    .premium-content-section .premuim-content-block .premium-form-col form.get-the-guide-form .row > .col{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .feature-content-section.premium-content-section .premuim-content-block .premium-content-col {
    padding: 60px 22px 40px 22px;
}
    .feature-content-section.premium-content-section .premuim-content-block .right .thumb-img {
    padding: 0 20px;
}
    .feature-content-section.premium-content-section .premuim-content-block .right .thumb-img .video-link {
    width: 45px;
        height: 45px;
}
      .feature-content-section.premium-content-section .premuim-content-block .right .thumb-img .video-link > img {
    width: 10px;
}
    .feature-content-section.premium-content-section .premuim-content-block .right {
    padding-bottom: 40px;
}
    .filter-section .heading-block h3.heading3 {
    font-size: 18px;
    line-height: 26px;
}
    .filter-section {
    padding-left: 0;
    padding-right: 0;
        padding-bottom: 45px;
}
    .filter-section .filter-counter {
    width: 20px;
    height: 20px;
    line-height: 21px;
    }
    .filter-section .clear-filter {
    font-size: 14px;
    line-height: 24px;
     font-weight: 300;
}
    .filter-section .filter-list-row > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
    .resources-hub-content .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
    .feature-items-section .feature-card .feature-card-body .feature-card-title{
        font-size: 18px;
        line-height: 26px;
    }
        .feature-items-section .feature-card .feature-card-body .feature-card-desc{
        font-size: 14px;
line-height: 22px;
    }
    .feature-items-section .feature-item-row .col-4.feature-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
    .feature-items-section .feature-card {
    height: auto;
}
    .feature-items-section .feature-item {
    margin-bottom: 20px;
}
.resources-hub-content .resources-container .feature-item-row {
    margin-bottom: -20px;
}
.resources-hub-content .feature-items-section .load-more-btn .custom-link {
    margin-top: 20px;
}
    .premium-content-section .premuim-content-block .premium-form-col h4.form-title{
        font-weight: 500;
    }
    .premium-content-section .premuim-content-block .premium-form-col .form-img {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.feature-content-section.premium-content-section .premuim-content-block .right {
    padding-left: 59px;
    padding-right: 39px;
    margin-top: 25px;
    margin-bottom: 16px;
}
.feature-content-section.premium-content-section .premuim-content-block .right .thumb-img iframe{
    margin-left: -20px;
    margin-top: -20px;
}
.feature-content-section.premium-content-section .premuim-content-block .right .thumb-img.ft-image {
    padding: 0 !important;
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
    padding-bottom: 16px !important;
}
.feature-content-section.premium-content-section .premuim-content-block .right .thumb-img.ft-image img {
    margin-top: -20px;
    margin-left: -42px;
    width: 100%;
}
.filter-section .filter-list li{
     width: 100%;
     display: inline-block;
     padding-right: 0;
}

.hero-section .hero-caption .caption-desc{
    font-size: 16px;
}
.premium-content-section .premuim-content-block .premium-content-col h2.heading2{
    letter-spacing: -1px;
}
.hbspt-form iframe{
    max-width: 100%;
}
.feature-items-section .load-more-btn {
    margin-top: 20px;
}
.premium-content-section .resources-container .premuim-content-block .premium-form-col .form-img {
    max-width: calc(100% - 20px);
    margin-left: 20px;
}
.premium-content-section .resources-container .premuim-content-block .premium-form-col {
    padding: 40px 40px 50px 40px;
}
/*
.premium-content-section .resources-container .premuim-content-block .premium-form-col .form-img img{
    margin-left: -10px;
    max-width: calc(100% + 10px);
}*/
.feature-items-section .load-more-btn a.custom-link {
    width: 100%;
}
.feature-items-section .feature-card .feature-thumb.video-wrap{
height: auto;
padding-top: 56.25%;
} 
}



@media (min-width: 1921px) {
.slick-slider, .slick-list {
    height: 100vh !important;
}
.multistep-slider {
    height: 100vh !important;
}
ul.slick-dots {
    bottom: 20px;
}
}


@media (min-width: 1600px) {
.slick-list {
    overflow: hidden !important;
}
.slick-slider, .slick-list {
    height: 100vh !important;
}
ul.slick-dots {
    display: flex !important;
    bottom: 88px;
}
}

@media (min-width: 999px) and (max-width: 1199px){
.main-container .landing-page {
    height: 100vh !important;
}
}

@media (max-width: 360px){
.premium-content-section .resources-container .premuim-content-block .premium-form-col {
    padding: 40px 20px 50px 20px;
}
.filter-section .heading-block h3.heading3 {
    font-size: 15px;
    line-height: 20px;
}
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .article-list.footer-row {
        justify-content: space-around; 
    }
}




/*-----This css copy in support policy page--*/


.banner-section .background-inner {
    z-index: 1;
}
.banner-small-heading h2 {
    font-weight: bolder;
    font-size: 13px !important;
    letter-spacing: 1.75px;
    line-height: 41px;
    color: #3DB552 !important;
}
.banner-big-heading {
    margin-top: 0 !important;
}
.banner-section .row.limit-width.row-parent {
    z-index: 3;
}
.banner-section .banner-big-heading h2 {
    font-size: 45px !important;
    font-weight: bolder;
}

.icon-media-image p span {
    font-weight: 600;
    font-size: 13px !important;
    line-height: 41px;
    letter-spacing: 1.78px;
}
.icon-box.icon-box-right.icon-media-image {
    position: relative;
}

.icon-box-icon.fa-container {
    position: absolute;
    left: 107px;
    bottom: 12px;
}
.right-column.support-progresive .icon-box-icon.fa-container {
    left: 0;
        bottom: 10px;
}
.right-column.support-progresive .icon-box-left .icon-box-content {
    padding-left: 25px;
}
body.textual-accent-color .post-content .link_list_cls.pink-links ul:not(.menu-smart):not(.nav-tabs):not(.pagination) a:not(.btn-text-skin):not(.btn) {
    color: #E40795!important;
}
.uncode_text_column.bullet-lists.link_list_cls li a:hover,
body.textual-accent-color .post-content .link_list_cls.pink-links ul:not(.menu-smart):not(.nav-tabs):not(.pagination) a:not(.btn-text-skin):hover:not(.btn) {
    opacity: 0.5;
}
body.textual-accent-color .post-content .support-progresive .uncode_text_column p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a:not(.btn):hover,
body.textual-accent-color .post-content .support-progresive p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a:not(.btn-text-skin):focus:not(.btn){
    color: #E40795 !important;
    opacity: 0.5;
}
body.textual-accent-color .post-content .support-progresive .uncode_text_column p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a:not(.btn){
    color: #E40795 !important;
}
.sticky-section .btn-container a.custom-link.btn.btn-flat.btn-icon-left {
    background: #E40795;
    padding: 14px 25px 14px 25px !important;
}
.sticky-section .btn-container a.custom-link.btn.btn-flat.btn-icon-left:hover{
    background-color: #d80088 !important;
    border-color: #d80088 !important;
}
body.textual-accent-color .post-content > div .left-column.sticky-section p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a:not(.btn):hover {
    opacity: 0.5;
}
body.textual-accent-color  .post-content > div .left-column.sticky-section p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a:not(.btn){
    font-size: 16px ;
    line-height: 26px ;
    color: #000000 !important;
}
.left-column.sticky-section span.btn-container a.custom-link {
    box-shadow: 0px 2px 14px rgb(0 0 0 / 10%);
}
 .support-progresive .table-header h4 {
    font-weight: 600 ;
    font-size: 10px !important;
    line-height: 26px ;
    letter-spacing: 1px ;
}
.support-progresive .row-child .uncol.style-light .uncoltable .right-column-sub-heading h4{
        padding: 0 0px;
}
 .support-progresive hr.separator-no-padding{
    border: 1px solid #6D6D6D !important;
    opacity: 0.5;
}
 .support-progresive .table-content .uncode_text_column td,.support-progresive .table-content .uncode_text_column p {
 padding: 10px 0px;
border: 0;
color: #000;
font-size: 12px;
}
 .support-progresive .table-content .uncode_text_column table {
    border: 0;
}
 .support-progresive .table-content .uncode_text_column td:last-child {
    text-align: right ;
}
.support-progresive .table-content {border-style: unset;}
.support-progresive .table-content {margin-top: 0px !important;padding: 25px 15px 15px !important;}
.support-progresive .table-header .row-child .uncol.style-light .uncoltable h4 {
    padding: 0 15px;
      min-height: 40px;
    padding-top: 8px;
}

/**/
.support-progresive .right-column-main-heading h2{font-size: 35px !important; color:#000 !important;font-weight: 600;line-height: 39px !important;}
.support-progresive .uncode_text_column p{color:#000;line-height: 22px;font-size: 14px;}   
.bullet-lists li{color:#000;font-size: 14px;}
.bullet-lists{margin-top:10px !important;}
.uncode_text_column ul{padding-left:0px;color: #000;}
.support-progresive .right-column-sub-heading h3{color: #000 !important;}
.uncode_text_column{ margin-top:15px !important;margin-bottom: 36px;}
.support-progresive .order-lists ol {padding-left: 15px !important;}   
.support-progresive .uncode_text_column p.para2{font-size: 18px;line-height: 26px;}
.support-progresive .uncode_text_column ul.list2{font-size: 18px;line-height: 26px;}
.support-progresive ol{color: #000;margin-left: 8px;}
.support-progresive .uncode_text_column p.para3{font-size: 12px;line-height: 20px;}
.table-content .uncode_text_column{margin-bottom: 10px;}
.support-progresive .table-content .uncode_text_column p {
    margin-top: 5px;
}
.support-progresive .link-black{color:#000;}
header#masthead.navbar .btn-square {
    padding: 0 0 !important;
    min-width: 238px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.support-progresive .support-overview .over_cls p,.support-progresive .bullet-lists ul.list2 li{
    font-size: 18px;
    line-height: 26px;
}
body.textual-accent-color .post-content .support-progresive p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a:not(.btn){
    color: #000 !important;
}
.support-progresive .bullet-lists ul li {
    list-style-type: none;
    position: relative;
}
.support-progresive .bullet-lists ul li::before {
    content: ".";
    position: absolute;
    left: -18px;
    top: -15px;
    color: #000;
    font-size: 23px;
}
.support-progresive .bullet-lists ul.list2 li::before {
    top: -7px;
}
.uncode_text_column.jump-to-links {
    margin-top: 0 !important;
}
.main-container .row-container .row-parent .sticky-sidebar .jump-to-links {
    margin-bottom: 35px !important;
}
.main-container .row-container .row-parent .sticky-sidebar span.btn-container {
    margin-top: 0 !important;
}
.top_border_product {
    margin: 0 0 40px !important;
    padding-top: 35px;
}
body.textual-accent-color .post-content .support-progresive .pink-links p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a:not(.btn) {
    color: #E40795!important;
}
body.textual-accent-color .post-content .support-progresive .pink-links p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a:not(.btn):hover {
   opacity: 0.5;
   color: #E40795!important;
}
span.btn-container a.custom-link {
    background: #e40795 !important;
}
.small_width hr.border-color-vyce-color.separator-no-padding {
    border-color: #E40795 !important;
    margin: 0 auto !important;
    opacity: 1;
}
.support-progresive .divider-wrapper.border_bottom_pro.small_width {
    margin-top: 92px !important;
}
.mid_content .pos-top.pos-center.single-internal-gutter {
    padding: 0 !important;
}
.mid_content .uncont {
    max-width: 519px;
}
.mid_content .uncont h6 span p {
    font-family: Montserrat;
    font-weight: 600 !important;
    font-size: 10px !important;
    line-height: 26px;
    text-align: center;
    letter-spacing: 1px;
    color: #000000;
    width: 100%;
    display: block !important;
}
.mid_content .uncont h6 {
    width: 100%;
}
.mid_content .heading-text.el-text {
    margin-top: 0 !important;
}
.mid_content .heading-text.el-text h6 span p {
    margin-top: 7px;
}
.support-overview .bottom_up.row-internal.row-container {
    margin-top: 20px !important;
}
.support-overview .heading-text.el-text.right-column-main-heading.first-head {
    margin-top: 13px !important;
}
.support-overview .heading-text.el-text.right-column-sub-heading.scop_head {
    margin-top: 0 !important;
}
.support-overview .uncode_text_column.bullet-lists {
    margin-bottom: 20px;
}
.service-rmp h2.h2 {
    font-weight: 600;
    line-height: 39px;
     padding-bottom: 5px !important;
}
.ol_list ol {
    padding-left: 0 !important;
}
.mid_content h4.h4 span p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin-bottom: 16px;
}
.banner-overlay .background-inner {
    opacity: 0.3;
}
.look_more h4.h4 span {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    mix-blend-mode: normal;
}
.more_description {
    margin-top: 11px !important;
}
.right-column-sub-heading h3 span {
    font-weight: 500;
    line-height: 32px;
}
.cata_example_btn.btn{
    padding: 11px 25px 11px 25px !important;
    max-width: 180px !important;
    width: 100%;
}
.banner-section .banner-big-heading span {
    font-weight: 600;
    line-height: 45px;
}
.banner-small-heading span {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.75px;
    padding-bottom: 27px;
}

/*------------------- related content --------------*/
.related-content-section,.page-template-gated-content .style-light-bg {
    background: #f3f4f9;
}
.related-content-section h2 {
    padding: 0 0 43px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px !important;
    line-height: 32px;
    color: #000000;
    mix-blend-mode: normal;
    margin: 0;
}
.related-container .related-content-main {
    max-width: 654px;
    margin-left: auto;
    margin-top: -60px;
    position: relative;
    padding-bottom: 57px;
    padding-right: 26px;
}
.related-content-section .feature-card:hover{
    box-shadow: unset;
}
.related-content-section .feature-card .feature-thumb,
.related-content-section .feature-card.card-md .feature-thumb > img{
    height: 150px;
    max-height: 150px;
}
.related-content-section .feature-thumb.video-wrap iframe {
     position: static;  
}
.related-content-section .feature-card .feature-card-body{
    height: auto !important;
}
.related-content-section .feature-card .feature-card-body .feature-card-title {
    margin-bottom: 0;
}
.related-content-section .feature-card .feature-category-tag {
    left: 5px;
    top: 10px;
}
/*---------------- close ----------------*/


/*---------------- Bottom footer css ----------------*/
.footer-bottom {
      padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.footer-bottom li {
    line-height: inherit !important;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.footer-bottom li a{
    line-height: 12px;
}



@media (min-width: 960px) {
  .pos-top.pos-center.support-progresive {
     padding-left: 100px;
    }
    .related-content-section .feature-item:nth-child(even) {padding-left: 17px;}
    .related-content-section .feature-item:nth-child(odd) {
        padding-right: 17px;
    }
}

@media (min-width: 1100px) {
  .pos-top.pos-center.support-progresive {
     padding-left: 148px;
    }
}
@media (max-width: 1024px) and (min-width: 960px) {
    body.hormenu-position-left:not(.hmenu-center-split):not(.hmenu-center-double):not(.menu-overlay):not(.hmenu-center) .menu-container.menu-borders .navbar-cta > ul#menu-cta {
    margin-left: 0px !important;
    padding-left: 15px !important;
}
.menu-container ul.menu-smart a[title="Sign In"] {
    padding: 0;
}
}
@media (max-width: 1024px){
   .service-rmp.service_request {
        margin-top: 25px !important;
    }
    .related-container .related-content-main{
        padding-right: 4px;
        max-width: 563px;
    }
    .resources-container.related-container {
        padding: 0 0;
    }
}

@media (max-width: 980px) and (min-width: 768px){
    .footer-bottom li {
        width: 16.6%;
    }
    .footer-bottom {
      padding-top: 18px !important;
        padding-bottom: 18px !important;
    }
}


@media (max-width: 960px) {
html body .two-column-section {
    padding-top: 0 !important;
}
    .support-progresive .table-header .col-lg-6 {
    width: 50%;
    display: table-cell;
    height: 100%;
    padding-top: 0 !important;
}
    .support-progresive .table-content {
    border: 1px solid #6d6d6d !important;
    border-top: 0 !important;
}
/*  body.textual-accent-color .post-content > div .left-column.sticky-section p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a:not(.btn) {
    text-decoration: underline;
}*/
    .related-container .related-content-main {
        padding-right: 35px;
        max-width: 100%;
        padding-left: 35px;
    }
    .related-content-row .col-6.feature-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .related-content-row .col-6.feature-item h3.heading3.feature-card-title {
        height: auto !important;
    }
    .related-content-section .feature-items-section {
        padding-bottom: 10px;
    }
    .related-content-section .feature-card .feature-thumb, .related-content-section .feature-card.card-md .feature-thumb > img {
      /*  height: 300px;
        max-height: 300px; */
      height: auto;
      max-height: inherit;    
    }
  .related-content-section .feature-thumb.video-wrap iframe {
    position: absolute;
}  
.related-content-section .feature-thumb.video-wrap {
    padding-top: 56.25%;
}
}


@media (max-width: 767px){
    .vc_row.two-column-section .row.limit-width.row-parent {
        padding-top: 30px;
        padding-top: 30px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .uncode_text_column.jump-to-links {
        margin-top: 5px !important;
    }
    .left-column.sticky-section span.btn-container a.custom-link {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .main-container .row-inner .support-progresive {
        padding-top: 59px !important;
    }
    .main-container .row-inner .support-progresive h2 {
        font-size: 30px !important;
        margin-bottom: 5px !important;
    }
    .support-progresive .support-overview .over_cls p, .support-progresive .bullet-lists ul.list2 li {
        font-size: 16px;
        line-height: 24px;
    }
    .main-container .row-container .row-parent .right-column-sub-heading {
        margin-top: 0 !important;
    }
    .main-container .row-container .row-parent .over_cls.under_pera {
        margin-bottom: 0 !important;
    }
    .right-column-sub-heading .h3:not([class*="fontsize-"]) {
        font-size: 24px !important;
    }
    .uncode_text_column.bullet-lists, .uncode_text_column.top_hour_cls {
        margin-bottom: 0;
    }
    .main-container .row-container .row-parent .service-rmp {
        margin-top: 10px !important;
    }
    .support-progresive .divider-wrapper {
        margin-top: 15px !important;
    }
    .service-rmp.row-internal.row-container {
        margin-top: 8px !important;
    }
    .uncode_text_column.bullet-lists.link_list_cls {
        margin-bottom: 36px;
    }
    .support-progresive .table-header h4{
        line-height: 15px;
    }
    .uncode_text_column.service_decript_cls {
        margin-bottom: 0;
    }
    .support-progresive .table-content {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .support-progresive .table-content .uncode_text_column td, .support-progresive .table-content .uncode_text_column p {
        padding-bottom: 0;
    }
    .support-progresive .table-content .uncode_text_column td {
        width: 50%;
        vertical-align: baseline;
    }
    .right-column.support-progresive .uncoltable .uncell.no-block-padding {
        padding-bottom: 0 !important;
    }
    html body .banner-section {
        padding-top: 15px !important;
        padding-bottom: 39px !important;
    }
    .support-progresive .bullet-lists ul li{
        margin-bottom: 7px;
    }
    .banner-section .banner-big-heading h2 {
        font-size: 29px !important;
    }
    .table-content .shift_y_neg_half {
        margin-top: 0 !important;
    }
    .support-progresive .table-header h4 span {
        vertical-align: sub;
        display: inline-block;
        padding-bottom: 13px;
        padding-top: 13px;
    }
    .support-progresive .row-child .uncol.style-light .uncoltable h4 {
        padding-top: 0 !important;
    }
    html body .two-column-section {
        padding-bottom: 39px;
    }
    .uncode_text_column.support_hours_cls {
        margin-bottom: 0;
    }
    .top_border_product {
        margin: 0 0 10px !important;
        padding-top: 10px;
    }
    .product_heading {
        margin-bottom: 20px;
    }
    .footer-scroll-top{bottom: 80px !important;}    
    .single_media.row-internal.row-container {
        margin-bottom: 0 !important;
    }
    .related-container .related-content-main {
        padding-right: 25px;
        max-width: 100%;
        padding-left: 25px;
    }
    .related-content-section h2 {
        margin-top: 39px;
        padding-bottom: 15px;
    }

    .footer-bottom li {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .feature-items-section .feature-card .feature-thumb, 
    .feature-items-section .feature-card.card-sm .feature-thumb {
        height: auto;
        max-height: initial; 
    }
    .feature-items-section .feature-card.card-md .feature-thumb > img {
        height: auto;
        max-height: 50vw;
        min-height: 50vw;
    }
    .feature-items-section .feature-card .feature-card-body {
        height: auto;
    }
    .feature-items-section .feature-card .feature-thumb.video-wrap {
    padding-top: 55.2%;
}
    

}

@media screen and (max-width: 1200px) and (min-width: 961px) {
.resources-hub-content.related-contents.related-content-section .resources-container.related-container {
max-width: 100%;
}
.related-content-section .related-container .related-content-main {
width: 68.01%;
max-width: initial;
}

.feature-items-section .feature-card .feature-thumb, .feature-items-section .feature-card.card-sm .feature-thumb {
    height: 255px;
    max-height: 255px;
}
.feature-items-section .feature-card .feature-card-body {
    height: calc( 100% - 255px);
}
.feature-items-section .feature-card.card-md .feature-thumb > img {
    height: 255px;
    max-height: 255px; 
}
}
@media screen and (max-width: 1200px) and (min-width: 1100px) {
.related-content-section .related-container .related-content-main {
padding-left: 148px;
}
}

@media screen and (max-width: 1099px) and (min-width: 961px) {
.related-content-section .related-container .related-content-main {
padding-left: 100px;
}
}  

@media screen and (max-width: 1024px) and (min-width: 961px) {
.related-content-section .related-container .related-content-main {
padding-right: 36px;
}
}   
/* footer menus bottom css*/


@media (max-width: 375px){

.feature-items-section .feature-card .feature-thumb.video-wrap {
        padding-top: 53%;
    }
.feature-items-section .feature-card.card-md .feature-thumb > img {
        max-height: 49vw;
        min-height: 49vw;
    }
}
