@keyframes gradient-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.8);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes textAppear {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes textDisappear {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateY(-40px);
    opacity: 0;
  }
}

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

.newNav .cd-morph-dropdown .main-nav > ul > li > a {
  color: #222e37;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
}

.newNav .cd-morph-dropdown .main-nav > ul > li > a > i {
  color: #222e37;
}

.newNav .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a,
.newNav .cd-morph-dropdown .main-nav > ul > li:hover > a {
  color: #222e37;
}

.newNav .container {
  width: 1170px;
}

.newNav .cw-navbar-cta a {
  line-height: initial;
  padding: 4px 15px !important;
  text-transform: capitalize;
  color: #fff !important;
  font-weight: 600;
  background: #2f39bf !important;
  border-color: #2f39bf !important;
}

.newNav .cw-navbar-cta a:hover {
  background: #000cae !important;
  border-color: #000cae !important;
}

.newNav .cw-navbar-cta {
  top: -1px;
}

.autoscale-pg * {
  font-family: "Poppins", sans-serif;
}

.cw_autoscale_banner {
  padding: 185px 0 0px;
  position: relative;
}

.cw_autoscale_banner:before {
  content: "";
  background: url(https://www.cloudways.com/wp-content/uploads/2023/04/autoscale-herofold-gradient.svg)
    no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -375px;
  z-index: -1;
  background-size: cover;
  background-position: right;
}

.cw_autoscale_banner h1 {
  font-weight: 700;
  font-size: 72px;
  color: #091e42;
  line-height: 80px;
  margin: 0 0 25px;
  letter-spacing: -0.03em;
}

.autoscale-pg .cw_autoscale_banner p {
  color: #253858;
  font-size: 28px;
  letter-spacing: -0.03em;
  padding: 0 30px 50px;
  margin: 0;
}

.cw_autoscale_banner h1 strong {
  background: linear-gradient(
    294.4deg,
    #a154bc 31.74%,
    #583ad2 126.15%,
    #5c35ff 95.68%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.cw_autoscale_banner .mainwrap {
  max-width: 925px;
  margin: 0 auto;
  position: relative;
}

.cw_autoscale_banner p strong {
  height: 40px;
  /* display: block; */
  vertical-align: top;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 350px;
  text-align: left;
}

.cw_autoscale_banner p span {
  background: linear-gradient(
    294.4deg,
    #a154bc 31.74%,
    #583ad2 126.15%,
    #5c35ff 95.68%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
}

.cw_autoscale_banner p strong .text-appear {
  opacity: 1;
  animation: textAppear 1s ease;
}

.cw_autoscale_banner p strong .text-disappear {
  opacity: 0;
  transition: all 0.3s ease;
  animation: textDisappear 1s ease;
  animation-delay: 1s;
}

.cw_autoscale_banner ul {
  list-style-type: none;
  padding: 22px 0;
  margin: 0 0 50px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #f1f1f1;
  backdrop-filter: blur(5px);
  border-radius: 10px;
  display: flex;
  justify-content: center;
}

.cw_autoscale_banner ul li {
  display: flex;
  align-items: center;
  padding: 0 50px;
  border-right: 1px solid rgba(18, 18, 19, 0.1);
  color: #091e42;
  font-size: 20px;
}

.cw_autoscale_banner ul li .image-area {
  margin: 0 10px 0 0;
}

.cw_autoscale_banner ul li:last-child {
  border: none;
}

.autoscale-pg .blueCta {
  box-shadow: none !important;
  color: #fff !important;
  text-transform: capitalize;
  background: #2f39bf;
  border-color: #2f39bf;
  padding: 12px 33px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s ease;
}

.autoscale-pg .blueCta:hover,
.autoscale-pg .blueCta:focus,
.autoscale-pg .blueCta:active {
  background: #000cae !important;
  border-color: #000cae !important;
}

.autoscale-pg .blueCta img {
  display: inline-block !important;
  margin: 0 0 0 4px;
  transition: all 0.3s ease;
  width: auto !important;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.autoscale-pg .blueCta:hover img {
  margin: 0 0 0 8px;
}

.autoscale-pg h2 {
  margin: 0 0 25px;
  font-weight: 800;
  font-size: 40px;
  line-height: 52px;
  color: #091e42;
}

.autoscale-pg h2 strong {
  font-weight: 800;
  background: linear-gradient(
    294.4deg,
    #a154bc 31.74%,
    #583ad2 66.15%,
    #5c35ff 95.68%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.autoscale-pg p {
  color: #253858;
  font-size: 18px;
  margin: 0 0 25px;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale-pg p {
  color: #253858 !important;
  font-size: 18px;
  margin: 0 0 25px;
}
.cw_autoscale_secondFold .mainwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.autoscale-pg p:last-child {
  margin: 0;
}

.cw_autoscale_secondFold .leftArea {
  max-width: 470px;
}

.cw_autoscale_secondFold #autoscaleGraph {
  max-width: 72%;
  position: absolute;
  right: 6%;
  top: -7px;
  bottom: 0;
}

.cw_autoscale_secondFold .rightArea {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cw_autoscale_secondFold .autoscale-graph-frame {
  max-width: 84%;
}

.cw_autoscale_secondFold .autoscale-browser {
  position: absolute;
  left: 0;
  bottom: -90px;
}

.cw_autoscale_secondFold {
  padding: 140px 0 120px;
  position: relative;
  z-index: 1;
}

.cw_autoscale_secondFold:before {
  content: "";
  background: #fffefe;
  opacity: 0.999;
  filter: blur(37px);
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  height: 50%;
  z-index: -1;
}

.cw_autoscale_secondFold:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://www.cloudways.com/wp-content/uploads/2023/02/Circles-Background.png)
    no-repeat right center;
}

.cw_autoscale_secondFold h2 {
  font-weight: 700;
}

.cw_autoscale_secondFold h2 strong {
  font-weight: 700;
}

.cw_autoscale_secondFold p {
  font-size: 18px;
}

.cw_autoscale_thirdFold {
  padding: 80px 0;
  background: linear-gradient(0deg, #fcfcfc, #fcfcfc);
}

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

.cw_autoscale_thirdFold .txtWrap {
  text-align: center;
}

.cw_autoscale_thirdFold .secondWrap {
  margin: 60px 0 0;
  display: flex;
  justify-content: space-between;
}

.cw_autoscale_thirdFold .box {
  display: flex;
  max-width: 315px;
}

.cw_autoscale_thirdFold .box .image-area {
  min-width: 36px;
  margin: 0 15px 0 0;
}

.cw_autoscale_thirdFold h4 {
  margin: 0 0 15px;
  color: #091e42;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.cw_autoscale_fourthFold {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/03/why-cloudways-gradient-bg.png)
    no-repeat center/cover;
  padding: 95px 0;
}

.cw_autoscale_fourthFold .mainwrap {
  /* max-width: 810px; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cw_autoscale_fourthFold .mainwrap div {
  flex: 1;
}

.cw_autoscale_fourthFold .mainwrap .leftWrap {
  padding: 0 70px 0 0;
}

.cw_autoscale_fourthFold .mainwrap a {
  /* color: #2F39BF; */
  /* font-weight: 500; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  display: flex;
  justify-content: right;
}

.cw_autoscale_fourthFold .mainwrap a i {
  margin: 0 0 0 6px;
  transition: all 0.3s ease;
  height: 12px;
  line-height: 12px;
  width: 7px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.cw_autoscale_fourthFold .mainwrap a:hover i {
  width: 15px;
}

.cw_autoscale_fourthFold .mainwrap a svg {
  min-width: 15px;
  height: 12px;
}

.cw_autoscale_fourthFold .mainwrap a i:before {
  content: "";
  position: absolute;
  width: 15px;
  background: #fcfcfc;
  top: 4px;
  right: 3px;
  height: 3px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.cw_autoscale_fourthFold .mainwrap a:hover i:before {
  opacity: 0;
}

.cw_autoscale_fifthFold {
  padding: 95px 0;
  background: #fcfcfc;
}

.cw_autoscale_fifthFold .txtWrap {
  max-width: 680px;
  margin: 0 auto 64px;
}

.cw_autoscale_fifthFold .secondWrap {
  /* display: flex; */
  box-shadow: 0px 4.08188px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background: url(https://www.cloudways.com/wp-content/uploads/2023/02/gradient-bg-new.png)
    no-repeat right bottom #fff;
}

.cw_autoscale_fifthFold .nav-pills {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(66, 82, 110, 0.15);
}

.cw_autoscale_fifthFold .nav-pills > li {
  float: initial;
  border: none;
  margin: 0;
  width: auto;
  position: relative;
  padding: 17px 50px;
}

.cw_autoscale_fifthFold .nav-pills > li:last-child {
  margin: 0;
}

.cw_autoscale_fifthFold .nav-pills > li:before {
  content: "";
  background: rgba(66, 82, 110, 0.15);
  height: 22px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 15px;
}

.cw_autoscale_fifthFold .nav-pills > li:last-child:before {
  display: none;
}

.cw_autoscale_fifthFold .nav-pills > li h6 {
  font-weight: 400;
  font-size: 16px;
  color: rgba(66, 82, 110, 0.7);
  margin: 0;
}

.cw_autoscale_fifthFold .nav-pills > li > a {
  padding: 0;
  transition: all 0.3s ease;
  position: relative;
}

.cw_autoscale_fifthFold .nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.nav-pills > li > a:hover {
  background: transparent;
}

.cw_autoscale_fifthFold .nav-pills > li.active > a h6,
.nav-pills > li.active > a:focus h6,
.nav-pills > li.active > a:hover h6 {
  color: #2f39bf;
  font-weight: 500;
}

.cw_autoscale_fifthFold .nav-pills > li > a:before {
  content: "";
  position: absolute;
  background: #2f39bf;
  border-radius: 10px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -18px;
  opacity: 0;
}

.cw_autoscale_fifthFold .nav-pills > li.active > a:before {
  opacity: 1;
}

.cw_autoscale_fifthFold .rightArea {
  padding: 80px 80px 100px;
}

.cw_autoscale_fifthFold .rightArea h3 {
  margin: 0 0 10px;
  color: #091e42;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
}

.cw_autoscale_fifthFold .leftArea {
  min-width: 459px;
}

.cw_autoscale_fifthFold .rightArea .testiWrap {
  display: flex;
  flex-wrap: wrap;
}

.cw_autoscale_fifthFold .rightArea .testiinner {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/04/autoscale-testi-bg.png)
    no-repeat;
  padding: 22px 30px 0;
  min-height: 224px;
  margin: 0 0 10px;
}

.cw_autoscale_fifthFold .rightArea .testiWrap p {
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
}

.cw_autoscale_fifthFold .rightArea .testiWrap .iconWrap {
  display: flex;
  margin: 0 0 0 34px;
  align-items: center;
}

.cw_autoscale_fifthFold .rightArea .testiWrap .iconWrap .image-area {
  margin: 0 15px 0 0;
}

.cw_autoscale_fifthFold
  .rightArea
  .testiWrap
  .iconWrap
  .image-area
  .img-responsive {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50px;
}

.cw_autoscale_fifthFold .rightArea .testiWrap .iconWrap h5 {
  margin: 0;
  color: #091e42;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  line-height: 21px;
}

.cw_autoscale_fifthFold .rightArea .testiWrap .iconWrap h5 span {
  color: #5e6c84;
  font-weight: 400;
  font-size: 14px;
  display: block;
}

.cw_autoscale_fifthFold .tab-content > .active {
  transition: opacity 0.6s ease-in-out;
}

.cw_autoscale_fifthFold .tab-content .tabInner {
  display: flex;
  align-items: center;
}

.cw_autoscale_fifthFold .tab-content .right {
  min-width: 373px;
  max-width: 440px;
}

.cw_autoscale_fifthFold .tab-content .left {
  padding: 0 130px 0 0;
}

.cw_autoscale_fifthFold .tab-content .left p {
  font-size: 16px;
}

.cw_autoscale_sixFold {
  padding: 95px 0;
  background: url(https://www.cloudways.com/wp-content/uploads/2023/02/gradient-bg-3.png)
    no-repeat right bottom #fff;
}

.cw_autoscale_sixFold .mainwrap {
  display: flex;
  justify-content: space-between;
}

.cw_autoscale_sixFold .leftArea {
  /* max-width: 343px; */
  padding: 35px 40px 20px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  border-radius: 15px 15px 10px 10px;
  background: url(https://www.cloudways.com/wp-content/uploads/2023/03/pricing-plan-gradient-bg.png)
    no-repeat #fff;
}

.cw_autoscale_sixFold h2 {
  line-height: 44px;
  margin: 0 auto 60px;
  max-width: 500px;
  text-align: center;
}

.cw_autoscale_sixFold .leftArea p {
  padding: 0 30px 0 0;
}

.cw_autoscale_sixFold .formOuterWrap {
  width: 695px;
  padding: 40px;
  box-shadow: 0px 4.08188px 40.8188px rgb(0 0 0 / 6%);
  border-radius: 10px;
  background: url(https://www.cloudways.com/wp-content/uploads/2023/02/gradient-bg-2.png)
    no-repeat center top #fff;
}

.cw_autoscale_sixFold .formWrap .txtWrap p {
  font-size: 15px;
  color: #5e6c84;
}

.cw_autoscale_sixFold .mainwrap h3 {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 24px;
  color: #091e42;
}

.cw_autoscale_sixFold .formWrap .txtWrap {
  margin: 0 0 35px;
}

.cw_autoscale_sixFold .pricePlan ul {
  list-style-type: none;
  padding: 14px 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid rgba(66, 82, 110, 0.24);
}

.cw_autoscale_sixFold .pricePlan ul li {
  padding: 0 0 24px 40px;
  position: relative;
  font-size: 16px;
  color: #253858;
}

.cw_autoscale_sixFold .pricePlan ul li:before {
  content: "";
  background: url(https://www.cloudways.com/wp-content/uploads/2023/03/checkmark-icon.svg)
    no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -3px;
}

.cw_autoscale_sixFold .pricePlan h4 {
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  color: #2f39bf;
  letter-spacing: -0.03em;
}

.cw_autoscale_sixFold .pricePlan h4 small {
  color: #091e42;
  font-size: 15px;
  display: inline-block;
  margin: 0 0 0 4px;
  font-family: "proxima_nova", Helvetica, Arial, sans-serif;
}

.cw_autoscale_sixFold .thankWrap {
  text-align: center;
  width: 100%;
}

.cw_autoscale_sixFold .formWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cw_autoscale_sixFold .formWrap .form-group label {
  display: block;
  color: #253858;
  font-weight: 400;
  font-size: 14px;
}

.cw_autoscale_sixFold .formWrap .form-group {
  flex: 0 0 47%;
  margin: 0 0 30px;
}

.cw_autoscale_sixFold .formWrap .form-group input,
.cw_autoscale_sixFold .formWrap .form-group textarea {
  width: 100%;
  border: 1px solid #c1c7d0;
  border-radius: 4px;
  padding: 13px 12px;
  font-size: 14px;
}

.cw_autoscale_sixFold .formWrap .checkboxArea {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 30px;
}

.cw_autoscale_sixFold .formWrap .checkboxArea .radio,
.cw_autoscale_sixFold .formWrap .checkboxArea .checkbox {
  margin: 0;
  position: relative;
}

.cw_autoscale_sixFold .formWrap .checkboxArea label {
  color: #8993a4;
  font-size: 14px;
  padding: 14px 0;
  min-width: 196px;
  text-align: center;
  border: 1px solid #c1c7d0;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.cw_autoscale_sixFold .formWrap .checkboxArea .radioButton {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
}

.cw_autoscale_sixFold .formWrap .checkboxArea .radioButton:checked ~ label {
  color: #2f39bf;
  border-color: #2f39bf;
}

.cw_autoscale_sixFold .formWrap .checkboxArea1 {
  flex: 0 0 100%;
  margin: 0 0 30px;
  display: flex;
}

.cw_autoscale_sixFold .formWrap .checkboxArea1 .radio {
  margin: 0 20px 0 0;
}

.cw_autoscale_sixFold .formWrap .checkboxArea1 .radio .radioButton {
  margin: 0;
  width: 21px;
  height: 21px;
  opacity: 0;
  z-index: 1;
}

.cw_autoscale_sixFold .formWrap .checkboxArea1 .radio label {
  padding: 0 0 0 30px;
}

.cw_autoscale_sixFold .formWrap .checkboxArea1 .radio .radioMark {
  position: absolute;
  border: 1px solid #c1c7d0;
  width: 21px;
  height: 21px;
  left: 0;
  top: 0;
  border-radius: 4px;
}

.cw_autoscale_sixFold
  .formWrap
  .checkboxArea1
  .radio
  .radioButton:checked
  ~ .radioMark {
  border-color: #2f39bf;
}

.cw_autoscale_sixFold .formWrap .checkboxArea1 .radio .radioMark:before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-radius: 4px;
}

.cw_autoscale_sixFold
  .formWrap
  .checkboxArea1
  .radio
  .radioButton:checked
  ~ .radioMark:before {
  background: #2f39bf;
}

.cw_autoscale_sixFold .formWrap h6 {
  margin: 0 0 7px;
  color: #253858;
  font-weight: 400;
  font-size: 14px;
}

.cw_autoscale_sixFold .formWrap .selectTraffic {
  flex: 0 0 100%;
  margin: 0 0 45px;
}

.cw_autoscale_sixFold .formWrap .selectTraffic label {
  color: #253858;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 24px;
}

.cw_autoscale_sixFold .formWrap label .fa-info {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 8px;
  color: #40516d;
  border: 2px solid;
  width: 13px;
  height: 13px;
  line-height: 11px;
  text-align: center;
  border-radius: 50px;
}

.cw_autoscale_sixFold .formWrap .selectTraffic label span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -3px;
  margin: 0 0 0 3px;
}

.cw_autoscale_sixFold .formWrap .selectTraffic ul {
  margin: 12px 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

.cw_autoscale_sixFold .formWrap .selectTraffic ul li {
  font-weight: 400;
  font-size: 12px;
  color: #8993a4;
}

.cw_autoscale_sixFold .formWrap .selectTraffic ul li.active {
  color: #2f39bf;
  font-weight: 500;
}

.cw_autoscale_sixFold .formWrap .selectTraffic #monthlyTraffic {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background-color: #dfe1e6;
  outline: none;
  border-radius: 8px;
  padding: 0;
  background-image: linear-gradient(#363cd0, #363cd0);
  background-repeat: no-repeat;
  background-size: 0 100%;
  border: none;
  position: relative;
  z-index: 1;
}

.cw_autoscale_sixFold
  .formWrap
  .selectTraffic
  #monthlyTraffic::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #2f39bf;
  cursor: -webkit-grab;
  cursor: grab;
  opacity: 0;
}

.cw_autoscale_sixFold .formWrap .selectTraffic #monthlyTraffic:after {
  content: "";
  position: absolute;
  top: -7px;
  width: 100%;
  left: 0;
  height: 16px;
  background: url(https://www.cloudways.com/wp-content/uploads/2023/02/Ellipse-48.svg)
      no-repeat 33.2% 0,
    url(https://www.cloudways.com/wp-content/uploads/2023/02/Ellipse-48.svg)
      no-repeat 66.7% 0,
    url(https://www.cloudways.com/wp-content/uploads/2023/02/Ellipse-48.svg)
      no-repeat 100% 0;
  z-index: -1;
}

.cw_autoscale_sixFold .formWrap .selectTraffic #monthlyTraffic.range_1:after {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/02/Ellipse-47.svg)
      no-repeat 0 0,
    url(https://www.cloudways.com/wp-content/uploads/2023/02/Ellipse-48.svg)
      no-repeat 33.2% 0,
    url(https://www.cloudways.com/wp-content/uploads/2023/02/Ellipse-48.svg)
      no-repeat 66.7% 0,
    url(https://www.cloudways.com/wp-content/uploads/2023/02/Ellipse-48.svg)
      no-repeat 100% 0;
}

.cw_autoscale_sixFold .formWrap .selectTraffic #monthlyTraffic.range_2:after {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/02/Ellipse-47.svg)
      no-repeat 0 0,
    url(https://www.cloudways.com/wp-content/uploads/2023/02/Ellipse-47.svg)
      no-repeat 33.2% 0,
    url(https://www.cloudways.com/wp-content/uploads/2023/02/Ellipse-48.svg)
      no-repeat 66.7% 0,
    url(https://www.cloudways.com/wp-content/uploads/2023/02/Ellipse-48.svg)
      no-repeat 100% 0;
}

.cw_autoscale_sixFold .formWrap .selectTraffic #monthlyTraffic.range_3:after {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/02/Ellipse-47.svg)
      no-repeat 0 0,
    url(https://www.cloudways.com/wp-content/uploads/2023/02/Ellipse-47.svg)
      no-repeat 33.2% 0,
    url(https://www.cloudways.com/wp-content/uploads/2023/02/Ellipse-47.svg)
      no-repeat 66.7% 0,
    url(https://www.cloudways.com/wp-content/uploads/2023/02/Ellipse-48.svg)
      no-repeat 100% 0;
}

.cw_autoscale_sixFold .formWrap .selectTraffic #monthlyTraffic.range_4:after {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/02/Ellipse-47.svg)
      no-repeat 0 0,
    url(https://www.cloudways.com/wp-content/uploads/2023/02/Ellipse-47.svg)
      no-repeat 33.2% 0,
    url(https://www.cloudways.com/wp-content/uploads/2023/02/Ellipse-47.svg)
      no-repeat 66.7% 0,
    url(https://www.cloudways.com/wp-content/uploads/2023/02/Ellipse-47.svg)
      no-repeat 100% 0;
}

.cw_autoscale_sixFold .formWrap .errorWrap {
  flex: 0 0 100%;
}

.cw_autoscale_sixFold .formWrap .errorWrap div {
  margin: 20px 0 0;
  padding: 5px 10px;
}

.autoscale-pg .glb-nfaq-wrap-new .glb-nfaq-ttl p {
  color: #253858;
  font-size: 16px;
}

.autoscale-pg .glb-nfaq-wrap-new .glb-nfaq-ttl {
  margin-bottom: 80px;
}

.modal .modal-backdrop {
  background: rgba(14, 19, 79, 0.5);
}

.technologyDiagramPopup .modal-dialog {
  width: 820px;
  top: 14.5%;
}

.technologyDiagramPopup.modal.in .modal-dialog,
.technologyDiagramPopup.modal.fade .modal-dialog {
  transform: translateY(-18%);
}

.technologyDiagramPopup.modal .modal-body {
  padding: 0;
  text-align: center;
}

.technologyDiagramPopup.modal .modal-content {
  background: transparent;
  border: none;
}

.autoscale-pg #glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .btn {
  font-size: 18px;
}

.autoscale-pg #glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans,
#glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans p {
  font-size: 14px;
}

.cw_autoscale_sixFold .thankWrap h2 {
  margin: 10px auto;
}

.technologyDiagramPopup.modal .modal-body div {
  position: relative;
  display: inline-block;
}

.technologyDiagramPopup.modal .modal-body .close {
  position: absolute;
  top: 18px;
  right: 20px;
  border: none;
  box-shadow: none;
  opacity: 1;
  color: #5e6c84;
  font-size: 30px;
  z-index: 1;
}

.technologyDiagramPopup.modal .modal-body figure {
  background-repeat: no-repeat;
  border-radius: 11px;
}

.technologyDiagramPopup.modal .modal-body figure img {
  transition: all 0.3s ease;
}

.technologyDiagramPopup.modal .modal-body figure:hover img {
  opacity: 0;
}

.ppc-nav li a,
.ppc-nav li a:active,
.ppc-nav li a:focus,
.ppc-nav li a:hover {
  color: #222e37 !important;
  font-family: "Poppins", sans-serif;
}

.ppc-nav-cta a,
.ppc-nav-cta a:hover,
.ppc-nav-cta a:focus,
.ppc-nav-cta a:active {
  font-size: 14px !important;
  color: #fff !important;
}

.ppc-nav-cta a.btn.cw-glb-btn {
  background: #2f39bf !important;
  border-color: #2f39bf !important;
  color: #fff !important;
  padding: 4px 19px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  height: auto !important;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

.ppc-nav-cta a.cw-glb-btn:hover,
.ppc-nav-cta a.cw-glb-btn:focus,
.ppc-nav-cta a.cw-glb-btn:active {
  background: #565fd1 !important;
  border-color: #565fd1 !important;
}

.ppc-hdr-wrap nav .ppc-value-hdr-cw-logo {
  background-position: left -90px !important;
  width: 160px;
  height: 35px;
}

/* body:not(.page_plumrocket) #footer-container {
  display: block !important;
} */

.cw_autoscale_sixFold_new .pricePlan ul li:last-child {
  padding-bottom: 0;
}

.cw_autoscale_sixFold_new .pricePlan ul {
  padding: 0;
  margin: 30px 0 0;
  border: none;
}

.cw_autoscale_sixFold_new .pricePlan ul li {
  font-size: 18px;
}

.cw_autoscale_sixFold_new .pricePlan ul li:before {
  top: 0;
}

.cw_autoscale_sixFold_new .formWrap h6 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
  margin: 0 0 24px;
}

.cw_autoscale_sixFold_new .stepOne .checkboxArea .radio {
  margin: 0 15px 0 0;
}

.cw_autoscale_sixFold_new .stepOne .checkboxArea label {
  min-width: auto;
  padding: 10px 49px;
  font-weight: 500;
}

.cw_autoscale_sixFold_new .stepOne .checkboxArea {
  justify-content: flex-start;
}

.autoscale-pg .cw_autoscale_sixFold_new .blueCta {
  font-weight: 500;
  padding: 12px 0;
  width: 200px;
}

.cw_autoscale_sixFold_new .formWrap .ctaWrap {
  flex: 0 0 100%;
}

.cw_autoscale_sixFold_new .formWrap .toolTip {
  position: relative;
  top: -3px;
}

.cw_autoscale_sixFold_new .mainwrap h3 {
  letter-spacing: -0.72px;
}

.cw_autoscale_sixFold_new .stepTwo .form-group {
  flex: 0 0 100%;
}

.cw_autoscale_sixFold_new .stepTwo .form-group .radioButton {
  font-size: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  margin: 0 0 0;
}

.cw_autoscale_sixFold_new .stepTwo .checkbox label {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 25px;
}

.cw_autoscale_sixFold_new .stepTwo .form-group .checkbox {
  display: inline-block;
  margin: 0 0 0 20px;
}

.cw_autoscale_sixFold_new .stepTwo .form-group .currentUsers {
  max-width: 473px;
}

.cw_autoscale_sixFold .formWrap .form-group textarea {
  resize: none;
  height: 96px;
}

.cw_autoscale_sixFold_new .stepTwo .ctaWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cw_autoscale_sixFold_new .stepTwo .ctaWrap .cw-glb-btn_blank {
  box-shadow: none !important;
  padding: 0 0;
  color: #2f39bf !important;
  font-weight: 600;
}

.cw_autoscale_sixFold_new .stepTwo .ctaWrap .cw-glb-btn_blank img {
  width: auto;
  display: inline-block;
  margin: 0 4px 0 0;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.cw_autoscale_sixFold_new .stepTwo .ctaWrap .cw-glb-btn_blank:hover img {
  transform: translateX(-4px);
}

.cw_autoscale_sixFold_new .formWrap .selectTraffic {
  margin: 0 0 58px;
}

.cw_autoscale_sixFold_new .stepThree .ok_image {
  width: auto;
}

.cw_autoscale_sixFold_new .stepThree h2 {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 56px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -1.68px;
  margin: 8px 0;
}

.cw_autoscale_sixFold_new .stepThree {
  justify-content: center;
}

.cw_autoscale_sixFold_new .stepThree p {
  color: #5e6c84;
  font-size: 16px;
  flex: 0 0 100%;
  text-align: center;
}

.cw_autoscale_sixFold_new .stepThree h4 {
  margin: 0 0 30px;
  color: #091e42;
  font-size: 24px;
  letter-spacing: -0.72px;
  font-weight: 600;
}

.cw_autoscale_sixFold_new .stepThree .form-group label {
  color: #091e42;
  font-weight: 600;
  margin: 0 0 22px;
}

.cw_autoscale_sixFold_new .stepThree .form-group {
  flex: 0 0 100%;
  max-width: 420px;
  text-align: center;
  position: relative;
}

.cw_autoscale_sixFold_new .stepThree .form-group label .toolTip {
  margin: 0 0 0 7px;
  top: -2px;
}

.cw_autoscale_sixFold_new .stepThree .form-group input {
  padding: 19px 44px 19px 18px;
}

.cw_autoscale_sixFold_new .stepThree .form-group .copyTxt {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #fff;
}

.autoscale-pg .fa {
  font: normal normal normal 14px/1 FontAwesome;
}

.cw_autoscale_sixFold_new .stepThree .socials i {
  width: 64px;
  height: 64px;
  display: block;
  text-align: center;
  background: #eaebf9;
  margin: 0 auto 10px;
  border-radius: 100%;
  line-height: 64px;
  font-size: 22px;
  color: #2f39bf;
}

.cw_autoscale_sixFold_new .stepThree .socials {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-around;
  max-width: 420px;
}

.cw_autoscale_sixFold_new .stepThree .socials a {
  text-align: center;
  color: #42526e;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none !important;
}

.cw_autoscale_sixFold_new .formOuterWrap {
  padding: 0;
  height: 652px;
  position: relative;
  overflow: hidden;
}

.cw_autoscale_sixFold_new .formWrap {
  padding: 48px 35px 40px;
}

.cw_autoscale_sixFold_new .leftArea {
  padding-bottom: 0;
  min-height: 652px;
}

.cw_autoscale_sixFold_new .formWrap .form-group {
  margin: 0 0 35px;
}

.cw_autoscale_sixFold_new .stepOne .ctaWrap {
  margin: 72px 0 0;
}

.cw_autoscale_sixFold_new .formWrap .txtWrap p {
  max-width: 591px;
}

.cw_autoscale_sixFold_new .stepTwo .txtWrap + .form-group {
  margin: 0 0 30px;
}

.cw_autoscale_sixFold_new .formWrap .form-group .borderRed,
.borderRed {
  border-color: red !important;
}

.cw_autoscale_sixFold_new .formOuterWrap .proBar {
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-image: linear-gradient(#2f39bf, #2f39bf);
  transition: all 0.3s ease-in-out;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #dfe1e6;
  background-size: 0;
}

.cw_autoscale_sixFold_new .formWrap label .tooltip div {
  border-top-color: #253858;
}

.cw_autoscale_sixFold_new .formWrap label .tooltip .tooltip-inner {
  font-size: 13px;
  font-weight: 300;
  background: #253858;
  border-radius: 4px !important;
}

.cw_autoscale_sixFold_new .stepThree .clipBoardTxt {
  position: absolute;
  left: 0;
  top: 25px;
  right: 0;
  background: #253858;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  border-radius: 4px;
  padding: 5px 0;
  max-width: 200px;
  margin: 0 auto;
}

.autoscale-pg #glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans,
#glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans p {
  font-size: 14px;
  line-height: 22px;
}

.cw_autoscale_sixFold_new .formWrap .form-group label img {
  width: auto;
  display: inline-block;
}

.stepOne {
  padding: 170px 35px 40px !important;
}

.stepOne h2 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
}

.stepOne h3 {
  margin-bottom: 18px !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  text-align: center;
}
.stepOne p {
  width: 100%;
  text-align: center;
}
.autoscale-pg .cw_autoscale_sixFold_new .blueCta {
  width: 400px;
}
.stepOne .form-group {
  min-width: 100%;
  margin: 0 auto !important;
}
.stepOne .form-group input {
  width: 400px !important;
  display: block !important;
  margin: 0 auto;
  margin-bottom: 16px;
}

.stepOne .ctaWrap {
  margin: 0 !important;
}

.ppc-nav-cta a.cw-glb-btn_transparent {
  padding: 5px 19px !important;
  text-transform: uppercase;
  opacity: 0.8;
  border: 1px solid #253858;
  border-radius: 4px !important;
  font-size: 14px !important;
  background-color: transparent !important;
  border-color: #253858 !important;
  color: #253858 !important;
  margin-right: 5px;
}

.ppc-nav-cta a.cw-glb-btn_transparent:hover {
  padding: 5px 19px !important;
  text-transform: uppercase;
  opacity: 0.8;
  border: 1px solid #253858;
  border-radius: 4px !important;
  font-size: 14px !important;
  color: #ffff !important;
  background: #253858 !important;
  border-color: #253858 !important;
}

/*autoscale_updated start*/

.ppc-hdr-wrap nav.affix {
  box-shadow: 0 20px 24px rgb(151 149 149 / 10%) !important;
}

.ppc-hdr-wrap nav .ppc-value-hdr-cw-logo {
  background: url(https://www.cloudways.com/wp-content/uploads/2024/01/cw_logo.svg)
    no-repeat !important;
  background-position: unset !important;
}

.ppcNavBar .ppc-hdr-wrap .navbar-header {
  margin: 16px 0 14px !important;
}

.ppcNavBar .ppc-hdr-wrap .navbar-collapse {
  margin-top: 14px !important;
}

.ppc-nav .large {
  min-width: auto;
  height: auto;
  padding: 10px !important;
  padding: 2px 19px !important;
  border-radius: 4px !important;
  margin-right: 10px;
  border: 1.5px solid #2f39bf;
}

/* herofold start */
.autoscale_updated .cw_autoscale_banner:before {
  background: unset;
}

.autoscale_updated .cw_autoscale_banner h1 span {
  font-size: 70px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -2.8px;
  color: #091e42;
  text-align: center;
  margin-bottom: 26px;
  background: var(
    --Gradient-Purple,
    linear-gradient(129deg, #705afe -9.82%, #ca7cfb 107.85%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.autoscale_updated .cw_autoscale_banner {
  /* background: url(https://www.cloudways.com/wp-content/uploads/2024/01/Autoscale-Updated-Illustration-Version-1.png) no-repeat; */
  background: url(https://www.cloudways.com/wp-content/uploads/2024/01/Autoscale-bg-1-2.png)
    no-repeat;
  background-size: cover;
  /* padding-bottom: 300px; */
  background-position: top;
  padding-top: 160px;
}

.autoscale_updated.support_uplift
  .support_cards_section
  .support_cards_wrapper
  .support_card
  h3 {
  font-size: 24px;
}

.autoscale_updated .cw_autoscale_banner .company_logos {
  /* padding-top: 100px; */
  padding-top: 90px;
  padding-bottom: 90px;
}
.autoscale_updated  .company_logos{
position: relative;
z-index: 1;
}
.autoscale_updated .FeatsStatsSec{
  padding-bottom: 0;
}

.autoscale_updated .cw_autoscale_banner h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -2.8px;
  color: #091e42;
  text-align: center;
  margin-bottom: 26px;
}

.autoscale_updated .autoscale-pg .cw_autoscale_banner p {
  color: #253858;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 36px;
  padding: 0px;
}

.autoscale_updated .cw_autoscale_banner .herofold_cta {
  display: flex;
  align-items: center;
  justify-content: center;
}

.autoscale_updated .cw_autoscale_banner .herofold_cta a:first-child {
  margin-right: 8px;
}

.autoscale_updated .tabs_accordian_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.autoscale_updated.support_uplift
  .cw_autoscale_banner
  .support_cards_section
  .headerText {
  max-width: 845px;
}

.autoscale_updated .cw_autoscale_banner .FeatsStatsHeading {
  margin-bottom: 46px;
}

.autoscale_updated .cw_autoscale_banner .FeatsStatsHeading h5 {
  color: #253858;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
  margin-bottom: 0px;
}

.autoscale_updated .cw_autoscale_banner .FeatsStatsHeading h5 b {
  color: #253858;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.72px;
}
.autoscale_updated .cw_autoscale_banner .company_logo_inner {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.autoscale_updated .cw_autoscale_banner .logo_seperator {
  position: relative;
}
.autoscale_updated .cw_autoscale_banner .logo_seperator::after {
  content: "";
  position: absolute;
  background-color: #dfe1e6;
  width: 1px;
  bottom: 0;
  left: -52px;
  top: -8px;
  height: 40px;
}

/* CARDS */
.autoscale_updated.support_uplift
  .support_cards_section
  .support_cards_wrapper
  .support_card {
  background: linear-gradient(
      51deg,
      rgba(209, 150, 255, 0.2) -0.86%,
      rgba(238, 237, 255, 0.2) 30.1%,
      rgba(218, 214, 255, 0.2) 75.36%
    ),
    #fff;
}
.autoscale_updated.support_uplift .support_cards_section .headerText {
  max-width: 852px;
}
.autoscale_updated.support_uplift
  .support_cards_section
  .support_cards_wrapper
  .support_card
  p {
  max-width: 330px;
}

/* tabs with accordian */
.autoscale_updated #customAccordian {
  width: 47%;
}
.autoscale_updated .customAccordianTabs {
  width: 47%;
}

.autoscale_updated .panel.panel-default {
  border: none;
  background: transparent;

  border-bottom: 1px solid #dfe1e6;
  border-radius: 0px;
}

.autoscale_updated .panel-default > .panel-heading {
  background: transparent;
  border: unset;
  padding: 0px;
  padding-bottom: 24px;
  padding-top: 24px;
}

.autoscale_updated
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border: unset;
}

.autoscale_updated .panel-body {
  padding: 0px;
  padding-bottom: 30px;
}

.autoscale_updated #customAccordian .panel-title a {
  color: #091e42;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
  position: relative;
  /* width: 100%; */
  display: block;
}

.autoscale_updated #customAccordian .panel-title a:after {
  content: "";
  position: absolute;
  content: "\f107";
  font: normal normal normal 14px FontAwesome;
  font-size: 24px;
  right: 5px;
  top: 0px;
  color: #2f39bf;
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
}

.autoscale_updated #customAccordian .panel-title a.collapsed::after {
  transform: rotate(0deg);
}

.autoscale_updated #customAccordian .panel-body p {
  color: #253858;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.54px;
}

.autoscale_updated #customAccordian .panel-title a:hover,
.autoscale_updated #customAccordian .panel-title a:focus {
  text-decoration: none;
}
.autoscale_updated .glb-nfaq-wrap-new .glb-nfaq-ttl {
  max-width: 850px;
}
.autoscale_updated .glb-nfaq-wrap-new .glb-nfaq-ttl h2 {
  color: #091e42;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%; /* 52.8px */
  letter-spacing: -1.92px;
  margin: 0;
  margin-bottom: 16px;
}

.autoscale_updated .glb-nfaq-wrap-new .glb-nfaq-ttl p {
  color: #253858;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.54px;
  max-width: 750px;
  margin: 0 auto;
}

/* .autoscale_updated .aTabImage{
    opacity:0;
} */

/* tabs only */
.autoscale_updated .easeOfUseTutorialsWrap {
  max-width: 1200px;
  margin: 0 auto;
}

.autoscale_updated .easeOfUseTutorialsWrap .topTxt {
  max-width: 900px;
}
.autoscale_updated .easeOfUseTutorialsSec {
  background: #fcfcfc;
  padding: 100px 0px 30px;
}

.autoscale_updated .easeOfUseTutorialsWrap .topTxt h2 {
  color: #091e42;
  text-align: center;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
}
.autoscale_updated .easeOfUseTutorialsWrap {
  padding: 0px;
}

.autoscale_updated .easeOfUseTutorialsWrap .topTxt {
  max-width: 900px;
}
.autoscale_updated .easeOfUseTutorialsWrap .tabsWrap .tabsNavWrap ul li a {
  font-weight: 500;
}

.autoscale_updated .tab_card_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
}
.autoscale_updated .card_content {
  padding: 0 80px;
  width: 50%;
}
.autoscale_updated .tab_media {
  width: 50%;
}

.autoscale_updated .tab_tag_line {
  background: linear-gradient(129deg, #705afe -9.82%, #ca7cfb 107.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.48px;
  margin: 0 !important;
  margin-bottom: 14px !important;
}
.autoscale_updated .tab_heading {
  color: #091e42;
  font-size: 36px;
  font-weight: 600;
  line-height: 110%; /* 39.6px */
  letter-spacing: -1.08px;
  margin: 0 !important;
  margin-bottom: 16px !important;
}

.autoscale_updated .tab_contents {
  color: #253858;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.54px;
}
.autoscale_updated .easeOfUseTutorialsWrap .tabsWrap .tabsNavWrap ul li.active {
  background: #eaebf9;
  /* border: none; */
  border: 1px solid #dfe1e600;
}

.autoscale_updated .easeOfUseTutorialsWrap .tabsWrap .tabsNavWrap ul li a {
  padding: 11px 18px 12px;
}
.autoscale_updated .easeOfUseTutorialsWrap .tabsWrap .tabsNavWrap ul li a {
  font-size: 16px;
}
.autoscale_updated.support_uplift .support_cards_section .support-carousel h4 {
  max-width: 992px;
}
.autoscale_updated.support_uplift
  .support_cards_section
  .support-carousel
  .owl-dots {
  margin-top: 20px;
}

/*pricing carosel*/
.autoscale_updated .autoscale_pricing {
  padding: 100px 0px;
  position: relative;
}

.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .autoscale_pricing{
  padding: 0px !important;
  position: relative !important; 
  background: #FCFCFC;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .autonomousCampaign{
  padding: 80px 0px !important;
}
.autoscale_updated .pricing_inner_card {
  border-radius: 12px;
  border: 1px solid #d5d7f2;
  background: #fff;
  padding: 36px 24px;
}
.autonomousCampaign.autonomous_autoscale_v2 .pricing_inner_card{
  border-radius: 12px !important;
  border: 1px solid #d5d7f2 !important;
  background: #fff !important;
  padding: 36px 24px !important;
}
.autoscale_updated .pricing_plan {
  color: #170f49;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  margin-bottom: 8px !important;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .pricing_plan {
  color: #170f49 !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 36px !important;
  margin: 0;
  margin-bottom: 8px !important;
}
.autoscale_updated .pricing_description {
  color: #253858 !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 22px;
  margin: 0px !important;
  margin-bottom: 20px !important;
}

.autoscale_updated .pricing_rate {
  color: #2f39bf !important;
  font-size: 36px !important;
  font-weight: 700;
  line-height: 44px;
  margin: 0;
  margin-bottom: 24px;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .pricing_rate {
  color: #2f39bf !important;
  font-size: 36px !important;
  font-weight: 700;
  line-height: 44px;
  margin: 0;
  margin-bottom: 24px;
  -webkit-text-fill-color: inherit;
}
.autoscale_updated .pricing_rate span {
  color: #253858;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .pricing_rate span {
  color: #253858;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.autoscale_updated .pricing_features {
  list-style: none;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .pricing_features {
  list-style: none;
}
.autoscale_updated .pricing_features li {
  color: #002c4e;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 18px;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .pricing_features li {
  color: #002c4e;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 18px;
}
.autoscale_updated .price_card_btn {
  width: 100%;
  position: relative;
  transition: 0.5s;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .price_card_btn {
  width: 100%;
  position: relative;
  transition: 0.5s;
  border: 2px solid #2f39bf;
    background-color: transparent;
    color: #2f39bf;
}
.autoscale_updated .price_card_btn:hover svg {
  right: 79px;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .price_card_btn:hover svg {
  right: 15%;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .price_card_btn:hover svg path{
  fill:#fff !important;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .primaryBtn_outline.price_card_btn:hover
{
  background: #2f39bf;
  color: #fff;
}
.autoscale_updated .price_card_btn svg {
  position: absolute;
  right: 89px;
  bottom: 12px;
  transition: all 0.3s;
}

.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .price_card_btn span svg {
  position: absolute !important;
  bottom: auto !important;
  right: auto !important;
  transition: all 0.3s;
  transform: translateX(20px);
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .price_card_btn span{
  color: inherit;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .price_card_btn:hover span svg {
  transform: translateX(10px);
}

.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .price_card_btn:hover svg {
  transform: translateX(0px); 
}

.autoscale_updated .pricing_card_wrapper.container {
  width: 1550px;
  position: relative;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .pricing_card_wrapper.container {
  width: 1550px;
  position: relative;
}
.customModal.g2-uplift-modal .cw_fmp_sliderShadow
{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 80px;
  background-color: rgba(255,255,255, 1);
  opacity: 0.5;
  z-index: 9;
}
.autonomousCampaign.autonomous_autoscale_v2 .customModal.g2-uplift-modal .cw_fmp_sliderShadow
{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 80px;
  background-color: rgba(255,255,255, 1);
  opacity: 0.5;
  z-index: 9;
}
.autoscale_updated .btn-wrap {
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transform: translateY(-50%);
  position: absolute;
  top: 54%;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .btn-wrap {
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transform: translateY(-50%);
  position: absolute;
  top: 54%;
}
.autoscale_updated .autoscale_pricing .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .autoscale_pricing .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.autoscale_updated .autoscale_pricing .owl-item {
  opacity: 0.6;
  pointer-events: none;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .autoscale_pricing .owl-item {
  opacity: 0.6;
  pointer-events: none;
}
.autoscale_updated .autoscale_pricing .owl-item.active {
  opacity: 1;
  pointer-events: auto;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .autoscale_pricing .owl-item.active {
  opacity: 1;
  pointer-events: auto;
}
.autoscale_updated .autoscale_pricing .owl-nav {
  /* position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: inherit; */
}

.autoscale_updated .autoscale_pricing .headerText {
  max-width: 100%;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .autoscale_pricing .headerText {
  max-width: 100%;
  margin: 0 auto 64px;
}
.autoscale_updated .autoscale_pricing .headerText h2 {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .autoscale_pricing .headerText h2 {
  max-width: 659px;
  margin: 0 auto;
  margin-bottom: 16px;
  color: inherit;
}
.autoscale_updated .autoscale_pricing .headerText p {
  max-width: 650px;
  margin: 0 auto !important;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .autoscale_pricing .headerText p {
  max-width: 675px;
  margin: 0 auto !important;
  color: inherit;
}
.autoscale_updated .additonal_information_pricing_wrapper {
  border-radius: 4px;
  background: rgba(244, 245, 247, 0.28);
  padding: 23px;
  margin-top: 40px;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .additonal_information_pricing_wrapper {
  border-radius: 4px;
    background: rgba(244, 245, 247, 0.70);
  padding: 23px;
  /* margin-top: 40px; */
}
.autoscale_updated .additonal_information_pricing {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .additonal_information_pricing {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.autoscale_updated .info_price_heading {
  color: #253858;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.48px;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .info_price_heading {
  color: #253858;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.48px;
}
.autoscale_updated .info_price_detail {
  color: #5e6c84;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
  position: relative;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .info_price_detail {
  color: #5e6c84;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
  position: relative;
}
.autoscale_updated .autoscale_pricing .owl-next,
.autoscale_updated .autoscale_pricing .owl-prev {
  display: none;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .autoscale_pricing .owl-next,
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .autoscale_pricing .owl-prev {
  display: none;
}
.autoscale_updated .next-btn.pricingSliderBtn {
  /* position: relative;
    left: -10px; */
  margin-right: 86px;
}

.autoscale_updated .prev-btn.pricingSliderBtn {
  /* position: relative;
    right: 90px; */
  margin-left: 60px;
}

.autoscale_updated .autoscale_pricing .pricingSliderBtn {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 1px 7px 0px #c2bfbf;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .autoscale_pricing .pricingSliderBtn {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 1px 7px 0px #c2bfbf;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .info_price_heading p {
margin:0 !important;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .info_price_detail p{
  margin: 0 !important;
}
.autoscale_updated .autoscale_pricing .pricingSliderBtn svg {
  display: inline-block;
  width: 20px;
  height: 18px;
  margin: 0 auto;
}

.autoscale_updated .primaryBtn_outline.price_card_btn:hover {
  background: #2f39bf;
  color: #fff;
}
.autoscale_updated .primaryBtn_outline.price_card_btn:hover svg path {
  fill: #fff;
}

.autoscale_updated .additonal_information_pricing .info_price_detail::after {
  content: "";
  position: absolute;
  background-color: #dfe1e6;
  width: 1px;
  bottom: 0;
  left: -52px;
  top: 0px;
  height: 26px;
}

/*cards*/
.autoscale_updated .featuredCard {
  background: #fcfcfc;
}
.autoscale_updated .featuredCard .headerText {
  max-width: 725px;
}
.autoscale_updated .featuredCard .headerText h2 {
  color: #091e42;
  text-align: center;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
}

.autoscale_updated .featuredCard .headerText p {
  color: #253858;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.6px;
}
.autoscale_updated
  .featuredCard
  .featuresCardBody
  .featureCardMainWrap
  .featureCard {
  min-height: 270px;
}

/*card with animation*/
.autoscale_updated .ease_feature .ease_feature_header .topTxt {
  margin-bottom: 0px !important;
}
.autoscale_updated .ease_feature_header .topTxt h2 {
  color: #091e42;
  text-align: center;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
}

.autoscale_updated .ease_feature_header .topTxt p {
  color: #253858;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.6px;
  max-width: 750px;
  margin: 0 auto;
}

.autoscale_updated .ease_feature_header .topTxt a {
  color: #2f39bf;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.autoscale_updated .ease_featuer_wrapper .leftArea .ease_feature_content h2 {
  font-size: 36px;
  margin-bottom: 16px;
  line-height: 110%;
  letter-spacing: -1.08px;
}

/*faq*/
.autoscale_updated .glb-nfaq-ttl h3 {
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
}
.autoscale_updated .glb-nfaq-ttl {
  margin-bottom: 80px;
}
.autoscale_updated #glb-nfaq-wrap {
  padding: 80px 0 120px;
}
.autoscale_updated .desktop_hide {
  display: none;
}
/* .autoscale_updated  */

/* Autonomous Campaign */
.autonomous_campaign24 .easeOfUseTutorialsWrap .tabsWrap .tabsNavWrap
{
  margin-bottom: 40px;
}

.autonomous_campaign24 .ease_feature_image{
  background-image: url('https://www.cloudways.com/wp-content/uploads/2024/04/feature_card_bg1.png');
}

.autonomous_campaign24 .easeFeatureFixed .rightArea{
  width: 1268px !important;
}
/* .autonomous_campaign24 .easeFeatureFixed .rightArea .ease_feature_image {
  width: calc(1140px / 2) !important;
} */

.autonomous_campaign24 .support_cards_section svg
{
  max-width: 100%;
}
/* Autonomous Campaign */

/* autonomous campaign v2  */
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .autoscale-pg .cw_autoscale_banner .trial{
  font-size:14px !important;
  font-weight: 400;
  padding-top: 16px;
}
.autonomousCampaign.autonomous_autoscale_v2 .Client_testiminials{
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap:24px ; */
  padding: 0;
  margin: 0 auto;
}
.autonomousCampaign.autonomous_autoscale_v2 .autov2_Client_testimonials {
  background-color: #FFF;
}
.autonomousCampaign.autonomous_autoscale_v2 .autonomousV2_support_cards{
  max-width: 427px !important;
}
.autonomousCampaign.autonomous_autoscale_v2  .videoBox{
  max-width:100% !important ;
  max-height:560px ;
  height: 100%;
}
.autonomousCampaign.autonomous_autoscale_v2  .support_cards_section .support-carousel h4{
  font-size: 20px !important;
  text-align: left;
  padding: 5px 30px 27px 30px;
  margin: 0;
}
.autonomousCampaign.autonomous_autoscale_v2  .support_cards_section .support-carousel .userDetails_wrapper {
  justify-content: flex-start;
  margin-left: 30px;
}
.autonomousCampaign.autonomous_autoscale_v2 .support_cards_section .support-carousel .userDetails_wrapper .support_carousel_UserImg img{
height: 50px;
width: 50px;
}
.autonomousCampaign.autonomous_autoscale_v2 .support_cards_section .support-carousel .userDetails_wrapper .support_carousel_userDetails p {
  margin: 0 !important;
}
.autonomousCampaign.autonomous_autoscale_v2 .support_cards_section .item svg{
  margin: 25px 30px 0px 30px !important;
  margin-bottom: 0px !important;
}
.autonomousCampaign.autonomous_autoscale_v2  .support_cards_section .support-carousel {
  border-radius: 12px;
background: linear-gradient(129deg, rgba(112, 90, 254, 0.12) -9.82%, rgba(202, 124, 251, 0.12) 107.85%), #FFF;
}
.autonomousCampaign.autonomous_autoscale_v2  .support_cards_section .support-carousel .owl-dots button.active{
  background-color: #CA7CFB;
}

.autonomousCampaign.autonomous_autoscale_v2  .support_cards_section .support-carousel .owl-dots button{
  background-color: rgba(0, 0, 0, 0.11);
}
.autonomousCampaign.autonomous_autoscale_v2 .support_cards_section .support-carousel .owl-dots {
 text-align: left;
 margin-left: 30px;
 padding-bottom: 25px;
 /* margin-top: 0; */
}
.autonomousCampaign.autonomous_autoscale_v2 .support_uplift .support_cards_section {
  padding: 80px 0px;
  background: #FFF;
  /* margin-left: 20px; */
}
.autonomousCampaign.autonomous_autoscale_v2  .videoBox .embed-responsive.embed-responsive-16by9{
  /* height: 560px; */
  /* height: 100%; */
  
}
.autonomousCampaign.autonomous_autoscale_v2 .autonomousLpBg{
  background: url(https://www.cloudways.com/wp-content/uploads/2025/09/Autonomous-bg.webp) no-repeat top center/contain !important;
}
.autonomousCampaign.autonomous_autoscale_v2 .autonomousLpBg::before{
  background: none !important;
}
.autonomousCampaign.autonomous_autoscale_v2 .autonomousLpBg::after{
  background: none !important;
}
.autonomousCampaign.autonomous_autoscale_v2 .easeOfUseTutorialsSec{
  padding: 80px 0 0 0;
  background-color: #FCFCFC;
}
.autonomousCampaign.autonomous_autoscale_v2  .client_textWrap{
  background-color: #fff;
  text-align: center;
  margin: 0 auto;

}
.autonomousCampaign.autonomous_autoscale_v2 .easeOfUseTutorialsSec .easeOfUseTutorialsWrap {
   padding-bottom: 80px;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated .featuredCard {
  background-color: #fff;
  
}
.autonomousCampaign.autonomous_autoscale_v2 .ease_feature{
  background-color: #FCFCFC;
}
.autonomousCampaign.autonomous_autoscale_v2 .autoscale_updated #nav-glb-nfaq-wrap section{
  background: #FFF;
}
.autonomousCampaign.autonomous_autoscale_v2  .client_textWrap h2{
max-width: 662px;
margin: 0 auto;
margin-top: 80px;
font-weight: 600;
}
.autonomousCampaign.autonomous_autoscale_v2  .client_textWrap p{
max-width: 662px;
margin: 0 auto;
padding-top:24px;
padding-bottom: 56px;
}
.autonomousCampaign.autonomous_autoscale_v2 .videoBox {
  position: relative;
}
.autonomousCampaign.autonomous_autoscale_v2 .videoBox .videoBtnWrap{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 97%;
  border-radius: 12px;
/* opacity: 0.6; */
background: url('https://www.cloudways.com/wp-content/uploads/2025/02/blurwithimg.png') no-repeat center center/cover;
padding: 50px;
  
}
.autonomousCampaign.autonomous_autoscale_v2 .videoBox .videoBtnWrap .playBtn{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 40px;
background-color: rgb(91, 91, 91);
gap: 10px;
padding: 5px 7px ;
max-width: 245px;
}
.autonomousCampaign.autonomous_autoscale_v2 .videoBox .videoBtnWrap .playBtn p{
  margin: 0;
  color: #fff !important;
}
.autonomousCampaign.autonomous_autoscale_v2 .videoBox .videoBtnWrap .textWrap{
  display: flex;
  flex-direction: column;
  color: #fff;
}

.autonomousCampaign.autonomous_autoscale_v2 .videoBox .videoBtnWrap .textWrap .designation{
  display: flex;
  gap: 16px;
  align-items: center;
}

.autonomousCampaign.autonomous_autoscale_v2 .videoBox .videoBtnWrap .textWrap .designation img{
  max-width: 50px;
  max-height: 50px;
  border-radius: 50px;
}

.autonomousCampaign.autonomous_autoscale_v2 .videoBox .videoBtnWrap .textWrap .designation .name p{
  margin: 0;
  color: #fff !important;
  /* display: flex; */
}
.autonomousCampaign.autonomous_autoscale_v2 .videoBox .videoBtnWrap .textWrap h3{
  padding-bottom: 42px;
  max-width: 412px;
}
@keyframes play {
  0% {
    opacity: 0.4 !;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}
.autonomousCampaign.autonomous_autoscale_v2 .videoBox .videoBtnWrap .playBtn .playBtnWrap::before{
   top: 59px;
    /* bottom: 0; */
    left: 62px;
    /* right: 0; */
    position: absolute;
    content: "";
    background-color: #6287c7;
    width: 30px;
    height: 30px;
    margin: auto;
    border-radius: 50%;
    z-index: 1;
    animation: play infinite 2s linear both;
}
.autonomousCampaign.autonomous_autoscale_v2 .videoBox .videoBtnWrap .playBtn .playBtnWrap::after{
    top: 59px;
    /* bottom: 0; */
    left: 60px;
    /* right: 0; */
    position: absolute;
    content: "";
    background-color: #6287c7;
    width: 30px;
    height: 30px;
    margin: auto;
    border-radius: 50%;
    z-index: 1;
    animation: play infinite 2s linear both;
}
.autonomousCampaign.autonomous_autoscale_v2 .videoBox .videoBtnWrap .textWrap .designation .text{
  font-size: 12px !important;
}

.autonomousCampaign.autonomous_autoscale_v2.flexibleHide .easeOfUseTutorialsSec{
  background-color: #fff;
}
.autonomous_autoscale_v2 .nav-tabs{
  display: none !important;
}
.autonomous_autoscale_v2 .wt_prc25_main_wrap{
  padding: 0;
  margin-top: -30px;
}
.autonomous_autoscale_v2 .pricing_widget_header .headerText {
  max-width: 675px;
  margin: 0 auto;
}
.autonomous_autoscale_v2 .pricing_widget_header{
  padding-top: 80px;
}
.autonomous_autoscale_v2 .wt_prc25_main_wrap .wt_prc25_v1 .wt_prc25_pricings_cards_wrap .wt_prc25_pricings_card .pricing h2{
  margin: 0;
}
.autonomous_autoscale_v2 .tab-content #wt_prc25_cw_flexible {
  display: none !important;
}
@media (max-width: 1200px) {
  .autoscale_updated .cw_autoscale_banner .logo_seperator::after {
    left: -26px;
  }
  .autoscale_updated.support_uplift
    .support_cards_section
    .support_cards_wrapper {
    flex-wrap: wrap;
  }
  .autoscale_updated.support_uplift
    .support_cards_section
    .support_cards_wrapper
    .support_card {
    margin-bottom: 20px;
  }
  .autoscale_updated .additonal_information_pricing_wrapper {
    margin: 0 auto;
    width: 90%;
  }
  .autoscale_updated .additonal_information_pricing .info_price_detail::after {
    left: -17px;
  }

  .autoscale_updated .btn-wrap {
    position: relative;
    transform: translateY(10px);
    justify-content: center;
    margin-bottom: 20px;
  }
  .autoscale_updated .prev-btn.pricingSliderBtn {
    margin-left: 0px;
    margin-right: 12px;
  }
  .autoscale_updated .next-btn.pricingSliderBtn {
    margin-right: 0px;
  }
  .autoscale_updated
    .featuredCard
    .featuresCardBody
    .featureCardMainWrap
    .featureCard {
    height: auto;
  }
}

@media (max-width: 992px) {
  .autoscale_updated .cw_autoscale_banner {
    padding-top: 90px;
  }
  .autoscale_updated .cw_autoscale_banner h1,
  .autoscale_updated .cw_autoscale_banner h1 span {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 120%;
  }

  .autoscale_updated .autoscale-pg .cw_autoscale_banner p {
    font-size: 16px;
    line-height: 150%;
  }

  .autoscale_updated .cw_autoscale_banner .logo_seperator::after {
    content: unset;
  }
  .autoscale_updated .cw_autoscale_banner .company_logo_inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .autoscale_updated .cw_autoscale_banner .company_logo_inner .c_logo {
    width: 200px;
    margin-bottom: 20px;
    text-align: center;
  }
  .autoscale_updated .cw_autoscale_banner .company_logo_inner .c_logo img {
    display: inline-block;
  }

  .autoscale_updated .glb-nfaq-wrap-new .glb-nfaq-ttl h2 {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 120%;
  }
  .autoscale_updated .glb-nfaq-wrap-new .glb-nfaq-ttl p {
    font-size: 16px;
    line-height: 150%;
  }

  .autoscale_updated .tabs_accordian_wrapper {
    flex-wrap: wrap;
  }
  .autoscale_updated #customAccordian,
  .autoscale_updated .customAccordianTabs {
    width: 100%;
  }
  .autoscale_updated .customAccordianTabs {
    display: none;
  }

  .autoscale_updated .customAccordianTabs .aTabImage {
    text-align: center;
  }
  .autoscale_updated .customAccordianTabs img {
    display: inline-block;
  }
  .autoscale_updated .easeOfUseTutorialsWrap .topTxt h2 {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 120%;
  }
  .autoscale_updated .easeOfUseTutorialsWrap .topTxt p {
    font-size: 16px;
    line-height: 150%;
  }

  .autoscale_updated .tab_card_wrapper {
    flex-wrap: wrap;
    padding: 40px 50px;
  }
  .autoscale_updated .card_content,
  .autoscale_updated .tab_media {
    width: 100%;
    padding: 0px;
  }
  .autoscale_updated .tab_tag_line,
  .autoscale_updated .tab_heading,
  .autoscale_updated .tab_contents {
    text-align: center;
  }
  .autoscale_updated .tab_contents {
    margin-bottom: 30px !important;
  }
  .autoscale_updated .tab_media {
    text-align: center;
  }
  .autoscale_updated .tab_media img {
    display: inline-block;
    border-radius: 12px;
  }
  .autoscale_updated.support_uplift
    .support_cards_section
    .support-carousel
    h4 {
    padding: 0px 30px;
  }

  .autoscale_updated .additonal_information_pricing .info_price_detail::after {
    content: unset;
  }
  .autoscale_updated
    .additonal_information_pricing
    .info_price_detail
    p:before {
    content: "•";
    display: inline-block;
    color: #2e39bf;
    padding: 0 10px 0 0;
    font-weight: bold;
  }
  .autoscale_updated .info_price_detail p {
    font-size: 18px;
  }

  .autoscale_updated .featuredCard .headerText h2 {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 120%;
  }
  .autoscale_updated .featuredCard .headerText p {
    font-size: 16px;
    line-height: 150%;
  }
  .autoscale_updated .ease_feature_header .topTxt h2 {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 120%;
  }
  .autoscale_updated .ease_feature_header .topTxt p {
    font-size: 16px;
    line-height: 150%;
  }

  .autoscale_updated .ease_feature_header .topTxt a {
    font-size: 16px;
    line-height: 150%;
  }
  .autoscale_updated .ease_feature_header {
    margin-bottom: 20px;
  }
  .autoscale_updated.support_uplift .support_cards_section {
    padding: 25px 0;
  }

  .autoscale_updated .desktop_hide {
    display: unset;
  }
  .autoscale_updated .ease_featuer_wrapper .leftArea .ease_feature_content h2 {
    font-size: 24px;
  }
  .autoscale_updated .glb-nfaq-ttl h3 {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 120%;
  }
  .ppc-nav .large {
    font-size: 12px !important;
  }

  .autonomous_campaign24 .headerText
  {
    margin-bottom: 30px;
  }
  .autonomousCampaign.autonomous_autoscale_v2 .Client_testiminials {
    flex-direction: column;
    padding-left:20px;
    padding-right: 20px;
  }
  .autonomousCampaign.autonomous_autoscale_v2 .videoBox{
    width: 100%;
  }
  .autonomousCampaign.autonomous_autoscale_v2 .autonomousV2_support_cards{
    max-width: 100% !important;
    width: 100%;
  }
  .autonomousCampaign.autonomous_autoscale_v2 .support_cards_section .support-carousel .userDetails_wrapper{
    margin-top: 20px;
  }
  .autonomousCampaign.autonomous_autoscale_v2 .support_uplift .support_cards_section{
    margin-right: 17px;
  }

}

@media (max-width: 767px) {
  .autoscale_updated .additonal_information_pricing {
    justify-content: start;
    flex-wrap: wrap;
  }
  .info_price_heading,
  .info_price_detail {
    width: 100%;
  }
  .ppc-nav .large {
    display: inline-block;
  }
  .ppcNavBar .ppc-nav-cta {
    margin-top: 10px;
  }
  
}

/*autoscale_updated end*/

@media (min-width: 1200px) {
  .cw_autoscale_secondFold .autoscale-graph-frame {
    margin: -60px 0 0;
  }

  .cw_autoscale_secondFold #autoscaleGraph {
    top: -80px;
  }
}

@media (max-width: 1200px) {
  .cw_autoscale_fifthFold .tab-content .left {
    padding: 0 80px 0 0;
  }
  .technologyDiagramPopup.modal.in .modal-dialog,
  .technologyDiagramPopup.modal.fade .modal-dialog {
    transform: translateY(-50%);
  }
  .technologyDiagramPopup .modal-dialog {
    width: 700px;
    top: 50%;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .cw_autoscale_sixFold .formWrap .checkboxArea {
    justify-content: start;
  }

  .cw_autoscale_sixFold .formWrap .checkboxArea .radio,
  .cw_autoscale_sixFold .formWrap .checkboxArea .checkbox {
    margin: 0 10px 10px 0;
  }
  .cw_autoscale_sixFold .formOuterWrap {
    max-width: 550px;
  }

  /* Autonomous Campaign */
  .autonomous_campaign24 .easeFeatureFixed .rightArea{
    width: 940px !important;
  }
  .autonomous_campaign24 .easeFeatureFixed .rightArea .ease_feature_image {
    width: calc(940px / 2) !important;
  }
  /* Autonomous Campaign */
}

@media (min-width: 992px) {
  .cw_autoscale_sixFold .thankWrap {
    min-height: 571.64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 992px) {
  .tableDetailsWrapper {
    flex-wrap: wrap;
    justify-content: space-evenly !important;
  }
  .newNav .container {
    width: 750px;
  }

  .newNav .cd-morph-dropdown .nav-trigger span,
  .newNav .cd-morph-dropdown .nav-trigger span::after,
  .newNav .cd-morph-dropdown .nav-trigger span::before {
    background: #2e39bf;
  }
  .cw_autoscale_banner h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .autoscale-pg .cw_autoscale_banner p {
    padding: 0 0px 30px;
    font-size: 21px;
  }
  .cw_autoscale_banner ul li {
    padding: 0 20px;
    font-size: 16px;
  }
  .autoscale-pg h2 {
    font-size: 28px;
    line-height: 33px;
    margin: 0 0 15px;
  }

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

  .cw_autoscale_secondFold .autoscale-browser {
    position: relative;
    max-width: 60%;
    bottom: 0;
    margin-right: 40%;
    margin-top: -30%;
  }
  .cw_autoscale_secondFold {
    padding-bottom: 50px;
  }

  .cw_autoscale_thirdFold,
  .cw_autoscale_fourthFold,
  .cw_autoscale_fifthFold,
  .cw_autoscale_sixFold {
    padding: 50px 0;
  }
  .cw_autoscale_fifthFold .leftArea {
    min-width: 100%;
  }

  .autoscale-pg p {
    font-size: 14px;
  }

  .cw_autoscale_fifthFold .secondWrap {
    flex-wrap: wrap;
  }

  .cw_autoscale_fifthFold .nav-pills > li.active > a {
    height: auto;
  }

  .cw_autoscale_fifthFold .nav-pills > li > a {
    height: auto;
    text-align: center;
  }

  .cw_autoscale_fifthFold .nav-pills > li p {
    display: none;
  }

  .cw_autoscale_fifthFold .nav-pills > li.active p {
    display: block;
  }

  .cw_autoscale_fifthFold .rightArea .system-illustration {
    margin: 0 auto 40px;
  }

  .cw_autoscale_fifthFold .txtWrap {
    margin-bottom: 30px;
  }

  .cw_autoscale_fifthFold .leftArea {
    min-width: 100%;
  }

  .autoscale-pg p {
    font-size: 14px;
  }

  .cw_autoscale_fifthFold .secondWrap {
    flex-wrap: wrap;
  }

  .cw_autoscale_fifthFold .nav-pills > li.active > a {
    height: auto;
  }

  .cw_autoscale_fifthFold .nav-pills > li > a {
    height: auto;
    text-align: center;
  }

  .cw_autoscale_fifthFold .nav-pills > li p {
    display: none;
  }

  .cw_autoscale_fifthFold .nav-pills > li.active p {
    display: block;
  }

  .cw_autoscale_fifthFold .txtWrap {
    margin-bottom: 30px;
  }
  .cw_autoscale_sixFold .formOuterWrap {
    width: 100%;
  }

  .cw_autoscale_sixFold .leftArea {
    max-width: 100%;
    margin: 0 0 40px;
    padding-bottom: 35px;
  }

  .cw_autoscale_sixFold .mainwrap {
    flex-wrap: wrap;
    /* text-align: center; */
    justify-content: center;
  }

  .cw_autoscale_sixFold .formWrap .ctaWrap {
    flex: 0 0 100%;
  }

  .cw_autoscale_sixFold .rightArea {
    flex: 0 0 100%;
  }
  .autoscale-pg .glb-nfaq-wrap-new .glb-nfaq-ttl p {
    font-size: 14px;
  }

  .autoscale-pg #glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .btn {
    font-size: 16px;
  }

  .autoscale-pg #glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans,
  .autoscale-pg #glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans p {
    font-size: 14px;
  }
  .cw_autoscale_fifthFold .rightArea {
    padding: 30px 40px;
  }

  .cw_autoscale_fifthFold .rightArea h3 {
    font-size: 22px;
    line-height: 27px;
  }

  .cw_autoscale_fifthFold .tab-content .right {
    min-width: 300px;
  }

  .cw_autoscale_fifthFold .nav-pills > li {
    padding: 17px 20px;
  }

  .cw_autoscale_fifthFold .nav-pills > li h6 {
    font-size: 14px;
  }

  .cw_autoscale_fifthFold .nav-pills > li > a:before {
    bottom: -17px;
  }
  .cw_autoscale_sixFold h2 {
    margin-left: auto;
    margin-right: auto;
  }
  .technologyDiagramPopup .modal-dialog {
    width: inherit;
  }
  .cw_autoscale_banner p strong {
    width: 260px;
  }
  .ppc-nav li a,
  .ppc-nav li a:active,
  .ppc-nav li a:focus {
    font-size: 13px !important;
  }

  .ppc-nav-cta a.btn.cw-glb-btn {
    font-size: 12px !important;
  }

  .ppc-nav li {
    padding: 0 7px;
  }

  .ppc-nav-cta a.btn.cw-glb-btn {
    padding: 4px 10px !important;
  }

  .cw_autoscale_fifthFold .rightArea .testiWrap p {
    font-size: 14px;
  }

  .cw_autoscale_fifthFold .tab-content .left p {
    font-size: 14px;
  }
  .cw_autoscale_sixFold_new .rightArea {
    max-width: 100%;
  }
  .cw_autoscale_sixFold_new .formOuterWrap {
    background-position: left top;
  }
  .cw_autoscale_sixFold_new .stepThree h2 {
    font-size: 36px;
  }

  .cw_autoscale_sixFold_new .stepThree h4 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .newNav .container {
    width: 100%;
  }
  .cw_autoscale_banner ul {
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .cw_autoscale_banner ul li {
    flex-direction: column;
    flex: 0 0 100%;
    border-bottom: 1px solid rgba(18, 18, 19, 0.1);
    border-right: none;
    padding: 15px 0;
  }

  .cw_autoscale_banner ul li .image-area {
    margin: 0 0 3px;
  }

  .cw_autoscale_banner {
    padding: 150px 0 0;
  }

  .cw_autoscale_secondFold .mainwrap {
    flex-direction: column-reverse;
  }

  .cw_autoscale_secondFold #autoscaleGraph {
    bottom: auto;
    top: 25px;
  }
  .cw_autoscale_secondFold .rightArea {
    margin: 0 0 20px;
  }

  .cw_autoscale_thirdFold .secondWrap {
    flex-wrap: wrap;
    margin: 0;
  }

  .cw_autoscale_thirdFold .box {
    max-width: 100%;
    margin: 30px 0 0;
  }

  .cw_autoscale_thirdFold h4 br {
    display: none;
  }
  .cw_autoscale_sixFold .formWrap .checkboxArea .radio,
  .cw_autoscale_sixFold .formWrap .checkboxArea .checkbox {
    flex: 0 0 100%;
    margin: 0 0 10px;
  }

  .cw_autoscale_sixFold .formWrap .checkboxArea label {
    width: 100%;
  }

  .cw_autoscale_sixFold .formWrap .form-group {
    flex: 0 0 100%;
  }

  .cw_autoscale_fourthFold .mainwrap div {
    flex: 0 0 100%;
    padding: 0 0 0 !important;
  }

  .cw_autoscale_fourthFold .mainwrap a {
    justify-content: center;
  }

  .cw_autoscale_fourthFold {
    text-align: center;
  }
  .cw_autoscale_fifthFold .nav-pills {
    flex-wrap: wrap;
    border: none;
  }

  .cw_autoscale_fifthFold .nav-pills > li {
    padding: 15px 15px;
    flex: 0 0 50%;
    border-bottom: 1px solid rgba(66, 82, 110, 0.15);
  }

  .cw_autoscale_fifthFold .nav-pills > li > a:before {
    display: none;
  }
  .cw_autoscale_fifthFold .tab-content .tabInner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cw_autoscale_fifthFold .tab-content .left {
    padding: 0 0 40px;
    text-align: center;
  }
  .cw_autoscale_sixFold .formWrap .form-group label {
    text-align: left;
  }
  .cw_autoscale_banner p strong {
    display: block;
    width: auto;
    text-align: center;
  }

  .ppc-hdr-wrap nav .navbar-toggle .icon-bar {
    background: #2e39bf !important;
  }

  .ppc-hdr-wrap nav .navbar-right {
    box-shadow: 0px 4.08188px 40.8188px rgb(0 0 0 / 6%);
  }

  .cw_autoscale_fifthFold .rightArea .testiinner {
    background: #eff7ff;
    border-radius: 12px;
    margin: 0 0 15px;
  }

  .cw_autoscale_fifthFold .rightArea .testiWrap .iconWrap {
    margin: 0;
  }
  .cw_autoscale_sixFold_new .formOuterWrap {
    height: 100%;
  }

  .cw_autoscale_sixFold_new .stepTwo .form-group .checkbox {
    margin: 20px 0 0 0;
    display: block;
  }

  .autoscale-pg .cw_autoscale_sixFold_new .blueCta {
    width: 140px;
  }
  .cw_autoscale_sixFold_new .stepThree .socials i {
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
  }

  .cw_autoscale_sixFold .formWrap .form-group textarea {
    height: 130px;
  }

  .cw_autoscale_sixFold_new .stepOne .ctaWrap {
    margin: 0;
  }

  .autoscale_updated .glb-nfaq-wrap-new .glb-nfaq-ttl h2 {
    font-size: 24px;
  }
  .autoscale_updated .glb-nfaq-wrap-new .glb-nfaq-ttl p {
    font-size: 14px;
}
}

/* Pricing table | Begins */
.CROtesting {
  padding: 100px 0;
}

.prc-ftr-txt {
  max-width: 560px;
  margin: 0 auto;
}

.prc-ftr-txt h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.06em;
  text-align: center;
  color: #091e42;
}

.prc-ftr-txt h2 .higlighter {
  background: linear-gradient(
      294.4deg,
      #a154bc 31.74%,
      #583ad2 66.15%,
      #5c35ff 95.68%
    ),
    linear-gradient(0deg, #091e42, #091e42);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.06em;
}

.prc-ftr-txt p {
  color: #253858;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.03em;
  text-align: center;
}

.prc-comp-table-2-head > thead {
  transition: all 0.3s ease-in-out;
}

.prc-comp-table-2 .prc-comp-table-2-head > thead {
  /* max-width: 1100px; */
  max-width: 1284px;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 0;
  background-color: #f8f9fb;
  z-index: 9999;
}

.prc-comp-table-2-head > thead > tr > th:first-child {
  width: 440px;
}

/* New Pricing Comparison Table */

.prc-tbl-fold tbody tr td:first-child {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #253858;
  display: flex;
  justify-content: space-between;
}

.prc-tbl-fold tbody tr td:first-child a {
  padding: 0 8px;
}

.cutom_tbl_heading {
  color: #091e42 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 30px !important;
  letter-spacing: -0.72px !important;
  text-align: left !important;
}

.prc-ftr-txt + .table-responsive {
  margin-top: 60px !important;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 30px;
}

.prc-tbl-fold tbody tr {
  border-bottom: 1px solid rgba(66, 82, 110, 0.15);
}

.prc-tbl-fold tr th:first-child {
  padding-left: 0 !important;
}

.prc-tbl-fold thead tr th:first-child {
  visibility: hidden;
  width: 30%;
}

table.table.prc-tbl-fold.prc-comp-table-2-head.fixed-table-header thead {
  background-color: transparent;
}

table.table.prc-tbl-fold.prc-comp-table-2-head.fixed-table-header
  thead
  tr
  th:nth-child(1) {
  border-bottom: transparent;
  border-right: 1px solid;
}

.prc-tbl-fold thead tr th {
  margin-bottom: 40px;
}

.prc-tbl-fold tbody tr td,
.prc-tbl-fold tbody tr th {
  padding: 25px 0;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  text-align: center;
  color: #253858;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.03em;
  text-align: center;
  vertical-align: middle;
}

/* Pricing Comparision Table Version 2 */
.cw_prcCmpr_tbl_v2 .prc-ftr-txt + .table-responsive {
  margin-bottom: 0 !important;
}

.cw_prcCmpr_tbl_v2#prc-cmpr-tbl-wrap
  .table
  > thead
  > tr
  > th:not(:first-child) {
  background-color: #ececec;
}

.cw_prcCmpr_tbl_v2#prc-cmpr-tbl-wrap .table > thead > tr > th:nth-of-type(3),
.cw_prcCmpr_tbl_v2 .prc-tbl-fold tbody tr td:nth-of-type(2),
.cw_prcCmpr_tbl_v2 .prc-tbl-fold tbody tr td:last-child {
  -webkit-box-shadow: inset -4px 0 4px -2px rgba(0, 0, 0, 0.07);
  box-shadow: inset -4px 0 4px -2px rgba(0, 0, 0, 0.07);
}

.cw_prcCmpr_tbl_v2#prc-cmpr-tbl-wrap .table > thead > tr > th:last-child {
  color: #fff;
  background: #2f39bf;
  border-radius: 6px 6px 0px 0px;
  -webkit-box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.1),
    inset -4px 0 4px -2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.1),
    inset -4px 0 4px -2px rgba(0, 0, 0, 0.07);
}

.cw_prcCmpr_tbl_v2 .prc-tbl-fold tbody tr th,
.cw_prcCmpr_tbl_v2 .prc-tbl-fold tbody tr td {
  padding: 18px 0 !important;
  border-left: 0.5px solid rgba(66, 82, 110, 0.3) !important;
}

.cw_prcCmpr_tbl_v2 .prc-tbl-fold tbody tr th {
  padding-left: 40px !important;
  padding-right: 15px !important;
}

.cw_prcCmpr_tbl_v2 .prc-tbl-fold thead tr,
.cw_prcCmpr_tbl_v2 .prc-tbl-fold tbody tr {
  border-bottom: 0.5px solid rgba(66, 82, 110, 0.3) !important;
  background-color: #fff !important;
}

.cw_prcCmpr_tbl_moreFeat {
  background: rgba(66, 82, 110, 0.1);
  border-radius: 0px 0px 6px 6px;
  padding: 12px 0;
  text-align: center;
  border: 0.5px solid rgba(66, 82, 110, 0.3);
  border-top: 0 !important;
  cursor: pointer;
  margin-bottom: 40px;
  display: none;
}

.cw_prcCmpr_tbl_moreFeat span,
.cw_prcCmpr_tbl_moreFeat i {
  color: #0e134f;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}

.cw_prcCmpr_tbl_moreFeat i {
  font-size: 26px;
  margin-right: 5px;
}

.cw_prcCmpr_tbl_v2 .cw_prcCmpr_tbl_moreFeat {
  display: block;
}

.cw_prcCmpr_tbl_v2 .prc-tbl-fold tbody tr:nth-child(n + 10) {
  display: none;
}

.CROtesting .prc-comp-table-2 table thead tr th:first-child {
  border: 0;
  border-top: 0 !important;
}

.CROtesting .prc-comp-table-2 table thead tr th {
  color: #dfe1e6;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.72px;
  background: #f5f5fc;
  vertical-align: middle;
  border: 1px solid #dfe1e6;
  border-top: 1px solid #dfe1e6 !important;
  line-height: 18px;
  padding: 24px;
}

.CROtesting .prc-comp-table-2 table thead tr th:nth-child(2) {
  border-radius: 8px 0px 0px 0px;
}

.CROtesting .prc-comp-table-2 table thead tr th:last-child {
  border-radius: 0px 8px 0px 0px;
}

.CROtesting .prc-comp-table-2 table thead tr th h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.03em;
  text-align: center;
  color: #253858;
  margin: 0 0 8px;
}
.CROtesting .prc-comp-table-2 table thead tr th h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #2f39bf;
  margin: 0;
}

.CROtesting .prc-comp-table-2 table thead tr th h4 small {
  color: #2f39bf;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.04em;
  text-align: center;
}

.CROtesting .prc-comp-table-2 table thead tr th:nth-child(3) span,
.CROtesting .prc-comp-table-2 table thead tr th:nth-child(4) span,
.CROtesting .prc-comp-table-2 table thead tr th:nth-child(5) span {
  color: #5e6c84;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.36px;
}

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

.CROtesting .prc-comp-table-2 table tbody tr th {
  padding: 20px 10px 20px 30px !important;
  font-weight: 600;
  font-size: 15px;
  color: #000000;
}

.CROtesting .prc-comp-table-2 table thead tr th:nth-child(5) {
  border-right: 2px solid #dfe1e6;
}

.CROtesting .prc-comp-table-2 table thead tr th:nth-child(3) span,
.CROtesting .prc-comp-table-2 table thead tr th:nth-child(4) span,
.CROtesting .prc-comp-table-2 table thead tr th:nth-child(3) span,
.CROtesting .prc-comp-table-2 table thead tr th:nth-child(5) span {
  color: #a5adba;
  font-size: 10px;
  line-height: 12px;
  display: block;
  margin: 3px 0 0;
}

.CROtesting .prc-comp-table-2 table thead tr th:nth-child(3) br,
.CROtesting .prc-comp-table-2 table thead tr th:nth-child(4) br,
.CROtesting .prc-comp-table-2 table thead tr th:nth-child(3) br,
.CROtesting .prc-comp-table-2 table thead tr th:nth-child(5) br {
  display: none;
}

table.table.prc-tbl-fold.prc-comp-table-2-head.fixed-table-header thead tr th {
  padding: 24px 22px;
}

.CROtesting .pricingCtaContainer {
  display: flex;
  align-items: center;
  padding: 20px 80px;
  border-radius: 12px;
  border: 1px solid #dfe1e6;
  background: #fcfcfc;
}

.CROtesting .pricingCtaContainer h3 {
  margin: 0;
  color: #253858;
  font-size: 18px;
  font-weight: 600;
}

.CROtesting .pricingCtaContainer .priHeroCtaBtn {
  margin-left: auto;
}

.CROtesting .pricingCtaFullWidth {
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.table-responsive {
  position: relative;
}

.prc-comp-table-2 .prc-comp-table-2-head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
}

.prc-comp-table-2 .prc-comp-table-2-head > tbody {
  opacity: 0;
  visibility: hidden;
  display: none;
}

table.table.prc-tbl-fold.prc-comp-table-2-head.fixed-table-header {
  position: fixed;
  top: 0;
  opacity: 1;
  left: 0;
  right: 0;
  max-width: 1268px;
  margin: 0 auto;
}

.prc-tbl-fold tbody tr td svg {
  position: relative;
  top: 3px;
}

/*  Responsive Mode  */
@media (max-width: 992px) {
  .signup_form_card {
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .signup_form_card .form_content {
    margin-bottom: 30px;
  }
  .prc-ftr-txt h2 {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -1px;
  }

  .CROtesting {
    padding: 60px 0;
  }

  .prc-ftr-txt p {
    font-size: 16px;
  }

  .CROtesting .pricingCtaContainer {
    padding: 20px 20px;
  }
  .prc-comp-table-2 .prc-comp-table-2-head {
    display: none;
  }

  .CROtesting .prc-comp-table-2 table thead tr th:nth-child(2)::after {
    display: none;
  }

  section#prc-cmpr-tbl-wrap .table-responsive {
    border: none;
  }
}

@media (max-width: 767px) {
  .CROtesting .pricingCtaContainer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .CROtesting .pricingCtaContainer h3 {
    text-align: center;
    width: 100%;
  }

  .CROtesting .pricingCtaContainer .priHeroCtaBtn {
    margin: 14px auto 0;
  }
}

/* Pricing table | Ends */

/* Pricing Details | Begins */
.tableDetailsWrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 40px 0 0;
}

.tableDetails {
  padding: 23px 0;
}
.tableDetailsWrapper .tableDetails:first-child::after,
.tableDetailsWrapper .tableDetails:nth-child(2)::after,
.tableDetailsWrapper .tableDetails:nth-child(3):after {
  content: "";
  position: absolute;
  top: 24px;
  height: 24px;
  border-right: 1px solid #dfe1e6;
}

.tableDetailsWrapper .tableDetails:first-child::after {
  left: 19%;
}
.tableDetailsWrapper .tableDetails:nth-child(2)::after {
  left: 50%;
}

.tableDetailsWrapper .tableDetails:nth-child(3):after {
  left: 76%;
}

.tableDetailsWrapper .tableDetails:first-child p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #253858;
}

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

/* Pricing Details | Ends */

/* Signup form Card | Begins */

.signup_form_card {
  padding: 32px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(https://www.cloudways.com/wp-content/uploads/2023/11/signup-form-bg.png)
    no-repeat center;
  background-size: cover;
  margin-top: 40px;
  border-radius: 10px;
  border: 1px solid rgba(94, 108, 132, 0.13);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}

.signup_form_card .form_content {
  max-width: 382px;
}

.signup_form_card .form_content h4 {
  font-size: 30px;
  font-weight: 800;
  line-height: 33px;
  letter-spacing: -0.05em;
  color: #091e42;
}

.signup_form_card .form_content h4 .higlighter {
  background: linear-gradient(
      294.4deg,
      #a154bc 31.74%,
      #583ad2 66.15%,
      #5c35ff 95.68%
    ),
    linear-gradient(0deg, #091e42, #091e42);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-weight: 800;
  line-height: 33px;
  letter-spacing: -0.05em;
}
.signup_form_card .signup_form {
  display: flex;
}

.signup_form_card .form-group input {
  height: 48px;
  border: 1px solid #c1c7d0;
  width: 394px;
  padding: 12px;
  margin-right: 8px;
}

.signup_form_card .ctaWrap a {
  background-color: #2f39bf;
  color: #fff;
  padding: 14px 16px;
  border-radius: 4px;
  border: 0;
}
.signup_form_card .form_wrap {
  display: flex;
  align-items: center;
}
.signup_form_card .form_wrap img {
  width: 50px;
}
.signup_form_card .form_wrap h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: -0.05em;
  color: #091e42;
  margin: 0 8px;
}
.signup_form_card .form_wrap p {
  font-size: 30px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: -0.05em;
  color: #091e42;
}

/* Signup form Card | Begins */

/* tooltip   */

.popover {
  padding: 30px 20px;
  border-radius: 10px !important;
  background: #fff;
  border: none;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  width: 260px;
}

.popover.top > .arrow {
  border-top-color: #fff;
}
.supp_scp_ttl1 p,
.supp_scp_ttl2 p {
  color: #5e6c84;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
}
.wpcf7-spinner {
  display: none !important;
}

/* end body  */

.table-scroll {
  position: relative;
  overflow: hidden;
}

.table-wrap {
  width: 100%;
  overflow: auto;
}
.table-scroll table {
  width: 100%;
  margin: auto;
}
.table-scroll th,
.table-scroll td {
  padding: 5px 10px;
  background: #fff;

  white-space: nowrap;
  vertical-align: top;
}
.table-scroll thead,
.table-scroll tfoot {
  background: #f9f9f9;
}

.clone.prc-tbl-fold tbody tr td,
.clone.prc-tbl-fold tbody tr th {
  border-right: 0;
  border-bottom: 0px;
  border-left: 0px;
}
/* .clone {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
} */
.clone th,
.clone td {
  visibility: hidden;
}
.clone td,
.clone th {
  border-color: transparent;
}
.clone tbody th {
  visibility: visible;
  color: red;
}
.clone .fixed-side {
  border-bottom: 1px solid #dedede;
  visibility: visible;
}
.clone thead,
.clone tfoot {
  background: transparent;
}

.prc-tbl-fold tbody tr:first-child td {
  color: #dfe1e6;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.72px;
  background: #f5f5fc;
  vertical-align: middle;
  border: 1px solid #dfe1e6;
  border-top: 1px solid #dfe1e6 !important;
  line-height: 18px;
  padding: 24px;
}

.CROtesting .prc-comp-table-2 table tbody tr:first-child td {
  color: #dfe1e6;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.72px;
  background: #f5f5fc;
  vertical-align: middle;
  border: 1px solid #dfe1e6;
  border-top: 1px solid #dfe1e6 !important;
  line-height: 18px;
  padding: 24px;
}

.CROtesting .prc-comp-table-2 table tbody tr:first-child td h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.03em;
  text-align: center;
  color: #253858;
  margin: 0 0 8px;
}

.CROtesting .prc-comp-table-2 table tbody tr:first-child td h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #2f39bf;
  margin: 0;
}

.CROtesting .prc-comp-table-2 table tbody tr td h4 small {
  color: #2f39bf;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.04em;
  text-align: center;
}

.CROtesting .prc-comp-table-2 table tbody tr:first-child td:first-child {
  border: unset;
  border-top: 0px solid transparent !important;
  background: #ffffff;
}

.CROtesting .clone.table tbody tr:first-child td {
  border: 0;
}
.autonomousCampaign .cw_autoscale_banner .tag {
  display: flex;
  flex-wrap: nowrap;
  padding: 12px 34px;
  max-width: max-content;
  justify-content: center;
  margin: 0 auto 24px;
  align-items: center;
  gap: 12px;
  border-radius: 60px;
  border: 3px solid rgba(223, 223, 255, 0);
  background: linear-gradient(
    90deg,
    rgba(245, 243, 255, 0.7) 0%,
    rgba(255, 255, 255, 0) 100%
  );

  box-shadow: 0px 4px 24px 0px #e7e3ff;
  position: relative;
}
.autonomousCampaign.autonomous_autoscale_v2 .cw_autoscale_banner .tag {
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.autonomousCampaign .cw_autoscale_banner .tag svg{
  position: absolute;
    top: -4px;
    right: 40px;
}
.autonomousCampaign .ppc-nav li {
  padding: 0 10px;
}
.autonomousCampaign .ppc-nav li a,
.autonomousCampaign .autonomousCampaign .ppc-nav li a:active,
.autonomousCampaign .ppc-nav li a:focus {
  font-size: 14px;
}

.autonomousCampaign
  .autoscale_updated
  .autoscale-pg
  .cw_autoscale_banner
  .tag
  p {
  color: var(--Neutrals-100, #091e42);
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  letter-spacing: -0.96px;
  margin: 0;
  white-space: nowrap;
}

.autonomousCampaign .autoscale_updated .cw_autoscale_banner {
  position: relative;
  padding-top: 160px;
  z-index: 1;
  background: none;
}

.autonomousCampaign .autonomousLpBg {
  position: relative;
}
.autonomousCampaign .autoscale_updated .autonomousLpBg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/autonomous/autonomous-lp-bg.webp) no-repeat top
    center #fff;
  background-size: cover;
  opacity: 0.4;
}

.autonomousCampaign .autoscale_updated .autonomousLpBg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;

  /* CSS gradient */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
}

.autonomousCampaign .support_uplift .support_cards_section {
  position: relative;
  z-index: 1;
}

.autonomousCampaign .support_cards_section {
  position: relative;
}
.autonomousCampaign .autoscale_updated .cw_autoscale_banner .company_logos {
  padding-bottom: 30px;
}
.autonomousCampaign .autoscale_updated .cw_autoscale_banner h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2.8px;
  color: #091e42;
  text-align: center;
  margin-bottom: 24px;
}

.autonomousCampaign .autoscale_updated .autoscale-pg .cw_autoscale_banner p {
  color: #253858;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
  max-width: 600px;
  margin: 0 auto 48px;
  padding: 0px;
}

.autonomousCampaign
  .autoscale_updated.support_uplift
  .support_cards_section
  .support_cards_wrapper
  .support_card {
  position: relative;
  background: transparent !important;
  border-radius: 12px;
  border: 3px solid rgba(218, 217, 255, 0.2);
  overflow: hidden;
}

.autonomousCampaign
  .autoscale_updated.support_uplift
  .support_cards_section
  .support_cards_wrapper
  .support_card
  p,
.autonomousCampaign
  .autoscale_updated.support_uplift
  .support_cards_section
  .support_cards_wrapper
  .support_card
  h3,
.autonomousCampaign
  .autoscale_updated.support_uplift
  .support_cards_section
  .support_cards_wrapper
  .support_card
  svg {
  position: relative;
  z-index: 1;
}

.autonomousCampaign
  .autoscale_updated.support_uplift
  .support_cards_section
  .support_cards_wrapper
  .support_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/autonomous/autonomous-lp-bg.webp) no-repeat top
    center #fff;
  background-size: cover;
  opacity: 0.2;
}

.autonomousCampaign
  .autoscale_updated.support_uplift
  .support_cards_section
  .support_cards_wrapper
  .support_card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;

  /* CSS gradient */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

.autonomousCampaign
  .autoscale_updated.support_uplift
  .support_cards_section
  .support_cards_wrapper
  .support_card
  svg {
  max-width: 100%;
}

.autonomousCampaign .autoscale_updated #customAccordian .panel-title a {
  color: #091e42;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
  position: relative;
  display: block;
  padding-right: 35px;
}

.autonomousCampaign .autoscale_updated .glb-nfaq-wrap-new .glb-nfaq-ttl {
  max-width: 850px;
  margin: 0 auto 80px;
}

.autonomousCampaign .autoscale_updated .autoscale_pricing {
  padding: 100px 0px;
  position: relative;
  background: url(../../img/autonomous/autonomous-campaign-pricing-bg.webp)
    no-repeat center center #090235;
  background-size: cover;
}

.autonomousCampaign .pricing_card_wrapper {
  padding: 0 15px;
  max-width: 85%;
  margin: 0 auto;
}

.autonomousCampaign .autoscale_updated .pricing_inner_card {
  border-radius: 12px;
  border: 1.5px solid rgba(255, 255, 255, 0.23);
  background: linear-gradient(
    180deg,
    #1b1050 -8.39%,
    rgba(67, 56, 117, 0) 100%
  );
  padding: 36px 24px;
}
.autonomousCampaign.autonomous_autoscale_v2 .pricing_inner_card.free_trial{
  border-radius: 12px !important;
border: 1.5px solid  #705AFE !important;
background: linear-gradient(180deg, #FCF9FF 0%, #FFF 100%) !important;
position: relative;
}
.autonomousCampaign.autonomous_autoscale_v2 .pricing_inner_card.free_trial .free_trial_tag{
position: absolute;
border-radius: 50px;
border: 2px solid #FFF;
background: linear-gradient(129deg, #705AFE -9.82%, #CA7CFB 107.85%);
display: flex;
/* width: 128px; */
width: fit-content;
height: 24px;
padding: 13px 16px;
justify-content: center;
align-items: center;
gap: 10px;
/* flex-shrink: 0; */
top: -15px;
    right: 35px;
}

.pt_pages .autoscale_updated .easeOfUseTutorialsWrap .tabsWrap .tabsNavWrap ul li a{
  font-size: 14px;
}

.autonomousCampaign.autonomous_autoscale_v2 .pricing_inner_card.free_trial .free_trial_tag p {
  color: #fff !important;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 12px */
letter-spacing: -0.36px;
margin: 0;
}
.autonomousCampaign .autoscale_updated .pricing_plan {
  color: var(--Base-Silver, #fcfcfc);
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  margin-bottom: 8px !important;
}

.autonomousCampaign .autoscale_updated .pricing_rate_cut {
  color: var(--Base-Silver, #fcfcfc);
  font-size: 15px;
  font-weight: 400;
  text-decoration-line: line-through;
  opacity: 0.6;
  margin: 0;
}

.autonomousCampaign .autoscale_updated .pricing_description {
  color: var(--Base-Silver, #fcfcfc) !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 22px;
  margin: 0px !important;
  margin-bottom: 20px !important;
}

.autonomousCampaign .autoscale_updated .pricing_rate {
  font-size: 32px;
  line-height: 30px;
  font-weight: 700;
  background: var(
    --Linear-Gold,
    linear-gradient(82deg, #c583e0 0%, #ffbc7d 20%, #fff 30%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: flex-end;
}

.autonomousCampaign .autoscale_updated .pricing_rate span {
  color: #253858;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  --webkit-text-fill-color: var(--Base-Silver, #fcfcfc);
}

.autonomousCampaign .autoscale_updated .pricing_features {
  list-style: none;
}

.autonomousCampaign .autoscale_updated .pricing_features li {
  color: #fcfcfc;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 18px;
}

.autonomousCampaign .autoscale_updated .price_card_btn {
  width: 100%;
  position: relative;
  transition: 0.5s;
  border-color: #fff;
  color: #fff;
}

.autonomousCampaign .autoscale_updated .price_card_btn:hover svg {
  right: 76px;
}

.autonomousCampaign .autoscale_updated .price_card_btn svg {
  position: absolute;
  right: 80px;
  bottom: 12px;
  transition: all 0.3s;
}

.autonomousCampaign .autoscale_updated .price_card_btn svg path {
  fill: #fff;
}

.autonomousCampaign .autoscale_updated .autoscale_pricing .headerText {
  max-width: 620px;
  margin: 0 auto 40px;
}

.autonomousCampaign .autoscale_updated .autoscale_pricing .headerText h2 {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 16px;
  color: var(--Base-Silver, #fcfcfc);
}

.autonomousCampaign .autoscale_updated .autoscale_pricing .headerText p {
  color: var(--Base-Silver, #fcfcfc);
}

.autonomousCampaign .autoscale_updated .additonal_information_pricing_wrapper {
  border-radius: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.06);
  margin-top: 20px;
}

.autonomousCampaign .autoscale_updated .additonal_information_pricing {
  display: flex;
  align-items: unset;
  gap: 20px;
}

.autonomousCampaign .autoscale_updated .info_price_heading,
.autonomousCampaign .autoscale_updated .info_price_detail {
  flex: 1;
  text-align: center;
}

.autonomousCampaign
  .autoscale_updated
  .additonal_information_pricing
  .info_price_detail::after {
  left: -10px;
  height: auto;
}

.autonomousCampaign .autoscale_updated .info_price_heading p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.48px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.autonomousCampaign .autoscale_updated .info_price_detail p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.48px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.autonomousCampaign .autoscale_updated .pricingCampaignOffer {
  max-width: max-content;
  margin: 0 auto 56px;
  display: block;
}

.autonomousCampaign .autoscale_updated .autoscale_pricing .offerValidity p {
  margin-top: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
}

.autonomousCampaign
  .autoscale_updated
  .primaryBtn_outline.price_card_btn:hover {
  background: #fff;
  color: #091e42;
}
.autonomousCampaign
  .autoscale_updated
  .primaryBtn_outline.price_card_btn:hover
  svg
  path {
  fill: #091e42;
}

.autonomousCampaign
  .autoscale_updated
  .autoscale_pricing
  .owl-item:not(.active) {
  opacity: 0.4;
  filter: blur(1.5px);
}

.autonomousCampaign .autoscale_updated #glb-nfaq-wrap {
  padding: 100px 0 120px;
  background: var(--Neutrals-01, #fcfcfc);
}

/* Autoscale Video Fold | Starts */
.autonomousCampaign .autonomousVideoFold{
  padding: 80px 0;
}
.autonomousCampaign .autonomousVideoFold .headerText{
  max-width: 662px;
}
.autonomousCampaign .autonomousVideoFold .videoWrapper{
  display: flex;
  justify-content: space-between;
  align-items: initial;
  gap: 24px;
}
.autonomousCampaign .autonomousVideoFold .videoWrapper .leftContent{ 
  max-width: 70%;
  flex: 1;
}
.autonomousCampaign .autonomousVideoFold .videoWrapper .right-content{
max-width: 30%;
padding: 30px;
background: url(https://www.cloudways.com/wp-content/uploads/2024/10/purple_bg_testimonial.png)no-repeat;
background-size: 100% 100%;
}
.autonomousVideoFold.autoscalingWPSec::after{
content: unset;
}
.autonomousVideoFold.autoscalingWPSec{
  background: none;
}
.autonomousVideoFold.autoscalingWPSec .videoWrapper.autoscalingWPWrapper .right-content::before{
  content: unset;
}
.autonomousVideoFold.autoscalingWPSec::before{
  content: unset;
}
.autonomousVideoFold .videoWrapper .right-content .support_cards_section{
  padding: 0;
}
.autonomousVideoFold .videoWrapper .right-content .support_cards_section img{
  margin-bottom: 0;
}
.autonomousCampaign .autonomousVideoFold .videoWrapper .leftContent .leftVideoAutonomous{
  position: relative;
  height: 100%;
}
.autonomousCampaign .autonomousVideoFold .videoWrapper .leftContent .leftVideoAutonomous a{
  position: absolute;
  left: 30px;
  top: 30px;
}
.autonomousCampaign .autonomousVideoFold .videoWrapper .leftContent .leftVideoAutonomous video{
  width: 100%;
  height: 100%;
  max-height: 488px;
  border-radius: 12px;
  vertical-align: bottom;
}
.autonomousCampaign .autoscalingWPSec .ecommerce_v1 .support_cards_section .support-carousel .owl-dots{
  margin-top: 30px;
}
.autonomousCampaign .autonomousVideoFold .videoWrapper .leftContent .leftVideoAutonomous video.case_study_video{
  object-position: left;
  object-fit: cover;
}
.autonomousCampaign.autonomous_autoscale_v2 .support_cards_section .support-carousel h4{
  /* font-size: 14px !important; */
  color:  #5E6C84;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
}
/* Autoscale Video Fold | Ends */

@media (max-width: 1200px) {
  .autonomousCampaign
    .autoscale_updated.support_uplift
    .support_cards_section
    .support_cards_wrapper {
    flex-wrap: nowrap;
    gap: 15px;
  }
  .autonomousCampaign
    .autoscale_updated.support_uplift
    .support_cards_section
    .support_cards_wrapper
    .support_card {
    padding: 20px;
    margin: 0;
  }
}

@media (max-width: 992px) {
  .autonomousCampaign .ppc-nav .large {
    display: none;
  }
  .autonomousCampaign .autoscale_updated .cw_autoscale_banner {
    padding-top: 90px;
  }
  .autonomousCampaign .autoscale_updated .cw_autoscale_banner h1 {
    font-size: 32px;
    letter-spacing: -1px;
    margin-bottom: 10px;
  }
  .autonomousCampaign .autoscale_updated .autoscale-pg .cw_autoscale_banner p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .autonomousCampaign
    .autoscale_updated.support_uplift
    .support_cards_section
    .support_cards_wrapper {
    flex-wrap: wrap;
  }
  .autonomousCampaign .autoscale_updated #glb-nfaq-wrap {
    padding: 60px 0;
  }
  .autonomousCampaign .autoscale_updated .autoscale_pricing {
    padding: 60px 0;
  }
  .autonomousCampaign
    .autoscale_updated
    .additonal_information_pricing
    .info_price_detail::after {
    content: "";
  }
  .autonomousCampaign
    .autoscale_updated
    .additonal_information_pricing
    .info_price_detail
    p:before {
    display: none;
  }
  .autonomousCampaign .autoscale_updated .info_price_heading p,
  .autonomousCampaign .autoscale_updated .info_price_detail p {
    font-size: 12px;
    line-height: 16px;
  }
  .autonomousCampaign .autonomousVideoFold .videoWrapper{
    flex-wrap: wrap;
  }
  .autonomousCampaign .autonomousVideoFold .videoWrapper .leftContent{
    max-width: 100%;
  }
  .autonomousCampaign .autonomousVideoFold .videoWrapper .right-content{
    max-width: 100%;
    margin-top: 0px;
  }

  .autoscale_updated.support_uplift .autonomousVideoFold .support_cards_section .support-carousel h4{
    padding: 0;
  }
  .customModal.g2-uplift-modal .cw_fmp_sliderShadow
{
  position: unset;

}
.autonomousCampaign.autonomous_autoscale_v2 .videoBox .videoBtnWrap{
  padding: 20px;
}

.autonomousCampaign.autonomous_autoscale_v2 .videoBox{
  padding: 0;
}
.autonomousCampaign.autonomous_autoscale_v2 .videoBox .videoBtnWrap{
  width: 100%;
}
.autonomousCampaign.autonomous_autoscale_v2 .videoBox .videoBtnWrap .playBtn .playBtnWrap::after{
  top: 30px;
    left: 30px;
}
.autonomousCampaign.autonomous_autoscale_v2 .videoBox .videoBtnWrap .playBtn .playBtnWrap::before{
  top: 30px;
    left: 30px; 
}
}
@media (max-width: 767px) {
  .autonomousCampaign
    .autoscale_updated.support_uplift
    .support_cards_section
    .support_cards_wrapper
    .support_card
    svg {
    max-height: 200px;
  }
  .autonomousCampaign .cw_autoscale_banner .tag {
    padding: 8px 15px;
  }
  .autonomousCampaign .cw_autoscale_banner .tag img {
    max-width: 24px;
  }
  .autonomousCampaign
    .autoscale_updated
    .autoscale-pg
    .cw_autoscale_banner
    .tag
    p {
    font-size: 18px;
  }
  .autonomousCampaign.autonomous_autoscale_v2 .support_cards_section svg {
    margin: 0 !important;
  }
  .autonomousCampaign.autonomous_autoscale_v2 .videoBox .videoBtnWra{
    padding: 20px;
  }
  .autonomousCampaign.autonomous_autoscale_v2 .videoBox .embed-responsive.embed-responsive-16by9{
    height: 300px;
  }
  .autonomousCampaign.autonomous_autoscale_v2 .support_cards_section .support-carousel h4{
    font-size: 18px !important;
  }
}

@media (max-width: 500px) {
  .autonomousCampaign .autoscale_updated .cw_autoscale_banner .herofold_cta {
    flex-direction: column;
    gap: 10px;
  }
  .autonomousCampaign .autoscale_updated .cw_autoscale_banner .herofold_cta a {
    width: 100%;
  }
  .autonomousCampaign .autoscale_updated .additonal_information_pricing {
    flex-direction: column;
    max-width: max-content;
    margin: 0 auto;
  }
  .autonomousCampaign
    .autoscale_updated
    .additonal_information_pricing
    .info_price_detail::after {
    content: "•";
    width: auto;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
  }
  .autonomousCampaign .autoscale_updated .info_price_heading,
  .autonomousCampaign .autoscale_updated .info_price_detail {
    max-width: max-content;
    padding-left: 10px;
  }
  .autonomousCampaign.autonomous_autoscale_v2 .videoBox .videoBtnWra{
    padding: 20px;
  }
  .autonomousCampaign.autonomous_autoscale_v2 .videoBox .embed-responsive.embed-responsive-16by9{
    height: 300px;
  }
  .autonomousCampaign.autonomous_autoscale_v2 .videoBox .videoBtnWrap {
    padding: 20px;
  }
  .autonomousCampaign.autonomous_autoscale_v2 .videoBox .videoBtnWrap .textWrap h3{
    padding-bottom:22px ;
  }

  .autonomousCampaign.autonomous_autoscale_v2 .videoBox .videoBtnWrap .playBtn .playBtnWrap::before{
    top: 29px;
    left: 31px;
  }
  .autonomousCampaign.autonomous_autoscale_v2 .videoBox .videoBtnWrap .playBtn .playBtnWrap::after{
    top: 29px;
    left: 31px;
  }
 
}
/* Autoscale Video Fold | Starts */
.autonomousCampaign .autonomousVideoFold{
  padding: 80px 0;
}
.autonomousCampaign .autonomousVideoFold .headerText{
  max-width: 662px;
}
.autonomousCampaign .autonomousVideoFold .videoWrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;

}
.autonomousCampaign .autonomousVideoFold .videoWrapper .leftContent{ 
  /* background:#091E42; */
  max-width: 70%;
  flex: 1;
  /* padding: 40px; */
}
.autonomousCampaign .autonomousVideoFold .videoWrapper .right-content{
max-width: 30%;
padding: 30px;
background: url(https://www.cloudways.com/wp-content/uploads/2024/10/purple_bg_testimonial.png)no-repeat;
background-size: 100% 100%;
}
.autonomousVideoFold.autoscalingWPSec::after{
content: unset;
}
.autonomousVideoFold.autoscalingWPSec{
  background: none;
}
.autonomousVideoFold.autoscalingWPSec .videoWrapper.autoscalingWPWrapper .right-content::before{
  content: unset;
}
.autonomousVideoFold.autoscalingWPSec::before{
  content: unset;
}
.autonomousVideoFold .videoWrapper .right-content .support_cards_section{
  padding: 0;
}
.autonomousVideoFold .videoWrapper .right-content .support_cards_section img{
  margin-bottom: 0;
}
.autonomousCampaign .autonomousVideoFold .videoWrapper .leftContent .leftVideoAutonomous{
  position: relative;
}
.autonomousCampaign .autonomousVideoFold .videoWrapper .leftContent .leftVideoAutonomous a{
  position: absolute;
  left: 30px;
  top: 30px;
}
.autonomousCampaign .autonomousVideoFold .videoWrapper .leftContent .leftVideoAutonomous video{
  width: 100%;
}
/* Autoscale Video Fold | Ends */
