/**
 * @tableofcontents
 *
 * 1. General
 * 2. Banner
 * 3. G2 Testimonial
 * 4. G2 Stats
 * 5. Rich Features
 * 6. Customer Testimonials
 * 7. Global Features
 * 8. Signup CTA
 * 9. Signup CTA 2
 * 10. Our Support
 * 11. Our Support2
 * 12. Comparision Tables
 * 13. Region Fold
 * 14. Comparison Graph
 * 15. Server Cost Calculator
 * 16. cw VS Kinsta Template
 * 17. cw VS BlueHost Template
 * 18. Cloudways Alternatives (Pillar Page)
 * 19. Cloudways Alternatives New Template
 * 20. Cloudways Alternatives (Pillar Page) New Template
 * 21. Managed Wordpress Hosting
 * 22. Wordpress Multisite Hosting
 */
:root {
  --colorBlue: #2f39bf;
  --colorPink: #b764d8;
  --colorOrange: #feb155;
  --colorYellow: #fbd808;
  --colorGreen: #09ebaf;
}

/* @Section 1. General */
.cwvs_dark_bg {
  background-color: #f3f4fb !important;
}

.cwvs_dark_bg2 {
  background-color: #f8f9fb !important;
}

.cwvs_cta_Box .btn {
  font-size: 18px;
  width: 285px;
  padding: 15px 24px;
  border-radius: 100px !important;
  position: relative;
}
.cwvs_cta_Box .btn i.fa-chevron-right {
  height: 18px;
  width: 18px;
  color: #09ebaf;
  font-size: 10px;
  line-height: 19px;
  border-radius: 100%;
  background: #192072;
  position: relative;
  top: -2px;
  margin-left: 5px;
}

.cwvs_anmIcon1 {
  height: 32px;
  width: 33px;
  position: absolute;
  right: 15%;
  top: 40%;
  background: url("../../img/cloudways_vs/anm_icon_1.png");
  animation: anm_rotation 5s infinite linear;
}

.cwvs_anmIcon2 {
  height: 24px;
  width: 24px;
  position: absolute;
  right: 10%;
  top: 60%;
  background: url("../../img/cloudways_vs/anm_icon_2.png");
  animation: anm_scale 5s infinite linear;
}

.cwvs_anmIcon3 {
  height: 25px;
  width: 25px;
  position: absolute;
  right: 20%;
  top: 70%;
  background: url("../../img/cloudways_vs/anm_icon_3.png");
  animation: anm_rotation 5s infinite linear;
  animation-direction: reverse;
}
@keyframes anm_rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes anm_scale {
  0% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0.5;
  }
}
/* @Section 2. Banner */
.cwvs_bnr_wrap {
  position: relative;
  padding: 250px 0 200px;
  background: #1c2bf7;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #1c2bf7), color-stop(100%, #061c59));
  background: linear-gradient(45deg, #1c2bf7 0, #061c59 100%);
}

.cwvs_bnr_txtBox span {
  color: #fff;
  font-size: 21px;
  display: block;
  margin-bottom: 20px;
}
.cwvs_bnr_txtBox h1 {
  color: #fff;
  font-size: 43px;
  font-weight: 700;
  margin: 0;
}
.cwvs_bnr_txtBox p {
  color: #fff;
  font-size: 20px;
  margin: 30px 0;
}

.cwvs_bnr_imgBox {
  position: absolute;
  width: 120%;
  left: 0;
  top: 20px;
}

/* @Section 3. G2 Testimonial */
.cwvs_g2Tstml_wrap {
  padding: 100px 0;
  position: relative;
  background: url("../../img/cloudways_vs/dot-img-1.png") no-repeat 5% 15%;
}

.cwvs_g2Tstml_ttlBox {
  text-align: center;
  margin-bottom: 60px;
}
.cwvs_g2Tstml_ttlBox h2 {
  color: #010101;
  font-size: 43px;
  font-weight: 700;
  margin: 0;
}

.cwvs_g2Tstml_inrBox {
  text-align: center;
}
.cwvs_g2Tstml_inrBox .fa-quote-left {
  color: #1226a4;
  font-size: 30px;
}
.cwvs_g2Tstml_inrBox p {
  color: #2c2c2c;
  font-size: 32px;
  margin: 30px auto 50px;
  max-width: 70%;
}

.cwvs_g2Tstml_cstmr_imgBox {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  border-radius: 100%;
}
.cwvs_g2Tstml_cstmr_imgBox img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.cwvs_g2Tstml_cstmr_txtBox {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.cwvs_g2Tstml_cstmr_txtBox h4 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
.cwvs_g2Tstml_cstmr_txtBox span {
  color: #4b4b4b;
  font-size: 24px;
  display: block;
}

/* @Section 4. G2 Stats */
.cwvs_g2Stats_wrap {
  padding: 80px 0;
  position: relative;
}

.cwvs_g2Stats_ttlBox {
  text-align: center;
  margin-bottom: 60px;
}
.cwvs_g2Stats_ttlBox h2 {
  color: #010101;
  font-size: 43px;
  font-weight: 700;
  margin: 0;
}

.cwvs_g2Stats_mainBox {
  display: flex;
  width: 900px;
  margin: 0 auto;
}

.cwvs_g2Stats_inrBox {
  flex: 1;
  text-align: center;
}
.cwvs_g2Stats_inrBox svg {
  width: 120px;
  height: 120px;
}
.cwvs_g2Stats_inrBox circle {
  fill: none;
  stroke: #0a1e43;
  stroke-width: 10px;
  stroke-dasharray: 333;
  stroke-dashoffset: 333;
  transition: stroke-dashoffset 1s linear;
}
.cwvs_g2Stats_inrBox svg circle:nth-of-type(1) {
  stroke-dashoffset: 0;
  stroke: #e7e9f5;
}
.cwvs_g2Stats_inrBox.eCmrceStats circle {
  transition: stroke-dashoffset 2s linear;
}

.cwvs_g2Stats_pBar {
  stroke-dashoffset: 299.7 !important;
}

.cwvs_g2Stats_inrBox svg text {
  text-anchor: middle;
  font-size: 30px;
  font-weight: 500;
}
.cwvs_g2Stats_inrBox:nth-of-type(1) svg .cwvs_g2Stats_pBar {
  stroke: #fb4534 !important;
}
.cwvs_g2Stats_inrBox:nth-of-type(2) svg .cwvs_g2Stats_pBar {
  stroke: #58399f !important;
}
.cwvs_g2Stats_inrBox:nth-of-type(3) svg .cwvs_g2Stats_pBar {
  stroke: #2c91cc !important;
}

.cwvs_g2Stats_txtBox {
  margin-top: 30px;
}
.cwvs_g2Stats_txtBox h5 {
  color: #010101;
  font-size: 25px;
  font-weight: 700;
}
.cwvs_g2Stats_txtBox p {
  color: #292929;
  font-size: 23px;
}

.vpsRatingsCard .cwvs_g2Stats_ttlBox {
  max-width: 600px;
  margin: 0 auto;
}
.vpsRatingsCard .cwvs_g2Stats_mainBox {
  margin-top: 80px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.vpsRatingsCard .cwvs_g2Stats_mainBox .cwvs_g2Stats_inrBox {
  width: calc(33.33% - 30px);
  max-width: 250px;
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 40px 33px;
}
.vpsRatingsCard .cwvs_g2Stats_mainBox .cwvs_g2Stats_inrBox circle.green {
  stroke: #09ebaf !important;
}
.vpsRatingsCard .cwvs_g2Stats_mainBox .cwvs_g2Stats_inrBox circle.purple {
  stroke: #b764d8 !important;
}
.vpsRatingsCard .cwvs_g2Stats_mainBox .cwvs_g2Stats_inrBox circle.yellow {
  stroke: #feb155 !important;
}
.vpsRatingsCard .cwvs_g2Stats_mainBox .cwvs_g2Stats_inrBox circle.blue {
  stroke: #2f39bf !important;
}

/* @Section 6. Rich Features */
.cwvs_richFeat_wrap {
  padding: 100px 0;
  position: relative;
}

.cwvs_richFeat_ttlBox {
  text-align: center;
  margin-bottom: 80px;
}
.cwvs_richFeat_ttlBox h2 {
  color: #000;
  font-size: 43px;
  font-weight: 700;
}
.cwvs_richFeat_ttlBox p {
  color: #535353;
  font-size: 22px;
}

.cwvs_richFeat_txtBox h3 {
  color: #010101;
  font-size: 43px;
  font-weight: 700;
  margin: 0 0 30px;
}
.cwvs_richFeat_txtBox p {
  color: #292929;
  font-size: 20px;
  display: block;
  margin-bottom: 40px;
}
.cwvs_richFeat_txtBox p em {
  color: #292929;
  font-size: 20px;
  display: block;
}
.cwvs_richFeat_txtBox p:last-child {
  margin-bottom: 0;
}
.cwvs_richFeat_txtBox ul {
  padding: 0;
  margin: 0 0 40px;
}
.cwvs_richFeat_txtBox ul li {
  color: #292929;
  font-size: 20px;
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.cwvs_richFeat_txtBox ul li::before {
  content: "\f054";
  color: #fff;
  font: normal normal normal 12px/1 FontAwesome;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 100%;
  background: #1327aa;
  position: absolute;
  left: 0;
  top: 5px;
}
.cwvs_richFeat_txtBox:not(.cwvs_richFeat_txtBox2) ul li:first-child {
  font-weight: 700;
  padding-left: 0;
  margin-bottom: 15px;
}
.cwvs_richFeat_txtBox:not(.cwvs_richFeat_txtBox2) ul li:first-child::before {
  display: none;
}

.cwvs_richFeat_wrap .cwvs_anmIcon1 {
  right: 48%;
  top: 30%;
}
.cwvs_richFeat_wrap .cwvs_anmIcon2 {
  right: 50%;
  top: 15%;
}
.cwvs_richFeat_wrap .cwvs_anmIcon3 {
  right: 43%;
  top: 8%;
}

.cwvs_richFeat_wrap2 .cwvs_richFeat_txtBox h3 {
  font-size: 36px;
}
.cwvs_richFeat_wrap2 .cwvs_richFeat_txtBox p em {
  margin: 40px 0;
}
.cwvs_richFeat_wrap2 .cwvs_richFeat_txtBox p:last-child em {
  margin: 0;
  font-weight: 700;
}
.cwvs_richFeat_wrap2 .cwvs_richFeat_mainBox {
  margin-bottom: 100px;
}
.cwvs_richFeat_wrap2 .cwvs_richFeat_mainBox:last-child {
  margin-bottom: 0;
}

/* @Section 6. Customer Testimonials */
.cwvs_cstmrTstml_wrap {
  position: relative;
  padding: 100px 0;
  background: #1c2bf7;
  text-align: center;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #1c2bf7), color-stop(100%, #061c59));
  background: linear-gradient(45deg, #1c2bf7 0, #061c59 100%);
}
.cwvs_cstmrTstml_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/cloudways_vs/dot-img-1.png") no-repeat 5% 15%;
  opacity: 0.4;
}

.cwvs_cstmrTstml_ttlBox {
  margin-bottom: 60px;
}
.cwvs_cstmrTstml_ttlBox h2 {
  color: #fff;
  font-size: 43px;
  font-weight: 700;
  margin: 0;
}

.cwvs_cstmrTstml_mainBox {
  position: relative;
  z-index: 99;
}

.cwvs_cstmrTstml_inrBox .fa-quote-left {
  color: #39dcb0;
  font-size: 50px;
}
.cwvs_cstmrTstml_inrBox p {
  color: #fff;
  font-size: 30px;
  margin: 20px 0 30px;
}
.cwvs_cstmrTstml_inrBox span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.cwvs_cstmrTstml_mainBox .slick-dots {
  margin: 50px 0 0;
  padding: 5px 0;
}
.cwvs_cstmrTstml_mainBox .slick-dots li {
  list-style: none;
  display: inline-block;
}
.cwvs_cstmrTstml_mainBox .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  margin-right: 10px;
  border-radius: 100%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
  opacity: 0.75;
  transition: all 0.3s ease-in-out;
}
.cwvs_cstmrTstml_mainBox .slick-dots li:last-child button {
  margin-right: 0;
}
.cwvs_cstmrTstml_mainBox .slick-dots li.slick-active button {
  opacity: 1;
  transform: scale(1.2);
}

.cwvs_cstmrTstml_wrap .cwvs_anmIcon1,
.cwvs_cstmrTstml_wrap .cwvs_anmIcon2,
.cwvs_cstmrTstml_wrap .cwvs_anmIcon3 {
  filter: brightness(100);
  opacity: 1;
}
.cwvs_cstmrTstml_wrap .cwvs_anmIcon1,
.cwvs_cstmrTstml_wrap .cwvs_anmIcon3 {
  opacity: 0.5;
}

/* @Section 7. Global Features */
.cwvs_glbFeat_wrap {
  text-align: center;
  padding: 100px 0 70px;
}

.cwvs_glbFeat_ttlBox {
  margin-bottom: 60px;
  text-align: center;
}
.cwvs_glbFeat_ttlBox span {
  color: #535353;
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin-bottom: 25px;
}
.cwvs_glbFeat_ttlBox h2 {
  color: #000;
  font-size: 43px;
  font-weight: 700;
}
.cwvs_glbFeat_ttlBox p {
  color: #535353;
  font-size: 22px;
}

.cwvs_glbFeat_mainBox {
  margin-bottom: 30px;
}

.cwvs_glbFeat_imgBox img {
  display: inline-block;
  width: 120px;
}

.cwvs_glbFeat_txtBox h4 {
  color: #010101;
  font-size: 25px;
  font-weight: 700;
  margin: 40px 0 30px;
}
.cwvs_glbFeat_txtBox p {
  color: #292929;
  font-size: 20px;
}

/* @Section 8. Signup CTA */
.cwvs_signUp_wrap {
  position: relative;
  padding: 100px 0;
  background: url("../../img/cloudways_vs/dot-img-2.png") no-repeat 95% 90px;
}

.cwvs_signUp_mainBox {
  text-align: center;
}
.cwvs_signUp_mainBox h2 {
  color: #000;
  font-size: 53px;
  font-weight: 700;
}
.cwvs_signUp_mainBox p {
  color: #535353;
  font-size: 25px;
  max-width: 80%;
  margin: 20px auto 30px;
}
.cwvs_signUp_mainBox span {
  color: #535353;
  font-size: 18px;
  display: block;
  margin-top: 50px;
}

.cwvs_signUp_wrap .cwvs_anmIcon1 {
  top: auto;
  right: auto;
  bottom: 20%;
  left: 20%;
}
.cwvs_signUp_wrap .cwvs_anmIcon2 {
  right: auto;
  top: 65%;
  left: 10%;
}
.cwvs_signUp_wrap .cwvs_anmIcon3 {
  top: 40%;
  right: auto;
  left: 12%;
}

#cwvs_signUp_dark {
  background: #1c2bf7;
  text-align: center;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #1c2bf7), color-stop(100%, #061c59));
  background: linear-gradient(45deg, #1c2bf7 0, #061c59 100%);
}
#cwvs_signUp_dark .cwvs_signUp_mainBox h2,
#cwvs_signUp_dark .cwvs_signUp_mainBox p,
#cwvs_signUp_dark .cwvs_signUp_mainBox span {
  color: #fff;
}

/* @Section 9. Signup CTA 2 */
.cwvs_signUp2_wrap {
  position: relative;
  padding: 100px 0;
  background: url("../../img/cloudways_vs/dot-img-2.png") no-repeat 0px 60%;
}

.cwvs_signUp2_mainBox h2 {
  color: #000;
  font-size: 43px;
  font-weight: 700;
  margin: 0;
}
.cwvs_signUp2_mainBox p {
  color: #535353;
  font-size: 25px;
  margin: 20px 0 30px;
  max-width: 80%;
}

.cwvs_signUp2_wrap .cwvs_anmIcon1 {
  top: 30%;
  left: 80%;
}
.cwvs_signUp2_wrap .cwvs_anmIcon2 {
  top: 20%;
  left: 88%;
}
.cwvs_signUp2_wrap .cwvs_anmIcon3 {
  top: 50%;
  left: 90%;
}

/* @Section 10. Our Support */
.cwvs_supp_wrap {
  position: relative;
  text-align: center;
  padding: 100px 0;
  background: url("../../img/cloudways_vs/dot-img-2.png") no-repeat 95% 20%;
}

.cwvs_supp_ttlBox span {
  color: #535353;
  font-size: 22px;
  font-weight: 700;
  display: block;
}
.cwvs_supp_ttlBox h2 {
  color: #000;
  font-size: 43px;
  font-weight: 700;
  display: block;
  margin: 20px 0;
}
.cwvs_supp_ttlBox p {
  color: #535353;
  font-size: 25px;
  margin: 0;
}

.cwvs_supp_imgBox {
  margin: 50px 0 100px;
}
.cwvs_supp_imgBox img {
  display: inline-block;
}

.cwvs_supp_txtBox h3 {
  color: #000;
  font-size: 36px;
}

.cwvs_supp_inrBox {
  text-align: left;
  margin-top: 40px;
}
.cwvs_supp_inrBox p {
  color: #535353;
  font-size: 23px;
  margin-bottom: 20px;
  max-width: 70%;
}
.cwvs_supp_inrBox h4 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}

.cwvs_supp_wrap .cwvs_anmIcon1 {
  right: auto;
  left: 15%;
  top: 60%;
}
.cwvs_supp_wrap .cwvs_anmIcon2 {
  right: auto;
  left: 8%;
  top: 55%;
}
.cwvs_supp_wrap .cwvs_anmIcon3 {
  right: auto;
  left: 12%;
  top: 45%;
}

/* @Section 11. Our Support2 */
.cwvs_supp2_wrap {
  padding: 80px 0;
}

.cwvs_supp2_inrBox {
  text-align: center;
}
.cwvs_supp2_inrBox img {
  width: 100px;
  display: inline-block;
}
.cwvs_supp2_inrBox h6 {
  color: #0a1e43;
  font-size: 28px;
  font-weight: 700;
  margin: 20px 0 0;
}

/* @Section 12. Comparision Tables */
.cwvs_cmprTable_sec {
  padding: 100px 0;
  position: relative;
}

.cwvs_cmprTable_ttlBox {
  margin-bottom: 40px;
  text-align: center;
}
.cwvs_cmprTable_ttlBox span {
  color: #535353;
  font-size: 22px;
  font-weight: 700;
}
.cwvs_cmprTable_ttlBox h2 {
  color: #000;
  font-size: 43px;
  font-weight: 700;
}
.cwvs_cmprTable_ttlBox p {
  color: #535353;
  font-size: 25px;
}

.cwvs_cmprTable_mainBox {
  width: 870px;
  margin: 0 auto;
}
.cwvs_cmprTable_mainBox .table-responsive {
  border-color: transparent !important;
}
.cwvs_cmprTable_mainBox table {
  border-radius: 25px;
  border-collapse: separate;
  border: 1px solid #7e7e7e;
  background-color: #fff;
  overflow: hidden;
}

.cwvs_cmprTable_pros {
  color: #00cc66 !important;
  font-weight: 700;
}

.cwvs_cmprTable_cons {
  color: #ff161c !important;
  font-weight: 700;
}

.cwvs_cmprTable_hLight {
  color: #fff !important;
  background-color: #293ab0;
  font-size: 15px !important;
  font-weight: 700;
  text-align: center !important;
  text-transform: uppercase;
  border: 0 !important;
  margin: 0 !important;
}

.cwvs_cmprTable_mainBox table tr th {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  padding: 15px 25px;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #c7c7c7;
  border-bottom: 0 !important;
}
.cwvs_cmprTable_mainBox table tr th:first-child {
  border: 0 !important;
}
.cwvs_cmprTable_mainBox table tr td {
  color: #000;
  font-size: 14px;
  padding: 17px 25px;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
}
.cwvs_cmprTable_mainBox table tr td:first-child {
  font-size: 17px;
  text-align: left;
  border-left: 0 !important;
}
.cwvs_cmprTable_mainBox table tr td i.fa {
  color: #00cc66;
  font-size: 17px;
  vertical-align: middle;
  margin-right: 3px;
}
.cwvs_cmprTable_mainBox table tr td i.fa-times {
  color: #ff161c !important;
  position: relative;
  top: -2px;
}
.cwvs_cmprTable_mainBox table tr td strong {
  color: #000;
  font-size: 38px;
  font-weight: 700;
  display: block;
}
.cwvs_cmprTable_mainBox table tr td span {
  color: #000;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.cwvs_cmprTable_mainBox table tr td ol {
  padding: 0;
  margin: 0;
}
.cwvs_cmprTable_mainBox table tr td ul {
  text-align: left;
  padding: 0 0 0 20px;
  margin: 0;
}
.cwvs_cmprTable_mainBox table tr td ul li {
  color: #000;
  font-size: 14px;
  margin-bottom: 3px;
}
.cwvs_cmprTable_mainBox table tr td ol li {
  color: #000;
  font-size: 14px;
  margin-bottom: 3px;
  list-style: none;
}

#cwvs_cmprTable_dark,
.cwGradietBg {
  background: #1c2bf7;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #1c2bf7), color-stop(100%, #061c59));
  background: linear-gradient(45deg, #1c2bf7 0, #061c59 100%);
}

#cwvs_cmprTable_dark .cwvs_cmprTable_ttlBox span,
#cwvs_cmprTable_dark .cwvs_cmprTable_ttlBox h2,
#cwvs_cmprTable_dark .cwvs_cmprTable_ttlBox p {
  color: #fff;
}
#cwvs_cmprTable_dark .cwvs_cmprTable_btmTxtBox p {
  color: #fff;
}
#cwvs_cmprTable_dark .cwvs_cmprTable_btmTxtBox p a {
  color: #fff;
}
#cwvs_cmprTable_dark .cwvs_cmprTable_hLight {
  color: #000 !important;
  background-color: #c4c9ff !important;
}

.cwvs_cmprTable_mark table tr th:last-child,
.cwvs_cmprTable_mark table tr td:not(.cwvs_cmprTable_hLight):last-child {
  background-color: #f4f5fb;
}

.cwvs_cmprTable_btmTxtBox {
  margin-top: 40px;
  text-align: center;
}
.cwvs_cmprTable_btmTxtBox p {
  color: #535353;
  font-size: 22px;
}
.cwvs_cmprTable_btmTxtBox p a {
  color: #535353;
  font-size: 22px;
  text-decoration: underline;
}

/* @Section 13. Region Fold */
.cwvs_rgn_wrap {
  padding-bottom: 100px;
}

.cwvs_rgn_mainBox {
  padding: 40px 40px 10px;
  background-color: #f8f9fb;
}
.cwvs_rgn_mainBox .newRgn_actv_slider {
  display: none;
}
.cwvs_rgn_mainBox .newRgn_dcList_nav ul li.active {
  border-bottom-color: #2f39bf;
}

/* @Section 14. Comparison Graph */
.cwvs_cmprGraph_wrap {
  padding: 100px 0;
  position: relative;
}

.cwvs_cmprGraph_mainBox {
  width: 100%;
  padding: 40px;
  position: relative;
  margin-top: 30px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
}
.cwvs_cmprGraph_mainBox::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: -100px;
  top: -70px;
  z-index: -9;
  background: url("../../img/cloudways_vs/dot-img-2.png") no-repeat left top;
}

.cwvs_cmprGraph_wrap .cwvs_anmIcon1 {
  top: auto;
  bottom: 40%;
  right: 8%;
}
.cwvs_cmprGraph_wrap .cwvs_anmIcon2 {
  right: 3%;
  top: 65%;
}
.cwvs_cmprGraph_wrap .cwvs_anmIcon3 {
  right: 10%;
  top: 75%;
}

/* @Section 15. Server Cost Calculator */
.cwvs_calc_sec {
  padding: 100px 0;
  position: relative;
  background: #1c2bf7;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #1c2bf7), color-stop(100%, #061c59));
  background: linear-gradient(45deg, #1c2bf7 0, #061c59 100%);
}
.cwvs_calc_sec:after {
  content: "";
  width: 103px;
  height: 127px;
  background: url("../../img/cloudways_vs/dot-img-3.png") no-repeat left top;
  position: absolute;
  top: 42%;
  right: 8%;
}

.cwvs_calc_ttlBox {
  margin-bottom: 60px;
  text-align: center;
}
.cwvs_calc_ttlBox h2 {
  color: #fff;
  font-size: 43px;
  font-weight: 700;
}
.cwvs_calc_ttlBox p {
  color: #fff;
  font-size: 22px;
}

.cwvs_calc_formWrap form {
  display: flex;
  align-items: flex-end;
  flex-flow: row wrap;
}

.cwvs_calc_form_inrBox {
  flex: 1;
  position: relative;
  margin-bottom: 20px;
}
.cwvs_calc_form_inrBox label {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.cwvs_calc_form_inrBox .dropdown-toggle {
  background: #f8f9fb;
  border-radius: 100px;
  font-size: 14px;
  padding: 12px;
  /* width: 206px; */
  width: 90%;
  text-align: left;
  position: relative;
  outline: none !important;
}
.cwvs_calc_form_inrBox .dropdown-toggle span,
.cwvs_calc_form_inrBox .dropdown-toggle i {
  display: inline-block;
  vertical-align: middle;
}
.cwvs_calc_form_inrBox .dropdown-toggle .fa-chevron-down {
  position: absolute;
  right: 30px;
  top: calc(50% - 8px);
  height: 16px;
  width: 16px;
  color: #fff;
  font-size: 8px;
  line-height: 15px;
  text-align: center;
  border-radius: 100%;
  background: #293ab0;
}
.cwvs_calc_form_inrBox .dropdown .dropdown-menu {
  top: 0;
  left: 0;
  width: 90%;
  border: 1px solid #42526e;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.cwvs_calc_form_inrBox .dropdown .dropdown-menu li {
  margin: 1px;
  transition: all 0.3s ease-in-out;
}

#cwvs_calc_form_appWrap.cwvs_calc_form_inrBox .dropdown .dropdown-menu li:nth-of-type(n + 3) {
  display: none;
}

.cwvs_calc_slct {
  padding: 5px 15px !important;
}
.cwvs_calc_slct span {
  display: inline-block;
  vertical-align: middle;
}

.cwvs_calc_logoBox {
  background: url("../../img/partner/srpite-app-provider-logos1.png") no-repeat left -2px transparent;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.app_php {
  background-position: left -37px;
}

.app_laravel {
  background-position: left -72px;
}

.app_mgn {
  background-position: left -115px;
}

.app_drupal {
  background-position: left -159px;
}

.app_oc {
  background-position: left -197px;
}

.app_ps {
  background-position: left -238px;
}

.app_joomla {
  background-position: left -278px;
}

.app_woo {
  background-position: left -313px;
}

.prvdr_do {
  background-position: left -349px;
}

.prvdr_linode {
  background-position: left -389px;
}

.prvdr_vultr {
  background-position: left -427px;
}

.prvdr_aws {
  background-position: left -461px;
}

.prvdr_gce {
  background-position: left -496px;
}

.cwvs_calc_form_inrBox .form-control {
  border-radius: 6px !important;
  padding: 15px;
  border: 0;
  height: 46px;
  box-shadow: none;
  color: #0a1e43;
  font-size: 16px;
  font-weight: 500;
  background-color: #e4e4e4;
}

.cwvs_calc_form_iconBox {
  position: absolute;
  left: -16%;
  top: 50%;
  transform: translateY(-50%);
}
.cwvs_calc_form_iconBox svg {
  width: 25px;
}

.cwvs_calc_sec .cwvs_cta_Box {
  flex: 1 100%;
  text-align: center;
}
.cwvs_calc_sec .cwvs_cta_Box h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin: 80px 0 40px;
}

.cwvs_calc_formRslt_mainBox {
  text-align: center;
  display: none;
}
.cwvs_calc_formRslt_mainBox > p {
  color: #fff;
  font-size: 18px;
}

.cwvs_calc_formRslt_statsBox {
  display: flex;
  align-items: center;
  margin: 30px 0;
  flex-flow: row wrap;
}

.cwvs_calc_formRslt_inrBox {
  flex: 1;
}
.cwvs_calc_formRslt_inrBox strong {
  color: #0a1e43;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
  /* font-size: 22px; */
  /* font-weight: 500; */
}
.cwvs_calc_formRslt_inrBox p {
  color: #0a1e43;
  font-size: 14px;
  font-weight: 700;
}
.cwvs_calc_formRslt_inrBox p i {
  display: inline-block;
  vertical-align: middle;
}
.cwvs_calc_formRslt_inrBox p span {
  display: inline-block;
  vertical-align: middle;
  color: #0a1e43;
  font-size: 14px;
  font-weight: 700;
}

.cwvs_calc_formRslt_srvrBox {
  background: #f7f7f7;
  display: inline-block;
  padding: 20px;
  position: relative;
  border-radius: 6px;
  z-index: 99;
}

.cwvs_calc_formRslt_inrBox4 .cwvs_calc_formRslt_srvrBox {
  min-width: 85%;
  padding: 25px;
  min-height: 92px;
}
.cwvs_calc_formRslt_inrBox4 .cwvs_calc_formRslt_srvrBox:before {
  content: "\f00c";
  color: #fff;
  font: normal normal normal 12px/1 FontAwesome;
  position: absolute;
  right: -8px;
  bottom: -5px;
  background: #39dcb1;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
}

.cwvs_calc_formRslt_srvrBox h5 {
  color: #0a1e43;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
.cwvs_calc_formRslt_srvrBox p {
  color: #0a1e43;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.cwvs_calc_formRslt_inrBox4 .cwvs_calc_formRslt_srvrBox span {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  background: #2f39bf;
  text-align: center;
  padding: 2px 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translateX(-50%);
  min-width: 120px;
}
.cwvs_calc_formRslt_inrBox4 .cwvs_calc_formRslt_srvrBox span b {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.cwvs_calc_formRslt_ctaBox {
  margin-bottom: 15px;
}
.cwvs_calc_formRslt_ctaBox a {
  min-width: 190px;
  border-radius: 100px !important;
}
.cwvs_calc_formRslt_ctaBox a.cw-glb-btn3 {
  color: #fff;
  margin-left: 10px;
}

.cwvs_calc_formRslt_clcAgn {
  color: #fff;
  font-size: 13px;
  text-decoration: underline;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  position: relative;
  top: 40px;
}

.cwvs_calc_sec .cwvs_anmIcon1,
.cwvs_calc_sec .cwvs_anmIcon2,
.cwvs_calc_sec .cwvs_anmIcon3 {
  filter: brightness(100);
}
.cwvs_calc_sec .cwvs_anmIcon1 {
  top: 52%;
  left: 10%;
  right: auto;
}
.cwvs_calc_sec .cwvs_anmIcon2 {
  right: auto;
  top: 42%;
  left: 4%;
}
.cwvs_calc_sec .cwvs_anmIcon3 {
  right: auto;
  top: 28%;
  left: 8%;
}

/* @Section16. cw VS Kinsta Template */
.cwKinstaTemplate .grayscale {
  filter: grayscale(1) brightness(1.5);
}
.cwKinstaTemplate .grayscale2 {
  filter: grayscale(1);
}
.cwKinstaTemplate .preHdng {
  font-weight: 400;
  font-size: 20px;
  color: #2f39bf;
}
.cwKinstaTemplate h2 {
  font-size: 36px;
  color: #0a1e43;
  font-weight: 800;
  margin: 0 0 15px;
  text-transform: unset;
  letter-spacing: -0.02em;
}
.cwKinstaTemplate h2 + p {
  font-weight: 400;
  font-size: 18px;
  color: #42526e;
}
.cwKinstaTemplate .cwvs_bnr_wrap {
  padding: 200px 0 90px;
}
.cwKinstaTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox {
  max-width: 900px;
  margin: 0 auto;
}
.cwKinstaTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox span {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffc046;
  margin-bottom: 20px;
}
.cwKinstaTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox h1 {
  font-size: 48px;
  font-weight: 800;
}
.cwKinstaTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox .note {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 0;
  color: #fff;
}
.cwKinstaTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox .creditText {
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
.cwKinstaTemplate .cwvs_testimonialSec {
  padding: 80px 0;
}
.cwKinstaTemplate .cwvs_testimonialSec .cwvs_testimonialWrap {
  max-width: 850px;
  margin: 0 auto;
}
.cwKinstaTemplate .cwvs_testimonialSec .topTxt {
  max-width: 750px;
  margin: 0 auto;
}
.cwKinstaTemplate .cwvs_testimonialSec .cwvs_testimonialBox {
  margin: 50px 0;
  padding: 25px 30px;
  background: #ffffff;
  border: 1.5px solid #f2f2f2;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px rgba(149, 149, 149, 0.15);
  border-radius: 6px;
}
.cwKinstaTemplate .cwvs_testimonialSec .cwvs_testimonialBox p {
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  font-style: italic;
  color: #0a1e43;
  max-width: 700px;
  margin: 0 auto;
}
.cwKinstaTemplate .cwvs_testimonialSec .cwvs_testimonialInfoWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.cwKinstaTemplate .cwvs_testimonialSec .cwvs_testimonialInfoWrap .img {
  max-width: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.cwKinstaTemplate .cwvs_testimonialSec .cwvs_testimonialInfoWrap .details h4 {
  font-weight: 700;
  font-size: 24px;
  color: #0a1e43;
  margin: 0;
}
.cwKinstaTemplate .cwvs_testimonialSec .cwvs_testimonialInfoWrap .details span {
  font-weight: 400;
  font-size: 18px;
  color: #0a1e43;
  opacity: 0.52;
  display: block;
}
.cwKinstaTemplate .comptrtrDrawbackSec {
  padding: 80px 0;
}

.comptrtrDrawbackSec .txt {
  max-width: 800px;
  margin: 0 auto;
}

.cwKinstaTemplate .comptrtrDrawbackSec .comptrtrDrawbackWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cwKinstaTemplate .comptrtrDrawbackSec .comptrtrDrawbackWrap .txt {
  flex: 1;
  padding-right: 100px;
}
.cwKinstaTemplate .comptrtrDrawbackSec .comptrtrDrawbackWrap .txt p {
  font-weight: 400;
  font-size: 18px;
  color: #0a1e43;
  margin-bottom: 30px;
}
.cwKinstaTemplate .comptrtrDrawbackSec .comptrtrDrawbackWrap .txt h3 {
  font-weight: 700;
  font-size: 18px;
  color: #0a1e43;
  margin: 0 0 15px;
}
.cwKinstaTemplate .comptrtrDrawbackSec .comptrtrDrawbackWrap .txt ul {
  padding-left: 17px;
  margin: 0;
}
.cwKinstaTemplate .comptrtrDrawbackSec .comptrtrDrawbackWrap .txt ul li {
  font-weight: 400;
  font-size: 18px;
  color: #0a1e43;
  margin-bottom: 10px;
}
.cwKinstaTemplate .comptrtrDrawbackSec .comptrtrDrawbackWrap .txt ul li:last-child {
  margin-bottom: 0;
}
.cwKinstaTemplate .comptrtrDrawbackSec .comptrtrDrawbackWrap .img {
  flex: 1;
  text-align: right;
}
.cwKinstaTemplate .comptrtrDrawbackSec .comptrtrDrawbackWrap .img img {
  display: inline-block;
}
.cwKinstaTemplate .comptrtrDrawbackSec .comptrtrDrawbackWrapNew .txt {
  padding-right: 147px;
}
.cwKinstaTemplate .comptrtrDrawbackSec .comptrtrDrawbackWrapNew .txt p {
  margin: 0;
  color: #42526e;
}
.cwKinstaTemplate .comptrtrDrawbackSec .comptrtrDrawbackWrapNew ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: left;
}
.cwKinstaTemplate .comptrtrDrawbackSec .comptrtrDrawbackWrapNew ul li {
  font-size: 18px;
  color: #42526e;
  margin: 0 0 24px;
}
.cwKinstaTemplate .comptrtrDrawbackSec .comptrtrDrawbackWrapNew ul li:last-child {
  margin: 0;
}
.cwKinstaTemplate .comptrtrDrawbackSec .comptrtrDrawbackWrapNew ul li span {
  margin: 0 16px 0 0;
}
.cwKinstaTemplate .g2TestimonialsSec {
  padding: 80px 0;
}
.cwKinstaTemplate .g2TestimonialsSec .topTxt {
  max-width: 800px;
  margin: 0 auto 80px;
}
.cwKinstaTemplate .g2TestimonialsSec .g2TestimonialsWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.cwKinstaTemplate .g2TestimonialsSec .g2TestimonialsWrap .g2TestimonialsBox {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 30px 25px 65px;
  width: calc(33.33% - 20px);
  margin: 0 10px 30px;
  position: relative;
}
.cwKinstaTemplate .g2TestimonialsSec .g2TestimonialsWrap .g2TestimonialsBox .testimonials_rateBox {
  margin-bottom: 12px;
}
.cwKinstaTemplate .g2TestimonialsSec .g2TestimonialsWrap .g2TestimonialsBox .testimonials_rateBox i {
  color: #ef492d;
  font-size: 14px;
}
.cwKinstaTemplate .g2TestimonialsSec .g2TestimonialsWrap .g2TestimonialsBox p {
  font-weight: 400;
  font-size: 18px;
  color: #42526e;
  min-height: 130px;
}
.cwKinstaTemplate .g2TestimonialsSec .g2TestimonialsWrap .g2TestimonialsBox .testimonials_cstmrInfoBox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 25px;
  right: 25px;
}
.cwKinstaTemplate .g2TestimonialsSec .g2TestimonialsWrap .g2TestimonialsBox .testimonials_cstmrInfoBox .testimonials_cstmrTxtBox h6 {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
  color: #42526e;
}
.cwKinstaTemplate .cwFeatrsSec {
  padding: 80px 0;
}
.cwKinstaTemplate .cwFeatrsSec .topTxt {
  max-width: 800px;
  margin: 0 auto 80px;
}
.cwKinstaTemplate .cwFeatrsSec .topTxt .preHdng {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #2f39bf;
}
.cwKinstaTemplate .cwFeatrsSec .ftrsWrap {
  display: flex;
  justify-content: space-between;
}
.cwKinstaTemplate .cwFeatrsSec .ftrsWrap .ftrsBox {
  max-width: calc(33.33% - 50px);
  flex: 1;
}
.cwKinstaTemplate .cwFeatrsSec.v2 .ftrsWrap .ftrsBox img {
  margin: 0 auto;
}
.cwKinstaTemplate .cwFeatrsSec.v2 .quote {
  max-width: 900px;
  margin: 60px auto 0;
}
.cwKinstaTemplate .cwFeatrsSec.v2 .quote p {
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  color: #0a1e43;
  opacity: 0.7;
}
.cwKinstaTemplate .cwFeatrsSec.v2 .quote .info {
  font-weight: 700;
  font-size: 20px;
  color: #0a1e43;
  opacity: 0.52;
}
.cwKinstaTemplate .cwFeatrsSec.v2 .quote .info span {
  font-weight: 300;
  font-size: inherit;
  color: inherit;
}
.cwKinstaTemplate .cwFeatrsSec .ftrsWrap .ftrsBox h3 {
  font-weight: 700;
  font-size: 22px;
  color: #0a1e43;
  margin: 20px 0 10px;
}
.cwKinstaTemplate .cwFeatrsSec .ftrsWrap .ftrsBox p {
  font-weight: 400;
  font-size: 16px;
  color: #42526e;
  margin: 0;
}
.cwKinstaTemplate .cwAdvantagesSec {
  padding: 80px 0;
}
.cwKinstaTemplate .cwAdvantagesSec .topTxt {
  margin-bottom: 60px;
}
.cwKinstaTemplate .cwAdvantagesSec .advantageBox {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cwKinstaTemplate .cwAdvantagesSec .advantageBox .img {
  flex: 1;
}
.cwKinstaTemplate .cwAdvantagesSec .advantageBox .txt {
  flex: 1;
  padding-right: 80px;
}
.cwKinstaTemplate .cwAdvantagesSec .advantageBox .txt h3 {
  font-weight: 700;
  font-size: 24px;
  color: #0a1e43;
  margin: 0 0 15px;
}
.cwKinstaTemplate .cwAdvantagesSec .advantageBox .txt p {
  font-weight: 400;
  font-size: 20px;
  color: #0a1e43;
  margin: 0 0 15px;
}
.cwKinstaTemplate .cwAdvantagesSec .advantageBox .txt .quote {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  color: rgba(10, 30, 67, 0.7);
  margin: 0 0 8px;
}
.cwKinstaTemplate .cwAdvantagesSec .advantageBox .txt .info {
  font-weight: 700;
  font-size: 22px;
  color: #2f39bd;
}
.cwKinstaTemplate .cwAdvantagesSec .advantageBox:last-child {
  border: 0;
  padding-bottom: 0;
}
.cwKinstaTemplate .responceTimeCompSec {
  padding: 100px 0;
}
.cwKinstaTemplate .responceTimeCompSec .topTxt .preHdng {
  font-weight: 400;
  font-size: 18px;
  color: #2f39bf;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap {
  margin-top: 80px;
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
  border: 0.5px solid rgba(66, 82, 110, 0.2);
  box-sizing: border-box;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap .table-responsive {
  margin: 0;
  border: 0;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap th,
.cwKinstaTemplate .responceTimeCompSec .tableWrap td {
  padding: 35px 60px;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap table {
  margin: 0;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap thead {
  background: rgba(196, 196, 196, 0.2);
  border-radius: 6px 6px 0px 0px;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap thead th {
  border: 0;
  border-right: 1px solid rgba(66, 82, 110, 0.2);
  width: 35%;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap thead th:first-child {
  width: 26%;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap thead th:last-child {
  border-right: 0;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap thead img {
  height: 25px;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap tbody tr td,
.cwKinstaTemplate .responceTimeCompSec .tableWrap tbody tr th {
  border-right: 1px solid rgba(66, 82, 110, 0.2);
  border-bottom: 1px solid rgba(66, 82, 110, 0.2);
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap tbody tr td:last-child,
.cwKinstaTemplate .responceTimeCompSec .tableWrap tbody tr th:last-child {
  border-right: 0;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap tbody tr:last-child td,
.cwKinstaTemplate .responceTimeCompSec .tableWrap tbody tr:last-child th {
  border-bottom: 0;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap tbody tr th {
  font-weight: 600;
  font-size: 18px;
  color: #0a1e43;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap tbody tr td {
  font-weight: 400;
  font-size: 16px;
  color: #0a1e43;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap tbody tr td span {
  display: block;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap tbody tr td .graph {
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background: #c4c4c4;
  position: relative;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap tbody tr td .graph::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  width: 80%;
  background: #cc2500;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap tbody tr td .graph.ten:before {
  width: 10%;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap tbody tr td .graph.twenty:before {
  width: 20%;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap tbody tr td .graph.thirty:before {
  width: 30%;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap tbody tr td .graph.fourty:before {
  width: 40%;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap tbody tr td .graph.fifty:before {
  width: 50%;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap tbody tr td .graph.sixty:before {
  width: 60%;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap tbody tr td .graph.seventy:before {
  width: 70%;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap tbody tr td .graph.eighty:before {
  width: 80%;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap tbody tr td .graph.ninety:before {
  width: 90%;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap tbody tr td:last-child .graph::before {
  background: #39dcb1;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap tbody tr td .graph.green::before {
  background: #39dcb1;
}
.cwKinstaTemplate .responceTimeCompSec .tableWrap tbody tr td .graph.red:before {
  background: #cc2500;
}
.cwKinstaTemplate .responceTimeCompSec .note {
  text-align: center;
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #42526e;
}
.cwKinstaTemplate .responceTimeCompSec .note a {
  font-size: inherit;
  font-weight: inherit;
  color: #2f39bf;
}
.cwKinstaTemplate .cwvs_rgn_wrap {
  padding: 90px 0;
}
.cwKinstaTemplate .cwvs_rgn_wrap .topTxt {
  max-width: 800px;
  margin: 0 auto;
}
.cwKinstaTemplate .cwvs_rgn_wrap .dataCentersWrap {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 65px auto 90px;
}
.cwKinstaTemplate .cwvs_rgn_wrap .dataCentersWrap .box {
  background: #ffffff;
  border: 0.5px solid rgba(66, 82, 110, 0.4);
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 60px;
  width: calc(50% - 10px);
}
.cwKinstaTemplate .cwvs_rgn_wrap .dataCentersWrap .box .img img {
  max-height: 30px;
  max-width: 170px;
  min-height: 20px;
}
.cwKinstaTemplate .cwvs_rgn_wrap .dataCentersWrap .box .txt {
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: rgba(66, 82, 110, 0.7);
}
.cwKinstaTemplate .cwvs_rgn_wrap .dataCentersWrap .box .txt b {
  display: block;
  font-weight: 800;
  font-size: 36px;
  letter-spacing: -0.02em;
  color: #0e134f;
  line-height: 30px;
}
.cwKinstaTemplate .cwvs_rgn_wrap .dataCentersWrap .box.cloudways {
  background: #ffffff;
  border: 0.5px solid rgba(66, 82, 110, 0.18);
  box-sizing: border-box;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.cwKinstaTemplate .cwvs_rgn_wrap .cwvs_glbFeat_ttlBox {
  text-align: left;
  max-width: 650px;
}
.cwKinstaTemplate .cwvs_rgn_wrap .cwvs_glbFeat_ttlBox h2 {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.02em;
}
.cwKinstaTemplate .cwvs_calc_sec:after {
  display: none;
}
.cwKinstaTemplate .cwvs_calc_ttlBox h2,
.cwKinstaTemplate .hm-new-sgnup-cta-txt p {
  color: #fff;
}
.cwKinstaTemplate .cwvs_calc_sec .cwvs_cta_Box2 {
  flex: 1 100%;
  text-align: center;
  margin-top: 80px;
}
.cwKinstaTemplate .cwvs_calc_sec .cwvs_cta_Box2 h2 {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
}
.cwKinstaTemplate .cwvs_calc_form_inrBox .dropdown-toggle {
  border-radius: 5px;
  line-height: 25px;
}
.cwKinstaTemplate .cwvs_calc_form_inrBox .dropdown-menu > li > a {
  padding: 12px !important;
  line-height: 25px;
}
.cwKinstaTemplate .cwvs_calc_form_inrBox .dropdown .dropdown-menu {
  border: 0;
}
.cwKinstaTemplate .plansCompTableSec {
  padding: 100px 0;
}
.cwKinstaTemplate .plansCompTableSec .plansCompTableWrap {
  margin-top: 80px;
  display: flex;
  align-items: flex-end;
  background: #ffffff;
  border: 0.5px solid rgba(66, 82, 110, 0.3);
  box-sizing: border-box;
  border-radius: 6px;
}
.cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col {
  flex: 1;
}
.cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col ul li {
  border: 0.5px solid rgba(66, 82, 110, 0.2);
  border-right: 0;
  border-top: 0;
  padding: 22px 40px;
  font-weight: 600;
  font-size: 20px;
  color: rgba(66, 82, 110, 0.7);
  text-align: center;
}
.cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col ul li img {
  margin: 0 auto;
  height: 20px;
}
.cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col ul li:last-child {
  border-bottom: 0;
}
.cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col.col1 ul li {
  border-left: 0;
  color: #0e134f;
}
.cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col.col1 ul li:first-child {
  padding: 70px 40px;
}
.cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col.col2 li:first-child {
  border: 0;
  background: #ececec;
}
.cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col.col2 li:nth-child(2) {
  padding: 40px;
  font-weight: 600;
  font-size: 16px;
  color: rgba(66, 82, 110, 0.7);
}
.cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col.col2 li:nth-child(2) b {
  font-weight: 800;
  font-size: 36px;
  color: #0a1e43;
  display: block;
}
.cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col.col3 {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 6px 6px;
}
.cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col.col3 li {
  color: #42526e;
}
.cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col.col3 li:first-child {
  background: #2f39bf;
  padding: 25px 40px;
  border-radius: 6px 6px 0 0;
  margin-top: -8px;
}
.cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col.col3 li:nth-child(2) {
  font-weight: 600;
  padding: 40px;
  font-size: 16px;
  color: rgba(66, 82, 110, 0.7);
}
.cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col.col3 li:nth-child(2) b {
  font-weight: 800;
  font-size: 36px;
  color: #0a1e43;
  display: block;
}
.cwKinstaTemplate .sprtQuatrPerfSec {
  padding: 100px 0;
}

.sprtQuatrPerfSec .topTxt {
  max-width: 800px;
  margin: 0 auto;
}

.cwKinstaTemplate .sprtQuatrPerfSec .sprtQuatrPerfWrap {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cwKinstaTemplate .sprtQuatrPerfSec .sprtQuatrPerfWrap .txt {
  max-width: 450px;
}
.cwKinstaTemplate .sprtQuatrPerfSec .sprtQuatrPerfWrap .txt h3 {
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 40px;
  letter-spacing: -0.02em;
  color: #0a1e43;
}
.cwKinstaTemplate .sprtQuatrPerfSec .sprtQuatrPerfWrap .txt .matrix {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cwKinstaTemplate .sprtQuatrPerfSec .sprtQuatrPerfWrap .txt .matrix li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.cwKinstaTemplate .sprtQuatrPerfSec .sprtQuatrPerfWrap .txt .matrix li .box {
  padding: 8px;
  width: 80px;
  height: 55px;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(154, 154, 154, 0.25);
  border-radius: 6px;
  border-bottom: 3px solid #2f39bf;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: rgba(10, 30, 67, 0.7);
  margin-right: 20px;
}
.cwKinstaTemplate .sprtQuatrPerfSec .sprtQuatrPerfWrap .txt .matrix li .box b {
  font-weight: 700;
  font-size: 32px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #0a1e43;
  display: block;
}
.cwKinstaTemplate .sprtQuatrPerfSec .sprtQuatrPerfWrap .txt .matrix li:last-child .box b {
  line-height: 40px;
}
.cwKinstaTemplate .hm-new-sgnup-prc-ctaBox:last-child a {
  display: none;
}
.cwKinstaTemplate .mergeWdTop {
  padding: 60px 0 0;
  margin-top: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cwKinstaTemplate .mergeWdTop .cwvs_g2Stats_ttlBox h2 {
  color: #0a1e43;
  font-weight: 600;
  font-size: 24px;
}
.cwKinstaTemplate .mergeWdTop .cwvs_g2Stats_mainBox {
  justify-content: space-between;
}
.cwKinstaTemplate .mergeWdTop .cwvs_g2Stats_mainBox .cwvs_g2Stats_inrBox {
  max-width: calc(33% - 15px);
}
.cwKinstaTemplate .mergeWdTop .cwvs_g2Stats_txtBox h5 {
  font-weight: 600;
  font-size: 24px;
  color: #0a1e43;
  margin: 15px 0 25px;
}
.cwKinstaTemplate .mergeWdTop .cwvs_g2Stats_txtBox p {
  font-size: 20px;
}
.cwKinstaTemplate .cwvs_signUp_mainBox {
  max-width: 850px;
  margin: 0 auto;
}
.cwKinstaTemplate .cwvs_signUp_mainBox p {
  margin-bottom: 70px;
}
.cwKinstaTemplate .cwvs_signUp_mainBox span {
  margin-top: 8px;
}
.cwKinstaTemplate .selectPrvdrSec {
  padding: 100px 0;
}
.cwKinstaTemplate .selectPrvdrSec .topTxt {
  max-width: 800px;
  margin: 0 auto 70px;
}
.cwKinstaTemplate .selectPrvdrSec .selectPrvdrWrap .selectPrvdrBox {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 30px 50px;
}
.cwKinstaTemplate .selectPrvdrSec .selectPrvdrWrap .selectPrvdrBox .img {
  flex: 1;
  max-width: -moz-max-content;
  max-width: max-content;
}
.cwKinstaTemplate .selectPrvdrSec .selectPrvdrWrap .selectPrvdrBox .img img {
  width: 150px;
}
.cwKinstaTemplate .selectPrvdrSec .selectPrvdrWrap .selectPrvdrBox .providerList {
  flex: 2;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.cwKinstaTemplate .selectPrvdrSec .selectPrvdrWrap .selectPrvdrBox .providerList p {
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
  color: #42526e;
}
.cwKinstaTemplate .selectPrvdrSec .selectPrvdrWrap .selectPrvdrBox .status {
  flex: 1.5;
  max-width: 300px;
  padding-left: 80px;
  text-align: center;
  color: #e75447;
  border-left: 0.5px solid rgba(66, 82, 110, 0.16);
}
.cwKinstaTemplate .selectPrvdrSec .selectPrvdrWrap .selectPrvdrBox .status i {
  font-size: 36px;
}
.cwKinstaTemplate .selectPrvdrSec .selectPrvdrWrap .selectPrvdrBox .status i.fa-check-circle {
  color: #39dcb1;
}
.cwKinstaTemplate .selectPrvdrSec .selectPrvdrWrap .selectPrvdrBox .status p {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  margin: 15px 0 0;
  letter-spacing: -0.02em;
  color: #42526e;
}
.cwKinstaTemplate .selectPrvdrSec .selectPrvdrWrap .selectPrvdrBox:first-child {
  position: relative;
  transform: scale(1.03);
}
.cwKinstaTemplate .freeTrialFtrSec {
  padding: 100px 0;
}
.cwKinstaTemplate .freeTrialFtrSec .topTxt {
  max-width: 800px;
  margin: 0 auto 80px;
}
.cwKinstaTemplate .freeTrialFtrSec .freeTrialFtrWrap {
  display: flex;
  align-items: flex-end;
  max-width: 800px;
  margin: 0 auto;
}
.cwKinstaTemplate .freeTrialFtrSec .freeTrialFtrWrap .freeTrialFtrBox {
  flex: 1;
}
.cwKinstaTemplate .freeTrialFtrSec .freeTrialFtrWrap .freeTrialFtrBox img {
  margin: 0 auto 15px;
  max-width: 150px;
}
.cwKinstaTemplate .freeTrialFtrSec .freeTrialFtrWrap .freeTrialFtrBox .txt {
  padding: 60px;
  text-align: center;
  background: #ffffff;
  border: 0.5px solid rgba(66, 82, 110, 0.4);
  box-sizing: border-box;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
.cwKinstaTemplate .freeTrialFtrSec .freeTrialFtrWrap .freeTrialFtrBox .txt p {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  /* identical to box height */
  letter-spacing: -0.02em;
  color: rgba(66, 82, 110, 0.7);
  margin: 0;
  vertical-align: middle;
}
.cwKinstaTemplate .freeTrialFtrSec .freeTrialFtrWrap .freeTrialFtrBox .txt i {
  font-size: 24px;
  color: #e75447;
  margin-right: 6px;
  vertical-align: middle;
}
.cwKinstaTemplate .freeTrialFtrSec .freeTrialFtrWrap .freeTrialFtrBox:last-child {
  position: relative;
  transform: scale(1.1);
  transform-origin: center bottom;
}
.cwKinstaTemplate .freeTrialFtrSec .freeTrialFtrWrap .freeTrialFtrBox:last-child .txt {
  padding: 40px;
  border-radius: 6px 6px 6px 0;
  box-sizing: border-box;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
}
.cwKinstaTemplate .freeTrialFtrSec .freeTrialFtrWrap .freeTrialFtrBox:last-child .txt p {
  color: #0e134f;
}
.cwKinstaTemplate .freeTrialFtrSec .freeTrialFtrWrap .freeTrialFtrBox:last-child .txt .note {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: rgba(66, 82, 110, 0.7);
  margin-top: 15px;
}
.cwKinstaTemplate .freeTrialFtrSec .freeTrialFtrWrap .freeTrialFtrBox:last-child .txt i {
  font-size: 36px;
  color: #39dcb1;
}
.cwKinstaTemplate .ftrsCompTableSec {
  padding: 100px 0;
}
.cwKinstaTemplate .ftrsCompTableSec .topTxt {
  max-width: 850px;
  margin: 0 auto;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap {
  margin-top: 80px;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap .table-responsive {
  overflow: visible;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table {
  border: 0.5px solid rgba(66, 82, 110, 0.3);
  border-top: 0;
  border-left: 0;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table * {
  vertical-align: middle;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table thead {
  background: transparent;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table thead th {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #0a1e43;
  padding: 25px 30px;
  border: 0;
  width: 30%;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table thead th img {
  max-width: 150px;
  margin: 0 auto;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table thead th:nth-child(2) {
  background: #ececec;
  border-radius: 6px 0px 0px 0px;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table thead th:last-child {
  background: #2f39bf;
  border-radius: 6px 6px 0px 0px;
  box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1), inset -4px 0 4px -2px rgba(0, 0, 0, 0.1);
  position: relative;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table thead th:last-child img {
  filter: brightness(100);
  transform: translateY(-5px);
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table thead th:last-child::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -10px;
  bottom: 0;
  background: inherit;
  border-radius: 6px;
}

.getFlyWheel.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table thead th:last-child {
  color: #fff;
}
.getFlyWheel.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table thead th:last-child::before {
  z-index: -1;
}

.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table tbody .ftrsCompTableRow th {
  background: #fcfcfc;
  text-align: center;
  padding: 20px;
  font-weight: 600;
  font-size: 20px;
  color: #0e134f;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table tbody th,
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table tbody td {
  padding: 15px 20px;
  background: #fff;
  border-left: 0.5px solid rgba(66, 82, 110, 0.3);
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table tbody th {
  font-weight: 600;
  font-size: 20px;
  color: #0e134f;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table tbody td {
  font-weight: 600;
  font-size: 20px;
  color: rgba(66, 82, 110, 0.7);
  text-align: center;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table tbody td .note {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: rgba(66, 82, 110, 0.7);
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table tbody td:last-child {
  box-shadow: inset -4px 0 4px -2px rgba(0, 0, 0, 0.1);
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table tbody td:last-child .fa-check {
  font-size: 20px;
  color: #2f39bf;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table tbody td:nth-child(2) {
  box-shadow: inset -4px 0 4px -2px rgba(0, 0, 0, 0.1);
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table tbody td:nth-child(2) .fa-check {
  font-size: 20px;
  color: #2f2e2c;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table tbody td:nth-child(2) .fa-times {
  font-size: 20px;
  color: #c6cbd3;
}
.cwKinstaTemplate .testimonials2Sec {
  padding: 100px 0;
  overflow: hidden;
}
.cwKinstaTemplate .testimonials2Sec .container {
  position: relative;
}
.cwKinstaTemplate .testimonials2Sec .container i {
  position: absolute;
  left: 0;
  bottom: -170px;
  font-size: 320px;
  color: rgba(1, 1, 1, 0.05);
}
.cwKinstaTemplate .testimonials2Sec .container .quote {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.cwKinstaTemplate .testimonials2Sec .container .quote blockquote {
  padding: 0;
  margin: 0;
  font-style: italic;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  color: #0a1e43;
  border: 0;
}
.cwKinstaTemplate .testimonials2Sec .container .quote .name {
  font-weight: 600;
  font-size: 22px;
  color: #0a1e43;
  margin-top: 25px;
}

/* Cloudways Vs Cpanel */
.cwvs_sideCompr_sec {
  padding: 50px 0;
}

.cwvs_sideCompr_ttlBox {
  margin-bottom: 60px;
}
.cwvs_sideCompr_ttlBox h5 {
  color: #2f39bf;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.cwvs_sideCompr_ttlBox h2 {
  color: #0a1e43;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 10px;
}
.cwvs_sideCompr_ttlBox p {
  color: #585858;
  font-size: 16px;
}

.cwvs_sideCompr_navBox {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}

.cwvs_sideCompr_navBox_fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}

.cwvs_sideCompr_nav_inrBox {
  flex: 1;
  margin-bottom: 20px;
}
.cwvs_sideCompr_nav_inrBox:last-child {
  text-align: right;
}
.cwvs_sideCompr_nav_inrBox img {
  height: 30px;
  display: inline-block;
}

.cwvs_sideCompr_mainBox {
  margin-top: 50px;
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden;
}
.cwvs_sideCompr_mainBox h2 {
  color: #0a1e43;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

.cwvs_sideCompr_inrBox {
  margin-bottom: 50px;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.cwvs_sideCompr_inrBox_anm2 .cwvs_sideCompr_inrBox_rht {
  transform: translateX(-30%);
}

.cwvs_sideCompr_inrBox_lft,
.cwvs_sideCompr_inrBox_rht {
  width: 50%;
  padding-bottom: 20px;
  position: relative;
}

.cwvs_sideCompr_inrBox_lft {
  flex: 0 0 50%;
  text-align: left;
  transform: translateX(-100%);
  opacity: 0;
  animation-fill-mode: forwards !important;
}

.cwvs_sideCompr_inrBox_rht {
  flex: 0 0 50%;
  text-align: right;
  margin-left: auto;
  transform: translateX(100%);
  opacity: 0;
  animation-fill-mode: forwards !important;
}

.cwvs_sideCompr_inrBox_lft::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #f76a1e;
  transition: all 0.3s ease-in-out;
}

.cwvs_sideCompr_inrBox_rht::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #f76a1e;
  transition: all 0.3s ease-in-out;
  left: auto;
  right: 0;
  background-color: #2f39bf !important;
}

.cwvs_sideCompr_inrBox h3,
.cwvs_sideCompr_inrBox_lft h3,
.cwvs_sideCompr_inrBox_rht h3 {
  color: #0a1e43;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  flex: 0 0 100%;
}

.cwvs_sideCompr_inrBox_lft p,
.cwvs_sideCompr_inrBox_rht p {
  color: #585858;
  font-size: 18px;
}

.cwvs_sideCompr_inrBox_lft p {
  margin-right: 20%;
}

.cwvs_sideCompr_inrBox_rht p {
  margin-left: 20%;
}

.cwvs_sideCompr_inrBox2 {
  position: relative;
}
.cwvs_sideCompr_inrBox2 .cwvs_sideCompr_inrBox_lft::before,
.cwvs_sideCompr_inrBox2 .cwvs_sideCompr_inrBox_rht::before {
  display: none;
}
.cwvs_sideCompr_inrBox2::before {
  content: "";
  width: 0;
  height: 5px;
  background: #f76a1e;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cwvs_sideCompr_inrBox2::after {
  content: "";
  width: 0;
  height: 5px;
  background: #f76a1e;
  position: absolute;
  left: 0;
  bottom: 0;
  left: auto;
  right: 0;
  background: #2f39bf;
}

.cwvs_sideCompr_inrBox_actv .cwvs_sideCompr_inrBox_lft {
  animation: anm_lft 1s ease-in-out;
}
.cwvs_sideCompr_inrBox_actv:not(.cwvs_sideCompr_inrBox_anm2) .cwvs_sideCompr_inrBox_rht {
  animation: anm_rht 1s ease-in-out;
}
.cwvs_sideCompr_inrBox_actv.cwvs_sideCompr_inrBox_anm2 .cwvs_sideCompr_inrBox_rht {
  animation: anm_rht2 1s ease-in-out;
}
.cwvs_sideCompr_inrBox_actv .cwvs_sideCompr_inrBox_lft::before,
.cwvs_sideCompr_inrBox_actv .cwvs_sideCompr_inrBox_rht::before {
  animation: anm_width 1s 1s ease-in-out;
  animation-fill-mode: forwards !important;
}
.cwvs_sideCompr_inrBox_actv.cwvs_sideCompr_inrBox2::before, .cwvs_sideCompr_inrBox_actv.cwvs_sideCompr_inrBox2::after {
  animation: anm_width2 1s 1s ease-in-out;
  animation-fill-mode: forwards !important;
}
@keyframes anm_lft {
  0% {
    opacity: 0;
    transform: translateX(-100%) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateX(0%) scale(1);
  }
}
@keyframes anm_rht {
  0% {
    opacity: 0;
    transform: translateX(100%) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateX(0%) scale(1);
  }
}
@keyframes anm_rht2 {
  0% {
    opacity: 0;
    transform: translateX(100%) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateX(-30%) scale(1);
  }
}
@keyframes anm_width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes anm_width2 {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
/* @Section 17. cw VS BlueHost Template */
.cwKinstaTemplate.bluehost .cwvs_testimonialSec .cwvs_testimonialWrap .cwvs_testimonialBox {
  margin-top: 0;
}
.cwKinstaTemplate.bluehost .cwvs_testimonialSec.cwGradietBg .cwvs_testimonialInfoWrap .img {
  max-width: 80px;
  border: 3px solid #fff;
}
.cwKinstaTemplate.bluehost .cwvs_testimonialSec.cwGradietBg .cwvs_testimonialInfoWrap .details {
  color: #fff;
}
.cwKinstaTemplate.bluehost .cwvs_testimonialSec.cwGradietBg .cwvs_testimonialInfoWrap .details * {
  color: inherit;
}
.cwKinstaTemplate.bluehost .cwFeatrsSec .ftrsWrap .ftrsBox {
  max-width: calc(25% - 20px);
}
.cwKinstaTemplate.bluehost .cwFeatrsSec .ftrsWrap .ftrsBox img {
  width: 75px;
}
.cwKinstaTemplate .nonTechAdvSec {
  padding: 80px 0;
}
.cwKinstaTemplate .nonTechAdvSec .nonTechAdvWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.cwKinstaTemplate .nonTechAdvSec .nonTechAdvWrap .nonTechAdvBox {
  padding: 25px 20px;
  background-color: #fff;
  box-shadow: 0px 1px 6px rgba(149, 149, 149, 0.15);
  border-radius: 12px;
  max-width: calc(33% - 25px);
}
.cwKinstaTemplate .nonTechAdvSec .nonTechAdvWrap .nonTechAdvBox p {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  color: #0a1e43;
}
.cwKinstaTemplate.wpengine .cwvs_bnr_wrap .cwvs_bnr_txtBox .ctaBox {
  margin-top: 40px;
}
.cwKinstaTemplate.wpengine .cwvs_bnr_wrap .cwvs_bnr_txtBox .ctaBox a {
  margin: 0 5px;
}
.cwKinstaTemplate.wpengine .cwFeatrsSec .ftrsWrap {
  flex-wrap: wrap;
  justify-content: initial;
}
.cwKinstaTemplate.wpengine .cwFeatrsSec .ftrsWrap .ftrsBox {
  width: calc(33.33% - 30px);
  max-width: 100%;
  flex: none;
  margin: 0 15px 30px;
}
.cwKinstaTemplate.wpengine .cwFeatrsSec .ftrsWrap .ftrsBox img {
  width: 75px;
}
.cwKinstaTemplate.wpengine .cwFeatrsSec .ftrsWrap .ftrsBox img.icon-50 {
  max-width: 50px;
  max-height: 50px;
}
.cwKinstaTemplate.wpengine .cwAdvantagesSec .advantageBox .txt ul {
  padding: 0 0 0 20px;
  margin: 20px 0 0;
}
.cwKinstaTemplate.wpengine .cwAdvantagesSec .advantageBox .txt ul li {
  font-size: 18px;
}
.cwKinstaTemplate .nonTechAdvSec {
  padding: 80px 0;
}
.cwKinstaTemplate .nonTechAdvSec .nonTechAdvWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.cwKinstaTemplate .nonTechAdvSec .nonTechAdvWrap .nonTechAdvBox {
  padding: 25px 20px;
  background-color: #fff;
  box-shadow: 0px 1px 6px rgba(149, 149, 149, 0.15);
  border-radius: 12px;
  max-width: calc(33% - 25px);
}
.cwKinstaTemplate .nonTechAdvSec .nonTechAdvWrap .nonTechAdvBox p {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  color: #0a1e43;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table tbody .ftrsCompTableRow th {
  color: #2f39bf;
  text-align: left;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table tbody tr td.price {
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
  color: #0a1e43;
  padding: 30px 15px;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table tbody tr td.price .note {
  font-weight: 500;
  color: rgba(66, 82, 110, 0.7);
  margin-top: 12px;
  font-size: 14px;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table tbody tr td.price:last-child {
  color: #2f39bf;
}

/* @Section 18. cw VS WPEngine Template */
/* @Section 18. Cloudways Alternatives (Pillar Page) */
.g2RatingWrap {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  align-items: center;
  margin: -20px auto 0;
  justify-content: center;
}
.g2RatingWrap img {
  max-height: 50px;
  margin-right: 10px;
}
.g2RatingWrap .rating p {
  margin: 0 10px 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.g2RatingWrap .rating p span {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}
.g2RatingWrap .rating .stars {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.g2RatingWrap .rating .stars i {
  font-size: 24px;
  color: #ef492d;
  margin: 0 2px;
}

.g2BadgesWrap {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 40px auto 0;
  flex-shrink: 0;
}
.g2BadgesWrap img {
  width: 110px;
}

.alternativesCompCardsSec {
  padding: 100px 0;
}
.alternativesCompCardsSec .topTxt {
  max-width: 800px;
  margin: 0 auto 50px;
}
.alternativesCompCardsSec .topTxt h2 {
  font-weight: 800;
  font-size: 36px;
  letter-spacing: -0.01em;
  color: #0e134f;
  margin: 0;
}
.alternativesCompCardsSec .topTxt p {
  font-size: 20px;
  color: #42526e;
  font-weight: 400;
  margin: 15px 0 0;
}
.alternativesCompCardsSec .cardsWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.alternativesCompCardsSec .ProviderCard {
  width: calc(33.33% - 20px);
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(166, 166, 166, 0.25);
  border-radius: 6px;
  padding: 25px 20px 70px;
  text-align: center;
  margin: 0 10px 25px;
  position: relative;
}
.alternativesCompCardsSec .ProviderCard .topInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alternativesCompCardsSec .ProviderCard .topInfo > img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: 30px;
  max-width: 140px;
  width: 100%;
}
.alternativesCompCardsSec .ProviderCard .topInfo .rating .g2Rating {
  display: flex;
  align-items: center;
}
.alternativesCompCardsSec .ProviderCard .topInfo .rating .g2Rating img {
  width: 20px;
  margin-right: 5px;
}
.alternativesCompCardsSec .ProviderCard .topInfo .rating .g2Rating p {
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  margin: 0;
  letter-spacing: -0.02em;
  color: #676767;
}
.alternativesCompCardsSec .ProviderCard .topInfo .rating .stars {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.alternativesCompCardsSec .ProviderCard .topInfo .rating .stars i {
  font-size: 20px;
  color: #ff492c;
}
.alternativesCompCardsSec .ProviderCard > p {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #0e134f;
  margin: 40px 0 25px;
}
.alternativesCompCardsSec .ProviderCard .cta {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}
.alternativesCompCardsSec .ProviderCard .cta a i {
  font-size: inherit;
  color: inherit;
}

.customerTweetsSec {
  padding: 100px 0 20px;
}
.customerTweetsSec .topTxt {
  max-width: 800px;
  margin: 0 auto;
}
.customerTweetsSec .topTxt .ctaWrap {
  margin-top: 50px;
}
.customerTweetsSec .tweetsMainWrap {
  animation: fadeInUp 1s 2s linear both;
}
.customerTweetsSec .tweetsWrap {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-top: 100px;
  animation: tweetsSlider 60s 2s infinite linear both;
}
.customerTweetsSec .tweetsWrap:hover {
  animation-play-state: paused;
}
.customerTweetsSec .tweetsWrap .box {
  width: 360px;
}
.customerTweetsSec .tweetsWrap .box img,
.customerTweetsSec .tweetsWrap .box blockquote,
.customerTweetsSec .tweetsWrap .box .twitter-tweet {
  margin: 0 5px 12px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.01);
  border-radius: 6px;
  max-width: 350px !important;
}
.customerTweetsSec .tweetsWrap .box img:last-child,
.customerTweetsSec .tweetsWrap .box blockquote:last-child,
.customerTweetsSec .tweetsWrap .box .twitter-tweet:last-child {
  margin-bottom: 0;
}
.customerTweetsSec .tweetsWrap .box blockquote {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  width: 350px;
  margin: 0 5px 12px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.25);
  font-size: 18px;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes tweetsSlider {
  0% {
    left: 0;
    transform: translateX(10px);
  }
  4% {
    left: 0;
    transform: translateX(10px);
  }
  50% {
    left: -4320px;
    transform: translateX(100%);
  }
  54% {
    left: -4320px;
    transform: translateX(100%);
  }
  100% {
    left: 0;
    transform: translateX(10px);
  }
}
@keyframes tweetsSliderNew {
  0% {
    left: 0;
    transform: translateX(0);
  }
  4% {
    left: 0;
    transform: translateX(0);
  }
  50% {
    left: -4540px;
    transform: translateX(100%);
  }
  54% {
    left: -4540px;
    transform: translateX(100%);
  }
  100% {
    left: 0;
    transform: translateX(0);
  }
}
/* @Section 19.Cloudways Alternatives New Template */
.cwAlternativesNewTemplate .cwvs_bnr_wrap::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(https://www.cloudways.com/wp-content/uploads/2024/12/cw-alternatives-new-bg.webp) no-repeat center transparent;
  background-size: cover;
}
.cwAlternativesNewTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox {
  position: relative;
}
.cwAlternativesNewTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox span {
  font-weight: 700;
  font-size: 24px;
  color: #fbd808;
}
.cwAlternativesNewTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox h1 {
  font-weight: 800;
  font-size: 56px;
  letter-spacing: -0.02em;
}
.cwAlternativesNewTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox p {
  margin: 25px 0 50px;
}
.cwAlternativesNewTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox .creditText {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
}
.cwAlternativesNewTemplate .preHdng {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #2f39bf;
  margin-bottom: 10px;
}
.cwAlternativesNewTemplate .cwAdvantagesSec .advantageBox.reverse {
  flex-direction: row;
}
.cwAlternativesNewTemplate .cwAdvantagesSec .advantageBox.reverse .txt {
  padding: 0 0 0 80px;
}
.cwAlternativesNewTemplate .cwAdvantagesSec .advantageBox .txt h3,
.cwAlternativesNewTemplate .cwAdvantagesSec .advantageBox .txt p,
.cwAlternativesNewTemplate .cwAdvantagesSec .advantageBox .txt .quote {
  letter-spacing: -0.02em;
}
.cwAlternativesNewTemplate .cwAdvantagesSec .advantageBox .txt .info {
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.tsmlV2sec {
  padding: 80px 0;
  position: relative;
}
.tsmlV2sec blockquote {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #42526e;
  margin: 25px auto 40px;
  padding: 0;
  border: 0;
  max-width: 900px;
}

.tsmlV2InfoWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tsmlV2InfoWrap .img {
  max-width: 55px;
  border-radius: 50%;
  overflow: hidden;
}
.tsmlV2InfoWrap .details {
  text-align: left;
  padding-left: 20px;
}
.tsmlV2InfoWrap .details h4 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #0e134f;
  margin: 0 0 5px;
}
.tsmlV2InfoWrap .details p {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #42526e;
}

.tsmlV3sec {
  padding: 80px 0;
  position: relative;
}
.tsmlV3sec .topTxt {
  max-width: 900px;
  margin: 0 auto 60px;
}
.tsmlV3sec .topTxt p {
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #42526e;
  font-weight: 400;
  margin: 15px 0 0;
}
.tsmlV3sec blockquote {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #0e134f;
  margin: 0 auto 40px;
  padding: 0;
  border: 0;
  max-width: 900px;
}

.sprtQuatrPerfV2Sec {
  padding: 80px 0;
}
.sprtQuatrPerfV2Sec .topTxt {
  max-width: 900px;
  margin: 0 auto 70px;
}

.perfMetrixWrap {
  display: flex;
  justify-content: space-between;
}
.perfMetrixWrap .box {
  padding: 15px 70px;
  border-right: 1px solid rgba(66, 82, 110, 0.2);
  text-align: center;
  flex: 1;
}
.perfMetrixWrap .box:first-child {
  padding-left: 0;
}
.perfMetrixWrap .box:last-child {
  padding-right: 0;
  border-right: 0;
}
.perfMetrixWrap .box .stat {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.02em;
  color: #2f39bf;
  margin-bottom: 15px;
}
.perfMetrixWrap .box .name {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #42526e;
  margin: 0;
}

.cwAlternativesNewTemplate .cwvs_supp2_wrap {
  padding: 50px 0;
}
.cwAlternativesNewTemplate .cwvs_supp2_inrBox {
  display: flex;
  align-items: center;
}
.cwAlternativesNewTemplate .cwvs_supp2_inrBox img {
  height: 50px;
  max-width: 60px;
}
.cwAlternativesNewTemplate .cwvs_supp2_inrBox h6 {
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  color: #0a1e43;
  margin: 0 0 0 15px;
}
.cwAlternativesNewTemplate .ftrsCompTableSec .compTableWrap table tbody td .note {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #42526e;
}
.cwAlternativesNewTemplate .ftrsCompTableSec .compTableWrap table tbody td:nth-child(2) {
  color: rgba(66, 82, 110, 0.7);
}
.cwAlternativesNewTemplate .ftrsCompTableSec .compTableWrap table tbody td:nth-child(2) .note {
  color: rgba(66, 82, 110, 0.7);
}

.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table > thead th:nth-child(2) {
  padding: 15px;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table > thead th:nth-child(2) img {
  max-height: 24px;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table > thead tr:nth-child(2) th {
  padding: 8px;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  background: #cdd0d5;
  border-radius: 0;
  text-align: center;
  width: 20%;
  border-left: 1px solid #fff;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table > thead tr:nth-child(2) th::before {
  display: none;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap.subCol3 table tbody td:nth-child(2) {
  box-shadow: none;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap.subCol3 table tbody td:nth-child(4) {
  box-shadow: inset -4px 0 4px -2px rgba(0, 0, 0, 0.1);
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table > tbody td i {
  font-size: 20px;
  color: #c6cbd3;
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table > tbody td .note {
  color: rgba(66, 82, 110, 0.7);
}
.cwKinstaTemplate .ftrsCompTableSec .compTableWrap table > tbody td:last-child .note {
  color: #42526e;
}

.cwAlternativesNewTemplate .cwvs_signUp_wrap {
  padding: 80px 0;
  background: #0a1e43;
}
.cwAlternativesNewTemplate .cwvs_signUp_wrap::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../img/alternatives/cw-alternatives-new-bg.png) no-repeat center transparent;
  background-size: cover;
  mix-blend-mode: difference;
}
.cwAlternativesNewTemplate .cwvs_signUp_mainBox {
  position: relative;
}
.cwAlternativesNewTemplate .cwvs_signUp_mainBox h2 {
  color: #fff;
  margin: 0 auto 30px;
  font-size: 44px;
}
.cwAlternativesNewTemplate .cwvs_signUp_mainBox p {
  color: #fff;
  margin: 0 auto 25px;
  font-weight: 300;
  font-size: 20px;
}
.cwAlternativesNewTemplate .cwvs_signUp_mainBox span {
  color: #fff;
}
.cwAlternativesNewTemplate .cwvs_signUp_mainBox .btn {
  margin-top: 20px;
}
.cwAlternativesNewTemplate .cwTestimonialSection {
  display: flex;
  padding: 80px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.providerHassleSec {
  padding: 80px 0;
}
.providerHassleSec .mainWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 950px;
  margin: 0 auto;
}
.providerHassleSec .topTxt {
  max-width: 500px;
  padding-right: 80px;
}

.cwAlternativesNewTemplate .g2TestimonialsSec.v2 .g2TestimonialsWrap .g2TestimonialsBox {
  box-shadow: none;
}
.cwAlternativesNewTemplate .g2TestimonialsSec.v2 .g2TestimonialsWrap .g2TestimonialsBox .testimonials_cstmrInfoBox {
  flex-direction: row;
  justify-content: initial;
}
.cwAlternativesNewTemplate .g2TestimonialsSec.v2 .g2TestimonialsWrap .g2TestimonialsBox .testimonials_cstmrInfoBox .testimonials_cstmrImgBox {
  padding-right: 8px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #0e134f;
}
.cwAlternativesNewTemplate .g2TestimonialsSec.v2 .g2TestimonialsWrap .g2TestimonialsBox .testimonials_cstmrInfoBox .testimonials_cstmrImgBox img {
  max-width: 36px;
  max-height: 36px;
}

.cwAdvantagesSec.singleBox .advantageBox {
  padding: 0;
}
.cwAdvantagesSec.singleBox .advantageBox .img img {
  margin: 0 0 0 auto;
}
.cwAdvantagesSec.singleBox .advantageBox .txt .btn {
  margin-top: 30px;
}

.cwAlternativesNewTemplate .creditText {
  font-weight: 400;
  font-size: 14px;
  color: rgba(66, 82, 110, 0.7);
  margin-top: 8px;
}
.cwAlternativesNewTemplate td ul {
  padding-left: 25px;
}

/* @Section 20. Cloudways Alternatives (Pillar Page) New Template */
.scrollableTableSec {
  padding: 100px 0;
}
.scrollableTableSec .topTxt {
  max-width: 800px;
  margin: 0 auto;
}
.scrollableTableSec .tableWrap {
  margin-top: 80px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 0 0 6px 6px;
}
.scrollableTableSec .tableWrap .navControls {
  position: absolute;
  top: -40px;
  right: 0;
}
.scrollableTableSec .tableWrap .navControls button {
  padding: 10px;
  margin: 0;
  outline: none !important;
  border: 0 !important;
  background-color: transparent !important;
}
.scrollableTableSec .tableWrap .navControls button span {
  font-size: 36px;
  line-height: 20px;
  height: 20px;
  color: rgba(47, 57, 191, 0.6);
  transition: all 0.3s ease-in-out;
}
.scrollableTableSec .tableWrap .navControls button:hover span {
  color: #2f39bf;
}
.scrollableTableSec .tableWrap .navControls button.disabled {
  cursor: not-allowed;
}
.scrollableTableSec .tableWrap .navControls button.disabled span {
  color: rgba(0, 0, 0, 0.2) !important;
}
.scrollableTableSec .tableWrap .left {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.scrollableTableSec .tableWrap .left .box:last-child {
  border-bottom: 1px solid #e3e5e9;
}
.scrollableTableSec .tableWrap .left .col:first-child .box {
  font-weight: 400;
  font-size: 16px;
  color: #0e134f;
  white-space: nowrap;
}
.scrollableTableSec .tableWrap .right {
  border-radius: 0 6px 6px 0;
  border: 1px solid #e3e5e9;
  overflow: hidden;
  border-left: 0;
}
.scrollableTableSec .tableWrap .col .box {
  padding: 24px 28px;
  background-color: #fff;
  border-left: 1px solid #e3e5e9;
  border-top: 1px solid #e3e5e9;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  color: #42526e;
  transition: all 0.3s ease-in-out;
}
.scrollableTableSec .tableWrap .col .box:first-child {
  padding: 16px 28px;
  font-weight: 500;
  font-size: 18px;
  color: #0e134f;
  border-top: 0;
}
.scrollableTableSec .tableWrap .col:not(.head) .box {
  text-align: center;
}
.scrollableTableSec .tableWrap .col.cloudways .box {
  background-color: #f0f1fa;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #42526e;
}
.scrollableTableSec .tableWrap .col.cloudways .box:first-child {
  background: #2f39bf;
  border-radius: 6px 6px 0px 0px;
  padding: 24px 28px;
  border: 0;
}
.scrollableTableSec .tableWrap .col.cloudways .box:first-child img {
  filter: brightness(100);
  height: 20px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.scrollableTableSec .tableWrap .col.head .box:nth-child(2) {
  border-radius: 6px 0 0 0;
}
.scrollableTableSec .tableWrap .col.head .box:last-child {
  border-radius: 0 0 0 6px;
}
.scrollableTableSec .tableWrap .col:hover .box {
  background-color: #f7f7f7;
}
.scrollableTableSec.table2 .tableWrap .col .box,
.scrollableTableSec.table2 .tableWrap .cloudways .box {
  font-size: 14px;
  padding: 15px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scrollableTableSec.table2 .tableWrap .col .box:first-child,
.scrollableTableSec.table2 .tableWrap .cloudways .box:first-child {
  height: auto;
}
.scrollableTableSec.table2 .tableWrap .col.head .box,
.scrollableTableSec.table2 .tableWrap .cloudways.head .box {
  justify-content: start;
}

.alternativesListingSec {
  padding: 80px 0;
}
.alternativesListingSec .filtersNavWrap {
  height: 65px;
  margin: 80px 0 40px;
}
.alternativesListingSec .filtersNav {
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
}
.alternativesListingSec .filtersNav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.alternativesListingSec .filtersNav ul li {
  flex: 1;
}
.alternativesListingSec .filtersNav ul li:nth-child(4) {
  flex: 1.5;
}
.alternativesListingSec .filtersNav ul li a {
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #42526e;
  text-decoration: none !important;
}
.alternativesListingSec .filtersNav ul li a::before {
  position: absolute;
  content: "";
  right: 0;
  top: 12px;
  bottom: 12px;
  width: 0.5px;
  background-color: rgba(66, 82, 110, 0.1);
}
.alternativesListingSec .filtersNav ul li a svg {
  margin-right: 8px;
}
.alternativesListingSec .filtersNav ul li:last-child a::before {
  display: none;
}
.alternativesListingSec .filtersNav ul li.active.pink a {
  background: rgba(183, 100, 216, 0.1);
}
.alternativesListingSec .filtersNav ul li.active.blue a {
  background: rgba(47, 57, 191, 0.1);
}
.alternativesListingSec .filtersNav ul li.active.orange a {
  background: rgba(254, 177, 85, 0.1);
}
.alternativesListingSec .filtersNav ul li.active.yellow a {
  background: rgba(251, 216, 8, 0.1);
}
.alternativesListingSec .filtersNav ul li.active.green a {
  background: rgba(9, 235, 175, 0.1);
}
.alternativesListingSec .filtersNav.navSticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 15px;
  z-index: 999;
  max-width: 1100px;
  margin: 0 auto;
}
.alternativesListingSec .alternativesListingWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
.alternativesListingSec .alternativesListingWrap .card {
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  position: relative;
  padding: 30px 30px 50px;
  width: calc(33.33% - 26px);
  margin: 0 13px 25px;
}
.alternativesListingSec .alternativesListingWrap .card h3 {
  font-weight: 700;
  font-size: 18px;
  color: #0e134f;
  margin: 0 0 10px;
}
.alternativesListingSec .alternativesListingWrap .card p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #42526e;
  margin: 0 0 25px;
  min-height: 70px;
}
.alternativesListingSec .alternativesListingWrap .card .txtLink {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-decoration-line: underline;
  color: #2f39bf;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.alternativesListingSec .alternativesListingWrap .card .txtLink i {
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}
.alternativesListingSec .alternativesListingWrap .card .txtLink:hover i {
  margin-left: 10px;
}

/* switchingHostingSection || Begins  */
.switchingHostingSec {
  position: relative;
  padding: 100px 0;
  background: #1927e0;
}
.switchingHostingSec::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../img/alternatives/cw-alternatives-new-bg.png) no-repeat center transparent;
  background-size: cover;
}
.switchingHostingSec .switchingHostingWrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.switchingHostingSec .switchingHostingWrap .switchingHostingContent {
  padding-right: 50px;
  max-width: 60%;
}
.switchingHostingSec .switchingHostingWrap .switchingHostingContent h2 {
  font-size: 44px;
  color: #ffffff;
  margin-bottom: 30px;
}
.switchingHostingSec .switchingHostingWrap .switchingHostingContent li,
.switchingHostingSec .switchingHostingWrap .switchingHostingContent p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.switchingHostingSec .switchingHostingWrap .switchingHostingContent ul {
  margin-bottom: 40px;
  padding-left: 25px;
}
.switchingHostingSec .switchingHostingWrap .switchingHostingContent ul li {
  margin-bottom: 8px;
}

/* switchingHostingSection || End  */
/* Features Section || Begins  */
.cwAlternativesNewTemplate .cwSpecificFtrs .topTxt {
  margin-bottom: 30px;
}
.cwAlternativesNewTemplate .cwSpecificFtrs .ftrsWrap {
  flex-wrap: wrap;
}
.cwAlternativesNewTemplate .cwSpecificFtrs .ftrsWrap .ftrsBox {
  padding-top: 35px;
  flex: none;
}

/* Features Section || End  */
/*Move to the hosting provider Section || Begins */
.hostProviderSec .hostProviderSecContent {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.hostProviderSec .hostProviderSecContent h2 {
  color: #ffffff;
  font-size: 44px;
  font-weight: 800;
  margin: 0 0 40px;
}

/*Move to the hosting provider Section || Ends */
/* @section 42. Managed Wordpress Hosting */
.cw-mngd-wp-hstng .cwKinstaTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox {
  max-width: 100%;
}
.cw-mngd-wp-hstng .lnd-agncy-ftr-txt h2 {
  font-weight: 800;
}
.cw-mngd-wp-hstng .lnd-agncy-ftr-box h4 {
  font-weight: 700;
  font-size: 20px;
  color: #0e134f;
}
.cw-mngd-wp-hstng .lnd-agncy-ftr-box p {
  font-weight: 400;
  font-size: 18px;
  color: #42526e;
}
.cw-mngd-wp-hstng .cwAlternativesNewTemplate .cwvs_signUp_wrap {
  background: #111ec5;
}
.cw-mngd-wp-hstng .cwAlternativesNewTemplate .cwvs_signUp_wrap::before {
  mix-blend-mode: unset;
}
.cw-mngd-wp-hstng .cwAlternativesNewTemplate .cwvs_signUp_mainBox p {
  font-size: 18px;
  font-weight: 400;
}
.cw-mngd-wp-hstng .cwAlternativesNewTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox p {
  max-width: 750px;
  margin: 20px auto 50px;
}
.cw-mngd-wp-hstng .cwKinstaTemplate .cwAdvantagesSec .topTxt {
  max-width: 705px;
  margin: 0 auto;
}
.cw-mngd-wp-hstng .cw-tstimnial-tabs-sec .cw-tstimnial-tabs-head-wrap h2 {
  max-width: 560px;
  margin: 0 auto;
}
.cw-mngd-wp-hstng .cwAlternativesNewTemplate .cwvs_signUp_mainBox .btn,
.cw-mngd-wp-hstng .cwvs_bnr_txtBox .cw-glb-btn {
  margin-right: 15px;
}
.cw-mngd-wp-hstng .hm-new-spprt-wrap .hm-new-spprt-txt-wrap .btn {
  margin: -2px 15px 0 0;
}
.cw-mngd-wp-hstng .lnd-agncy-ftr-txt {
  max-width: 730px;
  margin: 0 auto 70px;
}
.cw-mngd-wp-hstng .hm-new-spprt-txt-wrap h2 {
  font-size: 36px;
  font-weight: 800;
}
.cw-mngd-wp-hstng .active .lnd-new-feats-tabs-disc-box {
  margin-top: 0;
}
.cw-mngd-wp-hstng .lnd-new-feats-tabs-cntnt-wrap .col-xs-6 {
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  margin-bottom: 20px;
  width: calc(33.33% - 15px);
  padding: 30px;
  margin-right: 15px;
}
.cw-mngd-wp-hstng .lnd-new-feats-tabs-cntnt-wrap {
  margin-top: 60px;
}
.cw-mngd-wp-hstng .lnd-new-feats-tabs-cntnt-wrap .row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cw-mngd-wp-hstng .lnd-new-feats-tabs-cntnt-wrap .row::before, .cw-mngd-wp-hstng .lnd-new-feats-tabs-cntnt-wrap .row::after {
  display: none;
}
.cw-mngd-wp-hstng .lnd-new-feats-txt h2 {
  font-weight: 800;
}
.cw-mngd-wp-hstng .lnd-new-feats-txt {
  max-width: 760px;
  margin: 0 auto;
}
.cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi {
  background: white;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
  max-width: 1080px;
}
.cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi div.coll {
  flex: 0 0 50%;
  position: relative;
}
.cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi .col-right {
  padding: 45px 30px 45px 55px;
}
.cw-mngd-wp-hstng .cwRsrcSec .header .text {
  margin-bottom: 40px;
}
.cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi h3 {
  margin: 0 0 18px;
  font-weight: 800;
  color: #0e134f;
}
.cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi p {
  color: #42526e;
  font-size: 18px;
  margin: 0 0 54px;
}
.cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi a.link {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #2f39bf;
}
.cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi a.link i {
  color: inherit;
  font-size: inherit;
  margin-left: 5px;
  vertical-align: middle;
}
.cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi .img-responsive {
  width: 100%;
}
.cw-mngd-wp-hstng .cwRsrcSec .cwRsrcPostsWrap .cwRsrcPostBox {
  margin-bottom: 0;
}
.cw-mngd-wp-hstng .cwAlternativesNewTemplate .cwvs_signUp_mainBox span {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin: 30px 0 0;
}
.cw-mngd-wp-hstng .cwAlternativesNewTemplate .cwvs_signUp_wrap {
  padding: 80px 0 50px;
}
.cw-mngd-wp-hstng .cw-agency-vid-testi .col-left img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cw-trsted-agencies {
  padding: 80px 0;
}
.cw-trsted-agencies .cw-agencies-head-wrap {
  text-align: center;
}
.cw-trsted-agencies .cw-agencies-head-wrap h2 {
  font-weight: 800;
  font-size: 36px;
  color: #0e134f;
  margin: 0;
}
.cw-trsted-agencies .cw-agencies-head-wrap p {
  font-weight: 400;
  font-size: 18px;
  color: #42526e;
  margin: 15px 0 0;
}
.cw-trsted-agencies .cw-agencies-logos-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.cw-trsted-agencies .cw-agencies-logos-wrap img {
  margin: 0 20px 40px;
}

.cw-hosting-stats-wrap {
  margin: 70px 0 100px;
  padding: 25px 0;
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.cw-hosting-stats-wrap .cw-hstng-stat-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.33% - 0px);
  border-right: 1px solid rgba(66, 82, 110, 0.2);
}
.cw-hosting-stats-wrap .cw-hstng-stat-box:last-child {
  border-right: transparent;
}
.cw-hosting-stats-wrap .cw-hstng-stat-box .stat-img {
  margin-right: 15px;
}
.cw-hosting-stats-wrap .cw-hstng-stat-box .stat-img img {
  min-width: 56px;
}
.cw-hosting-stats-wrap .cw-hstng-stat-box .stat-info h3 {
  font-weight: 800;
  font-size: 24px;
  color: #0e134f;
  margin: 0;
}
.cw-hosting-stats-wrap .cw-hstng-stat-box .stat-info p {
  font-weight: 400;
  font-size: 18px;
  color: #42526e;
  margin: 10px 0 0;
}

.cw-tstimnial-tabs-sec {
  padding: 80px 0 100px;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-tabs-head-wrap {
  text-align: center;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-tabs-head-wrap h2 {
  font-weight: 800;
  font-size: 36px;
  color: #0e134f;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap {
  margin-top: 80px;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-nav-wrap ul {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-nav-wrap ul li {
  list-style-type: none;
  text-align: center;
  width: 25%;
  border-bottom: 2px solid transparent;
  transition: all 0.4s ease-in-out;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-nav-wrap ul li.active {
  border-color: #0080ff;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-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);
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-nav-wrap ul li:last-child::before {
  display: none;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-nav-wrap ul li a {
  padding: 26px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #42526e;
  border: 0;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-nav-wrap ul li a:hover {
  background: transparent;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-content-wrap {
  margin-top: 50px;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-content-wrap .content-card-main-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-content-wrap .content-card-main-wrap .testimnial-card {
  background: #f8f9fb;
  border-radius: 8px;
  padding: 30px;
  width: calc(33.33% - 10px);
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-content-wrap .content-card-main-wrap .testimnial-card .card-content p {
  font-weight: 400;
  font-size: 16px;
  color: #0e134f;
  margin: 0;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-content-wrap .content-card-main-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 .content-card-main-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 .content-card-main-wrap .testimnial-card .user-card .user-info .user-img {
  margin-right: 10px;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-content-wrap .content-card-main-wrap .testimnial-card .user-card .user-info .user-img img {
  max-width: 32px;
  border-radius: 50%;
}
.cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-content-wrap .content-card-main-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 .content-card-main-wrap .testimnial-card .user-card .user-info .user-detail p {
  font-weight: 400;
  font-size: 12px;
  color: #42526e;
  margin: 5px 0 0;
}

.cw-new-wp-hstng .cws_bnr_mainWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cw-new-wp-hstng .cws_bnr_mainWrap .cwvs_bnr_illustration {
  position: relative;
}
.cw-new-wp-hstng .cwKinstaTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox {
  margin: 0 30px 0 0;
  max-width: 550px;
  text-align: left;
}
.cw-new-wp-hstng .cwKinstaTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox ul {
  margin-bottom: 30px;
}
.cw-new-wp-hstng .cwKinstaTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox ul li {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  list-style-type: none;
}
.cw-new-wp-hstng .cwKinstaTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox ul li b {
  font-weight: 700;
  font-size: inherit;
  color: inherit;
}
.cw-new-wp-hstng .cwKinstaTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox ul li::before {
  content: "\f00c";
  color: #39dcb1;
  font-size: 18px;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: -37px;
  top: 5px;
}
.cw-new-wp-hstng .cwAlternativesNewTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox span {
  font-weight: 400;
  font-size: 32px;
  color: #ffffff;
  margin: 0;
  text-transform: unset;
}
.cw-new-wp-hstng .cwAlternativesNewTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox h1 {
  font-weight: 800;
  font-size: 40px;
  color: #ffffff;
  margin: 20px 0 30px;
}
.cw-new-wp-hstng a.cw-glb-btn {
  font-size: 15px;
  min-width: unset;
}
.cw-new-wp-hstng .easeOfUseTutorialsSec .easeOfUseTutorialsWrap {
  margin-top: 0;
  box-shadow: none;
}
.cw-new-wp-hstng .dualSliderTestiSec {
  display: block;
}
.cw-new-wp-hstng.cw-new-wp-hstng-2023 .cwKinstaTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox {
  max-width: 630px;
}
.cw-new-wp-hstng.cw-new-wp-hstng-2023 .cwKinstaTemplate .cwvs_bnr_wrap {
  padding-bottom: 0;
}
.cw-new-wp-hstng.cw-new-wp-hstng-2023 .cwAlternativesNewTemplate .cwvs_bnr_wrap::before,
.cw-new-wp-hstng.cw-new-wp-hstng-2023 .cwAlternativesNewTemplate .cwvs_signUp_wrap::before {
  display: none;
}
.cw-new-wp-hstng.cw-new-wp-hstng-2023 .cwvs_bnr_wrap,
.cw-new-wp-hstng.cw-new-wp-hstng-2023 .cw-mngd-wp-hstng .cwAlternativesNewTemplate .cwvs_signUp_wrap {
  background: linear-gradient(143.38deg, #001468 17.39%, #071ad3 93.68%);
}
.cw-new-wp-hstng.cw-new-wp-hstng-2023 .cw-mngd-wp-hstng .cwAlternativesNewTemplate .cwvs_signUp_wrap {
  padding: 80px 0;
}
.cw-new-wp-hstng.cw-new-wp-hstng-2023 .cw-hero-bottom-stats-wrap {
  margin-top: 80px;
  bottom: 0;
  width: 100%;
  max-width: 1100px;
  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: 14.69px 14.69px 0px 0px;
  padding: 30px 0;
}
.cw-new-wp-hstng.cw-new-wp-hstng-2023 .cw-hero-bottom-stats-wrap .hero-stats-main-wrap {
  display: flex;
  justify-content: space-between;
}
.cw-new-wp-hstng.cw-new-wp-hstng-2023 .cw-hero-bottom-stats-wrap .hero-stats-main-wrap .hero-stat-box-wrap {
  display: flex;
  justify-content: center;
  padding: 0 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.cw-new-wp-hstng.cw-new-wp-hstng-2023 .cw-hero-bottom-stats-wrap .hero-stats-main-wrap .hero-stat-box-wrap:last-child {
  border: 0;
}
.cw-new-wp-hstng.cw-new-wp-hstng-2023 .cw-hero-bottom-stats-wrap .hero-stats-main-wrap .hero-stat-box-wrap .stat-box-left-wrap {
  margin-right: 15px;
}
.cw-new-wp-hstng.cw-new-wp-hstng-2023 .cw-hero-bottom-stats-wrap .hero-stats-main-wrap .hero-stat-box-wrap .stat-box-right-wrap h4 {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  margin: 0;
}
.cw-new-wp-hstng.cw-new-wp-hstng-2023 .cw-hero-bottom-stats-wrap .hero-stats-main-wrap .hero-stat-box-wrap .stat-box-right-wrap p {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin: 10px 0 0;
}
.cw-new-wp-hstng.cw-new-wp-hstng-2023 .lnd-agncy-ftr-img img {
  height: 30px;
  max-width: 30px;
}
.cw-new-wp-hstng.cw-new-wp-hstng-2023 .glb-nfaq-ttl h2,
.cw-new-wp-hstng.cw-new-wp-hstng-2023 .glb-nfaq-ttl h3 {
  font-weight: 800;
}
.cw-new-wp-hstng.cw-new-wp-hstng-2023 .resellerRevamp23 .hstngForAgncies .whyChoseCWSes .whyChoseCWBodyWrap .whyChoseCWCardsMainWrap .whyChoseCWCardWrap {
  padding-bottom: 70px;
}
.cw-new-wp-hstng.cw-new-wp-hstng-2023 .hstngForAgncies .whyChoseCWSes .whyChoseCWBodyWrap .whyChoseCWCardsMainWrap .whyChoseCWCardWrap .whyChoseCWCardRightWrap {
  position: relative;
}
.cw-new-wp-hstng.cw-new-wp-hstng-2023 .hstngForAgncies .whyChoseCWSes .whyChoseCWBodyWrap .whyChoseCWCardsMainWrap .whyChoseCWCardWrap .whyChoseCWCardRightWrap a {
  position: absolute;
  left: 0;
  bottom: -40px;
  font-weight: 600;
  font-size: 16px;
  color: #2f39bf;
}

.cw-web-stats-sec {
  padding: 100px 0;
}
.cw-web-stats-sec .cw-web-stats-main-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cw-web-stats-sec .cw-web-stats-main-wrap .cw-web-stats-left-wrap {
  max-width: 520px;
  margin-right: 20px;
}
.cw-web-stats-sec .cw-web-stats-main-wrap .cw-web-stats-left-wrap h2 {
  font-weight: 800;
  font-size: 36px;
  color: #0e134f;
  margin: 0 0 30px;
}
.cw-web-stats-sec .cw-web-stats-main-wrap .cw-web-stats-left-wrap p {
  font-weight: 400;
  font-size: 18px;
  color: #42526e;
  margin: 0 0 30px;
}
.cw-web-stats-sec .cw-web-stats-main-wrap .cw-web-stats-left-wrap p:last-child {
  margin: 0;
}
.cw-web-stats-sec .cw-web-stats-main-wrap .cw-web-stats-left-wrap ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 11px;
}
.cw-web-stats-sec .cw-web-stats-main-wrap .cw-web-stats-left-wrap ul li {
  width: 50%;
  font-weight: 700;
  font-size: 16px;
  color: #42526e;
  position: relative;
}
.cw-web-stats-sec .cw-web-stats-main-wrap .cw-web-stats-left-wrap ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #39dcb1;
  top: 8px;
  left: -15px;
}
.cw-web-stats-sec .cw-web-stats-main-wrap .cw-web-stats-right-wrap {
  max-width: 450px;
}
.cw-web-stats-sec .cw-web-stats-main-wrap .cw-web-stats-right-wrap .cw-web-stats-cards-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cw-web-stats-sec .cw-web-stats-main-wrap .cw-web-stats-right-wrap .cw-web-stats-cards-wrap .cw-web-stat-card {
  padding: 40px 10px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.cw-web-stats-sec .cw-web-stats-main-wrap .cw-web-stats-right-wrap .cw-web-stats-cards-wrap .cw-web-stat-card h3 {
  font-weight: 800;
  font-size: 24px;
  color: #0e134f;
  margin: 15px 0 5px;
}
.cw-web-stats-sec .cw-web-stats-main-wrap .cw-web-stats-right-wrap .cw-web-stats-cards-wrap .cw-web-stat-card p {
  font-weight: 400;
  font-size: 18px;
  color: #42526e;
  margin: 0;
}

.wp-prjct-sec {
  padding: 80px 0;
}
.wp-prjct-sec .wp-prjct-head-wrap {
  text-align: center;
}
.wp-prjct-sec .wp-prjct-head-wrap h2 {
  font-weight: 800;
  font-size: 36px;
  color: #0e134f;
}
.wp-prjct-sec .wp-prjct-main-wrap {
  padding: 70px 0 0;
}
.wp-prjct-sec .wp-prjct-main-wrap .wp-prjct-card-main-wrap {
  display: flex;
  justify-content: space-between;
}
.wp-prjct-sec .wp-prjct-main-wrap .wp-prjct-card-main-wrap .wp-prjct-card-wrap {
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: calc(33.33% - 20px);
  position: relative;
  padding: 30px 30px 90px;
}
.wp-prjct-sec .wp-prjct-main-wrap .wp-prjct-card-main-wrap .wp-prjct-card-wrap .wp-prjct-card-head-wrap {
  min-height: 110px;
}
.wp-prjct-sec .wp-prjct-main-wrap .wp-prjct-card-main-wrap .wp-prjct-card-wrap .wp-prjct-card-body-wrap {
  margin-top: 15px;
}
.wp-prjct-sec .wp-prjct-main-wrap .wp-prjct-card-main-wrap .wp-prjct-card-wrap .wp-prjct-card-body-wrap h3 {
  font-weight: 700;
  font-size: 24px;
  color: #0a1e43;
  margin: 0 0 15px;
}
.wp-prjct-sec .wp-prjct-main-wrap .wp-prjct-card-main-wrap .wp-prjct-card-wrap .wp-prjct-card-body-wrap p {
  font-weight: 400;
  font-size: 16px;
  color: #42526e;
  margin: 0;
}
.wp-prjct-sec .wp-prjct-main-wrap .wp-prjct-card-main-wrap .wp-prjct-card-wrap .wp-prjct-card-foot-wrap {
  position: absolute;
  bottom: 30px;
}
.wp-prjct-sec .wp-prjct-main-wrap .wp-prjct-card-main-wrap .wp-prjct-card-wrap .wp-prjct-card-foot-wrap a {
  font-weight: 600;
  font-size: 16px;
  color: #2f39bf;
}

.one-click-wp-hstng-sec {
  padding: 80px 0;
}
.one-click-wp-hstng-sec .one-click-wp-hstng-head-wrap {
  text-align: center;
}
.one-click-wp-hstng-sec .one-click-wp-hstng-head-wrap h2 {
  font-weight: 800;
  font-size: 36px;
  color: #0e134f;
  margin: 0 0 15px;
}
.one-click-wp-hstng-sec .one-click-wp-hstng-head-wrap p {
  font-weight: 400;
  font-size: 18px;
  color: #42526e;
  margin: 0;
}
.one-click-wp-hstng-sec .one-click-hstng-content-wrap {
  margin: 50px 0 0;
}
.one-click-wp-hstng-sec .one-click-hstng-content-wrap .one-click-hstng-cards-main-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.one-click-wp-hstng-sec .one-click-hstng-content-wrap .one-click-hstng-cards-main-wrap .one-click-hstng-card-wrap {
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  width: calc(50% - 12px);
  position: relative;
  padding: 35px 35px 90px;
  margin-bottom: 25px;
}
.one-click-wp-hstng-sec .one-click-hstng-content-wrap .one-click-hstng-cards-main-wrap .one-click-hstng-card-wrap .one-click-hstng-card-head {
  min-height: 110px;
}
.one-click-wp-hstng-sec .one-click-hstng-content-wrap .one-click-hstng-cards-main-wrap .one-click-hstng-card-wrap .one-click-hstng-card-body h3 {
  font-weight: 700;
  font-size: 20px;
  color: #0e134f;
  margin: 0 0 10px;
}
.one-click-wp-hstng-sec .one-click-hstng-content-wrap .one-click-hstng-cards-main-wrap .one-click-hstng-card-wrap .one-click-hstng-card-body p {
  font-weight: 400;
  font-size: 16px;
  color: #42526e;
  margin: 0;
}
.one-click-wp-hstng-sec .one-click-hstng-content-wrap .one-click-hstng-cards-main-wrap .one-click-hstng-card-wrap .one-click-hstng-card-foot {
  position: absolute;
  bottom: 35px;
}
.one-click-wp-hstng-sec .one-click-hstng-content-wrap .one-click-hstng-cards-main-wrap .one-click-hstng-card-wrap .one-click-hstng-card-foot a {
  font-weight: 600;
  font-size: 14px;
  text-decoration-line: underline;
  color: #2f39bf;
}

/* @section 43. WooCommerce Hosting Landing Page */
.wooCmrceLndPge .hm-new-spprt-wrap.hepperSec .row {
  display: flex;
  align-items: center;
}
.wooCmrceLndPge .hm-new-spprt-wrap.hepperSec .row a {
  font-weight: 600;
  font-size: 20px;
  text-decoration-line: underline;
  color: #2f39bf;
}
.wooCmrceLndPge .hm-new-spprt-wrap.hepperSec .row a i {
  margin-left: 10px;
}
.wooCmrceLndPge .hm-new-spprt-wrap.hepperSec .row .hepperContentWrap {
  max-width: 490px;
}
.wooCmrceLndPge .hm-new-spprt-wrap.hepperSec .row h2 {
  margin-bottom: 25px;
}
.wooCmrceLndPge .cw-mngd-wp-hstng .cwKinstaTemplate .cwAdvantagesSec .topTxt {
  margin-bottom: 85px;
}
.wooCmrceLndPge .cwKinstaTemplate .cwAdvantagesSec .advantageBox .txt p {
  color: #42526e;
}
.wooCmrceLndPge .hm-new-spprt-wrap .row {
  display: flex;
  align-items: center;
}
.wooCmrceLndPge .hm-new-spprt-wrap .quoteTxt {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  color: rgba(66, 82, 110, 0.7);
}
.wooCmrceLndPge .hm-new-spprt-wrap .quoteUsr {
  font-weight: 600;
  font-size: 20px;
  color: #2f39bf;
  margin: 20px 0 45px;
}
.wooCmrceLndPge .cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi {
  background: transparent;
  box-shadow: none;
}
.wooCmrceLndPge .cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi .col-right {
  padding: 0 30px 0 55px;
}
.wooCmrceLndPge .cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi h3 {
  font-size: 36px;
}
.wooCmrceLndPge .cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi p {
  font-size: 24px;
}
.wooCmrceLndPge .cw-mngd-wp-hstng .cw-agency-vid-testi .col-left img {
  border-radius: 8px;
}
.wooCmrceLndPge .cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.wooCmrceLndPge .cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi .col-left {
  max-width: 450px;
}
.wooCmrceLndPge .cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi .col-left::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #feb155 0%, rgba(47, 57, 191, 0) 100%);
  border-radius: 8px;
  opacity: 0.2;
  transform: rotate(-180deg);
  width: 100%;
  height: 35%;
  bottom: -30px;
  left: -30px;
  z-index: -1;
}
.wooCmrceLndPge .cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi {
  margin-bottom: 0;
}
.wooCmrceLndPge .cwKinstaTemplate .plansCompTableSec {
  padding: 0;
}
.wooCmrceLndPge .lnd-new-feats-tabs-disc-box p a {
  color: #2f39bf;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
.wooCmrceLndPge .newTstml_video_btnBox2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 99;
}
.wooCmrceLndPge .newVidRightWrap {
  position: relative;
}
.wooCmrceLndPge .lnd-aft-bnr-vdo-cntrl-btn {
  top: -100px;
}
.wooCmrceLndPge .newVidWithFeatsSec,
.wooCmrceLndPge .newVidMainWrap {
  position: relative;
}

.newVidWithFeatsSec {
  padding: 80px 0;
}
.newVidWithFeatsSec .newVidMainWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newVidWithFeatsSec .newVidMainWrap .newVidLeftWrap {
  max-width: 500px;
}
.newVidWithFeatsSec .newVidMainWrap .newVidLeftWrap h2 {
  font-weight: 800;
  font-size: 36px;
  color: #0e134f;
  margin: 0 0 20px;
}
.newVidWithFeatsSec .newVidMainWrap .newVidLeftWrap p {
  font-weight: 400;
  font-size: 18px;
  color: #42526e;
  margin: 0;
}
.newVidWithFeatsSec .newVidWithFeatsMainWrap {
  padding: 15px 55px 55px;
  background: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.newVidWithFeatsSec .newVidWithFeatsMainWrap .newWithFeatsCardWrap {
  width: 25%;
  padding: 40px 60px 0 0;
}
.newVidWithFeatsSec .newVidWithFeatsMainWrap .newWithFeatsCardWrap:nth-child(4) {
  padding-right: 0;
}
.newVidWithFeatsSec .newVidWithFeatsMainWrap .newWithFeatsCardWrap h3 {
  font-weight: 800;
  font-size: 18px;
  color: #0e134f;
  margin: 24px 0 10px;
}
.newVidWithFeatsSec .newVidWithFeatsMainWrap .newWithFeatsCardWrap p {
  font-weight: 400;
  font-size: 16px;
  color: #42526e;
  margin: 0;
}

/*# My Css */
.deployPg .cwvs_bnr_wrap {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, #0a1f76 0%, #1728d0 100%);
}

.deployPg .cwAlternativesNewTemplate .cwvs_bnr_wrap::before {
  opacity: 0.5;
}

.deployPg .cwAlternativesNewTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox h3 {
  color: #fbd808;
  font-size: 30px;
  margin: 0 0 25px;
}

.deployPg .cwvs_bnr_wrap .deployStrip {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 65px auto 0;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  background: rgba(2, 9, 52, 0.49);
  max-width: 59%;
  padding: 14px 0;
  border: 1px solid #2f39bf;
}
.pricing_hero_fold .wordpress-multisite-pricing-headerText{
  margin: 80px auto;
    text-align: center;
    max-width: 600px;
}

@keyframes pulse1 {
  0% {
    top: 22px;
    bottom: 22px;
    left: 30px;
    right: 30px;
    opacity: 1;
  }
  100% {
    top: 16px;
    bottom: 16px;
    left: 16px;
    right: 16px;
    opacity: 0;
  }
}
@keyframes pulse2 {
  0% {
    top: 22px;
    bottom: 22px;
    left: 30px;
    right: 30px;
    opacity: 1;
  }
  100% {
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    opacity: 0;
  }
}
@keyframes pulse3 {
  0% {
    top: 22px;
    bottom: 22px;
    left: 30px;
    right: 30px;
    opacity: 1;
  }
  100% {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0;
  }
}
.deployPg .cwvs_bnr_wrap .deployStrip .animatedLines {
  margin: 0;
  list-style-type: none;
  padding: 0;
  position: absolute;
  left: -30px;
  top: -23px;
  width: 706px;
  height: 97px;
}

.deployPg .cwvs_bnr_wrap .deployStrip .animatedLines li {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.deployPg .cwvs_bnr_wrap .deployStrip .animatedLines li:nth-child(2) {
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  animation: pulse2 4s infinite;
}

.deployPg .cwvs_bnr_wrap .deployStrip .animatedLines li:last-child {
  top: 16px;
  bottom: 16px;
  left: 16px;
  right: 16px;
  animation: pulse1 4s infinite;
}

.deployPg .cwvs_bnr_wrap .deployStrip .animatedLines li:first-child {
  animation: pulse3 4s infinite;
}

.deployPg .cw-mngd-wp-hstng .cwAlternativesNewTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox p {
  margin: 0;
  max-width: initial;
}

.deployPg .cwvs_bnr_txtBox p {
  font-size: 16px;
  line-height: initial;
  font-weight: 500;
  z-index: 1;
}

.deployPg .cwKinstaTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.deployPg .cwvs_bnr_wrap .deployStrip p span {
  margin-right: 15px;
}

.deployPg .cwvs_bnr_wrap .deployStrip a {
  margin: 0 0 0 15px;
  position: relative;
  z-index: 1;
}

.deployPg .cwAlternativesNewTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox .deployStrip a span {
  font-size: 15px;
  margin: 0 5px 0 0;
  text-decoration: underline;
}

.deployPg .cwvs_bnr_wrap .deployStrip a i {
  position: relative;
  top: 1px;
  transition: all 0.3s ease;
  display: inline-block;
}

.deployPg .cwvs_bnr_wrap .deployStrip a:hover i {
  transform: translateX(5px);
}

.deployPg .lnd-new-appSol-sec .lnd-new-appSol_ttlBox h2 {
  font-size: 40px;
  margin: 0 0 20px;
}

.deployPg .lnd-new-appSol-sec .lnd-new-appSol_ttlBox {
  max-width: 620px;
  margin: 0 auto 70px;
}

.deployPg .lnd-new-appSol-sec .lnd-new-appSol-cardBox .lnd-new-appSol-paraBox h3 {
  font-size: 24px;
  font-weight: 800;
  color: #0a1e43;
  margin: 30px 0 15px;
}

.deployPg .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap input:not([type=checkbox]) {
  background: transparent;
  border: 1px solid rgba(66, 82, 110, 0.39);
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  height: auto;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.71);
  margin: 0 0 10px;
  transition: all 0.5s ease-in-out;
}

.deployPg .dropDowns select {
  border: 1px solid rgba(66, 82, 110, 0.39);
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  height: auto;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 10px;
  transition: all 0.5s ease-in-out;
  color: rgba(0, 0, 0, 0.43);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(https://www.cloudways.com/wp-content/uploads/2022/11/caret_down.svg) no-repeat;
  background-position: 95% center;
}

.deployPg .dropDowns select:invalid {
  color: #ababab;
}

.deployPg .dropDowns option {
  color: #0e134f;
}

.deployPg .dropDowns select option {
  color: rgb(0, 0, 0);
}

.deployPg .rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt ul {
  margin-top: 20px;
  list-style-type: none;
}

.deployPg .rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt ul li {
  font-weight: 400;
  font-size: 18px;
  color: #42526e;
  position: relative;
  margin-bottom: 10px;
}

.deployPg .rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt ul li::before {
  content: "\f00c";
  color: #2f39bf;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: -35px;
  top: 5px;
}

.deployPg .rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt h1 {
  font-size: 40px;
  margin: 0 0 25px;
}

.deployPg .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap h3 {
  font-weight: 800;
  margin: 0 0 40px;
}

.deployPg .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap .gdpr {
  text-align: left;
  margin-top: 10px;
}

.deployPg .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap {
  text-align: left;
}

.deployPg button#downloadCaseStudyButton {
  background: #2f39bf;
  color: #fff !important;
  border-color: #2f39bf !important;
  font-size: 14px;
  padding: 6px 26px;
}

.deployPg button#downloadCaseStudyButton:hover,
.deployPg button#downloadCaseStudyButton:focus {
  background: #2f39bf !important;
}

/*============ Cpanel Comparision table =============*/
.cwKinstaTemplate .cpanelCompTableSec.ftrsCompTableSec .compTableWrap table thead th {
  font-weight: 700;
  font-size: 16px;
  color: #0a1e43;
}
.cwKinstaTemplate .cpanelCompTableSec.ftrsCompTableSec .compTableWrap table > tbody td:last-child .note {
  font-weight: 400;
  font-size: 18px;
  color: #42526e;
  line-height: 18px;
}
.cwKinstaTemplate .cpanelCompTableSec.ftrsCompTableSec .compTableWrap table > tbody td .note {
  font-weight: 400;
  font-size: 18px;
  color: rgba(66, 82, 110, 0.7);
  line-height: 18px;
}
.cwKinstaTemplate .cpanelCompTableSec.ftrsCompTableSec .compTableWrap table tbody td:nth-child(2) .fa-check {
  color: unset;
  opacity: 0.4;
}
.cwKinstaTemplate .cpanelCompTableSec.ftrsCompTableSec .compTableWrap table tbody td:nth-child(3) .fa-times {
  color: #2f39bf;
}
.cwKinstaTemplate .cpanelCompTableSec.ftrsCompTableSec .compTableWrap table tbody th {
  font-weight: 600;
  font-size: 18px;
  color: #0e134f;
}
.cwKinstaTemplate .cpanelCompTableSec .preHdng {
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 20px;
  line-height: initial;
}

/*============ Cpanel Comparision table =============*/
/*============ Wordpress Multisite Hosting =============*/
.wordpress-multisite-hosting .lnd-new-bnr-wrap {
  background: #111ec5;
}
.wordpress-multisite-hosting .lnd-new-bnr-wrap .wp-new-bnr-txt {
  max-width: 800px;
  margin: 0 auto;
}
.wordpress-multisite-hosting .lnd-new-bnr-wrap .cw-glb-btn {
  background-color: #09ebaf;
  border-color: #09ebaf;
}
.wordpress-multisite-hosting .lnd-new-bnr-wrap .cw-glb-btn:hover,
.wordpress-multisite-hosting .lnd-new-bnr-wrap .cw-glb-btn:focus {
  background-color: #09ebaf !important;
  border-color: #09ebaf !important;
}
.wordpress-multisite-hosting #lnd-bnr-v2 p {
  max-width: 100%;
}
.wordpress-multisite-hosting .cssTricks .heroPartnersMainWrap .heroPartnersLogosWrap {
  max-width: 1030px;
}
.wordpress-multisite-hosting .hm-new-spprt-wrap {
  padding: 90px 0;
}
.wordpress-multisite-hosting .hm-new-spprt-wrap.hepperSec {
  padding: 100px 0;
}
.wordpress-multisite-hosting .hm-new-spprt-wrap.hepperSec .row .hepperContentWrap {
  max-width: 530px;
}
.wordpress-multisite-hosting .hm-new-spprt-wrap.hepperSec .row h2 {
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 15px;
}
.wordpress-multisite-hosting .newVidWithFeatsSec {
  padding: 100px 0;
}
.wordpress-multisite-hosting .newVidWithFeatsSec .newVidWithFeatsMainWrap {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.wordpress-multisite-hosting .newVidWithFeatsSec .newVidWithFeatsMainWrap .newWithFeatsCardWrap {
  padding: 0 17px;
}
.wordpress-multisite-hosting .lnd-new-feats-wrap {
  padding: 90px 0;
}
.wordpress-multisite-hosting .hm-new-spprt-wrap {
  padding: 100px 0;
}
.wordpress-multisite-hosting .hm-new-spprt-wrap .col-xs-12.col-sm-6.col-sm-pull-61:after {
  content: "";
  clear: both;
}
.wordpress-multisite-hosting .hm-new-spprt-wrap .hm-new-spprt-img-wrap img {
  display: inline-block;
}
.wordpress-multisite-hosting .hm-new-spprt-txt-wrap h2 {
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 20px;
}
.wordpress-multisite-hosting .hm-new-spprt-txt-wrap p {
  font-size: 18px;
  font-weight: 400;
}
.wordpress-multisite-hosting .hm-new-spprt-wrap.hm-new_mgr_wrap .hm-new-spprt-txt-wrap {
  max-width: 375px;
  margin: 0 auto;
}
.wordpress-multisite-hosting .lnd-agncy-ftr-txt h2 {
  font-weight: 800;
  color: #0e134f;
}
.wordpress-multisite-hosting .lnd-agncy-ftr-txt p {
  font-size: 18px;
}
.wordpress-multisite-hosting .lnd-agncy-ftr-txt {
  max-width: 800px;
  margin: 0 auto 80px;
}
.wordpress-multisite-hosting .lnd-agncy-ftr-box h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0e134f;
}
.wordpress-multisite-hosting .lnd-agncy-ftr-box p {
  font-size: 18px;
}
.wordpress-multisite-hosting .lnd-agncy-ftr-box {
  padding: 0 5px;
  margin: 0 0 45px;
}
.wordpress-multisite-hosting .hm-new-spprt-wrap .quoteUsr {
  font-style: italic;
}
.wordpress-multisite-hosting .wt-prcNew2_prvd-tab-wrap h2 {
  font-weight: 800;
}
.wordpress-multisite-hosting #wt-prcNew-v2 .cw-prc-ftrs-body {
  margin-bottom: 0;
}
.wordpress-multisite-hosting .cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi .col-right {
  padding: 0;
}
.wordpress-multisite-hosting .cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi .col-left .newTstml_video_btnBox {
  font-size: 0;
  background: url(https://www.cloudways.com/wp-content/uploads/2022/12/play_btn.svg) no-repeat;
  width: 69px;
  height: 69px;
  top: 40%;
  left: 45%;
}
.wordpress-multisite-hosting .cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi .col-left .newTstml_video_btnBox svg {
  opacity: 0;
}
.wordpress-multisite-hosting .cwRsrcSec {
  padding: 80px 0;
}

/*============ Wordpress Multisite Hosting =============*/
.wooCmrceLndPgeRevamp23 .cw-mngd-wp-hstng .cwAlternativesNewTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox p {
  margin: 24px 0 48px;
  max-width: 100%;
  font-weight: 300;
  line-height: 30px;
}
.wooCmrceLndPgeRevamp23 .cw-mngd-wp-hstng .cwKinstaTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox {
  max-width: 900px;
}
.wooCmrceLndPgeRevamp23 .cwKinstaTemplate .cwvs_bnr_wrap {
  background: #111ec5;
}
.wooCmrceLndPgeRevamp23 .cw-glb-btn,
.wooCmrceLndPgeRevamp23 .cw-glb-btn_blank {
  font-size: 16px;
  box-shadow: none !important;
}
.wooCmrceLndPgeRevamp23 .cw-glb-btn {
  font-weight: 700;
}
.wooCmrceLndPgeRevamp23 .hm-new-spprt-wrap.hepperSec .row h2 {
  margin: 0 0 16px;
}
.wooCmrceLndPgeRevamp23 .hm-new-spprt-wrap.hepperSec .row p {
  line-height: 150%;
  margin: 0 0 40px;
}
.wooCmrceLndPgeRevamp23 .hm-new-spprt-wrap.hepperSec .row a {
  text-decoration: none;
  font-size: 16px;
}
.wooCmrceLndPgeRevamp23 .hm-new-spprt-wrap.hepperSec .row .img-responsive {
  margin: 0 auto;
}
.wooCmrceLndPgeRevamp23 .cw-mngd-wp-hstng .cwAlternativesNewTemplate .cwvs_signUp_wrap {
  padding: 85px 0;
}
.wooCmrceLndPgeRevamp23 .cwAlternativesNewTemplate .cwvs_signUp_mainBox h2 {
  margin: 0 0 15px;
}
.wooCmrceLndPgeRevamp23 .cw-mngd-wp-hstng .cwAlternativesNewTemplate .cwvs_signUp_mainBox p {
  font-weight: 300;
  margin-bottom: 40px;
}
.wooCmrceLndPgeRevamp23 .cw-mngd-wp-hstng .cwAlternativesNewTemplate .cwvs_signUp_mainBox a.btn.cw-glb-btn {
  margin: 0;
}
.wooCmrceLndPgeRevamp23 .cw-mngd-wp-hstng .lnd-new-feats-tabs-cntnt-wrap {
  margin-top: 50px;
}
.wooCmrceLndPgeRevamp23 .cw-mngd-wp-hstng .lnd-new-feats-tabs-cntnt-wrap .col-xs-6 {
  box-shadow: none;
}
.wooCmrceLndPgeRevamp23 .lnd-new-feats-tabs-disc-box h4 {
  margin: 24px 0 10px;
}
.wooCmrceLndPgeRevamp23 .glbNew-strp_sprt {
  display: none;
}
.wooCmrceLndPgeRevamp23 .lnd-new-feats-tabs-disc-box p {
  margin: 0;
  font-size: 18px;
  line-height: 150%;
}
.wooCmrceLndPgeRevamp23 .lnd-new-feats-wrap {
  padding: 90px 0 40px;
}
.wooCmrceLndPgeRevamp23 .newVidWithFeatsSec .newVidWithFeatsMainWrap .newWithFeatsCardWrap:last-child {
  padding-right: 0;
}
.wooCmrceLndPgeRevamp23 .cw-glb-btn3 {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  padding: 12px 26px;
}
.wooCmrceLndPgeRevamp23 .cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi h3 {
  margin: 0 0 25px;
}
.wooCmrceLndPgeRevamp23 .cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi .col-right {
  padding-left: 40px;
}
.wooCmrceLndPgeRevamp23 .cw_autoscale_fifthFold .txtWrap {
  max-width: 805px;
}
.wooCmrceLndPgeRevamp23 .cw_autoscale_fifthFold .txtWrap p {
  margin: 0;
}
.wooCmrceLndPgeRevamp23 .cw_autoscale_fifthFold .nav-pills > li h6 {
  font-size: 18px;
}
.wooCmrceLndPgeRevamp23 .cw_autoscale_fifthFold .tab-content .left p {
  margin: 0;
  font-size: 18px;
  line-height: 150%;
  color: #0e134f;
}
.wooCmrceLndPgeRevamp23 .cw_autoscale_fifthFold .rightArea h3 {
  color: #0e134f;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  max-width: 330px;
  margin: 0 0 16px;
}
.wooCmrceLndPgeRevamp23 .cw_autoscale_fifthFold .rightArea .testiinner {
  min-height: 147px;
  background: #2f39bf;
  border-radius: 10px;
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
}
.wooCmrceLndPgeRevamp23 .cw_autoscale_fifthFold .rightArea .testiWrap p {
  color: #fff;
  font-style: normal;
  margin: 0;
  font-size: 18px;
  font-weight: 300;
}
.wooCmrceLndPgeRevamp23 .cw_autoscale_fifthFold .tab-content .tabInner {
  align-items: flex-start;
}
.wooCmrceLndPgeRevamp23 .cw_autoscale_fifthFold .rightArea .testiWrap .iconWrap h5 {
  color: #000;
}
.wooCmrceLndPgeRevamp23 .cw_autoscale_fifthFold .rightArea .testiWrap .iconWrap h5 span {
  font-size: 12px;
  color: rgba(66, 82, 110, 0.7);
}
.wooCmrceLndPgeRevamp23 .cw_autoscale_fifthFold .rightArea .testiWrap .iconWrap h5 a {
  font-size: 12px;
  color: rgba(66, 82, 110, 0.7);
}
.wooCmrceLndPgeRevamp23 .cw_autoscale_fifthFold .rightArea .testiinner:before {
  content: "";
  width: 24px;
  height: 22px;
  position: absolute;
  left: 33px;
  bottom: -21px;
  background: #2f39bf;
  -webkit-clip-path: polygon(0 0, 95% 100%, 100% 0);
          clip-path: polygon(0 0, 95% 100%, 100% 0);
}
.wooCmrceLndPgeRevamp23 .cw_autoscale_fifthFold .secondWrap {
  background: #fff;
}
.wooCmrceLndPgeRevamp23 .hm-new-spprt-wrap.hepperSec .row a.btn.cw-glb-btn3 {
  padding: 10px 26px;
  color: #0e134f;
  font-weight: 700;
  font-size: 16px;
  border-color: #0e134f;
}
.wooCmrceLndPgeRevamp23 .hm-new-spprt-wrap.hepperSec .cw-glb-btn3:hover,
.wooCmrceLndPgeRevamp23 .hm-new-spprt-wrap.hepperSec .cw-glb-btn3:focus,
.wooCmrceLndPgeRevamp23 .hm-new-spprt-wrap.hepperSec .cw-glb-btn3:active {
  color: #fff !important;
  background: #0e134f !important;
}
.wooCmrceLndPgeRevamp23 #myCarousel_bnchMark2 .carousel-indicators {
  margin: 0 !important;
  position: absolute;
  right: 0;
  left: auto !important;
  bottom: auto !important;
  top: 50%;
  width: auto;
}
.wooCmrceLndPgeRevamp23 #myCarousel_bnchMark2 li {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 0 5px;
}
.wooCmrceLndPgeRevamp23 #myCarousel_bnchMark2 li:last-child {
  margin: 0;
}
.wooCmrceLndPgeRevamp23 .specsCompSec .topTxt p {
  margin: 0;
}
.wooCmrceLndPgeRevamp23 .specsCompSec .topTxt {
  max-width: 580px;
  margin: 0 auto;
}
.wooCmrceLndPgeRevamp23 .specsCompSec .graphWrap {
  margin: 64px 0 0;
}
.wooCmrceLndPgeRevamp23 a.btn {
  min-width: auto;
}
.wooCmrceLndPgeRevamp23 .newVidWithFeatsSec .newVidWithFeatsMainWrap .newWithFeatsCardWrap h3 {
  font-weight: 700;
}
.wooCmrceLndPgeRevamp23 .cwRsrcSec .cwRsrcPostsWrap .cwRsrcPostBox {
  transition: all 0.3s ease;
}
.wooCmrceLndPgeRevamp23 .cwRsrcSec .cwRsrcPostsWrap .cwRsrcPostBox:hover {
  box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
.wooCmrceLndPgeRevamp23 .cwRsrcSec .cwRsrcPostsWrap .cwRsrcPostBox .details .link i {
  margin-left: 2px;
  transition: all 0.3s ease;
}
.wooCmrceLndPgeRevamp23 .cwRsrcSec .cwRsrcPostsWrap .cwRsrcPostBox:hover .details .link i {
  transform: translateX(4px);
}

.cwAlternativesRevamp23 .cwvs_bnr_wrap {
  background: linear-gradient(71deg, #010d2c 0%, #0010a9 100%);
}
.cwAlternativesRevamp23 .cw-glb-btn {
  box-shadow: none !important;
  padding: 10px 40px;
}
.cwAlternativesRevamp23 .cwvs_bnr_wrap .cwvs_bnr_txtBox .note {
  text-transform: capitalize;
  font-size: 16px;
  margin: 15px 0 0;
  letter-spacing: -0.48px;
}
.cwAlternativesRevamp23 .cwvs_bnr_wrap::before {
  background: url(../../img/alternatives/cw-alternatives-hero-bg-new.png) no-repeat center transparent;
  background-size: cover;
}
.cwAlternativesRevamp23 .cwvs_bnr_wrap .cwvs_bnr_txtBox span {
  font-weight: 500;
}
.cwAlternativesRevamp23 .cwvs_bnr_wrap .cwvs_bnr_txtBox p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}
.cwAlternativesRevamp23 .customerTweetsSec {
  padding: 100px 0;
}
.cwAlternativesRevamp23 .customerTweetsSec .container-fluid {
  max-width: 100%;
}
.cwAlternativesRevamp23 .customerTweetsSec .tweetsWrap {
  margin-top: 70px;
  animation: tweetsSliderNew 100s 2s infinite linear both;
}
.cwAlternativesRevamp23 .scrollableTableSec .tableWrap .col .box,
.cwAlternativesRevamp23 .scrollableTableSec .tableWrap .col:hover .box {
  background: transparent;
}
.cwAlternativesRevamp23 .scrollableTableSec .tableWrap .left {
  min-width: 440px;
}
.cwAlternativesRevamp23 .scrollableTableSec .tableWrap .left .col {
  flex: 0 0 50%;
  max-width: 50%;
}
.cwAlternativesRevamp23 .scrollableTableSec .tableWrap .col .box:not(:first-child) {
  border-left: none;
}
.cwAlternativesRevamp23 .scrollableTableSec .tableWrap .col.cloudways .box {
  background: #fff;
  font-weight: 400;
  line-height: unset;
  border-left: 1px solid #2f39bf;
  border-right: 1px solid #2f39bf;
}
.cwAlternativesRevamp23 .scrollableTableSec .tableWrap .col.cloudways .box:last-child {
  border-bottom-color: #2f39bf;
}
.cwAlternativesRevamp23 .scrollableTableSec.table2 .tableWrap .col .box,
.cwAlternativesRevamp23 .scrollableTableSec.table2 .tableWrap .cloudways .box {
  font-size: 18px;
  letter-spacing: -0.54px;
  height: 121px;
  padding: 20px;
}
.cwAlternativesRevamp23 .scrollableTableSec .tableWrap .left .col:first-child .box {
  font-size: 18px;
  font-weight: 500;
  white-space: break-spaces;
  padding-left: 0;
  border-left: none;
}
.cwAlternativesRevamp23 .scrollableTableSec.table2 .tableWrap .col .box:first-child,
.cwAlternativesRevamp23 .scrollableTableSec.table2 .tableWrap .cloudways .box:first-child {
  height: auto;
  padding: 17px;
  font-size: 20px;
  color: #42526e;
}
.cwAlternativesRevamp23 .scrollableTableSec .tableWrap .col.cloudways .box:first-child {
  padding: 26px 0;
  background: #2f39bf;
}
.cwAlternativesRevamp23 .scrollableTableSec .tableWrap .col.cloudways .box:first-child img {
  height: auto;
  filter: none;
  margin: 0 auto;
}
.cwAlternativesRevamp23 .scrollableTableSec .tableWrap .col.head .box:nth-child(2) {
  border-radius: 0;
}
.cwAlternativesRevamp23 .scrollableTableSec .tableWrap .navControls button span {
  color: #2f39bf;
}
.cwAlternativesRevamp23 .scrollableTableSec.table2 .tableWrap .col .box img,
.cwAlternativesRevamp23 .scrollableTableSec.table2 .tableWrap .cloudways .box img {
  width: auto;
}
.cwAlternativesRevamp23 .scrollableTableSec .tableWrap .col .box {
  font-size: 18px;
}
.cwAlternativesRevamp23 .scrollableTableSec .topTxt {
  max-width: 670px;
}
.cwAlternativesRevamp23 .alternativesListingSec .filtersNav ul li.active a {
  background: #ebf4ff !important;
}
.cwAlternativesRevamp23 .alternativesListingSec .filtersNavWrap {
  margin: 74px 0 64px;
}
.cwAlternativesRevamp23 .switchingHostingSec::before {
  display: none;
}
.cwAlternativesRevamp23 .switchingHostingSec .switchingHostingWrap .switchingHostingContent h2 {
  font-size: 36px;
  color: #0e134f;
  margin: 0 0 16px;
}
.cwAlternativesRevamp23 .switchingHostingSec .switchingHostingWrap .switchingHostingContent p {
  margin: 0 0 16px;
  color: #42526e;
}
.cwAlternativesRevamp23 .switchingHostingSec .switchingHostingWrap .switchingHostingContent ul li {
  margin-bottom: 10px;
  color: #42526e;
  padding-left: 26px;
  position: relative;
}
.cwAlternativesRevamp23 .switchingHostingSec .switchingHostingWrap .switchingHostingContent ul li:last-child {
  margin-bottom: 0;
}
.cwAlternativesRevamp23 .switchingHostingSec {
  background: transparent;
}
.cwAlternativesRevamp23 .switchingHostingSec .switchingHostingWrap .switchingHostingContent p strong {
  font-weight: 500;
}
.cwAlternativesRevamp23 .switchingHostingSec .switchingHostingWrap .switchingHostingContent ul {
  list-style-type: none;
  padding: 0;
}
.cwAlternativesRevamp23 .switchingHostingSec .switchingHostingWrap .switchingHostingContent ul li:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(https://www.cloudways.com/wp-content/uploads/2023/05/check-mark.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
  background-size: contain;
}
.cwAlternativesRevamp23 h2 {
  color: #0e134f;
}
.cwAlternativesRevamp23 .cwSpecificFtrs .topTxt {
  margin-bottom: 80px;
}
.cwAlternativesRevamp23 .cwFeatrsSec .ftrsWrap .ftrsBox {
  max-width: calc(33.33% - 28px);
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
}
.cwAlternativesRevamp23 .cwFeatrsSec .ftrsWrap .ftrsBox {
  margin: 0 0 40px;
}
.cwAlternativesRevamp23 .cwFeatrsSec .ftrsWrap .ftrsBox h3 {
  margin: 24px 0 6px;
}
.cwAlternativesRevamp23 .cwFeatrsSec .ftrsWrap .ftrsBox p {
  font-size: 18px;
}
.cwAlternativesRevamp23 .perfMetrixWrap .box {
  border: none;
  padding: 50px 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  flex: 0 0 32.33%;
}
.cwAlternativesRevamp23 .perfMetrixWrap .box .name {
  color: rgba(0, 0, 0, 0.8);
}
.cwAlternativesRevamp23 .perfMetrixWrap {
  flex-wrap: wrap;
}
.cwAlternativesRevamp23 .perfMetrixWrap .box .stat {
  margin: 0 0 3px;
  line-height: 120%;
  font-size: 36px;
}
.cwAlternativesRevamp23 .sprtQuatrPerfV2Sec .topTxt {
  margin-bottom: 64px;
  max-width: 530px;
}
.cwAlternativesRevamp23 .hostProviderSec {
  background: linear-gradient(148deg, #2f39bf 0%, #000543 100%);
}
.cwAlternativesRevamp23 .hostProviderSec .hostProviderSecContent h2 {
  margin: 0 0 15px;
}
.cwAlternativesRevamp23 .hostProviderSec .hostProviderSecContent p {
  color: #fff;
  font-weight: 300;
  margin: 0 0 40px;
}
.cwAlternativesRevamp23 .hostProviderSec .hostProviderSecContent {
  max-width: 693px;
}
.cwAlternativesRevamp23 .glb-nfaq-wrap-new .glb-nfaq-ttl p {
  font-size: 18px;
}
.cwAlternativesRevamp23 .customerTweetsSec .tweetsWrap .box .testimnial-card {
  background: #f8f9fb;
  border-radius: 8px;
  padding: 25px;
  min-width: 343px;
  position: relative;
}
.cwAlternativesRevamp23 .customerTweetsSec .tweetsWrap .box .testimnial-card .card-content p {
  font-size: 16px;
  color: #0e134f;
  margin: 0;
}
.cwAlternativesRevamp23 .customerTweetsSec .tweetsWrap .box .testimnial-card .user-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.cwAlternativesRevamp23 .customerTweetsSec .tweetsWrap .box .testimnial-card .user-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cwAlternativesRevamp23 .customerTweetsSec .tweetsWrap .box .testimnial-card .user-img {
  margin: 0 10px 0 0;
}
.cwAlternativesRevamp23 .customerTweetsSec .tweetsWrap .box .testimnial-card .user-detail h4 {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin: 0;
}
.cwAlternativesRevamp23 .customerTweetsSec .tweetsWrap .box .testimnial-card .user-detail p {
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.cwAlternativesRevamp23 .customerTweetsSec .tweetsWrap .box .testimnial-card .user-img img {
  max-width: 43px !important;
  border-radius: 50%;
}
.cwAlternativesRevamp23 .customerTweetsSec .tweetsWrap .box {
  padding: 0 18px;
  width: auto;
}
.cwAlternativesRevamp23 .customerTweetsSec .tweetsWrap .box .testimnial-card a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cwAlternativesRevamp23 .alternativesListingSec .alternativesListingWrap .card img {
  margin: 0 0 24px;
}
.cwAlternativesRevamp23.cloudways_alternative .scrollableTableSec.table2 .tableWrap .col .box {
  height: 80px;
}
.cwAlternativesRevamp23.cloudways_alternative .scrollableTableSec.table2 .tableWrap .col .box:first-child{
height: auto;
}
.cwAlternativesRevamp23.cloudways_alternative .scrollableTableSec.table2 .tableWrap .col .box.logo{
  height: 54px !important;
}
.cwAlternativesRevamp23.cloudways_alternative .scrollableTableSec .tableWrap .col .box:not(:first-child){
  border-left: 1px solid #e3e5e9;
  border-right: none;
  /* border-bottom:1px solid #e3e5e9 ; */
}
.cwAlternativesRevamp23.cloudways_alternative .scrollableTableSec .tableWrap .left .col:first-child .box{
  padding-left: 20px;
}
.cwAlternativesRevamp23.cloudways_alternative .scrollableTableSec .tableWrap .left .col:first-child .box {
  font-weight: 400;
}
.cwAlternativesRevamp23.cloudways_alternative .scrollableTableSec .tableWrap .left .col:first-child .box.heading{
  font-size: 20px;
  font-weight: 600;
}
.cwAlternativesRevamp23.cloudways_alternative .scrollableTableSec.table2 .tableWrap .col .box.no_border{
  border-left: none;
  border-right:none ;
}
.cwAlternativesRevamp23.cloudways_alternative .scrollableTableSec.table2 .tableWrap .col .box.last_child{
  border-bottom: 1px solid #e3e5e9;
}
.cwAlternativesRevamp23.cloudways_alternative .alternativesListingSec .filtersNav ul li a::before{
  background: none;
}
.cwAlternativesRevamp23.cloudways_alternative .alternativesListingSec .filtersNav ul li.active a{
  border-radius: 48px;
background:  #FFF !important;
box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.08);
color: #2F39BF;
z-index: 1;
}
.cwAlternativesRevamp23.cloudways_alternative .alternativesListingSec .filtersNav{
  border-radius: 120px;
background:  rgba(223, 225, 230, 0.70);
padding: 5px;
width: 80;
width: 49%;
margin: 0 auto;
}
.cwAlternativesRevamp23.cloudways_alternative .alternativesListingSec .filtersNav ul{
 gap: 8px;
}
.cwAlternativesRevamp23.cloudways_alternative .alternativesListingSec .filtersNav ul li{
  flex: none;
}
.cwAlternativesRevamp23.cloudways_alternative .alternativesListingSec .filtersNav ul li:nth-child(4){
  flex: none;
}
.cwAlternativesRevamp23.cloudways_alternative .scrollableTableSec .tableWrap .col.cloudways .box {
  background: transparent;
}
.cwAlternativesRevamp23.cloudways_alternative  .scrollableTableSec .tableWrap .col.cloudways .box:first-child{
  background: #2f39bf;
  
}
.cwAlternativesRevamp23.cloudways_alternative .alternativesListingSec .filtersNav.navSticky{
max-width: 620px;
}
.cwAlternativesRevamp23.cloudways_alternative .alternativesListingSec .alternativesListingWrap {
  /* height: 4395.42px !important; */
  margin-bottom: 100px;
}
.cwAlternativesRevamp23.cloudways_alternative .alternativesListingSec .alternativesListingWrap .show_more_btn{
  left: 0 !important;
  top: 686.649px !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cwAlternativesRevamp23.cloudways_alternative .alternativesListingSec .alternativesListingWrap .card{
  background: rgba(255, 255, 255, 1) !important;
  border-radius: 15.793px;
  border: 1px solid rgba(223, 225, 230, 0.70);
  box-shadow: none;
}
.cwAlternativesRevamp23.cloudways_alternative .alternativesListingSec{
  background: rgba(255, 255, 255, 1);
}
.cwAlternativesRevamp23.cloudways_alternative .alternativesListingSec .alternativesListingWrap .show_more_btn a{
  font-size: 18px;
  padding: 0 46px;
}
.cwAlternativesRevamp23.cloudways_alternative .alternativesListingSec .alternativesListingWrap .show_more_btn.show_more_btn_shrd_host{
  top: 636.649px !important;
}
.cwAlternativesRevamp23.cloudways_alternative .alternativesListingSec .alternativesListingWrap .show_more_btn.show_more_btn_mix_alt{
  top: 636.649px !important;
}
/* .alternative_provider {
  transition: transform 0.4s ease, opacity 0.4s ease !important;
} */

.alternative_provider.hide {
  display: none;
}
.cwAlternativesRevamp23.cloudways_alternative .dataCenter_sec .cwGlb_rgn_lftBox .p2-semibold{
  font-weight: 600 !important;
}
.wp_engine_main.kinsta_alternative.cloudways_alternative .scrollableTableSec .btn_wrap{
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
    gap: 13px;

}
.wp_engine_main.kinsta_alternative.cloudways_alternative a:focus{
  color: #fff;
}
@media (min-width: 1200px) {
  .wooCmrceLndPgeRevamp23 .cw_autoscale_fifthFold .tab-content .left {
    padding: 0 120px 0 0;
  }
  .wooCmrceLndPgeRevamp23 .cw_autoscale_fifthFold .tab-content .right {
    min-width: 440px;
  }
}
@media (min-width: 992px) {
  .wooCmrceLndPgeRevamp23 .cwAlternativesNewTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox h1 {
    font-size: 54px;
    letter-spacing: -0.03em;
    line-height: 54px;
  }
  .wooCmrceLndPgeRevamp23 .cwKinstaTemplate .cwvs_bnr_wrap {
    padding: 220px 0 100px;
  }

}
@media (min-width: 767px) {
  .wooCmrceLndPgeRevamp23 .newVidWithFeatsSec {
    padding: 100px 0;
  }
}
@media (max-width: 1200px) {
  .cwvs_cmprGraph_mainBox {
    overflow-x: scroll;
  }
  .cwvs_cmprGraph_wrap .cwvs_anmIcon1,
  .cwvs_cmprGraph_wrap .cwvs_anmIcon2,
  .cwvs_cmprGraph_wrap .cwvs_anmIcon3 {
    display: none;
  }
  .alternativesCompCardsSec .ProviderCard .topInfo .rating .g2Rating p,
  .alternativesCompCardsSec .ProviderCard .topInfo .rating .stars i {
    font-size: 16px;
  }
  .alternativesCompCardsSec .ProviderCard .topInfo > img {
    max-width: 120px;
    max-height: 25px;
  }
}
@media (max-width: 992px) {
  .cwvs_anmIcon1,
  .cwvs_anmIcon2,
  .cwvs_anmIcon3 {
    opacity: 0.5;
  }
  .cwvs_bnr_txtBox h1,
  .cwvs_g2Tstml_ttlBox h2,
  .cwvs_g2Stats_ttlBox h2,
  .cwvs_richFeat_txtBox h3,
  .cwvs_cstmrTstml_ttlBox h2,
  .cwvs_glbFeat_ttlBox h2,
  .cwvs_richFeat_ttlBox h2,
  .cwvs_richFeat_wrap2 .cwvs_richFeat_txtBox h3,
  .cwvs_cmprTable_ttlBox h2,
  .cwvs_signUp_mainBox h2,
  .cwvs_supp_ttlBox h2,
  .cwvs_signUp2_mainBox h2,
  .cwvs_calc_ttlBox h2,
  .cwvs_calc_sec .cwvs_cta_Box h2 {
    font-size: 30px;
  }
  .cwvs_bnr_txtBox span,
  .cwvs_bnr_txtBox p {
    font-size: 15px;
  }
  .cwvs_g2Stats_txtBox p,
  .cwvs_richFeat_txtBox p,
  .cwvs_cstmrTstml_inrBox span {
    font-size: 15px;
  }
  .cwvs_glbFeat_ttlBox span,
  .cwvs_glbFeat_ttlBox p {
    font-size: 15px;
  }
  .cwvs_glbFeat_txtBox p,
  .cwvs_richFeat_txtBox ul li,
  .cwvs_richFeat_wrap2 .cwvs_richFeat_txtBox p em {
    font-size: 15px;
  }
  .cwvs_cmprTable_ttlBox span,
  .cwvs_cmprTable_ttlBox p {
    font-size: 15px;
  }
  .cwvs_signUp_mainBox p,
  .cwvs_cta_Box .btn {
    font-size: 15px;
  }
  .cwvs_supp_ttlBox span,
  .cwvs_supp_ttlBox p {
    font-size: 15px;
  }
  .cwvs_signUp2_mainBox p,
  .cwvs_calc_ttlBox p,
  .cwvs_calc_formRslt_mainBox > p {
    font-size: 15px;
  }
  .cwvs_g2Tstml_inrBox p,
  .cwvs_cstmrTstml_inrBox p,
  .cwvs_glbFeat_txtBox h4,
  .cwvs_supp_inrBox p,
  .cwvs_supp2_inrBox h6 {
    font-size: 20px;
  }
  .cwvs_g2Tstml_cstmr_txtBox h4 {
    font-size: 18px;
  }
  .cwvs_g2Tstml_cstmr_txtBox h4 span {
    font-size: 18px;
  }
  .cwvs_g2Stats_txtBox h5 {
    font-size: 18px;
  }
  .cwvs_bnr_wrap {
    padding: 130px 0 100px;
  }
  .cwvs_g2Tstml_wrap,
  .cwvs_g2Stats_wrap,
  .cwvs_cstmrTstml_wrap,
  .cwvs_richFeat_wrap,
  .cwvs_cmprTable_sec,
  .cwvs_signUp_wrap,
  .cwvs_supp_wrap,
  .cwvs_signUp2_wrap,
  .cwvs_supp2_wrap,
  .cwvs_calc_sec {
    padding: 60px 0;
  }
  .cwvs_glbFeat_wrap {
    padding: 60px 0 30px;
  }
  .cwvs_richFeat_wrap2 .cwvs_richFeat_txtBox p em {
    margin: 20px 0;
  }
  .cwvs_bnr_imgBox,
  .cwvs_g2Stats_mainBox,
  .cwvs_cmprTable_mainBox {
    width: 100%;
  }
  .cwvs_glbFeat_txtBox h4 {
    margin: 20px 0 10px;
  }
  .cwvs_cmprTable_mainBox table tr th {
    font-size: 18px;
  }
  .cwvs_cmprTable_mainBox table tr td {
    font-size: 12px;
  }
  .cwvs_cmprTable_mainBox table tr td:first-child {
    font-size: 14px;
  }
  .cwvs_cmprTable_mainBox table tr td strong {
    font-size: 30px;
  }
  .cwvs_supp_txtBox h3,
  .cwvs_supp_inrBox h4 {
    font-size: 30px;
  }
  .cwvs_signUp_mainBox span {
    margin-top: 30px;
  }
  .cwvs_supp_wrap,
  .cwvs_signUp_wrap,
  .cwvs_signUp2_wrap {
    background-image: none;
  }
  .cwvs_supp_imgBox {
    margin: 30px 0 50px;
  }
  .cwvs_glbFeat_imgBox img {
    width: 80px;
  }
  .cwvs_supp2_inrBox img {
    width: 60px;
  }
  .cwvs_calc_sec .cwvs_cta_Box h2 {
    margin: 40px 0 20px;
  }
  .cwvs_calc_formWrap form,
  .cwvs_calc_formRslt_statsBox {
    display: block;
  }
  .cwvs_calc_formRslt_inrBox {
    margin-bottom: 25px;
  }
  .cwvs_calc_formRslt_inrBox4 {
    margin-bottom: 60px;
  }
  .cwvs_calc_formRslt_srvrBox {
    min-width: 200px !important;
  }
  .cwvs_calc_form_inrBox .dropdown-toggle,
  .cwvs_calc_form_inrBox .dropdown .dropdown-menu {
    width: 100%;
  }
  .cwvs_calc_sec:after,
  .cwvs_calc_sec .cwvs_anmIcon1,
  .cwvs_calc_sec .cwvs_anmIcon2,
  .cwvs_calc_sec .cwvs_anmIcon3 {
    display: none;
  }
  /* @Section16. cw VS Kinsta Template */
  .cwKinstaTemplate .cwvs_bnr_wrap {
    padding: 120px 0 60px;
  }
  .cwKinstaTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox span {
    margin-bottom: 10px;
  }
  .cwKinstaTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox h1 {
    font-size: 36px;
  }
  .cwKinstaTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox p {
    font-size: 16px;
    margin: 15px 0 25px;
  }
  .cwKinstaTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox .creditText {
    margin-top: 10px;
    font-size: 14px;
  }
  .cwKinstaTemplate .cwvs_testimonialSec,
  .cwKinstaTemplate .sprtQuatrPerfSec,
  .cwKinstaTemplate .cwFeatrsSec,
  .cwKinstaTemplate .cwAdvantagesSec {
    padding: 60px 0;
  }
  .cwKinstaTemplate h2 {
    font-size: 28px;
  }
  .cwKinstaTemplate h2 + p {
    font-size: 16px;
  }
  .cwKinstaTemplate .g2TestimonialsSec .g2TestimonialsWrap .g2TestimonialsBox {
    width: calc(50% - 20px);
  }
  .cwKinstaTemplate .cwFeatrsSec .ftrsWrap .ftrsBox {
    max-width: calc(33.33% - 20px);
  }
  .cwvs_cmprGraph_wrap {
    padding: 60px 0;
  }
  .cwKinstaTemplate .responceTimeCompSec,
  .cwKinstaTemplate .cwvs_rgn_wrap,
  .cwKinstaTemplate .plansCompTableSec,
  .cwKinstaTemplate .g2TestimonialsSec {
    padding: 60px 0;
  }
  .cwKinstaTemplate .responceTimeCompSec .tableWrap {
    margin-top: 40px;
  }
  .cwKinstaTemplate .responceTimeCompSec .tableWrap th,
  .cwKinstaTemplate .responceTimeCompSec .tableWrap td {
    padding: 25px 20px;
  }
  .cwKinstaTemplate .cwvs_rgn_wrap .dataCentersWrap .box {
    padding: 20px 30px;
  }
  .cwKinstaTemplate .cwvs_rgn_wrap .cwvs_glbFeat_ttlBox h2 {
    font-size: 24px;
  }
  .cwKinstaTemplate .plansCompTableSec .plansCompTableWrap {
    margin-top: 40px;
  }
  .cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col ul li {
    padding: 15px 20px;
  }
  .cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col.col2 li:nth-child(2), .cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col.col3 li:nth-child(2) {
    padding: 20px;
  }
  .cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col.col1 ul li:first-child {
    padding: 50px 10px;
  }
  .cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col.col3 li:first-child {
    margin-top: -22px;
  }
  .cwKinstaTemplate .sprtQuatrPerfSec .sprtQuatrPerfWrap .txt h3 {
    font-size: 20px;
  }
  .cwKinstaTemplate .mergeWdTop .cwvs_g2Stats_txtBox h5 {
    font-size: 18px;
    margin: 0px 0 10px;
  }
  .cwKinstaTemplate .mergeWdTop .cwvs_g2Stats_txtBox p {
    font-size: 16px;
  }
  .cwKinstaTemplate .selectPrvdrSec,
  .cwKinstaTemplate .freeTrialFtrSec,
  .cwKinstaTemplate .testimonials2Sec,
  .cwKinstaTemplate .ftrsCompTableSec {
    padding: 60px 0;
  }
  .cwKinstaTemplate .selectPrvdrSec {
    padding: 60px 0;
  }
  .cwKinstaTemplate .selectPrvdrSec .selectPrvdrWrap .selectPrvdrBox {
    padding: 30px;
  }
  .cwKinstaTemplate .selectPrvdrSec .selectPrvdrWrap .selectPrvdrBox .status {
    padding-left: 30px;
  }
  .cwKinstaTemplate .selectPrvdrSec .selectPrvdrWrap .selectPrvdrBox .providerList {
    padding: 0 30px;
  }
  .cwKinstaTemplate .ftrsCompTableSec .compTableWrap {
    margin-top: 40px;
  }
  .cwKinstaTemplate .freeTrialFtrSec .freeTrialFtrWrap {
    max-width: 90%;
  }
  /* Cloudways Vs Cpanel */
  .cwvs_sideCompr_inrBox_lft p .cwvs_sideCompr_inrBox_rht p {
    margin: 0 !important;
  }
  .cwvs_sideCompr_ttlBox {
    text-align: center;
    margin-bottom: 30px;
  }
  .cwvs_sideCompr_ttlBox h2 {
    font-size: 28px;
  }
  .cwKinstaTemplate .nonTechAdvSec {
    padding: 60px 0;
  }
  .cwKinstaTemplate .nonTechAdvSec .nonTechAdvWrap {
    margin-top: 40px;
  }
  .cwKinstaTemplate .nonTechAdvSec .nonTechAdvWrap .nonTechAdvBox {
    max-width: calc(33% - 15px);
  }
  .cwKinstaTemplate .nonTechAdvSec .nonTechAdvWrap .nonTechAdvBox p {
    font-size: 20px;
    line-height: 28px;
  }
  .cwKinstaTemplate.bluehost .cwFeatrsSec .ftrsWrap {
    flex-wrap: wrap;
  }
  .cwKinstaTemplate.bluehost .cwFeatrsSec .ftrsWrap .ftrsBox {
    max-width: calc(50% - 30px);
    flex: none;
    margin-bottom: 30px;
  }
  .cwvs_calc_sec {
    padding: 60px 0;
  }
  .alternativesCompCardsSec {
    padding: 60px 0;
  }
  .alternativesCompCardsSec .topTxt h2 {
    font-size: 28px;
  }
  .alternativesCompCardsSec .topTxt p {
    font-size: 16px;
  }
  .alternativesCompCardsSec .ProviderCard {
    width: calc(50% - 20px);
  }
  .tsmlV3sec,
  .tsmlV2sec,
  .sprtQuatrPerfV2Sec {
    padding: 60px 0;
  }
  .tsmlV3sec blockquote,
  .tsmlV2sec blockquote {
    font-size: 22px;
  }
  .perfMetrixWrap .box {
    padding: 10px 30px;
  }
  .cwAlternativesNewTemplate .cwvs_signUp_mainBox h2 {
    font-size: 28px;
  }
  .cwAlternativesNewTemplate .cwvs_signUp_mainBox p {
    font-size: 16px;
  }
  .scrollableTableSec {
    padding: 60px 0;
  }
  .customerTweetsSec {
    padding: 60px 0 20px;
  }
  .alternativesListingSec {
    padding: 60px 0;
  }
  .alternativesListingSec .filtersNav {
    margin: 40px 0 30px;
  }
  .alternativesListingSec .filtersNav ul li a {
    padding: 15px 10px;
    font-size: 14px;
    text-align: center;
  }
  .alternativesListingSec .filtersNav ul li a svg {
    display: none;
  }
  .switchingHostingSec {
    padding: 60px 0;
  }
  .switchingHostingSec .switchingHostingWrap .switchingHostingContent h2 {
    font-size: 28px;
  }
  .switchingHostingSec .switchingHostingWrap .switchingHostingContent p,
  .switchingHostingSec .switchingHostingWrap .switchingHostingContent li {
    font-size: 16px;
  }
  .cwKinstaTemplate .cwFeatrsSec .ftrsWrap .ftrsBox h3 {
    font-size: 18px;
  }
  .hostProviderSec .hostProviderSecContent h2 {
    font-size: 28px;
  }
  .cw-hosting-stats-wrap .cw-hstng-stat-box .stat-info h3 {
    font-size: 20px;
  }
  .cw-hosting-stats-wrap .cw-hstng-stat-box .stat-info p {
    font-size: 16px;
  }
  .cw-hosting-stats-wrap .cw-hstng-stat-box .stat-img img {
    min-width: 45px;
  }
  .cw-hosting-stats-wrap {
    flex-direction: column;
    max-width: 370px;
    margin: 0 auto;
  }
  .cw-hosting-stats-wrap .cw-hstng-stat-box {
    margin-top: 30px;
    border-right: 0;
    width: 100%;
  }
  .cw-hosting-stats-wrap .cw-hstng-stat-box:first-child {
    margin-top: 0;
  }
  .cw-trsted-agencies,
  .cw-tstimnial-tabs-sec,
  .cw-mngd-wp-hstng .lnd-agncy-ftr-wrap {
    padding: 60px 0;
  }
  .cw-trsted-agencies .cw-agencies-head-wrap h2,
  .cw-mngd-wp-hstng .cw-tstimnial-tabs-sec .cw-tstimnial-tabs-head-wrap h2,
  .cw-mngd-wp-hstng .hm-new-spprt-txt-wrap h2 {
    font-size: 28px;
  }
  .cw-trsted-agencies .cw-agencies-head-wrap p {
    font-size: 16px;
  }
  .cw-web-stats-sec .cw-web-stats-main-wrap {
    flex-direction: column;
  }
  .cw-web-stats-sec .cw-web-stats-main-wrap .cw-web-stats-left-wrap {
    max-width: 100%;
    margin: 0 0 40px;
  }
  .newVidWithFeatsSec .newVidWithFeatsMainWrap .newWithFeatsCardWrap {
    width: 33.33%;
    padding: 30px 20px 0 0;
  }
  .newVidWithFeatsSec .newVidMainWrap .newVidLeftWrap h2,
  .wooCmrceLndPge .cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi h3 {
    font-size: 26px;
  }
  .newVidWithFeatsSec .newVidMainWrap .newVidLeftWrap p,
  .wooCmrceLndPge .cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi p {
    font-size: 16px;
  }
  .deployPg .rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt ul li {
    font-size: 16px;
  }
  .deployPg .lnd-new-appSol-sec .lnd-new-appSol_ttlBox h2 {
    font-size: 28px;
  }
  .deployPg .lnd-new-appSol-sec .lnd-new-appSol-cardBox .lnd-new-appSol-paraBox h3 {
    font-size: 20px;
  }
  .deployPg .cwAlternativesNewTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox h3 {
    font-size: 20px;
  }
  .deployPg .cwvs_bnr_wrap .deployStrip {
    max-width: 90%;
  }
  .deployPg .rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt h1 {
    font-size: 28px;
  }
  .cw-new-wp-hstng.cw-new-wp-hstng-2023 .cw-hero-bottom-stats-wrap {
    padding: 30px;
  }
  .cw-new-wp-hstng.cw-new-wp-hstng-2023 .cw-hero-bottom-stats-wrap .hero-stats-main-wrap {
    flex-wrap: wrap;
  }
  .cw-new-wp-hstng.cw-new-wp-hstng-2023 .cw-hero-bottom-stats-wrap .hero-stats-main-wrap .hero-stat-box-wrap {
    padding: 30px 0;
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .cw-new-wp-hstng.cw-new-wp-hstng-2023 .cw-hero-bottom-stats-wrap .hero-stats-main-wrap .hero-stat-box-wrap:nth-child(2) {
    border-right: 0;
  }
  .cw-new-wp-hstng.cw-new-wp-hstng-2023 .cw-hero-bottom-stats-wrap .hero-stats-main-wrap .hero-stat-box-wrap:nth-child(4), .cw-new-wp-hstng.cw-new-wp-hstng-2023 .cw-hero-bottom-stats-wrap .hero-stats-main-wrap .hero-stat-box-wrap:nth-child(3) {
    border-bottom: 0;
  }
  .wooCmrceLndPgeRevamp23 .cw_autoscale_fifthFold .rightArea .testiinner {
    padding-bottom: 22px;
  }
  .cwAlternativesRevamp23.cloudways_alternative .alternativesListingSec .filtersNav{
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cwvs_anmIcon1,
  .cwvs_anmIcon2,
  .cwvs_anmIcon3 {
    display: none;
  }
  .cwvs_bnr_wrap,
  .cwvs_richFeat_wrap,
  .cwvs_supp_wrap,
  .cwvs_signUp_wrap,
  .cwvs_signUp2_wrap {
    text-align: center;
  }
  .cwvs_richFeat_wrap img {
    display: inline-block;
    margin-bottom: 30px;
  }
  .cwvs_bnr_imgBox {
    position: relative;
    margin-bottom: 30px;
  }
  .cwvs_richFeat_txtBox ul li::before {
    position: relative;
    display: inline-block;
    top: 0;
    margin-right: 6px;
    font-size: 9px;
  }
  .cwvs_richFeat_ttlBox {
    margin-bottom: 60px;
  }
  .cwvs_richFeat_txtBox p {
    margin-bottom: 20px;
  }
  .cwvs_richFeat_wrap2 .cwvs_richFeat_mainBox {
    margin-bottom: 50px;
  }
  .cwvs_supp2_wrap {
    padding: 30px 0 50px;
  }
  .cwvs_supp_inrBox,
  .cwvs_supp2_inrBox {
    text-align: center;
    margin-top: 30px;
  }
  .cwvs_cmprTable_mainBox table tr td strong,
  .cwvs_supp_txtBox h3 {
    font-size: 26px;
  }
  .cwvs_supp_inrBox h4 {
    font-size: 26px;
  }
  .cwvs_supp_inrBox p {
    margin-bottom: 10px;
    max-width: 100%;
  }
  .cwvs_g2Tstml_inrBox p,
  .cwvs_signUp_mainBox p,
  .cwvs_signUp2_mainBox p {
    max-width: 100%;
  }
  .cwKinstaTemplate .comptrtrDrawbackSec .comptrtrDrawbackWrap {
    flex-direction: column-reverse;
  }
  .cwKinstaTemplate .comptrtrDrawbackSec .comptrtrDrawbackWrap .txt {
    padding: 0;
    margin-top: 40px;
  }
  .cwKinstaTemplate .comptrtrDrawbackSec .comptrtrDrawbackWrapNew {
    flex-direction: column;
    align-items: initial;
  }
  .cwKinstaTemplate .comptrtrDrawbackSec .comptrtrDrawbackWrapNew ul {
    margin: 20px 0 0;
  }
  .cwKinstaTemplate .cwAdvantagesSec .advantageBox {
    flex-direction: column;
  }
  .cwKinstaTemplate .cwAdvantagesSec .advantageBox .txt {
    padding: 0;
    margin-top: 40px;
    text-align: center;
  }
  .cwKinstaTemplate .cwvs_rgn_wrap .dataCentersWrap {
    flex-direction: column;
    margin: 30px 0;
  }
  .cwKinstaTemplate .cwvs_rgn_wrap .dataCentersWrap .box {
    width: 100%;
    margin: 10px 0;
  }
  .cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col ul li {
    font-size: 16px;
  }
  .cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col.col2 li:nth-child(2) b, .cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col.col3 li:nth-child(2) b {
    font-size: 24px;
  }
  .cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col.col2 li:nth-child(2), .cwKinstaTemplate .plansCompTableSec .plansCompTableWrap .col.col3 li:nth-child(2) {
    min-height: 120px;
  }
  .cwKinstaTemplate .ftrsCompTableSec .compTableWrap table tbody th,
  .cwKinstaTemplate .ftrsCompTableSec .compTableWrap table tbody td {
    font-size: 16px;
    padding: 10px 15px;
  }
  .cwKinstaTemplate .testimonials2Sec .container .quote blockquote {
    font-size: 28px;
    line-height: 38px;
  }
  .cwKinstaTemplate .ftrsCompTableSec .compTableWrap .table-responsive {
    border: 0;
  }
  .cwKinstaTemplate.wpengine .cwAdvantagesSec .advantageBox .txt ul li {
    text-align: left;
  }
  .cwKinstaTemplate .cwFeatrsSec.v2 .quote {
    margin: 30px 0 0;
  }
  .cwKinstaTemplate .cwFeatrsSec.v2 .quote p {
    font-size: 20px;
  }
  .cwKinstaTemplate .cwFeatrsSec.v2 .quote .info {
    font-size: 16px;
  }
  .providerHassleSec .mainWrap {
    flex-direction: column-reverse;
  }
  .providerHassleSec .mainWrap .topTxt {
    padding: 0;
    margin-top: 30px;
    text-align: center;
  }
  .cwAlternativesNewTemplate .cwAdvantagesSec .advantageBox.reverse {
    flex-direction: column;
  }
  .cwAlternativesNewTemplate .cwAdvantagesSec .advantageBox.reverse .txt {
    padding: 0;
    margin-top: 40px;
  }
  .alternativesListingSec .alternativesListingWrap .card {
    width: calc(50% - 26px);
  }
  .scrollableTableSec.table2 .tableWrap .col.head {
    min-width: 50%;
  }
  .scrollableTableSec.table2 .tableWrap .col.head .box {
    white-space: pre-wrap;
  }
  .scrollableTableSec.table2 .tableWrap .right {
    flex: 1;
  }
  .scrollableTableSec.table2 .tableWrap .left {
    flex: 2;
  }
  .scrollableTableSec.table2 .tableWrap .col .box {
    padding: 10px;
    line-height: initial;
  }
  .vpsRatingsCard .cwvs_g2Stats_mainBox {
    margin-top: 40px;
    flex-direction: column;
  }
  .vpsRatingsCard .cwvs_g2Stats_mainBox .cwvs_g2Stats_inrBox {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .vpsRatingsCard .cwvs_g2Stats_mainBox .cwvs_g2Stats_inrBox:first-child {
    margin: 0;
  }
  .cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-content-wrap .content-card-main-wrap,
  .cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-nav-wrap ul {
    flex-wrap: wrap;
  }
  .cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-content-wrap .content-card-main-wrap .testimnial-card {
    width: 100%;
    margin-bottom: 30px;
  }
  .cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-content-wrap .content-card-main-wrap .testimnial-card:last-child {
    margin-bottom: 0;
  }
  .cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-nav-wrap ul li {
    width: 50%;
    border-color: rgba(66, 82, 110, 0.1);
  }
  .cw-tstimnial-tabs-sec .cw-tstimnial-main-wrap .cw-tstimnial-nav-wrap ul li a {
    font-size: 16px;
  }
  .cw-mngd-wp-hstng .lnd-new-feats-tabs-cntnt-wrap .col-xs-6 {
    width: 100%;
  }
  .cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi div.coll {
    flex: 0 0 100%;
  }
  .cw-mngd-wp-hstng .col-left video {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cw-new-wp-hstng .cws_bnr_mainWrap {
    flex-direction: column-reverse;
  }
  .cw-new-wp-hstng .cwvs_bnr_illustration {
    margin-bottom: 40px;
  }
  .wp-prjct-sec .wp-prjct-main-wrap .wp-prjct-card-main-wrap {
    flex-wrap: wrap;
  }
  .wp-prjct-sec .wp-prjct-main-wrap .wp-prjct-card-main-wrap .wp-prjct-card-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .one-click-wp-hstng-sec .one-click-hstng-content-wrap .one-click-hstng-cards-main-wrap .one-click-hstng-card-wrap {
    width: 100%;
  }
  .wooCmrceLndPge .hm-new-spprt-wrap.hepperSec .row,
  .wooCmrceLndPge .hm-new-spprt-wrap .row,
  .newVidWithFeatsSec .newVidMainWrap {
    flex-direction: column;
  }
  .wooCmrceLndPge .hm-new-spprt-wrap.hepperSec .row .hepperContentWrap {
    max-width: 100%;
  }
  .wooCmrceLndPge .cw-mngd-wp-hstng .cwKinstaTemplate .cwAdvantagesSec .topTxt {
    margin-bottom: 0;
  }
  .newVidWithFeatsSec .newVidMainWrap .newVidLeftWrap {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .newVidWithFeatsSec {
    padding: 60px 0;
  }
  .newVidWithFeatsSec .newVidWithFeatsMainWrap .newWithFeatsCardWrap {
    width: 100%;
    padding: 30px 0 0;
  }
  .newVidWithFeatsSec .newVidWithFeatsMainWrap {
    text-align: center;
  }
  .wooCmrceLndPge .cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi {
    justify-content: center;
  }
  .wooCmrceLndPge .cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi .col-right {
    padding: 45px 30px 0 55px;
    text-align: center;
  }
  .deployPg .cwvs_bnr_wrap .deployStrip .animatedLines {
    display: none;
  }
  .cw-new-wp-hstng.cw-new-wp-hstng-2023 .cwKinstaTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox {
    text-align: center;
    margin: 0;
  }
  .cw-new-wp-hstng.cw-new-wp-hstng-2023 .cw-hero-bottom-stats-wrap .hero-stats-main-wrap .hero-stat-box-wrap {
    flex-direction: column;
    padding: 30px;
  }
  .cw-new-wp-hstng.cw-new-wp-hstng-2023 .cw-hero-bottom-stats-wrap .hero-stats-main-wrap .hero-stat-box-wrap .stat-box-left-wrap {
    margin: 0 0 15px 0;
  }
  .cw-new-wp-hstng.cw-new-wp-hstng-2023 .cw-hero-bottom-stats-wrap {
    padding: 0;
  }
  .cw-new-wp-hstng.cw-new-wp-hstng-2023 .resellerRevamp23 .hstngForAgncies .whyChoseCWSes .whyChoseCWBodyWrap .whyChoseCWCardsMainWrap .whyChoseCWCardWrap {
    flex-direction: column;
  }
  .cw-new-wp-hstng.cw-new-wp-hstng-2023 .resellerRevamp23 .hstngForAgncies .whyChoseCWSes .whyChoseCWBodyWrap .whyChoseCWCardsMainWrap .whyChoseCWCardWrap .whyChoseCWCardLeftWrap {
    margin: 0 0 25px 0;
  }
  .cw-new-wp-hstng.cw-new-wp-hstng-2023 .hstngForAgncies .whyChoseCWSes .whyChoseCWBodyWrap .whyChoseCWCardsMainWrap .whyChoseCWCardWrap .whyChoseCWCardRightWrap a {
    left: 0;
    right: 0;
  }
  .wooCmrceLndPgeRevamp23 .cw_autoscale_fifthFold .rightArea h3 {
    max-width: 100%;
  }
  .wooCmrceLndPgeRevamp23 .cw-mngd-wp-hstng .cwAlternativesNewTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox p br {
    display: none;
  }
  .cwKinstaTemplate .cwvs_bnr_wrap {
    height: 100vh;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .cwvs_g2Stats_mainBox {
    display: block;
  }
  .cwvs_g2Stats_inrBox {
    margin-bottom: 25px;
  }
  .cwvs_g2Stats_inrBox:last-child {
    margin-bottom: 0;
  }
  .cwvs_cta_Box .btn {
    width: 100%;
  }
  .cwvs_calc_formRslt_ctaBox a {
    width: 100%;
  }
  .cwvs_calc_formRslt_ctaBox a.cw-glb-btn3 {
    margin: 10px 0 0 !important;
  }
  .cwvs_rgn_mainBox {
    padding: 30px 20px 0px;
  }
  .cwvs_rgn_mainBox .newRgn_dcList_nav ul li {
    border-bottom: 0 !important;
  }
  .cwKinstaTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox h1 {
    font-size: 28px;
  }
  .cwKinstaTemplate .cw-glb-btn,
  .cwKinstaTemplate .g2TestimonialsSec .g2TestimonialsWrap .g2TestimonialsBox {
    width: 100%;
  }
  .cwKinstaTemplate .cwFeatrsSec .ftrsWrap {
    flex-direction: column;
  }
  .cwKinstaTemplate .cwFeatrsSec .ftrsWrap .ftrsBox {
    max-width: 100%;
    margin: 0 0 35px;
  }
  .cwKinstaTemplate .cwFeatrsSec .topTxt {
    margin-bottom: 40px;
  }
  .cwKinstaTemplate .plansCompTableSec .plansCompTableWrap {
    overflow-x: scroll;
  }
  .cwKinstaTemplate .sprtQuatrPerfSec .sprtQuatrPerfWrap {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .cwKinstaTemplate .sprtQuatrPerfSec .sprtQuatrPerfWrap .txt {
    margin-top: 30px;
  }
  .cwKinstaTemplate .mergeWdTop .cwvs_g2Stats_mainBox .cwvs_g2Stats_inrBox {
    max-width: 100%;
  }
  .cwvs_signUp_mainBox span {
    font-size: 14px;
  }
  .cwKinstaTemplate .selectPrvdrSec .selectPrvdrWrap .selectPrvdrBox {
    flex-direction: column;
  }
  .cwKinstaTemplate .selectPrvdrSec .selectPrvdrWrap .selectPrvdrBox .providerList {
    padding: 0;
    margin: 20px auto;
  }
  .cwKinstaTemplate .selectPrvdrSec .selectPrvdrWrap .selectPrvdrBox .status {
    padding: 0;
    display: flex;
    align-items: center;
    border: 0;
  }
  .cwKinstaTemplate .selectPrvdrSec .selectPrvdrWrap .selectPrvdrBox .status p {
    margin: 0 0 0 10px;
  }
  .cwKinstaTemplate .freeTrialFtrSec .freeTrialFtrWrap {
    flex-direction: column-reverse;
  }
  .cwKinstaTemplate .freeTrialFtrSec .freeTrialFtrWrap .freeTrialFtrBox {
    width: 100%;
    position: relative;
  }
  .cwKinstaTemplate .freeTrialFtrSec .freeTrialFtrWrap .freeTrialFtrBox img {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
  }
  .cwKinstaTemplate .freeTrialFtrSec .freeTrialFtrWrap .freeTrialFtrBox .txt, .cwKinstaTemplate .freeTrialFtrSec .freeTrialFtrWrap .freeTrialFtrBox:last-child .txt {
    padding: 60px 20px 20px;
  }
  .cwKinstaTemplate .ftrsCompTableSec .compTableWrap .table-responsive {
    overflow-x: scroll;
  }
  /* Cloudways Vs Cpanel */
  .cwvs_sideCompr_mainBox h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .cwvs_sideCompr_inrBox h3,
  .cwvs_sideCompr_inrBox_lft h3,
  .cwvs_sideCompr_inrBox_rht h3 {
    font-size: 18px;
  }
  .cwvs_sideCompr_inrBox_lft p,
  .cwvs_sideCompr_inrBox_rht p {
    font-size: 15px;
  }
  .cwKinstaTemplate.bluehost .cwFeatrsSec .ftrsWrap .ftrsBox {
    max-width: 100%;
  }
  .cwKinstaTemplate.bluehost .cwFeatrsSec .ftrsWrap .ftrsBox:last-child {
    margin-bottom: 0;
  }
  .cwKinstaTemplate .nonTechAdvSec .nonTechAdvWrap {
    flex-direction: column;
  }
  .cwKinstaTemplate .nonTechAdvSec .nonTechAdvWrap .nonTechAdvBox {
    max-width: 100%;
    margin: 0 0 30px;
  }
  .cwKinstaTemplate .nonTechAdvSec .nonTechAdvWrap .nonTechAdvBox:last-child {
    margin-bottom: 0;
  }
  .cwKinstaTemplate.wpengine .cwFeatrsSec .ftrsWrap .ftrsBox {
    width: 100%;
  }
  .cwKinstaTemplate.wpengine .cwvs_bnr_wrap .cwvs_bnr_txtBox .ctaBox a {
    margin: 0 0 10px;
    width: 100%;
  }
  .alternativesCompCardsSec .ProviderCard {
    width: 100%;
  }
  .g2BadgesWrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .perfMetrixWrap {
    flex-direction: column;
  }
  .perfMetrixWrap .box {
    border-right: 0;
    border-bottom: 1px solid rgba(66, 82, 110, 0.2);
    padding: 15px 0;
  }
  .perfMetrixWrap .box:last-child {
    border-bottom: 0;
  }
  .scrollableTableSec .tableWrap .col .box,
  .scrollableTableSec .tableWrap .col.cloudways .box:first-child {
    padding: 15px 10px;
  }
  .scrollableTableSec .tableWrap .col.cloudways .box:first-child img {
    height: 15px;
  }
  .scrollableTableSec .tableWrap .col .box:first-child {
    padding: 10px;
    font-size: 16px;
  }
  .alternativesListingSec .filtersNav {
    border-radius: 0;
  }
  .alternativesListingSec .filtersNav ul {
    flex-wrap: wrap;
  }
  .alternativesListingSec .filtersNav ul li a {
    white-space: nowrap;
    border: 0.5px solid rgba(66, 82, 110, 0.4);
  }
  .alternativesListingSec .filtersNav ul li a::before {
    display: none;
  }
  .alternativesListingSec .alternativesListingWrap {
    margin: 0;
  }
  .alternativesListingSec .alternativesListingWrap .card {
    width: 100%;
    margin: 0 0 20px;
  }
  .switchingHostingSec .switchingHostingWrap {
    flex-direction: column-reverse;
  }
  .switchingHostingSec .switchingHostingWrap .switchingHostingContent {
    text-align: center;
    padding: 0;
    margin-top: 30px;
    max-width: 100%;
  }
  .switchingHostingSec .switchingHostingWrap .switchingHostingContent p,
  .switchingHostingSec .switchingHostingWrap .switchingHostingContent li {
    text-align: left;
  }
  .cw-mngd-wp-hstng .cw-glb-btn_blank {
    width: 100%;
  }
  .cw-mngd-wp-hstng .cw-glb-btn3 {
    width: 100%;
    margin-top: 20px;
  }
  .cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi .col-right {
    padding: 30px;
  }
  .cw-mngd-wp-hstng .cwvs_bnr_txtBox .cw-glb-btn_blank {
    margin-top: 15px;
  }
  .cw-web-stats-sec .cw-web-stats-main-wrap .cw-web-stats-right-wrap .cw-web-stats-cards-wrap .cw-web-stat-card {
    width: 100%;
  }
  .deployPg .cwvs_bnr_wrap .deployStrip {
    flex-wrap: wrap;
    border-radius: 50px;
    padding: 14px;
  }
  .deployPg .cwAlternativesNewTemplate .cwvs_bnr_wrap .cwvs_bnr_txtBox .deployStrip a {
    margin: 2px 0 0;
  }
  .deployPg .cwvs_bnr_wrap .deployStrip p span {
    margin-right: 5px;
  }
  .wooCmrceLndPgeRevamp23 .cw-glb-btn + .cw-glb-btn3 {
    margin-top: 10px !important;
  }
  .wooCmrceLndPgeRevamp23 .cw_autoscale_fifthFold .rightArea {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cw-mngd-wp-hstng .lnd-new-feats-tabs-cntnt-wrap .col-xs-6 {
    margin-right: 0;
  }
  .wooCmrceLndPgeRevamp23 .lnd-new-feats-wrap {
    padding: 50px 0;
  }
  .wooCmrceLndPgeRevamp23 .lnd-new-feats-tabs-disc-box .imageArea img {
    margin: 0 auto;
  }
  .wooCmrceLndPgeRevamp23 .cw-mngd-wp-hstng .lnd-new-feats-tabs-cntnt-wrap .col-xs-6 {
    padding: 0 15px;
  }
  .wooCmrceLndPgeRevamp23 .cw-mngd-wp-hstng .cwRsrcSec .cwRsrcPostsWrap .cwRsrcPostBox {
    margin-bottom: 30px;
  }
  .wooCmrceLndPgeRevamp23 .cw-mngd-wp-hstng .cwRsrcSec .cw-agency-vid-testi .col-right {
    padding-left: 0;
    padding-right: 0;
  }
  .wooCmrceLndPgeRevamp23 .cwRsrcSec .cw-agency-vid-testi p {
    margin: 0;
  }
  .wooCmrceLndPgeRevamp23 .specsCompSec .graphWrap {
    margin: 40px 0 0;
  }
  .cwAlternativesRevamp23 .perfMetrixWrap .box {
    margin: 0 0 20px;
  }
  .cwAlternativesRevamp23 .scrollableTableSec .tableWrap .left {
    min-width: auto;
    flex: 0 0 66%;
  }
  .cwAlternativesRevamp23 .scrollableTableSec.table2 .tableWrap .col .box,
  .cwAlternativesRevamp23 .scrollableTableSec.table2 .tableWrap .cloudways .box {
    height: 201px;
    font-size: 15px;
  }
  .cwAlternativesRevamp23 .scrollableTableSec .tableWrap .left .col:first-child .box {
    font-size: 15px;
  }
  .cwAlternativesRevamp23 .scrollableTableSec .tableWrap .col.cloudways .box:first-child img {
    max-width: 100%;
    padding: 0 8px;
  }
  .cwAlternativesRevamp23.cloudways_alternative .alternativesListingSec .filtersNav ul li a{
    border: none;
  }
}
.pricingSec {
  padding-top: 100px;
}
.pricingSec .pricingContent p {
  margin-bottom: 60px;
}
.cwAlternativesRevamp23.cloudways_alternative .wp_eng_heroFold .txtWrap .bluehost_head_txt {
max-width: 883px !important;
}
.cwAlternativesRevamp23.cloudways_alternative .wp_eng_heroFold .txtWrap ul{
  max-width: 789px !important;
}
@media (max-width: 992px) {
  .pricingSec {
    padding-top: 40px;
  }
  .pricingSec .pricingContent h2 {
    font-size: 28px;
  }
  .pricingSec .pricingContent p {
    font-size: 16px;
  }
}/*# sourceMappingURL=cloudways_vs.css.map */