/* .cw-hbar-wrap {
    display: none;
} */

/* hellobar */

.cw-hdr-wrap_new .cw-hbar-wrap a {
  font-size: 14px !important;
}
/* hellobar */

/*hero fold*/
.hero_fold {
  padding: 240px 0px 80px;
}

.hero_fold .txtWrap h1{
  color: #091e42;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: -3.5px;
  margin-bottom: 16px;
  line-height: 84px;
  max-width: 1095px;
  margin: 0 auto;
}
.hero_fold .txtWrap span {
  font-size: inherit;
}

.hero_fold .txtWrap h1 .higlighter {
  font-size: inherit;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.hero_fold .txtWrap h1 .higlighter::before {
  content: "";
  background: linear-gradient(
    89.9deg,
    rgba(255, 255, 255, 0) -7.29%,
    rgba(245, 181, 255, 0.385417) 36.49%,
    rgba(235, 178, 236, 0) 122.62%
  );
  border-radius: 5px;
  opacity: 0.8;
  filter: blur(1.5px);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero_fold .txtWrap p {
  color: #253858;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.6px;
  line-height: 30px;
  max-width: 640px;
  margin: 16px auto 32px;
}

.hero_fold .txtWrap .cta a {
  margin: 0 auto 12px;
}

.hero_fold .note {
  display: inline-block;
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.7px;
  opacity: 1;
}

/* .btn.simple_btn.blue_btn {
    color: #2F39BF;
    letter-spacing: -0.54px;
    border-radius: 4px;
    border: 1px solid #2F39BF;

} */

/*frictionless_experience start*/
.frictionless_experience .frictionless_container {
  padding: 52px 0px;
  background-image: url(https://www.cloudways.com/wp-content/uploads/2023/10/FrictionlessExperience_BG.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}

.frictionlessWrapper {
  display: flex;
  align-items: center;
}

.frictionlessWrapper .leftContent {
  width: 42%;
  text-align: right;
  /* padding-right: 228px; */
  padding-right: 131px;
}

.frictionlessWrapper .rightContent {
  width: 58%;
  display: flex;
  align-items: start;
  justify-content: space-around;
  flex-wrap: wrap;
  /* padding-right: 30px; */
  padding-right: 56px;
}

.frictionlessWrapper .rightContent div {
  flex: 50%;
  padding: 0px 21px 44px;
}

.frictionlessWrapper .rightContent .bottom_content {
  padding: 0px 21px;
}

.frictionlessWrapper .subHeading {
  color: #091e42;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.48px;
  line-height: 24px;
  margin: 0;
}

.frictionlessWrapper .subContent {
  color: #091e42;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
  line-height: 24px;
}

.frictionlessWrapper .textWrapper p {
  color: #091e42;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  /* 36px */
  letter-spacing: -1.5px;
}

.frictionlessWrapper .textWrapper {
  position: relative;
}

.frictionlessWrapper .textWrapper::after {
  /* content: '';
    position: absolute;
    background-color: #DBB2EC;
    width: 1px;
    height: 240px;
    bottom: -56px;
    right: -142px; */
  content: "";
  position: absolute;
  background-color: #dbb2ec;
  width: 1px;
  height: 197px;
  bottom: -43px;
  right: -78px;
}

.leftContent svg {
  margin-bottom: 10px;
}

/*frictionless_experience end*/

/*feature nav start */
.featureNavSec {
  padding: 0px 0 0;
  height: 80px;
}

.featureNavSec .featuresNav {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1270px;
  margin: 0 auto;
}

.pull-wide {
  float: left;
  width: 100%;
}

.featuresNavWrapper {
  opacity: 1;
  padding: 15px 0px;
}

.featuresNavWrapper {
  /* max-width: 1270px;
    margin: 0 auto; */
  /* padding: 15px 0px; */
  background: linear-gradient(
    90deg,
    rgba(223, 225, 230, 0) 0%,
    rgba(223, 224, 230, 1) 51%,
    rgba(223, 223, 230, 0) 99%
  );
  position: relative;
  z-index: 1;
  padding: 4px 0px;
}

.featuresNavWrapper:before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  right: 0px;
  top: 1px;
  bottom: 1px;
}

.featuresNavItems a {
  position: relative;
  padding: 10px 22px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  /* letter-spacing: -1px; */
  letter-spacing: -0.48px;
  color: #253858;
  display: block;
}

.featuresNavItems a:focus,
.featuresNavItems a:hover {
  text-decoration: none;
  color: #2f39bf;
}

.featuresNavItems a:hover svg path {
  fill: #2f39bf;
}

.featuresNavWrapper.fixedFeatureNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  animation: featureNavAnim 0.5s ease-out both;
  box-shadow: 1px 1px 4px 2px #e3e3e36b;
}

@keyframes featureNavAnim {
  0% {
    transform: translateY(-80px);
  }

  100% {
    transform: translateY(0px);
  }
}

.featuresNavItems a:before {
  content: "";
  background: linear-gradient(129deg, #705afe -9.82%, #ca7cfb 107.85%);
  position: absolute;
  left: 2px;
  right: 0;
  bottom: -3px;
  height: 2px;
  opacity: 0;
}

.featuresNavItems a svg {
  margin-right: 10px;
  margin-bottom: -6px;
}

.featuresNavItems a::after {
  content: "";
  position: absolute;
  background-color: #dfe1e6;
  width: 1px;
  height: 24px;
  bottom: 10px;
  /* right: -15px; */
  right: 0;
}
.featuresNavItems a.fixFeatureNav:before {
  opacity: 1;
}

.featuresNavItems:last-child a:after {
  content: "";
  position: absolute;
  background-color: transparent;
  width: 1px;
  height: 36px;
  bottom: 10px;
  right: -29px;
}

/* feature nav end*/

/*feature card start*/
.featureWrapper {
  display: flex;
  align-items: flex-start;
  padding: 100px 0 0;
}

.featureWrapper .left_cta_wapper {
  max-width: 330px;
}
.featureWrapper .left_cta_wapper .left_cta_inner .cta_wrapper {
  display: flex;
  align-items: center;
}

.featureWrapper .left_cta_wapper .left_cta_inner .cta_wrapper .primaryBtn {
  margin-right: 8px;
}

.featureWrapper .left_cta_secion {
  width: 35%;
}

.featureWrapper .right_card_secion {
  width: 65%;
  border-bottom: 1px solid #dfe1e6;
}

/* .whyChoseCWBodyWrap .whyChoseCWCardsMainWrap .whyChoseCWCardWrap .orange_logo svg rect{
    fill:#FFF9F2;
    stroke:#FFDBB9;
}

.whyChoseCWBodyWrap .whyChoseCWCardsMainWrap .whyChoseCWCardWrap .orange_logo svg path{
    fill:url(#paint0_linear_903_24184);
} */

.featureWrapper .left_cta_secion h2 {
  font-weight: 600;
  letter-spacing: -2.4px;
  margin: 0 0 16px;
  font-size: 40px;
  line-height: 42.8px;
  color: #091e42;
}

.featureWrapper .left_cta_secion p {
  color: #5e6c84;
  /* font-size: 18px; */
  font-weight: 400;
  /* line-height: 27px; */
  /* 27px */
  letter-spacing: -0.54px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
}

.featuresCardSec .left_cta_secion .btn_arrow {
  color: #2f39bf;
  font-size: 16px;
  font-weight: 500;
  /* display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center; */
}
.featuresCardSec .left_cta_secion .btn_arrow svg {
  margin-bottom: -4px;
  transition: all 0.3s;
}

.featuresCardSec .left_cta_secion .btn_arrow:hover {
  text-decoration: none;
}

.whyChoseCWBodyWrap .whyChoseCWCardsMainWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.whyChoseCWBodyWrap .whyChoseCWCardsMainWrap .whyChoseCWCardWrap {
  padding-bottom: 70px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  padding: 0 5px 30px;
  height: auto;
  /* background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08); */
  border-radius: 8px;
  width: calc(50% - 16px);
}
.whyChoseCWBodyWrap
  .whyChoseCWCardsMainWrap
  .whyChoseCWCardWrap
  .whyChoseCWCardRightWrap {
  display: flex;
  flex-direction: column;
}

.whyChoseCWCardLeftWrap svg {
  margin-right: 20px;
}

.whyChoseCWCardRightWrap h3 {
  margin: 0px;
  color: #091e42;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 24px */
  letter-spacing: -0.6px;
  margin-bottom: 10px;
}

.whyChoseCWCardRightWrap p {
  color: #5e6c84;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.48px;
}

/* feature card end */

/*cloudflare secition start*/
/* .cloud_flare_section {
    padding: 140px 0 140px;
    background: url(http://cw.site/wp-content/uploads/2023/10/Background-Splash-2.png);
    position: relative;

    background-repeat: no-repeat;
    background-size: contain;
}

.cloud_flare_section h3 {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;

    letter-spacing: -0.54px;
}

.cloud_flare_section h2 {
    color: #FFF;
    font-size: 52px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -2.6px;
}

.cloud_flare_section p   {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;

    letter-spacing: -0.54px;
} */

/*cloudflare section end*/

/*migrate section*/
.testimonial_section {
  padding: 60px 0px 60px;
  background: #0e0538;
}

.testimonial_section.visible {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/10/backgroundsSplash_pricing.png)
    no-repeat;
  background-size: cover;
  background-position: center;
}

.testimonial_section .testimonialWrapper {
  text-align: center;
}

.testimonial_section .user_detail_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial_section .user_detail_wrapper .user_img img {
  height: 68px;
  width: 68px;
  border-radius: 50%;
  border: 3px solid #eaafff;
  margin-right: 18px;
}

.testimonial_section .user_detail_wrapper .user_details h3 {
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  text-align: left;
}

.testimonial_section .user_detail_wrapper .user_details p {
  color: #f4f5f7;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  font-weight: 400;
  text-align: left;
}

.testimonial_content h2 {
  font-style: italic;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1px;
  text-align: center;
  max-width: 706px;
  margin-bottom: 16px;
  line-height: 48px;
  margin: 24px auto 60px;
}

/*consultation section start*/
.consultationWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0px;
}

.consultation_content {
  max-width: 518px;
}
.consultation_content .consultationCtaWrapper {
  display: flex;
  align-items: center;
}
.consultation_content .consultationCtaWrapper .primaryBtn {
  margin-right: 16px;
  border: 1px solid #2f39bf;
}

.consultation_image {
  /* width: 52%; */
  /* padding-left: 50px; */
}

.consultation_content h2 {
  color: #091e42;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.2px;
  margin-bottom: 16px;
  margin-top: 0;
}

.consultation_content p {
  color: #5e6c84;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.6px;
  margin-bottom: 32px;
}

/*consultation section end*/

/*friction section */
.unlock_next_level {
  padding: 100px 0px 100px;
  background: #0e0538;
}

.unlock_next_level.visible {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/10/backgroundsSplash_pricing.png)
    no-repeat;
  background-size: cover;
  background-position: center;
}

/*testimonial start*/
/* 
.testimoniaWrapper {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.testimoniaWrapper svg {
    margin-bottom: 24px;
}

.testimoniaWrapper .quote {
    color: #FFF;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    /* 48px */
/* letter-spacing: -0.96px;
    margin-bottom: 60px;
}
.testimonial_author{
    display: flex;
    align-items: center ;
    justify-content: center;
}


.testimoniaWrapper .author_name {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 150%;
    /* 33px */
/* letter-spacing: -0.66px;
    margin: 0px;
    text-align: left;
}

.author_desig {
    color: #F4F5F7;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; */
/* 21px */
/* letter-spacing: -0.42px;
    margin: 0px;
}
.author_img img{
    border-radius: 50%;
    border: 4px solid #EAAFFF;
    margin-right: 18px;
} */

/*testimonial end*/

/*Nav*/
/* .cw-hbar-wrap {
    display: none;
}

.cd-morph-dropdown .main-nav>ul>li>a {
    color: #0E134F !important;
    font-weight: 500;
}

.cw-navbar-brand {
    background-position: left -90px !important;
} */

/* SUPPORT PAGE | Begins */

/* SUPPORT Feature Section | Begins */

.support_uplift .hero_fold {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/10/support_bnr_bg.png)
    no-repeat center;
  background-size: cover;
}

.support_uplift .hero_fold .support_features {
  display: flex;
  justify-content: space-between;
  margin: 100px auto 0px;
  max-width: 960px;
}

.support_uplift .hero_fold .support_features .support_features_wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.support_uplift
  .hero_fold
  .support_features
  .support_features_wrapper
  .support_feature_icon {
  margin-right: 14px;
}

.support_uplift
  .hero_fold
  .support_features
  .support_features_wrapper
  .support_feature_detail
  h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 26.4px;
  letter-spacing: -1.5px;
  color: #253858;
  margin: 0;
}

.support_uplift
  .hero_fold
  .support_features
  .support_features_wrapper
  .support_feature_detail
  p {
  margin: 8px 0 0;
}

.support_uplift
  .hero_fold
  .support_features
  .support_features_wrapper
  .support_feature_detail
  p {
  font-size: 17.86px;
  font-weight: 400;
  line-height: 19.65px;
  letter-spacing: -1px;
  /* margin: 0; */
  color: #5e6c84;
}

.support_uplift .hero_fold .support_features .center::after,
.support_uplift .hero_fold .support_features .center::before {
  background-color: #dfe1e6;
  width: 1px;
  height: 52px;
  content: "";
  position: absolute;
}

/* .support_uplift .hero_fold .support_features .center::after {
    right: -32%;
}

.support_uplift .hero_fold .support_features .center::before {
    left: -32%;
} */

.support_uplift .hero_fold .support_features .center::before {
  left: -24%;
}

.support_uplift .hero_fold .support_features .center::after {
  right: -22%;
}

.support_uplift .support_cards_section {
  padding: 100px 0 50px;
}

.headerText {
  text-align: center;
  max-width: 525px;
  margin: 0 auto 64px;
}

.headerText h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.2px;
  color: #091e42;
  margin: 0 0 16px;
}

.headerText p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
  text-align: center;
  color: #253858;
  margin: 0;
}

.support_uplift .support_card svg {
  width: 368px;
  /* width: 100%; */
}

.support_uplift .supp_scp_tbl_wrap.support-table tbody tr td:nth-child(3) {
  border-left: 4px solid #f4b191;
  border-right: 4px solid #f4b191;
}
.support_uplift .supp_scp_tbl_wrap .table > tbody > tr th:nth-child(3) {
  border-left: 4px solid #f4b191;
  border-right: 4px solid #f4b191;
}

.support_uplift .supp_scp_tbl_wrap.support-table tbody tr:last-child td:nth-child(3) {
  border-bottom: 4px solid #f4b191;
}

.supp_scp_tbl_wrap.support-table .table > thead > tr > th:nth-of-type(3) {
  padding: 0;
}
.supp_scp_tbl_wrap.support-table .table > thead tr .advanced_col {
  position: relative;
  top: -25px;
  background-color: #eaebf9;
  height: 62.85px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  z-index: 1;
}
.supp_scp_tbl_wrap.support-table .table > thead tr .advanced_col::before {
  content: "";
  position: absolute;
  border-left: 4px solid #f4b191;
  border-right: 4px solid #f4b191;
  border-top: 4px solid #f4b191;
  left: -4px;
  right: -4px;
  top: 0;
  bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.supp_scp_tbl_wrap .table > tbody > tr th .del {
  color: #5e6c84;
  font-size: 18px;
  font-weight: 400;
  margin-right: 4px;
  position: relative;
}
.supp_scp_tbl_wrap .table > tbody > tr th .del::after {
  content: "";
  border-top: 1px solid #d30b0b;
  position: absolute;
  left: -4px;
  right: -4px;
  top: 14px;
  transform: rotate(-10deg);
}

.supp_scp_tbl_wrap.support-table .limited-offer {
  color: #5e6c84;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
}

.supp_scp_tbl_wrap tbody tr:last-child td {
  vertical-align: top;
}

.support_uplift .supp_scp_tbl_wrap.support-table .table > thead > tr > th:nth-of-type(3) {
  border-left: 4px solid #f4b191;
  border-right: 4px solid #f4b191;
}

.supp_scp_tbl_hd tr > th > .th-text b{
  color:  #5E6C84;
font-size: 14px;
font-weight: 400;
line-height: 150%;
letter-spacing: -0.14px;
}

.supp_scp_tbl_hd tr > th > .th-text {
  color:  #5E6C84;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.36px;
  margin: 8px 0 0;
}
.supp_scp_tbl_wrap.support-table .table > thead tr .advanced_col span {
  background: linear-gradient(
    82.5deg,
    #ffffff -37.59%,
    #c583e0 -37.58%,
    #ffbc7d 74.04%,
    #ffffff 115.51%
  );
  width: max-content;
  margin: 0 auto;
  padding: 2px 14px;
  border-radius: 20px;
  position: relative;
  top: -13px;
}
.supp_scp_tbl_wrap.support-table .table > thead tr .advanced_col strong {
  font-size: 16px;
  font-weight: 500;
}

.support_uplift .support_cards_section .support_cards_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}

.support_uplift .support_cards_section .support_cards_wrapper .support_card {
  text-align: center;
  background: linear-gradient(
    151.82deg,
    rgba(251, 240, 255, 0.2) -1.5%,
    rgba(184, 177, 255, 0.2) 97.57%
  );
  padding: 40px 24px 10px;
  border-radius: 12px;
  width: calc(33.3% - 10px);
}

.support_uplift
  .support_cards_section
  .support_cards_wrapper
  .support_card:nth-child(2) {
  background: linear-gradient(
    151.82deg,
    rgba(251, 240, 255, 0.2) -1.5%,
    rgba(184, 177, 255, 0.2) 97.57%
  );
  /* margin: 0 24px; */
}

.support_uplift .support_cards_section .support_cards_wrapper .support_card h3 {
  max-width: 326px;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.06em;
  color: #091e42;
  margin: 0 auto;
}

.support_uplift .support_cards_section .support_cards_wrapper .support_card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.03em;
  color: #253858;
  max-width: 237px;
  margin: 16px auto 24px;
}

.support_uplift .support_cards_section .support-carousel h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #253858;
  max-width: 766px;
  margin: 14px auto 36px;
}

.support_uplift .support_cards_section .support-carousel h4 b {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.04em;
  text-align: center;
}

.support_uplift .support_cards_section .support-carousel .userDetails_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.support_uplift .support_cards_section .headerText {
  max-width: 645px;
}

.support_uplift
  .support_cards_section
  .support-carousel
  .userDetails_wrapper
  .support_carousel_UserImg
  img {
  height: 69px;
  width: 69px;
  margin-right: 24px;
  border-radius: 50%;
}

.support_uplift
  .support_cards_section
  .support-carousel
  .userDetails_wrapper
  .support_carousel_userDetails
  h5 {
  color: #253858;
  font-size: 17px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.04em;
  margin: 0 0 4px;
}

.support_uplift
  .support_cards_section
  .support-carousel
  .userDetails_wrapper
  .support_carousel_userDetails
  p {
  color: #5e6c84;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-align: left;
}

.support_uplift .support_cards_section .support-carousel .owl-dots {
  text-align: center;
  margin-top: 34px;
}

.support_uplift .support_cards_section .support-carousel .owl-dots button {
  background: #f4f5f7;
  height: 10px;
  width: 10px;
  margin: 0 2.5px;
  border-radius: 50%;
}

.support_uplift
  .support_cards_section
  .support-carousel
  .owl-dots
  button.active {
  background-color: #d5d7f2;
}

/* SUPPORT Feature Section | Ends */

/* Testimonial section | Begins */

.support_uplift .addons_support_section {
  padding: 50px 0 100px;
}

.support_uplift .addons_support_section .headerText {
  max-width: 636px;
  margin-bottom: 16px;
}

.support_uplift .addons_support_section .testimonial_wrapper {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}

.addons_support_section .addons_support_wrapper {
  max-width: 1150px;
  margin: 0 auto;
}

.support_uplift
  .addons_support_section
  .testimonial_wrapper
  .testimonial_content {
  max-width: 416px;
}

.support_uplift
  .addons_support_section
  .testimonial_wrapper
  .testimonial_content
  h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.2px;
  color: #091e42;
  margin: 0;
  font-style: normal;
  text-align: left;
}

.support_uplift
  .addons_support_section
  .testimonial_wrapper
  .testimonial_content
  p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
  color: #253858;
  margin: 16px 0 24px;
}

.support_uplift
  .addons_support_section
  .testimonial_wrapper
  .testimonial_content
  .pricing {
  font-weight: 600;
  margin: 0 0 32px;
}

.support_uplift
  .addons_support_section
  .testimonial_wrapper
  .testimonial_image
  img {
  border-radius: 11px;
}

.support_uplift .advanceAndPremiumFeatSection {
  padding: 76px 0;
  background-color: #fcfcfc;
}

.support_uplift .advanceAndPremiumFeatSection .headerText {
  max-width: 636px;
}

.support_uplift .advanceAndPremiumFeatSection .featuresCard {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #dfe1e6;
  background-color: #fff;
  margin-bottom: 24px;
  position: relative;
  height: 250px;
}

.support_uplift
  .advanceAndPremiumFeatSection
  .featuresCard
  .featuresCardContent {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.support_uplift .advanceAndPremiumFeatSection .featuresCard svg {
  margin-bottom: 20px;
}

.support_uplift .advanceAndPremiumFeatSection .featuresCard h5 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.03em;
  color: #091e42;
}

.support_uplift .advanceAndPremiumFeatSection .featuresCard p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #253858;
}

.support_uplift .advanceAndPremiumFeatSection .featuresCard .premium {
  position: absolute;
  right: 24px;
  top: -10px;
  background: linear-gradient(129.4deg, #705afe -9.82%, #ca7cfb 107.85%);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.05em;
  color: #ffffff;
  padding: 1px 12px 0px;
  border-radius: 20px;
}

/* Testimonial section | Ends */

.testomonialSldrSection .headerText {
  max-width: 680px;
}

/* FAQs Section | Begins */
/* .globle_faq {
    background-color: #FBFBFC;
}

.globle_faq .headerText h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 53px;
    letter-spacing: -0.04em;
    color: #091E42;
    text-align: center;
    margin-bottom: 70px;
}

#glb-nfaq-wrap .wt-faq-que {
    margin-bottom: 0 !important;
}

#glb-nfaq-wrap .wt-faq-que .btn {
    background: unset !important;
    padding: 30px 48px !important;
    min-height: 80px !important;
    position: relative;
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -1px;
    color: #091E42;
}


#glb-nfaq-wrap .wt-faq-que .btn::after {
    content: "-";
    padding: 25px 30px 25px 0;
    position: absolute;
    right: 0;
    top: 8px;
    color: #8993A4;
    font-size: 25px;

}

#glb-nfaq-wrap .wt-faq-que .collapsed::after {

    content: "+";

}

#glb-nfaq-wrap .wt-faq-que .wt-faq-ans {
    padding: 0 48px 15px !important;
}

#glb-nfaq-wrap .wt-faq-que .wt-faq-ans p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -1px;
    color: #253858;
}

.wt-faq {
    border: 1px solid #E4E4E7;
    border-radius: 10px;
} */

/* FAQs Section | Ends */

/* table | Begins */

.supp_scp_tbl_sec {
  padding: 100px 0 0;
}

.support_uplift .supp_scp_tbl_sec .headerText {
  max-width: 620px;
}

.supp_scp_tbl_wrap .table-responsive {
  min-height: 0.01%;
  overflow-x: initial;
}

.supp_scp_tbl_wrap table {
  margin-bottom: 0;
}

.supp_scp_tbl_wrap .table > thead > tr > th {
  color: #253858;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 0 !important;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
}

.supp_scp_tbl_wrap .table > thead > tr > th > span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.supp_scp_tbl_wrap .table > thead > tr > th:nth-of-type(2) {
  background-color: #f5f5fc;
  border-radius: 10px 0 0 0;
  width: 20%;
}

.supp_scp_tbl_wrap .table > thead > tr > th:nth-of-type(3) {
  background-color: #eaebf9;
  border-right: 1px solid #eaebf9;
  border-left: 1px solid #eaebf9;
  width: 23%;

}

.supp_scp_tbl_wrap .table > thead > tr > th:nth-of-type(4) {
  background-color: #d5d7f2;
  border-radius: 0 10px 0 0;
  width: 23%;

}

.supp_scp_tbl_wrap tbody tr td,
.supp_scp_tbl_wrap .table > tbody > tr th {
  border: 1px solid #dfe1e6;
}

.supp_scp_tbl_wrap tbody tr td .global_btn {
  margin: 0 auto;
}

.supp_scp_tbl_wrap .table > tbody > tr:first-child th {
  text-align: center;
  vertical-align: middle;
  color: #2f39bf;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.04em;
  padding: 24px 20px;
  border-top: 0px;
}

.supp_scp_tbl_wrap .table > tbody > tr:first-child th small {
  color: #2f39bf;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.04em;
}

.supp_scp_tbl_wrap .table>tbody>tr:last-child th,
/* .supp_scp_tbl_wrap .table>tbody>tr:nth-of-type(2) td:first-child, */
.supp_scp_tbl_wrap .table>tbody>tr:first-child th:first-child {
  border: none;
}

.supp_scp_tbl_wrap .table > tbody + tbody {
  border-top: 0 !important;
}

.supp_scp_tbl_hd tr > td:first-child {
  color: #0a0d35;
  font-size: 20px;
  font-weight: 500;
  vertical-align: middle !important;
}

.supp_scp_tbl_hd tr > th {
  color: #0a0d35;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 10px 10px 35px;
  vertical-align: middle !important;
}

.supp_scp_tbl_hd tr > th > span {
  text-transform: none;
  vertical-align: text-bottom;
  display: inline-block;
  margin-left: 5px;
}

.supp_scp_tbl_wrap tbody tr td {
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  vertical-align: middle;
  color: #5e6c84;
  font-size: 14px;
  padding: 20px;
}

.supp_scp_tbl_wrap tbody tr td:first-child {
  padding: 14px 10px 14px 35px !important;
  font-size: 16px;
  position: relative;
  width: 36%;
}

.supp_scp_tbl_wrap tbody tr td:nth-child(n + 2) {
  text-align: center;
}

.supp_scp_tbl_wrap tbody tr td .fa-check {
  color: #2f39bf;
  font-size: 18px;
  vertical-align: middle;
}

.supp_scp_tbl_wrap tbody tr td .fa-times {
  color: #42526e4d;
  font-size: 18px;
  vertical-align: middle;
}

.supp_scp_tbl_wrap tbody tr td > span {
  color: #0a0d35;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.supp_scp_tbl_wrap tbody tr td .supp_scp_slaBtn {
  margin-left: 5px;
  display: inline-block;
}
.supp_scp_tbl_wrap tbody tr td .supp_scp_slaBtn svg {
  margin-bottom: -1px;
}
.supp_scp_tbl_wrap tbody tr td:first-child .supp_scp_slaBtn {
  position: absolute;
  top: 38%;
  right: 36px;
}

.supp_scp_tbl_wrap tbody tr td:first-child .popover {
  max-width: 325px;
  width: 100%;
  /* left: 218.337px !important; */
  left: auto !important;
  right: 0 !important;
}

.supp_scp_tbl_wrap tbody tr td:first-child .popover .arrow {
  left: auto !important;
  right: 30px !important;
}

.supp_scp_tbl_wrap tbody tr td .popover {
  box-shadow: 0px 4px 30px 0px #0000001a;
  -ms-box-shadow: 0px 4px 30px 0px #0000001a;
  -webkit-box-shadow: 0px 4px 30px 0px #0000001a;
  -moz-box-shadow: 0px 4px 30px 0px #0000001a;
  -o-box-shadow: 0px 4px 30px 0px #0000001a;
  border: 1px solid #2f39bf36;
  border-radius: 10px !important;
}

.supp_scp_tbl_wrap tbody tr td .popover-content {
  padding: 20px;
  text-align: left;
  border-radius: 10px !important;
  background-color: #fff;
}

.supp_scp_tbl_wrap tbody tr td .popover-content ul {
  margin: 0;
  padding: 0;
}

.supp_scp_tbl_wrap tbody tr td .popover-content ul li {
  list-style: none;
  color: #8993a4;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}

.supp_scp_tbl_wrap tbody tr td .popover-content p {
  color: #8993a4;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}

.supp_scp_tbl_wrap tbody tr td .popover-content p a {
  color: #8993a4;
  font-size: 16px;
}

.supp_scp_tbl_wrap tbody tr td .popover-content a {
  color: #0153df;
  font-size: 14px;
  display: inline-block;
  margin-top: 5px;
  text-decoration: underline;
}

.supp_scp_termBox {
  margin-bottom: 40px;
}

.supp_scp_termBox h3 {
  color: #091e42;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 25px;
}

.supp_scp_termBox h4 {
  color: #091e42;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.supp_scp_termBox p {
  color: #091e42;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

.supp_scp_termBox ul li {
  color: #091e42;
  font-size: 16px;
  margin-bottom: 15px;
}

.supp_scp_termBox a {
  color: #0153df;
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;
}

.supp_scp_termInnerBox {
  margin-bottom: 35px;
}

.supp_scp_termList2 {
  margin: 30px 0;
  padding-left: 20px;
}

.supp_scp_termList2 li {
  list-style: none;
  position: relative;
  padding-left: 28px;
}

.supp_scp_termList2 li:before {
  content: "\f00c";
  color: #41ad49;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0px;
  top: 3px;
}

.supp_scp_tblBtn {
  text-align: center;
  margin: 20px 0;
}

/* table | Ends */

/* modal | Begins */

.supp_scp_tbl_sec .modal-content {
  margin-top: 25% !important;
  padding: 64px;
  width: 736px;
  position: relative;
}

.supp_scp_tbl_sec .modal-content .formOuterWrap h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  color: #0e134f;
  text-align: center;
  margin-bottom: 15px;
}

.supp_scp_tbl_sec .modal-content .formOuterWrap p {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #42526e;
  margin-bottom: 36px;
  text-align: center;
}

.supp_scp_tbl_sec .modal-content .formOuterWrap .form-group label {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: #253858;
  margin: 24px 0 6px;
}

.supp_scp_tbl_sec .modal-content .formOuterWrap .form-group .form-control,
.supp_scp_tbl_sec .modal-content .formOuterWrap .form-group input {
  padding: 12px !important;
  height: 48px;
  border: 1px solid #c1c7d0;
}

.supp_scp_tbl_sec .modal-content .formOuterWrap .form-group .form-control:focus {
  border: 1px solid #444dc5;
  box-shadow: none;
}

.supp_scp_tbl_sec .modal-content .formOuterWrap .form-group select option {
  padding: 10px 0;
}

.supp_scp_tbl_sec .modal-content .formOuterWrap .form-group textarea.form-control {
  height: 136px;
  padding: 12px;
  border: 1px solid #c1c7d0;
}

.supp_scp_tbl_sec .form-group {
  margin: 0;
}

.agree_checkbox input {
  height: 20px !important;
  width: 20px !important;
  margin-right: 4px;
}

.agree_checkbox span.wpcf7-list-item {
  margin: 0;
}

.agree_checkbox {
  margin-bottom: 26px;
}

.agree_checkbox span.wpcf7-list-item label {
  display: flex;
  align-items: end;
}

.agree_checkbox span.wpcf7-list-item label a {
  color: #444dc5;
}

#sprt_addon_modal .close {
  font-weight: 500;
  position: absolute;
  right: 40px;
  top: 40px;
}

#sprt_addon_modal .close span {
  font-size: 30px;
}

/* modal | Ends  */

/* Out of scope box | Begins*/

#compare-support-addons .outofScope_box {
  margin: 60px 0 48px;
}

#compare-support-addons .outofScope_box .panel-default {
  border: #2538580f;
}

#compare-support-addons .outofScope_box .panel-heading {
  padding: 32px 36px;
  background-color: #fcfcfc;
  border: 1px solid #2538580f;
  border-bottom: none;
  position: relative;
}

#compare-support-addons .outofScope_box .panel-heading .panel-title {
  color: #5e6c84;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  margin-bottom: 8px;
}
#compare-support-addons .outofScope_box .panel-heading .panel-title a {
  font-size: 20px;
}

#compare-support-addons .outofScope_box .panel-heading .panel-title a:focus,
#compare-support-addons .outofScope_box .panel-heading .panel-title a:hover {
  text-decoration: none;
}

#compare-support-addons .outofScope_box .panel-heading .panel-title a::after {
  content: "\f107";
  position: absolute;
  right: 36px;
  color: #2f39bf;
  font: normal normal normal 14px FontAwesome;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
}

#compare-support-addons
  .outofScope_box
  .panel-heading
  .panel-title
  a.collapsed::after {
  transform: rotate(0deg);
}

#compare-support-addons .outofScope_box .panel-heading p {
  color: #8993a4;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.03em;
  text-align: left;
}

#compare-support-addons .outofScope_box .panel-body {
  padding: 8px 36px 50px;
}
#compare-support-addons .outofScope_box .panel-body ul {
  margin-left: 14px;
}

#compare-support-addons .outofScope_box .panel-body ul li {
  color: #5e6c84;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 10px;
}

#compare-support-addons
  .outofScope_box
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top: none;
  background-color: #fcfcfc;
  border-bottom: 1px solid #2538580f;
  border-right: 1px solid #2538580f;
  border-left: 1px solid #2538580f;
}

/* Out of scope box | Ends*/

/* SUPPORT PAGE | Ends */

.featureWrapper.leftFixed .left_cta_wapper {
  position: fixed;
  left: 0;
  top: 80px;
  max-width: 1298px;
  margin: 0 auto;
  right: 0;
}

.featureWrapper.leftFixed .left_cta_wapper .left_cta_inner {
  max-width: 330px;
}

.featureWrapper.leftFixedAfter {
  align-items: flex-end;
}

.featureWrapper .left_cta_wapper {
  padding: 0 0 60px;
}

.o2switch_page .support_uplift .addons_support_section .headerText {
  max-width: 710px;
}



/* AWA Mastery | Begins */

.awa-mastery .ppcNavHelloBar{
  background: var(--Linear-Purple, linear-gradient(129deg, #705AFE -9.82%, #CA7CFB 107.85%));
}

.awa-mastery .ppcNavHelloBar p{
  color: #fff;
  margin: 0 8px;
  font-size: 18px;
}

.awa-mastery .ppcNavHelloBar p strong{
  color: inherit;
  font-size: inherit;
}

.awa-mastery .ppc-nav li a, .ppc-nav li a:active, .ppc-nav li a:focus{
  color: #091E42;
}

.awa-mastery .ppc-nav-cta.cta a{
  background: #2f39bf !important;
  color: #fff !important;
  border: 1px solid #2f39bf !important;

} 
.ppc-nav-cta.cta a:hover, .ppc-nav-cta.cta a:focus, .ppc-nav-cta.cta a:active{
  background-color: #5961cc !important;
  color: #fff !important;
  border: 1px solid #2f39bf !important;

}


.awa-mastery .cw-hbar_ftrTag{
padding: 6px 12px;
border-radius: 70px;
background: var(--Linear-Gold, linear-gradient(82deg, #FFF -37.59%, #C583E0 -37.58%, #FFBC7D 74.04%, #FFF 115.51%));
color: #091E42;
text-align: center;
font-size: 14px;
font-weight: 700;
line-height: 100%; 
text-transform: uppercase;

}

.awa-mastery .hero-bg{
  background: url(https://www.cloudways.com/wp-content/uploads/2024/09/awa-mastery-bg.png) no-repeat;
  background-size: cover;
}
.awa-mastery .recomended{
  display: flex;
  justify-content: center;
  align-items: center;
}

.awa-mastery .recomended img{
  margin-top: 6px;
}

.awa-mastery .top_review_sites_wrapper{
  gap: 16px;
}

.awa-mastery .hero_fold .txtWrapper{
  max-width: 850px;
  margin: 22px auto 66px;
}

.awa-mastery .hero_fold .txtWrapper h1{
text-align: center;
letter-spacing: -1.92px;
}

.awa-mastery .hero_fold .txtWrapper .detail{
  margin: 24px auto 48px;
}
.awa-mastery .hero_fold .txtWrapper .cta {
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

.awa-mastery .hero_fold .txtWrapper .cta p{
  margin:16px auto 0;
}
.awa-mastery .support_uplift .hero_fold .support_features{
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
}
.awa-mastery .testimonialSec{
  padding: 80px 0;
}
.awa-mastery .testimonialSec .testimonialWrapper{
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.awa-mastery .testimonialSec .testimonialWrapper h4{
text-align: center;
font-weight: 400;
font-style: italic;
line-height: 150%; /* 36px */
letter-spacing: -0.72px;
max-width: 990px;
margin: 32px 0 36px;
}

.awa-mastery .testimonialSec .testimonialWrapper .userDetails_wrapper{
  display: flex;
  align-items: center;
}

.awa-mastery .testimonialSec .testimonialWrapper .userDetails_wrapper .support_carousel_userDetails{
  margin-left: 18px;
}
.awa-mastery .testimonialSec .testimonialWrapper .userDetails_wrapper .support_carousel_userDetails h4{
font-weight: 500;
margin: 0;
font-style: normal;
}


.awa-mastery .discount-sec{
  background: url(https://www.cloudways.com/wp-content/uploads/2024/09/Awa-master-fold-bg.png) no-repeat #091E42;
  background-size: cover;
  padding: 112px 0;
}

.awa-mastery .discount-sec .recomended h4{
  color: #fff;
}

.awa-mastery .discount-sec h2{
  color: #FFF;
text-align: center;
font-style: normal;
font-size: 46px;
line-height: 130%; /* 60.299px */
letter-spacing: -1.392px;
max-width: 540px;
margin: 0 auto;
}

.awa-mastery .discount-sec h2 strong{
  background:linear-gradient(82deg, #FFF -37.59%, #C583E0 -37.58%, #FFBC7D 74.04%, #FFF 115.51%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: inherit;
font-style: normal;
font-weight: inherit;
line-height: 130%;
letter-spacing: -1.392px;
}


.awa-mastery .discount-sec .copyTxt{
  background: url(https://www.cloudways.com/wp-content/uploads/2024/09/discount-bg.png) no-repeat;
  display: flex;
  padding: 24px 0;
  justify-content: center;
  background-position-x: center;
  margin: 42px auto 50px;
  align-items: center;
}

.awa-mastery .discount-sec .copyTxt p{
  color:  #FFF;
  letter-spacing: -0.633px;
  margin-bottom: 0;
  margin-left: 8px;
}

.awa-mastery .discount-sec .copyTxt p strong{
  background: var(--Linear-Gold, linear-gradient(82deg, #FFF -37.59%, #C583E0 -37.58%, #FFBC7D 74.04%, #FFF 115.51%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 20px;
font-weight: 700;
letter-spacing: inherit;
}

.awa-mastery .discount-sec .cw-hbar_ftrTag{
  margin: 0 auto;
  padding: 6px 32px;
}

.awa-mastery .pricingSecWrap{
  padding-top: 80px;
}

.awa-mastery .ppc-nav li a:hover {
  background-color: transparent;
  color: #091E42;
  text-decoration: underline;
}

.awa-mastery .pricingHeadingWrap .txtWrap{
  margin: 0 auto 60px;
}

.awa-mastery .pricingHeadingWrap {
  padding: 80px 0 0px;
}
/* AWA Mastery | Ends */


/* New Web App Banner | Begins  */

.WebAppFirewall .unlock_next_level{
  padding: 68px 0px;
  background: url(https://www.cloudways.com/wp-content/uploads/2024/09/security_new-bnr-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.WebAppFirewall .unlock_next_level_content {
  max-width: 610px;
  width: unset;
}

.WebAppFirewall .introTag{
  border-radius: 66px;
  background: var(--Linear-Gold, linear-gradient(82deg, #FFF -37.59%, #C583E0 -37.58%, #FFBC7D 74.04%, #FFF 115.51%));
  width: fit-content;
  padding: 6px 10px 8px;
  margin-bottom: 20px;
}

.WebAppFirewall .migrateWrapper .introTag p{
  color: #091E42;
  font-weight: 500;
  line-height: 20.667px; /* 129.171% */
  letter-spacing: -0.48px;
  margin-bottom: 0;
}

.WebAppFirewall .migrateWrapper h2{
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.03em;
  text-align: left;
  margin-bottom: 16px;
}

.WebAppFirewall .migrateWrapper p{
  margin-bottom: 32px;
}
/* features spanish page  */
.featureNavSec.spanish_nav_Sec .featuresNav{
  max-width: 1300px;
}
.featuresCardSec.spanish_features_Card_Sec .featureWrapper .left_cta_wapper{
  /* max-width: 331px; */
}
/* New Web App Banner | Ends  */
.sticky-header {
  position: fixed;
  top: 0;
  /* left: 874px; */
  /* width: 100%; */
  max-width: 1270px;
  background: #fbfbfb;
  z-index: 2;
  /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); */
}
.sticky-cta {
  position: fixed;
    top: 62px;
    /* left: 693px; */
  /* width: 100%; */
  max-width: 1270px;
  background: #fbfbfb;
  z-index: 1;
  /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); */
}
.sticky-clone {
  visibility: hidden;
}
.spacing{
  width: 463px;
}
.plan_spacing{
  width: 465px;
}
.thead_spacing{
  width:462px;
}
.agency_partnership_prog .supp_scp_tbl_wrap .table > .sticky-header > tr > th:nth-of-type(2), .agency_partnership_prog .supp_scp_tbl_wrap .table > .sticky-header > tr > th:nth-of-type(3), .agency_partnership_prog .supp_scp_tbl_wrap .table > .sticky-header > tr > th:nth-of-type(4){
  width: 201px;
}
.agency_partnership_prog .supp_scp_tbl_wrap .table > .sticky-header > tr > th:nth-of-type(5){
  width: 202px;
}

/* plumrocket  */
.plumrocket .coupon_wrap>.p3-regular{
  font-size: 14px;
  font-weight: 400;
}
.plumrocket .coupon_wrap>.p3-semibold{
  font-size: 14px;
  font-weight: 600;
}
.easeofuse_uplift.plumrocket .hero_fold .txtWrap h1{
  max-width: 966px;
}
.easeofuse_uplift.plumrocket .hero_fold .txtWrap p{
  max-width: 868px;
}
.easeofuse_uplift.plumrocket .hero_fold .txtWrap .logo{
  display: flex;
  justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 19px;
}
.easeofuse_uplift.plumrocket .hero_fold .txtWrap .logo p{
  margin: 0;
}
.plumrocket .highly_rated_logos{
  background-color: #fcfcfc;
  padding: 80px 0;
}
.plumrocket .highly_rated_logos .logos{
  display: flex;
      align-items: center;
      justify-content: center;
      gap: 24px;
      flex-wrap: wrap;
}
.plumrocket .highly_rated_logos .logos .box{
  background-color: #fff;
    /* padding: 24px 60px; */
    height: 120px;
    width:196px ;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plumrocket .highly_rated_logos .txtWrap{
  text-align: center;
}
.plumrocket .highly_rated_logos .txtWrap h2{
  max-width: 447px;
  margin: 0 auto;
}
.plumrocket .highly_rated_logos .txtWrap  p{
  max-width: 496px;
  margin: 16px auto;
}
.plumrocket .exclusive_discount {
  background: url(https://www.cloudways.com/wp-content/uploads/2025/04/discount_banner_bg.jpg) no-repeat;
  background-size: cover;
  background-position: left 100%;
  padding-top: 112px;
  padding-bottom: 34px;
}
.plumrocket .exclusive_discount .logo{
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 112px; */
}
.plumrocket .exclusive_discount .logo p{
  margin: 0;
  color: #fff;
}

.plumrocket .exclusive_discount .highlight{
  background: linear-gradient(93deg, #c583e0 -49%, #ffbc7d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: inherit;
}
.plumrocket .exclusive_discount h2{
  color: #fff;
  max-width: 800px;
    text-align: center;
    margin: 0 auto;
    margin-top: 32px;
}
.plumrocket .exclusive_discount .discount_banner{
  display: flex;
    justify-content: center;
    margin-top: 42px;
}
.plumrocket .exclusive_discount .discount_banner img{
  max-width: 360px;
  max-height: 79px;
}
.plumrocket .exclusive_discount .cta{
  background-image: linear-gradient(104deg, #fff -55%, #c583e0 -55%, #ffbc7d 90%, #fff 144%);
  border-radius: 27px;
  width: 207.7px;
  height: 50.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 52px;
}
.plumrocket .exclusive_discount .cta p{
  margin: 0;
}
.plumrocket .exclusive_discount .all_right_reserved p{
  margin: 0;
  color: #fff;
}
.plumrocket .exclusive_discount .all_right_reserved{
  padding: 9px 0;
  background: rgba(0, 0, 0, 0.28);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
.plumrocket .exclusive_discount a{
  text-decoration: none;
}
.plumrocket .exclusive_discount a:hover{
  color: #333;
}
.plumrocket .expert_support{
  background: url(https://www.cloudways.com/wp-content/uploads/2025/04/support_bg.png) no-repeat;
  background-size: cover;
  background-position: left 100%;

}
.plumrocket .expert_support .txtWrap{
  max-width: 591px;
  padding: 189px 0 153px 0;
}
.plumrocket .expert_support .cta{
  margin-top: 32px;
}
.plumrocket .expert_support  p{
  margin: 0;
  margin: 16px 0;
}
.plumrocket .ceo_plumrocket .wrap{
  display: flex;
  /* flex-wrap: wrap; */
  gap: 60px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.plumrocket .ceo_plumrocket{
  padding: 67px 0;

}
.plumrocket .ceo_plumrocket .wrap .rightArea h4:nth-child(2){
  font-weight: 400;
  color: #5e6c84;
  margin-top: 22px;
  margin-bottom: 40px;
}
.plumrocket .ceo_plumrocket .wrap .leftArea img{
  max-width: 433px;
  max-height: 476px;
}
.easeofuse_uplift.plumrocket .hero_fold{
  background: url(https://www.cloudways.com/wp-content/uploads/2025/04/gradient-bg.svg) no-repeat;
  background-size: cover;
  background-position: left 100%;
  padding:170px 0 80px 0;
}
.support_uplift.plumrocket .hero_fold .support_features{
  margin-top: 66px;
}
.plumrocket .pricing_hero_fold{
  background-color: #fcfcfc;
  padding: 80px 0px;
}
.plumrocket .pricing_hero_fold .headerText{
  max-width: 747px;
}
.plumrocket .pricing_hero_fold .headerText p{
  max-width: 583.5px;
    text-align: center;
    margin: 0 auto;
}
.plumrocket .pricing_hero_fold .addtionalFeatures{
  padding-bottom: 0px;
}
.plumrocket .dualSliderTestiSec .sliderTestiHeadWrap{
  max-width: 678px;

}
.plumrocket .dualSliderTestiSec .sliderTestiHeadWrap p{
  max-width: 604px;
    margin:16px auto;

}
.plumrocket_hellobar{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.plumrocket_hellobar p{
  margin: 0;
  color: #fff;
}
.plumrocket_hellobar p>span{
  color: #fff;
}
.plumrocket_hellobar .promocode{
  background-image: linear-gradient(104deg, #fff -55%, #c583e0 -55%, #ffbc7d 90%, #fff 144%);
  padding: 6px 16px;
  border-radius: 70px;
}
.plumrocket_hellobar .promocode {
  text-decoration: none;
}
.plumrocket_hellobar .promocode:hover{
  color: #333;
}
.plumrocket .ppcNavHelloBar{
  background: url(https://www.cloudways.com/wp-content/uploads/2024/04/autonomous-camp-hlobar-bg.webp) no-repeat center center #000A8C;
    background-size: cover;
  padding: 17px 0px;
}
.plumrocket #glb-nfaq-wrap.globle_faq{
  background-color:#fff;
  padding: 80px 0px;
}
.plumrocket .plumrocket_hellobar .p1-medium{
  color: #fff;
  font-size: 20px;
}
.plumrocket .exclusive_discount .promocode{
  border-radius: 84.334px;
border: 1.054px dashed  #FFBC7D ;
background: linear-gradient(82deg, rgba(255, 255, 255, 0.08) -37.59%, rgba(197, 131, 224, 0.08) -37.58%, rgba(255, 188, 125, 0.08) 74.04%, rgba(255, 255, 255, 0.08) 115.51%);
backdrop-filter: blur(5.2708635330200195px);
padding: 23px 26px;
display: flex;
max-width: 360px;
max-height: 79px;
align-items: flex-start;
gap: 10px;
flex-shrink: 0;
justify-content: center;
margin-top: 42px;
}
.plumrocket .exclusive_discount .promocode p{
  margin: 0;
  color: #fff;
}
.plumrocket .exclusive_discount .promocode .code{
  font-size: inherit;
  background: linear-gradient(82deg, #FFF -37.59%, #C583E0 -37.58%, #FFBC7D 74.04%, #FFF 115.51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; /* Fallback */
  animation: blinkOpacity 1.5s infinite ease-in-out;
}
@keyframes blinkOpacity {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.plumrocket .exclusive_discount .promocode_banner {
  display: flex;
  justify-content: center;
}
.plumrocket .exclusive_discount .promocode_banner a:hover{
  text-decoration: none;
}
.support_uplift .hero_fold .offer_tag{
  border-radius: 50px;
/* border: 1px solid #FFF; */
background: linear-gradient(113deg, rgba(255, 220, 187, 0.20) 45.78%, rgba(255, 188, 125, 0.20) 60.53%, rgba(197, 131, 224, 0.20) 105.24%);
margin: auto;
max-width: 540px;
  position: relative;
  margin-bottom: 16px;
}
.support_uplift .hero_fold .offer_tag::before {
  content: "";
  position: absolute;
  inset: 0; /* Covers the entire element */
  border-radius: 50px;
  padding: 1px; /* This acts as the border width */
  background: linear-gradient(113deg, rgba(255, 220, 187, 1), rgb(249, 199, 153), rgb(204, 191, 209));
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none; /* Ensures clicks pass through */
}
.support_uplift .hero_fold .offer_tag p{ 
  display: flex;
align-items: center;
justify-content: center;
gap: 10px;
margin: 0 auto;
padding: 8px 20px;
}
.supp_scp_tbl_wrap .table > thead > tr  .gradient_border{
  border: 4px solid #F4B191;
  border-top:4px solid #F4B191 !important;
  border-right: 4px solid #F4B191 !important;
  border-left: 4px solid #F4B191 !important;
  position: relative;
}
.supp_scp_tbl_wrap .table > thead > tr  .gradient_border .offer_tag{
  position: absolute;
  border-radius: 23.333px;
background:  linear-gradient(82deg, #FFF -37.59%, #C583E0 -37.58%, #FFBC7D 74.04%, #FFF 115.51%);
padding: 0 14px;
top: -14px;
margin: 0;
right: 48px;
}
.supp_scp_tbl_wrap .table > tbody > tr .gradient_lr_border{
   border-right: 4px solid #F4B191 !important;
  border-left: 4px solid #F4B191 !important;
}
/* .supp_scp_tbl_wrap .table > tbody > tr .gradient_lrb_border{
   border-right: 4px solid #F4B191 !important;
  border-left: 4px solid #F4B191 !important;
  border-bottom: 4px solid #F4B191 !important;
} */
/* .supp_scp_tbl_wrap .table-responsive .sticky-header .gradient_border{
  border: none !important;
} */
.supp_scp_tbl_wrap .table-responsive .sticky-header .gradient_border .offer_tag{
  display: none;
}
.support_uplift .hero_fold .txtWrap .cta{
      display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.support_uplift .hero_fold .txtWrap .cta a {
  margin: 0;
}
.support_uplift .addons_support_section .testimonial_wrapper .testimonial_content .support_discount{
  font-size: 20px;
  font-weight: 600;
}
.support_uplift .addons_support_section .testimonial_wrapper .testimonial_content a{
  margin-top: 24px;
}

.support_uplift .addons_support_section .testimonial_wrapper .testimonial_content .per_month_support{
  margin:0px;
  margin-bottom: 28px;
    background: linear-gradient(82deg, #FFF -37.59%, #C583E0 -37.58%, #FFBC7D 74.04%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: inherit;
  font-size: inherit;
}
.support_uplift .addons_support_section .testimonial_wrapper .testimonial_content  .per_moth_del{
  color: #253858;
  background: none;
  color: #5e6c84;
    font-size: 18px;
    font-weight: 400;
    margin-right: 4px;
    position: relative;
}
.support_uplift .addons_support_section .testimonial_wrapper .testimonial_content  .per_moth_del::after{
  content: "";
    border-top: 1px solid #d30b0b;
    position: absolute;
    left: -4px;
    right: -4px;
    top: 12px;
    transform: rotate(-10deg);
}
.supp_scp_tbl_sec .table >thead.sticky-header:first-child>tr:first-child>th {
  width: 456.12px;
  /* width: 38.01%; */
}
.supp_scp_tbl_wrap .table  thead.sticky-header > tr > th:nth-of-type(2){
  width: 253.4px !important;
  /* width: 20% !important; */
}
.supp_scp_tbl_wrap .table thead.sticky-header > tr > th:nth-of-type(4){
  width: 266.08px !important;
  /* width: 21% !important; */
}
.supp_scp_tbl_wrap .table thead.sticky-header > tr > th:nth-of-type(3){
  width: 291.41px !important;
  /* width: 23% !important; */
}
/* .supp_scp_tbl_sec .modal-content {
  min-width: 650px;
    padding: 20px;
}
.supp_scp_tbl_sec .modal-content h3{
    margin-bottom: 15px;
} */
/*  Responsive Mode  */
@media(max-width:1328px){
  .spacing{
    width: 334px;
  }
  .thead_spacing {
    width: 334px;
}
.supp_scp_tbl_wrap .table .sticky-header{
  max-width: 1139px;
}
.supp_scp_tbl_wrap .table >thead.sticky-header:first-child>tr:first-child>th{
  width: 410.04px ;
}
.supp_scp_tbl_wrap .table thead.sticky-header > tr > th:nth-of-type(2){
  width: 227.8px !important;
}
.supp_scp_tbl_wrap .table thead.sticky-header > tr > th:nth-of-type(3){
  width: 261.97px !important;
}
.supp_scp_tbl_wrap .table thead.sticky-header > tr > th:nth-of-type(4){
  width: 239.2px !important;
}
}
@media(max-width:1200px){
  .spacing{
    width: 134px;
  }
  .thead_spacing {
    width: 134px;
}
.supp_scp_tbl_wrap .table .sticky-header{
  max-width: 970px;
}
.supp_scp_tbl_wrap .table >thead.sticky-header:first-child>tr:first-child>th{
  width: 319.31px ;
}
.supp_scp_tbl_wrap .table thead.sticky-header > tr > th:nth-of-type(2){
  width: 202.5px !important;
}
.supp_scp_tbl_wrap .table thead.sticky-header > tr > th:nth-of-type(3){
  width: 214.68px !important;
}
.supp_scp_tbl_wrap .table thead.sticky-header > tr > th:nth-of-type(4){
  width: 202.51px !important;
}
}
@media (max-width: 992px) {
  .hero_fold .txtWrap h1 {
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -1px;
    margin: 0 0 12px;
    padding: 0 22px;
  }

  .hero_fold .txtWrap p {
    font-size: 16px;
    line-height: 150%;
    padding: 0 22px;
  }

  .frictionlessWrapper .leftContent {
    padding: 0 0 0 30px;
    text-align: left;
  }

  .frictionlessWrapper .textWrapper::after {
    right: 9%;
  }
  .featureNavSec .featuresNav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .featuresNavItems a::after {
    right: 0;
    height: 60%;
    bottom: 20%;
  }

  .featuresNavItems a {
    display: block;
    line-height: initial;
  }

  .featureNavSec .featuresNav .featuresNavItems {
    /* flex: 0 0 20%; */
  }

  .featuresNavItems a svg {
    display: inline-block;
  }

  .featuresNavWrapper {
    padding: 0;
  }

  .featureNavSec {
    height: 100%;
  }

  .featureWrapper .left_cta_secion {
    width: 100%;
  }

  .featureWrapper {
    flex-wrap: wrap;
    padding: 50px 0 0;
  }

  .featureWrapper .right_card_secion {
    width: 100%;
  }

  .featureWrapper .left_cta_secion h2 {
    font-size: 32px;
    line-height: 120%;
    text-align: center;
  }

  .featureWrapper .left_cta_secion p {
    text-align: center;
    font-size: 16px;
    line-height: 150%;
  }

  .featureWrapper .left_cta_wapper {
    margin: 0 auto;
  }
  .featureWrapper .left_cta_wapper .left_cta_inner .cta_wrapper {
    justify-content: center;
  }
  .testimonial_content h2 {
    font-size: 26px;
    line-height: 150%;
  }
  .consultationWrapper .consultation_content {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .consultationWrapper {
    flex-wrap: wrap;
    padding: 50px 0;
  }

  .consultation_image {
    width: 100%;
    padding: 0;
    margin: 40px 0 0;
  }

  .consultation_content h2 {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .consultation_content p {
    font-size: 16px;
  }

  .consultation_content .consultationCtaWrapper {
    justify-content: center;
  }

  .unlock_next_level .migrateWrapper {
    flex-direction: column;
    align-items: center;
  }
  .unlock_next_level .unlock_next_level_content {
    width: 100%;
    margin-bottom: 48px;
  }
  .unlock_next_level .unlock_next_level_image {
    width: 100%;
    text-align: center;
  }

  .unlock_next_level .migrateWrapper h2 {
    font-size: 32px;
  }
  .unlock_next_level .migrateWrapper p {
    font-size: 16px;
  }
  .unlock_next_level {
    padding: 50px 0;
  }

  .support_uplift
    .hero_fold
    .support_features
    .support_features_wrapper
    .support_feature_detail
    h3 {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: initial;
  }

  .support_uplift .hero_fold .support_features .center::after,
  .support_uplift .hero_fold .support_features .center::before {
    display: none;
  }

  .support_uplift
    .hero_fold
    .support_features
    .support_features_wrapper
    .support_feature_detail
    p {
    font-size: 16px;
  }
  .headerText h2 {
    font-size: 32px;
    line-height: 120%;
  }

  .support_uplift .support_cards_section {
    padding: 50px 0;
  }

  .headerText p {
    font-size: 16px;
    line-height: 150%;
  }

  .support_uplift .support_cards_section .support_cards_wrapper {
    /* flex-wrap: wrap;
    justify-content: space-around; */
    flex-direction: column;
  }

  .support_uplift .support_cards_section .support_cards_wrapper .support_card {
    /* max-width: calc(50% - 10px); */
    width: 100%;
    margin: 20px 0 0;
  }

  .support_uplift
    .support_cards_section
    .support_cards_wrapper
    .support_card
    svg {
    width: 100%;
  }

  .headerText {
    margin: 0 auto 30px;
  }
  .support_uplift
    .addons_support_section
    .testimonial_wrapper
    .testimonial_content
    h2 {
    font-size: 28px !important;
    text-align: center;
    line-height: 120% !important;
  }

  .support_uplift
    .addons_support_section
    .testimonial_wrapper
    .testimonial_content
    p {
    font-size: 16px;
    margin: 0 0 20px;
  }

  .support_uplift .addons_support_section .testimonial_wrapper {
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .support_uplift
    .addons_support_section
    .testimonial_wrapper
    .testimonial_content {
    max-width: 100%;
    text-align: center;
  }

  .support_uplift
    .addons_support_section
    .testimonial_wrapper
    .testimonial_content
    a.btn.global_btn.large.primaryBtn_outline {
    margin: 0 auto;
  }

  .support_uplift .addons_support_section .testimonial_wrapper:nth-child(2) {
    flex-direction: column-reverse;
  }
  .support_uplift .addons_support_section .testimonial_wrapper:last-child {
    flex-direction: column;
  }

  .support_uplift
    .addons_support_section
    .testimonial_wrapper
    .testimonial_image {
    padding: 30px 0;
  }

  .support_uplift .addons_support_section {
    padding-bottom: 30px;
  }
  .supp_scp_tbl_wrap .table-responsive {
    border: none;
    overflow-x: scroll;
  }

  .supp_scp_tbl_wrap table {
    min-width: 1052.51px;
  }

  .supp_scp_tbl_wrap tbody tr td:first-child {
    padding-right: 70px !important;
  }

  .support_uplift
    .support_cards_section
    .support_cards_wrapper
    .support_card:nth-child(2) {
    margin: 20px 0px 0;
  }
  .awa-mastery .testimonialSec .testimonialWrapper h4{
    font-size: 20px;
  }

  .headerText h2, .wooCommerce_uplifting .addonSec .headerText h2{
    font-size: 30px;
  }

  .awa-mastery .discount-sec h2{
    font-size: 30px;
  }

  .WebAppFirewall .unlock_next_level .unlock_next_level_content{
    display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
  }

  .WebAppFirewall .unlock_next_level .migrateWrapper p{
    text-align: center;
  }
  .WebAppFirewall .unlock_next_level .migrateWrapper h2{
    line-height: 38px;
    text-align: center;
  }
  .sticky-header {
    position: static;
  }
  .sticky-cta {
    position: static;
  }
  .sticky-clone{
    display: none !important;
  }
  .plumrocket .ceo_plumrocket .wrap{
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
  }
 
}
@media (max-width: 767px) {
  .frictionlessWrapper .textWrapper::after {
    right: 0;
    display: none;
  }

  .frictionlessWrapper {
    flex-wrap: wrap;
  }

  .frictionlessWrapper .leftContent {
    width: 100%;
    padding: 0 21px 25px;
  }

  .frictionlessWrapper .rightContent {
    width: 100%;
    padding: 0;
  }

  .frictionlessWrapper .textWrapper {
    border-bottom: 1px solid #dbb2ec;
  }

  .frictionless_experience .frictionless_container {
    width: 95%;
    margin: 0 auto;
  }
  .support_uplift .hero_fold .support_features {
    justify-content: center;
    margin: 30px 0 0;
    flex-direction: column;
  }

  .support_uplift .hero_fold .support_features .support_features_wrapper {
    margin: 20px 0 0 154px;
  }

  .support_uplift
    .hero_fold
    .support_features
    .support_features_wrapper
    .support_feature_icon {
    text-align: center;
    margin: 0 8px 20px 0;
  }
  .support_uplift .hero_fold .support_features .center .support_feature_icon {
    margin: 20px 8px 20px 0;
  }

  .support_uplift .hero_fold .support_features .center {
    position: relative;
  }

  .support_uplift .hero_fold .support_features .center::after,
  .support_uplift .hero_fold .support_features .center::before {
    display: block;
  }

  .support_uplift .hero_fold .support_features .center::after,
  .support_uplift .hero_fold .support_features .center::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #dfe1e6;
  }
  .support_uplift .hero_fold .support_features .center::before {
    bottom: 0;
    left: -65px;
  }

  .support_uplift .hero_fold .support_features .center::after {
    top: 0;
    left: -65px;
  }

  .support_uplift
    .hero_fold
    .support_features
    .support_features_wrapper
    .support_feature_detail {
    text-align: center;
  }
  .awa-mastery .support_uplift .hero_fold .support_features .support_features_wrapper .support_feature_icon {
    text-align: center;
    margin: 5px 8px 5px 0;
}
}
@media (max-width: 600px) {
  .support_uplift .support_cards_section .support_cards_wrapper .support_card {
    max-width: 100%;
  }
  .featuresCardSec .featureWrapper {
    padding: 100px 0 0;
  }
  .supp_scp_tbl_sec {
    padding: 50px 0 0;
  }

  .support_uplift .advanceAndPremiumFeatSection {
    padding: 76px 0 50px;
  }

  .support_uplift .support_cards_section .headerText {
    margin: 0px auto 20px;
  }
}
@media (max-width: 576px) {
  .whyChoseCWBodyWrap .whyChoseCWCardsMainWrap .whyChoseCWCardWrap {
    width: 100%;
    padding: 0 15px 0;
  }
  .support_uplift .hero_fold .support_features .support_features_wrapper {
    margin: 20px 0 0 76px;
  }

  .support_uplift .hero_fold .support_features .center::before {
    left: -30px !important;
  }

  .support_uplift .hero_fold .support_features .center::after {
    left: -30px;
  }
  .consultation_content .consultationCtaWrapper {
    flex-direction: column;
  }
  .consultation_content .consultationCtaWrapper .primaryBtn {
    margin: 0 0 8px;
    width: 100%;
  }

  .consultation_content .consultationCtaWrapper .primaryBtn_outline {
    width: 100%;
  }
  .awa-mastery .recomended{
    flex-direction: column;
  }
  .awa-mastery  .support_uplift .hero_fold .support_features .support_features_wrapper .support_feature_detail h3{
    font-size: 18px;
  }
  .awa-mastery .top_review_sites_img {
    margin-top: 12px;
}
.easeofuse_uplift.plumrocket .hero_fold .support_features .center::before{
  left: -8% !important;
}
.plumrocket .expert_support .txtWrap{
  padding: 80px 0px;
}
.plumrocket .ceo_plumrocket{
  padding: 40px 0px;
}
.easeofuse_uplift.plumrocket .hero_fold {
  padding: 80px 0px;
}

}

@media (max-width: 480px) {
  .frictionlessWrapper .rightContent div {
    flex: 0 0 100%;
    padding: 10px 21px 0;
  }

  .frictionlessWrapper .leftContent {
    padding-bottom: 15px;
  }

  .frictionlessWrapper .rightContent .bottom_content {
    padding: 10px 21px 0;
  }

  .frictionless_experience .frictionless_container {
    padding: 30px 0;
  }
  .support_uplift .hero_fold .support_features .support_features_wrapper {
    flex: 0 0 50%;
  }
  .support_uplift .hero_fold .support_features .support_features_wrapper {
    margin: 20px 0 0 20px;
  }

  .support_uplift .hero_fold .support_features .center::before {
    left: -12px !important;
  }

  .support_uplift .hero_fold .support_features .center::after {
    left: -12px;
  }
  .featuresNavWrapper {
    background: unset;
  }
  .featuresCardSec .featureWrapper {
    padding: 140px 0 0;
  }
  .awa-mastery .phpAppsSec h2 {
    font-size: 30px;
    line-height: 38px;
}

.awa-mastery .support_uplift .hero_fold .support_features .support_features_wrapper {
  margin: 10px 0 0 20px;
}
.plumrocket .exclusive_discount .discount_banner img{
  max-width: 290px;
}
.plumrocket .ceo_plumrocket .wrap .leftArea img{
  max-width: 263px;
}
.easeofuse_uplift.plumrocket .hero_fold .support_features .center::before{
  left: -3% !important;
}

}
/*  Responsive Mode  */

/* end body */

.headerText {
  margin: 0 auto 64px;
}

.scope_note {
  text-align: center;
  color: #5e6c84;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  margin-bottom: 10px;
  margin-top: 20px;
}

.cw-hbar-wrap {
  display: block;
}

.cw_cmpg_2023 .cw-hbar-wrap .container-fluid {
  max-width: 1298px;
}

.unlock_next_level_content {
  width: 45%;
}
.unlock_next_level_image {
  width: 40%;
  text-align: right;
}

.unlock_next_level_image img {
  display: inline-block;
}

.migrateWrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.migrateWrapper h2 {
  color: #fff;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1px;
  margin-bottom: 24px;
}

.migrateWrapper p {
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.54px;
  margin-bottom: 36px;
}

/*after PR*/
.featuresCardSec .left_cta_secion .btn_arrow:hover svg {
  transform: translateX(5px);
}
/* Offer Tag added css */
.offerTag {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  max-width: 400px;
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 16px;
  align-items: center;
  overflow: hidden;
}
.offerTag:hover {
  text-decoration: none;
}
.offerTag p {
  margin-bottom: 0;
}
.offerTag b {
  font-size: 14px;
}
.testimonial_content .offerText {
  margin-bottom: 28px;
}
.testimonial_content .offerText span {
  font-size: 20px;
  font-weight: 600;
  background: linear-gradient(160deg, #ffbc7d 20.57%, #c583e0 114.53%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testimonial_content .offerText .del {
  position: relative;
  background: black;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testimonial_content .offerText .del::after {
  content: "";
  border-top: 2px solid #d30b0b;
  position: absolute;
  left: -4px;
  right: 2px;
  top: 14px;
  transform: rotate(-10deg);
}
@media (max-width: 567px) {
  .testimonial_content .offerText span {
    font-size: 18px;
  }
}
