/*ease of use*/

.support_uplift .hero_fold .support_features .support_features_wrapper .support_feature_detail h3 {
  margin: 0;
}

.support_uplift .hero_fold .support_features .center::before {
  left: -80px;
}

.easeofuse_uplift .hero_fold .support_features .center::after {
  right: -78px !important;
}

.pt_pages.easeofuse_uplift .easeOfUseTutorialsWrap .tabsWrap .tabsNavWrap ul {
  max-width: 85%;
}

.easeOfUseTutorialsWrap .tabsWrap .tabsNavWrap ul {
  max-width: 850px;
}

.easeOfUseTutorialsWrap .tabsWrap .tabsNavWrap ul li a {
  padding: 14px 18px;
}

.cwAlternativesRevamp23.cloudways_alternative .alternativesListingSec.pt_pages .filtersNav{
  width: 70%;
}

/* hero fold | Begins */

.easeofuse_uplift .hero_fold .cta {
  display: flex;
  justify-content: center;
}

.easeofuse_uplift .hero_fold .txtWrap .cta a {
  margin: 0;
}

.easeofuse_uplift .hero_fold .cta .primaryBtn {
  margin-right: 16px !important;
}

.easeofuse_uplift .hero_fold .txtWrap h1 {
  max-width: 866px;
}


.easeofuse_uplift .hero_fold .txtWrap p {
  max-width: 718px;
}

.easeofuse_uplift .hero_fold .support_features {
  max-width: 960px !important;
}

.easeofuse_uplift .hero_fold .support_features .center::before {
  left: -24% !important;
}

.easeofuse_uplift .hero_fold .support_features .center::after {
  right: -24% !important;
}


.easeofuse_uplift .hero_fold .support_features .support_features_wrapper .support_feature_detail h3 {
  font-size: 24px !important;
  line-height: 26.4px !important;
}

.easeofuse_uplift .hero_fold {
  padding-bottom: 70px !important;
}

/* hero fold | Ends */


/* cards Section | Begins */
.easeofuse_cards_section {
  background-color: #F4F5F766 !important;
}

.easeofuse_cards_section .headerText {
  max-width: 738px;
}

.easeofuse_cards_section .easeofuse_cards_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
  gap: 16px;
}

.easeofuse_cards_section .easeofuse_cards_wrapper .easeofuse_card {
  background-color: #fff;
  max-width: 416px;
  width: 412px;
  border-radius: 12px;
  padding: 40px 49px 30px;
}


.easeofuse_cards_section .easeofuse_cards_wrapper .easeofuse_card ul {
  padding-left: 15px;
}

.easeofuse_cards_section .easeofuse_cards_wrapper .easeofuse_card ul li {
  color: var(--neutrals-80, #253858);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.54px;
  margin-bottom: 8px;
}


.easeofuse_cards_section .easeofuse_cards_wrapper .easeofuse_card h3 {
  color: var(--neutrals-100, #091E42);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 33.6px */
  letter-spacing: -1.68px;
}


.easeofuse_cards_section .headerText {
  max-width: 730px;
}


/* cards Section | Ends */


/* .easeOfuse */
.easeOfUseTutorialsWrap {
  padding: 0 60px;
}

.easeOfUseTutorialsWrap .topTxt {
  max-width: 900px;
  margin: 0 auto 60px;
}

.easeOfUseTutorialsWrap .tabsWrap {
  display: flex;
  flex-direction: column;
}

.easeOfUseTutorialsWrap .tabsWrap .tabsNavWrap ul {
  max-width: 780px;
  margin: 0 auto;
}

.easeOfUseTutorialsWrap .tabsWrap .tabsNavWrap ul {
  display: flex;
  justify-content: space-between;
}

.easeOfUseTutorialsWrap .tabsWrap .tabsNavWrap ul li {
  overflow: hidden;
  position: relative;
  /* border-radius: 100px; */
  border-radius: 60px !important;
  border: 1px solid #DFE1E6;
}

.easeOfUseTutorialsWrap .tabsWrap .tabsNavWrap ul li a {
  display: inline-block;
  /* border: 1px solid#6287c7; */
  /* border-radius: 100px !important; */
  /* color: var(--heaading-color); */
  font-size: 14px;
  position: relative;
  color: rgba(94, 108, 132, 1);
  font-weight: 600;
  padding: 12px 18px;
}

.easeOfUseTutorialsWrap .tabsWrap .tabsNavWrap ul li.active {
  background: rgba(245, 245, 252, 1);
}


.easeOfUseTutorialsWrap .tabsWrap .tabsNavWrap ul li.active a {
  background-color: transparent;
  color: rgba(47, 57, 191, 1);
  z-index: 1;
}

.easeOfUseTutorialsWrap .tabsWrap .tabsNavWrap ul li span {
  content: '';
  position: absolute;
  /* background-color: red; */
  background-color: rgba(213, 215, 242, 1);
  left: 0;
  /* right: 0; */
  top: 0;
  bottom: 0;
  /* border-radius: 100px; */
  z-index: 1;
  width: 0;
}

/* .easeOfUseTutorialsWrap .tabsWrap .tabsNavWrap ul li.active span{
 width: 100%;
} */

@keyframes progressAnim {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}




.videoBox {
  border-radius: 0 0 8px 8px;
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  /* border-radius: 8px; */
  overflow: hidden;
  position: relative;
}

.embed-responsive.embed-responsive-16by9 {
  border-radius: 12px;
}

.videoBox .videoControlBox::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  background-color: #6287c7;
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
  z-index: 1;
  animation: play infinite 2s linear both;
}

@keyframes play {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }

}


.videoBox .videoControlBox.pause .fa-pause {
  display: none;
}

.videoBox .videoControlBox i {
  padding: 26px;
  background-color: #6287c7;
  color: var(--color-white);
  border-radius: 50%;
  font-size: 28px;
  font-weight: 300;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  z-index: 9;
}


.videoBox .videoControlBox svg {
  padding: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
  height: 170px;
  z-index: 9;
}

.videoBox .videoControlBox {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  cursor: pointer;
  text-align: center;
}

.videoBox .videoControlBox i {
  padding: 26px;
  background-color: #6287c7;
  color: var(--color-white);
  border-radius: 50%;
  font-size: 28px;
  font-weight: 300;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  z-index: 9;
}

.easeOfUseTutorialsSec .easeOfUseTutorialsWrap .tabsWrap .tabsContentWrap .videoBox .videoControlBox::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  background-color: #6287c7;
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
  z-index: 1;
  animation: play infinite 2s linear both;
}

.videoBox .videoControlBox.play {
  opacity: 0 !important;
}



/* fixed Card Animation*/
.ease_featuer_wrapper {
  display: flex;
  /* align-items: center; */
  /* padding-top: 125px;
 padding-bottom: 125px;
 background-color: red; */
}

.ease_featuer_wrapper .leftArea {
  width: 50%;
}

.ease_featuer_wrapper .rightArea {
  width: 50%;
  text-align: right;
  height: 100vh;
  display: flex;
  align-items: center;

}

.ease_feature_image {
  /* background-color: #dddddd; */
  background-image: url(https://www.cloudways.com/wp-content/uploads/2023/10/feature_card_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  border-radius: 12px;
}


.ease_feature_content {
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 1;
  max-width: 440px;
  /* max-width: 400; */
  transition: all 0.5s ease-out;
}

.ease_featuer_wrapper .rightArea .ease_feature_image img {
  /* display: none; */
  position: absolute;
  transition: all 0.5s ease-out;
  opacity: 0;
  visibility: hidden;
}

.ease_featuer_wrapper .rightArea .ease_feature_image img.activeImage {
  opacity: 1;
  visibility: visible;
}


/* .ease_feature_content.activeBox{
 opacity: 1;
 animation: fadeIn .9s linear both;
} */

.easeFeatureFixed .rightArea {
  position: fixed;
  top: 20px;
  width: 1268px;
  display: flex;
  justify-content: flex-end;
}

.easeFeatureFixed .rightArea .ease_feature_image {
  width: 634px;
}

.easeFeatureFixedAfter {
  align-items: flex-end;
  /* position: relative;
 top: 0;
 width: ; */
}


.easeOfUseTutorialsWrap .topTxt {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.easeOfUseTutorialsWrap .topTxt h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #091E42;
  margin: 0 0 16px;
}


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

.easeOfUseTutorialsWrap .tabsWrap .tabsNavWrap {
  margin-bottom: 56px; 
}

.ease_featuer_wrapper .leftArea .ease_feature_content h2 {
  color: #091E42;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1.2px;
  line-height: 116%;
  margin: 0 0 16px;
}

.ease_featuer_wrapper .leftArea .ease_feature_content p {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin: 0;
}

.ease_featuer_wrapper .leftArea .ease_feature_content .card_testimonial.purple_strip p {
    color: #253858;
    font-size: 17px;
    font-weight: 500;
    line-height: 25.50px;
    letter-spacing: -0.32px;
    margin: 0 0 10px;
}

.ease_featuer_wrapper .leftArea .ease_feature_content .card_testimonial.purple_strip {
    margin: 48px 0 0;
    position: relative;
    padding: 0 0 0 21px;
}

.ease_featuer_wrapper .leftArea .ease_feature_content .card_testimonial_user_details {
    display: flex;
}

.ease_featuer_wrapper .leftArea .ease_feature_content .card_testimonial_name {
    color: #091E42;
    font-weight: 500;
}

.ease_featuer_wrapper .leftArea .ease_feature_content .card_testimonial_des {
    color: #5E6C84;
}

.ease_featuer_wrapper .leftArea .ease_feature_content .card_testimonial_user_details div {
    font-size: 14px;
    line-height: 21px;
}

.ease_featuer_wrapper .leftArea .ease_feature_content .card_testimonial.purple_strip:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: #B764D8;
    border-radius: 20px;
}

.easeofuse_uplift .support_cards_section {
  background-color: rgba(244, 245, 247, 0.4);
}

.ease_feature {
  padding-top: 100px;
}

.ease_feature .ease_feature_header .topTxt {
  max-width: 640px;
  margin: 0 auto;
  /* margin-bottom: 100px; */
}


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


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

.ease_feature_content .mobile_ease_feature_image {
  display: none;
}

/*  Responsive Mode  */
@media (max-width: 992px) {
  .support_uplift .hero_fold .container .row {
    margin: 0;
  }

  .easeOfUseTutorialsWrap .topTxt h2 {
    font-size: 32px;
    line-height: 120%;
  }

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

  .easeOfUseTutorialsWrap .tabsWrap .tabsNavWrap ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .easeOfUseTutorialsWrap .tabsWrap .tabsNavWrap ul li {
    margin: 15px 5px 0;
  }

  .easeOfUseTutorialsWrap .topTxt {
    margin-bottom: 30px;
  }

  .easeofuse_cards_section .easeofuse_cards_wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .easeofuse_cards_section .easeofuse_cards_wrapper .easeofuse_card {
    max-width: calc(50% - 15px) !important;
    margin: 15px 0 0;
  }

  .ease_feature_header .topTxt h2 {
    font-size: 32px;
    line-height: 120%;
  }

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

  .ease_feature_content .mobile_ease_feature_image {
    display: block;
    background: url(https://www.cloudways.com/wp-content/uploads/2023/10/feature_card_bg.png) no-repeat;
    background-size: cover;
    border-radius: 8px;
    padding: 20px;
    margin: 10px 0 0;
  }

  .ease_featuer_wrapper .rightArea {
    display: none;
  }

  .ease_feature_content .mobile_ease_feature_image img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

  .ease_feature_content {
    max-width: 100%;
    text-align: center;
    height: auto;
    padding: 25px 0 0;
  }

  .ease_featuer_wrapper .leftArea {
    width: 100%;
  }

  .ease_featuer_wrapper .leftArea .ease_feature_content h2 {
    font-size: 28px;
    line-height: 120%;
  }

  .ease_featuer_wrapper .leftArea .ease_feature_content p {
    font-size: 16px;
  }

  .ease_feature_header .topTxt {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {}

@media (max-width: 600px) {
  .easeOfUseTutorialsWrap {
    padding: 0;
  }

  .videoBox .videoControlBox svg {
    width: 120px;
    height: 120px;
  }

  .easeOfUseTutorialsSec .easeOfUseTutorialsWrap .tabsWrap .tabsContentWrap .videoBox .videoControlBox::before {
    width: 50px;
    height: 50px;
  }

  .videoBox .videoControlBox::after {
    width: 50px;
    height: 50px;
  }

  .easeofuse_cards_section .easeofuse_cards_wrapper .easeofuse_card {
    max-width: 100% !important;
    width: 100%;
  }
}

@media (max-width: 576px) {}

@media (max-width: 480px) {
  .easeofuse_uplift .hero_fold .cta {
    flex-direction: column;
  }

  .easeofuse_uplift .hero_fold .txtWrap .cta a {
    width: 100%;
  }

  .easeofuse_uplift .hero_fold .cta .primaryBtn {
    margin-bottom: 8px !important;
  }
}

/*  Responsive Mode  */

/* end Body */
.cw-hbar-wrap {
  display: block;
}

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

.cw-hdr-wrap_new .cw-hbar-wrap a {
  font-size: 14px;
}