/**
 * @tableofcontents
 *
 * @General CSS
 * @Hero Fold
 * @Slider Fold
 * @Buttons
 */

/*Fonts Add*/
@font-face {
  font-family: "Pretendard";
  src: url("/wp-content/themes/cw_multilingual/template/assets/fonts/pretendard/Pretendard-ExtraBold.woff2")
      format("woff2"),
    url("/wp-content/themes/cw_multilingual/template/assets/fonts/pretendard/Pretendard-ExtraBold.woff")
      format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("/wp-content/themes/cw_multilingual/template/assets/fonts/pretendard/Pretendard-Black.woff2")
      format("woff2"),
    url("/wp-content/themes/cw_multilingual/template/assets/fonts/pretendard/Pretendard-Black.woff")
      format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("/wp-content/themes/cw_multilingual/template/assets/fonts/pretendard/Pretendard-Bold.woff2")
      format("woff2"),
    url("/wp-content/themes/cw_multilingual/template/assets/fonts/pretendard/Pretendard-Bold.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("/wp-content/themes/cw_multilingual/template/assets/fonts/pretendard/Pretendard-ExtraLight.woff2")
      format("woff2"),
    url("/wp-content/themes/cw_multilingual/template/assets/fonts/pretendard/Pretendard-ExtraLight.woff")
      format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("/wp-content/themes/cw_multilingual/template/assets/fonts/pretendard/Pretendard-Light.woff2")
      format("woff2"),
    url("/wp-content/themes/cw_multilingual/template/assets/fonts/pretendard/Pretendard-Light.woff")
      format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("/wp-content/themes/cw_multilingual/template/assets/fonts/pretendard/Pretendard-Medium.woff2")
      format("woff2"),
    url("/wp-content/themes/cw_multilingual/template/assets/fonts/pretendard/Pretendard-Medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("/wp-content/themes/cw_multilingual/template/assets/fonts/pretendard/Pretendard-Regular.woff2")
      format("woff2"),
    url("/wp-content/themes/cw_multilingual/template/assets/fonts/pretendard/Pretendard-Regular.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("/wp-content/themes/cw_multilingual/template/assets/fonts/pretendard/Pretendard-SemiBold.woff2")
      format("woff2"),
    url("/wp-content/themes/cw_multilingual/template/assets/fonts/pretendard/Pretendard-SemiBold.woff")
      format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("/wp-content/themes/cw_multilingual/template/assets/fonts/pretendard/Pretendard-Thin.woff2")
      format("woff2"),
    url("/wp-content/themes/cw_multilingual/template/assets/fonts/pretendard/Pretendard-Thin.woff")
      format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/**/
/* @General CSS Start*/
.affilitePages h1,
.affilitePages h2,
.affilitePages h3,
.affilitePages h4,
.affilitePages h5,
.affilitePages h6,
.affilitePages p,
.affilitePages span:not(.fa),
.affilitePages a,
.affilitePages a del,
.affilitePages strong,
.affilitePages li,
.affilitePages p b {
  font-family: "Pretendard";
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}

@keyframes ommOfferColor {
  0% {
    opacity: 1;
  }

  49% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }

  99% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

/* Navigation*/
.affilitePages .ppc-nav li a,
.affilitePages .ppc-nav li a:active,
.affilitePages .ppc-nav li a:focus,
.affilitePages .ppc-nav li a:hover {
  color: #0c0c0d;
  font-size: 16px;
}

.affilitePages .ppc-nav-cta a,
.affilitePages .ppc-nav-cta a:hover,
.affilitePages .ppc-nav-cta a:focus,
.affilitePages .ppc-nav-cta a:active {
  line-height: initial;
  padding: 8px 17px !important;
  border-radius: 54px !important;
  font-weight: 400;
  font-size: 14px !important;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  position: relative;
}

.orangeTheme .ppc-nav-cta a,
.orangeTheme .ppc-nav-cta a:hover,
.orangeTheme .ppc-nav-cta a:focus,
.orangeTheme .ppc-nav-cta a:active {
  background: linear-gradient(90deg, #ffac33 0%, #f88300 109.36%) !important;
  border-color: transparent !important;
}

.orangeTheme .ppc-nav-cta a:before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 54px;
  transition: all 0.3s ease;
  opacity: 0;
}

.orangeTheme .ppc-nav-cta a:hover,
.orangeTheme .ppc-nav-cta a:focus,
.orangeTheme .ppc-nav-cta a:active {
  color: #ffac33 !important;
}

.orangeTheme .ppc-nav-cta a:hover:before {
  opacity: 1;
}

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

.affilitePages p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: rgba(12, 12, 13, 0.8);
}
.affilitePages p:last-child {
  margin: 0;
}

.affilitePages p a {
  line-height: 150%;
  letter-spacing: -0.03em;
  color: rgba(12, 12, 13, 0.8);
  font-size: 18px;
}

/* @General CSS END*/

/* @Hero Fold Start*/
.affiliate_hero_section {
  padding: 155px 0 80px;
}

.orangeTheme .discount-sec {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/05/discount_sec_bg.png)
    no-repeat;
  background-size: cover;
  background-position: center;
}

.orangeTheme .affiliate_hero_section {
  background-image: url(https://www.cloudways.com/wp-content/uploads/2023/05/Group-48443.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.hero_wrapper {
  max-width: 865px;
  margin: 0 auto;
}

.recomended {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.affiliate_hero_section h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: rgba(0, 0, 0, 0.8);
}

.affiliate_hero_section h1 {
  font-weight: 900;
  font-size: 64px;
  line-height: 77px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #0c0c0d;
  margin-bottom: 16px;
}

.affiliate_hero_section h1 span {
  display: block;
}

.orangeTheme .affiliate_hero_section h1 span {
  background: linear-gradient(90deg, #ffac33 0%, #f88300 109.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.affiliate_hero_section p {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #0c0c0d;
  margin-bottom: 40px;
}

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

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

.affiliate_hero_section li:last-child {
  border: none;
}

.affiliate_hero_section .image-area {
  margin: 0 10px 0 0;
}

.affiliate_hero_section .coupon_note {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: rgba(12, 12, 13, 0.8);
  margin: 16px 0 0 !important;
}

/* @Hero Fold END*/

/* @Slider Start*/
#myCarousel_bnchMark2 {
  display: flex;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}

.slide_wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.slide_content {
  max-width: 486px;
}

.slide_image {
  position: relative;
  z-index: 1;
}

.slide_image:before {
  content: "";
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/Ellipse_1381.png)
    no-repeat;
  position: absolute;
  left: -60px;
  top: 0;
  width: 353px;
  height: 396px;
  z-index: -1;
}

.slide_content h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: -0.03em;
  color: #0c0c0d;
  margin: 0 0 16px;
}

.slide_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.03em;
  color: rgba(12, 12, 13, 0.8);
  margin-bottom: 20px;
}

.slide_content ul {
  list-style: none;
  /* padding: 0; */
}

.slide_content li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.03em;
  color: rgba(12, 12, 13, 0.8);
}

.slide_content li::before {
  content: "\f00c";
  color: #ffac33;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: -39px;
  top: 9px;
}

#myCarousel_bnchMark2 div.slide_content ul li {
  width: 100%;
  height: unset;
  background: transparent;
  border: 0 !important;
  box-shadow: none !important;
}

.play_icon {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  bottom: 50%;
  cursor: pointer;
}

.affilitePages #myCarousel_bnchMark2 .carousel-indicators {
  width: 10% !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 !important;
  position: absolute;
  left: auto !important;
  right: -110px;
  top: 40%;
}

.affilitePages #myCarousel_bnchMark2 li {
  background: transparent;
  border: 1px solid #fdd19a !important;
  box-shadow: none !important;
  margin-top: 3px;
}

.affilitePages #myCarousel_bnchMark2 li.active {
  background: #fdd19a;
}

/* @Slider END*/

/* Pricing Fold Start*/
.cwPricing6Sec .cwPricing6NavWrap li {
  flex: 1;
}

.pricing_wrapper {
  background: rgba(255, 252, 248, 0.9);
  padding: 100px 0px;
}

.pricing_content {
  max-width: 635px;
  text-align: center;
  margin: 0 auto;
}

.affilitePages h2 {
  font-weight: 700 !important;
  font-size: 36px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #0c0c0d !important;
  margin-bottom: 24px;
  line-height: 120%;
}

.orangeTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li.active
  a {
  background: linear-gradient(90deg, #ffac33 0%, #f88300 109.36%) !important;
  border-radius: 48px !important;
  color: white !important;
  border: none;
}

.affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li
  a {
  border-radius: 48px !important;
  border: none;
  color: rgba(12, 12, 13, 0.8);
  font-weight: 400;
  padding: 5px 22px;
  margin: 0;
}

.affilitePages .cwPricing6Sec .cwPricing6NavWrap ul {
  max-width: 100%;
  margin: 0 auto;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.affilitePages .cwPricing6Sec .cwPricing6NavWrap li {
  flex: auto;
  float: initial;
  width: 32.33%;
  margin: 0 3px;
  background: #fff;
}

.affilitePages .cwPricing6Sec .cwPricing6NavWrap li a {
  width: auto;
}

.affilitePages .cwPricing6Sec .cwPricing6NavWrap .nav > li > a:focus,
.affilitePages .cwPricing6Sec .cwPricing6NavWrap .nav > li > a:hover {
  background: #fff;
}

.affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul {
  border: 0.5px solid rgba(66, 82, 110, 0.18);
  display: inline-block;
  border-radius: 48px;
}

.affilitePages .cwPricing6Sec .cwPricing6ContentWrap .pricing6StanPremTabNav {
  text-align: center;
}

.affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li
  a:hover {
  background: transparent;
}

.affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > thead
  > tr
  > th,
.affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td,
.affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  b {
  background-color: transparent;
}

.affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody:hover:not(.newPrc_tblfeat_list) {
  background: transparent;
}

.affilitePages .cw-prc-tbl .table > thead > tr > th:first-child,
.affilitePages
  .cw-prc-tbl
  .table
  > tbody:not(.newPrc_tblfeat_list)
  > tr
  > td:first-child {
  padding-left: 0;
  text-align: left;
}

.affilitePages .cw-prc-tbl .table > thead > tr > th,
.affilitePages .cw-prc-tbl .table > tbody:not(.newPrc_tblfeat_list) > tr > td {
  padding-left: 0;
  padding-right: 0;
  width: 14.2%;
}

.affilitePages .cw-prc-tbl .table > thead > tr > th:last-child,
.affilitePages
  .cw-prc-tbl
  .table
  > tbody:not(.newPrc_tblfeat_list)
  > tr
  > td:last-child {
  text-align: right;
}

.affilitePages
  .cw-prc-tbl
  .table
  > tbody.newPrc_tblfeat_hd
  > tr
  > td:first-child,
.affilitePages
  .cw-prc-tbl
  .table
  > tbody.newPrc_tblfeat_hd
  > tr
  > td:last-child {
  text-align: center;
}

.affilitePages .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 48px;
  color: #000;
  font-size: 14px;
  font-weight: 700 !important;
  position: relative;
  padding: 11px 14px;
  display: inline-block;
  line-height: initial;
}

.orangeTheme .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a:hover {
  background: linear-gradient(90deg, #ffac33 0%, #f88300 109.36%);
  color: #fff;
}

.orangeTheme .newPrc_switcher2_wrap button .fa-angle-down {
  color: #ffac33 !important;
}

.affilitePages .newPrc_switcher2_wrap .dropdown-toggle {
  border: 0.5px solid rgba(66, 82, 110, 0.38);
  border-radius: 46px;
}

.affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > thead
  > tr
  > th {
  color: rgba(12, 12, 13, 0.8);
  font-weight: 400;
  font-size: 18px;
}

.affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > thead
  > tr
  > th:nth-child(6),
.affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td:nth-child(6),
.affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td:nth-child(6)
  b {
  text-align: center;
}

.affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td {
  font-size: 20px;
  color: #0c0c0d;
  font-weight: 400;
  padding-bottom: 20px;
}

.affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  span
  b {
  font-weight: 800 !important;
  color: #0c0c0d;
}

.orangeTheme .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a {
  border-color: #ffac33;
  color: #ffac33;
}

.orangeTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .newPrc_tblfeat_list
  ul
  li:before {
  background: url("https://www.cloudways.com/wp-content/uploads/2023/05/orange-checkMark.png");
}

.prc-big-plan {
  display: block !important;
}

.prc-small-plan,
.viewAllPlansWrap {
  display: none !important;
}

/* Pricing Fold End*/

/*Tabs Start*/
.tabs_wrapper {
  padding: 100px 0px;
}

.main_tab_wrapper {
  display: flex;
  align-items: start;
}

.main_tab_wrapper ul {
  display: flex;
  flex-direction: column;
  width: 18%;
  border-left: 2px solid #d9d9d9;
}

.main_tab_wrapper ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: rgba(12, 12, 13, 0.6);
}

.orangeTheme .main_tab_wrapper .nav-pills > li.active > a,
.orangeTheme .main_tab_wrapper .nav-pills > li.active > a:focus,
.orangeTheme .main_tab_wrapper .nav-pills > li.active > a:hover {
  color: #ffac33;
  background-color: transparent;
}

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

.main_tab_wrapper li.active::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 3px;
  height: 98%;
  bottom: 0;
  left: -4px;
}

.orangeTheme .main_tab_wrapper li.active::after {
  background-color: #ffac33;
}

.orangeTheme .main_tab_wrapper .nav > li > a:focus,
.orangeTheme .main_tab_wrapper .nav > li > a:hover {
  color: #ffac33 !important;
}

.main_tab_wrapper .tab-pane .row {
  display: flex;
  flex-wrap: wrap;
}

.tabBox {
  padding: 24px 24px 52px;
  background-color: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  transition: 0.5s;
  cursor: pointer;
  width: 31%;
  margin-bottom: 20px;
  margin-right: 20px;
  float: initial;
}

.tabBox .card img {
  margin: 0 0 16px;
}

.tabBox h3 {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #0c0c0d;
}

.tabBox p {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: rgba(12, 12, 13, 0.7);
}

.tab_box {
  /* display: flex !important;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap; */
  width: 914px;
}

*/
/*Tabs End*/

/*Flip Card Start*/

.bundle_reputation {
  padding-top: 85px;
  padding-bottom: 85px;
}

.bundle_reputation .bundle_detail {
  /* padding: 0px 300px; */
  padding: 0px 126px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #42526e;
}

.bundle_map {
  display: flex;
}

.bundle_map {
  display: flex;
}

.bundle_reputation .bundle_steps {
  padding: 0 40px 0;
  background-color: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  text-align: center;
  width: 32.5%;
  margin-right: 20px;
  height: 330px;
  z-index: 1;
}

.flip-card {
  /* background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1; */
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front {
  margin-top: 20px;
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
/* .flip-card-front {
  background-color: #bbb;
  color: black;
} */

/* Style the back side */
.flip-card-back {
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.bundle_reputation {
  background: #fffcf9;
  padding: 100px 0 120px;
}

.bundle_reputation .txtWrap {
  max-width: 700px;
  margin: 0 auto 64px;
}

.flip-card-front {
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.flip-card-back p {
  font-size: 18px;
}

.flip-card-front .image-area {
  min-height: 73px;
  display: flex;
  margin: 0 0 28px;
}

.flip-card-inner h3 {
  color: #0c0c0d;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-transform: capitalize;
}

.flip-card-back h3 {
  margin: 0 0 16px;
}

.flip-card-back a {
  display: inline-block;
  margin: 21px 0 0;
  background: linear-gradient(90deg, #ffac33 0%, #f88300 109.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 18px;
}

.flip-card-back a svg {
  margin: 0 0 0 8px;
}

.bundle_reputation .bundle_steps:before {
  content: "";
  background: url(https://www.cloudways.com/wp-content/uploads/2023/05/elipse_shade_bg.png)
    no-repeat;
  background-position: right bottom;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease;
  opacity: 0;
}

.bundle_reputation .bundle_steps:hover:before {
  opacity: 1;
}

.wpcf7-spinner {
  position: absolute !important;
  left: 0;
}

/*Flip Card End*/

/*@BUTTONS*/
.btn-glbl {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  padding: 12px 30px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

.orangeTheme .btn-glbl {
  background: linear-gradient(90deg, #ffac33 0%, #f88300 109.36%);
  transition: all 0.3s ease;
}

.orangeTheme .btn-glbl:before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50px;
  transition: all 0.3s ease;
  z-index: -1;
  opacity: 0;
}

.orangeTheme .btn-glbl:hover {
  color: #ffac33;
}

.orangeTheme .btn-glbl:hover:before {
  opacity: 1;
}

.btn-glbl:hover {
  color: #fff;
}

.btn-glbl del {
  color: rgba(255, 255, 255, 0.68);
}

.btn-glbl-blank {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  border: 2px solid;
  border-radius: 4px;
  padding: 0 18px;
  line-height: 44px;
  height: 47.2px;
}

.migration-sec {
  padding: 70px 0 125px;
}

.migration-sec .innerWrapper {
  display: flex;
  align-items: center;
}

.migration-sec .leftArea {
  max-width: 480px;
  position: relative;
}

.migration-sec p {
  margin: 0 0 30px;
}

.migration-sec .rightArea {
  width: 50%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.migration-sec .rightArea img {
  margin: 0 auto;
}

.migration-sec .rightArea:before {
  content: "";
  position: absolute;
  right: 0;
  top: -70px;
  bottom: -125px;
  width: 639px;
  z-index: -1;
}

.orangeTheme .migration-sec .rightArea:before {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/05/migration_Ellipse.png)
    no-repeat;
  background-size: cover;
  background-position: center;
}

.testi-sec {
  padding: 65px 0;
  position: relative;
  z-index: 1;
}

.testi-sec .innerWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testi-sec h3 {
  letter-spacing: -0.03em;
  color: #0c0c0d;
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  margin: 0 0 40px;
}

.testi-sec h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.03em;
}

.orangeTheme .testi-sec h4 {
  background: linear-gradient(90deg, #ffac33 0%, #f88300 109.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testi-sec p {
  font-size: 18px;
}

.testi-sec .rightArea {
  max-width: 480px;
}

.testi-sec .testi-icon {
  margin: 0 0 32px;
}

.orangeTheme .testi-sec {
  background: #fffcf9;
}

.testi-sec:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.orangeTheme .testi-sec:before {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/05/testi-shade-bg.png)
    no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.discount-sec {
  padding: 100px 0;
}

.discount-sec h4 {
  letter-spacing: -0.03em;
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 20px;
  font-weight: 400;
}

.discount-sec h2 {
  font-size: 44px;
  line-height: 130%;
  margin: 0;
}

.discount-sec h2 strong {
  background: linear-gradient(90deg, #ffac33 0%, #f88300 109.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.discount-sec h4 img {
  display: inline-block;
}

.discount-sec .copyTxt {
  max-width: 361px;
  margin: 40px auto 48px;
  display: flex;
  align-items: center;
  height: 75px;
  justify-content: center;
  border-radius: 80px;
  border: 1px dashed;
  cursor: pointer;
}

.orangeTheme .discount-sec .copyTxt {
  border-color: #f88300;
  background: linear-gradient(
    90deg,
    rgba(255, 172, 51, 0.08) 0%,
    rgba(248, 131, 0, 0.08) 109.36%
  );
}

.discount-sec .copyTxt img {
  margin: 0 10px 0 0;
}

.discount-sec .copyTxt h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #0c0c0d;
}

.orangeTheme .discount-sec .copyTxt h5 strong {
  background: linear-gradient(90deg, #ffac33 0%, #f88300 109.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.orangeTheme
  #glb-nfaq-wrap.glb-nfaq-wrap-new
  .wt-faq-que
  .cat-post-title::after {
  background: linear-gradient(90deg, #ffac33 0%, #f88300 109.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.affilitePages #glb-nfaq-wrap {
  padding: 100px 0 90px;
}

.affilitePages .glb-nfaq-wrap-new .glb-nfaq-ttl h2 {
  color: #0c0c0d;
  margin: 0 0 16px;
}

.affilitePages .glb-nfaq-wrap-new .glb-nfaq-ttl p {
  color: rgba(12, 12, 13, 0.7);
  font-size: 16px;
  line-height: 24px;
}

.affilitePages #glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .btn {
  color: #0c0c0d;
}

.affilitePages #glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans,
.affilitePages #glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans p {
  font-size: 18px;
  line-height: 22px;
  color: rgba(12, 12, 13, 0.7);
}

.affilitePages .customBoxTestinomialsSection {
  padding: 100px 0;
}

.orangeTheme
  .cw-tstimnial-tabs-sec.cw-tstimnial-tabs-sec-home.customBoxTestinomialsSection {
  background: #fffbf6;
}

.affilitePages .cw-tstimnial-tabs-head-wrap {
  max-width: 610px;
  margin: 0 auto 64px;
}

.affilitePages
  .cw-tstimnial-tabs-sec
  .cw-tstimnial-main-wrap
  .cw-tstimnial-nav-wrap
  ul {
  border: none;
  box-shadow: -1px 4px 30px rgba(0, 0, 0, 0.06);
  border-radius: 100px !important;
  display: flex;
  overflow: hidden;
  width: 100% !important;
  background: #fff;
}

.affilitePages
  .cw-tstimnial-tabs-sec
  .cw-tstimnial-main-wrap
  .cw-tstimnial-nav-wrap
  ul
  li {
  border: none;
}

.cw-tstimnial-nav-wrap .nav-tabs > li {
  float: initial;
  flex: 1;
}

.affilitePages .cw-tstimnial-nav-wrap .nav-tabs > li .testimonialTabs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
  position: relative;
  border: none;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: rgba(12, 12, 13, 0.7);
  margin: 0;
  opacity: 1 !important;
}

.affilitePages .cw-tstimnial-nav-wrap .nav-tabs > li.active > a,
.affilitePages .cw-tstimnial-nav-wrap .nav-tabs > li.active > a:focus,
.affilitePages .cw-tstimnial-nav-wrap .nav-tabs > li.active > a:hover {
  border: none;
  letter-spacing: -0.03em;
  color: #0c0c0d;
  font-weight: 600;
  background: linear-gradient(
    90deg,
    rgba(255, 172, 51, 0.15) 0%,
    rgba(248, 131, 0, 0.15) 109.36%
  );
}

.cw-tstimnial-nav-wrap .nav-tabs > li > a:hover {
  border: none;
  background: #fff;
}

.cw-tstimnial-nav-wrap .nav-tabs > li .testimonialTabs img {
  margin: 0 10px 0 0;
}

.cw-tstimnial-nav-wrap .nav-tabs > li .testimonialTabs:before {
  content: "";
  background: rgba(66, 82, 110, 0.4);
  position: absolute;
  right: 0;
  top: 11px;
  height: 36px;
  width: 1px;
}

.cw-tstimnial-nav-wrap {
  margin: 0 0 48px;
}

.cw-tstimnial-nav-wrap .nav-tabs > li:last-child .testimonialTabs:before {
  display: none;
}

.cw-tstimnial-nav-wrap .nav-tabs > li.active .testimonialTabs:before {
  display: none;
}

.affilitePages .customBoxTestinomialsSection .owl-carousel.owl-theme {
  /* justify-content: space-between; */
}

.affilitePages .customBoxTestinomialsSection .item {
  margin-right: 22px;
  max-width: calc(33.33% - 11px);
}

.affilitePages .customBoxTestinomialsSection .item:nth-child(3n + 3) {
  margin-right: 0;
}

.affilitePages .customBoxTestinomialsSection .card-content p {
  font-size: 18px;
}

.affilitePages
  .cw-tstimnial-tabs-sec
  .cw-tstimnial-main-wrap
  .cw-tstimnial-content-wrap
  .testimnial-card
  .user-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.affilitePages
  .cw-tstimnial-tabs-sec
  .cw-tstimnial-main-wrap
  .cw-tstimnial-content-wrap
  .testimnial-card
  .user-card
  .user-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.affilitePages
  .cw-tstimnial-tabs-sec
  .cw-tstimnial-main-wrap
  .cw-tstimnial-content-wrap
  .testimnial-card
  .user-card
  .user-info
  .user-img {
  margin-right: 10px;
}

.affilitePages
  .cw-tstimnial-tabs-sec
  .cw-tstimnial-main-wrap
  .cw-tstimnial-content-wrap
  .testimnial-card
  .user-card
  .user-info
  .user-img
  img {
  max-width: 32px;
  border-radius: 50%;
  height: 32px;
  object-fit: cover;
}

.affilitePages
  .cw-tstimnial-tabs-sec
  .cw-tstimnial-main-wrap
  .cw-tstimnial-content-wrap
  .testimnial-card
  .user-card
  .user-info
  .user-detail
  h4 {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  margin: 0;
}

.affilitePages
  .cw-tstimnial-tabs-sec
  .cw-tstimnial-main-wrap
  .cw-tstimnial-content-wrap
  .testimnial-card
  .user-card
  .user-info
  .user-detail
  p {
  font-weight: 400;
  font-size: 14px;
  color: #42526e;
  margin: 5px 0 0;
}

.affilitePages .customBoxTestinomialsSection .card-content::after {
  left: 22px;
}

.affilitePages .customBoxTestinomialsSection .card-content {
  height: 186px;
  padding: 25px;
}

.affilitePages .cwReviewsNRatingsSec {
  padding: 100px 0 120px;
}

.affilitePages .cwReviewsNRatingsSec .cwRnRHeadWrap h2 {
  color: #0c0c0d;
  font-weight: 700;
  margin: 0 0 24px;
}

.affilitePages .cwReviewsNRatingsSec .cwRnRHeadWrap p {
  font-size: 16px;
}

.affilitePages
  .cwReviewsNRatingsSec
  .cwRnRContentWrap
  .cwRnRCardMainWrap
  .cwRnRCard {
  padding: 0;
  height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.affilitePages
  .cwReviewsNRatingsSec
  .cwRnRContentWrap
  .cwRnRCardMainWrap
  .cwRnRCard
  .RnRratingWrap
  p {
  font-size: 20px;
  color: rgba(12, 12, 13, 0.5);
}

.affilitePages
  .cwReviewsNRatingsSec
  .cwRnRContentWrap
  .cwRnRCardMainWrap
  .cwRnRCard
  .RnRratingWrap
  p
  b {
  color: #0c0c0d;
}

.affilitePages .cwReviewsNRatingsSec .cwRnRHeadWrap {
  max-width: 600px;
  margin: 0 auto;
}

.affilitePages .cwPricing6Sec .cwPricing6NavWrap.makeItStick {
  display: none;
}

.affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  thead.stickySecondHead.stickToTop {
  display: none;
}

.affilitePages #myCarousel_bnchMark2 .carousel-inner .item {
  animation: fadeInRight 0.5s linear;
}

.main_slider_wrapper {
  position: relative;
  z-index: 1;
  padding: 85px 0 130px;
}

.main_slider_wrapper:before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  height: 200px;
  z-index: -1;
  filter: blur(21px);
  opacity: 0.8;
}

.orangeTheme .ppc-hdr-wrap nav .navbar-toggle .icon-bar {
  background: linear-gradient(90deg, #ffac33 0%, #f88300 109.36%);
}

.orangeTheme .newPrc_tblfeat_list ul li span {
  background: linear-gradient(90deg, #ffac33 0%, #f88300 109.36%);
}

.blueTheme .recomended img {
  margin: 0 0 0 16px;
}

.blueTheme .affiliate_hero_section h1 span {
  color: #4baee9;
}

.blueTheme .btn-glbl {
  background: #4baee9;
  border-radius: 4px;
  padding: 14px 22px;
  line-height: initial;
}

.blueTheme .affiliate_hero_section {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/05/income_school_hero_bg.png)
    no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 205px;
}

.blueTheme .pricing_wrapper {
  position: relative;
  z-index: 1;
  background: transparent;
}

.blueTheme .newPrc_switcher2_wrap button .fa-angle-down {
  color: #4baee9;
}

.blueTheme .cwPricing6Sec .cwPricing6ContentWrap .pricing6StanPremTabNav ul {
  border-radius: 4px;
}

.blueTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li.active
  a {
  background: #4baee9;
  border-color: #4baee9;
  border-radius: 4px !important;
}

.blueTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li.active
  a:hover {
  background: #4baee9;
}

.blueTheme .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a {
  border: 2px solid #4baee9;
  border-radius: 4px;
  color: #4baee9;
  padding: 11px 14px;
}

.blueTheme .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a:hover {
  background: #4baee9;
  color: #fff;
}

.blueTheme .newPrc_tblfeat_list ul li span {
  background: #4baee9;
}

.blueTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .newPrc_tblfeat_list
  ul
  li:before {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/05/icons8-checkmark-blue.svg)
    no-repeat;
  top: 0;
}

.blueTheme .tabs_wrapper {
  background: rgba(245, 251, 255, 0.9);
}

.blueTheme .nav-pills > li.active > a,
.blueTheme .nav-pills > li.active > a:focus,
.blueTheme .nav-pills > li.active > a:hover {
  color: #4baee9;
}

.blueTheme .main_tab_wrapper li.active::after {
  background: #4baee9;
}

.blueTheme .migration-sec .rightArea:before {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/05/migration_Ellipse_blue.png)
    no-repeat;
  background-size: cover;
}

.blueTheme .testi-sec {
  background: #f6fcff;
}

.blueTheme .testi-sec:before {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/05/testi-shade-bg-blue.png)
    no-repeat;
  background-size: cover;
  background-position: center;
}

.blueTheme .cwReviewsNRatingsSec {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/05/reviews_bg_blue.png)
    no-repeat;
  background-size: cover;
  background-position: center;
}

.affilitePages .wt-rgn_main {
  padding: 100px 0;
}

.blueTheme .wt-rgn_stats-cnt > b {
  color: #4baee9;
}

.affilitePages .wt-rgn_inr-top p {
  font-size: 16px;
  line-height: 150%;
  color: rgba(12, 12, 13, 0.8);
}

.affilitePages .wt-rgn_inr-top {
  max-width: 500px;
  margin: 0 auto;
}

.blueTheme .wt-rgn-contr:before {
  background: #4baee9;
}

.blueTheme #glb-nfaq-wrap {
  background: rgba(245, 251, 255, 0.9);
}

.blueTheme .discount-sec .copyTxt {
  border-color: #4baee9;
  background: rgba(245, 251, 255, 0.9);
}

.blueTheme .discount-sec .copyTxt h5 strong {
  color: #4baee9;
}

.blueTheme .discount-sec .innerWrapper {
  max-width: 880px;
  margin: 0 auto;
}

.blueTheme .discount-sec h2 strong {
  color: #4baee9;
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #4baee9;
}

.blueTheme .discount-sec {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/05/discount_sec_bg_blue.png)
    no-repeat;
  background-size: cover;
  background-position: center;
}

.blueTheme .discount-sec h4 img {
  margin: 0 0 0 20px;
}

.blueTheme
  .cw-tstimnial-tabs-sec.cw-tstimnial-tabs-sec-home.customBoxTestinomialsSection {
  background: #fff;
}

.blueTheme .cw-tstimnial-nav-wrap .nav-tabs > li.active > a,
.blueTheme .cw-tstimnial-nav-wrap .nav-tabs > li.active > a:focus,
.blueTheme .cw-tstimnial-nav-wrap .nav-tabs > li.active > a:hover {
  background: rgba(75, 174, 233, 0.18) !important;
}

.blueTheme .ppc-nav-cta a,
.blueTheme .ppc-nav-cta a:hover,
.blueTheme .ppc-nav-cta a:focus,
.blueTheme .ppc-nav-cta a:active {
  background: #4baee9 !important;
  border-radius: 4px !important;
  border-color: #4baee9 !important;
}

.blueTheme .ppc-nav li a:hover {
  color: #4baee9;
}

.blueTheme .testi-sec h4 {
  color: #4baee9;
}

.blueTheme .wt-prcNew2_prvd-tab-wrap h2 {
  max-width: 445px;
  margin: 0 auto 24px;
}

.blueTheme .wt-prcNew2_prvd-tab-wrap h2 + p {
  color: rgba(12, 12, 13, 0.8);
  font-size: 16px;
  max-width: 445px;
  margin: 0 auto;
}

.blueTheme .wt-prcNew2_prvd-tab > .container > .nav-tabs li:nth-of-type(3),
.blueTheme .wt-prcNew2_prvd-tab > .container > .nav-tabs li:nth-of-type(4),
.blueTheme .wt-prcNew2_prvd-tab > .container > .nav-tabs li:nth-of-type(5),
.blueTheme
  .wt-prcNew2_prvd-tab
  > .container
  > .nav-tabs
  li:nth-of-type(2)::before {
  display: none !important;
}

.blueTheme #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs {
  max-width: 470px;
  margin: 0 auto;
}

.blueTheme .wt-prcNew2_prvd-tab .nav-tabs li::before {
  display: none;
}

.blueTheme .wt-prcNew2_sec2 .wt-prcNew2_prc_text {
  background: #4baee9;
}

.blueTheme .wt-prcNew2_sec2 .wt-prcNew2_prc_btn a,
.blueTheme .wt-prcNew2_sec:hover .wt-prcNew2_prc_btn a {
  background: #4baee9;
  border-color: #4baee9;
  color: #fff !important;
}

.blueTheme .wt-prcNew2_prc_btn a {
  color: #0e134f;
  border-color: #4baee9;
}

.blueTheme .OCPserviceWrap .saving {
  background: #4baee9;
}

.blueTheme .wt-prcNew2_prc_hr b,
.blueTheme .wt-prcNew2_prc b {
  font-size: 56px;
  color: #0a1e43;
  font-weight: 600;
}

.blueTheme .wt-prcNew2_prc_hr sup,
.blueTheme .wt-prcNew2_prc sup {
  font-size: 18px;
  color: #0a1e43;
}

.blueTheme .wt-prcNew2_prc_hr span,
.blueTheme .wt-prcNew2_prc span {
  color: #0a1e43;
}

.blueTheme #wt-prcNew-v2 .wt-prc-tooltip {
  font-size: 12px !important;
  color: #0a1e43;
  opacity: 0.52;
}

.blueTheme .wt-prcNew2_sec ul::before {
  background: rgba(66, 82, 110, 0.2);
}

.blueTheme .wt-prcNew2_sec ul li b {
  color: #42526e;
  font-weight: 700;
}

.blueTheme #wt-prcNew-v3 #wt-prcNew-v2 .cw-prc-ftrs-hd {
  background: #deeffa;
}

.blueTheme #wt-prcNew-v2 .cw-prc-ftrs-body li {
  width: 33.33%;
  float: initial;
  font-size: 18px;
  color: rgba(12, 12, 13, 0.8);
  padding-left: 40px;
}

.blueTheme #wt-prcNew-v2 .cw-prc-ftrs-body li span {
  background: #4baee9;
  font-weight: 400;
  font-size: 12px;
  padding: 2px 9px;
  line-height: initial;
  border-radius: 4px;
}

.blueTheme #wt-prcNew-v2 .cw-prc-ftrs-body {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.blueTheme #wt-prcNew-v2 .cw-prc-ftrs-body li:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(https://www.cloudways.com/wp-content/uploads/2023/05/icons8-checkmark_blue.svg)
    no-repeat;
  left: 0;
}

.blueTheme .vultrPlansTabsWrap .nav-tabs li img {
  display: none;
}

.blueTheme .vultrPlansTabsWrap .nav-tabs li a {
  color: #0e134f !important;
  font-weight: 600;
  font-size: 18px;
  padding: 0 !important;
  opacity: 1;
  height: 37px;
  line-height: 36px;
  padding: 0;
  z-index: 1;
}

.blueTheme .vultrPlansTabsWrap .nav-tabs li {
  border: none;
  box-shadow: none;
  width: auto !important;
  flex: auto;
  /* background: purple; */
  max-width: max-content;
  z-index: 1;
  background: transparent;
}

.blueTheme .vultrPlansTabsWrap .nav-tabs li:nth-of-type(2) {
  left: 0;
}

.blueTheme .vultrPlansTabsWrap .nav-tabs li:first-child a {
  padding-right: 55px !important;
}

.blueTheme .vultrPlansTabsWrap .nav-tabs li:last-child a {
  padding-left: 55px !important;
}

.blueTheme .vultrPlansTabsWrap .nav-tabs {
  justify-content: center;
  position: relative;
  z-index: 1;
}

.blueTheme .vultrPlansTabsWrap .nav-tabs li:before {
  content: "";
  width: 35px;
  background: rgba(75, 174, 233, 0.15);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block !important;
}

.blueTheme .vultrPlansTabsWrap .nav-tabs li:first-child:before {
  right: 0;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}

.blueTheme .vultrPlansTabsWrap .nav-tabs li:last-child:before {
  right: auto;
  left: 0;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}

.blueTheme .vultrPlansTabsWrap .nav-tabs li:last-child a:before {
  content: "";
  width: 32px;
  height: 32px !important;
  position: absolute;
  top: 2px;
  bottom: 0;
  background: #4baee9 !important;
  border-radius: 60px;
  display: block;
  z-index: -1;
  transition: all 0.3s ease;
  transform: translateX(-31px);
}

.blueTheme .vultrPlansTabsWrap .nav-tabs li:last-child.active a:before {
  transform: translateX(-1px);
}

.blueTheme .ppcCmpg_prc-wt-v3 {
  position: relative;
  z-index: 1;
}

.blueTheme .wt-prcNew2_prvd-tab-wrap {
  padding: 85px 0 70px;
}

.blueTheme #wt-prcNew-v3 .wt-prcNew-v3-sldr-nav a {
  color: #cccecf;
}

.blueTheme #wt-prcNew-v3 .wt-prcNew-v3-sldr-nav a:hover {
  color: #4baee9;
}

.blueTheme .ppcNavHelloBar {
  background: #4baee9;
}

.blueTheme .ppcNavHelloBar .ppcNavMainWrap {
  padding: 13px 0;
}

.blueTheme .ppcNavHelloBar a {
  border-radius: 0;
  background: #fff;
  color: #4baee9;
  padding: 5px 11px;
}

.blueTheme .ppcNavHelloBar p {
  color: #fff;
  font-weight: 400;
}

.blueTheme .ppcNavHelloBar .cw-hbar-close .svg-icon path {
  fill: #fff;
}

.blueTheme .btn-glbl-blank {
  color: #4baee9;
  border-color: #4baee9;
}

.blueTheme .hero_wrapper .btn-glbl + .btn-glbl-blank {
  margin-left: 18px;
}

.blueTheme .hero_wrapper {
  max-width: 965px;
}

.blueTheme .testi-sec h3 {
  font-size: 24px;
}

.blueTheme .testi-sec .rightArea {
  max-width: 530px;
}

.blueTheme .tab_content2 {
  max-width: 505px;
}

.blueTheme .testi-sec p a {
  color: rgba(12, 12, 13, 0.8);
  font-size: 18px;
}
.blueTheme .discountOfferBox {
  padding: 10px 16px;
  max-width: max-content;
  min-width: 350px;
  margin: 0 auto 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #4baee9;
  border-radius: 6px;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
}

@keyframes offerColor {
  0% {
    color: rgba(255, 255, 255, 1);
  }
  49% {
    color: rgba(255, 255, 255, 1);
  }
  50% {
    color: rgba(255, 255, 255, 0.7);
  }
  99% {
    color: rgba(255, 255, 255, 0.7);
  }
  100% {
    color: rgba(255, 255, 255, 1);
  }
}

.blueTheme .discountOfferBox .offer {
  font-size: 20px;
  font-weight: 700;
  animation: offerColor 1s linear infinite both;
}

/*VPS - Affiliate Page Start*/
.vps_affiliate .affiliate_hero_section h1 {
  font-size: 58px;
}

.vps_affiliate .hm-new-plt_sec_top h2 {
  color: #0c0c0d;
}

.vps_affiliate .hm-new-plt_sec_cont strong {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #0c0c0d;
}

.vps_affiliate .hm-new-plt_sec_wrap .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.vps_affiliate .txtUnset {
  text-align: unset;
}

.vps_affiliate .bg_orange {
  background: rgba(255, 252, 248, 0.9) !important;
}

.vps_affiliate .pricing_wrapper,
.vps_affiliate .bundle_reputation {
  background-color: #ffffff;
}

.vps_affiliate .lnd-agncy-ftr-box h4 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #0c0c0d;
  margin-bottom: 10px;
}

.vps_affiliate .migration-sec {
  background: #fffcf9;
}

.vps_affiliate.affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  thead:first-child
  tr
  th:first-child {
  text-align: left;
  padding-left: 0px;
}

.vps_affiliate.affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td:first-child {
  text-align: left;
  padding-left: 0px;
}

.vps_affiliate.affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td:last-child {
  padding-right: 0px;
  text-align: right;
}

.vps_affiliate tbody.newPrc_tblfeat_hd tr td {
  text-align: center !important;
  /* padding-left: unset; */
}

.vps_affiliate .newPrc_tblfeat_list tr td {
  padding: 20px 25px;
  text-align: center;
}

.vps_affiliate .lnd-agncy-ftr-box p a {
  color: #ffac33;
}

.vps_affiliate.affilitePages .glb-nfaq-wrap-new .glb-nfaq-ttl h2 {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.03em;
}

.vps_affiliate .hm-new-plt_sec_cont {
  border-bottom: 0px;
}

.orangeTheme .discount-sec .copyTxt h5 strong {
  background: unset;
  color: #ffac33;
  -webkit-text-fill-color: unset;
  animation: ommOfferColororange 1s linear infinite both;
}

.affilitePages .affiliate_bar {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 8px 26px;
  width: 400px;
  margin: 0 auto;
  border-radius: 40px;
  border: 1px solid #000;
  margin-bottom: 20px;
}

.orangeTheme .affiliate_bar {
  background: linear-gradient(
    90deg,
    rgba(255, 172, 51, 0.06) 0%,
    rgba(248, 131, 0, 0.06) 109.36%
  );
  border-color: #ffac33;
}

.affilitePages .affiliate_bar svg {
  margin-right: 10px;
  margin-top: 6px;
}
.orangeTheme .affiliate_bar svg path {
  fill: #ffac33;
}

.affilitePages .affiliate_bar p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.03em;
  color: #0c0c0d;
}

.affilitePages .affiliate_bar p span {
  font-weight: bold;
}

.orangeTheme .affiliate_bar p span {
  color: #ffac33;
}

@keyframes ommOfferColororange {
  0% {
    color: rgba(255, 175, 51, 1);
  }

  49% {
    color: rgba(255, 175, 51, 1);
  }

  50% {
    color: rgba(255, 175, 51, 0.7);
  }

  99% {
    color: rgba(255, 175, 51, 0.7);
  }

  100% {
    color: rgba(255, 175, 51, 1);
  }
}
@keyframes ommOfferColorBlack {
  0% {
    color: rgb(0, 0, 0, 1);
  }

  49% {
    color: rgb(0, 0, 0, 1);
  }

  50% {
    color: rgb(0, 0, 0, 0.7);
  }

  99% {
    color: rgb(0, 0, 0, 0.7);
  }

  100% {
    color: rgb(0, 0, 0, 1);
  }
}
@keyframes ommOfferColorLightRed {
  0% {
    color: rgba(255, 87, 87, 1);
  }

  49% {
    color: rgba(255, 87, 87, 1);
  }

  50% {
    color: rgba(255, 87, 87, 0.7);
  }

  99% {
    color: rgba(255, 87, 87, 0.7);
  }

  100% {
    color: rgba(255, 87, 87, 1);
  }
}
@keyframes ommOfferColorGradient {
  0% {
    background: var(
      --Linear-Gold,
      linear-gradient(
        82deg,
        #fff -37.59%,
        #c583e0 -37.58%,
        #ffbc7d 74.04%,
        #fff 115.51%
      )
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
  }

  49% {
    background: var(
      --Linear-Gold,
      linear-gradient(
        82deg,
        #fff -37.59%,
        #c583e0 -37.58%,
        #ffbc7d 74.04%,
        #fff 115.51%
      )
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
  }

  50% {
    background: var(
      --Linear-Gold,
      linear-gradient(
        82deg,
        #fff -37.59%,
        #c583e0 -37.58%,
        #ffbc7d 74.04%,
        #fff 115.51%
      )
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.7;
  }

  99% {
    background: var(
      --Linear-Gold,
      linear-gradient(
        82deg,
        #fff -37.59%,
        #c583e0 -37.58%,
        #ffbc7d 74.04%,
        #fff 115.51%
      )
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.7;
  }

  100% {
    background: var(
      --Linear-Gold,
      linear-gradient(
        82deg,
        #fff -37.59%,
        #c583e0 -37.58%,
        #ffbc7d 74.04%,
        #fff 115.51%
      )
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
  }
}

.vps_affiliate p a {
  line-height: 150%;
  letter-spacing: -0.03em;
  color: rgba(12, 12, 13, 0.8);
  font-size: 18px;
}

/*VPS - Affiliate Page End*/

/*Start here */
.tabBox .card svg {
  margin: 0 0 16px;
}

.bg-orange {
  background: #fffcf9;
}

.bg-white {
  background-color: white !important;
}

.orangeBg {
  background-image: url(https://www.cloudways.com/wp-content/uploads/2023/05/Mask-group.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/*addictive-hosting start*/
.customVideoTab.easeOfUseTutorialsSec .easeOfUseTutorialsWrap {
  box-shadow: unset;
  background: transparent;
  padding: 0;
  margin: 0;
}
.customVideoTab.easeOfUseTutorialsSec .easeOfUseTutorialsWrap h2 {
  margin: 0 0 16px;
}

.customVideoTab.easeOfUseTutorialsSec .easeOfUseTutorialsWrap .topTxt {
  max-width: 680px;
}
.customVideoTab.easeOfUseTutorialsSec .easeOfUseTutorialsWrap .tabsWrap {
  flex-direction: column;
  align-items: center;
}
.customVideoTab.easeOfUseTutorialsSec
  .easeOfUseTutorialsWrap
  .tabsWrap
  .tabsNavWrap {
  max-width: 100%;
  width: 100%;
}
.customVideoTab .nav-stacked > li {
  display: inline-block;
}
.customVideoTab .tabsContentWrap .tab-content {
  width: 876px;
}
.customVideoTab.easeOfUseTutorialsSec
  .easeOfUseTutorialsWrap
  .tabsWrap
  .tabsNavWrap
  ul
  li {
  margin-bottom: 0;
}
.customVideoTab.easeOfUseTutorialsSec
  .easeOfUseTutorialsWrap
  .tabsWrap
  .tabsNavWrap
  ul
  li
  a {
  background: #fffafa;
  border: none;
  padding: 13px 45px;
  font-size: 15px;
  font-weight: 700;
}
.customVideoTab.easeOfUseTutorialsSec
  .easeOfUseTutorialsWrap
  .tabsWrap
  .tabsNavWrap
  ul
  li.active
  a {
  background: linear-gradient(91.64deg, #01b7e8 -2.29%, #75d6f0 102.38%);
  color: #ffffff;
  font-weight: 700;
}
.customVideoTab.easeOfUseTutorialsSec
  .easeOfUseTutorialsWrap
  .tabsWrap
  .tabsNavWrap {
  padding-right: 0px;
  margin: 0 0 50px;
}
.customVideoTab .nav-stacked {
  display: flex;
  justify-content: space-between;
}
.customVideoTab.easeOfUseTutorialsSec
  .easeOfUseTutorialsWrap
  .tabsWrap
  .tabsContentWrap
  .videoBox
  .videoControlBox
  i {
  background: linear-gradient(91.64deg, #01b7e8 -2.29%, #75d6f0 102.38%);
}

.customVideoTab.easeOfUseTutorialsSec
  .easeOfUseTutorialsWrap
  .tabsWrap
  .tabsContentWrap
  .videoBox
  .videoControlBox::before,
.customVideoTab.easeOfUseTutorialsSec
  .easeOfUseTutorialsWrap
  .tabsWrap
  .tabsContentWrap
  .videoBox
  .videoControlBox::after {
  background: linear-gradient(91.64deg, #01b7e8 -2.29%, #75d6f0 102.38%);
}
.customVideoTab.easeOfUseTutorialsSec
  .easeOfUseTutorialsWrap
  .tabsWrap
  .tabsContentWrap
  .videoBox {
  box-shadow: none;
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/video_frame.png)
    no-repeat;
  padding: 52px 1px 0;
  border-radius: 8px;
  overflow: hidden;
}

.blueRounded
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li.active
  a {
  background: #4baee9 !important;
  border-color: #4baee9 !important;
  border-radius: 4px !important;
}
.blueRounded .cwPricing6Sec .cwPricing6ContentWrap .pricing6StanPremTabNav ul {
  border: none;
}
.blueRounded
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li.active
  a {
  border-radius: 48px !important;
  border: 1px solid #4baee9;
}
.blueRounded .newPrc_switcher2_wrap button .fa-angle-down {
  color: #4baee9 !important;
}
.blueRounded .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a {
  background-color: transparent;
  /* border: 1px solid #fff; */
  border-radius: 48px;
  /* color: #000; */
  font-size: 14px;
  font-weight: 700 !important;
  position: relative;
  padding: 11px 14px;
  display: inline-block;
  line-height: initial;
}

.affilitePages .easeOfUseTutorialsSec {
  padding: 20px 0 100px;
  position: relative;
  z-index: 1;
}
.showcase_content_wrapper {
  text-align: center;
}
.showcase_features {
  padding: 100px 0px;
}
.showcase_content_wrapper h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #0c0c0d;
  margin-bottom: 16px;
}
.showcase_card p {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #3b3b3b;
  position: relative;
  margin-bottom: 34px;
  transition: 0.3s;
}
.showcase_card p:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -15px;
  display: inline-block;
  border-radius: 50px;
  background: rgba(59, 59, 59, 0.11);
  width: 110px;
  left: 0;
}
.showcase_card ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.showcase_card ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.03em;
}
.showcase_card ul li:before {
  content: "\f00c";
  color: #01b7e8;
  font: normal normal normal 15px/1 FontAwesome;
  padding-left: 3px;
  margin-right: 14px;
}
.showcase_card p:hover {
  color: #75d6f0;
}
.btn-blue-shade {
  background: linear-gradient(
    91.64deg,
    #01b7e8 -2.29%,
    #75d6f0 102.38%
  ) !important;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-nav-wrap ul li a span {
  margin-right: 10px;
  max-width: 24px;
  max-height: 24px;
}
.cw-apps-sec .cw-apps-main-wrap .cw-apps-nav-wrap ul li a span svg {
  width: 100%;
  height: 100%;
  margin-top: -2px;
}
.blueTheme .hmNewFeatLogosWrap .hmNewFeatLogosMainWrap img {
  filter: unset;
}
.nav_btn {
  min-width: auto !important;
}
.addictive_hosting .affiliate_hero_section h1 span {
  background: linear-gradient(91.64deg, #01b7e8 -2.29%, #75d6f0 102.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.addictive_hosting .hero_wrapper {
  max-width: 865px;
}
.addictive_hosting .btn-glbl {
  background: linear-gradient(91.64deg, #01b7e8 -2.29%, #75d6f0 102.38%);
  border-radius: 54px;
  font-weight: 500;
  padding: 14px 33px;
  line-height: initial;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
.affilitePages .cwPricing6Sec {
  padding-bottom: 0;
}

.addictive_hosting
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li.active
  a {
  background: linear-gradient(
    91.64deg,
    #01b7e8 -2.29%,
    #75d6f0 102.38%
  ) !important;
}

.addictive_hosting .newPrc_switcher2_wrap button .fa-angle-down {
  color: #01b7e8 !important;
}

.addictive_hosting .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a {
  border-color: #01b7e8;
  color: #01b7e8;
}

.addictive_hosting .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a:hover {
  background: linear-gradient(91.64deg, #01b7e8 -2.29%, #75d6f0 102.38%);
  border-color: transparent;
}

.addictive_hosting .newPrc_tblfeat_list ul li span {
  background: linear-gradient(91.64deg, #01b7e8 -2.29%, #75d6f0 102.38%);
}

.addictive_hosting
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .newPrc_tblfeat_list
  ul
  li:before {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/blue-checkMark.png)
    no-repeat;
}
.affilitePages .cw-apps-sec .cw-apps-head-wrap h2 {
  font-weight: 700;
  font-size: 36px;
  color: #0c0c0d;
  margin-bottom: 16px;
}

.affilitePages .cw-apps-sec .cw-apps-head-wrap p {
  font-size: 16px;
  color: rgba(12, 12, 13, 0.8);
  max-width: 600px;
}

.affilitePages .cw-apps-sec .cw-apps-main-wrap {
  margin-top: 64px;
}

.affilitePages
  .cw-apps-sec
  .cw-apps-main-wrap
  .cw-apps-content-wrap
  .cw-apps-card-wrap
  .cw-apps-left-wrap
  p {
  font-size: 16px;
}

.addictive_hosting
  .cw-apps-sec
  .cw-apps-main-wrap
  .cw-apps-content-wrap
  .cw-apps-card-wrap
  .cw-apps-left-wrap
  a
  i
  svg
  path {
  fill: #75d6f0;
}

.addictive_hosting
  .cw-apps-sec
  .cw-apps-main-wrap
  .cw-apps-content-wrap
  .cw-apps-card-wrap
  .cw-apps-left-wrap
  a {
  background: linear-gradient(91.64deg, #01b7e8 -2.29%, #75d6f0 102.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.affilitePages .bg-lightBlue {
  background: #f5fbfd !important;
}
.addictive_hosting .migration-sec h2 {
  margin-bottom: 16px;
}

.addictive_hosting .cw-tstimnial-nav-wrap .nav-tabs > li.active > a,
.addictive_hosting .cw-tstimnial-nav-wrap .nav-tabs > li.active > a:focus,
.addictive_hosting .cw-tstimnial-nav-wrap .nav-tabs > li.active > a:hover {
  background: linear-gradient(91.64deg, #01b7e8 -2.29%, #75d6f0 102.38%);
  color: #fff;
  font-weight: 500;
}

.addictive_hosting .cw-tstimnial-nav-wrap .nav-tabs > li.active > a img,
.addictive_hosting .cw-tstimnial-nav-wrap .nav-tabs > li.active > a:focus img,
.addictive_hosting .cw-tstimnial-nav-wrap .nav-tabs > li.active > a:hover img {
  filter: brightness(0) invert(1);
}
.addictive_hosting .hmNewFeatLogosWrap .hmNewFeatLogosMainWrap {
  border: none;
  align-items: center;
}

.addictive_hosting .hmNewFeatLogosWrap .hmNewFeatLogosMainWrap img {
  filter: none;
}
.addictive_hosting #glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans a,
.addictive_hosting
  #glb-nfaq-wrap.glb-nfaq-wrap-new
  .wt-faq-que
  .wt-faq-ans
  p
  a {
  color: #75d6f0;
}
.addictive_hosting .discount-sec .innerWrapper {
  max-width: 680px;
  margin: 0 auto;
}

.addictive_hosting .discount-sec .copyTxt {
  border-color: #75d6f0;
  background: linear-gradient(
    91.64deg,
    rgba(1, 183, 232, 0.06) -2.29%,
    rgba(117, 214, 240, 0.06) 102.38%
  );
}

.addictive_hosting .discount-sec .copyTxt #copyText {
  color: #75d6f0;
}

.addictive_hosting .discount-sec {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/discount_sec_bg_addictive.png)
    no-repeat;
  background-size: cover;
  background-position: center;
}

.addictive_hosting .discount-sec h4 img {
  margin: 0 0 0 10px;
}

.addictive_hosting .discount-sec h2 strong {
  background: linear-gradient(91.64deg, #01b7e8 -2.29%, #75d6f0 102.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.discount-sec .copyTxt #copyText {
  animation: ommOfferColor 1s linear infinite both;
}

.addictive_hosting .ppc-nav-cta a {
  background: linear-gradient(
    91.64deg,
    #01b7e8 -2.29%,
    #75d6f0 102.38%
  ) !important;
  border: 1px solid #fff !important;
  border-radius: 54px !important;
  padding: 9px 17px !important;
}

.addictive_hosting .ppc-nav-cta a:hover,
.addictive_hosting .ppc-nav-cta a:focus,
.addictive_hosting .ppc-nav-cta a:active {
  background: transparent !important;
  border: 1px solid #75d6f0 !important;
  color: #75d6f0 !important;
  border-radius: 54px !important;
  padding: 9px 17px !important;
}

.addictive_hosting .btn-glbl:hover {
  background: transparent !important;
  border-color: #75d6f0;
  color: #75d6f0;
}
.blurSection {
  position: relative;
  z-index: 1;
}

.blurSection:before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  height: 200px;
  z-index: -1;
  filter: blur(21px);
  opacity: 0.8;
}

.addictive_hosting .affiliate_bar {
  width: auto;
  max-width: 470px;
  background: #f5fbfd;
  border-color: #01b7e8;
}

.addictive_hosting .affiliate_bar p span {
  color: #01b7e8;
}

.addictive_hosting .affiliate_bar svg path {
  fill: #01b7e8;
}
/*addictive-hosting end*/

.affilitePages .table > tbody > tr > td,
.affilitePages .table > tbody > tr > th,
.affilitePages .table > tfoot > tr > td,
.affilitePages .table > tfoot > tr > th,
.affilitePages .table > thead > tr > td,
.affilitePages .table > thead > tr > th {
  font-family: "Pretendard";
}

/*Cyber news start*/
.bg-light-gray {
  background: rgba(248, 249, 251, 0.5);
}
.greenTheme .affiliate_hero_section {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/Background-Splash.png)
    no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 170px;
}
.greenTheme .affiliate_hero_section h1 span {
  color: #4da761;
}
.greenTheme .affiliate_hero_section ul {
  background: transparent;
  border: unset;
  padding: 0;
}
.cyberNews .affiliate_hero_section ul li {
  border-right: unset;
}
.greenTheme .affiliate_hero_section ul li:before {
  content: "\f00c";
  color: #4da761;
  font: normal normal normal 18px/1 FontAwesome;
  padding-left: 3px;
  margin-right: 10px;
}
.btn-green {
  background-color: #4da764;
  border-radius: 0px;
  border: 1px solid #4da761;
}
.btn-green:hover {
  color: #4da761;
  background: transparent;
}

.btn-green:hover del {
  color: rgba(77, 167, 97, 0.98);
}
.greenTheme .easeOfUseTutorialsSec {
  padding-top: 40px;
}
.greenTheme
  .customVideoTab.easeOfUseTutorialsSec
  .easeOfUseTutorialsWrap
  .tabsWrap
  .tabsNavWrap
  ul
  li.active
  a {
  background: #4da761;
  border-color: #4da761;
}
.greenTheme
  .customVideoTab.easeOfUseTutorialsSec
  .easeOfUseTutorialsWrap
  .tabsWrap
  .tabsNavWrap
  ul
  li
  a {
  border-radius: 0px !important;
  background-color: transparent;
  border: 1px solid rgba(35, 40, 45, 0.3);
  padding: 9px 15px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.greenTheme .vps_affiliate .pricing_wrapper,
.vps_affiliate .bundle_reputation {
  background: rgba(248, 249, 251, 0.5);
}
.greenTheme
  .easeOfUseTutorialsSec
  .easeOfUseTutorialsWrap
  .tabsWrap
  .tabsNavWrap
  ul
  li {
  margin: 0;
}
.greenTheme
  .customVideoTab.easeOfUseTutorialsSec
  .easeOfUseTutorialsWrap
  .tabsWrap
  .tabsNavWrap {
  margin-bottom: 64px;
  max-width: 758px;
}
.greenTheme
  .affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul {
  /* border: 0px; */
  border-radius: 0;
}
.cyberNews
  .affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li
  a {
  border-radius: 0px !important;
}
.greenTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li.active
  a {
  background: #4da761;
}
.greenTheme .affilitePages .newPrc_switcher2_wrap .dropdown-toggle {
  border-radius: 0;
}
.greenTheme .newPrc_switcher2_wrap button .fa-angle-down {
  color: #4da761 !important;
}
.cyberNews .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a {
  border-width: 2px;
  border-radius: 0;
}
.greenTheme .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a {
  border-color: #4da761;
  color: #4da761;
}
.greenTheme .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a:hover {
  background: #4da761;
  color: #fff;
}
.cyberNews .perfMetrixMainWrap {
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  padding: 48px 65px 32px;
  max-width: 880px;
  margin: 0 auto;
}
.cyberNews .perfMetrixWrap {
  position: relative;
  margin-bottom: 80px;
}
.cyberNews .perfMetrixMainWrap ul {
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  padding: 0;
}
.greenTheme .perfMetrixMainWrap ul li:before {
  content: "\f00c";
  color: #4da761;
  font: normal normal normal 15px/1 FontAwesome;
  padding-left: 3px;
  margin-right: 14px;
}
.cyberNews .perfMetrixMainWrap ul li {
  display: flex;
  align-items: center;
  padding: 0 24px;
  color: #0c0c0d;
  font-size: 16px;
  letter-spacing: -0.03em;
}
.greenTheme .perfMetrixWrap .box {
  border-right: 0px;
}
.greenTheme .perfMetrixWrap .box .stat {
  color: #4da761;
}
.greenTheme .perfMetrixWrap .box:first-child {
  padding-left: unset !important;
  padding-right: unset;
}
.greenTheme .perfMetrixWrap .box:last-child {
  padding-left: unset;
}
.greenTheme .perfMetrixWrap .box {
  padding: 0px;
}
.cyberNews .perfMetrixWrap:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -48px;
  background: linear-gradient(
    90deg,
    rgba(12, 12, 13, 0) -0.6%,
    rgba(12, 12, 13, 0.12) 51.79%,
    rgba(12, 12, 13, 0) 100%
  );
  left: 0;
  margin: 0 auto;
  right: 0;
}
.greenTheme .nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #4da761;
}
.greenTheme .main_tab_wrapper li.active::after {
  background-color: #4da761;
}
.greenTheme .main_tab_wrapper .tabBox svg path {
  fill: #4da761;
}
.cyberNews .customTestimonials {
  padding: 80px 0;
}
.cyberNews .customTestimonials p {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #0c0c0d;
  margin-bottom: 32px;
}
.cyberNews .customTestimonials img {
  margin: 0 auto;
  max-width: 162px;
}
.cyberNews .customTestimonials .topTxt:before {
  content: "";
  height: 28px;
  width: 43px;
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/quotes.svg)
    no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.cyberNews .cwManagedHstngSec {
  padding: 100px 0 80px;
}
.greenTheme .cwManagedHstngSec .cwManagedHeadWrap {
  text-align: center;
}
.greenTheme .cwManagedHstngSec .cwManagedHeadWrap h2 {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.03em;
  color: #0c0c0d;
}
.greenTheme .cwManagedHstngSec .cwManagedHeadWrap p {
  font-weight: 400;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: rgba(12, 12, 13, 0.8);
}
.greenTheme .cwManagedHstngSec .cwManagedBadgesWrap {
  margin-top: 55px;
}
.greenTheme .cwManagedHstngSec .cwManagedBadgesWrap .badgesMainWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.greenTheme
  .cwManagedHstngSec
  .cwManagedBadgesWrap
  .badgesMainWrap
  .badgeWrap
  a
  img {
  max-width: 100px;
  min-height: 100px;
  margin: 0 7px;
}
.greenTheme .cwManagedHstngSec .cwManagedComparisonWrap {
  margin-top: 65px;
}
.greenTheme .cwManagedHstngSec .cwManagedComparisonWrap .table-responsive {
  overflow: visible;
}
.greenTheme .table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
.cyberNews .cwManagedHstngSec .cwManagedComparisonWrap table {
  width: 100%;
  overflow: visible;
}
.greenTheme
  .cwManagedHstngSec
  .cwManagedComparisonWrap
  table
  > thead
  > tr
  > th:first-child {
  background: none;
  border: none !important;
}
.cyberNews
  .cwManagedHstngSec
  .cwManagedComparisonWrap
  table
  thead
  tr
  th:nth-child(2) {
  background: #0c0c0d;
  border: 1px solid rgba(66, 82, 110, 0.3);
  color: #fff;
  position: relative;
}
.cyberNews .cwManagedHstngSec .cwManagedComparisonWrap table > thead > tr > th {
  padding: 25px 10px;
  text-align: center;
  background: #fff;
  font-weight: 600;
  font-size: 18px;
  color: #0c0c0d;
  border: 1px solid rgba(12, 12, 13, 0.08);
  vertical-align: middle;
}
.greenTheme .cwManagedHstngSec .cwManagedComparisonWrap table > tbody {
  border: 0.7px solid rgba(66, 82, 110, 0.4);
  border-radius: 6px;
}
.cyberNews .cwManagedHstngSec .cwManagedComparisonWrap table > tbody tr th {
  border-right: 1px solid rgba(12, 12, 13, 0.08);
  border-top: 1px solid rgba(12, 12, 13, 0.08);
  border-left: 1px solid rgba(12, 12, 13, 0.08);
  padding: 24px 10px 24px 30px;
  font-weight: 700;
  font-size: 16px;
  color: #0c0c0d;
  background: #fff;
  vertical-align: middle;
}
.cyberNews .cwFeaturesCtaWrap {
  margin-top: 60px;
  text-align: center;
}
.greenTheme .cw-glb-btn,
.cw-glb-btn_blank {
  border: 0;
  color: #192072 !important;
  font-size: 15px;
  display: inline-block;
  font-weight: 700;
  background-color: #09ebaf;
  border-radius: 6px !important;
  padding: 10px 24px;
  border: 2px solid #09ebaf;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2) !important;
  transition: all 0.3s ease-in-out;
  outline: none !important;
}
.cyberNews
  .cwManagedHstngSec
  .cwManagedComparisonWrap
  table
  thead
  tr
  th:nth-child(2)::before {
  position: absolute;
  content: "";
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  background: inherit;
  border-radius: 6px 6px 0 0;
  height: 11px;
}
.cyberNews .cwManagedHstngSec .cwManagedComparisonWrap table > tbody tr td {
  border-top: 1px solid rgba(12, 12, 13, 0.08);
  border-left: 1px solid rgba(12, 12, 13, 0.08);
  border-right: 1px solid rgba(12, 12, 13, 0.08);
  padding: 24px 10px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(12, 12, 13, 0.8);
  background: #fff;
  text-align: center;
  width: 230px;
  vertical-align: middle;
}
.cyberNews
  .cwManagedHstngSec
  .cwManagedComparisonWrap
  table
  > tbody
  tr:last-child
  td,
.cyberNews
  .cwManagedHstngSec
  .cwManagedComparisonWrap
  table
  > tbody
  tr:last-child
  th {
  border-bottom: 1px solid rgba(12, 12, 13, 0.08);
}
.greenTheme .newVidCarouselTestis .cw-agency-vid-testi {
  background-color: transparent !important;
}
.greenTheme .newTstml_video_ttlBox {
  text-align: center;
}
.greenTheme .newVidCarouselTestis .cw-agency-vid-testi .newTstml_video_btnBox {
  position: absolute;
  background-color: white;
}
.greenTheme .newTstml_video_ttlBox p {
  margin-bottom: 48px;
}
.greenTheme .discount-sec h2 strong {
  background: #4da761;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.greenTheme .discount-sec .copyTxt {
  border-radius: 0;
  background: #f0fbf3;
  border-color: #4da761;
}
.cyberNews .hero_wrapper {
  max-width: 985px;
}
.cyberNews .customVideoTab.easeOfUseTutorialsSec .easeOfUseTutorialsWrap h2 {
  margin: 0 0 24px;
}
.greenTheme
  .customVideoTab.easeOfUseTutorialsSec
  .easeOfUseTutorialsWrap
  .tabsWrap
  .tabsContentWrap
  .videoBox
  .videoControlBox
  i {
  background: #4da761;
}

.greenTheme
  .customVideoTab.easeOfUseTutorialsSec
  .easeOfUseTutorialsWrap
  .tabsWrap
  .tabsContentWrap
  .videoBox
  .videoControlBox::before,
.greenTheme
  .customVideoTab.easeOfUseTutorialsSec
  .easeOfUseTutorialsWrap
  .tabsWrap
  .tabsContentWrap
  .videoBox
  .videoControlBox::after {
  background: #4da761;
}
.cyberNews .affiliate_bar {
  padding: 4px 0;
  width: 100%;
  max-width: 342px;
  border-radius: 0;
}

.greenTheme .affiliate_bar p {
  color: rgba(12, 12, 13, 0.8);
}

.greenTheme .affiliate_bar p span {
  color: #4da761;
}

.greenTheme .affiliate_bar {
  border-color: #4da761;
  background: #f0fbf3;
}

.greenTheme .newPrc_tblfeat_list ul li span {
  background: #4da761;
  border-radius: 4px;
}

.greenTheme .pricing6HoverAble p {
  border-color: #4da761;
}
.cyberNews
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  span
  .boldPricing6 {
  display: block;
  line-height: 30px;
  font-size: 24px;
}

.cyberNews
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  span.pricing6PriceMonthly {
  display: inline-block;
}

.cyberNews
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  span.remove_price {
  margin: 0 8px 0 0;
  text-decoration: line-through;
  font-size: 18px;
}
.cyberNews .sprtQuatrPerfV2Sec {
  padding: 100px 0;
}

.cyberNews .sprtQuatrPerfV2Sec .topTxt {
  max-width: 740px;
}
.cyberNews .perfMetrixWrap .box .stat {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 8px;
}

.cyberNews .perfMetrixWrap .box .name {
  color: rgba(12, 12, 13, 0.6);
  font-size: 14px;
}
.greenTheme .customTestimonials {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/Mask-group-1.png)
    no-repeat;
  background-size: cover;
  background-position: center;
}

.cyberNews .customTestimonials .topTxt {
  position: relative;
  z-index: 1;
  padding: 52px 0 0;
  margin: 0 auto;
  max-width: 873px;
}
.greenTheme .discount-sec {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/discount_sec_bg_green.png)
    no-repeat;
  background-size: cover;
  background-position: center;
}
.cyberNews .discount-sec h4 img {
  margin: 0 0 0 18px;
}

.greenTheme .discount-sec .copyTxt #copyText {
  color: #4da761;
}

.cyberNews .discount-sec .copyTxt {
  max-width: 323px;
}

.cyberNews .discount-sec .innerWrapper {
  max-width: 610px;
  margin: 0 auto;
}
.cyberNews .recomended img {
  margin: 0 0 0 16px;
}
.greenTheme .ppc-nav-cta a {
  background: #4da761 !important;
  border: 1px solid #4da761 !important;
}

.cyberNews .ppc-nav-cta a {
  box-shadow: none !important;
  border-radius: 0 !important;
}
.greenTheme .ppc-nav-cta a:hover,
.greenTheme .ppc-nav-cta a:focus,
.greenTheme .ppc-nav-cta a:active {
  background: transparent !important;
  color: #4da761 !important;
  border-radius: 0 !important;
  border-color: #4da761 !important;
}
/*cyber news end*/

/*online media page*/
.purpleTheme .affiliate_hero_section {
  background-image: url(https://www.cloudways.com/wp-content/uploads/2023/06/hero_bg_purple.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.omm_page .recomended img {
  margin: 0 0 0 16px;
}

.omm_page .hero_wrapper {
  max-width: 980px;
}

.purpleTheme .affiliate_hero_section h1 span {
  background: linear-gradient(93.95deg, #9c6df3 4.03%, #542aa0 114.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.purpleTheme .btn-glbl {
  background: linear-gradient(93.95deg, #9c6df3 4.03%, #542aa0 114.29%);
  border: 1px solid #9c6df3;
}
.purpleTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li.active
  a {
  background: linear-gradient(93.95deg, #9c6df3 4.03%, #542aa0 114.29%);
  border-radius: 4px !important;
  border: none;
}

.omm_page .cwPricing6Sec .cwPricing6ContentWrap .pricing6StanPremTabNav ul {
  border-radius: 4px;
}

.purpleTheme .newPrc_switcher2_wrap button .fa-angle-down {
  color: #ffac33 !important;
}

.purpleTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li.active
  a {
  background: linear-gradient(93.95deg, #9c6df3 4.03%, #542aa0 114.29%);
  border-radius: 4px !important;
  border: none;
}

.purpleTheme .newPrc_switcher2_wrap button .fa-angle-down {
  color: #542aa0 !important;
}

.purpleTheme .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a {
  border-color: #9c6df3;
  color: #9c6df3;
}

.omm_page .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a {
  border-radius: 4px;
}

.purpleTheme .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a:hover {
  background: linear-gradient(93.95deg, #9c6df3 4.03%, #542aa0 114.29%);
  color: #fff;
}

.purpleTheme .newPrc_tblfeat_list ul li span {
  background: linear-gradient(93.95deg, #9c6df3 4.03%, #542aa0 114.29%);
  border-radius: 4px;
}
.purpleTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .newPrc_tblfeat_list
  ul
  li:before {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/purple-checkMark.svg)
    no-repeat;
}

.affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .newPrc_tblfeat_list
  ul
  li:before {
  top: 0;
}
.affilitePages .bg_purple {
  background: #fbf9ff !important;
}
.omm_page .cw_autoscale_fifthFold .txtWrap {
  max-width: 580px;
}

.omm_page .cw_autoscale_fifthFold .rightArea ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.omm_page .cw_autoscale_fifthFold .rightArea ul li {
  font-size: 18px;
  color: #3b3b3b;
  letter-spacing: -0.02em;
  line-height: 180%;
  padding: 0 0 30px 35px;
  position: relative;
}

.omm_page .cw_autoscale_fifthFold .rightArea ul li a {
  color: #542aa0;
  font-size: 18px;
}

.omm_page .cw_autoscale_fifthFold .rightArea ul li:last-child {
  padding-bottom: 0;
}

.omm_page .cw_autoscale_fifthFold .rightArea ul li:before {
  content: "\f00c";
  font: normal normal normal 18px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 8px;
}

.purpleTheme .cw_autoscale_fifthFold .rightArea ul li:before {
  background: linear-gradient(93.95deg, #9c6df3 4.03%, #542aa0 114.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.omm_page .cw_autoscale_fifthFold .secondWrap {
  background: #fff;
}
.omm_page .cw_autoscale_fifthFold .nav-pills > li {
  padding: 20px 37px;
}

.omm_page .cw_autoscale_fifthFold .nav-pills > li > a:before {
  bottom: -20px;
}

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

.purpleTheme .cw_autoscale_fifthFold .nav-pills > li h6 {
  color: #3b3b3b;
}

.purpleTheme .cw_autoscale_fifthFold .nav-pills > li.active > a h6,
.purpleTheme .cw_autoscale_fifthFold .nav-pills > li.active > a:focus h6,
.purpleTheme .cw_autoscale_fifthFold .nav-pills > li.active > a:hover h6 {
  color: #542aa0;
}

.purpleTheme .cw_autoscale_fifthFold .nav-pills > li > a:before {
  background: #542aa0;
}
.omm_page .cw_autoscale_fifthFold .nav-pills > li div {
  display: flex;
  align-items: center;
}

.omm_page .cw_autoscale_fifthFold .nav-pills > li div img {
  margin: 0 10px 0 0;
}

.omm_page .cw_autoscale_fifthFold .nav-pills > li:before {
  height: 30px;
  top: 20px;
}
.omm_page .migration-sec h2 {
  margin: 0 0 16px;
}
.purpleTheme .migration-sec {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/migration_bg_purple.png)
    no-repeat;
  background-size: cover;
  background-position: center;
}
.purpleTheme .migration-sec .rightArea:before {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/migration_Ellipse_purple.png)
    no-repeat;
  background-size: cover;
  background-position: center;
}
.omm_page .tabBox {
  width: 33.33%;
  float: none;
  padding: 0;
  background: transparent;
  box-shadow: none;
  margin: 0 0 50px;
  padding: 0 10px 0 0;
}

.omm_page .main_tab_wrapper .row {
  margin: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}

.omm_page .main_tab_wrapper .tab-pane {
  width: 100%;
}

.omm_page .main_tab_wrapper .row:before,
.omm_page .main_tab_wrapper .row:after {
  display: none;
}
.omm_page .tabBox:nth-last-child(3),
.omm_page .tabBox:nth-last-child(2),
.omm_page .tabBox:last-child {
  margin: 0;
}

.omm_page .tabBox p {
  margin: 0;
  font-size: 16px;
  color: #3b3b3b;
}

.omm_page .tabBox h3 {
  margin: 0 0 16px;
}

.omm_page .tabBox .card {
  display: flex;
  align-items: flex-start;
}

.omm_page .tabBox .card .card-body {
  padding: 0 42px 0 16px;
}

.omm_page .cwPlatformSection {
  padding: 100px 0;
}

.omm_page .cwPlatSecHeadWrap {
  margin: 0 0 120px;
}

.omm_page .cwPlatMainWrap .cwPlatRightWrap .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.omm_page .cwPlatMainWrap .cwPlatRightWrap .inner .rightArea img {
  min-width: 296px;
}

.omm_page .cwPlatMainWrap .cwPlatRightWrap .inner .leftArea {
  max-width: 572px;
}

.omm_page .cwPlatMainWrap .cwPlatRightWrap .inner .leftArea h3 {
  letter-spacing: -0.03em;
  color: #0c0c0d;
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 8px;
  line-height: 150%;
}

.omm_page .cwPlatMainWrap .cwPlatRightWrap .inner .leftArea p {
  letter-spacing: -0.03em;
  color: #3b3b3b;
  font-size: 24px;
  line-height: 150%;
  margin: 0 0 40px;
}

.omm_page .cwPlatMainWrap .cwPlatRightWrap .inner .leftArea h4 {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  margin: 0 0 4px;
}

.purpleTheme .cwPlatMainWrap .cwPlatRightWrap .inner .leftArea h4 {
  background: linear-gradient(93.95deg, #9c6df3 4.03%, #542aa0 114.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.omm_page .cwPlatMainWrap .cwPlatRightWrap .inner .leftArea span {
  display: block;
  letter-spacing: -0.01em;
  color: rgba(12, 12, 13, 0.7);
  font-size: 18px;
}

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

.purpleTheme .cwPlatLeftWrap .nav-pills > li.active > a h5,
.purpleTheme .cwPlatLeftWrap .nav-pills > li.active > a:focus h5,
.purpleTheme .cwPlatLeftWrap .nav-pills > li.active > a:hover h5 {
  background: linear-gradient(93.95deg, #9c6df3 4.03%, #542aa0 114.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.omm_page .cwPlatLeftWrap .nav-pills > li > a > h5 {
  display: inline-block;
  color: #3b3b3b;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 150%;
  margin: 0 0 5px;
}

.omm_page .cwPlatLeftWrap .nav > li > a {
  padding: 16px 0 0;
  border-top: 2px solid rgba(59, 59, 59, 0.11);
  position: relative;
  z-index: 1;
}
.omm_page .cwPlatLeftWrap .nav > li > a:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  height: 2px;
  z-index: -1;
  width: 0;
}

.omm_page .cwPlatLeftWrap .nav > li > a.progressBar:before {
  width: 100%;
  animation: progressAnim 5s ease-out;
}

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

.omm_page .cwPlatLeftWrap .nav {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.omm_page .cwPlatLeftWrap .nav-pills > li {
  float: initial;
}

.omm_page .cwPlatLeftWrap .nav-pills > li > a > p {
  color: rgba(12, 12, 13, 0.5);
}

.omm_page .cwPlatLeftWrap .nav-pills > li.active > a p,
.omm_page .cwPlatLeftWrap .nav-pills > li.active > a:focus p,
.omm_page .cwPlatLeftWrap .nav-pills > li.active > a:hover p {
  color: rgba(12, 12, 13, 0.7);
}

.omm_page .cwPlatLeftWrap .nav:before,
.omm_page .cwPlatLeftWrap .nav:after {
  display: none;
}

.omm_page .cwPlatLeftWrap {
  margin: 80px 0 0;
  position: relative;
}
.omm_page .cwPlatLeftWrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.purpleTheme .discount-sec {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/discount_sec_bg_purple.png)
    no-repeat;
  background-size: cover;
  background-position: center;
}

.purpleTheme .discount-sec h2 strong {
  background: linear-gradient(93.95deg, #9c6df3 4.03%, #542aa0 114.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.purpleTheme .discount-sec .copyTxt {
  border-color: #542aa0;
  background: rgba(175, 74, 255, 0.05);
}

.purpleTheme .discount-sec .copyTxt h5 strong {
  background: linear-gradient(93.95deg, #9c6df3 4.03%, #542aa0 114.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: ommOfferColor 1s linear infinite both;
}

.omm_page .discount-sec .copyTxt {
  border-radius: 4px;
}
.omm_page .btn-glbl {
  border-radius: 4px;
}

.purpleTheme .btn-glbl:hover {
  color: #9c6df3;
  background: transparent;
}

.purpleTheme .btn-glbl:hover del {
  color: rgba(156, 109, 243, 0.88);
}
.purpleTheme .ppc-nav-cta a.cw-glb-btn {
  background: linear-gradient(
    93.95deg,
    #9c6df3 4.03%,
    #542aa0 114.29%
  ) !important;
  border-color: #9c6df3 !important;
}

.purpleTheme .ppc-nav-cta a.cw-glb-btn:hover,
.purpleTheme .ppc-nav-cta a.cw-glb-btn:focus,
.purpleTheme .ppc-nav-cta a.cw-glb-btn:active {
  background: transparent !important;
  color: #9c6df3 !important;
  border-color: #9c6df3 !important;
}
.purpleTheme .slide_image:before {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/Ellipse-1381-purple.png)
    no-repeat;
}
.omm_page .slide_image .videoBox {
  position: relative;
  min-width: 534px;
  margin: 0 80px 0 0;
  border-radius: 8px;
  overflow: hidden;
  padding: 32px 0 0;
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/Video.png)
    no-repeat;
}

.omm_page .slide_image .embed-responsive.embed-responsive-16by9 {
  border-radius: 0 0 8px 8px;
}

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

.omm_page .slide_image .videoBox .videoControlBox i {
  padding: 0;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  z-index: 9;
  text-align: center;
  line-height: 62px;
  background: linear-gradient(93.95deg, #9c6df3 4.03%, #542aa0 114.29%);
  cursor: pointer;
}

.omm_page .slide_image .videoBox .videoControlBox::before,
.omm_page .slide_image .videoBox .videoControlBox::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  background: linear-gradient(93.95deg, #9c6df3 4.03%, #542aa0 114.29%);
  width: 62px;
  height: 62px;
  margin: auto;
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: play infinite 2s linear both;
  animation: play infinite 2s linear both;
}

.omm_page .slide_image .videoBox .videoControlBox::after {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.omm_page .slide_image .videoBox .videoControlBox.play .fa-play {
  display: none;
}

@keyframes play {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
.omm_page .slide_image.easeOfUseTutorialsSec {
  padding: 0;
}
.purpleTheme .cwPlatLeftWrap .nav > li > a:before {
  background: linear-gradient(93.95deg, #9c6df3 4.03%, #542aa0 114.29%);
}
.omm_page .slide_wrapper {
  align-items: center;
  margin: 55px 0 0;
}

.omm_page .slide_image:before {
  top: -55px;
}

.omm_page .main_slider_wrapper {
  padding-top: 120px;
}
.omm_page .affiliate_bar {
  width: 401px;
}

.purpleTheme .affiliate_bar {
  background: #fbf9ff;
  border-color: #542aa0;
}

.purpleTheme .affiliate_bar p span {
  background: linear-gradient(93.95deg, #9c6df3 4.03%, #542aa0 114.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.omm_page
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  span.pricing6PriceMonthly {
  text-align: left;
  display: inline-block;
}
.omm_page
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  span
  .boldPricing6 {
  display: block;
  line-height: 30px;
}
.omm_page
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  span.remove_price {
  margin: 0 8px 0 0;
  text-decoration: line-through;
}
.omm_page .affiliate_hero_section {
  padding-bottom: 0;
}
.omm_page .CROtesting #hm-new-feat-sec1 {
  position: relative;
  padding: 0;
  z-index: 2;
  background: transparent;
  border: none;
  margin: 120px 0 0;
}

.omm_page .CROtesting #hm-new-feat-sec1 .hm-new-feat-wrap .hm-new-feat-box h3 {
  background: linear-gradient(93.95deg, #9c6df3 4.03%, #542aa0 114.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.omm_page .CROtesting #hm-new-feat-sec1 .container {
  padding: 0;
}

.omm_page .CROtesting #hm-new-feat-sec1 .hm-new-feat-wrap .hm-new-feat-box p {
  color: #3b3b3b;
  text-align: left;
}

.omm_page .CROtesting #hm-new-feat-sec1 .hm-new-feat-wrap .col-xs-6 {
  border-color: rgba(66, 82, 110, 0.3);
}
/*online media page*/
.affilitePages .CROtesting .newTstml_video_mainSec {
  padding: 100px 0;
}

.affilitePages .newVidCarouselTestis .cw-agency-vid-testi div.coll {
  background: #fff;
}

.affilitePages .newVidCarouselTestis .cw-agency-vid-testi .col-left img {
  height: 390px;
  object-position: top;
}

.affilitePages .newVidCarouselTestis .cw-agency-vid-testi p {
  margin: 40px 0 30px;
  color: rgba(12, 12, 13, 0.8);
  font-size: 24px;
}

.affilitePages .newVidCarouselTestis .cw-agency-vid-testi .col-right i {
  height: 26px;
}

.affilitePages .newVidCarouselTestis .cw-agency-vid-testi h3 {
  font-size: 20px;
  color: #0c0c0d;
}

.affilitePages .newVidCarouselTestis .cw-agency-vid-testi h4 {
  color: rgba(12, 12, 13, 0.6);
}

/*Hosting Canada page*/
.redTheme .affiliate_hero_section {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/Background_Splash.png)
    no-repeat;
  background-size: cover;
  background-position: center;
}
.redTheme .affiliate_hero_section {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/Background_Splash.png)
    no-repeat;
  background-size: cover;
  background-position: center;
}

.hosting_canada .recomended {
  align-items: flex-end;
}

.hosting_canada .affiliate_hero_section h4 {
  margin: 0 10px 9px 0;
}

.redTheme .affiliate_hero_section h1 span {
  background: linear-gradient(90deg, #ff5453 0%, #d02a06 109.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.redTheme .btn-glbl {
  background: #ff0000;
  border-radius: 54px;
  font-weight: 500;
  padding: 14px 33px;
  line-height: initial;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}

.redTheme .btn-glbl:hover {
  background: transparent !important;
  border-color: #ff0000;
  color: #ff0000;
}
.redTheme
  .customVideoTab.easeOfUseTutorialsSec
  .easeOfUseTutorialsWrap
  .tabsWrap
  .tabsNavWrap
  ul
  li
  a {
  background: #ffe7e7;
  color: #253858;
}

.redTheme
  .customVideoTab.easeOfUseTutorialsSec
  .easeOfUseTutorialsWrap
  .tabsWrap
  .tabsNavWrap
  ul
  li.active
  a {
  font-weight: 500;
  background: #ff0000;
  color: #fff;
}

.redTheme
  .customVideoTab.easeOfUseTutorialsSec
  .easeOfUseTutorialsWrap
  .tabsWrap
  .tabsContentWrap
  .videoBox
  .videoControlBox
  i {
  background: linear-gradient(90deg, #ff5453 0%, #d02a06 109.36%);
}

.redTheme
  .customVideoTab.easeOfUseTutorialsSec
  .easeOfUseTutorialsWrap
  .tabsWrap
  .tabsContentWrap
  .videoBox
  .videoControlBox::before,
.redTheme
  .customVideoTab.easeOfUseTutorialsSec
  .easeOfUseTutorialsWrap
  .tabsWrap
  .tabsContentWrap
  .videoBox
  .videoControlBox::after {
  background: linear-gradient(90deg, #ff5453 0%, #d02a06 109.36%);
}
.redTheme .bg_red {
  background: #fffafa !important;
}
.redTheme .affiliate_bar {
  border-color: #ff0000;
  background: #faeeee;
}

.hosting_canada .affiliate_bar {
  padding: 4px 0;
  width: 100%;
  max-width: 400px;
}

.redTheme .affiliate_bar p span {
  background: #ff0000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hosting_canada
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li.active
  a {
  border-radius: 48px !important;
}

.redTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li.active
  a,
.cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li.active
  a:hover {
  background: #ff0000;
  border-color: #ff0000;
}
.redTheme .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a {
  border-color: #ff0000;
  color: #ff0000;
}

.redTheme .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a:hover {
  background: #ff0000;
  border-color: transparent;
  color: #fff;
}
.redTheme .newPrc_switcher2_wrap button .fa-angle-down {
  color: #ff0000 !important;
}
.redTheme
  .cw-apps-sec
  .cw-apps-main-wrap
  .cw-apps-content-wrap
  .cw-apps-card-wrap
  .cw-apps-left-wrap
  a {
  background: linear-gradient(90deg, #ff5453 0%, #d02a06 109.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.redTheme
  .cw-apps-sec
  .cw-apps-main-wrap
  .cw-apps-content-wrap
  .cw-apps-card-wrap
  .cw-apps-left-wrap
  a
  i
  svg
  path {
  fill: #ff0000;
}

.redTheme .cw-apps-sec .cw-apps-main-wrap .cw-apps-nav-wrap ul li.active {
  border-color: #ff0000;
}
.hosting_canada .migration-sec h2 {
  margin-bottom: 16px;
}
.redTheme .cw-tstimnial-nav-wrap .nav-tabs > li.active > a,
.redTheme .cw-tstimnial-nav-wrap .nav-tabs > li.active > a:focus,
.redTheme .cw-tstimnial-nav-wrap .nav-tabs > li.active > a:hover {
  background: #ff0000 !important;
  color: #fff;
  font-weight: 500;
}
.redTheme .cw-tstimnial-nav-wrap .nav-tabs > li.active > a img,
.redTheme .cw-tstimnial-nav-wrap .nav-tabs > li.active > a:focus img,
.redTheme .cw-tstimnial-nav-wrap .nav-tabs > li.active > a:hover img {
  filter: brightness(0) invert(1);
}
.hosting_canada .customBoxTestinomialsSection .card-content {
  box-shadow: 0px 4px 40px 0px #00000026;
}
.hosting_canada .hmFeatsStatsSec .hmNewFeatLogosWrap p {
  font-weight: 500;
  font-size: 24px;
  color: #0e134f;
  margin: 0;
  text-align: center;
}

.hosting_canada .hmNewFeatLogosWrap .hmNewFeatLogosMainWrap {
  border: none;
  padding-bottom: 0;
}

.hosting_canada .hmFeatsStatsSec {
  background: #fff;
  padding: 70px 0;
}

.hosting_canada .hmNewFeatLogosWrap .hmNewFeatLogosMainWrap img {
  filter: none;
}
.redTheme #glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .cat-post-title::after {
  color: #ff0000;
}

.redTheme #glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans a,
#glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans p a {
  font-size: 18px;
  color: #ff0000;
}
.redTheme .discount-sec {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/06/discount_sec_bg_red.png)
    no-repeat;
  background-size: cover;
  background-position: center;
}

.redTheme .discount-sec h2 strong {
  background: linear-gradient(90deg, #ff5453 0%, #d02a06 109.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hosting_canada .discount-sec h4 img {
  vertical-align: bottom;
  margin: 0 0 -10px;
}

.redTheme .discount-sec .copyTxt #copyText {
  color: #ff0000;
}
.redTheme .discount-sec .copyTxt {
  border-color: #ff0000;
  background: #faeeee;
}
.hosting_canada
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  span.pricing6PriceMonthly {
  display: inline-block;
}
.hosting_canada
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  span
  .boldPricing6 {
  display: block;
  line-height: 30px;
  font-size: 24px;
}
.hosting_canada
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  span.remove_price {
  font-size: 18px;
  margin: 0 8px 0 0;
  text-decoration: line-through;
}
.hosting_canada .newPrc_tblfeat_list {
  display: none;
}

.hosting_canada .cwPricing6Sec .providersNoteTxt {
  display: none;
}

.hosting_canada .listBox.hide {
  display: flex !important;
}

.hosting_canada .cwPricing6Sec .cwPricing6ContentWrap .fulltableDescHead {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}
/*Hosting Canada page*/
.affilitePages
  .cw-tstimnial-tabs-sec
  .cw-tstimnial-main-wrap
  .cw-tstimnial-content-wrap
  .testimnial-card {
  background: transparent;
}
.listBox {
  display: flex;
  max-width: 837px;
  margin: 0 auto;
}

.listBox div {
  flex: 1;
}

.listBox h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.03em;
  color: #3b3b3b;
}

.listBox h4:after {
  content: "";
  background: #3b3b3b1c;
  display: block;
  width: 108px;
  height: 2px;
  margin: 10px 0 10px;
}

.listBox ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.listBox ul li {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: rgba(12, 12, 13, 0.5);
  padding: 0 0 0 25px;
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
}

.listBox ul li.pricing6HoverAble {
  border-bottom: 1px dashed #ff0000;
}

.listBox ul li .pricing6HoverableCard {
  position: absolute;
  bottom: 30px;
  left: 0;
  background: #ffffff;
  border: 1px solid rgba(255, 0, 0, 0.21);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px 30px;
  width: 300px;
  z-index: 1;
  display: none;
}

.listBox ul li .pricing6HoverableCard h3 {
  font-weight: 700;
  font-size: 20px;
  color: #0c0c0d;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.listBox ul li .pricing6HoverableCard p {
  margin-top: 12px;
}

.listBox ul li:hover .pricing6HoverableCard {
  display: block;
}

.listBox ul li .pricing6HoverableCard h3 span {
  background: #ff0000;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  margin-left: 15px;
  padding: 5px 10px;
}

.listBox ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.listBox ul li:before {
  content: "\f00c";
  background: linear-gradient(90deg, #ff5453 0%, #d02a06 109.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 5px;
}

/*Top 10 page Revamp*/
.pinkTheme .affiliate_hero_section {
  background-image: url(https://www.cloudways.com/wp-content/uploads/2023/07/Background_Splash_pink.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pinkTheme .affiliate_hero_section h1 span {
  color: #ff4a64;
}

.top10page .btn-glbl {
  border-radius: 4px;
}

.pinkTheme .btn-glbl {
  background: #ff4a64;
  border-color: #ff4a64;
}

.top10page .recomended h4 {
  margin: 0 15px 6px 0;
}

.top10page .recomended {
  align-items: flex-end;
}
.pinkTheme .affiliate_bar {
  border-color: #ff4a64;
  background: rgba(255, 74, 100, 0.05);
}

.pinkTheme .affiliate_bar p span {
  color: #ff4a64;
}

.top10page .affiliate_bar {
  padding: 4px 0;
  width: 100%;
  max-width: 342px;
  border-radius: 0;
}

.top10page
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li
  a {
  border-radius: 4px !important;
}

.top10page .cwPricing6Sec .cwPricing6ContentWrap .pricing6StanPremTabNav ul {
  border-radius: 4px;
}

.pinkTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li.active
  a {
  background: #ff4a64;
  border: none;
  border-radius: 4px !important;
}
.top10page .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a {
  border-width: 2px;
  border-radius: 4px;
}

.pinkTheme .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a {
  border-color: #ff4a64;
  color: #ff4a64;
}

.pinkTheme .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a:hover {
  background: #ff4a64;
  color: #fff;
}

.top10page
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  span.pricing6PriceMonthly {
  display: inline-block;
}

.top10page
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  span
  .boldPricing6 {
  display: block;
  line-height: 30px;
  font-size: 24px;
}
.top10page
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  span.remove_price {
  margin: 0 8px 0 0;
  text-decoration: line-through;
  font-size: 18px;
}
.top10page
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .newPrc_tblfeat_list
  ul
  li:before {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/07/icons8-checkmark-pink.svg)
    no-repeat center;
}

.pinkTheme .newPrc_tblfeat_list ul li span {
  background: #ff4a64;
  border-radius: 4px;
}

.pinkTheme .pricing6HoverAble p {
  border-bottom-color: #ff4a64;
}
.pinkTheme .bg_pink {
  background: #fffafa !important;
}
.pinkTheme .nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #ff4a64;
}

.pinkTheme .main_tab_wrapper li.active::after {
  background-color: #ff4a64;
}

.pinkTheme .main_tab_wrapper .tabBox .card:not(.notFill) svg path {
  fill: #ff4a64;
}

.pinkTheme .migration-sec {
  background: rgba(255, 250, 250, 0.73);
}

.top10page .scrollableTableSec .tableWrap .col.cloudways .box {
  color: rgba(12, 12, 13, 0.8);
}

.top10page .scrollableTableSec .tableWrap .left .col:first-child .box {
  font-weight: 600;
}

.pinkTheme .cw-tstimnial-nav-wrap .nav-tabs > li.active > a,
.pinkTheme .cw-tstimnial-nav-wrap .nav-tabs > li.active > a:focus,
.pinkTheme .cw-tstimnial-nav-wrap .nav-tabs > li.active > a:hover {
  background: rgba(255, 74, 100, 0.1) !important;
}
.pinkTheme #glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .cat-post-title::after {
  color: #ff4a64;
}

.pinkTheme #glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans a,
.pinkTheme #glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans p a {
  color: #ff4a64;
}
.top10page .discount-sec .innerWrapper {
  max-width: 610px;
  margin: 0 auto;
}

.pinkTheme .discount-sec h2 strong {
  background: #ff4a64;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top10page .discount-sec .copyTxt {
  max-width: 323px;
  border-radius: 4px;
}
.pinkTheme .discount-sec .copyTxt {
  background: rgba(255, 74, 100, 0.05);

  border-color: #ff4a64;
}

.pinkTheme .discount-sec .copyTxt #copyText {
  color: #ff4a64;
}

.top10page .discount-sec h4 img {
  vertical-align: top;
  margin: -15px 0 0 15px;
}
.pinkTheme .discount-sec {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/07/discount_sec_bg_pink.png)
    no-repeat;
  background-size: cover;
  background-position: center;
}

.affilitePages .animSec {
  position: relative;
  z-index: 1;
  padding: 80px 0 50px;
}
.pinkTheme .btn-glbl:hover {
  background: transparent;
  color: #ff4a64;
}

.top10page .ppc-nav-cta a {
  box-shadow: none !important;
  border-radius: 4px !important;
}

.pinkTheme .ppc-nav-cta a {
  background: #ff4a64 !important;
  border: 1px solid #ff4a64 !important;
}

.pinkTheme .ppc-nav-cta a:hover,
.pinkTheme .ppc-nav-cta a:focus,
.pinkTheme .ppc-nav-cta a:active {
  background: transparent !important;
  color: #ff4a64 !important;
  border-radius: 4px !important;
  border-color: #ff4a64 !important;
}

.top10page
  .cw-tstimnial-tabs-sec
  .cw-tstimnial-main-wrap
  .cw-tstimnial-nav-wrap
  ul {
  border-radius: 4px !important;
}

.affilitePages .animSec .topTxt {
  max-width: 608px;
  margin: 0 auto 40px;
}
.affilitePages .animItems {
  padding: 0;
  list-style-type: none;
  position: relative;
  z-index: 1;
}

.affilitePages .animItems li {
  position: absolute;
  opacity: 0;
  /* z-index: 1; */
  max-width: 200px;
}

.affilitePages .animItems.animatedd li {
  opacity: 1;
  animation: fadeIn 0.5s ease-in-out;
}

.affilitePages .animItems li:first-child {
  top: 28px;
  left: 5px;
}

.affilitePages .animItems li:nth-child(2) {
  top: 195px;
  left: 53px;
}

.affilitePages .animItems li:nth-child(3) {
  top: 352px;
  left: 5px;
}

.affilitePages .animItems li:nth-child(4) {
  top: 33px;
  left: 199px;
}

.affilitePages .animItems li:nth-child(5) {
  top: 399px;
  left: 245px;
}

.affilitePages .animItems li:nth-child(6) {
  right: 201px;
  top: 33px;
}

.affilitePages .animItems li .imageArea {
  max-width: 155px;
  transition: all 0.3s ease-in-out;
}

.affilitePages .animItems li:hover .imageArea {
  transform: scale(1.1);
}

.affilitePages .animItems li:nth-child(7) {
  right: 244px;
  top: 398px;
}

.affilitePages .animItems li:nth-child(9) {
  right: 55px;
  top: 197px;
}

.affilitePages .animItems li:nth-child(8) {
  right: 10px;
  top: 28px;
}

.affilitePages .animItems li:last-child {
  top: 350px;
  right: 6px;
}

.affilitePages .animItems li .hoverBox {
  border-radius: 10px;
  border: 1px solid rgba(255, 74, 100, 0.2);
  background: #fffafa;
  text-align: center;
  min-width: 325px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
  position: absolute;
  bottom: 135px;
  opacity: 0;
  left: -85px;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  z-index: 1;
  text-align: left;
}

.affilitePages .animItems li .hoverBox h4 {
  font-weight: 700;
  margin: 0 0 8px;
  color: #0c0c0d;
  font-size: 24px;
}

.affilitePages .animItems li .hoverBox p {
}

/* .affilitePages .animItems li .hoverBox:before {
    content: "";
    width: 29px;
    height: 16px;
    border: 1px solid rgba(255, 74, 100, 0.20);
    background: #FFFAFA;
    left: 0;
    right: 0;
    position: absolute;
    bottom: -16px;
    margin: 0 auto;
    clip-path: polygon(100% 0, 0 0, 51% 100%);
} */

.affilitePages .animItems li:hover .hoverBox {
  opacity: 1;
  visibility: visible;
}

.pinkTheme .newPrc_switcher2_wrap button .fa-angle-down {
  color: #ff4a64 !important;
}

.top10page .newPrc_switcher2_wrap .dropdown-toggle {
  border-radius: 4px;
}

.pinkTheme .scrollableTableSec .tableWrap .navControls button span,
.pinkTheme .scrollableTableSec .tableWrap .navControls button:hover span {
  color: #ff4a64;
}

.pinkTheme .scrollableTableSec .tableWrap .navControls button.disabled span {
  color: rgba(255, 74, 100, 0.42) !important;
}
/*Top 10 page Revamp*/
.affilitePages .cwPricing6Sec .cwPricing6ContentWrap .fulltableDescHead {
  color: #0c0c0d;
}
.affilitePages .scrollableTableSec .tableWrap .col .box {
  font-family: "Pretendard";
}
.affilitePages .scrollableTableSec .tableWrap .col .box:first-child {
  font-weight: 600;
}

/*Managed Cloud Hosting Platform*/
.redThemeTwo .affiliate_hero_section {
  background-image: url(https://www.cloudways.com/wp-content/uploads/2023/07/Background-Splash-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.redThemeTwo .ppc-nav-cta a {
  background: linear-gradient(262deg, #ff7e65 0%, #fd5b3c 100%) !important;
  border-color: transparent !important;
  border-radius: 4px !important;
}
.redThemeTwo .ppc-nav-cta a:hover,
.redThemeTwo .ppc-nav-cta a:focus,
.redThemeTwo .ppc-nav-cta a:active {
  border-color: #fd5b3c !important;
  background: transparent !important;
  border-radius: 4px !important;
  color: #fd5b3c !important;
}
.redThemeTwo .affiliate_hero_section h1 span {
  color: #fd5b3c;
}

.redThemeTwo .btn-glbl {
  background: linear-gradient(262deg, #ff7e65 0%, #fd5b3c 100%);
  border: 1px solid transparent;
  border-radius: 4px;
}
.redThemeTwo .btn-glbl:hover {
  border-color: #fd5b3c;
  background: transparent;
  color: #fd5b3c;
}
.redThemeTwo .btn-glbl-empty {
  border-radius: 4px;
  border: 1.5px solid #ff7e65;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ff7e65;
  margin: 0;
  padding: 12px 30px;
  position: relative;
  z-index: 1;
}
.redThemeTwo.manage_hosting
  .appsAndProvidersSection
  .providersNavWrap
  ul
  li.active
  a {
  background: linear-gradient(262deg, #ff7e65 0%, #fd5b3c 100%);
  border-radius: 4px !important;
  color: #5e6c84 !important;
  border: none;
  color: white !important;
  padding: 12px;
}
.redThemeTwo.manage_hosting .appsAndProvidersSection .providersNavWrap ul li a {
  color: rgba(12, 12, 13, 0.8);
  font-weight: 400;
  padding: 11px;
  margin: 0;
  border-radius: 4px !important;
  background: unset;
  border: unset;
}
.redThemeTwo #allProviders {
  margin-top: 50px;
}
.redThemeTwoBgColor {
  background: #fff9f6 !important;
}

.redThemeTwo
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li.active
  a {
  background: linear-gradient(262deg, #ff7e65 0%, #fd5b3c 100%);
  border-radius: 4px !important;
}
.redThemeTwo
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li.active
  a,
.redThemeTwo
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li.active
  a:hover {
  background: linear-gradient(262deg, #ff7e65 0%, #fd5b3c 100%);
  border-color: #ff7e65 !important;
}
.redThemeTwo.affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul {
  border-radius: 4px;
}
.redThemeTwo .newPrc_switcher2_wrap button .fa-angle-down {
  color: #ff7e65 !important;
}
.redThemeTwo .pricing_wrapper {
  background: #fff9f6;
}

.redThemeTwo .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a {
  border-color: #ff7e65;
  color: #ff7e65;
}
.redThemeTwo .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a {
  border-width: 1px;
  border-radius: 4px;
}

.redThemeTwo .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a:hover {
  background: #ff7e65;
  color: #fff;
}
.redThemeTwo
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .newPrc_tblfeat_list
  ul
  li:before {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/07/icons8-checkmark-2.png)
    no-repeat center;
}
.redThemeTwo .testi-sec h3 {
  font-size: 24px;
}
.redThemeTwo .nav-pills > li.active > a,
.redThemeTwo .nav-pills > li.active > a:focus,
.redThemeTwo .nav-pills > li.active > a:hover {
  color: #ff7e65;
}
.redThemeTwo .main_tab_wrapper li.active::after {
  background-color: #ff7e65;
}
.redThemeTwo.affilitePages .affiliate_bar svg path {
  fill: #ff7e65;
}
.redThemeTwo.affilitePages .affiliate_bar p span {
  color: #ff7e65;
}
.redThemeTwo.affilitePages .affiliate_bar {
  border: 1px solid #ff7e65;
  border-radius: 4px;
}
.redThemeTwo .remove_price {
  text-decoration: line-through;
}
.redThemeTwo .testi-sec h4 {
  color: #ff7e65;
}
.redThemeTwo .tabBox .card:not(.notFill) svg path {
  fill: rgba(255, 126, 101, 1);
}
.redThemeTwo .wt-rgn_stats-cnt > b {
  color: #ff7e65;
}
.redThemeTwo .wt-rgn-contr:before {
  background-color: #ff7e65;
}
.redThemeTwo .wt-rgn-contr-tip-inr > a {
  background-color: #ff7e65;
}

.redThemeTwo .ppcNavHelloBar {
  background-color: #ff7e65;
  background-image: linear-gradient(262deg, #ff7e65 0%, #fd5b3c 100%);
  /* background-color: linear-gradient(262deg, #FF7E65 0%, #FD5B3C 100%); */
}
.redThemeTwo .ppcNavHelloBar p {
  color: #fff;
  font-weight: unset;
}

.redThemeTwo .ppcNavHelloBar p a {
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  padding: 8px 12px;
}
.redThemeTwo .cw-hbar_ftrTag,
.redThemeTwo .ppcNavHelloBar a {
  background-color: #fff !important;
  color: #ff7e65;
  padding: 5px 12px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 0 20px !important;
}

/* .redThemeTwo .ppcNavBar .ppc-hdr-wrap nav {
    margin-top: 74px;
} */

.redThemeTwo .appsAndProvidersSection .providersNavWrap ul {
  border-radius: 4px;
  /* border: 0.5px solid rgba(66,82,110,.18); */
  border: 0.5px solid rgba(66, 82, 110, 0.18);
}

/* .redThemeTwo .cw-tstimnial-nav-wrap .nav-tabs>li.active>a{
    background: #FF7E65;
} */
.redThemeTwo .customBoxTestinomialsSection .homeTestinomials li.active a {
  background: #ffe8e3 !important;
}
.redThemeTwo .customBoxTestinomialsSection {
  background-color: #ffffff;
}
/*similar*/
.redThemeTwo
  .appsAndProvidersSection
  .providersContentWrap
  .contentLeftWrap
  h2 {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.03em;
  color: #0c0c0d;
  line-height: 120%;
}
.redThemeTwo
  .appsAndProvidersSection
  .providersContentWrap
  .contentRightWrap
  .cardsMainWrap
  .cardWrap
  p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: rgba(12, 12, 13, 0.8);
}
.redThemeTwo .appsAndProvidersSection .providersContentWrap .contentLeftWrap p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: rgba(12, 12, 13, 0.8);
}

.redThemeTwo .testi-sec {
  background-image: url(https://www.cloudways.com/wp-content/uploads/2023/07/Mask-group-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.redThemeTwo .discount-sec {
  background-image: url(https://www.cloudways.com/wp-content/uploads/2023/07/Mask-group-3.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.redThemeTwo .discount-sec h2 strong {
  background: linear-gradient(262deg, #ff7e65 0%, #fd5b3c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.redThemeTwo .discount-sec .copyTxt {
  border: 1px dashed #ff7e65;
  border-radius: 2px;
}
.redThemeTwo .appsAndProvidersSection .providersContentWrap .contentLeftWrap a {
  display: block;
}

.redThemeTwo .appsAndProvidersSection .providersContentWrap .contentLeftWrap a,
.redThemeTwo
  .appsAndProvidersSection
  .providersContentWrap
  .contentLeftWrap
  a
  i {
  margin-top: 24px;
  color: #ff7e65;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
.redThemeTwo
  .appsAndProvidersSection
  .providersContentWrap
  .contentLeftWrap
  a
  i
  svg
  path {
  fill: #ff7e65;
}
.redThemeTwo
  .appsAndProvidersSection
  .providersContentWrap
  .contentLeftWrap
  a
  i {
  margin-left: 10px;
}
.redThemeTwo
  .appsAndProvidersSection
  .providersContentWrap
  .contentLeftWrap
  a:hover
  i {
  margin-left: 15px;
}

.redThemeTwo .discount-sec .copyTxt #copyText {
  background: linear-gradient(262deg, #ff7e65 0%, #fd5b3c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.redThemeTwo .recomended img {
  margin: 0 0 0 16px;
}
.redThemeTwo .hm-new-plt_sec_cont {
  margin-left: 61px;
  font-weight: 400;
  font-family: "Pretendard";
  line-height: 150%;
}

.redThemeTwo .hm-new-plt_sec {
  max-width: 445px;
}

.redThemeTwo .testi-sec-vps .rightArea {
  max-width: 521px;
}

.redThemeTwo .newPrc_switcher2_wrap .dropdown-toggle {
  border-radius: 2px;
}

.redThemeTwo .newPrc_tblfeat_list ul li span {
  background: linear-gradient(262deg, #ff7e65 0%, #fd5b3c 100%);
  border-radius: 2px;
}
.redThemeTwo .bundle_reputation .bundle_steps:before {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/07/elipse_shade_bg_red.png)
    no-repeat;
  background-position: right bottom;
}

.redThemeTwo .flip-card-back a {
  background: linear-gradient(262deg, #ff7e65 0%, #fd5b3c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.redThemeTwo .bundle_reputation .txtWrap {
  max-width: 560px;
}
.redThemeTwo .discount-sec .innerWrapper {
  max-width: 880px;
  margin: 0 auto;
}
/*Managed Cloud Hosting Platform*/
.redThemeTwo
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  span.pricing6PriceMonthly {
  display: inline-block;
}

.redThemeTwo
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  span
  .boldPricing6 {
  display: block;
  line-height: 30px;
  font-size: 24px;
}

.redThemeTwo
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  span.remove_price {
  margin: 0 8px 0 0;
  text-decoration: line-through;
  font-size: 18px;
}

/* Themeisle Wordpress Landing Page  */
.lbrownTheme .btn-glbl {
  background: #ef856c;
  border-radius: 2px;
}

.lbrownTheme .btn-glbl-empty {
  border-color: #ef856c;
  color: #ef856c;
  border-radius: 2px;
}

.lbrownTheme .affiliate_hero_section .btn-glbl-empty {
  margin: 0 0 0 12px;
}

.lbrownTheme .affiliate_hero_section h1 span {
  display: inline-block;
}

.lbrownTheme .hero_wrapper {
  max-width: 100%;
}

.lbrownTheme .affiliate_hero_section h1 + p {
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}

.lbrownTheme .btn-glbl:hover {
  border-color: #ef856c;
  color: #ef856c;
}

.lbrownTheme .btn-glbl:hover del {
  color: rgba(253, 61, 90, 0.78);
}

.lbrownTheme .btn-glbl-empty:hover {
  background: #ef856c;
  color: #fff;
}

.lbrownTheme .affiliate_hero_section h1 span {
  color: #ef856c;
}

.lbrownTheme .ppc-nav-cta a {
  background: #ef856c !important;
}

.lbrownTheme .ppcNavHelloBar {
  background: #ef856c;
}

.lbrownTheme .ppc-nav-cta a:hover,
.lbrownTheme .ppc-nav-cta a:focus,
.lbrownTheme .ppc-nav-cta a:active {
  border-color: #ef856c !important;
  border-radius: 4px !important;
  color: #ef856c !important;
}

.lbrownTheme .affiliate_hero_section {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/07/Background_Splash_lbrown.png)
    no-repeat;
  background-size: cover;
  background-position: center;
}
.lbrownTheme.affilitePages .affiliate_bar {
  border-color: #ef856c;
  padding: 4px 0;
  max-width: 336px;
  border-radius: 2px;
  background: #fff2ef;
}

.lbrownTheme.affilitePages .affiliate_bar p span {
  color: #ef856c;
}

.lbrownTheme.affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul {
  border-radius: 2px;
}

.lbrownTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li
  a {
  border-radius: 2px !important;
}

.lbrownTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li.active
  a {
  border-radius: 2px !important;
  background: #ef856c !important;
}

.lbrownTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li.active
  a,
.lbrownTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li.active
  a:hover {
  background: #ef856c !important;
}

.lbrownTheme .newPrc_switcher2_wrap button .fa-angle-down {
  color: #ef856c !important;
}

.lbrownTheme .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a {
  border-radius: 2px;
  border-color: #ef856c;
  color: #ef856c;
}

.lbrownTheme .newPrc_tblfeat_list ul li span {
  background: #ef856c;
}
.lbrownTheme .testi-sec {
  background-image: url(https://www.cloudways.com/wp-content/uploads/2023/07/testi_bg_lbrown.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.lbrownTheme .migration-sec .rightArea:before {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/07/migration_bg.png)
    no-repeat;
  background-size: cover;
}
.lbrownTheme .glb_bnchMark2_sldr_paraBox p {
  font-size: 20px;
}

.lbrownTheme .glb_bnchMark2_sldr_infoBox h4,
.lbrownTheme .glb_bnchMark2_sldr_infoBox b {
  color: #ef856c;
}

.lbrownTheme .glb_bnchMark2_sldr_infoBox b + p {
  color: rgba(12, 12, 13, 0.37);
  font-size: 16px;
  line-height: initial;
}

.lbrownTheme .glb_bnchMark2_ttlBox {
  max-width: 614px;
  margin-left: auto;
  margin-right: auto;
}

.lbrownTheme #myCarousel_bnchMark2 .carousel-indicators {
  display: block;
  top: auto;
  bottom: -60px !important;
  left: 0;
  right: auto;
  width: auto !important;
}

.lbrownTheme #myCarousel_bnchMark2 li {
  margin: 0;
}

.lbrownTheme #myCarousel_bnchMark2 li {
  background: #f1eded;
  border-color: #f1eded !important;
}

.lbrownTheme #myCarousel_bnchMark2 li.active {
  background: #ef856c;
  border-color: #ef856c !important;
}

.lbrownTheme .glb_bnchMark2_sldr_paraBox > p {
  margin: 24px 0 36px;
}

.lbrownTheme .glb_bnchMark2_sldr_imgBox_actv {
  background-color: #ef856c;
}

.lbrown_bg {
  background: #fefaf9 !important;
}

.lbrownTheme .wt-rgn_inr-top {
  max-width: 530px;
}
.lbrownTheme .discount-sec {
  background-image: url(https://www.cloudways.com/wp-content/uploads/2023/07/discount-bg-lbrown.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.redThemeTwo .discount-sec h4 img {
  margin: 0 0 0 16px;
}

.lbrownTheme .discount-sec .copyTxt {
  border-color: #ef856c;
  max-width: 313px;
  background: #fff9f8;
}
.lbrownTheme .glb_bnchMark_sldr_paraBox p {
  font-size: 24px;
  margin: 0;
}

.lbrownTheme .glb_bnchMark_sldr_para {
  min-height: 322px;
  float: initial;
}

.lbrownTheme .glb_bnchMark_sldr_paraBox {
  animation: sldr_img_anm 0.5s;
}

.lbrownTheme .glb_bnchMark_sldr_innerBox {
  background: #fff;
  overflow: visible;
}

.lbrownTheme .glb_bnchMark_sldr_imgBox:before {
  display: none;
}

.lbrownTheme .glb_bnchMark_sldr_imgBox {
  width: auto;
  width: 212px;
  height: 212px;
  border-radius: 8px;
  left: auto;
  right: 40px;
  z-index: 999;
  top: -43px;
  animation: sldr_img_anm2 0.5s;
}

.lbrownTheme
  #glb-nfaq-wrap.glb-nfaq-wrap-new
  .wt-faq-que
  .cat-post-title::after,
.lbrownTheme #glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans a,
.lbrownTheme #glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans p a {
  color: #ef856c;
}
.lbrownTheme .glb_bnchMark_ttlBox {
  margin: 0 auto 64px;
  max-width: 622px;
}
.lbrownTheme .nav-pills > li.active > a,
.lbrownTheme .nav-pills > li.active > a:focus,
.lbrownTheme .nav-pills > li.active > a:hover {
  color: #ef856c;
}

.lbrownTheme .main_tab_wrapper li.active::after {
  background-color: #ef856c;
}

.lbrownTheme .tabBox .card:not(.notFill) svg path {
  fill: #ef856c;
}

.lbrownTheme .discount-sec .copyTxt #copyText {
  color: #ef856c;
}

.lbrownTheme .wt-rgn-contr:before {
  background: #ef856c;
}

.lbrownTheme .wt-rgn-contr_anm:after {
  background: rgba(239, 133, 108, 0.3);
}

.lbrownTheme .pricing6HoverAble p {
  border-color: #ef856c;
}

/* Themeisle Wordpress Landing Page  */

/* CodeinWP Landing Page  */
.blueTheme2 .ppcNavHelloBar a {
  border-radius: 2px;
  color: #1ba6d9;
  font-size: 12px;
  margin: 0 0 0 24px !important;
  font-weight: 700;
}

.blueTheme2 .ppcNavHelloBar {
  background: #1ba6d9;
}

.blueTheme2 .affiliate_hero_section h1 span {
  color: #1ba6d9;
}

.blueTheme2 .ppc-nav-cta a {
  background: #1ba6d9 !important;
  border-radius: 10px !important;
  border-color: #1ba6d9 !important;
}

.blueTheme2 .ppc-nav-cta a:hover,
.blueTheme2 .ppc-nav-cta a:focus,
.blueTheme2 .ppc-nav-cta a:active {
  background: transparent !important;
  border-radius: 10px !important;
  color: #1ba6d9 !important;
}

.blueTheme2 .btn-glbl-blank {
  color: #1ba6d9;
  border-color: #1ba6d9;
  border-radius: 10px;
}

.blueTheme2 .btn-glbl {
  background: #1ba6d9;
  border-radius: 10px;
  border: 2px solid transparent;
}

.blueTheme2 .btn-glbl-blank:hover {
  background: #1ba6d9;
  color: #fff;
}

.blueTheme2 .btn-glbl:hover {
  background: transparent;
  color: #1ba6d9;
  border-color: #1ba6d9;
}
.blueTheme2 .btn-glbl:hover del {
  color: rgba(27, 166, 217, 0.88);
}
.blueTheme2 .wt-prcNew2_prc_btn a {
  border-radius: 10px !important;
  border-color: #1ba6d9;
  color: #1ba6d9 !important;
}

.blueTheme2 .wt-prcNew2_sec2 .wt-prcNew2_prc_btn a,
.blueTheme2 .wt-prcNew2_sec:hover .wt-prcNew2_prc_btn a {
  background: #1ba6d9;
  border-color: #1ba6d9;
  box-shadow: none !important;
}

.blueTheme2 .wt-prcNew2_sec2 .wt-prcNew2_prc_btn a,
.blueTheme2 .wt-prcNew2_sec:hover .wt-prcNew2_prc_btn a {
  background: #1ba6d9;
  border-color: #1ba6d9;
}

.blueTheme2 .wt-prcNew2_sec2 .wt-prcNew2_prc_text,
.blueTheme2 .OCPserviceWrap .saving {
  background: #1ba6d9;
}

.blueTheme2 #wt-prcNew-v2 .cw-prc-ftrs-body li span {
  background: #1ba6d9;
}

.blueTheme2 .nav-pills > li.active > a,
.blueTheme2 .nav-pills > li.active > a:focus,
.blueTheme2 .nav-pills > li.active > a:hover {
  color: #1ba6d9;
}

.blueTheme2 .main_tab_wrapper li.active::after {
  background: #1ba6d9;
}
.blueTheme2_bg {
  background: #f5fcff !important;
}

.blueTheme2 .wt-rgn-contr:before {
  background: #1ba6d9;
}

.blueTheme2 .testi-sec h4,
.blueTheme2 .wt-rgn_stats-cnt > b {
  color: #1ba6d9;
}
.blueTheme2 .wt-rgn-contr_anm:after {
  background: rgba(27, 166, 217, 0.3);
}

.blueTheme2 .discount-sec .copyTxt h5 strong {
  color: #1ba6d9;
  text-transform: uppercase;
  font-weight: 700;
}

.blueTheme2 .discount-sec .copyTxt {
  border-radius: 10px;
}

.blueTheme2 .discount-sec h2 strong {
  color: #1ba6d9;
  -webkit-text-fill-color: #1ba6d9;
}
.blueTheme2 .wt-prcNew2_prvd-tab > .container > .nav-tabs li:nth-of-type(3),
.blueTheme2 .wt-prcNew2_prvd-tab > .container > .nav-tabs li:nth-of-type(4),
.blueTheme2 .wt-prcNew2_prvd-tab > .container > .nav-tabs li:nth-of-type(5),
.blueTheme2
  .wt-prcNew2_prvd-tab
  > .container
  > .nav-tabs
  li:nth-of-type(2)::before {
  display: block !important;
}

.blueTheme2 .wt-prcNew2_prvd-tab > .container > .nav-tabs li:nth-of-type(2),
.blueTheme2 .wt-prcNew2_prvd-tab > .container > .nav-tabs li:nth-of-type(3) {
  display: none !important;
}

.blueTheme2 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs {
  box-shadow: none;
  max-width: 610px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-around;
}

.blueTheme2 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .vultrPlansTabsWrap .nav-tabs {
  justify-content: center;
}

.blueTheme2 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs li.active a {
  background: #fff !important;
}

.blueTheme2 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs li a::before {
  display: none;
}

.blueTheme2
  #wt-prcNew-v2
  .wt-prcNew2_prvd-tab
  .vultrPlansTabsWrap2
  .nav-tabs
  li
  a::before {
  display: block;
}

.blueTheme2 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs li.active a > b {
  bottom: 12px;
  visibility: visible;
}

.blueTheme2 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs li a > b {
  position: absolute;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  bottom: -30px;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.blueTheme2 .wt-prcNew2_prvd-tab {
  position: relative;
  z-index: 1;
}

.blueTheme2 .wt-prcNew2_prvd-tab:before {
  position: absolute;
  background: rgba(66, 82, 110, 0.1);
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  top: 53px;
}

.blueTheme2 .wt-prcNew2_prvd-tab .nav-tabs li span {
  height: 23px !important;
}

.blueTheme2 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs li a {
  position: static;
}

.blueTheme2
  #wt-prcNew-v2
  .wt-prcNew2_prvd-tab
  .nav-tabs
  li:first-child.active
  a::before {
  display: none;
}

.blueTheme2 .wt-prcNew2_prvd-tab .vultrPlansTabsWrap2 .nav-tabs li.active {
  margin: 0;
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
}

.blueTheme2
  #wt-prcNew-v2
  .wt-prcNew2_prvd-tab
  .vultrPlansTabsWrap2
  .nav-tabs
  li.active
  a {
  background: transparent !important;
}

.blueTheme2 .wt-prcNew2_prvd-tab .nav-tabs li {
  flex: auto;
  float: initial;
  width: 32.33%;
  margin: 0 3px;
  background: #fff;
  border: 1px solid #eef0f2;
  border-radius: 4px 4px 0px 0px !important;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.blueTheme2 .wt-prcNew2_prvd-tab .vultrPlansTabsWrap2 .nav-tabs li {
  margin: 0;
  background: transparent;
  border: none;
  overflow: visible;
}
.blueTheme2 .wt-prcNew2_prvd-tab .nav-tabs li.active {
  background: #ffffff;
  border: 1px solid #eef0f2;
  box-shadow: 0px -11px 30px rgba(0, 0, 0, 0.04);
  border-radius: 6px 6px 0px 0px !important;
  padding-bottom: 20px;
  margin-top: -20px;
}
.blueTheme2 .wt-prcNew2_prvd-tab .nav-tabs .wt-nprcNew2-do,
.blueTheme2
  #wt-prcNew-v2
  .wt-prcNew2_prvd-tab
  .nav-tabs
  li.active
  a.wt_prc3_doTab
  span {
  background-position-y: -122px;
}

.blueTheme2 #wt-prcNew-v2 .wt-prcNew2_prvd-tab .nav-tabs li.active a span {
  transform: initial;
}

.blueTheme2 .wt-prcNew2_prvd-tab .nav-tabs .wt-nprcNew2-amz,
.blueTheme2
  #wt-prcNew-v2
  .wt-prcNew2_prvd-tab
  .nav-tabs
  li.active
  a.wt_prc3_awsTab
  span {
  background-size: 78px;
  background-position: center -210px;
}

.blueTheme2 .wt-prcNew2_prvd-tab .nav-tabs .wt-nprcNew2-gce,
.blueTheme2
  #wt-prcNew-v2
  .wt-prcNew2_prvd-tab
  .nav-tabs
  li.active
  a.wt_prc3_gceTab
  span {
  background-position: center -565px;
}

.blueTheme2 .newPrc_switcher2_wrap .dropdown-toggle {
  border-radius: 10px;
}

.blueTheme2 .discountOfferBox {
  color: rgba(12, 12, 13, 0.8);
  border-radius: 2px;
  border: 0.5px solid #1ba6d9;
  background: #f4fbff;
  box-shadow: none;
  font-size: 14px;
}

.blueTheme2 .discountOfferBox img {
  margin: 0 8px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.blueTheme2 .discountOfferBox strong {
  color: #1ba6d9;
}
/* CodeinWP Landing Page  */

/* Webiators Landing Page  */
.sGreenTheme .affiliate_hero_section .recomended img {
  margin: 0 0 0 9px;
}

.sGreenTheme .affiliate_hero_section h1 {
  font-size: 56px;
  line-height: initial;
}

.sGreenTheme .affiliate_hero_section h1 .second_heading {
  color: #099;
  display: inline-block;
}

.sGreenTheme .btn-glbl {
  border-radius: 10px;
  background: #099;
  border: 2px solid transparent;
}

.sGreenTheme .vps_affiliate .pricing_wrapper {
  position: relative;
  z-index: 1;
}

.sGreenTheme .affiliate_bar {
  border-radius: 2px;
  border: 1px solid #099;
  background: rgba(241, 249, 249, 0.8);
  padding: 4px 0;
  width: 326px;
}

.sGreenTheme .affiliate_bar p span {
  color: #099;
}

.sGreenTheme .cwPricing6Sec .cwPricing6ContentWrap .pricing6StanPremTabNav ul {
  border-radius: 4px;
}
.cyberNews
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li
  a {
  border-radius: 0px !important;
}
.sGreenTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li.active
  a {
  background: #099;
  border-radius: 4px !important;
  border-color: #099;
}
.sGreenTheme .newPrc_switcher2_wrap .dropdown-toggle {
  border-radius: 4px;
}
.sGreenTheme .newPrc_switcher2_wrap button .fa-angle-down {
  color: #4da761 !important;
}
.sGreenTheme .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a {
  border-color: #099;
  color: #099;
  border-radius: 4px;
}
.sGreenTheme .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a:hover {
  background: #099;
  color: #fff;
}
.sGreenTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  span
  .boldPricing6 {
  display: block;
  line-height: 30px;
  font-size: 24px;
}

.sGreenTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  span.pricing6PriceMonthly {
  display: inline-block;
}

.sGreenTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  span.remove_price {
  margin: 0 8px 0 0;
  text-decoration: line-through;
  font-size: 18px;
}
.sGreenTheme .newPrc_tblfeat_list ul li span {
  background: #099;
  border-radius: 4px;
}
.sGreenTheme .pricing6HoverAble p {
  border-color: #099;
}
.sGreenTheme .testi-sec:before {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/08/testi-green-shade-bg.png)
    no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.sGreenTheme .testi-sec h3 {
  font-size: 24px;
}

.sGreenTheme .testi-sec .rightArea {
  max-width: 536px;
}

.sGreenTheme .testi-sec h4 {
  color: #099;
}

.bgSgreen {
  background: rgba(241, 249, 249, 0.5);
}

.sGreenTheme .customBoxTestinomialsSection {
  background: #fff;
}

.sGreenTheme .cw-tstimnial-nav-wrap .nav-tabs > li.active > a,
.sGreenTheme .cw-tstimnial-nav-wrap .nav-tabs > li.active > a:focus,
.sGreenTheme .cw-tstimnial-nav-wrap .nav-tabs > li.active > a:hover {
  background: rgba(0, 153, 153, 0.1) !important;
}

.sGreenTheme
  #glb-nfaq-wrap.glb-nfaq-wrap-new
  .wt-faq-que
  .cat-post-title::after,
.sGreenTheme #glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans a,
#glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans p a {
  color: #099;
}

.sGreenTheme .discount-sec h2 strong {
  background: #099;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sGreenTheme .discount-sec .copyTxt {
  border-color: #099;
  background: #f1f9f9;
  border-radius: 10px;
}

.sGreenTheme .discount-sec .copyTxt h5 strong {
  color: #099;
}

.sGreenTheme .discount-sec .innerWrapper {
  max-width: 900px;
  margin: 0 auto;
}

.sGreenTheme .discount-sec {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/08/discount_sec_sGreen_bg.png)
    no-repeat;
  background-size: cover;
  background-position: center;
}

.sGreenTheme .main_tab_wrapper .nav-pills > li.active > a,
.sGreenTheme .main_tab_wrapper .nav-pills > li.active > a:focus,
.sGreenTheme .main_tab_wrapper .nav-pills > li.active > a:hover {
  color: #099;
  background-color: transparent;
}

.sGreenTheme .main_tab_wrapper li.active::after {
  background-color: #099;
}

.sGreenTheme .affiliate_hero_section {
  background-image: url(https://www.cloudways.com/wp-content/uploads/2023/08/Background-Splash.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.sGreenTheme .ppcNavHelloBar {
  background: #099;
}

.sGreenTheme .ppcNavHelloBar .ppcNavMainWrap p {
  color: #fff;
  font-weight: 400;
}

.cw_cmpg_2023 .sGreenTheme .cw-hbar_ftrTag {
  margin: 0 0 0 19px !important;
  border-radius: 2px;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  color: #099;
  padding: 5px 12px;
}

.sGreenTheme .ppc-nav-cta a:hover,
.sGreenTheme .ppc-nav-cta a:focus,
.sGreenTheme .ppc-nav-cta a:active {
  border-radius: 10px !important;
  background: transparent !important;
  color: #099 !important;
  font-weight: 600;
  padding: 9px 17px !important;
}

.sGreenTheme .ppc-nav-cta a {
  border-radius: 10px !important;
  background: #099 !important;
  border-color: #099 !important;
  text-transform: capitalize;
  font-weight: 600;
  padding: 9px 17px !important;
}

.sGreenTheme .ppc-nav li.active a {
  border-bottom-color: #099;
}

.sGreenTheme .btn-glbl:hover {
  color: #099;
  background: transparent;
  border-color: #099;
}

.sGreenTheme .btn-glbl:hover del {
  color: rgba(0, 153, 153, 0.78);
}
/* Webiators Landing Page  */

/* PlumRocket Affiliate Page  */
.lgreenTheme .affiliate_hero_section {
  background-image: url(https://www.cloudways.com/wp-content/uploads/2023/12/lgreen-Background-Splash.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.lgreenTheme .btn-glbl {
  background: #75a538;
  border-radius: 10px;
}

.lgreenTheme .btn-glbl:hover {
  color: #75a538;
  border-color: #75a538;
  background: transparent;
}

.lgreenTheme .btn-glbl:hover del {
  color: rgba(117, 165, 56, 0.98);
}

.lgreenTheme .affiliate_hero_section h1 span {
  color: #75a538;
}

.plumrocket .affiliate_bar {
  padding: 4px 0;
  width: 100%;
  max-width: 342px;
  border-radius: 2px;
}

.lgreenTheme .affiliate_bar p {
  color: rgba(12, 12, 13, 0.8);
}

.lgreenTheme .affiliate_bar p span {
  color: #75a538;
}

.lgreenTheme .affiliate_bar {
  border-color: #75a538;
  background: rgba(241, 249, 249, 0.8);
}

.lgreenTheme
  .affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul {
  border-radius: 4px;
}
.plumrocket
  .affilitePages
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li
  a {
  border-radius: 4px !important;
  border: none;
}
.lgreenTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li.active
  a {
  background: #75a538;
}

.plumrocket .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a {
  border-width: 2px;
  border-radius: 0;
}
.lgreenTheme .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a {
  border-color: #75a538;
  color: #75a538;
  border-radius: 4px;
}
.lgreenTheme .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a:hover {
  background: #75a538;
  color: #fff;
}

.plumrocket
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  span
  .boldPricing6 {
  display: block;
  line-height: 30px;
  font-size: 24px;
}

.plumrocket
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  span.pricing6PriceMonthly {
  display: inline-block;
}

.plumrocket
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  span.remove_price {
  margin: 0 8px 0 0;
  text-decoration: line-through;
  font-size: 18px;
}

.lgreenTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .newPrc_tblfeat_list
  ul
  li:before {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/12/icon-check-lgreen.svg)
    no-repeat center;
}

.lgreenTheme .newPrc_tblfeat_list ul li span {
  background: #75a538;
  border-radius: 4px;
}

.lgreenTheme .testi-sec h4 {
  color: #75a538;
}

.lgreenTheme .testi-sec:before {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/12/testi-shade-lgreen-bg.png)
    no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.lgreenTheme .cwReviewsNRatingsSec {
  background: #fafcf8;
}

.lgreenTheme .migration-sec .rightArea:before {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/12/migration_Ellipse_lgreen.png)
    no-repeat;
  background-size: cover;
}

.lgreenTheme .migration-sec {
  background: #fafcf8;
}

.lgreenTheme .cw-tstimnial-nav-wrap .nav-tabs > li.active > a,
.lgreenTheme .cw-tstimnial-nav-wrap .nav-tabs > li.active > a:focus,
.lgreenTheme .cw-tstimnial-nav-wrap .nav-tabs > li.active > a:hover {
  background: rgba(117, 165, 56, 0.1) !important;
}

.plumrocket .customBoxTestinomialsSection .card-content {
  height: 200px;
}

.lgreenTheme .customBoxTestinomialsSection {
  background: #fff;
}

.lgreenTheme .discount-sec {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/12/discount_sec_lgreen_bg.png)
    no-repeat;
  background-size: cover;
  background-position: center;
}

.lgreenTheme .discount-sec .copyTxt {
  border-color: #75a538;
  border-radius: 10px;
  background: #fbfff6;
}

.lgreenTheme .discount-sec .copyTxt h5 strong {
  color: #75a538;
}

.lgreenTheme .discount-sec .innerWrapper {
  max-width: 880px;
  margin: 0 auto;
}

.lgreenTheme .discount-sec h2 strong {
  color: #75a538;
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #75a538;
}

.lgreenTheme .ppc-nav-cta a {
  background: #75a538 !important;
  border: 1px solid #75a538 !important;
}

.plumrocket .ppc-nav-cta a {
  box-shadow: none !important;
  border-radius: 10px !important;
}
.lgreenTheme .ppc-nav-cta a:hover,
.lgreenTheme .ppc-nav-cta a:focus,
.lgreenTheme .ppc-nav-cta a:active {
  background: transparent !important;
  color: #75a538 !important;
  border-radius: 10px !important;
  border-color: #75a538 !important;
}

.lgreenTheme .ppc-hdr-wrap nav.affix .ppc-nav li.active a {
  border-bottom-color: #75a538;
}

.lgreenTheme .main_tab_wrapper .nav-pills > li.active > a,
.lgreenTheme .main_tab_wrapper .nav-pills > li.active > a:focus,
.lgreenTheme .main_tab_wrapper .nav-pills > li.active > a:hover {
  color: #75a538;
  background-color: transparent;
}

.lgreenTheme .main_tab_wrapper li.active::after {
  background-color: #75a538;
}

.lgreenTheme .main_tab_wrapper .nav > li > a:focus,
.lgreenTheme .main_tab_wrapper .nav > li > a:hover {
  color: #75a538 !important;
}

.lgreenTheme #glb-nfaq-wrap {
  background: #fafcf8;
}

.lgreenTheme
  #glb-nfaq-wrap.glb-nfaq-wrap-new
  .wt-faq-que
  .cat-post-title::after {
  color: #75a538;
}

.lgreenTheme #glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans a,
#glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans p a {
  color: #75a538;
}

.lgreenTheme .ppcNavHelloBar {
  background: #75a538;
}

.lgreenTheme .ppcNavHelloBar .ppcNavMainWrap p {
  color: #fff;
  font-weight: 400;
}

.lgreenTheme .cw-hbar_ftrTag {
  margin: 0 0 0 19px !important;
  border-radius: 2px;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  color: #75a538;
  padding: 5px 12px;
}

.lgreenTheme .pricing6HoverAble p {
  border-color: #75a538;
}

/* PlumRocket Affiliate Page  */

/* hostingAdmiral Landing Page  */

.admiralHosting.sGreenTheme .affiliate_hero_section h1 {
  max-width: 700px;
  margin: 16px auto;
}

.admiralHosting.sGreenTheme .affiliate_hero_section h1 .second_heading {
  color: #009cb3;
}

.admiralHosting.sGreenTheme .btn-glbl {
  background: #009cb3;
}

.admiralHosting.sGreenTheme .affiliate_bar p span {
  color: #009cb3;
}
.admiralHosting.sGreenTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li.active
  a {
  background: #009cb3;
  border-color: #009cb3;
}
.admiralHosting.sGreenTheme .newPrc_switcher2_wrap .dropdown-toggle {
  border-radius: 4px;
}
.admiralHosting.sGreenTheme .newPrc_switcher2_wrap button .fa-angle-down {
  color: #4da761 !important;
}
.admiralHosting.sGreenTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  a {
  border-color: #009cb3;
  color: #009cb3;
}
.admiralHosting.sGreenTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  a:hover {
  background: #009cb3;
  color: #fff;
}
.admiralHosting.sGreenTheme .newPrc_tblfeat_list ul li span {
  background: #009cb3;
}
.admiralHosting.sGreenTheme .pricing6HoverAble p {
  border-color: #009cb3;
}
.admiralHosting.sGreenTheme .testi-sec:before {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/08/testi-green-shade-bg.png)
    no-repeat;
}

.admiralHosting.sGreenTheme .testi-sec h4 {
  color: #009cb3;
}
.admiralHosting.sGreenTheme
  #glb-nfaq-wrap.glb-nfaq-wrap-new
  .wt-faq-que
  .cat-post-title::after,
.admiralHosting.sGreenTheme
  #glb-nfaq-wrap.glb-nfaq-wrap-new
  .wt-faq-que
  .wt-faq-ans
  a,
#glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans p a {
  color: #009cb3;
}

.admiralHosting.sGreenTheme .discount-sec h2 strong {
  background: #009cb3;
  -webkit-background-clip: text;
}

.admiralHosting.sGreenTheme .discount-sec .copyTxt {
  border-color: #009cb3;
}

.admiralHosting.sGreenTheme .discount-sec .copyTxt h5 strong {
  color: #009cb3;
}

.admiralHosting.sGreenTheme .discount-sec {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/08/discount_sec_sGreen_bg.png)
    no-repeat;
  background-size: cover;
  background-position: center;
}

.admiralHosting.sGreenTheme .main_tab_wrapper .nav-pills > li.active > a,
.admiralHosting.sGreenTheme .main_tab_wrapper .nav-pills > li.active > a:focus,
.admiralHosting.sGreenTheme .main_tab_wrapper .nav-pills > li.active > a:hover {
  color: #009cb3;
}

.admiralHosting.sGreenTheme .main_tab_wrapper li.active::after {
  background-color: #009cb3;
}

.admiralHosting.sGreenTheme .affiliate_hero_section {
  background-image: url(https://www.cloudways.com/wp-content/uploads/2024/05/Background-Splash.png);
}

.admiralHosting.sGreenTheme .ppcNavHelloBar {
  background: #009cb3;
}

.cw_cmpg_2023 .admiralHosting.sGreenTheme .cw-hbar_ftrTag {
  color: #009cb3;
}

.admiralHosting.sGreenTheme .ppc-nav-cta a:hover,
.admiralHosting.sGreenTheme .ppc-nav-cta a:focus,
.admiralHosting.sGreenTheme .ppc-nav-cta a:active {
  color: #009cb3 !important;
  background-color: transparent !important;
}

.admiralHosting.sGreenTheme .ppc-nav-cta a {
  background: #009cb3 !important;
  border-color: #009cb3 !important;
}

.admiralHosting.sGreenTheme .ppc-nav li.active a {
  border-bottom-color: #009cb3;
}

.admiralHosting.sGreenTheme .btn-glbl:hover {
  color: #009cb3;
  border-color: #009cb3;
  background: transparent;
}
.admiralHosting.sGreenTheme .tabs_wrapper svg:not(.noChange) path {
  fill: #009cb3;
}

.admiralHosting.sGreenTheme .CROtesting .headerText {
  margin: 0 auto 64px;
  text-align: center;
  max-width: 636px;
}

.admiralHosting.sGreenTheme .CROtesting .pricingCtaContainer {
  margin-top: 40px;
  background: #f2fcfc;
}

.admiralHosting.sGreenTheme .prc-tbl-fold tbody tr:last-child {
  border-bottom: 1px solid #dedede;
}
.admiralHosting.sGreenTheme
  .prc-tbl-fold
  tbody
  tr:nth-child(even)
  td:not(.cutom_tbl_heading) {
  background: #f2fcfc;
}

.admiralHosting.sGreenTheme .prc-comp-table-2 {
  padding: 80px 0 100px;
}
/* hostingAdmiral Landing Page  */

.affilitePages .ppcNavHelloBar .cw-hbar-close {
  display: none;
}

@media (min-width: 992px) {
  .redThemeTwo .affiliate_hero_section {
    padding-top: 205px;
  }

  .sGreenTheme .affiliate_hero_section {
    padding-top: 215px;
  }
}

@media (min-width: 767px) {
  .cyberNews
    .cwManagedHstngSec
    .cwManagedComparisonWrap
    table
    thead
    tr
    th:nth-child(2) {
    padding: 20px 10px 30px;
  }
}

@media (max-width: 992px) {
  .affiliate_hero_section h1,
  .vps_affiliate .affiliate_hero_section h1 {
    line-height: 120% !important;
    font-size: 28px !important;
  }
  .redThemeTwo .affiliate_hero_section h1 span {
    display: inline-block;
  }

  .affiliate_hero_section h4 {
    font-size: 17px;
  }

  .affiliate_hero_section .recomended img {
    width: 183px;
  }

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

  .affiliate_hero_section ul li {
    font-size: 16px;
  }

  .affiliate_hero_section ul {
    padding: 15px 0;
  }

  .slide_content h3 {
    font-size: 28px;
    line-height: 120%;
  }

  .affilitePages h2 {
    font-size: 27px;
  }

  .pricing_content {
    margin-bottom: 0;
  }

  .affilitePages
    .cwPricing6Sec
    .cwPricing6ContentWrap
    .cw-prc-tbl
    .table
    > tbody
    > tr
    > td {
    font-size: 18px;
  }

  .main_tab_wrapper {
    flex-wrap: wrap;
  }

  .main_tab_wrapper ul {
    width: 100%;
    flex-direction: row;
    border: none;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 0 30px;
  }

  .main_tab_wrapper .nav-pills > li {
    border-bottom: 1px solid #d9d9d9;
    float: initial;
    flex: 1;
  }

  .main_tab_wrapper li.active::after {
    height: 2px;
    width: 100%;
  }

  .main_tab_wrapper .tab-pane .row {
    margin: 0;
  }

  .tab_box {
    width: 100%;
  }

  .tabBox {
    margin-right: 20px;
    width: calc(33.33% - 14px);
  }

  .tabBox:nth-child(3) {
    margin-right: 0;
  }

  .pricing_wrapper {
    padding: 60px 0;
  }

  .main_slider_wrapper {
    padding-bottom: 60px;
  }

  .tabs_wrapper {
    padding: 60px 0;
  }

  .bundle_reputation {
    padding: 60px 0;
  }

  .bundle_reputation .bundle_steps {
    width: 100%;
    margin: 0 0 20px;
  }

  .bundle_map {
    flex-wrap: wrap;
  }

  .affilitePages .cwReviewsNRatingsSec .cwRnRHeadWrap h2 {
    font-size: 27px;
  }

  .affilitePages .cwReviewsNRatingsSec {
    padding: 60px 0;
  }

  .affilitePages .cw-tstimnial-nav-wrap .nav-tabs {
    border-radius: 10px !important;
  }

  .affilitePages .customBoxTestinomialsSection {
    padding: 60px 0;
  }

  .affilitePages #glb-nfaq-wrap {
    padding: 60px 0;
  }

  .affilitePages .glb-nfaq-wrap-new .glb-nfaq-ttl h2,
  .vps_affiliate.affilitePages .glb-nfaq-wrap-new .glb-nfaq-ttl h2 {
    font-size: 27px;
  }

  .affilitePages .customBoxTestinomialsSection .item {
    margin-right: 16px;
  }

  .vps_affiliate .txtUnset {
    text-align: center;
    margin-bottom: 50px;
  }

  .vps_affiliate .hm-new-plt_sec {
    max-width: 100%;
    text-align: center;
  }

  .vps_affiliate .hm-new-plt_sec-icon {
    margin-top: 20px;
  }

  /* .vps_affiliate .row_reverse{
        flex-direction: column-reverse;
    } */
  .vps_affiliate .hm-new-plt-intro-img-box {
    margin-bottom: 20px;
  }

  .vps_affiliate .lnd-agncy-ftr-box {
    text-align: center;
  }

  .vps_affiliate .migration-sec .leftArea {
    text-align: center;
  }

  .vps_affiliate .testi-sec .rightArea {
    text-align: center;
  }

  .vps_affiliate .rightArea img {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .blueTheme .affiliate_hero_section {
    padding-top: 140px;
  }
  .affilitePages .cw-apps-sec .cw-apps-head-wrap h2 {
    font-size: 28px;
  }
  .customVideoTab .nav-stacked {
    flex-wrap: wrap;
  }

  .customVideoTab.easeOfUseTutorialsSec
    .easeOfUseTutorialsWrap
    .tabsWrap
    .tabsNavWrap
    ul
    li {
    margin: 7px 0;
  }
  .customVideoTab .tabsContentWrap .tab-content {
    width: 100%;
  }

  .customVideoTab.easeOfUseTutorialsSec
    .easeOfUseTutorialsWrap
    .tabsWrap
    .tabsContentWrap {
    width: 100%;
  }
  .affilitePages .newVidCarouselTestis .cw-agency-vid-testi p {
    font-size: 18px;
  }

  .cyberNews .cwManagedHstngSec .cwManagedHeadWrap h2 {
    font-size: 27px;
  }
  .cyberNews .customTestimonials p {
    font-size: 22px;
  }
  .omm_page .affiliate_hero_section .recomended img {
    width: 116px;
  }
  .omm_page .cw_autoscale_fifthFold .nav-pills {
    flex-wrap: wrap;
  }

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

  .omm_page .cw_autoscale_fifthFold .tab-content .tabInner {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .omm_page .cw_autoscale_fifthFold .nav-pills > li div {
    justify-content: center;
  }

  .omm_page .cw_autoscale_fifthFold .rightArea ul {
    text-align: left;
  }

  .omm_page .cw_autoscale_fifthFold .rightArea {
    padding: 30px;
  }

  .omm_page .cw_autoscale_fifthFold .rightArea ul li {
    font-size: 16px;
    line-height: 150%;
  }

  .omm_page .cw_autoscale_fifthFold .nav-pills > li > a:before {
    display: none;
  }
  .omm_page .cwPlatLeftWrap .nav {
    flex-wrap: wrap;
  }

  .omm_page .cwPlatLeftWrap .nav-pills > li {
    width: calc(50% - 20px);
  }

  .omm_page .cwPlatLeftWrap .nav > li > a {
    padding-bottom: 16px;
  }

  .omm_page .cwPlatLeftWrap .nav-pills > li > a > p {
    font-size: 14px;
  }

  .omm_page .cwPlatLeftWrap .nav-pills > li > a > h5 {
    font-size: 18px;
  }

  .omm_page .cwPlatMainWrap .cwPlatRightWrap .inner .leftArea p {
    font-size: 20px;
  }

  .omm_page .cwPlatMainWrap .cwPlatRightWrap .inner .leftArea h4 {
    font-size: 20px;
  }

  .omm_page .cwPlatMainWrap .cwPlatRightWrap .inner .leftArea {
    padding: 0 10px 0 0;
  }
  .omm_page .cwPlatMainWrap .cwPlatRightWrap .inner .leftArea h3 {
    font-size: 27px;
  }

  .omm_page
    .CROtesting
    #hm-new-feat-sec1
    .hm-new-feat-wrap
    .hm-new-feat-box
    h3 {
    font-size: 40px;
  }
  .affilitePages .animSec #top10Illustration {
    display: none;
  }

  .affilitePages .animItems li {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    max-width: 100%;
    right: 0 !important;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .affilitePages .animItems li .hoverBox {
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 0;
    top: 0;
  }
  .lbrownTheme .glb_bnchMark_sldr_paraBox p {
    font-size: 18px;
  }
  .sGreenTheme
    .cw-tstimnial-tabs-sec
    .cw-tstimnial-main-wrap
    .cw-tstimnial-nav-wrap
    ul {
    border-radius: 4px !important;
  }
}

@media (max-width: 992px) and (min-width: 767px) {
  .affilitePages .ppc-nav li a,
  .affilitePages .ppc-nav li a:active,
  .affilitePages .ppc-nav li a:focus,
  li a:hover {
    font-size: 13px;
  }

  .affilitePages .ppc-nav-cta a,
  .affilitePages .ppc-nav-cta a:hover,
  .affilitePages .ppc-nav-cta a:focus,
  .affilitePages .ppc-nav-cta a:active {
    font-size: 13px !important;
    padding: 8px 11px !important;
  }
  .omm_page .CROtesting .homePgCounterV2 .hm-new-feat-box {
    align-items: start;
  }
}

@media (max-width: 767px) {
  .slide_content,
  .slide_image {
    width: 100% !important;
  }

  .slide_wrapper {
    flex-wrap: wrap;
  }

  #myCarousel_bnchMark2 {
    flex-wrap: wrap;
  }

  .slide_content {
    padding: 20px 15px 0;
  }

  #myCarousel_bnchMark2 .carousel-indicators {
    flex-direction: row;
    width: 100% !important;
    justify-content: center;
  }

  #myCarousel_bnchMark2 li {
    margin: 0 5px 0;
  }

  .main_slider_wrapper {
    padding: 0 0 60px !important;
  }

  .tabBox {
    width: calc(50% - 20px);
    margin-right: 20px;
  }

  .main_tab_wrapper .tab-pane .row {
    display: flex;
    flex-wrap: wrap;
  }

  .tabBox:nth-child(3) {
    margin-right: 20px;
  }

  .migration-sec .innerWrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .migration-sec .rightArea {
    width: 100%;
    margin: 0 0 40px;
  }

  .migration-sec {
    padding: 60px 0;
  }

  .testi-sec .innerWrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .testi-sec h3 {
    font-size: 22px;
  }

  .testi-sec h4 {
    font-size: 22px;
  }

  .affilitePages .customBoxTestinomialsSection .item {
    max-width: calc(50% - 11px);
    margin-right: 20px !important;
  }

  .affilitePages .customBoxTestinomialsSection .item:nth-child(2n + 2) {
    margin-right: 0 !important;
  }

  .blueTheme #wt-prcNew-v2 .cw-prc-ftrs-body li {
    width: 50%;
  }
  .cyberNews .perfMetrixWrap {
    flex-direction: column;
  }

  .cyberNews .perfMetrixWrap .box:not(:last-child) {
    border-bottom: 1px solid rgba(66, 82, 110, 0.2);
    padding-bottom: 10px;
  }

  .cyberNews .perfMetrixWrap .box:not(:first-child) {
    padding-top: 10px;
  }

  .cyberNews .perfMetrixMainWrap ul {
    flex-direction: column;
    align-items: center;
  }

  .cyberNews .perfMetrixMainWrap ul li {
    padding: 10px 0 0;
    flex: 1;
  }

  .cyberNews .perfMetrixMainWrap {
    padding: 30px 30px;
  }
  .greenTheme .cwManagedHstngSec .cwManagedComparisonWrap .table-responsive {
    overflow-x: auto;
  }
  .omm_page .slide_image .videoBox {
    min-width: auto;
    display: block;
    margin: 0 15px;
    background-size: cover;
  }

  .omm_page .slide_image.easeOfUseTutorialsSec {
    text-align: center;
  }

  .omm_page .slide_content {
    padding-top: 30px;
  }
  .omm_page
    .cwPricing6Sec
    .cwPricing6ContentWrap
    .cw-prc-tbl
    .table
    > tbody
    > tr
    > td:last-child {
    text-align: center;
  }
  .omm_page .tabBox {
    width: 50%;
    margin-right: 0;
  }

  .omm_page .tabBox:nth-last-child(3),
  .omm_page .tabBox:nth-last-child(2) {
    margin: 0 0 50px;
  }
  .omm_page .CROtesting .hm-new-feat-wrap .row {
    flex-wrap: wrap;
  }

  .omm_page .CROtesting .hm-new-feat-wrap .col-xs-6 {
    border: 0;
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .omm_page .CROtesting .hm-new-feat-box {
    max-width: 100%;
    padding: 15px;
  }

  .omm_page .CROtesting #hm-new-feat-sec1 .hm-new-feat-wrap .hm-new-feat-box p {
    text-align: center;
  }

  .omm_page .CROtesting #hm-new-feat-sec1 {
    margin: 40px 0 0;
  }
  .listBox {
    flex-wrap: wrap;
  }

  .listBox div {
    flex: auto;
    margin: 15px 15px 0 0;
  }
  .redThemeTwo .hm-new-plt_sec_cont {
    margin: 0;
  }

  .vps_affiliate .hm-new-plt_sec_cont strong {
    font-size: 20px;
  }
  .lbrownTheme .glb_bnchMark2_sldr_paraBox i img {
    margin: 0 auto;
  }

  .lbrownTheme #myCarousel_bnchMark2 .carousel-indicators {
    position: relative;
    bottom: 0 !important;
    margin: 20px 0 0 !important;
  }
  .lbrownTheme .glb_bnchMark_sldr_imgBox {
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lbrownTheme .glb_bnchMark_sldr_box {
    margin: 20px 0 0;
  }

  .lbrownTheme .glb_bnchMark_sldr_para {
    padding-top: 0;
    min-height: auto;
  }

  .lbrownTheme .glb_bnchMark_ttlBox {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .affiliate_hero_section ul {
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 0;
    text-align: center;
  }

  .affiliate_hero_section ul li {
    border-bottom: 1px solid rgba(18, 18, 19, 0.1);
    border-right: none;
    padding: 10px 0;
    width: 100%;
    justify-content: center;
  }

  .tabBox {
    width: 100%;
    margin-right: 0 !important;
  }

  .tabBox:last-child {
    margin-bottom: 0;
  }

  .affilitePages .customBoxTestinomialsSection .item {
    max-width: 100%;
    margin-right: 0 !important;
  }

  .blueTheme #wt-prcNew-v2 .cw-prc-ftrs-body li {
    width: 100%;
  }

  .blueTheme .hero_wrapper .btn-glbl + .btn-glbl-blank {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }

  .blueTheme .hero_wrapper .btn-glbl {
    width: 100%;
  }
  .addictive_hosting .affiliate_bar {
    align-items: flex-start;
  }

  .addictive_hosting .affiliate_bar svg {
    margin-top: 0;
  }
  .cyberNews .discount-sec h4 img {
    margin: 10px 0 0;
  }

  .cyberNews .discount-sec h4 {
    max-width: 330px;
    margin: 0 auto 20px;
  }
  .omm_page .cwPlatMainWrap .cwPlatRightWrap .inner {
    flex-wrap: wrap;
  }

  .omm_page .cwPlatMainWrap .cwPlatRightWrap .inner .leftArea {
    padding: 0 0 20px;
  }
  .omm_page .tabBox {
    width: 100%;
  }
  .omm_page .tabBox .card .card-body {
    padding-right: 0;
  }
  .lbrownTheme .affiliate_hero_section .btn-glbl-empty {
    margin: 15px 0 0;
  }
}
/* End body Code */
/*ManagedCloudHostingPlatform*/
.manage_hosting .appsAndProvidersSection .providersNavWrap ul li.active a {
  background: linear-gradient(
    90deg,
    rgba(255, 172, 51, 0.2) 0%,
    rgba(248, 131, 0, 0.2) 100%
  );

  border-radius: 48px !important;
  color: #0c0c0d;
  border: none;

  font-weight: 700;
}
.manage_hosting .appsAndProvidersSection .providersNavWrap ul li a {
  color: rgba(12, 12, 13, 0.8);
  font-weight: 400;
  padding: 7px 22px;
  margin: 0;
  border-radius: 48px !important;
  background: unset;
}
.appsAndProvidersSection .providersNavWrap ul {
  border-radius: 48px;
  border: 0.5px solid rgba(66, 82, 110, 0.18);
}

.orangeTheme #allProviders {
  margin-top: 50px;
}

.remove_price {
  text-decoration: line-through;
  font-size: 18px !important;
  margin: 0 8px 0 0;
}
.testinomialsLink {
  line-height: 150%;
  letter-spacing: -0.03em;
  color: rgba(12, 12, 13, 0.8);
  font-size: 18px;
}
/*
.orangeTheme.managed_cloud_performance .btn-glbl:hover{
color: #ffffff;
}
.orangeTheme.managed_cloud_performance .btn-glbl:before {
    background: linear-gradient(90deg, #FFAC33 0%, #F88300 109.36%);
}
*/
.managed_cloud_performance.orangeTheme .btn-glbl:hover .delete {
  color: #ffac33;
}
.managed_cloud_performance
  .appsAndProvidersSection
  .providersContentWrap
  .contentLeftWrap
  h2 {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.03em;
  color: #0c0c0d;
  line-height: 120%;
}
.managed_cloud_performance
  .appsAndProvidersSection
  .providersContentWrap
  .contentRightWrap
  .cardsMainWrap
  .cardWrap
  p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: rgba(12, 12, 13, 0.8);
}

.managed_cloud_performance .pricing6HoverAble p {
  border-bottom: 1px dashed #fa8e0e;
}

.managed_cloud_performance .customBoxTestinomialsSection .testimonialTabs p {
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #0c0c0d;
  line-height: 120%;
}

.managed_cloud_performance .withoutCw_box-wrapper {
  background-color: white;
}
/*
.orangeTheme.managed_cloud_performance    .cw-tstimnial-tabs-sec.cw-tstimnial-tabs-sec-home.customBoxTestinomialsSection {
  background-color:white;
}
*/

/* Hosting Advice LightRedTheme */
.lightRedTheme .ppc-nav-cta a,
.lightRedTheme .ppc-nav-cta a:hover,
.lightRedTheme .ppc-nav-cta a:focus,
.lightRedTheme .ppc-nav-cta a:active {
  border-radius: 54px;
  background: linear-gradient(90deg, #070813 0%, #54545c 109.36%) !important;
  border-color: transparent !important;
}

.lightRedTheme .ppc-nav-cta a:before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 54px;
  transition: all 0.3s ease;
  opacity: 0;
}

.lightRedTheme .ppc-nav-cta a:hover,
.lightRedTheme .ppc-nav-cta a:focus,
.lightRedTheme .ppc-nav-cta a:active {
  color: #ffac33 !important;
}

.lightRedTheme .ppc-nav-cta a:hover:before {
  opacity: 1;
}
.lightRedTheme .discount-sec {
  position: relative;
}

.lightRedTheme .affiliate_hero_section {
  position: relative;
}
.lightRedTheme .affiliate_hero_section h1 span {
  background: linear-gradient(90deg, #ff8686 0%, #ff5757 109.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: inherit;
}
.lightRedTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .pricing6StanPremTabNav
  ul
  li.active
  a {
  border-radius: 48px !important;
  color: white !important;
  border: none;
  background: linear-gradient(90deg, #070813 0%, #54545c 109.36%);
}
.lightRedTheme .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a:hover {
  color: #fff;
  background: linear-gradient(90deg, #ff8686 0%, #ff5757 109.36%);
}

.lightRedTheme .newPrc_switcher2_wrap button .fa-angle-down {
  color: #ff8686 !important;
}
.lightRedTheme .cwPricing6Sec .cwPricing6ContentWrap .cw-prc-tbl a {
  border-color: #ff5757;
  color: #ff5757;
}

.lightRedTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .newPrc_tblfeat_list
  ul
  li:before {
  background: url("https://www.cloudways.com/wp-content/uploads/2024/08/mcbp_check.png");
}
.lightRedTheme .main_tab_wrapper .nav-pills > li.active > a,
.lightRedTheme .main_tab_wrapper .nav-pills > li.active > a:focus,
.lightRedTheme .main_tab_wrapper .nav-pills > li.active > a:hover {
  background: linear-gradient(90deg, #ff8686 0%, #ff5757 109.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lightRedTheme .main_tab_wrapper li.active::after {
  background: linear-gradient(90deg, #ff8686 0%, #ff5757 109.36%);
}

.lightRedTheme .main_tab_wrapper .nav > li > a:focus,
.lightRedTheme .main_tab_wrapper .nav > li > a:hover {
  background: linear-gradient(90deg, #ff8686 0%, #ff5757 109.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lightRedTheme .btn-glbl {
  border-radius: 54px;
  background: linear-gradient(90deg, #070813 0%, #54545c 109.36%);
  transition: all 0.3s ease;
}

.lightRedTheme .btn-glbl:before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50px;
  transition: all 0.3s ease;
  z-index: -1;
  opacity: 0;
}

.lightRedTheme .btn-glbl:hover {
  color: #ffac33;
}

.lightRedTheme .btn-glbl:hover:before {
  opacity: 1;
}
.lightRedTheme .migration-sec .rightArea:before {
  background: url(https://www.cloudways.com/wp-content/uploads/2023/05/migration_Ellipse.png)
    no-repeat;
  background-size: cover;
  background-position: center;
}
.lightRedTheme .testi-sec h4 {
  background: linear-gradient(90deg, #ff8686 0%, #ff5757 109.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lightRedTheme .testi-sec {
  background: #fff;
}
.lightRedTheme .discount-sec .copyTxt {
  border-color: #ff8686;
  background: linear-gradient(
    90deg,
    rgba(255, 134, 134, 0.08) 0%,
    rgba(255, 87, 87, 0.08) 109.36%
  );
}
/* .lightRedTheme .discount-sec .copyTxt h5 strong {
  background: linear-gradient(90deg, #ffac33 0%, #f88300 109.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

.lightRedTheme
  #glb-nfaq-wrap.glb-nfaq-wrap-new
  .wt-faq-que
  .cat-post-title::after {
  background: linear-gradient(90deg, #ffac33 0%, #f88300 109.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lightRedTheme
  .cw-tstimnial-tabs-sec.cw-tstimnial-tabs-sec-home.customBoxTestinomialsSection {
  background: #fffbf6;
}
.lightRedTheme .ppc-hdr-wrap nav .navbar-toggle .icon-bar {
  background: linear-gradient(90deg, #ffac33 0%, #f88300 109.36%);
}

.lightRedTheme .newPrc_tblfeat_list ul li span {
  background: linear-gradient(90deg, #ff8686 0%, #ff5757 109.36%);
}
.lightRedTheme .discount-sec .copyTxt h5 strong {
  background: unset;
  color: #ffac33;
  -webkit-text-fill-color: unset;
  animation: ommOfferColorLightRed 1s linear infinite both;
  font-size: 20px;
  font-weight: 700;
}
.lightRedTheme .discount-sec .copyTxt h5 strong a {
  text-decoration: none;
}
.lightRedTheme .affiliate_bar {
  border-color: #ff8686;
  background: linear-gradient(
    90deg,
    rgba(255, 134, 134, 0.08) 0%,
    rgba(255, 87, 87, 0.08) 109.36%
  );
}
.lightRedTheme .affiliate_bar svg path {
  fill: #ff8686;
}

.lightRedTheme #allProviders {
  margin-top: 50px;
}
.lightRedTheme.managed_cloud_performance .btn-glbl:hover {
  color: #ffffff;
}
.lightRedTheme.managed_cloud_performance .btn-glbl:before {
  background: linear-gradient(90deg, #070813 0%, #54545c 109.36%);
}
.managed_cloud_performance.lightRedTheme .btn-glbl:hover .delete {
  color: #ffac33;
}

.lightRedTheme .providersNavWrap ul li.active a {
  background: linear-gradient(90deg, #070813 0%, #54545c 109.36%) !important;
  color: #ffffff !important;
}
.lightRedTheme .appsAndProvidersSection .providersNavWrap ul {
  border-radius: 20px;
}
.lightRedTheme .highlight_text {
  background: linear-gradient(90deg, #ff8686 0%, #ff5757 109.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lightRedTheme
  .appsAndProvidersSection
  .providersContentWrap
  .contentLeftWrap
  a {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  letter-spacing: -0.54px;
}
.lightRedTheme
  .appsAndProvidersSection
  .providersContentWrap
  .contentLeftWrap
  p {
  margin-bottom: 50px;
}
.lightRedTheme.affilitePages .cw-tstimnial-nav-wrap .nav-tabs > li.active > a,
.lightRedTheme.affilitePages
  .cw-tstimnial-nav-wrap
  .nav-tabs
  > li.active
  > a:focus,
.lightRedTheme.affilitePages
  .cw-tstimnial-nav-wrap
  .nav-tabs
  > li.active
  > a:hover {
  background: linear-gradient(
    90deg,
    rgba(255, 134, 134, 0.15) 0%,
    rgba(255, 87, 87, 0.15) 109.36%
  ) !important;
}
.affilitePages.lightRedTheme strong {
  font-size: inherit;
}

.lightRedTheme .discount-sec h4 {
  font-weight: 400;
}
.lightRedTheme .bg_light_red {
  background-color: #fff9f8 !important;
}

.lightRedTheme.managed_cloud_performance .pricing6HoverAble p {
  border-bottom: 1px dashed #ff8686;
}
.lightRedTheme .appsAndProvidersSection {
  position: relative;
}
.lightRedTheme .appsAndProvidersSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 269px;
  height: 270px;
  opacity: 0.24;
  background: linear-gradient(90deg, #ff8686 0%, #ff5757 109.36%);
  filter: blur(147px);
}
.lightRedTheme .appsAndProvidersSection::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 269px;
  height: 270px;
  flex-shrink: 0;
  opacity: 0.5;
  background: linear-gradient(90deg, #ff8686 0%, #ff5757 109.36%);
  filter: blur(147px);
}
.lightRedTheme .discount-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 269px;
  height: 270px;
  opacity: 0.24;
  background: linear-gradient(90deg, #ff8686 0%, #ff5757 109.36%);
  filter: blur(147px);
}
.lightRedTheme .discount-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 269px;
  height: 270px;
  flex-shrink: 0;
  opacity: 0.5;
  background: linear-gradient(90deg, #ff8686 0%, #ff5757 109.36%);
  filter: blur(147px);
}

.lightRedTheme
  .appsAndProvidersSection
  .providersContentWrap
  .contentRightWrap
  .cardsMainWrap
  .cardWrap {
  z-index: 1;
}
.lightRedTheme .pricing_wrapper {
  background: #fff;
}
.lightRedTheme .hero_wrapper {
  position: relative;
}
.lightRedTheme .affiliate_hero_section::before {
  content: "";
  position: absolute;
  bottom: 160px;
  right: -69px;
  width: 1400px;
  height: 310px;
  flex-shrink: 0;
  opacity: 0.35;
  background: linear-gradient(90deg, #ff8686 0%, #ff5757 109.36%);
  filter: blur(147px);
  transform: rotate(15deg);
}
.lightRedTheme
  #glb-nfaq-wrap.glb-nfaq-wrap-new
  .wt-faq-que
  .cat-post-title::after {
  background: linear-gradient(90deg, #ff8686 0%, #ff5757 109.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lightRedTheme.affilitePages .affiliate_bar {
  border-radius: 15px;
  padding: 8px 26px;
  width: 420px;
}
.lightRedTheme
  .cwPricing6Sec
  .cwPricing6ContentWrap
  .cw-prc-tbl
  .table
  > tbody
  > tr
  > td
  span
  .boldPricing6 {
  display: block;
  line-height: 30px;
  font-size: 24px;
}
.lightRedTheme .wt-faq.pull-wide {
  border: none;
}
.lightRedTheme {
  position: relative;
}
.lightRedTheme .discountBanner {
  width: 250px;
  height: auto;
  padding: 24px;
  background: #0e0538;
  position: fixed;
  bottom: 10px;
  z-index: 1;
}

.lightRedTheme .discountBanner h4 {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: -0.6px;
}
.lightRedTheme .discountBanner h3 {
  font-family: Poppins;
  font-size: 29.918px;
  font-style: normal;
  font-weight: 800;
  line-height: 105%; /* 31.414px */
  letter-spacing: -1.496px;
  margin: 12px 0 20px;
}
.lightRedTheme .discountBanner p {
  color: rgba(255, 255, 255, 0.9);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.54px;
}
.highlight_text_orange {
  background: var(
    --Linear-Gold,
    linear-gradient(
      82deg,
      #fff -37.59%,
      #c583e0 -37.58%,
      #ffbc7d 74.04%,
      #fff 115.51%
    )
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dashed_border_highlight {
  border: 1.5px dashed #ffbc7d;
  border-radius: 4px;
  padding: 16px;
}

.discountBanner .dashed_border_highlight a {
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 11.734px; /* 58.669% */
  letter-spacing: -0.105px;
  text-transform: uppercase;
  animation: ommOfferColorGradient 1s linear infinite both;
  text-decoration: none;
}
.lightRedTheme .discount-sec .copyTxt h5 a {
  text-decoration: none;
}
.lightRedTheme .affiliate_bar p span {
  color: #ff8686;
  animation: ommOfferColorLightRed 1s linear infinite both;
}
.lightRedTheme .affiliate_bar p a {
  text-decoration: none;
}
.mcbp_discount_bar {
  background: #070813;
  padding: 20px 0;
}
.mcbp_discount_bar .mcbp_discount_bar_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.mcbp_discount_bar .mcbp_discount_bar_content p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  letter-spacing: -0.54px;
}
.mcbp_discount_bar .mcbp_discount_bar_content p strong {
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}
.mcbp_discount_bar .mcbp_discount_bar_content .promo_bar {
  background: #fff;
  padding: 6px 16px;
  border-radius: 54px;
}
.mcbp_discount_bar .mcbp_discount_bar_content a {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%; /* 14px */
  text-decoration: none;
  animation: ommOfferColorBlack 1s linear infinite both;
}
