/**
 * @tableofcontents
 *
 * 1. Home New Banner
 * 2. Home New Features Section
 * 3. Home New Platform Section
 * 4. Home New Pricing CTA
 * 5. Home New Support Section
 * 6. Home New CMS Feature Tabs
 * 7. Home New Partners Section
 * 8. Home New Signup Cta Section
 * 9. Home CRO 2021
 */
.homePageB .hm-new-bnr-bg-wrap {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, #0E134F, #0E134F), linear-gradient(180deg, #2431D6 0%, #0A116B 100%);
}
.homePageB .hm-new-sgnup-prc-cta-sec {
  background-color: #0A116B;
}
.homePageB .hm-new-bnr-wrap {
  background: none;
  position: relative;
}
.homePageB .hm-new-bnr-wrap::before {
  background: url(../../img/home/home-bnr-illustration.svg) no-repeat calc(100% + 65px), url(../../img/home/home-bnr-illustration2.svg) no-repeat -100px -500px transparent;
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  mix-blend-mode: difference;
}
.homePageB .hm-new-feat-box {
  text-align: center;
  max-width: 160px;
  margin: 0 auto;
}
.homePageB .hm-new-feat-box h3 {
  font-weight: 800;
  font-size: 36px;
  letter-spacing: -0.03em;
  color: #2F39BF;
  line-height: normal;
}
.homePageB .hm-new-feat-box p {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: rgba(0, 0, 0, 0.7);
  margin: 10px 0 0;
  vertical-align: middle;
}
.homePageB .AnimateFadeIn.hm-new-feat-wrap .col-xs-6 {
  animation: zoomIn 0.4s linear both;
}
.homePageB .hm-new-feat-wrap {
  padding: 50px 30px;
}
.homePageB .hm-new-feat-wrap .row {
  display: flex;
}
.homePageB .hm-new-feat-wrap .col-xs-6 {
  border-right: 1px solid rgba(66, 82, 110, 0.15);
  padding: 0 25px;
  opacity: 0;
}
.homePageB .hm-new-feat-wrap .col-xs-6:last-child {
  border: 0;
}
.homePageB .hm-new-feat-wrap .col-xs-6:nth-child(1) {
  animation-delay: 0.2s;
}
.homePageB .hm-new-feat-wrap .col-xs-6:nth-child(2) {
  animation-delay: 0.4s;
}
.homePageB .hm-new-feat-wrap .col-xs-6:nth-child(3) {
  animation-delay: 0.6s;
}
.homePageB .hm-new-feat-wrap .col-xs-6:nth-child(4) {
  animation-delay: 0.8s;
}
.homePageB .hm-new-plt_sec_cont strong {
  font-weight: 700;
  font-size: 24px;
}
.homePageB .hm-new-cms-feats-tabs-box-opt2 h3 {
  font-size: 36px;
}

.homePageB .hm-new-plt_sec_top h2, .homePageB .hm-new-spprt-txt-wrap h2, .homePageB .hm-new-cms-feats-tabs-box-opt2 h3, .homePageB .hm-new_sldr3_ttlBox h2 {
  font-weight: 800;
}

.homePageB .hm-new-cms-feats-tabs-box-opt2 p, .homePageB .hm-new-spprt-txt-wrap p, .homePageB .hm-new-plt_sec_cont {
  font-weight: 400;
}

/* New Duoble Slider Testimonials Slider Section Styling || Starts*/
.dualSliderTestiSec {
  padding: 80px 0;
  display: none;
}
.dualSliderTestiSec .sliderTestiHeadWrap {
  text-align: center;
}
.dualSliderTestiSec .sliderTestiHeadWrap h2 {
  font-weight: 800;
  font-size: 40px;
  color: #000;
}
.dualSliderTestiSec .sliderTestiHeadWrap p {
  font-weight: 400;
  font-size: 18px;
  color: #42526E;
}
@keyframes testiSlider {
  0% {
    left: 0;
    transform: translateX(10px);
  }
  50% {
    left: -2005px;
    transform: translateX(100%);
  }
  100% {
    left: 0;
    transform: translateX(10px);
  }
}
@keyframes testiSliderReverse {
  0% {
    left: -2005px;
    transform: translateX(100%);
  }
  50% {
    left: 0;
    transform: translateX(10px);
  }
  100% {
    left: -2005px;
    transform: translateX(100%);
  }
}
.dualSliderTestiSec .dblSliderTestiMainWrap {
  margin-top: 15px;
  overflow: visible;
}
.dualSliderTestiSec .dblSliderTestiMainWrap:hover .slider-wrap {
  animation-play-state: paused !important;
}
.dualSliderTestiSec .dblSliderTestiMainWrap #firstSlider {
  overflow: hidden;
}
.dualSliderTestiSec .dblSliderTestiMainWrap #firstSlider .slider-wrap {
  display: flex;
  padding: 40px 0 15px;
  position: relative;
  animation: testiSlider 170s infinite linear both;
}
.dualSliderTestiSec .dblSliderTestiMainWrap #secondSlider {
  overflow: hidden;
}
.dualSliderTestiSec .dblSliderTestiMainWrap #secondSlider .slider-wrap {
  display: flex;
  padding: 15px 0 30px;
  position: relative;
  left: -2005px;
  transform: translateX(100%);
  animation: testiSliderReverse 170s infinite linear both;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .slider-wrap.stop {
  animation-play-state: paused !important;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap {
  background: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  padding: 25px 25px 0;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
  position: relative;
  min-width: 304px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap .testiCardBottomWrap {
  width: 100%;
  margin: auto 0 25px 0;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap:hover {
  transform: scale(1.07);
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap .agencyTag {
  margin-top: 25px;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap .agencyTag h4 {
  font-weight: 600;
  font-size: 14px;
  color: #42526E;
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  margin: 0;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap .agencyTag h4.digital {
  background: rgba(47, 57, 191, 0.15);
  color: #2F39BF;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap .agencyTag h4.blogger {
  color: #FEB155;
  background: rgba(254, 177, 85, 0.15);
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap .agencyTag h4.smb {
  color: #B764D8;
  background: rgba(183, 100, 216, 0.15);
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap .testimonialCardContent {
  position: relative;
  margin: 0 0 28px;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap .testimonialCardContent p {
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap .testimonialCardContent .readTestiWrap {
  position: absolute;
  bottom: -30px;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap .testimonialCardContent .readTestiWrap a {
  font-weight: 600;
  font-size: 12px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #2F39BF;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap .testimonialCardContent .readTestiWrap a i:first-child {
  margin-right: 8px;
  max-height: 12px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap .testimonialCardContent .readTestiWrap a i:last-child {
  margin-left: 8px;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap .testimonialUserWrap {
  display: flex;
  align-items: center;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap .testimonialUserWrap .right {
  margin-left: auto;
  display: flex;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap .testimonialUserWrap .left {
  display: flex;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap .testimonialUserWrap .userImgWrap img {
  max-width: 44px;
  min-height: 44px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  margin-right: 10px;
  border: 1px solid #ddd;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap .testimonialUserWrap .userInfoWrap {
  text-align: left;
  padding: 6px 0 0;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap .testimonialUserWrap .userInfoWrap h5 {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin: 0;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap .testimonialUserWrap .userInfoWrap p {
  font-weight: 400;
  font-size: 12px;
  color: rgba(66, 82, 110, 0.7);
  margin: 0;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap .testiRatingWrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap .testiRatingWrap p {
  font-weight: 700;
  font-size: 18px;
  color: #0A1E43;
  margin: 0 10px;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialCardWrap .testiRatingWrap img {
  max-width: 30px;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .owl-carousel .owl-stage {
  display: flex;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .owl-stage-outer {
  overflow: visible;
}
.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialSecondWrap .testimonialCardWrap .testiRatingWrap {
  flex-direction: row-reverse;
}

.dualSliderTestiSec .dblSliderTestiMainWrap .testimonialFirstWrap, .dualSliderTestiSec .dblSliderTestiMainWrap .testimonialSecondWrap {
  display: flex;
  align-items: center;
  overflow: visible;
}

.CROtesting {
  /*CRO Pricing Page Styling*/
  /* New AutoPlay Videos Platform Section Styling || Begins*/
  /*HomePage New Counter Styling || Begins*/
}
.CROtesting .dualSliderTestiSec {
  display: block;
}
.CROtesting .hm-new-bnr-wrap {
  background-color: #04288e;
  position: relative;
  padding: 240px 0 210px;
  overflow: hidden;
  background: url(../../img/home/home-bnr-illustration.svg) no-repeat calc(100% + 65px), url(../../img/home/home-bnr-illustration2.svg) no-repeat -100px -500px transparent;
  background-size: contain;
}
.CROtesting .hm-new-bnr-text h1 {
  font-size: 56px;
  color: #FFFFFF;
  margin: 0 0 30px;
  font-weight: 800;
}
.CROtesting .hm-new-bnr-text p {
  font-size: 20px;
  color: #FFFFFF;
  margin: 0 0 30px;
  font-weight: 400;
  max-width: 900px;
  margin: 0 auto 50px;
  line-height: 28px;
}
.CROtesting .hm-new-bnr-text p b {
  font-size: inherit;
  font-weight: 700;
  color: inherit;
  line-height: inherit;
}
.CROtesting .hm-new-bnr-text > span {
  color: #fff;
  font-size: 25px;
  margin-bottom: 16px;
  display: block;
}
.CROtesting .hm-new-bnr-text > h1 > span {
  color: #fff;
  font-size: 25px;
  margin-bottom: 16px;
  display: block;
}
.CROtesting .hm-new-bnr-text .note {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 0;
  color: #fff;
}
.CROtesting #hm-new-feat-sec {
  padding-bottom: 50px;
  background: #fff;
  position: relative;
}
.CROtesting .hm-new-feat-wrap {
  padding: 45px 60px;
  background: #FFFFFF;
  box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-top: -120px;
}
.CROtesting .hm-new-feat-wrap .col-sm-4:nth-of-type(2):before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: rgba(196, 196, 196, 0.3);
  border-radius: 100%;
  top: 0;
  left: -45px;
}
.CROtesting .hm-new-feat-wrap .col-sm-4:nth-of-type(2):after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: rgba(196, 196, 196, 0.3);
  border-radius: 100%;
  top: 0;
  right: 42px;
}
.CROtesting .hm-new-feat-ttl {
  position: relative;
}
.CROtesting .hm-new-feat-ttl h3 {
  font-size: 20px;
  line-height: 20px;
  color: #0A1E43;
  font-weight: 400;
  margin: 0;
}
.CROtesting .hm-new-feats {
  margin: 0;
  list-style: none;
  padding: 0;
}
.CROtesting .hm-new-feats li {
  font-size: 16px;
  color: #42526E;
  font-weight: 300;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.CROtesting .hm-new-feats li:before {
  content: "\f00c";
  color: #39DCB1;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 3px;
}
.CROtesting #cw20_hm_bnr_wrap h5 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
.CROtesting #cw20_hm_bnr_wrap h1 {
  margin: 0 0 20px;
}
.CROtesting #cw20_hm_bnr_wrap p {
  max-width: 100%;
  margin-bottom: 50px;
}
.CROtesting #cw20_hm_bnr_wrap .hm_newBnr_ctaMainBox {
  text-align: left;
  display: flex;
}
.CROtesting #cw20_hm_bnr_wrap .hm_newBnr_ctaMainBox span {
  display: none;
}
.CROtesting #cw20_hm_bnr_wrap .hm_newBnr_ctaInrBox:first-child {
  margin-right: 15px;
}
.CROtesting .hm_newBnr_ctaMainBox span {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.CROtesting .hm_newBnr_ctaInrBox {
  display: inline-block;
  vertical-align: top;
}
.CROtesting .hm_new_prtnr_cta {
  text-align: center;
  margin-top: 30px;
}
.CROtesting .hm_new_prtnr_cta a {
  color: #0A1E43;
  font-size: 13px;
  text-decoration: underline;
}
.CROtesting .hm-new-bnr-bg-wrap {
  background: #0B0F3F;
  position: relative;
}
.CROtesting .hm-new-sgnup-prc-cta-sec {
  background-color: #0A116B;
}
.CROtesting .hm-new-bnr-wrap {
  background: none;
  position: relative;
}
.CROtesting .hm-new-bnr-wrap::before {
  background: url(../../img/home/home-bnr-illustration.svg) no-repeat calc(100% + 65px), url(../../img/home/home-bnr-illustration2.svg) no-repeat -100px -500px transparent;
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  mix-blend-mode: difference;
}
.CROtesting .hm-new-feat-box {
  text-align: center;
  max-width: 160px;
  margin: 0 auto;
}
.CROtesting .hm-new-feat-box h3 {
  font-weight: 800;
  font-size: 44px;
  letter-spacing: -0.03em;
  color: #2F39BF;
  line-height: normal;
}
.CROtesting .hm-new-feat-box p {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: rgba(0, 0, 0, 0.7);
  margin: 10px 0 0;
  vertical-align: middle;
}
.CROtesting .AnimateFadeIn.hm-new-feat-wrap .col-xs-6 {
  animation: fadeIn 0.4s linear both;
}
.CROtesting .hm-new-feat-wrap {
  padding: 50px 30px;
}
.CROtesting .hm-new-feat-wrap .row {
  display: flex;
}
.CROtesting .hm-new-feat-wrap .col-xs-6 {
  border-right: 1px solid rgba(66, 82, 110, 0.15);
  padding: 0 25px;
  opacity: 0;
}
.CROtesting .hm-new-feat-wrap .col-xs-6:last-child {
  border: 0;
}
.CROtesting .hm-new-feat-wrap .col-xs-6:nth-child(1) {
  animation-delay: 0.2s;
}
.CROtesting .hm-new-feat-wrap .col-xs-6:nth-child(2) {
  animation-delay: 0.4s;
}
.CROtesting .hm-new-feat-wrap .col-xs-6:nth-child(3) {
  animation-delay: 0.6s;
}
.CROtesting .hm-new-feat-wrap .col-xs-6:nth-child(4) {
  animation-delay: 0.8s;
}
.CROtesting .hm-new-plt_sec_top h2 {
  font-weight: 800;
}
.CROtesting .hm-new-spprt-txt-wrap h2 {
  font-weight: 800;
}
.CROtesting .hm-new-spprt-txt-wrap p {
  font-weight: 400;
}
.CROtesting .hm-new-cms-feats-tabs-box-opt2 h3 {
  font-weight: 800;
  font-size: 40px;
}
.CROtesting .hm-new-cms-feats-tabs-box-opt2 p {
  font-weight: 400;
}
.CROtesting .hm-new_sldr3_ttlBox h2 {
  font-weight: 800;
}
.CROtesting .hm-new-plt_sec_cont {
  font-weight: 400;
}
.CROtesting .hm-new-plt_sec_cont strong {
  font-weight: 700;
}
.CROtesting .hm-new-dis-pos-sec {
  padding: 70px 0;
}
.CROtesting .hm-new-dis-pos-sec h2 {
  color: #0E134F;
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 20px;
}
.CROtesting .hm-new-dis-pos-sec h4 {
  color: #0E134F;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px;
}
.CROtesting .hm-new-dis-pos-sec p {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
}
.CROtesting .hm-new-dis-pos-sec .text-box {
  margin: 0 auto 63px;
  width: 100%;
}
.CROtesting .hm-new-dis-pos-sec .text-box p {
  font-size: 18px;
  line-height: 26px;
}
.CROtesting .hm-new-dis-pos-sec .box img {
  margin: 0 0 25px;
  min-height: 52px;
}
.CROtesting .hostingPagesv2 .homePageB .hm-new-bnr-wrap::before {
  background: url(../../img/alternatives/cw-alternatives-new-bg.png);
  background-size: cover;
}
.CROtesting .hostingPagesv2 .cwFeatsCompareSec .cwFeatsCompareMainWrap table > tbody tr td:last-child {
  border-right: 0.5px solid rgba(66, 82, 110, 0.3);
}
.CROtesting .hostingPagesv2 .lnd-aft-bnr-vdo-box::before {
  content: "";
  background: url(https://www.cloudways.com/wp-content/uploads/2022/06/dots-pattern.png);
  position: absolute;
  top: -40px;
  bottom: 0;
  left: auto;
  right: -40px;
  height: 100px;
  width: 200px;
  filter: brightness(0) invert(1);
}
.CROtesting .hostingPagesv2 .hm-new-spprt-wrap {
  padding: 120px 0;
}
.CROtesting .hostingPagesv2 .hm-new-spprt-txt-wrap {
  max-width: 450px;
}
.CROtesting .hostingPagesv2 .hm-new-bnr-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.CROtesting .hostingPagesv2 .hm-new-bnr-text .hm-bnr-left-wrap {
  max-width: 530px;
  margin-right: 40px;
}
.CROtesting .hostingPagesv2 .hm-new-bnr-text .hm-bnr-right-wrap {
  max-width: 500px;
}
.CROtesting .hostingPagesv2 .hm-new-spprt-txt-wrap h2 {
  font-size: 36px;
}
.CROtesting .hostingPagesv2 .lnd-aft-bnr-vdo-box .embed-responsive, .CROtesting .hostingPagesv2 .embed-responsive video {
  border-radius: 8px;
  overflow: hidden;
}
.CROtesting .hostingPagesv2 .homePageB .hm-new-feat-wrap .col-xs-6:nth-child(1) {
  animation-delay: 0.2s;
}
.CROtesting .hostingPagesv2 .homePageB .hm-new-feat-wrap .col-xs-6:nth-child(2) {
  animation-delay: 0.4s;
}
.CROtesting .hostingPagesv2 .homePageB .hm-new-feat-wrap .col-xs-6:nth-child(3) {
  animation-delay: 0.6s;
}
.CROtesting .hostingPagesv2 .homePageB .hm-new-feat-wrap .col-xs-6:nth-child(4) {
  animation-delay: 0.8s;
}
.CROtesting .lnd-aft-bnr-vdo-box {
  position: relative;
  max-width: 500px;
}
.CROtesting .lnd-new-feats-txt h2, .CROtesting .wt-prcNew2_prvd-tab-wrap h2, .CROtesting .glb-nfaq-ttl h2, .CROtesting .glb-nfaq-ttl h3 {
  font-weight: 800;
}
.CROtesting .globleWidgetPartner2 h2, .CROtesting .hm-new-plt_sec_cont strong, .CROtesting .hm-new-dis-pos-sec h2, .CROtesting .hm-new-plt_sec_top h2, .CROtesting .hm-new-spprt-txt-wrap h2, .CROtesting .hm-new-cms-feats-tabs-box-opt2 h3, .CROtesting .hm-new_sldr3_ttlBox h2, .CROtesting .globleWidgetPartner2 h2, .CROtesting .hm-new-dis-pos-sec h4, .CROtesting .newTstml_video_ttlBox h2, .CROtesting .pricingPgB .pricingHeroSec .priHeroHeadWrap h1 {
  color: #000;
}
.CROtesting .hm-new-cms-feats-tabs-box-opt2 p, .CROtesting .hm-new-plt_sec_cont, .CROtesting .hm-new-dis-pos-sec .text-box p, .CROtesting .hm-new-dis-pos-sec p, .CROtesting .hm-new-spprt-txt-wrap p, .CROtesting .hm-new-plt_sec_top p {
  color: rgba(0, 0, 0, 0.7) !important;
}
.CROtesting .pricingPgB .pricingHeroSec .priHeroFeatsMainWrap .featsWrap p {
  color: rgba(0, 0, 0, 0.8) !important;
}
.CROtesting .hm-new-sgnup-cta-txt {
  margin-bottom: 40px;
}
.CROtesting .hm-new-sgnup-prc-ctaBox > p {
  margin-top: 15px;
  font-size: 14px;
}
.CROtesting .glb_footer_signup_new .hm-new-sgnup-cta-wrap .hm-new-sgnup-cta-txt h2 {
  font-size: 44px;
  margin-bottom: 20px;
}
.CROtesting .hm-new-plt_sec_top h2 {
  margin-bottom: 20px;
}
.CROtesting .hm-new-spprt-txt-wrap h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.CROtesting .hm-new-spprt-txt-wrap p {
  font-size: 18px;
  margin-bottom: 45px;
  line-height: 26px;
}
.CROtesting .hm-new-cms-feats-tabs-box-opt2 p {
  font-size: 18px;
  margin-bottom: 50px;
  line-height: 26px;
}
.CROtesting .hm-new_sldr3_ttlBox h2, .CROtesting .globleWidgetPartner2 h2, .CROtesting .hm-new-plt_sec_top h2, .CROtesting .newTstml_video_ttlBox h2 {
  font-size: 40px;
}
.CROtesting .hm-new_sldr3_paraBox > p {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.8);
  font-style: normal;
  line-height: 36px;
}
.CROtesting .hm-new_sldr3_infoBox h3 {
  font-weight: 700;
  font-size: 24px;
  color: #000000;
}
.CROtesting .hm-new_sldr3_infoBox p {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.CROtesting .cw-glb-btn, .CROtesting .cw-glb-btn_blank, .CROtesting .cw-glb-btn3 {
  font-size: 16px;
}
.CROtesting .hm-new-spprt-txt-wrap a.cw-glb-btn3, .CROtesting a.cw-glb-btn3, .CROtesting .hm-new-spprt-txt-wrap a.cw-glb-btn3:hover, .CROtesting .cw-glb-btn3:hover {
  font-weight: 700;
  color: #000;
}
.CROtesting .cw-glb-btn_blank {
  font-weight: 500;
}
.CROtesting .cw-glb-btn {
  color: #0E134F !important;
}
.CROtesting .hm-new-plt_sec_wrap .row {
  display: flex;
  align-items: center;
}
.CROtesting .glb_footer_signup_new .hm-new-sgnup-cta-wrap {
  background: #0E134F;
}
.CROtesting .cw-glb-btn.yellowCta {
  background-color: #fcd80a;
  border-color: #fcd80a;
}
.CROtesting .cw-glb-btn.yellowCta:hover {
  background-color: #f1cd00 !important;
  border-color: #f1cd00 !important;
}
.CROtesting #hm-new-cms-feats-wrap {
  padding: 120px 0;
}
.CROtesting .pricingPgB .pricingHeroSec .priHeroFeatsMainWrap .featsWrap {
  align-items: center;
}
.CROtesting .pricingPgB .pricingHeroSec .priHeroFeatsMainWrap {
  max-width: 830px;
}
.CROtesting .pricingPgB .pricingHeroSec .priHeroFeatsMainWrap .featsWrap p {
  font-size: 18px;
  font-weight: 400;
}
.CROtesting .vultrPlansTabsWrap .nav-tabs li a {
  color: rgba(66, 82, 110, 0.7) !important;
}
.CROtesting .glb-nfaq-ttl h2, .CROtesting .glb-nfaq-ttl h3, .CROtesting .lnd-glb-tbl-txt h2, .CROtesting .wt-rgn_inr-top h2, .CROtesting .lnd-new-appSol-paraBox > h3, .CROtesting .lnd-new-appSol_ttlBox > h2, .CROtesting #wt-prcNew-v2 .cw-prc-ftrs-hd, .CROtesting .wt-prcNew2_prvd-tab-wrap h2, .CROtesting .comp-with-cw-txt h2, .CROtesting .prc-ftr-txt h2, .CROtesting .newPrc_faq_wrap .glb-nfaq-ttl h3, .CROtesting .vultrPlansTabsWrap .nav-tabs li.active a, .CROtesting .wt-prcNew2_prc_hr sup, .CROtesting .wt-prcNew2_prc sup, .CROtesting .wt-prcNew2_prc_hr b, .CROtesting .wt-prcNew2_prc b, .CROtesting .wt-prcNew2_prc_hr span, .CROtesting .wt-prcNew2_prc span, .CROtesting .wt-prc-tooltip, .CROtesting .OCPserviceWrap p {
  color: #000 !important;
}
.CROtesting .lnd-glb-tbl-txt p, .CROtesting .wt-rgn_inr-top p, .CROtesting .wt-rgn_stats-cnt > span, .CROtesting .lnd-new-appSol-paraBox > p, .CROtesting .lnd-new-appSol_ttlBox > p, .CROtesting #wt-prcNew-v2 .cw-prc-ftrs-body li, .CROtesting .wt-prcNew2_prvd-tab-wrap h2 + p, .CROtesting .comp-with-cw-txt p, .CROtesting .prc-ftr-txt p, .CROtesting .wt-prcNew2_sec ul li span, .CROtesting .wt-prcNew2_sec ul li b, .CROtesting .pricing-new-card-ftrs-wrap h4, .CROtesting .pricing-new-card-ftrs-wrap ul li, .CROtesting .pricing-new-card-ftrs-wrap ul li::before {
  color: rgba(0, 0, 0, 0.7);
}
.CROtesting .wt-prcNew2_sec2 .wt-prcNew2_prc_text, .CROtesting .wt-prcNew2_sec .pricing-new-card-ftrs-wrap ul li span {
  background: #2E39BF;
}
.CROtesting .pricing-new-card-ftrs-wrap ul li::before {
  content: "\f00c";
  font-size: 15px;
  top: 3px;
  left: -8px;
}
.CROtesting .wt-nprc-pkg-txt {
  margin-top: 70px;
}
.CROtesting .prc-shw-btn, .CROtesting .prc-shw-btn:hover {
  margin-top: 25px;
  background: #2F39BF;
  border-color: #2F39BF;
  color: #fff !important;
}
.CROtesting .newTstml_video_mainSec {
  padding: 80px 0;
}
.CROtesting #prc-cmpr-tbl-wrap {
  padding: 100px 0;
}
.CROtesting .prc-ftr-txt h2 {
  font-size: 40px;
}
.CROtesting .prc-ftr-txt p {
  font-size: 18px;
}
.CROtesting .prc-comp-table-2 .prc-tbl-fold tbody td {
  background: #fff;
}
.CROtesting .prc-comp-table-2 .prc-tbl-fold tbody td:nth-child(3) {
  border-right: 0 !important;
}
.CROtesting .prc-comp-table-2 .prc-tbl-fold tbody td:last-child {
  position: inherit;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
  border-left: 0 !important;
}
.CROtesting .prc-comp-table-2 table tbody {
  border: 0.5px solid rgba(66, 82, 110, 0.3);
}
.CROtesting .prc-comp-table-2 table tbody th, .CROtesting .prc-comp-table-2 table tbody #prc-cmpr-tbl-wrap, .CROtesting .prc-comp-table-2 table tbody .prc-tbl-fold thead th:nth-child(3), .CROtesting .prc-comp-table-2 table tbody .prc-tbl-fold thead th:nth-child(2), .CROtesting .prc-comp-table-2 table tbody .prc-tbl-fold tbody td:nth-child(3), .CROtesting .prc-comp-table-2 table tbody .prc-tbl-fold tbody td:nth-child(2), .CROtesting .prc-comp-table-2 table tbody .prc-ftr-txt + .table-responsive, .CROtesting .prc-comp-table-2 table tbody .prc-tbl-fold tr td:last-child {
  background: #fff;
}
.CROtesting .prc-comp-table-2 table tbody tr td, .CROtesting .prc-comp-table-2 table tbody tr th {
  border: 0.5px solid rgba(66, 82, 110, 0.3) !important;
}
.CROtesting .prc-comp-table-2 table tbody tr th {
  padding: 20px 10px 20px 30px !important;
  font-weight: 600;
  font-size: 15px;
  color: #000000;
}
.CROtesting .prc-comp-table-2 table tbody tr td {
  padding: 20px !important;
}
.CROtesting .prc-comp-table-2 table tbody tr td:last-child .fa-check:before {
  color: #2F39BF;
}
.CROtesting .prc-comp-table-2 table thead tr th {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  padding: 20px 10px !important;
}
.CROtesting .prc-comp-table-2 table thead tr th:nth-child(2) {
  background: #0E134F;
  border-radius: 6px 0px 0px 0px;
  border-right: 0.5px solid #fff !important;
  position: relative;
  min-width: 125px;
}
.CROtesting .prc-comp-table-2 table thead tr th:nth-child(2)::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.5px;
  background-color: #fff;
}
.CROtesting .prc-comp-table-2 table thead tr th:nth-child(3) {
  background: #111877;
  border-radius: 0px;
  min-width: 125px;
}
.CROtesting .prc-comp-table-2 table thead tr th:nth-child(4) {
  background: #2F39BF;
  border-radius: 0px 6px 0px 0px;
  position: relative;
  color: transparent;
  min-width: 220px;
}
.CROtesting .prc-comp-table-2 table thead tr th:nth-child(4)::after {
  content: "";
  position: absolute;
  background-image: url(https://www.cloudways.com/wp-content/uploads/2022/11/cloudways-by-digitalocean-logo-white.svg);
  background-size: 120px 40px;
  top: 0;
  left: 0;
  height: 40px;
  width: 120px;
  transform: translate(35%, 30%);
  filter: brightness(0) invert(1);
}
.CROtesting.CROProvidersPages .lnd-new-bnr-txt h1, .CROtesting.CROProvidersPages .cw-1click-spprt-apps-txt h2, .CROtesting.CROProvidersPages .comp-with-cw-txt h2, .CROtesting.CROProvidersPages .lnd-new-appSol_ttlBox > h2, .CROtesting.CROProvidersPages .wt-rgn_inr-top h2, .CROtesting.CROProvidersPages .lnd-glb-tbl-txt h2 {
  font-weight: 800;
}
.CROtesting.CROProvidersPages .cw-1click-spprt-apps-txt p {
  font-weight: 400;
}
.CROtesting.CROProvidersPages .comp-with-cw-txt h2, .CROtesting.CROProvidersPages .cw-1click-spprt-apps-txt h2, .CROtesting.CROProvidersPages .lnd-new-appSol_ttlBox > h2, .CROtesting.CROProvidersPages .wt-rgn_inr-top h2, .CROtesting.CROProvidersPages .lnd-glb-tbl-txt h2 {
  font-size: 40px;
}
.CROtesting.CROProvidersPages .lnd-new-bnr-txt p, .CROtesting.CROProvidersPages .cw-1click-spprt-apps-txt p {
  margin-bottom: 45px;
}
.CROtesting.CROProvidersPages .wt-prcNew2_prc_btn a {
  color: #000 !important;
  font-weight: 700;
}
.CROtesting.CROProvidersPages #wt-prcNew-v2 .cw-prc-ftrs-body li:before {
  color: rgba(0, 0, 0, 0.7);
}
.CROtesting.CROProvidersPages .cw-1click-spprt-apps-sec, .CROtesting.CROProvidersPages .do-hosting-v2 .lnd-new-bnr-wrap {
  background: linear-gradient(0deg, #0B1449, #0B1449), linear-gradient(270deg, #0A1F76 0%, #1728D0 100%);
}
.CROtesting.CROProvidersPages .lnd-prvdr-bnr-logo img {
  position: relative;
  left: 60px;
}
.CROtesting.CROProvidersPages .lnd-prvdr-svg-anim img {
  position: absolute;
  left: -20px;
  bottom: -540px;
}
.CROtesting.CROProvidersPages .lnd-glb-tbl-txt h2, .CROtesting.CROProvidersPages .wt-rgn_inr-top h2, .CROtesting.CROProvidersPages .lnd-new-appSol_ttlBox > h2, .CROtesting.CROProvidersPages .glb-nfaq-ttl h2, .CROtesting.CROProvidersPages .glb-nfaq-ttl h3 {
  margin-top: 0;
}
.CROtesting.CROProvidersPages .lnd-new-appSol-cardBox {
  min-height: 300px;
}
.CROtesting.CROProvidersPages .lnd-glb-tbl-txt, .CROtesting.CROProvidersPages .lnd-new-appSol_ttlBox, .CROtesting.CROProvidersPages .wt-prcNew2_prvd-tab-wrap h2 {
  max-width: 950px;
  margin: 0 auto 70px;
}
.CROtesting.CROProvidersPages .lnd-new-appSol_ttlBox {
  max-width: 850px;
  margin: 0 auto 50px;
}
.CROtesting.CROProvidersPages .wt-prcNew2_prvd-tab-wrap h2 {
  max-width: 700px;
  margin: 0 auto 20px;
}
.CROtesting.CROProvidersPages .comp-with-cw-txt h2, .CROtesting.CROProvidersPages .lnd-glb-tbl-txt h2, .CROtesting.CROProvidersPages .lnd-new-appSol_ttlBox > h2 {
  margin-bottom: 20px;
}
.CROtesting .hostingPagesv2 .cwPlatMainWrap .lnd-aft-bnr-vdo-box::before {
  display: none;
}
.CROtesting .cwPlatformSection {
  padding: 100px 0;
}
.CROtesting .cwPlatformSection .cwPlatSecHeadWrap {
  text-align: center;
}
.CROtesting .cwPlatformSection .cwPlatSecHeadWrap h2 {
  font-weight: 800;
  font-size: 40px;
  color: #000000;
  margin: 0;
}
.CROtesting .cwPlatformSection .cwPlatSecHeadWrap p {
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  margin: 20px 0 0;
}
.CROtesting .cwPlatformSection .cwPlatMainWrap {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatLeftWrap {
  max-width: 380px;
}
.CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatLeftWrap ul li {
  margin-bottom: 20px;
}
.CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatLeftWrap ul li:last-child {
  margin-bottom: 0;
}
.CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatLeftWrap .active .cwPlatCardWrap {
  opacity: 1;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
  background: #fff;
  border: 1px solid rgba(47, 57, 191, 0.1);
}
.CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatLeftWrap .cwPlatCardWrap {
  transition: all 0.4s ease-in-out;
  opacity: 0.6;
  background: #F2F4F9;
  border-radius: 8px !important;
  padding: 20px 25px;
  border: 1px solid transparent;
}
.CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatLeftWrap .cwPlatCardWrap .platCardHeadWrap {
  display: flex;
  align-items: center;
}
.CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatLeftWrap .cwPlatCardWrap .platCardHeadWrap i {
  margin-right: 15px;
  display: flex;
}
.CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatLeftWrap .cwPlatCardWrap .platCardHeadWrap h3 {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin: 0;
}
.CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatLeftWrap .cwPlatCardWrap .platcardContentWrap {
  margin-top: 15px;
}
.CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatLeftWrap .cwPlatCardWrap .platcardContentWrap p {
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}
.CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatRightWrap {
  max-width: 600px;
}
.CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatRightWrap .lnd-aft-bnr-vdo-box {
  max-width: 572px;
}
.CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatRightWrap .lnd-aft-bnr-vdo-box .embed-responsive {
  min-height: 454px;
}
.CROtesting .homePgCounterV2 .AnimateFadeIn.hm-new-feat-wrap .col-xs-6 {
  animation: zoomIn 0.4s linear both;
  opacity: 1;
}
.CROtesting .homePgCounterV2 .hm-new-feat-wrap {
  margin-top: 0;
  box-shadow: none;
  padding: 10px 0;
}
.CROtesting .homePgCounterV2 .hm-new-feat-wrap .row {
  justify-content: center;
}
.CROtesting .homePgCounterV2 .hm-new-feat-wrap .col-xs-6:nth-child(1) {
  animation-delay: 0.2s;
}
.CROtesting .homePgCounterV2 .hm-new-feat-wrap .col-xs-6:nth-child(2) {
  animation-delay: 0.6s;
}
.CROtesting .homePgCounterV2 .hm-new-feat-wrap .col-xs-6:nth-child(3) {
  animation-delay: 1s;
}
.CROtesting .homePgCounterV2 .hm-new-feat-wrap .col-xs-6:nth-child(4) {
  animation-delay: 1.5s;
}
.CROtesting .homePgCounterV2 .hm-new-feat-box {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.CROtesting .homePgCounterV2 .hm-new-feat-box h3 {
  color: #000;
  font-size: 54px;
}
.CROtesting .homePgCounterV2 .hm-new-feat-box p {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}
.CROtesting .homePgCounterV2 .hm-new-feat-ttl {
  margin-right: 15px;
}
.CROtesting .homePageB .cwPlatformSection .cwPlatMainWrap .cwPlatRightWrap {
  max-width: 632px;
}
.CROtesting .homePageB .cwPlatformSection .cwPlatMainWrap .cwPlatRightWrap .lnd-aft-bnr-vdo-box {
  max-width: 632px;
  padding: 0 1px 1px;
  z-index: 1;
}
.CROtesting .homePageB .cwPlatformSection .cwPlatMainWrap .cwPlatRightWrap .lnd-aft-bnr-vdo-box::before {
  content: "";
  position: absolute;
  background: url(../../img/home/home-video-frame.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  right: 0;
  top: 20px;
  bottom: 0;
}
.CROtesting .homePageB .cwPlatformSection .cwPlatMainWrap .cwPlatRightWrap .lnd-aft-bnr-vdo-box .embed-responsive {
  border-radius: 10px;
}
.CROtesting .homePageB .cwPlatformSection .cwPlatMainWrap .cwPlatRightWrap .lnd-aft-bnr-vdo-box .embed-responsive video {
  -o-object-position: bottom;
     object-position: bottom;
}
.CROtesting .homePageB #hm-new-feat-sec {
  padding: 30px 0;
}
.CROtesting .homePageB .hm-new-dis-pos-sec h4 {
  margin-top: 25px;
}

.lnd-new-bnr-wrap-anim .row {
  align-items: flex-start !important;
}

.cw-apps-sec {
  padding: 100px 0;
}
.cw-apps-sec .cw-apps-head-wrap {
  text-align: center;
}
.cw-apps-sec .cw-apps-head-wrap h2 {
  font-weight: 800;
  font-size: 44px;
  color: #000000;
  margin: 0 0 20px;
}
.cw-apps-sec .cw-apps-head-wrap p {
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  max-width: 850px;
  margin: 0 auto;
}
.cw-apps-sec .cw-apps-main-wrap {
  margin-top: 80px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-nav-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 10px 10px 0 0;
  border: 0;
  overflow: hidden;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-nav-wrap ul li {
  list-style-type: none;
  text-align: center;
  width: 25%;
  border-bottom: 3px solid rgba(66, 82, 110, 0.1);
  transition: all 0.4s ease-in-out;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-nav-wrap ul li.active {
  border-color: #2F39BF;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-nav-wrap ul li a {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  border: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
  transition: all 0.4s ease-in-out;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-nav-wrap ul li a:hover {
  background: #fff;
  opacity: 1;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-nav-wrap ul li a img {
  margin-right: 10px;
  max-height: 24px;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-nav-wrap ul li::before {
  position: absolute;
  content: "";
  right: 0;
  top: 12px;
  bottom: 12px;
  width: 0.5px;
  background-color: rgba(66, 82, 110, 0.1);
  opacity: 1;
  z-index: 9;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-nav-wrap ul li:last-child::before {
  display: none;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-nav-wrap ul li.active a {
  opacity: 1;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap {
  display: flex;
  justify-content: space-between;
  padding: 90px 70px 100px;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap .cw-app-card-content, .cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap .cw-apps-right-wrap {
  flex: 1;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap .cw-apps-left-wrap {
  margin-right: 20px;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap .cw-apps-left-wrap h2 {
  font-weight: 800;
  font-size: 30px;
  color: #000000;
  margin: 0 0 20px;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap .cw-apps-left-wrap p {
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  margin: 0 0 30px;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap .cw-apps-left-wrap a {
  font-weight: 500;
  font-size: 18px;
  color: #2F39BF;
  display: flex;
  align-items: center;
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap .cw-apps-left-wrap a i {
  margin-left: 10px;
  transition: all 0.4s ease-in-out;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap .cw-apps-left-wrap a:hover i {
  margin-left: 15px;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap .tab-content, .cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap .tab-content > .active {
  transition: opacity 0.6s ease-in-out;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap .logoGroup {
  opacity: 0;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap#wordpresslogo .logoGroup {
  opacity: 0;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap#wordpresslogo .logoGroup.wordpress {
  opacity: 1;
  transition: opacity 0.4s linear;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap#magentologo .logoGroup {
  opacity: 0;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap#magentologo .logoGroup.magento {
  opacity: 1;
  transition: opacity 0.4s linear;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap#phplogo .logoGroup {
  opacity: 0;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap#phplogo .logoGroup.php {
  opacity: 1;
  transition: opacity 0.4s linear;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap#laravellogo .logoGroup {
  opacity: 0;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap#laravellogo .logoGroup.laravel {
  opacity: 1;
  transition: opacity 0.4s linear;
}

/* Homepage New Trusted Companies Section  */
.trustCompSec .cw-agencies-head-wrap h2 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -1px;
}
.trustCompSec .cw-agencies-logos-wrap img {
  margin: 0 25px;
}
.trustCompSec .cw-agencies-logos-wrap img:first-child {
  margin-left: 0;
}
.trustCompSec .cw-agencies-logos-wrap img:last-child {
  margin-right: 0;
}

/* New Managed Wordpres Landing Page Css */
.lpManagedWp .hostingPagesv2 .homePageB .hm-new-bnr-wrap::before {
  background: url(../../img/landing/landing-managed-wp-hero-image.png);
  background-repeat: no-repeat;
  background-position: right center;
  mix-blend-mode: unset;
  opacity: 1;
}
.lpManagedWp .hostingPagesv2 .lnd-aft-bnr-vdo-box::before {
  display: none;
}
.lpManagedWp #cw20_hm_bnr_wrap span.note {
  display: block;
  margin-top: 20px;
}
.lpManagedWp .lnd-new-prvd-box {
  background: transparent;
}
.lpManagedWp .lnd-new-feats-txt h2 {
  font-weight: 400;
  margin-bottom: 30px;
}
.lpManagedWp #glb-nfaq-wrap .wt-faq-que .btn {
  background-color: transparent;
}
.lpManagedWp .reviewsPlatformSec {
  padding: 30px 0 65px;
}
.lpManagedWp .reviewsPlatformSec .reviewsPlatformWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.lpManagedWp .reviewsPlatformSec .reviewsPlatformWrap .reviewsPlatformBox {
  margin: 0 30px;
}

.lpManagedWp2 .hostingPagesv2 .homePageB .hm-new-bnr-wrap::before {
  background: url(../../img/landing/landing-managed-wp-hero-image2.png) no-repeat;
  background-position: right bottom;
  bottom: 119px;
  max-width: 1130px;
  margin: 0 auto;
  right: -380px;
}

.lpManagedWp3 .hostingPagesv2 .homePageB .hm-new-bnr-wrap::before {
  background: url(../../img/landing/landing-managed-wp-hero-image3.svg) no-repeat;
  background-position: right bottom;
  bottom: 119px;
  max-width: 1130px;
  margin: 0 auto;
  right: -180px;
}

/* New Managed Wordpres Landing Page Css */
/* Pricing Cta Css */
.CROtesting .pricingCtaContainer {
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 17px 30px;
}
.CROtesting .pricingCtaContainer h3 {
  margin: 0;
  color: #0A1E43;
  font-size: 18px;
  font-weight: 600;
}
.CROtesting .pricingCtaContainer .priHeroCtaBtn {
  margin-left: auto;
}
.CROtesting .pricingCtaContainer .priHeroCtaBtn .cw-glb-btn {
  box-shadow: none !important;
  font-size: 12px;
}
.CROtesting .pricingCtaFullWidth {
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.CROtesting .theadWithCta .table-responsive {
  overflow: visible;
}

.pricingCtaContainerWithBg {
  background: rgba(236, 244, 252, 0.7);
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 31px 60px;
  margin: 0 0 80px;
}
.pricingCtaContainerWithBg h4 {
  margin: 0 0 10px;
  font-size: 16px;
  color: #2F39BF;
}
.pricingCtaContainerWithBg h3 {
  margin: 0;
  color: #0A1E43;
  font-size: 24px;
  font-weight: 800;
}
.pricingCtaContainerWithBg .cw-glb-btn {
  box-shadow: none !important;
  font-size: 16px;
  color: #fff !important;
  font-weight: 500;
  background: #2F39BF;
  border-color: #2F39BF;
  line-height: initial;
  padding: 17px 20px;
}
.pricingCtaContainerWithBg .cw-glb-btn:hover {
  background: #555cc3 !important;
  border-color: #555cc3 !important;
}
.pricingCtaContainerWithBg .leftArea {
  max-width: 440px;
}
.pricingCtaContainerWithBg .rightArea {
  margin-left: auto;
}

.theadWithCta .cta_outer .cw-glb-btn {
  font-size: 12px;
  padding: 5px 18px;
  color: #000 !important;
}

.theadWithCta .cta_outer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: #2f39bf;
  padding: 60px 0 20px;
  z-index: 999;
  border-radius: 6px 6px 0px 0px;
}

.theadWithCta .cta_outer:before {
  content: "";
  position: absolute;
  background-image: url(https://www.cloudways.com/wp-content/uploads/2022/11/cloudways-by-digitalocean-logo-white.svg);
  background-size: 120px 40px;
  top: 0;
  left: 0;
  height: 40px;
  width: 120px;
  transform: translate(35%, 30%);
  filter: brightness(0) invert(1);
}

/* Pricing Cta Css */
.hmFeatsStatsSec {
  background: url(../../img/home/home-cta-new-bg.png) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsLeftWrap {
  max-width: 400px;
  padding: 95px 0 80px;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsLeftWrap h2 {
  font-weight: 800;
  font-size: 56px;
  color: #fff;
  margin: 0;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsLeftWrap p {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  margin: 20px 0 0;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsLeftWrap .hm-new-sgnup-prc-ctaBox {
  margin: 40px 0 0;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsLeftWrap .hm-new-sgnup-prc-ctaBox .btn.cw-glb-btn.yellowCta {
  margin-left: 0;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsLeftWrap .hm-new-sgnup-prc-ctaBox p {
  font-size: 14px;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsRightWrap {
  max-width: 403px;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsRightWrap .statsMainWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsRightWrap .statsMainWrap .statsTopWrap {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to left, rgba(66, 82, 110, 0.1), rgba(255, 255, 255, 0.3), rgba(66, 82, 110, 0.1)) 1 7%;
     border-image: linear-gradient(to left, rgba(66, 82, 110, 0.1), rgba(255, 255, 255, 0.3), rgba(66, 82, 110, 0.1)) 1 7%;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsRightWrap .statsMainWrap .statsTopWrap .statBox {
  padding: 0 40px 30px 20px;
  width: 50%;
  border-right: 1px solid;
  -o-border-image: linear-gradient(to bottom, rgba(66, 82, 110, 0.1), rgba(255, 255, 255, 0.3)) 1 7%;
     border-image: linear-gradient(to bottom, rgba(66, 82, 110, 0.1), rgba(255, 255, 255, 0.3)) 1 7%;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsRightWrap .statsMainWrap .statsTopWrap .statBox:first-child h3 {
  animation-delay: 0.2s;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsRightWrap .statsMainWrap .statsTopWrap .statBox:last-child {
  border: none;
  padding: 0 0 30px 60px;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsRightWrap .statsMainWrap .statsTopWrap .statBox:last-child h3 {
  animation-delay: 0.6s;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsRightWrap .statsMainWrap .statsTopWrap .statBox h3 {
  font-weight: 800;
  font-size: 50px;
  color: #fff;
  margin: 0;
  opacity: 0;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsRightWrap .statsMainWrap .statsTopWrap .statBox p {
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  margin: 10px 0 0;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsRightWrap .statsMainWrap .statsBottomWrap {
  display: flex;
  justify-content: space-between;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsRightWrap .statsMainWrap .statsBottomWrap .statBox {
  padding: 30px 40px 0 20px;
  width: 50%;
  border-right: 1px solid;
  -o-border-image: linear-gradient(to top, rgba(66, 82, 110, 0.1), rgba(255, 255, 255, 0.3)) 1 7%;
     border-image: linear-gradient(to top, rgba(66, 82, 110, 0.1), rgba(255, 255, 255, 0.3)) 1 7%;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsRightWrap .statsMainWrap .statsBottomWrap .statBox:first-child h3 {
  animation-delay: 1s;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsRightWrap .statsMainWrap .statsBottomWrap .statBox:last-child {
  border: none;
  padding: 30px 0 0px 60px;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsRightWrap .statsMainWrap .statsBottomWrap .statBox:last-child h3 {
  animation-delay: 1.5s;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsRightWrap .statsMainWrap .statsBottomWrap .statBox h3 {
  font-weight: 800;
  font-size: 50px;
  color: #fff;
  margin: 0;
  opacity: 0;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsRightWrap .statsMainWrap .statsBottomWrap .statBox p {
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  margin: 10px 0 0;
}
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsRightWrap.AnimateFadeIn .statsTopWrap .statBox h3,
.hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsRightWrap.AnimateFadeIn .statsBottomWrap .statBox h3 {
  animation: zoomIn 0.4s linear both;
  opacity: 1;
}

.hmNewFeatLogosWrap .hmNewFeatLogosMainWrap {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border-top: 1px solid;
  -o-border-image: linear-gradient(to left, rgba(66, 82, 110, 0.1), rgba(255, 255, 255, 0.3), rgba(66, 82, 110, 0.1)) 1 7%;
     border-image: linear-gradient(to left, rgba(66, 82, 110, 0.1), rgba(255, 255, 255, 0.3), rgba(66, 82, 110, 0.1)) 1 7%;
}
.hmNewFeatLogosWrap .hmNewFeatLogosMainWrap img {
  margin: 0 20px;
  filter: brightness(0) invert(1);
}

/* Homepage New Trusted Companies Section  */
/* Pricing Page New New Video Testimonial Fold  */
.newVidCarouselTestis h2 {
  margin-top: 0;
}
.newVidCarouselTestis .carousel {
  max-width: 900px;
  margin: 0 auto;
}
.newVidCarouselTestis .cw-agency-vid-testi {
  background: white;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1080px;
  overflow: hidden;
}
.newVidCarouselTestis .cw-agency-vid-testi .newTstml_video_btnBox {
  padding: 0;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 11px;
  border-radius: 100px;
  left: 45%;
  top: 45%;
}
.newVidCarouselTestis .cw-agency-vid-testi div.coll {
  flex: 0 0 50%;
  position: relative;
}
.newVidCarouselTestis .cw-agency-vid-testi .col-right {
  padding: 45px 55px 45px 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newVidCarouselTestis .cw-agency-vid-testi .col-right i svg {
  max-width: 45px;
}
.newVidCarouselTestis .cw-agency-vid-testi h3 {
  margin: 0 0 10px;
  font-weight: 800;
  color: #000;
}
.newVidCarouselTestis .cw-agency-vid-testi p {
  color: #42526E;
  font-size: 18px;
  margin: 35px 0 50px;
}
.newVidCarouselTestis .cw-agency-vid-testi h4 {
  font-weight: 400;
  font-size: 16px;
  color: #42526E;
  margin: 0;
}
.newVidCarouselTestis .cw-agency-vid-testi a.link {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #2f39bf;
}
.newVidCarouselTestis .cw-agency-vid-testi a.link i {
  color: inherit;
  font-size: inherit;
  margin-left: 5px;
  vertical-align: middle;
}
.newVidCarouselTestis .cw-agency-vid-testi .img-responsive {
  width: 100%;
}
.newVidCarouselTestis .cw-agency-vid-testi .col-left img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newVidCarouselTestis .carousel-control.left {
  left: -25px;
}
.newVidCarouselTestis .carousel-control.right {
  right: -25px;
}
.newVidCarouselTestis .carousel-control .glyphicon-chevron-left, .newVidCarouselTestis .carousel-control .glyphicon-chevron-right, .newVidCarouselTestis .carousel-control .icon-next, .newVidCarouselTestis .carousel-control .icon-prev {
  background: #fff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 56px;
  height: 56px;
}
.newVidCarouselTestis .carousel-control .icon-next:before, .newVidCarouselTestis .carousel-control .icon-prev:before {
  color: #2F39BF;
  position: relative;
  top: 2px;
}

.page_home-page:not(.cw_cmpg_body) .cd-morph-dropdown:not(.cw_hdr_scrl) .cw-navbar-cta a:hover,
.page_home-page:not(.cw_cmpg_body) .cd-morph-dropdown:not(.cw_hdr_scrl) .cw-navbar-cta a:focus {
  color: #0E134F !important;
  border-color: #f1cd00 !important;
  background-color: #f1cd00 !important;
}

/* Pricing Page New New Video Testimonial Fold  */
.bfcmHomepageCampaign2022 .hm-new-dis-pos-sec .dis-pos-cards-wrap {
  display: flex;
  justify-content: space-between;
}

.bfcmHomepageCampaign2022 .hm-new-dis-pos-sec .dis-pos-cards-wrap .cardWrap {
  width: calc(33.33% - 40px);
  max-width: 300px;
}

.bfcmHomepageCampaign2022 .CROtesting .hm-new-dis-pos-sec h4 {
  font-weight: 800;
}

.bfcmHomepageCampaign2022 .CROtesting .hm-new-dis-pos-sec p b {
  font-weight: 500;
}

.bfcmPricing2022 .testimonialGrid {
  display: flex;
  flex-wrap: wrap;
}
.bfcmPricing2022 .testimonialGrid .gridBox {
  max-width: calc(50% - 25px);
}
.bfcmPricing2022 .testimonialGrid .gridLeft {
  margin-right: 50px;
}
.bfcmPricing2022 .newVidCarouselTestis .testimonialGrid .cw-agency-vid-testi .col-left img {
  height: 290px;
  -o-object-position: top;
     object-position: top;
  border-radius: 6px;
}
.bfcmPricing2022 .newVidCarouselTestis .testimonialGrid .cw-agency-vid-testi .col-right {
  padding: 30px 40px;
}
.bfcmPricing2022 .newVidCarouselTestis .testimonialGrid .cw-agency-vid-testi p {
  margin: 30px 0 20px;
  font-size: 24px;
  color: #42526E !important;
  font-style: italic;
}
.bfcmPricing2022 .newVidCarouselTestis .testimonialGrid .cw-agency-vid-testi h3 {
  color: #2F39BF;
  font-size: 20px;
  font-weight: 700;
}
.bfcmPricing2022 .newVidCarouselTestis .testimonialGrid .cw-agency-vid-testi h4 {
  font-size: 14px;
  color: rgba(66, 82, 110, 0.5);
}
.bfcmPricing2022 .newVidCarouselTestis .testimonialGrid .cw-agency-vid-testi .newTstml_video_btnBox {
  top: 33%;
  width: 93px;
  height: 93px;
  left: 41%;
  background: url(https://www.cloudways.com/wp-content/uploads/2022/11/play_btn_bg-1.png) no-repeat;
}
.bfcmPricing2022 .newVidCarouselTestis .testimonialGrid .cw-agency-vid-testi div.coll {
  flex: 0 0 100%;
}
.bfcmPricing2022 .newVidCarouselTestis .testimonialGrid .newTstml_video_btnBox svg {
  opacity: 0;
}
.bfcmPricing2022 .pricingPgB .pricingHeroSec {
  padding-top: 170px;
}

.page_pricing:not(.cw_cmpg_body) .cd-morph-dropdown .main-nav > ul > li > a {
  color: #0E134F;
  font-weight: 500;
}
.page_pricing:not(.cw_cmpg_body) .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a, .page_pricing:not(.cw_cmpg_body) .cd-morph-dropdown .main-nav > ul > li:hover > a {
  color: #0a1e43;
}
.page_pricing:not(.cw_cmpg_body) .cd-morph-dropdown .main-nav > ul > li > a > i {
  color: #0a1e43;
}
.page_pricing:not(.cw_cmpg_body) .cd-morph-dropdown .main-nav > ul > li > a > i > svg path {
  fill: #0a1e43;
}
.page_pricing:not(.cw_cmpg_body) .cw-navbar-brand {
  background-position: left -90px !important;
}
.page_pricing:not(.cw_cmpg_body) .cd-morph-dropdown .nav-trigger span, .page_pricing:not(.cw_cmpg_body) .cd-morph-dropdown .nav-trigger span::after, .page_pricing:not(.cw_cmpg_body) .cd-morph-dropdown .nav-trigger span::before {
  background: #2e39bf;
}
.page_pricing:not(.cw_cmpg_body) .cd-morph-dropdown .nav-trigger:hover span {
  opacity: 1;
}

.laravelRevamp22 .CROtesting .cwPlatformSection .cwPlatSecHeadWrap h2 {
  color: #0E134F;
  font-size: 36px;
}
.laravelRevamp22 .CROtesting .cwPlatformSection .cwPlatSecHeadWrap p {
  color: #42526E;
}
.laravelRevamp22 .CROtesting .wt-prcNew2_prvd-tab-wrap h2 {
  font-size: 36px;
  color: #0E134F !important;
}
.laravelRevamp22 .CROtesting .wt-prcNew2_prvd-tab-wrap h2 + p {
  color: #42526E;
}
.laravelRevamp22 .lnd-new-feats-txt h2 {
  color: #0E134F;
}
.laravelRevamp22 .lnd-new-feats-tabs-wrap ul li:nth-of-type(1) a span {
  background: url(https://www.cloudways.com/wp-content/uploads/2022/12/Performance.svg) no-repeat;
  background-position: center;
}
.laravelRevamp22 .lnd-new-feats-tabs-wrap ul li:nth-of-type(2) a span {
  background: url(https://www.cloudways.com/wp-content/uploads/2022/12/Security.svg) no-repeat;
  background-position: center;
}
.laravelRevamp22 .lnd-new-feats-tabs-wrap ul li:nth-of-type(3) a span {
  background: url(https://www.cloudways.com/wp-content/uploads/2022/12/Flexibility.svg) no-repeat;
  background-position: center;
}
.laravelRevamp22 .lnd-new-feats-tabs-wrap ul li:nth-of-type(4) a span {
  background: url(https://www.cloudways.com/wp-content/uploads/2022/12/Support.svg) no-repeat;
  background-position: center;
}
.laravelRevamp22 .lnd-new-feats-tabs-wrap ul li:nth-of-type(5) a span {
  background: url(https://www.cloudways.com/wp-content/uploads/2022/12/WorkFlow.svg) no-repeat;
  background-position: center;
}
.laravelRevamp22 .lnd-new-feats-tabs-wrap ul li.active a {
  color: #2F39BF;
}
.laravelRevamp22 .hm-new-spprt-wrap {
  background: linear-gradient(96.05deg, #001468 9.2%, #071AD3 108.02%), #FFFFFF;
}
.laravelRevamp22 .CROtesting .hm-new-spprt-txt-wrap h2 {
  color: #fff;
  font-size: 36px;
}
.laravelRevamp22 .CROtesting .hm-new-spprt-txt-wrap p {
  color: #fff !important;
  font-weight: 300;
}
.laravelRevamp22 .hm-new-spprt-txt-wrap {
  margin-top: 25px;
}
.laravelRevamp22 .cw-tstimnial-tabs-sec .cw-tstimnial-tabs-head-wrap p {
  font-size: 18px;
  color: #42526E;
}
.laravelRevamp22 .hmFeatsStatsSecNoBg {
  background: transparent;
  padding: 70px 0;
}
.laravelRevamp22 .hmFeatsStatsSecNoBg .hmNewFeatLogosWrap p {
  font-weight: 600;
  font-size: 24px;
  color: #0E134F;
  margin: 0;
}
.laravelRevamp22 .hmFeatsStatsSecNoBg .hmNewFeatLogosWrap .hmNewFeatLogosMainWrap {
  border: 0;
  padding: 40px 0 0;
}
.laravelRevamp22 .hmFeatsStatsSecNoBg .hmNewFeatLogosWrap .hmNewFeatLogosMainWrap img {
  filter: none;
}
.laravelRevamp22 .homePgCounterV2:not(.glb_white_bg) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) -46.52%, rgba(0, 0, 0, 0) 148.81%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 15px 15px 0px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid rgba(245, 245, 245, 0.1607843137);
  padding: 30px 0;
}
.laravelRevamp22 .homePgCounterV2:not(.glb_white_bg) .container {
  width: 100%;
}
.laravelRevamp22 .homePgCounterV2:not(.glb_white_bg) .hm-new-feat-wrap {
  background: transparent;
}
.laravelRevamp22 .homePgCounterV2:not(.glb_white_bg) .hm-new-feat-wrap .col-xs-6 {
  border-color: rgba(255, 255, 255, 0.4);
}
.laravelRevamp22 .homePgCounterV2:not(.glb_white_bg) .hm-new-feat-wrap .hm-new-feat-box h3 {
  color: #fff;
  font-size: 50px;
}
.laravelRevamp22 .homePgCounterV2:not(.glb_white_bg) .hm-new-feat-wrap .hm-new-feat-box p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
.laravelRevamp22 .lnd-new-bnr-wrap {
  padding-bottom: 260px;
}
.laravelRevamp22 .CROtesting.CROProvidersPages .lnd-prvdr-svg-anim img {
  bottom: -615px;
}
.laravelRevamp22 .lnd-new-bnr-wrap {
  padding-top: 180px;
}
.laravelRevamp22 #wt-prcNew-v2 .cw-prc-ftrs-body {
  margin-bottom: 0;
}

.CROtesting #hm-new-feat-sec1 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) -46.52%, rgba(0, 0, 0, 0) 78.81%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 15px 15px 0px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid rgba(245, 245, 245, 0.3);
  padding: 30px 0;
}
.CROtesting #hm-new-feat-sec1 .container {
  width: 100%;
}
.CROtesting #hm-new-feat-sec1 .hm-new-feat-wrap {
  background: transparent;
}
.CROtesting #hm-new-feat-sec1 .hm-new-feat-wrap .col-xs-6 {
  border-color: rgba(255, 255, 255, 0.4);
}
.CROtesting #hm-new-feat-sec1 .hm-new-feat-wrap .hm-new-feat-box h3 {
  color: #fff;
  font-size: 50px;
}
.CROtesting #hm-new-feat-sec1 .hm-new-feat-wrap .hm-new-feat-box p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}

.CROtesting .homePageB #cw20_hm_bnr_wrap .hm_newBnr_ctaMainBox span {
  display: block;
}

.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-content-wrap .owl-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-content-wrap .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-content-wrap .owl-nav button span {
  font-size: 80px;
  color: #3d90ed;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-content-wrap .owl-nav .owl-next {
  right: -50px;
  position: absolute;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-content-wrap .testimnial-card {
  background: #F8F9FB;
  border-radius: 8px;
  padding: 30px;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-content-wrap .testimnial-card .user-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-content-wrap .testimnial-card .user-card .user-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-content-wrap .testimnial-card .user-card .user-info .user-img {
  margin-right: 10px;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-content-wrap .testimnial-card .user-card .user-info .user-img img {
  max-width: 32px;
  border-radius: 50%;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-content-wrap .testimnial-card .user-card .user-info .user-detail h4 {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  margin: 0;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-content-wrap .testimnial-card .user-card .user-info .user-detail p {
  font-weight: 400;
  font-size: 12px;
  color: #42526E;
  margin: 5px 0 0;
}

.CROtesting .theadWhiteBg table thead tr th {
  font-weight: 600;
  color: #000;
}
.CROtesting .theadWhiteBg table thead tr th:nth-child(4)::after {
  background-image: url(https://www.cloudways.com/wp-content/uploads/2023/04/CW-Logo.svg);
  filter: none;
}
.CROtesting .theadWhiteBg table tbody tr td, .CROtesting .theadWhiteBg table tbody tr th {
  border: none !important;
  background: transparent;
}
.CROtesting .theadWhiteBg .prc-tbl-fold tbody td {
  background: transparent;
}
.CROtesting .theadWhiteBg .prc-tbl-fold tbody td:last-child {
  box-shadow: none;
}
.CROtesting .theadWhiteBg table tbody tr th {
  border: 1px solid #E4E7EB !important;
  border-right: none !important;
  border-left: none !important;
  font-size: 18px !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
}
.CROtesting .theadWhiteBg .prc-tbl-fold tr td i {
  color: rgba(66, 82, 110, 0.58);
  width: 22px;
  height: 22px;
  border: 1px solid;
  line-height: 20px;
  border-radius: 50px;
  font-size: 10px;
}
.CROtesting .theadWhiteBg .prc-tbl-fold tr td:last-child i {
  color: #00875A;
  border-color: #00875A;
}
.CROtesting .theadWhiteBg table tbody tr td:last-child .fa-check:before {
  color: #00875A;
}
.CROtesting .theadWhiteBg table tbody {
  border: none;
}
.CROtesting .theadWhiteBg .prc-tbl-fold tbody tr {
  border-bottom: 1px solid #E4E7EB;
}
.CROtesting .theadWhiteBg .prc-tbl-fold tbody tr:last-child {
  border-bottom: 1px solid #E4E7EB;
}
.CROtesting .theadWhiteBg .prc-tbl-fold tr th span {
  padding-left: 0 !important;
  border-bottom: 1px dashed #2F39BF;
}
.CROtesting .theadWhiteBg table tbody tr th .hoverableCard {
  position: absolute;
  top: 50px;
  background: #FFFFFF;
  border: 1px solid rgba(47, 57, 191, 0.21);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  width: 320px;
  display: none;
  z-index: -1;
}
.CROtesting .theadWhiteBg table tbody tr th .hoverableCard p {
  margin: 0;
  font-size: 14px;
}
.CROtesting .theadWhiteBg table tbody tr th span:hover ~ .hoverableCard {
  display: block;
  z-index: 1;
}
.CROtesting .theadWhiteBg .table-responsive {
  overflow-x: unset;
}

.CROtesting #prc-cmpr-tbl-wrap.theadWhiteBg table thead tr th:nth-child(2) {
  background: transparent;
  border: 1px solid #E4E7EB !important;
  border-right: none !important;
}
.CROtesting #prc-cmpr-tbl-wrap.theadWhiteBg table thead tr th:nth-child(3) {
  background: transparent;
  border: 1px solid #E4E7EB !important;
  border-left: 2px solid #E4E7EB !important;
  /* border-left: 2px solid purple !important; */
}
.CROtesting #prc-cmpr-tbl-wrap.theadWhiteBg table thead tr th:nth-child(4) {
  background: transparent;
  border: 1px solid #E4E7EB !important;
  border-left: 0 !important;
}

.magentoHostingRevamp23 .hostingPagesv2 .homePageB .hm-new-bnr-wrap::before {
  background: url(/wp-content/themes/cw_multilingual/template/assets/img/magneto_hosting/hero_fold_bg.png) no-repeat;
  background-size: cover;
  background-position: right bottom;
}
.magentoHostingRevamp23 .hm-new-bnr-bg-wrap {
  background: linear-gradient(98.31deg, #010D2C -6.52%, #0010A9 104.69%);
  z-index: 1;
}
.magentoHostingRevamp23 .hostingPagesv2 .lnd-aft-bnr-vdo-box::before {
  display: none;
}
.magentoHostingRevamp23 .hm-new-bnr-text p {
  font-weight: 300;
}
.magentoHostingRevamp23 .hm_newBnr_ctaMainBox span {
  font-size: 12px;
  text-align: left;
  font-weight: 300;
}
.magentoHostingRevamp23 .hm-new-plt_sec {
  max-width: 100%;
}
.magentoHostingRevamp23 .hm-new-plt_sec li {
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 8px;
}
.magentoHostingRevamp23 .hm-new-plt_sec_cont {
  border: none;
}
.magentoHostingRevamp23 .homePageB .hm-new-plt_sec_cont strong {
  font-size: 20px;
  color: #0E134F !important;
}
.magentoHostingRevamp23 .hm-new-plt_sec_cont {
  color: #42526E !important;
  padding: 27px 0;
  line-height: 24px;
}
.magentoHostingRevamp23 .hm-new-plt_sec-icon {
  width: auto;
  margin: 27px 0 0 16px;
}
.magentoHostingRevamp23 .hm-new-plt_sec li:last-child .hm-new-plt_sec_cont {
  padding-bottom: 27px;
}
.magentoHostingRevamp23 .hm-new-plt_sec_top h2, .magentoHostingRevamp23 .wt-prcNew2_prvd-tab-wrap h2, .magentoHostingRevamp23 .hm-new-spprt-txt-wrap h2 {
  color: #0E134F !important;
  letter-spacing: -0.02em;
}
.magentoHostingRevamp23 .hm-new-plt_sec_top {
  max-width: 697px;
  margin-left: auto;
  margin-right: auto;
}
.magentoHostingRevamp23 .hm-new-plt_sec_top p {
  letter-spacing: -0.02em;
}
.magentoHostingRevamp23 .lnd-new-feats-txt h2 {
  color: #0E134F;
  letter-spacing: -0.02em;
}
.magentoHostingRevamp23 .lnd-new-feats-txt {
  max-width: 657px;
  margin: 0 auto;
}
.magentoHostingRevamp23 .lnd-new-feats-tabs-wrap ul li.active a {
  color: #2F39BF;
}
.magentoHostingRevamp23 .lnd-new-feats-tabs-wrap ul li:nth-of-type(1) a span {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/Performance_icon.svg) no-repeat;
  background-position: center;
}
.magentoHostingRevamp23 .lnd-new-feats-tabs-wrap ul li:nth-of-type(2) a span {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/Security_icon.svg) no-repeat;
  background-position: center;
}
.magentoHostingRevamp23 .lnd-new-feats-tabs-wrap ul li:nth-of-type(3) a span {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/Flexibility_icon.svg) no-repeat;
  background-position: center;
}
.magentoHostingRevamp23 .lnd-new-feats-tabs-wrap ul li:nth-of-type(4) a span {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/Support_icon.svg) no-repeat;
  background-position: center;
}
.magentoHostingRevamp23 .lnd-new-feats-tabs-wrap ul li:nth-of-type(5) a span {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/WorkFlow_icon.svg) no-repeat;
  background-position: center;
}
.magentoHostingRevamp23 .glbNew-strp_sprt::after {
  background-color: #2f39bf;
}
.magentoHostingRevamp23 .lnd-new-feats-tabs-disc-box p {
  font-size: 16px;
  letter-spacing: -0.02em;
}
.magentoHostingRevamp23 .providerHide {
  display: none !important;
}
.magentoHostingRevamp23 .magentoHostingRevamp23 .wt-prcNew2_prvd-tab-wrap h2 {
  max-width: 572px;
  margin-left: auto;
  margin-right: auto;
}
.magentoHostingRevamp23 .wt-prcNew2_prvd-tab-wrap h2 + p {
  color: #42526E;
  max-width: 501px;
  margin-left: auto;
  margin-right: auto;
}
.magentoHostingRevamp23 .widgetWithStrip .strip {
  display: none;
}
.magentoHostingRevamp23 .newPrc_switcher2_wrap button {
  border: 0.5px solid rgba(66, 82, 110, 0.3803921569);
}
.magentoHostingRevamp23 .widgetWithStrip .newPrc_switcher2_wrap {
  margin-top: 50px;
  display: inline-block;
  float: right;
  position: relative;
}
.magentoHostingRevamp23 .wt-prcNew2_prvd-tab-data {
  position: relative;
}
.magentoHostingRevamp23 .widgetWithStrip .vultrPlansTabsWrap {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
}
.magentoHostingRevamp23 .wt-prcNew2_prvd-tab-wrap h2 {
  max-width: 622px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.02em;
}
.magentoHostingRevamp23 #wt-prcNew-v2 .cw-prc-ftrs-body {
  margin-bottom: 0;
}
.magentoHostingRevamp23 #wt-prcNew-v2 .cw-prc-ftrs-body li:before {
  color: #2F39BF;
}
.magentoHostingRevamp23 .cwFeatsCompareSec .cwFeatsCompareHeadWrap, .magentoHostingRevamp23 .prc-ftr-txt {
  max-width: 560px;
  margin: 0 auto;
}
.magentoHostingRevamp23 .lnd-new_vdoTstml_ttl h2 {
  margin-top: 0;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0E134F;
}
.magentoHostingRevamp23 .lnd-new_vdoTstml_ttl {
  max-width: 668px;
  margin-left: auto;
  margin-right: auto;
}
.magentoHostingRevamp23 .lnd-new_vdoTstml_mainBox::before, .magentoHostingRevamp23 .lnd-new_vdoTstml_mainBox::after {
  display: none;
}
.magentoHostingRevamp23 .newVidCarouselTestis .cw-agency-vid-testi .newTstml_video_btnBox {
  background: #2F39BF;
  padding: 0;
  position: absolute;
}
.magentoHostingRevamp23 .newVidCarouselTestis .cw-agency-vid-testi .newTstml_video_btnBox svg {
  width: 23px;
}
.magentoHostingRevamp23 .newVidCarouselTestis .cw-agency-vid-testi {
  max-width: 1054px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.0588235294);
}
.magentoHostingRevamp23 .newVidCarouselTestis .cw-agency-vid-testi p {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.02em;
  margin-top: 20px;
}
.magentoHostingRevamp23 .newVidCarouselTestis .cw-agency-vid-testi h3 {
  font-size: 18px;
}
.magentoHostingRevamp23 .CROtesting .hm-new-spprt-txt-wrap p {
  color: #42526E !important;
}
.magentoHostingRevamp23 span.lnd-new-prvd-logo {
  width: auto;
  height: auto;
  background: transparent;
  max-width: 70px;
  text-align: center;
  min-height: 80px;
  display: flex;
}
.magentoHostingRevamp23 .lnd-new-prvd-box:hover span.lnd-new-prvd-logo {
  transform: initial;
}
.magentoHostingRevamp23 span.lnd-new-prvd-logo img {
  margin: 0 auto;
}
.magentoHostingRevamp23 .lnd-new-prvd-box .lnd-new-prvd-name {
  font-size: 20px;
  line-height: 26px;
  color: #0E134F;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.magentoHostingRevamp23 .lnd-new-prvd-sec .row {
  max-width: 861px;
}
.magentoHostingRevamp23 .lnd-new-prvd-sec .row {
  margin: 0 auto;
}
.magentoHostingRevamp23 .lnd-new-prvd-box a::before {
  display: none;
}
.magentoHostingRevamp23 .lnd-new-prvd-box a i {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
}
.magentoHostingRevamp23 .lnd-new-prvd-box a:hover i {
  transform: translateX(3px);
}
.magentoHostingRevamp23 .lnd-new-prvd-box a {
  text-transform: capitalize;
  letter-spacing: -0.03em;
  font-size: 15px;
  font-weight: 400;
}
.magentoHostingRevamp23 .lnd-new-prvd-cntnt h2 {
  color: #0E134F;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.magentoHostingRevamp23 .lnd-new-prvd-cntnt p {
  font-size: 16px;
  letter-spacing: -0.02em;
}
.magentoHostingRevamp23 .lnd-new-prvd-cntnt {
  max-width: 650px;
  margin: 0 auto;
}
.magentoHostingRevamp23 .vultrPlansTabsWrap2 .nav-tabs li {
  box-shadow: none;
  border: none;
  margin: 0;
  border-radius: 6px !important;
}
.magentoHostingRevamp23 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .vultrPlansTabsWrap2 .nav-tabs {
  border: 1px solid rgba(66, 82, 110, 0.1803921569) !important;
  border-radius: 6px;
}
.magentoHostingRevamp23 .vultrPlansTabsWrap {
  max-width: 206px;
}
.magentoHostingRevamp23 .vultrPlansTabsWrap .nav-tabs li:nth-of-type(2) {
  left: 0;
}
.magentoHostingRevamp23 .vultrPlansTabsWrap .nav-tabs li a {
  font-size: 14px;
  opacity: 1;
  color: rgba(12, 12, 13, 0.8) !important;
  font-weight: 400;
  padding: 5px !important;
}
.magentoHostingRevamp23 .vultrPlansTabsWrap .nav-tabs li img {
  display: none;
}
.magentoHostingRevamp23 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .vultrPlansTabsWrap2 .nav-tabs li.active a {
  background: #2F39BF !important;
  color: #fff !important;
}
.magentoHostingRevamp23 .vultrPlansTabsWrap .nav-tabs li a:after {
  content: "";
  z-index: -1;
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/fi-rr-exclamation.svg) no-repeat transparent !important;
  height: 10px !important;
  width: 10px;
  margin: 0 0 0 5px;
}
.magentoHostingRevamp23 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs li a {
  z-index: 1;
}
.magentoHostingRevamp23 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .vultrPlansTabsWrap2 .nav-tabs li.active a:after {
  display: inline-block;
}
.magentoHostingRevamp23 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs li.active a.wt_prc3_doTab {
  background: transparent;
}
.magentoHostingRevamp23 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs li.active a.wt_prc3_awsTab {
  background: transparent;
}
.magentoHostingRevamp23 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs li.active a.wt_prc3_gceTab {
  background: transparent;
}
.magentoHostingRevamp23 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs {
  max-width: 610px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-around;
  box-shadow: none;
  align-items: end;
  overflow: hidden;
}
.magentoHostingRevamp23 .wt-prcNew2_prvd-tab .nav-tabs li {
  flex: auto;
  float: initial;
  width: 32.33%;
  margin: 0 3px;
  background: #fff;
  border: 1px solid #EEF0F2;
  border-bottom: none;
  border-radius: 4px 4px 0px 0px !important;
  transition: all 0.3s ease-in-out;
}
.magentoHostingRevamp23 .wt-prcNew2_prvd-tab .nav-tabs li::before {
  display: none;
}
.magentoHostingRevamp23 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs li a > b {
  position: absolute;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  bottom: -30px;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.magentoHostingRevamp23 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs li a {
  line-height: initial;
}
.magentoHostingRevamp23 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs li.active a span {
  transform: initial;
}
.magentoHostingRevamp23 .wt-prcNew2_prvd-tab .nav-tabs li a {
  padding: 0;
}
.magentoHostingRevamp23 .wt-prcNew2_prvd-tab .nav-tabs .wt-nprcNew2-amz {
  background-size: 78px;
  background-position: center -196px;
}
.magentoHostingRevamp23 .wt-prcNew2_prvd-tab .nav-tabs .wt-nprcNew2-gce {
  background-position: center -464px;
  background-size: 110px;
}
.magentoHostingRevamp23 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs li.active a.wt_prc3_gceTab span {
  background-position: center -464px;
}
.magentoHostingRevamp23 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs li a::before {
  display: none;
}
.magentoHostingRevamp23 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs li.active a::before {
  bottom: 0;
}
.magentoHostingRevamp23 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs:before {
  position: absolute;
  background: rgba(66, 82, 110, 0.1);
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  top: 70px;
  display: block;
}
.magentoHostingRevamp23 .wt-prcNew2_prvd-tab {
  position: relative;
}
.magentoHostingRevamp23 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .vultrPlansTabsWrap2 .nav-tabs:before {
  display: none;
}
.magentoHostingRevamp23 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs li.active {
  padding-bottom: 20px;
}
.magentoHostingRevamp23 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs li.active a.wt_prc3_awsTab span {
  background-position: center -196px;
}
.magentoHostingRevamp23 #wt-prcNew-v2 .vultrPlansTabsWrap2 .nav-tabs li.active {
  padding-bottom: 0;
}
.magentoHostingRevamp23 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs li.active b {
  bottom: -11px;
  visibility: visible;
}
.magentoHostingRevamp23 .vultrPlansTabsWrap .nav-tabs li {
  margin: 0 !important;
  border: none !important;
}
.magentoHostingRevamp23 .dualSliderTestiSec .sliderTestiHeadWrap h2 {
  color: #0E134F;
  font-size: 36px;
  letter-spacing: -0.02em;
}
.magentoHostingRevamp23 .glb-nfaq-wrap-new .glb-nfaq-ttl h2, .magentoHostingRevamp23 .glb-nfaq-wrap-new .glb-nfaq-ttl h3 {
  color: #0E134F !important;
}
.magentoHostingRevamp23 .hostingPagesv2 .hm-new-bnr-text .hm-bnr-right-wrap img {
  position: absolute;
  top: -270px;
  left: -100px;
  width: 820px;
  max-width: initial;
}
.magentoHostingRevamp23 .hostingPagesv2 .hm-new-bnr-text .hm-bnr-right-wrap {
  position: relative;
  min-width: 500px;
}
.magentoHostingRevamp23 .hostingPagesv2 .hm-new-bnr-text {
  align-items: flex-start;
}
.magentoHostingRevamp23 .prc-ftr-txt h2 {
  margin-top: 0;
  font-weight: 800;
  font-size: 36px;
  color: #0E134F !important;
  letter-spacing: -0.02em;
}
.magentoHostingRevamp23 .cw-glb-btn {
  box-shadow: none !important;
}
.magentoHostingRevamp23 .wt-prcNew2_sec2 .wt-prcNew2_prc_btn a, .magentoHostingRevamp23 .wt-prcNew2_sec:hover .wt-prcNew2_prc_btn a {
  box-shadow: none !important;
}
.magentoHostingRevamp23 .wt-prcNew2_prvd-tab .nav-tabs .wt-nprcNew2-do, .magentoHostingRevamp23 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs li.active a.wt_prc3_doTab span {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/DO_Logo_horizontal_blue.svg) no-repeat center;
}
.magentoHostingRevamp23 .dualSliderTestiSec .sliderTestiHeadWrap {
  max-width: 690px;
  margin: 0 auto;
}
.magentoHostingRevamp23 .hm-new-bnr-text h1, .magentoHostingRevamp23 #cw20_hm_bnr_wrap p, .magentoHostingRevamp23 .lnd-new-feats-txt p, .magentoHostingRevamp23 .lnd-new-feats-tabs-disc-box h4, .magentoHostingRevamp23 .cwFeatsCompareSec .cwFeatsCompareHeadWrap h2, .magentoHostingRevamp23 .lnd-new_vdoTstml_ttl p, .magentoHostingRevamp23 .hm-new-spprt-txt-wrap p, .magentoHostingRevamp23 .dualSliderTestiSec .sliderTestiHeadWrap p {
  letter-spacing: -0.02em;
}

.magentoLndPg .newVidWithFeatsSec .formWrap .form-group label {
  font-size: 12px;
  margin: 0 0 6px;
}
.magentoLndPg .newVidWithFeatsSec .formWrap .form-control {
  font-size: 14px;
  padding: 11px 16px;
  border-radius: 4px !important;
}
.magentoLndPg .newVidWithFeatsSec .formWrap textarea.form-control {
  resize: none;
  height: 92px;
}
.magentoLndPg .newVidWithFeatsSec .formWrap .form-group {
  margin: 0 0 24px;
}
.magentoLndPg .newVidWithFeatsSec .formOuterWrap {
  max-width: 520px;
  padding: 32px;
}
.magentoLndPg .newVidWithFeatsSec .formInnerWrap .form-group {
  width: calc(50% - 8px);
}
.magentoLndPg .newVidWithFeatsSec .newVidMainWrap .newVidLeftWrap {
  max-width: 484px;
}
.magentoLndPg .newVidWithFeatsSec .newVidMainWrap .newVidLeftWrap h1 {
  font-size: 56px;
}
.magentoLndPg .newVidWithFeatsSec .newVidMainWrap .newVidLeftWrap p {
  font-size: 18px;
  margin: 0 0 40px;
}
.magentoLndPg .newVidWithFeatsSec .newVidMainWrap .newVidLeftWrap .cw-glb-btn {
  box-shadow: none !important;
}
.magentoLndPg .newVidWithFeatsSec {
  padding: 208px 0 100px;
}
.magentoLndPg .illustration_sec ul {
  padding: 0;
  margin: 40px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.magentoLndPg .illustration_sec ul li:before {
  display: none;
}
.magentoLndPg .illustration_sec ul li {
  padding: 0 0 24px;
  flex: 0 0 50%;
}
.magentoLndPg .illustration_sec ul li i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 0 0;
}
.magentoLndPg .illustration_sec {
  padding: 90px 0 0;
}
.magentoLndPg .lnd-new-appSol-cardBox {
  min-height: auto;
  margin: 0;
  border: none;
  padding: 40px 30px;
}
.magentoLndPg .lnd-new-appSol-sec {
  padding: 100px 0;
}
.magentoLndPg .lnd-new-appSol-cardBox:hover, .magentoLndPg .lnd-new-appSol-cardBox {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  border-color: transparent !important;
}
.magentoLndPg .lnd-new-appSol_ttlBox > h2 {
  font-weight: 800;
  margin: 0 0 16px;
}
.magentoLndPg .lnd-new-appSol_ttlBox {
  margin: 0 auto 64px;
  max-width: 604px;
}
.magentoLndPg .lnd-new-appSol-paraBox > h3 {
  font-size: 20px;
}
.magentoLndPg .newVidWithFeatsSec .formWrap .checkbox {
  margin: 0 0 18px;
}
.magentoLndPg .newVidWithFeatsSec .formOuterWrap .csioSubmitBtn {
  margin: 15px 0 0;
}
.magentoLndPg .newVidWithFeatsSec .formOuterWrap .checkbox input[type=checkbox] {
  margin: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid rgba(66, 82, 110, 0.2) !important;
}
.magentoLndPg .newVidWithFeatsSec .formOuterWrap .checkbox label {
  padding: 0 0 0 24px;
  color: rgba(66, 82, 110, 0.7);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.42px;
}
.magentoLndPg .newVidWithFeatsSec .formWrap .errorWrap div {
  margin: 10px 0 0;
  padding: 5px 10px;
}
.magentoLndPg .newVidWithFeatsSec .formOuterWrap .thankWrap {
  text-align: center;
  min-width: 456px;
}
.magentoLndPg .newVidWithFeatsSec .formOuterWrap .thankWrap h4 {
  margin: 15px 0 0;
  color: #0E134F;
  font-weight: 800;
}
.magentoLndPg.cwAlternativesRevamp23 .hostProviderSec {
  background: transparent;
}
.magentoLndPg.cwAlternativesRevamp23 .hostProviderSec .hostProviderSecContent h2 {
  color: #0E134F;
  font-size: 36px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -1.08px;
}
.magentoLndPg.cwAlternativesRevamp23 .hostProviderSec .hostProviderSecContent p {
  color: #42526E;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.54px;
  margin: 0 0 32px;
}

/* @reset styling for medium screen size */
@media (min-width: 1200px) {
  .CROtesting .hm-new-bnr-wrap::before {
    background: url(../../img/home/home-bnr-illustration.svg) no-repeat right top/54%, url(../../img/home/home-bnr-illustration2.svg) no-repeat -100px -500px transparent;
  }
}
@media (min-width: 992px) {
  .magentoHostingRevamp23 .hm-new-bnr-bg-wrap {
    margin: 50px 0 0;
  }
  .magentoHostingRevamp23 .newVidCarouselTestis .cw-agency-vid-testi .col-left img {
    max-height: 383px;
    -o-object-position: top;
       object-position: top;
  }
}
@media (max-width: 1200px) {
  .CROtesting .homePgCounterV2 .hm-new-feat-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .CROtesting .homePgCounterV2 .hm-new-feat-ttl {
    margin-right: 0;
  }
  .trustCompSec .cw-agencies-logos-wrap img {
    margin: 0 20px;
  }
  .lpManagedWp2 .hostingPagesv2 .homePageB .hm-new-bnr-wrap::before {
    max-width: 970px;
  }
  .lpManagedWp3 .hostingPagesv2 .homePageB .hm-new-bnr-wrap::before {
    max-width: 970px;
    background-size: 60%;
  }
}
@media (min-width: 992px) {
  .CROtesting .hm-new-bnr-wrap {
    padding-top: 180px !important;
  }
}
@media (max-width: 992px) {
  /* Top Banner */
  .hm-new-bnr-wrap {
    padding: 160px 0;
    background-image: none;
  }
  .hm-new-bnr-text h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .hm-new-bnr-text p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  /* Top Features */
  #hm-new-feat-sec {
    padding: 0;
  }
  .hm-new-feat-wrap {
    padding: 40px;
    border-radius: 10px 10px 0 0;
  }
  .hm-new-feat-wrap .col-sm-4:nth-of-type(2):before,
  .hm-new-feat-wrap .col-sm-4:nth-of-type(2):after {
    display: none;
  }
  .hm-new-feat-wrap .col-sm-4:nth-of-type(2) {
    border-left: 1px solid rgba(196, 196, 196, 0.5);
    border-right: 1px solid rgba(196, 196, 196, 0.5);
  }
  .hm-new-feat-ttl h3 {
    font-size: 18px;
  }
  .hm-new-feats li {
    font-size: 14px;
  }
  #cw20_hm_bnr_wrap,
  #cw20_hm_bnr_wrap .hm_newBnr_ctaMainBox {
    text-align: center;
    display: block;
  }
  #cw20_hm_bnr_wrap h5 {
    font-size: 18px;
  }
  /* Home CRO 2021 */
  .hm_tpReview_box {
    padding: 0;
  }
  .hm_tpReview_txtBox p {
    min-height: 270px;
  }
  .hm_cro_2021 .hm-new-feat-wrap {
    padding: 30px;
  }
  .homePageB #hm-new-feat-sec {
    padding-bottom: 30px;
  }
  .homePageB .hm-new-feat-box p {
    font-size: 16px;
  }
  .homePageB .hm-new-feat-wrap {
    padding: 30px 20px;
    border-radius: 10px;
  }
  .homePageB .hm-new-feat-wrap .col-xs-6 {
    padding: 0 15px;
  }
  .hm-new-dis-pos-sec h2 {
    font-size: 28px;
  }
  .hm-new-dis-pos-sec .text-box p {
    font-size: 16px;
    line-height: 24px;
  }
  .hm-new-dis-pos-sec p {
    font-size: 14px;
    line-height: 22px;
  }
  .hm-new-dis-pos-sec h4 {
    font-size: 20px;
  }
  .hm-new-dis-pos-sec {
    padding: 60px 0;
  }
  .homePageB .hm-new-cms-feats-tabs-box-opt2 h3 {
    font-size: 26px;
  }
  .CROtesting {
    /* Top Banner */
    /* Top Features */
    /* Home CRO 2021 */
  }
  .CROtesting .hm-new-bnr-wrap {
    padding: 160px 0;
    background-image: none;
  }
  .CROtesting .hm-new-bnr-text h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .CROtesting .hm-new-bnr-text p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .CROtesting #hm-new-feat-sec {
    padding: 0;
  }
  .CROtesting .hm-new-feat-wrap {
    padding: 40px;
    border-radius: 10px 10px 0 0;
  }
  .CROtesting .hm-new-feat-wrap .col-sm-4:nth-of-type(2):before,
  .CROtesting .hm-new-feat-wrap .col-sm-4:nth-of-type(2):after {
    display: none;
  }
  .CROtesting .hm-new-feat-wrap .col-sm-4:nth-of-type(2) {
    border-left: 1px solid rgba(196, 196, 196, 0.5);
    border-right: 1px solid rgba(196, 196, 196, 0.5);
  }
  .CROtesting .hm-new-feats li {
    font-size: 14px;
  }
  .CROtesting #cw20_hm_bnr_wrap,
  .CROtesting #cw20_hm_bnr_wrap .hm_newBnr_ctaMainBox {
    text-align: center;
    display: block;
  }
  .CROtesting #cw20_hm_bnr_wrap h5 {
    font-size: 18px;
  }
  .CROtesting .hm_tpReview_box {
    padding: 0;
  }
  .CROtesting .hm_tpReview_txtBox p {
    min-height: 270px;
  }
  .CROtesting .hm_cro_2021 .hm-new-feat-wrap {
    padding: 30px;
  }
  .CROtesting .homePageB #hm-new-feat-sec {
    padding-bottom: 30px;
  }
  .CROtesting .homePageB .hm-new-feat-box p {
    font-size: 16px;
  }
  .CROtesting .homePageB .hm-new-feat-wrap {
    padding: 30px 20px;
    border-radius: 10px;
  }
  .CROtesting .homePageB .hm-new-feat-wrap .col-xs-6 {
    padding: 0 15px;
  }
  .CROtesting .hm-new-dis-pos-sec h2 {
    font-size: 28px;
  }
  .CROtesting .hm-new-dis-pos-sec .text-box p {
    font-size: 16px;
    line-height: 24px;
  }
  .CROtesting .hm-new-dis-pos-sec p {
    font-size: 14px;
    line-height: 22px;
  }
  .CROtesting .hm-new-dis-pos-sec h4 {
    font-size: 20px;
  }
  .CROtesting .hm-new-dis-pos-sec {
    padding: 60px 0;
  }
  .CROtesting .homePageB .hm-new-cms-feats-tabs-box-opt2 h3 {
    font-size: 26px;
  }
  .CROtesting .hostingPagesv2 .hm-new-bnr-text .hm-bnr-left-wrap {
    max-width: 100%;
    margin-right: 0;
  }
  .CROtesting .hostingPagesv2 .hm-new-bnr-text .hm-bnr-right-wrap img {
    margin: 30px auto 0;
  }
  .CROtesting .hostingPagesv2 .hm-new_sldr3_sec {
    padding: 60px 0;
  }
  .CROtesting .cwFeatsCompareSec .cwFeatsCompareHeadWrap h2, .CROtesting .wordpressv2 .hm-new-spprt-txt-wrap h2 {
    font-size: 28px;
  }
  .CROtesting .cwFeatsCompareSec .cwFeatsCompareHeadWrap p {
    font-size: 16px;
  }
  .CROtesting .hostingPagesv2 .hm-new-bnr-text .hm-bnr-right-wrap {
    margin: 70px auto 0;
  }
  .CROtesting .prc-ftr-txt h2, .CROtesting .newTstml_video_ttlBox h2, .CROtesting .hm-new-plt_sec_top h2, .CROtesting .glb_footer_signup_new .hm-new-sgnup-cta-wrap .hm-new-sgnup-cta-txt h2, .CROtesting .hm-new-spprt-txt-wrap h2, .CROtesting .hm-new_sldr3_ttlBox h2, .CROtesting .globleWidgetPartner2 h2 {
    font-size: 28px;
  }
  .CROtesting .hm-new_sldr3_paraBox > p {
    font-size: 18px;
  }
  .CROtesting .hm-new_sldr3_infoBox h3 {
    font-size: 20px;
  }
  .CROtesting .hm-new-spprt-txt-wrap p, .CROtesting .hm-new-cms-feats-tabs-box-opt2 p {
    font-size: 16px;
  }
  .CROtesting .hm-new-spprt-wrap, .CROtesting #glb-nfaq-wrap, .CROtesting .newTstml_video_mainSec, .CROtesting #prc-cmpr-tbl-wrap {
    padding: 60px 0;
  }
  .CROtesting #hm-new-cms-feats-wrap {
    padding: 60px 0;
  }
  .CROtesting .pricingPgB .pricingHeroSec .priHeroFeatsMainWrap .featsWrap p, .CROtesting .prc-ftr-txt p {
    font-size: 16px;
  }
  .CROtesting .prc-comp-table-2 table thead tr th:nth-child(2), .CROtesting .prc-comp-table-2 table thead tr th:nth-child(3) {
    min-width: 143px;
  }
  .CROtesting .prc-comp-table-2 table thead tr th:nth-child(4)::after {
    transform: translate(35%, 50%);
  }
  .CROtesting.CROProvidersPages .cw-1click-spprt-apps-sec, .CROtesting.CROProvidersPages .lnd-glb-tbl-fold, .CROtesting.CROProvidersPages .lnd-new-appSol-sec, .CROtesting.CROProvidersPages .wt-rgn_main {
    padding: 60px 0;
  }
  .CROtesting.CROProvidersPages .comp-with-cw-txt h2, .CROtesting.CROProvidersPages .cw-1click-spprt-apps-txt h2, .CROtesting.CROProvidersPages .lnd-new-appSol_ttlBox > h2, .CROtesting.CROProvidersPages .wt-rgn_inr-top h2, .CROtesting.CROProvidersPages .lnd-glb-tbl-txt h2 {
    font-size: 28px;
  }
  .CROtesting .cwPlatformSection .cwPlatMainWrap {
    flex-direction: column-reverse;
  }
  .CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatLeftWrap {
    max-width: 100%;
  }
  .CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatLeftWrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatLeftWrap ul li {
    width: calc(33.33% - 10px);
  }
  .CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatLeftWrap ul li {
    margin: 0;
  }
  .CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatLeftWrap {
    margin-top: 30px;
  }
  .cw-apps-sec .cw-apps-head-wrap h2, .cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap .cw-apps-left-wrap h2 {
    font-size: 28px;
  }
  .cw-apps-sec .cw-apps-head-wrap p, .cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap .cw-apps-left-wrap p {
    font-size: 16px;
  }
  .cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap .cw-apps-left-wrap {
    max-width: 300px;
  }
  .cw-apps-sec .cw-apps-main-wrap {
    margin-top: 60px;
  }
  .cw-apps-sec {
    padding: 60px 0;
  }
  .cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap {
    padding: 40px 20px 40px 40px;
  }
  .cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap {
    align-items: center;
  }
  .trustCompSec .cw-agencies-logos-wrap img {
    margin: 0 20px 40px;
  }
  .trustCompSec {
    padding-bottom: 30px;
  }
  .lpManagedWp .hostingPagesv2 .homePageB .hm-new-bnr-wrap::before {
    background: transparent;
  }
  .lpManagedWp #cw20_hm_bnr_wrap span.note {
    text-align: center;
  }
  .lpManagedWp .reviewsPlatformSec .reviewsPlatformWrap .reviewsPlatformBox {
    margin: 0 20px;
  }
  .hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsLeftWrap h2 {
    font-size: 48px;
  }
  .hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsLeftWrap p {
    font-size: 16px;
  }
  .hmNewFeatLogosWrap .hmNewFeatLogosMainWrap {
    padding: 40px 0;
  }
  .hmNewFeatLogosWrap .hmNewFeatLogosMainWrap img {
    margin: 20px;
  }
  .newVidCarouselTestis .carousel-control .glyphicon-chevron-left, .newVidCarouselTestis .carousel-control .glyphicon-chevron-right, .newVidCarouselTestis .carousel-control .icon-next, .newVidCarouselTestis .carousel-control .icon-prev {
    height: 40px;
  }
  .newVidCarouselTestis .carousel-control.right {
    right: 0;
  }
  .bfcmPricing2022 .newVidCarouselTestis .testimonialGrid .cw-agency-vid-testi p {
    font-size: 18px;
  }
  .bfcmPricing2022 .pricingPgB .pricingHeroSec {
    padding-top: 110px;
  }
  .phpRevamp22 .CROtesting .cwPlatformSection .cwPlatMainWrap {
    margin-top: 0;
  }
  .phpRevamp22 .CROtesting .cwPlatformSection .cwPlatSecHeadWrap h2 {
    font-size: 28px;
  }
  .phpRevamp22 .CROtesting .wt-prcNew2_prvd-tab-wrap h2 {
    font-size: 28px;
  }
  .phpRevamp22 .CROtesting .hm-new-spprt-txt-wrap h2 {
    font-size: 28px;
  }
  .phpRevamp22 .cw-tstimnial-tabs-sec .cw-tstimnial-tabs-head-wrap h2 {
    font-size: 28px;
  }
  .phpRevamp22 .cwReviewsNRatingsSec .cwRnRHeadWrap h2 {
    font-size: 28px;
  }
  .phpRevamp22 .cw-tstimnial-tabs-sec .cw-tstimnial-tabs-head-wrap h2 br {
    display: none;
  }
  .laravelRevamp22 .homePgCounterV2:not(.glb_white_bg) .hm-new-feat-wrap .hm-new-feat-box h3 {
    font-size: 40px;
  }
  .CROtesting #hm-new-feat-sec1 {
    position: relative;
  }
  .magentoHostingRevamp23 .vultrPlansTabsWrap .nav-tabs li {
    float: left;
  }
  .magentoHostingRevamp23 .wt-prcNew2_prvd-tab .nav-tabs {
    display: flex;
  }
  .magentoHostingRevamp23 .dualSliderTestiSec .sliderTestiHeadWrap h2 {
    font-size: 28px;
  }
  .magentoHostingRevamp23 .glb-nfaq-wrap-new .glb-nfaq-ttl h2, .magentoHostingRevamp23 .glb-nfaq-wrap-new .glb-nfaq-ttl h3 {
    font-size: 28px;
  }
  .magentoHostingRevamp23 .hostingPagesv2 .hm-new-bnr-text .hm-bnr-right-wrap {
    margin: 0;
  }
  .magentoHostingRevamp23 .hm-new-bnr-wrap {
    padding-bottom: 50px !important;
  }
  .magentoHostingRevamp23 .homePageB #cw20_hm_bnr_wrap .hm_newBnr_ctaMainBox span {
    text-align: center;
  }
  .magentoHostingRevamp23 .hostingPagesv2 .hm-new-bnr-text .hm-bnr-right-wrap img {
    display: none;
  }
  .magentoLndPg.cwAlternativesRevamp23 .hostProviderSec .hostProviderSecContent h2 {
    font-size: 28px;
  }
  .magentoLndPg .lnd-new-appSol-cardBox {
    margin: 0 0 20px;
  }
  .magentoLndPg .newVidWithFeatsSec .newVidMainWrap .newVidLeftWrap h1 {
    font-size: 36px;
  }
}
@media (min-width: 767px) {
  .CROtesting .homePgCounterV2 .col-sm-3 {
    width: auto;
  }
  .magentoHostingRevamp23 .hm-new-bnr-text p {
    font-size: 18px;
  }
  .magentoHostingRevamp23 .hm-new-plt_sec_cont {
    margin-left: 62px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  /* top banner */
  .hm-new-bnr-wrap {
    padding: 120px 0 170px;
  }
  .hm-new-bnr-text h1 {
    font-size: 30px;
  }
  .hm-new-bnr-text p {
    font-size: 16px;
    line-height: 26px;
  }
  /* Top Features */
  .glbNew-strp_sprt {
    margin: 10px 0 25px;
  }
  .hm-new-feat-wrap {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none !important;
  }
  .hm-new-feat-wrap .col-sm-4:nth-of-type(2) {
    border: 0 !important;
  }
  .hm-new-feat-box {
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
  }
  .hm-new-feats li {
    padding: 0;
  }
  .hm-new-feats li:before {
    position: relative;
    left: -6px;
    top: 0px;
  }
  /* Cloudways CMS Feature Tabs */
  /* Bottom Signup Section */
  .hm-new-sgnup-cta-txt h2 {
    font-size: 30px;
  }
  .hm-new-sgnup-cta-txt p {
    font-size: 16px;
    line-height: 26px;
  }
  /* Home CRO 2021 */
  .hm_cro_2021 .cw-glb-btn,
  .hm_cro_2021 .cw-glb-btn_blank {
    font-size: 13px;
  }
  .hm_cro_2021 .hm-new-bnr-text h1 {
    font-size: 30px;
  }
  .hm-new-bnr-text > span,
  .hm-new-bnr-text > h1 > span {
    font-size: 16px;
  }
  .hm_cro_2021 .hm-new-feat-wrap {
    padding: 0px;
  }
  .hm_tpReview_box {
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
  }
  .hm_tpReview_cta_txtBox h2,
  .hm_cro_2021 .hm-new-plt_sec_top h2,
  .hm_cro_2021 .hm-new-plt_sec_top h2 em,
  .hm21_richFeat_ttlBox h2,
  .hm21_richFeat_ttlBox h2 b {
    font-size: 24px;
    line-height: 28px;
  }
  .hm_tpReview_cta_txtBox p,
  .hm21_richFeat_ttlBox p {
    font-size: 16px;
  }
  .hm_tpReview_txtBox p {
    min-height: auto;
  }
  .wt_stats4_mainBox {
    display: block;
    margin: 30px 0;
  }
  .wt_stats4_inrBox {
    text-align: center;
  }
  .wt_stats4_inrBox:nth-of-type(2) {
    margin: 10px 0;
  }
  .wt_signup3_mainBox {
    display: block;
    text-align: center;
  }
  .wt_signup3_lftBox p:nth-of-type(1) {
    margin: 10px 0;
  }
  .wt_signup3_btm_logoBox a {
    width: 40%;
  }
  .hm21_richFeat_sec {
    padding: 60px 0;
  }
  .hm21_richFeat_mainBox {
    display: block;
    text-align: center;
    padding: 0 0 50px;
  }
  .hm21_richFeat_imgBox {
    margin-bottom: 30px;
  }
  .hm21_richFeat_txtBox ul li {
    padding: 0;
  }
  .hm21_richFeat_txtBox ul li::before {
    position: relative;
    left: -5px;
  }
  .homePageB .hm-new-feat-wrap {
    border-radius: 0;
    padding: 0;
  }
  .homePageB .hm-new-feat-wrap .row {
    flex-wrap: wrap;
  }
  .homePageB .hm-new-feat-wrap .col-xs-6 {
    border: 0;
    margin-bottom: 30px;
  }
  .homePageB .hm-new-feat-box {
    max-width: 100%;
    padding: 15px;
  }
  .hm-new-dis-pos-sec h2 {
    font-size: 26px;
  }
  .hm-new-dis-pos-sec .text-box {
    width: 100%;
  }
  .hm-new-dis-pos-sec .box {
    text-align: center;
    margin: 0 0 40px;
  }
  .hm-new-dis-pos-sec .box img {
    margin: 0 0 20px;
  }
  .hm-new-dis-pos-sec .col-xs-12:last-child .box {
    margin: 0;
  }
  .CROtesting {
    /* top banner */
    /* Top Features */
    /* Cloudways CMS Feature Tabs */
    /* Bottom Signup Section */
    /* Home CRO 2021 */
  }
  .CROtesting h1 {
    font-size: 28px;
  }
  .CROtesting .hm-new-bnr-wrap {
    padding: 120px 0 170px;
  }
  .CROtesting .hm-new-bnr-text h1 {
    font-size: 30px;
  }
  .CROtesting .hm-new-bnr-text p {
    font-size: 16px;
    line-height: 26px;
  }
  .CROtesting .glbNew-strp_sprt {
    margin: 10px 0 25px;
  }
  .CROtesting .hm-new-feat-wrap {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none !important;
  }
  .CROtesting .hm-new-feat-wrap .col-sm-4:nth-of-type(2) {
    border: 0 !important;
  }
  .CROtesting .hm-new-feat-box {
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-bottom: 0;
    text-align: center;
  }
  .CROtesting .hm-new-feats li {
    padding: 0;
  }
  .CROtesting .hm-new-feats li:before {
    position: relative;
    left: -6px;
    top: 0px;
  }
  .CROtesting .hm-new-sgnup-cta-txt h2 {
    font-size: 30px;
  }
  .CROtesting .hm-new-sgnup-cta-txt p {
    font-size: 16px;
    line-height: 26px;
  }
  .CROtesting .hm_cro_2021 .cw-glb-btn,
  .CROtesting .hm_cro_2021 .cw-glb-btn_blank {
    font-size: 13px;
  }
  .CROtesting .hm_cro_2021 .hm-new-bnr-text h1 {
    font-size: 30px;
  }
  .CROtesting .hm-new-bnr-text > span,
  .CROtesting .hm-new-bnr-text > h1 > span {
    font-size: 16px;
  }
  .CROtesting .hm_cro_2021 .hm-new-feat-wrap {
    padding: 0px;
  }
  .CROtesting .hm_tpReview_box {
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
  }
  .CROtesting .hm_tpReview_cta_txtBox h2,
  .CROtesting .hm_cro_2021 .hm-new-plt_sec_top h2,
  .CROtesting .hm_cro_2021 .hm-new-plt_sec_top h2 em,
  .CROtesting .hm21_richFeat_ttlBox h2,
  .CROtesting .hm21_richFeat_ttlBox h2 b {
    font-size: 24px;
    line-height: 28px;
  }
  .CROtesting .hm_tpReview_cta_txtBox p,
  .CROtesting .hm21_richFeat_ttlBox p {
    font-size: 16px;
  }
  .CROtesting .hm_tpReview_txtBox p {
    min-height: auto;
  }
  .CROtesting .wt_stats4_mainBox {
    display: block;
    margin: 30px 0;
  }
  .CROtesting .wt_stats4_inrBox {
    text-align: center;
  }
  .CROtesting .wt_stats4_inrBox:nth-of-type(2) {
    margin: 10px 0;
  }
  .CROtesting .wt_signup3_mainBox {
    display: block;
    text-align: center;
  }
  .CROtesting .wt_signup3_lftBox p:nth-of-type(1) {
    margin: 10px 0;
  }
  .CROtesting .wt_signup3_btm_logoBox a {
    width: 40%;
  }
  .CROtesting .hm21_richFeat_sec {
    padding: 60px 0;
  }
  .CROtesting .hm21_richFeat_mainBox {
    display: block;
    text-align: center;
    padding: 0 0 50px;
  }
  .CROtesting .hm21_richFeat_imgBox {
    margin-bottom: 30px;
  }
  .CROtesting .hm21_richFeat_txtBox ul li {
    padding: 0;
  }
  .CROtesting .hm21_richFeat_txtBox ul li::before {
    position: relative;
    left: -5px;
  }
  .CROtesting .homePageB .hm-new-feat-wrap {
    border-radius: 0;
    padding: 0;
  }
  .CROtesting .homePageB .hm-new-feat-wrap .row {
    flex-wrap: wrap;
  }
  .CROtesting .homePageB .hm-new-feat-wrap .col-xs-6 {
    border: 0;
    margin-bottom: 30px;
  }
  .CROtesting .homePageB .hm-new-feat-box {
    max-width: 100%;
    padding: 15px;
  }
  .CROtesting .hm-new-dis-pos-sec h2 {
    font-size: 26px;
  }
  .CROtesting .hm-new-dis-pos-sec .text-box {
    width: 100%;
  }
  .CROtesting .hm-new-dis-pos-sec .box {
    text-align: center;
    margin: 0 0 40px;
  }
  .CROtesting .hm-new-dis-pos-sec .box img {
    margin: 0 0 20px;
  }
  .CROtesting .hm-new-dis-pos-sec .col-xs-12:last-child .box {
    margin: 0;
  }
  .CROtesting .hostingPagesv2 .hm-new-spprt-txt-wrap {
    max-width: 100%;
  }
  .CROtesting .hostingPagesv2 .hm-new-spprt-wrap {
    padding: 60px 0;
  }
  .CROtesting .hostingPagesv2 .hm-new-spprt-txt-wrap h2 {
    font-size: 28px;
    margin-top: 30px;
  }
  .CROtesting .hm-new-plt_sec_wrap .row {
    flex-direction: column;
  }
  .CROtesting .table-responsive {
    border: none !important;
  }
  .CROtesting .prc-comp-table-2-head {
    display: none;
  }
  .CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatRightWrap .lnd-aft-bnr-vdo-box {
    min-width: 540px;
  }
  .CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatLeftWrap ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatLeftWrap ul li:last-child {
    margin-bottom: 0;
  }
  .CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatRightWrap .lnd-aft-bnr-vdo-box .embed-responsive {
    min-height: 428px;
  }
  .cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 30px 20px;
  }
  .cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap .cw-apps-left-wrap {
    margin: 30px 0 0;
    max-width: 100%;
    text-align: center;
  }
  .cw-apps-sec .cw-apps-main-wrap .cw-apps-content-wrap .cw-apps-card-wrap .cw-apps-left-wrap a {
    display: inline-block;
    text-align: center;
  }
  .ppc-hdr-wrap nav .navbar-right {
    margin-top: 0;
  }
  .hmFeatsStatsSec .hmFeatsStatsMainWrap {
    flex-direction: column;
    align-items: center;
  }
  .hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsLeftWrap h2 {
    font-size: 28px;
  }
  .hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsLeftWrap {
    max-width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsRightWrap .statsMainWrap .statsTopWrap .statBox:last-child {
    padding-left: 40px;
  }
  .hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsRightWrap .statsMainWrap .statsBottomWrap .statBox:last-child {
    padding-left: 40px;
  }
  .hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsRightWrap .statsMainWrap .statsTopWrap .statBox h3 {
    font-size: 40px;
  }
  .hmFeatsStatsSec .hmFeatsStatsMainWrap .hmFeatsStatsRightWrap .statsMainWrap .statsBottomWrap .statBox h3 {
    font-size: 40px;
  }
  .newVidCarouselTestis .cw-agency-vid-testi div.coll {
    flex: 0 0 100%;
  }
  .CROtesting .homePageB .cwPlatformSection .cwPlatMainWrap .cwPlatRightWrap .lnd-aft-bnr-vdo-box:before {
    top: auto;
    height: 87%;
  }
  .CROtesting .theadWithCta .table-responsive {
    overflow-x: auto;
  }
  .theadWithCta .cta_outer {
    display: none;
  }
  .bfcmHomepageCampaign2022 .hm-new-dis-pos-sec .dis-pos-cards-wrap {
    flex-direction: column;
  }
  .bfcmHomepageCampaign2022 .hm-new-dis-pos-sec .dis-pos-cards-wrap .cardWrap {
    width: 100%;
    max-width: 100%;
  }
  .bfcmPricing2022 .testimonialGrid .gridBox {
    max-width: 100%;
  }
  .bfcmPricing2022 .testimonialGrid .gridLeft {
    margin: 0 0 40px;
  }
  .laravelRevamp22 .CROtesting.CROProvidersPages .lnd-prvdr-svg-anim img {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
  }
  .laravelRevamp22 .lnd-prvdr-bnr-logo {
    background: url(https://www.cloudways.com/wp-content/uploads/2022/12/laravel-hero-illustration.svg) no-repeat;
    background-position: 43% center;
    background-size: 510px;
    min-height: 300px;
  }
  .laravelRevamp22 .homePgCounterV2:not(.glb_white_bg) {
    position: relative;
    margin: 50px 0 0;
  }
  .laravelRevamp22 .lnd-new-bnr-wrap {
    padding-bottom: 0;
  }
  .laravelRevamp22 .CROtesting .hm-new-feat-box {
    background: transparent;
    box-shadow: none;
  }
  .laravelRevamp22 #providers_new-bnr-wrap .homePgCounterV2:not(.glb_white_bg) .hm-new-feat-wrap .row {
    flex-direction: initial;
  }
  .laravelRevamp22 .homePgCounterV2:not(.glb_white_bg) .hm-new-feat-wrap .col-xs-6:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  .laravelRevamp22 .CROtesting .homePgCounterV2 .hm-new-feat-box {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .laravelRevamp22 .homePgCounterV2:not(.glb_white_bg) .hm-new-feat-wrap .col-xs-6:nth-child(2), .laravelRevamp22 .homePgCounterV2:not(.glb_white_bg) .hm-new-feat-wrap .col-xs-6:first-child {
    margin-bottom: 35px;
  }
  .CROtesting #hm-new-feat-sec1 .hm-new-feat-wrap .hm-new-feat-box {
    background: transparent;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.25);
  }
  .magentoHostingRevamp23 .widgetWithStrip .newPrc_switcher2_wrap {
    float: initial;
  }
  .magentoHostingRevamp23 .widgetWithStrip .vultrPlansTabsWrap {
    position: relative;
    top: 0;
  }
  .magentoHostingRevamp23 .newVidCarouselTestis .cw-agency-vid-testi .newTstml_video_btnBox {
    min-height: auto;
  }
  .magentoHostingRevamp23 .newVidCarouselTestis .cw-agency-vid-testi p {
    font-size: 18px;
    line-height: 150%;
  }
}
@media (min-width: 600px) {
  .magentoHostingRevamp23 .lnd-new-prvd-sec .col-md-3 {
    width: 33.33%;
  }
  .magentoHostingRevamp23 .lnd-new-prvd-box {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .hm_newBnr_ctaMainBox .hm_newBnr_ctaInrBox,
  .hm_newBnr_ctaMainBox .hm_newBnr_ctaInrBox .btn {
    width: 100%;
  }
  #cw20_hm_bnr_wrap .hm_newBnr_ctaInrBox:first-child {
    margin: 0 0 10px !important;
  }
  .CROtesting .hm_newBnr_ctaMainBox .hm_newBnr_ctaInrBox,
  .CROtesting .hm_newBnr_ctaMainBox .hm_newBnr_ctaInrBox .btn {
    width: 100%;
  }
  .CROtesting #cw20_hm_bnr_wrap .hm_newBnr_ctaInrBox:first-child {
    margin: 0 0 10px !important;
  }
  .cw-apps-sec .cw-apps-main-wrap .cw-apps-nav-wrap ul {
    flex-wrap: wrap;
  }
  .cw-apps-sec .cw-apps-main-wrap .cw-apps-nav-wrap ul li {
    width: 50%;
  }
  .cw-apps-sec .cw-apps-main-wrap .cw-apps-nav-wrap ul li {
    border-bottom: 2px solid rgba(66, 82, 110, 0.1);
    margin-bottom: 1px;
  }
  .cw-apps-sec .cw-apps-main-wrap .cw-apps-nav-wrap ul li.active {
    border-color: #2F39BF;
  }
  .lpManagedWp .hm-new-bnr-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .newVidCarouselTestis .cw-agency-vid-testi .col-right {
    padding: 30px;
  }
  .pricingCtaContainerWithBg .leftArea {
    max-width: 100%;
    margin: 0 0 20px;
  }
  .pricingCtaContainerWithBg {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .pricingCtaContainerWithBg .rightArea {
    margin: 0;
  }
}
@media (max-width: 550px) {
  .CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatRightWrap .lnd-aft-bnr-vdo-box {
    min-width: 355px;
  }
  .CROtesting .cwPlatformSection .cwPlatMainWrap .cwPlatRightWrap .lnd-aft-bnr-vdo-box .embed-responsive {
    min-height: 283px;
  }
  .CROtesting .pricingCtaContainer {
    flex-wrap: wrap;
    justify-content: center;
  }
  .CROtesting .pricingCtaContainer .priHeroCtaBtn {
    margin: 10px auto 0;
  }
  .CROtesting .pricingCtaContainer h3 {
    text-align: center;
  }
  .magentoLndPg .illustration_sec ul li {
    flex: 0 0 100%;
  }
  .magentoLndPg .newVidWithFeatsSec .formOuterWrap .thankWrap {
    min-width: auto;
  }
  .magentoLndPg .newVidWithFeatsSec .newVidMainWrap .newVidRightWrap {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .laravelRevamp22 #providers_new-bnr-wrap .lnd-new-bnr-txt .cw-glb-btn, .laravelRevamp22 #providers_new-bnr-wrap .lnd-new-bnr-txt .cw-glb-btn_blank {
    padding: 10px 18px;
  }
  .laravelRevamp22 .CROtesting.CROProvidersPages .lnd-prvdr-svg-anim img {
    left: -100px;
    bottom: -340px;
    width: 596px;
  }
}/*# sourceMappingURL=cro-testing.css.map */