/**
 * @tableofcontents
 *
 * 1. main layout
 * 2. header
 * 3. branding
 * 4. navigation
 * 5. footer
 * 6. miscellaneous and generic
 * 7. multilingual languages
 * 8. footer New 2021
 * 9. Bfcm Campaign 2022
 */

@keyframes textGlow {
  0% {
    text-shadow: 0 0 0 rgba(183, 100, 216, 1);
  }

  50% {
    text-shadow: 0px 0 26px rgba(183, 100, 216, 1);
  }

  100% {
    text-shadow: 0 0 0 rgba(183, 100, 216, 1);
  }
}

/* @section 1. layout generic */

#cw-page {
  padding-top: 0px;
}

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

.glb_white_bg {
  background-color: #fff !important;
}

.glb_sidePopUp_ad {
  background: #fbd808;
  border-radius: 6px;
  width: 248px;
  padding: 20px;
  position: relative;
  position: fixed;
  bottom: 0;
  right: 3%;
  z-index: 999;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}

.glb_sidePopUp_ad h4,
.glb_sidePopUp_ad h4 > b {
  color: #0e134f;
  font-size: 26px;
  margin: 0 0 30px;
  font-weight: 500;
}

.glb_sidePopUp_ad h4 > b {
  font-weight: 700;
}

.glb_sidePopUp_ad:not(.glb_sidePopUp_ad2) .btn {
  color: #fff !important;
  font-size: 14px;
  background: #0e134f;
  border-color: #0e134f !important;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  border: 2px solid #0e134f;
}

.glb_sidePopUp_ad:not(.glb_sidePopUp_ad2) .btn:hover {
  color: #0e134f !important;
  background: transparent;
}

.glb_sidePopUp_ad svg {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.glb_sidePopUp_ad svg path {
  fill: #fff !important;
}

.glb_sidePopUp_ad2 {
  background: url("../../img/home/side_popup_img.png") no-repeat left top
    #010127;
  background-size: cover;
}

.glb_sidePopUp_ad2 h4 {
  color: #fff;
}

.glb_sidePopUp_ad2 h4 > b {
  color: #fbd808;
}

.glb_sidePopUp_ad2 .btn {
  font-size: 14px;
  text-transform: none;
  width: 100%;
  border-radius: 4px !important;
}

.glb_sidePopUp_ad3 {
  width: 280px;
}

.glb_sidePopUp_ad3 .cw-ebk-sec {
  background: transparent;
  border-radius: 0 !important;
  max-width: 100%;
  display: block !important;
  position: relative !important;
  padding: 0 !important;
  right: 0 !important;
  box-shadow: none !important;
}

.glb_sidePopUp_ad3 .cw-ebk-sec h3 {
  color: #0e134f;
}

.glb_sidePopUp_ad3 .cw-ebk-input {
  background: #ffffff;
  border: 1px solid #ffffff !important;
  border-radius: 4px !important;
}

.glb_sidePopUp_ad3 .cw-ebk-chkbox,
.glb_sidePopUp_ad3 .cw-ebk-chkbox a {
  color: #0e134f !important;
  font-size: 12px !important;
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glb_sidePopUp_ad3 .cw-ebk-chkbox a {
  display: inline-block;
  padding-left: 0px;
}

.glb_sidePopUp_ad3 .cw-ebk-chkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.glb_sidePopUp_ad3 .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 12px;
  width: 12px;
  border: 1px solid rgba(14, 19, 79, 0.98);
  border-radius: 2px;
}

.glb_sidePopUp_ad3 .cw-ebk-chkbox:hover input ~ .checkmark {
  background-color: rgba(14, 19, 79, 0.98);
}

.glb_sidePopUp_ad3 .cw-ebk-chkbox input:checked ~ .checkmark {
  background-color: rgba(14, 19, 79, 0.98);
}

.glb_sidePopUp_ad3 .cw-ebk-chkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.glb_sidePopUp_ad3 .cw-ebk-chkbox input:checked ~ .checkmark:after {
  display: block;
}

.glb_sidePopUp_ad3 .cw-ebk-chkbox .checkmark:after {
  left: 3px;
  top: 0px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.glb_sidePopUp_ad3 .cw-ebk-btn-wrap .cw-glb-btn {
  color: #fff !important;
  font-size: 14px !important;
  background: #0e134f;
  border-color: #0e134f !important;
  border-radius: 4px !important;
  width: 100%;
  box-shadow: none !important;
}

.glb_sidePopUp_ad3 .cw-ebk-btn-wrap .cw-glb-btn:hover,
.glb_sidePopUp_ad3 .cw-ebk-btn-wrap .cw-glb-btn:focus,
.glb_sidePopUp_ad3 .cw-ebk-btn-wrap .cw-glb-btn:active {
  color: #0e134f !important;
  background-color: transparent !important;
}

.glb_sidePopUp_ad3 svg {
  right: 0;
  top: 0;
}

.glb_sidePopUp_ad_actv {
  transform: translateY(0%);
}

/* .cw-hbar-wrap, */
/* .cw_bfcm_discount_banner
{
  display: none !important;
} */

.cw_bfcm_discount_banner .bannerContent {
  max-width: 544px;
  display: flex;
  justify-content: space-between;
  margin: 48px auto 0;
  background: url(https://www.cloudways.com/wp-content/uploads/2025/07/pricing_dis_bnr_bg.png) no-repeat;
  background-size: cover;
  padding: 12px 36px;
  border-radius: 10px;
  background-color: #0E0538;
  /* box-shadow: 0px 2px 14px 0px rgba(109, 21, 178, 0.5); */
  align-items: center;
}

.cw_bfcm_discount_banner .bannerContent .bannerLeftContent {
  display: flex;
  gap: 12px;
  align-items: center;
}
.cw_bfcm_discount_banner .bannerContent p {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
}

/* @section 2. header */

/* @section 3. branding */

a.navbar-brand {
  width: 160px;
  height: 35px;
  padding: 0;
  background-image: url("../../img/sprite-hdr-logos.png");
  background-repeat: no-repeat;
  background-position: center 3px;
  transition: none !important;
  text-indent: -9999px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 8px;
}

/* @section 4. navigation */

div#cw-navbar ul.navbar-right {
  padding: 8px 0 0 0;
  margin: 0;
  position: relative;
}

div#cw-navbar ul.navbar-right li {
  padding: 2px 20px;
  white-space: nowrap;
}

div#cw-navbar ul.navbar-right li a {
  float: left;
  padding: 0;
  color: #fcfcfc;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
}

div#cw-navbar ul.navbar-right li a:hover,
div#cw-navbar ul.navbar-right li a:focus {
  color: #2ecc71;
}

div#cw-navbar ul.navbar-right > li > a b {
  color: #fff;
  padding-left: 7px;
  font-size: 10px;
}

#cw-navbar-product {
  position: static;
}

.caret-arrow {
  display: none;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 8px solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 90%;
  left: 15%;
  color: #fff;
  z-index: 9999;
}

.open .caret-arrow {
  display: inline-block;
}

div#cw-navbar ul.navbar-right li a i {
  display: none;
}

#menu-main-menu .cw-navbar-free_trial {
  padding: 0 !important;
  position: relative;
  top: -3px;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  background: #10dd69;
  font-weight: 700;
  border-radius: 3px !important;
}

#menu-main-menu .cw-navbar-free_trial a {
  color: #fff !important;
  padding: 5px 17px !important;
  border-radius: 2px !important;
}

div#cw-navbar ul.navbar-right li#cw-navbar-feature {
  padding-left: 0;
}

body.cw-feature div#cw-navbar ul.navbar-right li#cw-navbar-feature a,
body.cw-testimonial div#cw-navbar ul.navbar-right li#cw-navbar-testimonial a,
body.cw-power_cloud div#cw-navbar ul.navbar-right li#cw-navbar-pc a,
body.cw-pricing div#cw-navbar ul.navbar-right li#cw-navbar-pricing a {
  color: #2ecc71;
  cursor: default;
}

div#cw-navbar ul#cw-navbar-secondary {
  position: absolute;
  top: -40px;
  right: 0;
}

div#cw-navbar ul#cw-navbar-secondary {
  position: absolute;
  top: -40px;
  right: 0;
  display: none;
}

div#cw-navbar ul#cw-navbar-secondary li a {
  float: left;
  white-space: nowrap;
  padding: 0 18px;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
}

div#cw-navbar ul#cw-navbar-secondary li a:hover {
  background: #ed553d;
}

#cw-navbar-secondary_bg {
  height: 40px;
  background: #454547;
  border-top: 1px dashed rgba(125, 126, 128, 0.35);
  display: none;
}

.hdr-dropdown ul {
  min-width: 100%;
  left: 0 !important;
  border-radius: 4px !important;
}

.hdr-dropdown li a {
  background: none !important;
}

.hdr-dropdown li a:hover b {
  color: #08a5de !important;
}

/* @section 5. footer */

footer#cw-footer {
  background: url("../../img/ftr_bg_img.png") no-repeat right bottom #0a0d35;
  border: 0;
  overflow: hidden;
}

div#footer-container {
  padding: 60px 0;
}

a.footer-nav-heading {
  background: none;
  border: 0;
  position: relative;
  text-align: left;
  font-size: 15px;
  color: #eaeaea;
  font-weight: 700;
  line-height: 20px;
  padding-bottom: 12px;
  margin: 0 0 30px 0;
  text-decoration: none;
  white-space: nowrap;
}

a.footer-nav-heading:before,
a.footer-nav-heading:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  display: inline-block;
  border-radius: 50px;
  background-color: #848597;
}

a.footer-nav-heading:before {
  width: 40px;
  left: 0;
}

a.footer-nav-heading:after {
  width: 10px;
  left: 50px;
}

#footer-nav_social li {
  display: inline-block;
  vertical-align: middle;
}

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

.newFtr_scl_iconBox ul li {
  margin-right: 8px;
  display: inline-block;
  vertical-align: bottom;
}

.newFtr_scl_iconBox ul li a {
  display: inline-block;
}

.newFtr_scl_iconBox ul li a i.fa {
  color: #fff;
  font-size: 26px;
}

div.footer-nav .nav > li > a {
  position: relative;
  line-height: 17px;
  font-size: 14px;
  color: #bbb;
  background: none;
  display: block;
  max-width: max-content;
  white-space: nowrap;
  padding: 7px 0;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

.footer-nav-btm .nav > li > a {
  padding: 0;
}

.footer-nav-btm .footer-nav_content {
  height: auto !important;
}

footer#cw-footer .footer-nav-btm {
  background-color: #050826;
  padding: 20px 0;
}

.ftr-nav_scl-hd {
  margin-bottom: 15px !important;
}

/* Safari only override */

::i-block-chrome,
div.footer-nav .nav > li > a {
  color: #000;
}

div#footer-nav_social li a {
  background: none;
}

div#footer-nav_social a > i {
  font-size: 26px;
  color: #fff !important;
}

div#footer-nav_social a.footer-nav_icon_rss i {
  color: #ffa300;
}

div#footer-nav_social a.footer-nav_icon_facebook i {
  color: #1f6391;
}

div#footer-nav_social a.footer-nav_icon_twitter i {
  color: #48a0dc;
}

div#footer-nav_social a.footer-nav_icon_linked {
  color: #48a0dc;
}

div#footer-nav_social a.footer-nav_icon_news {
  color: #2ecc71;
}

#footer-copyright {
  padding: 15px 0;
  font-size: 13px;
  line-height: 20px;
  display: none;
  text-align: center;
}

#footer-nav_payment li {
  margin: 0;
}

.footer-payment_method {
  background: url("../../img/home/footer-pay-icon.jpg") left 5px no-repeat !important;
  height: 40px;
  float: none;
  width: 100%;
}

#cw-ph {
  position: fixed;
  bottom: 0;
  left: 2%;
}

.cw-pay-mth {
  text-align: center;
  margin: 40px 0;
}

.cw-pay-mth > h3 {
  color: #1f2d3d;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 25px;
}

.cw-pay-mth .cw-pay-mth-img {
  width: 100%;
  height: 30px;
  background: url("../../img/home/cw-pay-mth-logos.png") center top no-repeat !important;
}

/* CUSTOM FOOTER 2016 */

#footer-nav_address .footer-nav_logo,
.newFtr_adrs_imgBox .footer-nav_logo {
  background: url("../../img/home/cw-ftr-logo.svg") left top no-repeat !important;
  height: 35px;
  width: 200px;
  display: inline-block;
}

#footer-nav_address ul > li,
.newFtr_adrs_txtBox {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  color: #ffffff;
  margin: 30px 0 40px;
}

.newFtr_adrs_reviewBadges {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.newFtr_adrs_reviewBadges .badgeBox {
  flex: 1;
}

.newFtr_adrs_reviewBadges .badgeBox a {
  display: inline-block;
}

.newFtr_adrs_reviewBadges .badgeBox a img {
  width: 100%;
}

.newFtr_adrs_reviewBadges .badgeBox:first-child {
  /* margin: 0 0 15px;
    width: 100%;
    flex: none; */
}

.ftr-trial-btn {
  display: inline-block !important;
  line-height: 22px !important;
  white-space: nowrap !important;
  color: #fcfcfc !important;
  transition: 0.2s all ease-in-out !important;
  font-size: 17px !important;
  background: #2ecc71 !important;
  border-radius: 0 !important;
  padding: 12px !important;
  min-width: 214px;
  text-align: center !important;
  margin-top: 30px;
}

/* Safari only override */

::i-block-chrome,
#footer-nav_address ul > li {
  color: #000;
}

#footer-nav_address ul > li:nth-of-type(2) {
  margin: 10px 0;
  font-size: 15px;
}

/* 404 NAVIGATION BEGIN */

.cw-404 #cw-navbar ul.navbar-right li a span {
  color: #8a959e;
}

.cw-404 div#cw-navbar ul.navbar-right {
  padding-top: 20px;
}

/* 404 NAVIGATION END */

.footer-nav-btm .container {
  position: relative;
}

/* @section 7. multilingual languages */

#chat-widget-container:lang(es-ES),
#livechat-eye-catcher:lang(es-ES),
#chat-widget-container:lang(de-DE),
#livechat-eye-catcher:lang(de-DE),
#chat-widget-container:lang(br-BR),
#livechat-eye-catcher:lang(br-BR) {
  /*display: none !important;*/
}

#cw_ml_swtch {
  /*position: absolute;*/
  /*right: 17.5%;*/
  /*top: 37px;*/
  /*z-index: 999;*/
  display: inline-block;
  margin-top: 30px;
}

#cw_ml_swtch .dropdown {
  display: inline;
}

#cw_ml_swtch .dropdown .btn {
  box-shadow: none;
  min-height: 28px;
  padding: 5px 10px 8px;
  text-align: left;
  min-width: 170px;
  border: 1px solid #050826;
  border-radius: 4px !important;
  background-color: #050826;
  outline: none !important;
}

#cw_ml_swtch .dropdown .btn > span {
  color: #fff;
  font-size: 14px;
  margin: 0 10px 0 5px;
  vertical-align: middle;
  display: inline-block;
}

#cw_ml_swtch .cw_lang_flag {
  display: inline-block;
  max-width: 100%;
  margin-right: 5px;
}

#cw_ml_swtch .dropdown .btn i {
  color: #fff;
  vertical-align: middle;
}

#cw_ml_swtch .dropdown .btn i.fa-globe {
  font-size: 16px;
  top: -1px;
  position: relative;
  display: none;
}

#cw_ml_swtch .dropdown .btn i.fa-angle-down {
  font-size: 16px;
  vertical-align: text-bottom;
}

#cw_ml_swtch .dropdown-menu {
  /* top: -140px; */
  /* left: -15px; */
  margin-top: 20px;
  background: #e8e9f8;
  min-width: 185px;
}

#cw_ml_swtch .dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #e8e9f8;
  position: absolute;
  right: 10px;
  bottom: -9px;
  display: none;
}

#cw_ml_swtch .dropdown-menu > li > a {
  color: #19207f;
  position: relative;
  padding: 3px 15px;
}

.cw_lang_actv a:after {
  content: "\f00c";
  color: #19207f;
  font: normal normal normal 13px/1 FontAwesome;
  position: absolute;
  right: 22px;
  top: 6px;
}

.newFtr_cprtBox {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

/* @Section 8. footer New 2021 */

div#footer-container .footerContainerWrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

div#footer-container .footerContainerWrap .footerNavWrap {
  flex: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

div#footer-container
  .footerContainerWrap
  .footerNavWrap
  .footer-nav
  a.footer-nav-heading {
  font-size: 18px;
}

div#footer-container .footerContainerWrap .footerNavWrap .footer-nav {
  width: calc(33.33% - 40px);
  margin-bottom: 50px;
  margin-right: 60px;
}

div#footer-container
  .footerContainerWrap
  .footerNavWrap
  .footer-nav:nth-child(3) {
  margin-right: 0;
}

div#footer-container
  .footerContainerWrap
  .footerNavWrap
  .footer-nav:nth-child(4),
div#footer-container
  .footerContainerWrap
  .footerNavWrap
  .footer-nav:nth-child(5) {
  margin-bottom: 0;
}

div#footer-container .footerContainerWrap .footerBrandInfoWrap {
  flex: 1;
  padding-right: 45px;
}

/* global strong, b and i tag   */
b,
strong {
  font-size: inherit;
  color: inherit;
}

i,
span {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h1 b,
.h2 b,
.h3 b,
.h4 b,
.h5 b,
.h6 b,
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
  font-weight: 800;
}

/* global strong and b tag   */

/* Bfcm Campaign 2022 */

.cwBfcm_hbar_close {
  position: absolute;
  right: 25px;
  top: -6px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 23px;
  border: 2px solid #b764d8;
  border-radius: 50px;
  text-align: center;
  z-index: 99;
  background: #250f4c;
}

.cwBfcm_hbar_close .svg-icon {
  width: 15px;
  height: 15px;
  position: relative;
  top: -1px;
}

.cwBfcm_hbar_close .svg-icon path {
  fill: #fff;
}

.cw_cmpg_body .bfcm2022popupsec {
  position: fixed;
  bottom: 20px;
  right: 0;
  left: 0;
  z-index: 9999;
  transform: translateY(150%);
  transition: all 0.5s ease-in-out;
  display: block !important;
}

.cw_cmpg_body .bfcm2022popupsec.Open {
  transform: translateY(0);
}

@-webkit-keyframes viewOffer {
  to {
    transform: translateY(-10px);
  }
}

@keyframes viewOffer {
  to {
    transform: translateY(-10px);
  }
}

.cw_cmpg_body .bfcm2022popupsec a.bfcmpopupLink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.cw_cmpg_body .bfcm2022popupsec .bfcmnotimeropoup,
.cw_cmpg_body .bfcm2022popupsec .bfcmtimerpopup,
.cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoup {
  background: url(../../img/bfcm_2022/pre-bfcm-cta-bnr.png) no-repeat center;
  background-size: cover;
  border-radius: 80px;
  max-width: 774px;
  margin: 0 auto;
  padding: 17px 50px;
  border: 2px solid #b764d8;
  position: relative;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

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

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

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

.cw_cmpg_body .bfcm2022popupsec .bfcmnotimeropoup .bfcmpopupMainWrap,
.cw_cmpg_body .bfcm2022popupsec .bfcmtimerpopup .bfcmpopupMainWrap {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.cw_cmpg_body
  .bfcm2022popupsec
  .bfcmnotimeropoup
  .bfcmpopupMainWrap
  .bfcmpopupleftWrap
  img,
.cw_cmpg_body
  .bfcm2022popupsec
  .bfcmtimerpopup
  .bfcmpopupMainWrap
  .bfcmpopupleftWrap
  img {
  max-width: 120px;
}

.cw_cmpg_body
  .bfcm2022popupsec
  .bfcmnotimeropoup
  .bfcmpopupMainWrap
  .bfcmpopupmidmainwrap,
.cw_cmpg_body
  .bfcm2022popupsec
  .bfcmtimerpopup
  .bfcmpopupMainWrap
  .bfcmpopupmidmainwrap {
  display: flex;
  align-items: center;
}

.cw_cmpg_body
  .bfcm2022popupsec
  .bfcmnotimeropoup
  .bfcmpopupMainWrap
  .bfcmpopupmidmainwrap
  h5,
.cw_cmpg_body
  .bfcm2022popupsec
  .bfcmtimerpopup
  .bfcmpopupMainWrap
  .bfcmpopupmidmainwrap
  h5 {
  font-weight: 700;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 20px;
  text-shadow: 0 0 16px #b764d8;
}

.cw_cmpg_body
  .bfcm2022popupsec
  .bfcmnotimeropoup
  .bfcmpopupMainWrap
  .bfcmpopuorightwrap,
.cw_cmpg_body
  .bfcm2022popupsec
  .bfcmtimerpopup
  .bfcmpopupMainWrap
  .bfcmpopuorightwrap {
  max-width: 170px;
}

.cw_cmpg_body
  .bfcm2022popupsec
  .bfcmnotimeropoup
  .bfcmpopupMainWrap
  .bfcmpopuorightwrap
  p,
.cw_cmpg_body
  .bfcm2022popupsec
  .bfcmtimerpopup
  .bfcmpopupMainWrap
  .bfcmpopuorightwrap
  p {
  font-weight: 400;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 10px;
  line-height: 17px;
}

.cw_cmpg_body
  .bfcm2022popupsec
  .bfcmnotimeropoup
  .bfcmpopupMainWrap
  .bfcmpopuorightwrap
  a,
.cw_cmpg_body
  .bfcm2022popupsec
  .bfcmtimerpopup
  .bfcmpopupMainWrap
  .bfcmpopuorightwrap
  a {
  padding: 5px 10px;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  border: 1px dashed #ffae4e;
  border-radius: 3px;
}

.cw_cmpg_body
  .bfcm2022popupsec
  .bfcmnotimeropoup
  .bfcmpopupMainWrap
  .bfcmpopuorightwrap
  a
  span,
.cw_cmpg_body
  .bfcm2022popupsec
  .bfcmtimerpopup
  .bfcmpopupMainWrap
  .bfcmpopuorightwrap
  a
  span {
  font-size: inherit;
  color: #e89866;
  font-weight: 500;
}

.cw_cmpg_body .bfcm2022popupsec .bfcmtimerpopup .bfcmpopupmidmainwrap {
  flex-direction: column;
}

.cw_cmpg_body .bfcm2022popupsec .bfcmtimerpopup .bfcmpopupmidmainwrap p {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  letter-spacing: 5px;
}

.cw_cmpg_body .bfcm2022popupsec .bfcmtimerpopup .bfcmpopupmidmainwrap a {
  display: inline-block;
  background: #fbd808;
  border-radius: 30px;
  color: #0e134f;
  font-size: 11px;
  font-weight: 800;
  padding: 7px 19px;
  margin: 7px 0 0;
}

.cw_cmpg_body .bfcm2022popupsec .bfcmtimerpopup .bfcmpopupMainWrap strong {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 12px;
  animation: pulse 0.8s linear infinite both;
}

.cw_cmpg_body .bfcm2022popupsec .clounterMainDiv li.pulse .counter {
  padding-right: 0;
}

.cw_cmpg_body .bfcm2022popupsec .clounterMainDiv li:first-child .counter {
  padding-left: 0;
}

.cw_cmpg_body .bfcm2022popupsec .counter:before {
  content: "";
  background: linear-gradient(
    0deg,
    rgba(183, 100, 216, 0) -40.56%,
    #b764d8 49.64%,
    rgba(183, 100, 216, 0) 154.04%
  );
  position: absolute;
  width: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.cw_cmpg_body .bfcm2022popupsec .clounterMainDiv li.pulse .counter:before {
  display: none;
}

.cw_cmpg_body .bfcm2022popupsec .bfcmtimerpopup .bfcmpopupMainWrap h3 {
  color: #fff;
  font-size: 36px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}

.cw_cmpg_body .bfcm2022popupsec .bfcmtimerpopup .bfcmpopupMainWrap h3#seconds {
  text-shadow: 0 0 16px rgb(183 100 216) !important;
}

.cw_cmpg_body
  .bfcm2022popupsec
  .bfcmtimerpopup
  .bfcmpopupMainWrap
  .bfcmpopupleftWrap
  h5 {
  margin: 3px 0 0;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 4px;
}

.cw_cmpg_body
  .bfcm2022popupsec
  .bfcmtimerpopup
  .bfcmpopupMainWrap
  .bfcmpopupleftWrap
  h3
  span {
  letter-spacing: 7px;
  display: inline-block;
}

.cw_cmpg_body
  .bfcm2022popupsec
  .bfcmtimerpopup
  .bfcmpopupMainWrap
  .bfcmpopupleftWrap
  h3:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #b764d8;
  z-index: -1;
  filter: blur(22px);
  opacity: 0.6;
}

.cw_cmpg_body
  .bfcm2022popupsec
  .bfcmtimerpopup
  .bfcmpopupMainWrap
  .bfcmpopupleftWrap {
  max-width: 142px;
}

.cw_cmpg_body .bfcm2022popupsec .bfcmtimerpopup .bfcmpopupmidmainwrap h3 {
  letter-spacing: 0;
  animation: textGlow infinite 3s linear both;
}

.cw_cmpg_body .bfcm2022popupsec .bfcmtimerpopup .bfcmpopupmidmainwrap img {
  max-width: 125px;
}

.cw_cmpg_body .bfcm2022popupsec .clounterMainDiv {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  max-width: 630px;
  margin: 0;
  padding: 0;
  min-width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.cw_cmpg_body .bfcm2022popupsec .clounterMainDiv:before {
  display: none;
}

.cw_cmpg_body .bfcm2022popupsec .clounterMainDiv li {
  text-align: center;
}

.cw_cmpg_body .bfcm2022popupsec .clounterMainDiv li:before {
  display: none;
}

.cw_cmpg_body .bfcm2022popupsec .counterpara {
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7) !important;
  margin: 0;
  text-align: center;
}

.cw_cmpg_body .bfcm2022popupsec .counter {
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  /* border-right: 1px solid #fff; */
  position: relative;
  z-index: 1;
}

.cw_cmpg_body .bfcm2022popupsec h3.countTxt {
  position: relative !important;
  margin: 0 !important;
  left: -1px !important;
  font-weight: 800;
  color: #ffffff;
  text-shadow: none !important;
  letter-spacing: 0 !important;
}

.cw_cmpg_body .cmpg_glb_bfcm22 h1 {
  color: #fff !important;
}

.cw_cmpg_body .cmpg_glb_bfcm22 p {
  color: #fff !important;
}

.cw_cmpg_body .cw-glb-btn.cw-glb-btn-yellow,
.cw_cmpg_body .ppcGlbCta.cw-glb-btn-yellow,
.cw_cmpg_body .cw-glb-btn.cw-glb-btn-yellow:hover,
.cw_cmpg_body .ppcGlbCta.cw-glb-btn-yellow:hover,
.cw_cmpg_body .cw-glb-btn.cw-glb-btn-yellow:focus,
.cw_cmpg_body .ppcGlbCta.cw-glb-btn-yellow:focus {
  background: #fbd808 !important;
  border-color: #fbd808 !important;
  color: rgba(0, 0, 0, 0.9) !important;
}

.cw-glb-btn3.cw-glb-btn-yellow {
  border-color: #fbd808 !important;
}

.cw-glb-btn3.cw-glb-btn-yellow:hover {
  background: #fbd808 !important;
}

/* .cw_cmpg_body .cw-hbar-wrap {
  display: none;
  background-color: #000;
} */

.cw_cmpg_body .bfcm_hellowBar {
  background: url(https://www.cloudways.com/wp-content/uploads/2022/11/hellobar_bg.png)
    no-repeat #000 !important;
  background-position: center !important;
  background-size: cover !important;
  display: block;
}

.cw_cmpg_body #bfcm_hellowBar a {
  color: #fff !important;
  font-size: 16px !important;
}

.cw_cmpg_body .bfcm_hellowBar .cw-hbar_ftrTag {
  background: #fbd808 !important;
  color: #0e134f !important;
  font-size: 12px !important;
  font-weight: 500;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  padding: 5px 0 !important;
  min-width: 138px;
  text-align: center;
}

.cw_cmpg_body #bfcm_hellowBar .cw-hbar-close .svg-icon path {
  fill: #fff !important;
}

.cw_cmpg_body .bfcm_hellowBar a b {
  color: #fff !important;
  font-size: 16px;
  text-shadow: 0 0 14px #b764d8;
}

.cw_cmpg_body .cw-glb-sec-btn-yellow .wt-prcNew2_prc_btn a {
  border-color: #fbd808;
  color: #0e134f !important;
}

.cw_cmpg_body .cw-glb-sec-btn-yellow .wt-prcNew2_sec2 .wt-prcNew2_prc_btn a,
.cw_cmpg_body
  .cw-glb-sec-btn-yellow
  .wt-prcNew2_sec:hover
  .wt-prcNew2_prc_btn
  a {
  background: #fbd808;
  color: #0e134f !important;
}

.wt-prcNew2_sec_yellow_cta a {
  border-color: #fbd808 !important;
}

.wt-prcNew2_sec2 .wt-prcNew2_sec_yellow_cta a,
.wt-prcNew2_sec:hover .wt-prcNew2_sec_yellow_cta a {
  background: #fbd808 !important;
}

.cw-navbar-cta.cw-navbar-cta-yellow a {
  background: #fbd808 !important;
  border-color: #fbd808 !important;
  color: #0e134f !important;
}

.cw-navbar-cta.cw-navbar-cta-yellow a:hover {
  background: #fbd808 !important;
  border-color: #fbd808 !important;
}

.cw_hdr_scrl#cw-navbar-wrap .cw-navbar-cta.cw-navbar-cta-yellow a,
.cw_hdr_type2#cw-navbar-wrap .cw-navbar-cta.cw-navbar-cta-yellow a {
  background: #fbd808 !important;
  border-color: #fbd808 !important;
  color: #0e134f !important;
}

#cw-navbar-wrap.cw_hdr_scrl .cw-navbar-cta.cw-navbar-cta-yellow > a:hover,
#cw-navbar-wrap.cw_hdr_type2 .cw-navbar-cta.cw-navbar-cta-yellow > a:hover {
  background: #fbd808 !important;
  border-color: #fbd808 !important;
}

.cw_cmpg_body #cw-hbar-wrap-show {
  display: block;
  background: #fff;
}

.cw_cmpg_body #cw-hbar-wrap-show a {
  color: #000;
}

.cw_cmpg_body #cw-hbar-wrap-show .cw-hbar_ftrTag {
  color: #0e134f;
  background-color: #fcd80a !important;
}

.cw_cmpg_body #cw-hbar-wrap-show .cw-hbar-close .svg-icon path {
  fill: #000;
}

.cw_cmpg_body .wt-prcNew2_prc_cut {
  display: block !important;
  position: relative;
  margin-bottom: 10px;
}

.cw_cmpg_body .wt-prcNew2_prc_cut b {
  font-weight: 400 !important;
  font-size: 24px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: rgba(66, 82, 110, 0.7) !important;
}

.cw_cmpg_body .wt-prcNew2_prc_cut b:before {
  display: none;
}

.cw_cmpg_body .OCPserviceWrap {
  display: none;
}

.cw_cmpg_body .wt-prcNew2_sec {
  padding-top: 0;
  overflow: visible;
  margin-top: 32px;
}

.cw_cmpg_body .wt-prcNew2_prvd-tab-wrap .wt-prcNew2_sec1 {
  padding-top: 0;
}

.cw_cmpg_body .wt-prcNew2_sec2 .wt-prcNew2_prc_text {
  background: #0e134f;
  margin-top: 0;
  margin-bottom: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 5px 20px;
  margin-right: -26px;
}

.cw_cmpg_body .wt-prcNew2_sec2 {
  margin-top: 0;
}

.cw_cmpg_body .pricing-new-card-ftrs-wrap ul li::before {
  content: "\f00c";
  color: #2f39bf;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: -5px;
  top: 1px;
}

.cw_cmpg_body .wt-prcNew2_sec .pricing-new-card-ftrs-wrap ul li span {
  background: #2f39bf;
}

/* .cw_cmpg_body .cw-glb-btn3,
.cw_cmpg_body .prc-shw-btn,
.cw_cmpg_body .wt-prcNew2_prc_btn a {
    border-color: #fcd80a !important;
    color: rgba(0, 0, 0, 0.9) !important;
} */

/* .cw_cmpg_body .cw-glb-btn3:hover,
.cw_cmpg_body .cw-glb-btn3:focus,
.cw_cmpg_body .prc-shw-btn:hover,
.cw_cmpg_body .prc-shw-btn:focus,
.cw_cmpg_body .wt-prcNew2_prc_btn a:hover,
.cw_cmpg_body .wt-prcNew2_prc_btn a:focus,
.cw_cmpg_body .wt-prcNew2_sec2 .wt-prcNew2_prc_btn a,
.cw_cmpg_body .wt-prcNew2_sec:hover .wt-prcNew2_prc_btn a {
    background-color: #fcd80a !important;
} */

.cw_cmpg_body .bfcm2022Strip .bfcmStripMainWrap {
  display: flex !important;
  max-width: 650px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 10px 25px;
  background: url(https://www.cloudways.com/wp-content/uploads/2023/11/bfcm_offer_strip_bg.png)
    no-repeat center #000;
  background-size: cover;
  border-radius: 100px;
  position: relative;
  box-shadow: 0px 2px 21px rgba(109, 21, 178, 0.5);
}

.cw_cmpg_body .bfcm2022Strip .bfcmStripMainWrap .stripLeftWrap svg {
  margin: 0 0 0;
  position: relative;
  top: 3px;
  left: 7px;
}

.cw_cmpg_body .bfcm2022Strip .bfcmStripMainWrap .stripMidWrap p {
  font-weight: 500 !important;
  font-size: 16px;
  color: #ffffff !important;
  margin: 0;
}

.cw_cmpg_body .bfcm2022Strip .bfcmStripMainWrap .stripCtaWrap a {
  font-weight: 700;
  font-size: 15px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #fbd808;
}

.cw_cmpg_body .bfcm2022Strip .bfcmStripMainWrap .stripCtaWrap a svg {
  margin: 0 0 -1px 5px;
  transition: all 0.3s ease;
}

.cw_cmpg_body .bfcm2022Strip .bfcmStripMainWrap .stripCtaWrap a:hover svg {
  transform: translateX(5px);
}

.cw_cmpg_body .vultrPlansTabsWrap2 {
  top: -158px;
}

.cw_cmpg_body .newPrc_switcher2_wrap {
  margin-bottom: 130px;
  margin-top: 40px;
  position: relative;
}

.cw_cmpg_body .bfcm2022Strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -85px;
}

.cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoup {
  padding: 0;
}

.cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoupinner {
  display: flex;
  align-items: center;
  padding: 23px 42px 23px 60px;
}

.cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoupinner * {
  color: #fff;
}

.cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoupinner h5 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

.cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoupinner h5 span {
  color: #fbd808;
}

.cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoupinner h3 {
  font-size: 29px;
  font-weight: 800;
  margin: 0;
  text-shadow: 0 0 16px #b764d8;
}

.cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoupinner div:first-child {
  max-width: 144px;
  margin-right: 15px;
}

.cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoupinner div:nth-child(2) {
  min-width: 169px;
}

.cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoupinner ul {
  list-style-type: none;
  margin: 0 15px 0 40px;
  min-width: 179px;
  padding: 0 15px 0 0;
  position: relative;
}

.cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoupinner ul li {
  font-size: 13px;
  position: relative;
  padding-left: 17px;
}

.cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoupinner ul li:before {
  content: "";
  background: url(https://www.cloudways.com/wp-content/uploads/2022/11/checkmark-yellow.svg)
    no-repeat;
  width: 9px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 5px;
}

.cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoupinner ul:before {
  content: "";
  position: absolute;
  width: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(137, 145, 242, 0) 0%,
    rgba(213, 137, 233, 0.5) 44.27%,
    rgba(137, 145, 242, 0) 100%
  );
}

.cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoupinner div:last-child a {
  border: 1px solid #fbd808;
  font-size: 13px;
  color: #fbd808;
  text-transform: uppercase;
  font-weight: 500;
  padding: 4px 0;
  display: inline-block;
  width: 187px;
  text-align: center;
  border-radius: 30px;
}

.cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoupinner small {
  display: block;
  margin: 10px 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
}

.cw_cmpg_body
  .bfcm2022popupsec
  .bfcmaffilatepouptimer
  .bfcmaffilatepoupinner
  div:first-child {
  max-width: 204px;
  margin-right: 30px;
}

.cw_cmpg_body
  .bfcm2022popupsec
  .bfcmaffilatepouptimer
  .bfcmaffilatepoupinner
  h3 {
  font-size: 34px;
}

.cw_cmpg_body
  .bfcm2022popupsec
  .bfcmaffilatepouptimer
  .bfcmaffilatepoupinner
  div:nth-child(2) {
  margin: 0 40px 0 0;
}

.cw_cmpg_body
  .bfcm2022popupsec
  .bfcmaffilatepouptimer
  .bfcmaffilatepoupinner
  div:nth-child(2)
  a {
  color: #fbd808;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid;
  display: inline-block;
  padding: 3px 9px;
  border-radius: 30px;
  margin: 5px 0 0;
}

.cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepouptimer .bfcmaffilatepoupinner {
  padding: 16px 42px 16px 60px;
}

.cw_cmpg_body .cw-navbar-cta a {
  background-color: #fcd80a !important;
  border-color: #fcd80a !important;
  line-height: initial;
  font-size: 15px !important;
  padding: 5px 12px !important;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9) !important;
}

.cw_cmpg_body .cw-navbar-cta a:hover,
.cw_cmpg_body .cw-navbar-cta a:focus {
  background-color: #f1cd00 !important;
  border-color: #f1cd00 !important;
}

.cw_cmpg_body .cw-navbar-cta {
  top: -2px;
}

.cw_cmpg_body .cw_hdr_scrl#cw-navbar-wrap .cw-navbar-cta a,
.cw_cmpg_body .cw_hdr_type2#cw-navbar-wrap .cw-navbar-cta a {
  color: rgba(0, 0, 0, 0.9) !important;
  background-color: #f1cd00 !important;
  border-color: #f1cd00 !important;
}

.cw_cmpg_body #cw-navbar-wrap.cw_hdr_scrl .cw-navbar-cta > a:hover,
.cw_cmpg_body #cw-navbar-wrap.cw_hdr_type2 .cw-navbar-cta > a:hover {
  background-color: #f1cd00 !important;
  border-color: #f1cd00 !important;
  color: rgba(0, 0, 0, 0.9) !important;
}

.cw_cmpg_body .lnd-new-prvd-cntnt h2,
.cw_cmpg_body .performanceStatsSec .topTxt h2,
.cw_cmpg_body .lnd-new-appSol_ttlBox > h2,
.cw_cmpg_body .glb_bnchMark2_ttlBox h2,
.cw_cmpg_body .lnd-new-feats-txt h2,
.cw_cmpg_body .wt-rgn_inr-top h2,
.cw_cmpg_body .glb_bnchMark_ttlBox > h2,
.cw_cmpg_body .glb-nfaq-ttl h2,
.cw_cmpg_body .hm-new-spprt-txt-wrap h2,
.cw_cmpg_body .wt-prcNew2_prvd-tab-wrap h2,
.cw_cmpg_body .setup-store-wrap h2,
.cw_cmpg_body .lnd_cstdy_ttlBox h2,
.cw_cmpg_body .hm-new-plt_sec_top h2,
.cw_cmpg_body .lnd-new_vdoTstml_ttl h2,
.cw_cmpg_body .hm-new_sldr3_ttlBox h2,
.cw_cmpg_body .comp-with-cw-txt h2,
.cw_cmpg_body .lnd-glb-tbl-txt h2,
.cw_cmpg_body .eCmrceAppsSec .eCmrceAppsMainWrap .eCmrceAppsHeadWrap h2,
.cw_cmpg_body .cwvs_g2Stats_ttlBox h2,
.cw_cmpg_body .lnd-agncy-ftr-txt h2 {
  margin-top: 0;
  font-size: 40px !important;
  font-weight: 800 !important;
  color: rgba(0, 0, 0, 0.9) !important;
}

.cw_cmpg_body .lnd-new-spprt-apps-txt h2,
.cw_cmpg_body .lnd-agncy-ftr-box h4,
.cw_cmpg_body .hm-new-plt_sec_cont strong,
.cw_cmpg_body .lnd-new-appSol-paraBox > h3 {
  color: rgba(0, 0, 0, 0.9);
}

.cw_cmpg_body .lnd-new-prvd-cntnt p,
.cw_cmpg_body .performanceStatsSec .topTxt p,
.cw_cmpg_body .lnd-new-appSol_ttlBox > p,
.cw_cmpg_body .glb_bnchMark2_ttlBox p,
.cw_cmpg_body .glb_bnchMark2_sldr_paraBox > p,
.cw_cmpg_body .lnd-new-feats-txt p,
.cw_cmpg_body .hm-new-spprt-txt-wrap p,
.cw_cmpg_body .wt-prcNew2_prvd-tab-wrap h2 + p,
.cw_cmpg_body .glb_bnchMark_ttlBox > p,
.cw_cmpg_body .wt-rgn_inr-top p,
.cw_cmpg_body .lnd-new-appSol-paraBox > p,
.cw_cmpg_body .setup-store-wrap h2 + p,
.cw_cmpg_body .setup-store-tab-txt p,
.cw_cmpg_body .glb_bnchMark_sldr_paraBox > p,
.cw_cmpg_body .lnd_cstdy_infoBox p,
.cw_cmpg_body .lnd_cstdy_ttlBox p,
.cw_cmpg_body .hm-new-plt_sec_top p,
.cw_cmpg_body .lnd-new_vdoTstml_ttl p,
.cw_cmpg_body .lnd-new-spprt-apps-txt p,
.cw_cmpg_body .hm-new_sldr3_ttlBox p,
.cw_cmpg_body .eCmrceAppsSec .eCmrceAppsMainWrap .eCmrceAppsHeadWrap p,
.cw_cmpg_body .lnd-agncy-ftr-txt p,
.cw_cmpg_body .lnd-agncy-ftr-box p,
.cw_cmpg_body .hm-new-cms-feats-tabs-box-opt2 p,
.cw_cmpg_body .comp-with-cw-txt p {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

.cw_cmpg_body .hm-new-plt_sec_cont,
.cw_cmpg_body .lnd-new-feats-tabs-disc-box p {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

.cw_cmpg_body
  .eCmrceAppsSec
  .eCmrceAppsMainWrap
  .eCmrceAppsContentWrap
  .appsCardsMainWrap
  .appCard
  .cardContentWrap
  p,
.cw_cmpg_body .eCmrceHstng .vpsRatingsCard .cwvs_g2Stats_ttlBox p {
  color: rgba(0, 0, 0, 0.8);
}

.cw_cmpg_body .lnd-glb-tbl-txt p {
  color: rgba(0, 0, 0, 0.8) !important;
}

.cw_cmpg_body .hm-new-spprt-txt-wrap p {
  font-size: 18px;
}

.cw_cmpg_body
  .ppc22_template
  #magento-ppc-hdr
  .ppc-nav-cta
  a.ppcGlbCta.cw-glb-btn-yellow {
  color: rgba(0, 0, 0, 0.9) !important;
  background-color: #f1cd00 !important;
  border-color: #f1cd00 !important;
}

.cw_cmpg_body .ppc22_template .wt-prcNew2_sec_yellow_cta a,
.cw_cmpg_body .ppc22_template .wt-prcNew2_sec_yellow_cta a:hover,
.cw_cmpg_body .ppc22_template .wt-prcNew2_sec_yellow_cta a:focus,
.cw_cmpg_body
  .ppc22_template
  .wt-prcNew2_sec:hover
  .wt-prcNew2_sec_yellow_cta
  a,
.cw_cmpg_body .ppc22_template .wt-prcNew2_sec2 .wt-prcNew2_sec_yellow_cta a {
  color: rgba(0, 0, 0, 0.9) !important;
}

.cw_cmpg_body #wt-prcNew-v3 .wt-prcNew2_sec1 {
  bottom: 0;
}

.cw_cmpg_body .wt-prcNew2_prvd-tab-wrap .strip {
  z-index: 1;
}

.cw_cmpg_body .wt-prcNew2_prvd-tab-wrap .strip:after {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 30px;
}

.cmpg_ppc-hdr-wrap nav.affix-top .ppc-nav li a {
  color: #fff !important;
}

@keyframes bfcmFlares {
  0% {
    opacity: 0.6;
    top: 0;
  }
  100% {
    opacity: 0;
    top: -10px;
  }
}

.cw_cmpg_body .bfcmPreHdTxt {
  text-shadow: 0 0 25px #b764d8;
  font-weight: 700;
  margin: 0 0 15px;
  position: relative;
  color: #fff;
  font-size: 30px;
  z-index: 1;
}

.cw_cmpg_body .bfcmOfrEndingDiv {
  vertical-align: top;
}
.bfcmOfrEndingDiv {
  display: inline-block;
}
.cw_cmpg_body .bfcmSubTxt {
  display: block !important;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 0;
  text-align: center;
}

/* Bfcm Campaign 2022 */

/*Providers Page Revamp Chnages || Start*/

.prvdrsPgsPrcRevamp .newPrc_switcher2_wrap {
  margin-bottom: 55px;
  text-align: center;
}

.prvdrsPgsPrcRevamp .newPrc_switcher2_wrap .dropdown {
  float: initial;
  display: inline-block;
}

.prvdrsPgsRevamp .wt-prcNew2_prvd-tab-wrap h2,
.prvdrsPgsRevamp .glb-nfaq-ttl h2,
.prvdrsPgsRevamp .glb-nfaq-ttl h3 {
  margin-top: 0;
}

/* .prvdrsPgsRevamp .wt-rgn_inr-top h2{
    margin-top: 30px;
  } */

/* .prvdrsPgsRevamp .lnd-glb-tbl-txt h2{
    margin-top: 10px;
  } */

/*Providers Page Revamp Chnages || Ends*/

/* target all font awesome family  */
.fa {
  font-family: FontAwesome !important;
}

@media (max-width: 1200px) {
  #footer-nav_social li {
    float: none;
    width: 16%;
  }

  .footer-payment_method {
    background-size: contain !important;
  }

  div#footer-nav_social a > i {
    font-size: 20px !important;
  }

  #footer-nav_address .footer-nav_logo {
    background-size: contain !important;
  }

  #footer-nav_address ul > li:nth-of-type(2) {
    margin: 20px 0 22px;
  }

  div#footer-container .footerContainerWrap .footerNavWrap .footer-nav {
    margin-right: 30px;
    width: calc(33.33% - 20px);
  }
}

/* @reset styling for only medium screen size */

@media (min-width: 767px) AND (max-width: 992px) {
  div#cw-navbar ul.navbar-right li {
    padding: 2px 6px;
    font-size: 13px;
  }

  #cw-navbar ul.navbar-right li a span {
    font-size: 12px !important;
  }

  div#hm-top_container {
    padding-top: 20%;
  }

  .glb-cw_intro {
    width: auto;
  }

  img.lazy {
    height: auto;
  }

  .glb-feat2-disc-wrap {
    width: auto;
  }

  .ftr-trial-btn {
    min-width: 145px;
  }

  div#footer-nav_social a > i {
    font-size: 18px !important;
  }

  div#footer-nav_social a > i {
    font-size: 12px !important;
  }

  .cw-pay-mth {
    margin: 40px 0 40px 0;
  }

  .cw-pay-mth > h3 {
    margin-bottom: 15px;
  }

  div#footer-container .footerContainerWrap .footerNavWrap .footer-nav {
    width: calc(50% - 15px);
    margin-bottom: 40px;
  }

  div#footer-container
    .footerContainerWrap
    .footerNavWrap
    .footer-nav:nth-child(even) {
    margin-right: 0;
  }

  div#footer-container
    .footerContainerWrap
    .footerNavWrap
    .footer-nav:nth-child(odd) {
    margin-right: 30px;
  }
}

@media (max-width: 992px) {
  .newFtr_adrs_imgBox .footer-nav_logo {
    width: 70px;
  }

  .newFtr_adrs_txtBox {
    margin: 15px 0 20px;
  }

  div.footer-nav .nav > li > a {
    display: block;
  }

  .newFtr_adrs_reviewBadges {
    margin-bottom: 30px;
  }

  .newFtr_adrs_reviewBadges .badgeBox {
    width: calc(33% - 10px);
  }

  .newFtr_adrs_reviewBadges .badgeBox:first-child {
    width: 100%;
  }

  .cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoupinner div {
    width: 100%;
    text-align: center;
  }

  .cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoupinner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoupinner {
    padding: 14px 25px;
  }

  .cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoupinner div:first-child {
    max-width: 100%;
    margin: 0;
  }

  .cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoupinner h3 br {
    display: none;
  }

  .cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoupinner h3 {
    font-size: 25px;
  }

  .cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoupinner small {
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0 10px;
  }

  .cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoupinner div:last-child a {
    width: 157px;
    font-size: 11px;
  }

  .cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoupinner h5 {
    font-size: 18px;
  }

  .cw_cmpg_body .bfcm2022popupsec .bfcmaffilatepoupinner div:nth-child(3) {
    display: none;
  }

  .cw_cmpg_body .lnd-new-prvd-cntnt h2,
  .cw_cmpg_body .performanceStatsSec .topTxt h2,
  .cw_cmpg_body .lnd-new-appSol_ttlBox > h2,
  .cw_cmpg_body .glb_bnchMark2_ttlBox h2,
  .cw_cmpg_body .lnd-new-feats-txt h2,
  .cw_cmpg_body .wt-rgn_inr-top h2,
  .cw_cmpg_body .glb_bnchMark_ttlBox > h2,
  .cw_cmpg_body .glb-nfaq-ttl h2,
  .cw_cmpg_body .hm-new-spprt-txt-wrap h2,
  .cw_cmpg_body .setup-store-wrap h2,
  .cw_cmpg_body .wt-prcNew2_prvd-tab-wrap h2,
  .cw_cmpg_body .lnd_cstdy_ttlBox h2,
  .cw_cmpg_body .hm-new-plt_sec_top h2,
  .cw_cmpg_body .lnd-new_vdoTstml_ttl h2,
  .cw_cmpg_body .hm-new_sldr3_ttlBox h2,
  .cw_cmpg_body .comp-with-cw-txt h2,
  .cw_cmpg_body .lnd-glb-tbl-txt h2,
  .cw_cmpg_body .eCmrceAppsSec .eCmrceAppsMainWrap .eCmrceAppsHeadWrap h2,
  .cw_cmpg_body .cwvs_g2Stats_ttlBox h2,
  .cw_cmpg_body .lnd-agncy-ftr-txt h2 {
    font-size: 26px !important;
  }

  .cw_cmpg_body .hm-new-spprt-txt-wrap p {
    font-size: 16px;
  }

  .cw-hbar-wrap{
    display: none !important;
  }

}

@media (min-width: 992px) {
  div.footer-nav .nav > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    opacity: 0;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
  }

  div.footer-nav .nav > li > a:hover:after {
    opacity: 1;
  }
}

/* @reset styling for small screen size */

@media (max-width: 766px) {
  a.navbar-brand {
    width: 100% !important;
    margin: 15px 0 15px 0;
  }

  div#cw-navbar ul.navbar-right {
    padding: 0 0 0 0 !important;
  }

  div#cw-navbar ul#cw-navbar-secondary {
    padding: 0 0 7px 0 !important;
  }

  #footer-nav_address ul > li {
    font-size: 12px;
  }

  #footer-nav_address ul > li:nth-of-type(2) {
    font-size: 13px;
  }

  .ftr-nav_scl-hd {
    background-image: none !important;
    background-color: #0a0d35 !important;
    text-align: center !important;
  }

  .newFtr_adrs_imgBox .footer-nav_logo {
    width: 200px;
  }

  #cw-navbar {
    background-color: #101a28;
    padding: 0;
    max-height: none !important;
  }

  div#cw-navbar ul.navbar-right li,
  div#cw-navbar ul.navbar-right li a,
  div#cw-navbar ul#cw-navbar-secondary li,
  div#cw-navbar ul#cw-navbar-secondary li a {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }

  footer#cw-footer .footer-nav-btm {
    padding: 15px 0;
    text-align: center;
  }

  div.footer-nav#footer-nav_address {
    margin-top: 30px;
    border-top: 1px solid #2b3c4d;
    padding-top: 30px;
  }

  #footer-nav_address ul {
    border-bottom: 0;
  }

  #footer-nav_address .footer-nav_logo {
    background-position: center top !important;
  }

  .footer-nav-btm .footer-nav_content {
    padding: 0;
  }

  div#cw-navbar ul.navbar-right li a,
  div#cw-navbar ul#cw-navbar-secondary li a {
    padding: 10px 15px;
    color: #ffffff;
  }

  #menu-main-menu .cw-navbar-free_trial {
    top: 0;
    margin-left: 0;
    background: transparent;
    font-weight: 300;
    border-radius: 0 !important;
  }

  #menu-main-menu .cw-navbar-free_trial a {
    padding: 10px 15px !important;
  }

  div#cw-navbar ul.navbar-right li a span {
    line-height: 34px;
    padding-left: 30px;
    color: #fff !important;
  }

  div#cw-navbar ul.navbar-right > li > a b {
    position: relative;
    top: 4px;
  }

  .open .caret-arrow {
    display: none;
  }

  #cw-navbar-secondary_bg {
    display: none;
  }

  div#cw-navbar ul#cw-navbar-secondary {
    float: left;
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 0;
  }

  div#cw-navbar ul#cw-navbar-secondary li a:hover,
  div#cw-navbar ul#cw-navbar-secondary li a:focus,
  div#cw-navbar ul.navbar-right li a:hover,
  div#cw-navbar ul.navbar-right li a:focus {
    background: none;
    color: #2ecc71;
  }

  div#cw-navbar ul.navbar-right li a:hover,
  div#cw-navbar ul.navbar-right li a:focus {
    background: #182639;
    color: #fff;
  }

  .hdr-dropdown ul {
    min-width: 200px;
    left: 0;
  }

  .hdr-dropdown ul li a {
    padding: 0 !important;
  }

  .hdr-dropdown ul li b {
    padding: 10px 0 10px 80px;
    font-weight: normal;
    color: #fff;
    display: block;
    position: relative;
  }

  .hdr-dropdown ul li a b strong {
    background-image: url(../../img/home/sprite-header-menu2.png);
    width: 35px;
    height: 28px;
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 9px;
  }

  .hdr-dropdown ul li a.hdr-magento b strong {
    background-position: left -86px;
  }

  .hdr-dropdown ul li a.hdr-laravel b strong {
    background-position: left -172px;
  }

  .hdr-dropdown ul li a.hdr-php b strong {
    background-position: left -258px;
  }

  .hdr-dropdown ul li a.hdr-drupal b strong {
    background-position: left -344px;
  }

  .cw-mobile_slide_item:hover {
    margin-top: 0;
  }

  footer#cw-footer {
    background-image: none !important;
  }

  div.footer-nav {
    padding: 0;
    float: left;
    width: 100%;
  }

  div#footer-container {
    padding: 0 0 20px;
  }

  a.footer-nav-heading {
    margin: 0;
    padding: 20px 15px;
    background: url("../../img/fotr-nav-icon.png") no-repeat 95% -80px #0a0d35;
  }

  .footer-nav_legal-heading {
    margin: 0 !important;
  }

  a.footer-nav-heading.collapsed {
    background-position: 95% 22px;
    background-color: #0a0d35;
  }

  a.footer-nav-heading:before,
  a.footer-nav-heading:after {
    display: none;
  }

  .footer-nav .footer-nav_content ul {
    border-bottom: 1px solid #2b3c4d;
    padding: 0 15px 15px;
    margin: 0;
  }

  #footer-copyright {
    padding-left: 15px;
    padding-right: 15px;
  }

  #footer-copyright {
    display: block;
  }

  .footer-nav-reverse {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    float: right;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    float: left;
    width: 100%;
  }

  .footer-payment_method {
    background-position: left 0px !important;
  }

  #cw-ph {
    display: none;
  }

  #helobar-point {
    padding-bottom: 20px;
  }

  .cw-pay-mth {
    text-align: center;
    margin: 0;
  }

  .newFtr_adrs_wrap {
    text-align: center;
    margin: 20px 0 0;
    padding: 0 15px;
  }

  #cw_ml_swtch .dropdown .btn {
    text-align: center;
  }

  #cw_ml_swtch .dropdown-menu {
    top: -140px;
    left: -15px;
    margin: 0;
  }

  #cw_ml_swtch .dropdown-menu:after {
    display: inline-block;
  }

  #cw_ml_swtch .fa-angle-down:before {
    content: "\f106";
  }

  .newFtr_scl_iconBox ul li {
    margin-right: 10px;
  }

  .newFtr_scl_iconBox ul li a {
    padding: 15px;
  }

  div#footer-container .footerContainerWrap {
    flex-direction: column;
  }

  div#footer-container .footerContainerWrap .footerBrandInfoWrap {
    padding-right: 0;
    margin-top: 50px;
  }

  div#footer-container .footerContainerWrap .footerNavWrap .footer-nav {
    width: 100%;
    margin: 0;
  }

  .newFtr_adrs_reviewBadges .badgeBox a img {
    max-height: 150px;
  }

  .cw_cmpg_body .bfcm2022popupsec .bfcmnotimeropoup .bfcmpopupMainWrap {
    /* flex-direction: column; */
    justify-content: center;
  }

  .cw_cmpg_body
    .bfcm2022popupsec
    .bfcmnotimeropoup
    .bfcmpopupMainWrap
    .bfcmpopupmidmainwrap {
  }

  .cw_cmpg_body
    .bfcm2022popupsec
    .bfcmnotimeropoup
    .bfcmpopupMainWrap
    .bfcmpopupmidmainwrap
    h5 {
    font-size: 13px;
    margin: 10px 0;
    text-align: left;
  }

  .cw_cmpg_body
    .bfcm2022popupsec
    .bfcmnotimeropoup
    .bfcmpopupMainWrap
    .bfcmpopupmidmainwrap
    img {
    max-width: 85px;
    margin: 0 0 0 5px;
  }

  .cw_cmpg_body
    .bfcm2022popupsec
    .bfcmnotimeropoup
    .bfcmpopupMainWrap
    .bfcmpopuorightwrap
    p {
    text-align: center;
  }

  .cw_cmpg_body
    .bfcm2022popupsec
    .bfcmnotimeropoup
    .bfcmpopupMainWrap
    .bfcmpopuorightwrap
    .popuprightwrapctawrap {
    display: center;
  }

  .cw_cmpg_body
    .bfcm2022popupsec
    .bfcmnotimeropoup
    .bfcmpopupMainWrap
    .bfcmpopupleftWrap
    img {
    max-width: 70px;
  }

  .cw_cmpg_body
    .bfcm2022popupsec
    .bfcmnotimeropoup
    .bfcmpopupMainWrap
    .bfcmpopuorightwrap
    p {
    font-size: 13px;
  }

  .cw_cmpg_body .bfcm2022popupsec .bfcmtimerpopup .bfcmpopupMainWrap {
    flex-direction: column;
    align-items: center;
  }

  .cw_cmpg_body
    .bfcm2022popupsec
    .bfcmtimerpopup
    .bfcmpopupMainWrap
    .bfcmpopupmidmainwrap {
    flex-direction: column;
  }

  .cw_cmpg_body
    .bfcm2022popupsec
    .bfcmtimerpopup
    .bfcmpopupMainWrap
    .bfcmpopupmidmainwrap
    h5 {
    font-size: 16px;
    margin: 10px 0;
    text-align: center;
  }

  .cw_cmpg_body
    .bfcm2022popupsec
    .bfcmtimerpopup
    .bfcmpopupMainWrap
    .bfcmpopupmidmainwrap
    img {
    max-width: 85px;
  }

  .cw_cmpg_body
    .bfcm2022popupsec
    .bfcmtimerpopup
    .bfcmpopupMainWrap
    .bfcmpopuorightwrap
    p {
    text-align: left;
    margin-bottom: 0;
  }

  .cw_cmpg_body
    .bfcm2022popupsec
    .bfcmtimerpopup
    .bfcmpopupMainWrap
    .bfcmpopuorightwrap
    .popuprightwrapctawrap {
    display: none;
  }

  .cw_cmpg_body
    .bfcm2022popupsec
    .bfcmtimerpopup
    .bfcmpopupMainWrap
    .bfcmpopupleftWrap
    img {
    max-width: 79px;
  }

  .cw_cmpg_body
    .bfcm2022popupsec
    .bfcmtimerpopup
    .bfcmpopupMainWrap
    .bfcmpopuorightwrap
    p {
    font-size: 13px;
  }

  .cw_cmpg_body .bfcm2022popupsec .bfcmtimerpopup .clounterMainDiv {
    margin-top: 15px;
  }

  .cw_cmpg_body
    .bfcm2022popupsec
    .bfcmnotimeropoup
    .bfcmpopupMainWrap
    .bfcmpopuorightwrap {
    display: none;
  }

  .cw_cmpg_body
    .bfcm2022popupsec
    .bfcmnotimeropoup
    .bfcmpopupMainWrap
    .bfcmpopupleftWrap {
    margin: 0 27px 0 0px;
  }

  .cw_cmpg_body .bfcm2022popupsec .bfcmnotimeropoup {
    padding: 13px 25px;
  }

  .cw_cmpg_body
    .bfcm2022popupsec
    .bfcmtimerpopup
    .bfcmpopupMainWrap
    .bfcmpopuptimerwrap {
    display: none;
  }

  .cw_cmpg_body .bfcm2022popupsec .bfcmtimerpopup {
    padding: 10px 20px;
  }

  .cw_cmpg_body .vultrPlansTabsWrap2 {
    top: 0;
    position: relative;
    left: 0;
    right: 0;
    margin: 25px auto;
  }

  .cw_cmpg_body .newPrc_switcher2_wrap .dropdown {
    float: none;
    display: inline-block;
  }

  .cw_cmpg_body .newPrc_switcher2_wrap {
    text-align: center;
  }

  .cw_cmpg_body
    .bfcm2022popupsec
    .bfcmtimerpopup
    .bfcmpopupMainWrap
    .bfcmpopupleftWrap {
    max-width: 100%;
  }

  .cw_cmpg_body .bfcm2022popupsec .bfcmtimerpopup .bfcmpopupMainWrap h3 {
    font-size: 26px;
    text-align: center;
    max-width: 298px;
    letter-spacing: 3px;
  }

  .cw_cmpg_body
    .bfcm2022popupsec
    .bfcmtimerpopup
    .bfcmpopupMainWrap
    .bfcmpopupleftWrap
    h5 {
    text-align: center;
    margin: 0;
    font-size: 20px;
  }

  .cw_cmpg_body .bfcm2022popupsec .bfcmtimerpopup .bfcmpopupmidmainwrap a {
    display: none;
  }

  .cw_cmpg_body .bfcm2022popupsec .bfcmtimerpopup .bfcmpopupmidmainwrap p {
    font-size: 12px;
  }
  .cw_cmpg_body .bfcmPreHdTxt span {
    display: none;
  }
}

/* @reset styling for all screen except screen size */

@media (min-width: 767px) {
  /*menu*/
  .hdr-dropdown ul {
    right: auto !important;
    top: 100%;
    padding: 0;
  }

  .hdr-dropdown ul li {
    width: 20%;
    float: left;
    padding: 0 !important;
  }

  .hdr-dropdown ul li a {
    width: 100%;
    font-size: 13px;
    color: #8d8d8d !important;
    line-height: 18px;
    text-transform: uppercase;
    white-space: normal;
    text-align: center;
    padding: 20px 0 !important;
  }

  .hdr-dropdown ul li a b {
    border-right: 1px solid #f6f6f6;
    float: left;
    width: 100%;
    font-weight: normal;
  }

  .hdr-dropdown ul li a b strong {
    background: url("../../img/home/sprite-header-menu.png") no-repeat center
      top;
    float: left;
    width: 100%;
    height: 41px;
    margin: 6px 0 9px 0;
  }

  .hdr-dropdown ul li a.hdr-magento b strong {
    background-position: center -86px;
  }

  .hdr-dropdown ul li a.hdr-laravel b strong {
    background-position: center -172px;
  }

  .hdr-dropdown ul li a.hdr-php b strong {
    background-position: center -258px;
  }

  .hdr-dropdown ul li a.hdr-drupal b strong {
    background-position: center -344px;
  }

  .hdr-dropdown ul li:last-child a b {
    border-right: 0;
  }

  /*Menu*/
  .footer-nav-heading {
    cursor: default;
  }

  div.footer-nav .nav > li > a {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .footer-nav_content {
    height: 600px !important;
    display: block !important;
    visibility: visible !important;
  }

  .footer-nav_content.quick-div-2 {
    margin-top: 45px;
  }

  div#footer-nav_legal {
    /*height:140px !important;*/
  }

  div#footer-nav_payment {
    height: 30px !important;
  }

  div#footer-nav_social a > i {
    font-size: 25px;
  }

  div#footer-container
    .footerContainerWrap
    .footerNavWrap
    .footer-nav
    .footer-nav_content {
    height: auto !important;
  }
}

@media (max-width: 500px) {
  .glb_sidePopUp_ad {
    display: none !important;
  }
}

@supports (-ms-ime-align: auto) {
  /* IE Edge 12+ CSS styles go here */
  div.footer-nav .nav > li > a:after {
    display: none !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  div.footer-nav .nav > li > a:after {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .cw_cmpg_body .bfcm2022Strip .bfcmStripMainWrap {
    justify-content: center;
    flex-wrap: wrap;
  }

  .cw_cmpg_body .bfcm2022Strip .bfcmStripMainWrap .stripCtaWrap {
    flex: 0 0 100%;
  }
  .bfcmOfrEndingDiv {
    display: block;
  }
  .cw_cmpg_body .bfcmSubTxt {
    margin: 0 0 10px;
  }
}

@media (max-width: 480px) {
  .cw_cmpg_body .bfcm2022Strip {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }

  .cw_cmpg_body .newPrc_switcher2_wrap {
    margin-bottom: 0;
  }
}

