.pricingHeadingWrap {
  padding: 80px 0 64px;
}

.pricingHeadingWrap .txtWrap {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

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

.pricingHeadingWrap .txtWrap p {
  font-size: 16px;
  margin: 0;
  letter-spacing: -0.16px;
  color: #253858;
  line-height: 150%;
}

/*Modal */
.customModal .modal-open .modal {
  z-index: 999999;
}

.customModal .modal {
  text-align: center;
  padding: 0 !important;
  z-index: 99999;
}

.customModal .modal:before {
  content: "";
  display: inline-block;
  /* height: 100%; */
  vertical-align: middle;
}

.customModal .modal-dialog {
  display: inline-block;
  vertical-align: middle;
  margin-top: 140px;

  width: 800px;
  height: auto;
}

.customModal .modal-backdrop.in {
  /* background-color: #151C21D9;
    opacity: 0.85; */
  background: rgba(9, 30, 66, 0.52);
  backdrop-filter: blur(7px);
}

#allDataCenters {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  list-style: none;
  border-radius: 8.618px;
  /* border: 0.862px solid var(--primary-blue-50, #5961CC); */
  /* background: var(--neutrals-01, #FCFCFC); */
  /* padding: 24px 31px; */
  background: transparent;
  border: none;
  /* justify-content: center; */
}

#allDataCenters li {
  flex: 0 0 25%;
  text-align: left;
  padding: 0 10px 20px;
  display: flex;
  align-items: center;
  /* cursor: pointer; */
  transition: all 0.5s ease;
}

#allDataCenters li:hover {
  /* font-weight: 600; */
}

#allDataCenters li svg {
  margin-right: 10px;
  height: 19px;
}

/* Map and Country Pin */
.mapWrapper {
  position: relative;
  display: none;
}

.counryPin {
  position: absolute;
}

.counryPin img {
  width: 12px;
  transition: 0.5s;
}

.Brazil {
  bottom: 75px;
  left: 175px;
}

.USA {
  top: 118px;
  left: 120px;
}

.Canada {
  top: 94px;
  left: 110px;
}

.Ireland {
  top: 83px;
  left: 260px;
}

.Belgium {
  left: 285px;
  top: 93px;
}

.Germany {
  left: 300px;
  top: 72px;
}

.Netherland {
  left: 282px;
  top: 62px;
}

.UK {
  left: 263px;
  top: 53px;
}

.India {
  right: 170px;
  top: 128px;
}

.Singapore {
  right: 126px;
  top: 167px;
}

.Australia {
  right: 20px;
  bottom: 26px;
}

.Taiwan {
  right: 102px;
  top: 128px;
}

.Koria {
  right: 100px;
  top: 102px;
}

.Japan {
  right: 79px;
  top: 110px;
}

/* .NewYork{
    bottom: 58px;
    left: 60px;
}
.TelAviv{
    bottom: 58px;
    left: 160px;
} */

/*Pricing End*/
.customModal .modal-body {
  padding: 50px 90px;
}

.customModal .modal-content {
  box-shadow: none !important;
  border: 0 !important;
}

.customModal .modal {
  text-align: center;
  padding: 0 !important;
  z-index: 99999;
}

.customModal .modal:before {
  content: "";
  display: inline-block;
  /* height: 100%; */
  vertical-align: middle;
}

.customModal .modal-dialog {
  display: inline-block;
  vertical-align: middle;
  margin-top: 140px;

  width: 800px;
  height: auto;
}

.customModal .modal-backdrop.in {
  background-color: #151c21d9;
  opacity: 0.85;
}

.customModal .modal-content {
  /* background-color: #000; */
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
}

.customModal .modal-content {
  box-shadow: none !important;
  border: 0 !important;
}

.modal-content h2 {
  color: #253858;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: initial;
  /* 30.889px */
  letter-spacing: -0.895px;
  margin: 0 0 5px;
}

.modal-content h3 {
  color: #091e42;
  font-size: 32px;
  font-weight: 700;
  line-height: initial;
  letter-spacing: -1.492px;
  margin: 0;
  margin-bottom: 35px;
}

/* hero fold */
.pricingTabsWrapper {
  display: flex;
  align-items: start;
  margin-bottom: 24px;
}

.pricing_tabs {
  border-bottom: transparent;
}

.pricing_benifits {
  width: 23.6%;
  background: url(https://www.cloudways.com/wp-content/uploads/2023/10/Pricing_table_bg.png)
    no-repeat;
  height: 100%;
  padding: 24px;
  background-size: 100% 100%;
}

.pricing_benifits .benefits_list {
  padding: 0;
  margin: 0;
}

.pricing_benifits .benefits_list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 0;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.pricing_benifits .benefits_list li svg {
  margin-right: 8px;
}

.pricing_benifits .benefits_list li .newTag {
  margin-left: 8px;
  background: linear-gradient(
    82.5deg,
    #ffffff -37.59%,
    #c583e0 -37.58%,
    #ffbc7d 74.04%,
    #ffffff 115.51%
  );
  padding: 4px 8px;
  color: #091e42;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  border-radius: 10px;
}

.pricing_benifits h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 24px;
  color: #ffffff;
}

.pricing_show {
  position: relative;
  width: 74.8%;
  margin-left: 20px;
}

.upperTabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  align-items: center;
}

.pricing_tabs .main_tab {
  border-radius: 6px !important;
  border: 1px solid #c1c7d0;
  background: #fff;
  padding: 6px;
  height: 48px;
  margin-right: 12px;
  width: 153px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing_tabs li.active a {
  background: #2f39bf;
}

.pricing_tabs li a {
  /* border: unset; */
  padding: 7px 5px 2px 5px;
}

.pricing_tabs .nav-tabs > li.active {
  border: 1px solid #2f39bf;
}

.pricing_tabs li.active a {
  border: unset !important;
}

.pricing_tabs li a:focus,
.pricing_tabs li a:hover {
  background-color: transparent !important;
  border-color: #c1c7d0 !important;
}

.innerTabs {
  position: absolute;
  top: 8px;
  right: 155px;
  border-radius: 94px;
  border: 1px solid #eaebf9;
}

.innerTabs a {
  background-color: transparent !important;
  border: unset !important;
}

.innerTabs > li > a {
  color: #253858;
  font-size: 14px;
  line-height: 100%;
  padding: 8px 15px;
  margin: 0;
  border-radius: 30px;
}

.innerTabs li.active a:hover,
.innerTabs li.active a:focus {
  /* font-size: 14px; */
  /* font-weight: 400; */
}

.nav-tabs.innerTabs > li.active > a {
  color: #2f39bf;
  background: #eaebf9 !important;
}

.datacenter {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.datacenter::before {
  content: "";
  border-left: 1px solid #dfe1e6;
  height: 30px;
  margin: 0 16px;
}
.datacenter.no-border:before {
  border-color: transparent;
}

.datacenter span {
  font-size: 14px;
  color: #253858;
  line-height: 21px;
  font-weight: 400;
  margin-left: 4px;
}

/* table | Begins */
.pricingMainWrapper .pricing_table thead tr td {
  padding: 12px;
  text-align: center;
}

.pricingMainWrapper .pricing_table thead tr td svg {
  margin-bottom: -7px;
  margin-right: 4px;
}

.pricingMainWrapper .pricing_table_card {
  /* background: white; */
  padding: 32px 16px;
  /* box-shadow: 0px 4px 40px 0px #0000000D; */
  /* height: 630px;
    overflow-y: scroll; */
  border-radius: 12px;
  background: var(--base-light, #fff);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
  background-color: white;
}

/* 
::-webkit-scrollbar {
    width: 3px;
  }
::-webkit-scrollbar-track {
    border-radius: 10px;
  }
::-webkit-scrollbar-thumb {
    background: #5961CC; 
    border-radius: 10px;
  } */

.pricingMainWrapper .pricing_table {
  border-collapse: separate;
  border-spacing: 0 15px;
  border-start-end-radius: 10px;
}

.pricingMainWrapper .pricing_table tbody tr td {
  padding: 22px;
  text-align: center;
  border-top: 1px solid #dfe1e6;
  border-bottom: 1px solid #dfe1e6;
  font-size: 18px;
  line-height: 27px;
  color: #5e6c84;
  font-weight: 400;
  vertical-align: middle;
}

.pricingMainWrapper .pricing_table thead tr td:last-child {
  text-align: right;
  padding-right: 0;
}

.pricingMainWrapper .pricing_table tbody tr td:first-child {
  border-left: 1px solid #dfe1e6;
}

.pricingMainWrapper .pricing_table tbody tr td:last-child {
  border-right: 1px solid #dfe1e6;
  padding-right: 50px;
  text-align: right;
}

.pricingMainWrapper .pricing_table tbody tr .pricing-col {
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: relative;
}

.pricingMainWrapper .pricing_table tbody tr .pricing-col .pricing {
  color: #2f39bf;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}

.pricingMainWrapper .pricing_table tbody tr .pricing-col .usd_per_mon {
  color: #5e6c84;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.pricingMainWrapper .dropdown .btn {
  background: #fff;
  border: 1px solid #c1c7d099;
  padding: 5px 9px;
  border-radius: 44px;
  font-size: 12px;
  line-height: 100%;
  color: #253858;
}

.pricingMainWrapper .dropdown .btn span {
  margin-left: 12px;
  color: #5961cc;
  font-weight: 700;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn.active,
.btn:active {
  box-shadow: none;
}

.pricingMainWrapper .dropdown .dropdown-menu {
  right: 0;
  left: 0;
  min-width: 90px;
  border-color: rgba(193, 199, 208, 0.6);
}

.updownArrow {
  display: inline-block;
}

.updownArrow svg:nth-child(1) {
  display: block;
  margin-left: 4px;
}

.pricing_table .table_filter a {
  color: #000000;
}

.pricing_table .table_filter a:hover {
  color: #000000;
  text-decoration: none;
}

.price_header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding-right: 0;
}

.price_data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  border-radius: 8px;
  border: 1px solid #dfe1e6;
  background: #fff;
  padding: 16px 0px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

#do #standard .price_data:last-child,
#do #premium .price_data:last-child {
  margin-top: 1px;
}

.price_header li,
.price_data li {
  /* text-align: center; */
  width: 13%;
}

.price_header li {
  display: flex;
  color: #253858;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.48px;
  align-items: center;
  /* justify-content: center; */
}

.price_header li svg {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}

.price_data li a {
  color: #2f39bf;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4.619px;
  border: none;
  padding: 0;
  position: relative;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  display: block;
  text-decoration: none !important;
  letter-spacing: 0;
  line-height: initial;
  text-align: right;
  padding: 0 25px 0 0;
}

.price_data li {
  color: #5e6c84;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.48px;
}

.price_data li a span {
  font-size: 14px;
  color: #2f39bf;
  letter-spacing: 0;
  font-weight: 500;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  display: none;
}

.price_data li a:hover span {
  opacity: 1;
}

.price_data li a:hover svg {
  /* transform: translateX(20px); */
  /* opacity: 0; */
}

.price_header_outer {
  padding: 0 24px 0 21px;
}

.price_header li:nth-child(6),
.price_data li:nth-child(6) {
  width: 18%;
}

.price_header li:first-child,
.price_data li:first-child {
  width: 17%;
  padding: 0 0 0 20px;
  pointer-events: none;
}

.price_data:hover {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
}

.price_data .hourly_price,
.price_data .monthly_price {
  display: flex;
  /* justify-content: center; */
  align-items: baseline;
}

.price_data li a:hover {
  /* border-color: #2F39BF; */
}

.price_data li a svg {
  position: relative;
  transition: all 0.3s ease-in-out;
  transform: 0;
  opacity: 1;
}

.price_header li:last-child {
  text-align: right;
  /* flex: 0 0 20%; */
  justify-content: flex-end;
}

.price_header li:nth-child(5),
.price_data li:nth-child(5) {
  /* flex: 0 0 20%; */
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.price_data .pricing {
  color: #2f39bf;
  font-size: 24px;
  font-weight: 600;
}

.price_data .usd_per_mon {
  color: #5e6c84;
  font-size: 12px;
  font-weight: 400;
}

.priceWrapper {
  display: flex;
  flex-direction: column;
  height: 516px;
  overflow-y: scroll;
  /* margin-top: 28px; */
  padding: 0 20px 0;
  margin: 25px 0 0;
}

.reverse_order .priceWrapper {
  /* flex-direction: column-reverse; */
}

.price_data li a:hover span {
  opacity: 1;
}

/* .price_header .dropdown-menu{
     display: unset;
} */
.price_header .dropdown-menu li {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  padding: 0;
}

.price_header .dropdown-menu li:first-child {
  pointer-events: auto;
}

.price_header .dropdown-menu li:last-child {
  text-align: center;
}

.price_header .dropdown-menu li a {
  font-size: 12px;
  justify-content: flex-start;
  padding-left: 12px;
  padding-right: 0;
}

.price_header .dropdown-menu li:first-child a {
  border-bottom: 1px solid rgba(193, 199, 208, 0.6);
}

.price_header li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #253858;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 400;
}

.price_header li a div svg {
  display: block;
  margin-left: 8px;
  width: 10px;
  height: 6px;
}

.reverse_order .price_header li.active a div svg.downArrow path {
  fill: #5961cc;
}

.reverse_order .price_header li.active a div svg.upArrow path {
  fill: #c1c7d0;
}

.price_header li a div svg:first-child {
  margin-bottom: 5px;
}

.price_header li a:hover {
  text-decoration: none;
}

.price_header li a div {
  opacity: 0;
  /* transition: all 0.3s ease; */
}

.price_header li:hover a div {
  opacity: 1;
}

.price_header li.active a div {
  opacity: 1;
}

.priceWrapper::-webkit-scrollbar {
  width: 3px;
}

.priceWrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(244, 245, 247, 1);
}

.priceWrapper::-webkit-scrollbar-thumb {
  background-color: rgba(89, 97, 204, 1);
  /* outline: 1px solid slategrey; */
}

/*Pricing End*/

.price_data .pricing {
  margin-right: 4px;
}

.pricing_tabs li a {
  padding: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c1c7d0;
}

.pricing_tabs .main_tab {
  border-radius: 0px;
  border: unset;
  background: #fff;
  height: 50px;
  padding: 0px;
}

.active.main_tab a,
.pricing_tabs li.active a {
  border: 1px solid #2f39bf !important;
}

.pricing_tabs li.active a:focus,
.pricing_tabs li.active a:hover {
  background: #2f39bf !important;
}

.pricing_tabs li.active a:focus svg path,
.pricing_tabs li.active a:hover svg path,
.pricing_tabs li.active a svg path {
  fill: #fff;
}

.pricing_tabs li.active a:focus svg path.fill-none,
.pricing_tabs li.active a:hover svg path.fill-none,
.pricing_tabs li.active a svg path.fill-none {
  fill: transparent;
}

.pricing_tabs li a {
  border-radius: 5.368px;
}

#allDataCenters li {
  transition: 0.1s;
}

.nav-tabs.innerTabs > li.active > a i {
  display: inline-block;
}

.innerTabs > li > a i {
  height: 14px;
  width: 14px;
  display: none;
  vertical-align: top;
  position: relative;
  /* top: -2px; */
  top: 0px;
}
.innerTabs > li .supp_scp_ttl {
  position: absolute;
  width: 325px;
  /* padding: 32px; */
  padding: 16px;
  background: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  bottom: 40px;
  right: -5px;
  cursor: text;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.innerTabs > li .supp_scp_ttl p {
  margin: 0;
  color: #8993a4;
  /* font-size: 16px; */
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.innerTabs > li .supp_scp_ttl:before {
  content: "";
  background: #fff;
  width: 12px;
  height: 7px;
  position: absolute;
  clip-path: polygon(49% 100%, 0 0, 100% 0);
  bottom: -7px;
  right: 30px;
}

.innerTabs > li .supp_scp_ttl.open {
  opacity: 1;
  visibility: visible;
}

.higlighter {
  font-size: inherit;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.higlighter::before {
  content: "";
  border-radius: 5px;
  opacity: 0.8;
  background: linear-gradient(
    89deg,
    rgba(255, 255, 255, 0) -5.07%,
    rgba(255, 181, 181, 0.39) 30.61%,
    rgba(231, 178, 236, 0) 109.47%
  );
  filter: blur(1.5px);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*BFCM Compaign */
.bfcm_compaign {
  width: 23.6%;
}

.cw_cmpg_body .bfcm_compaign {
  display: block;
  margin: 0 auto;
  border-radius: 11px;
  background: #000;
  padding: 30px 28px;
}

.cw_cmpg_body .bfcm_compaign p {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 117%;
  margin: 6px 0 23px;
}

.cw_cmpg_body .bfcm_compaign img {
  display: block;
  margin: 0 auto;
}

.pricing_benifits {
  width: 100%;
}

.additional_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  border: 1px solid #dfe1e6;
  background: var(--neutrals-01, #fcfcfc);
  padding: 30px 60px;
  position: relative;
}

.additional_wrapper h3 {
  color: #253858;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  /* 18px */
  letter-spacing: -0.54px;
  margin: 0;
}

.strip_content ul {
  margin: 0;
  width: 811px;
}

.strip_content ul li {
  color: #5e6c84;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.28px;
}

.strip_content::after {
  content: "";
  position: absolute;
  background-color: #dfe1e6;
  width: 1px;
  bottom: 0;
  left: -80px;
  top: 0;
}

.strip_content {
  position: relative;
}

.do_strip,
.aws_strip,
.gc_strip {
  padding-bottom: 100px;
}

/* Adding Vultr Linode - Pricing Widget Update 2024 */
.pricingUpdate2024 .pricing_show {
  width: 100%;
}

.pricingUpdate2024 .pricing_tabs .main_tab {
  width: auto;
}

.pricingUpdate2024 .pricing_tabs .main_tab a {
  padding: 12px 20px;
  min-width: 100px;
}

.pricingUpdate2024 .upperTabs {
  align-items: end;
}

.pricingUpdate2024 .innerTabs {
  top: 19px;
}

.pricingUpdate2024 .nav-tabs.innerTabs > li.active > a {
  white-space: nowrap;
      /* padding: 11px 23px; */

}
.pricingUpdate2024 .innerTabs.vultr_subTabs > li.active > a {
  padding: 11px 23px;
}
.pricingUpdate2024 .innerTabs.vultr_subTabs > li > a{
  padding: 11px 23px;
}
.pricingUpdate2024 .price_header > li,
.pricingUpdate2024 .price_data li {
  width: 15%;
}

.noTabs .pricingUpdate2024 .innerTabs {
  opacity: 1 !important;
  visibility: visible !important;
  right: auto;
  left: 0;
}

.addtionalFeatures {
  margin-top: -50px;
  padding-bottom: 100px;
}

.addtionalFeatures .addtionalFeatures_title {
  max-width: 600px;
  margin: 0 auto 50px;
  text-align: center;
}

.addtionalFeatures .featuresWrap {
  max-width: 1000px;
  margin: 0 auto;
}

.addtionalFeatures .featuresWrap ul {
  column-count: 3;
  list-style: none;
}

.addtionalFeatures .featuresWrap ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--Neutrals-60, #5e6c84);
}

.addtionalFeatures .featuresWrap ul li::before {
  content: url("https://www.cloudways.com/wp-content/uploads/2024/05/checkmark-blue-gradient.svg");
  position: absolute;
  top: 2px;
  left: 0;
}

.additional_wrapper {
  padding: 30px;
  gap: 30px;
}
.strip_content::after {
  left: -45px;
}

/*  Pricing Slider Css  */
.pricingMainWrapper .pricing_slider_outer {
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
.pricing_slider_outer .price_data {
 flex-direction: column;
 align-items: flex-start;
 padding: 30px;
}

.pricing_slider_outer .priceWrapper {
  overflow-y: unset;
  height: 100%;
  margin-top: 60px;
}
.pricingUpdate2024 .pricing_slider_outer .price_header li:not(:last-child){
  display: none;
}
.pricingUpdate2024 .pricing_slider_outer .price_header li .dropdown-menu li{
  display: block;
}
.pricing_slider_outer .price_data li a{
  padding-right:0;
  align-items: center;
  }
  .pricing_slider_outer .price_data li a svg{
  width: 12px;
  height: 12px;
  margin-top: 0px;
  }
.pricing_slider_outer .price_header li,.pricing_slider_outer .price_data li{
width: 100%;
}
.pricing_slider_outer .price_header_outer{
  padding: 0;
  position: absolute;
  top: 10px;
  right: 50px;
}
.pricing_slider_outer .price_data li:first-child{
  order: 2;
  padding: 0;
}
.pricing_slider_outer .price_data li:nth-child(2){
  order: 3;
}
.pricing_slider_outer .price_data li:nth-child(3){
  order: 4;
}
.pricing_slider_outer .price_data li:nth-child(4){
  order: 5;
}
.pricing_slider_outer .price_data li:nth-child(5){
  order: 6;
}
.pricing_slider_outer .price_data li:last-child{
  order: 7;
  border-radius: 4px;
display: flex;
justify-content: center;
padding: 8px 0;
margin-top: 40px;
color: #fff;
background: #2F39BF;
}
.pricing_slider_outer .price_data li:last-child:hover{
  border: 1px solid var(--Primary---Blue-100, #2F39BF);
  color: #2F39BF;
  background: #fff;
}
.pricing_slider_outer .price_data .pricing-col{
  order: 1;
  border-bottom: 1px solid #EFF0F3;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
.pricing_slider_outer .price_data li:first-child,.pricing_slider_outer .price_data li:nth-child(2),.pricing_slider_outer .price_data li:nth-child(3),.pricing_slider_outer .price_data li:nth-child(4),.pricing_slider_outer .price_data li:nth-child(5){
  color: #253858;
  font-weight: 600;
  text-align: left;
}
.pricing_slider_outer .price_data li:first-child span,.pricing_slider_outer .price_data li:nth-child(2) span,.pricing_slider_outer .price_data li:nth-child(3) span,.pricing_slider_outer .price_data li:nth-child(4) span,.pricing_slider_outer .price_data li:nth-child(5) span{
  color: #5E6C84;
  font-weight: 400;
}
.pricing_slider_outer .price_data li a{
  display: flex;
  color: #fff;
  padding-left: 0;
}
.pricing_slider_outer .price_data li a span{
  display: block;
  opacity: unset;
  color: #fff;
  font-weight: 400;

}
.pricing_slider_outer .price_data li:hover a span{
  color: #2F39BF;
}
.pricing_slider_outer .price_data li a svg{
  margin-left: 6px;
  margin-top: 2px;
  width: 14px;
  height: 14px;
}
.pricing_slider_outer .price_data li a svg path{
  fill: #fff;
}
.pricing_slider_outer .price_data li:hover a svg path{
  fill: #2F39BF;
}
.pricing_slider_outer .price_data .pricing{
  font-size: 32px;
font-weight: 600;
}
.pricing_slider .btn-wrap{
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transform: translateY(-50%);
  position: absolute;
  top: 54%;
}
.pricing_slider .btn-wrap .pricingSliderBtn{
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 1px 7px 0px #c2bfbf;
}
.pricing_slider .prev-btn.pricingSliderBtn{
  margin-left: 30px;
}
.pricing_slider .next-btn.pricingSliderBtn{
  margin-right: 60px;
}
.pricing_slider .innerTabs{
  top: 8px;
  right: 165px;
}
.pricing_slider .seperator{
  background: #DFE1E6;
  height: 32px;
  width: 1px;
  position: absolute;
  top: 7px;
  right: 150px;
}
.pricingUpdate2024.pricing_slider .pricing_tabs .main_tab a{
  padding: 12px 16px;
}
.pricing_slider .upperTabs{
  margin-left: 20px;
}
.pricing_slider .pricing_show{
  margin-left: 0 !important;
}
.pricing_slider_outer .owl-item:not(.active){
  opacity: 0.4;
  filter: blur(1.5px);
}
/* toggle switch  */
.custom-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin: 0 15px;
}

.custom-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  display: inline-block !important;
}

.custom-switch-label {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5fc;
  border-radius: 15px;
  border: solid 0.8px #dfe1e6;
  cursor: pointer;
  transition: background-color 0.3s;
}

.custom-switch-label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 18px;
  height: 18px;
  background-color: #2f39bf;
  border-radius: 50%;
  transition: 0.3s;
}

/* Active State */
.custom-switch input:checked + .custom-switch-label {
  background-color: #f5f5fc;
  border: solid 0.8px #dfe1e6;
}

.custom-switch input:checked + .custom-switch-label::after {
  left: 28px;
}
.pricingUpdate2024 .innerTabs.toggle_btn{
  top: 23px;
  border: none;
}
.pricingUpdate2024 .innerTabs.feature_tabs{
  position: relative;
  left: 1px;
  margin: 24px 0px;
   max-width: 475px;
   margin-left: 0px;
}
.pricingUpdate2024 .innerTabs.feature_tabs.feature_tabs_pt{
  max-width: 481px;
}
.innerTabs.feature_tabs > li > a{
  padding: 14px 33px;
}
.pricingUpdate2024 .nav-tabs.innerTabs.feature_tabs > li.active > a{
  padding: 14px 33px;
}
.pricingUpdate2024 .upperTabs.toggle_feature_tabs {
  align-items: flex-start;
}
.datacenter.data_feature{
   /* margin-top: 17px; */
}
.cw_doFamily_premium{
  /* display: none; */
}

/* .datacenter.data_feature::before{
  border: none;
} 
.datacenter.data_feature div::after {
  content: "";
  border-left: 1px solid #dfe1e6;
  height: 30px;
  margin: 0 16px;
} */
.switcher_globe{
  display: flex;
  align-items: center;
  margin-top: 17px;
 }

 .pricingUpdate2024 .innerTabs.vultr_subTabs{
  /* position: relative;
    top: 0;
    margin-left: 160px;
    max-width: 237px;
    margin-bottom: 25px; */
    position: relative;
    left: 1px;
    margin: 24px 0px;
    max-width: 286px;
    margin-left: 0px;
 }
 .pricingUpdate2024 .innerTabs.vultr_subTabs.vultr_subTabs_pt{
  max-width: 273px;
 }
 .vultr_datacenter::before{
  border: none;
 }

 .vultr_uplifting .pricingUpdate2024 .upperTabs.toggle_feature_tabs{
  align-items: flex-end;
 }
 .digitalOcean_uplift .pricingUpdate2024 .upperTabs.toggle_feature_tabs{
  align-items: center;
  margin-bottom: 0px;
 }
 .fo_old_price{
  display:none !important;
  }
  .digitalOcean_uplift .datacenter::before{
    border-left:1px solid #dfe1e6 !important;
  }
  .innerTabs > li .supp_scp_ttl{
    z-index: 999;
  }
/*  Pricing Slider Css  */

/*  Responsive Mode  */
@media (max-width: 1200px) {
  .additional_wrapper h3 {
    margin: 0 0 10px;
  }

  .strip_content ul {
    width: auto;
  }
  .pricingUpdate2024 .upperTabs {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .noTabs .pricingUpdate2024 .upperTabs {
    gap: 0;
    align-items: end;
  }
  .noTabs .pricingUpdate2024 .upperTabs .mainTabs {
    height: 0;
  }
  .pricingUpdate2024 .datacenter::before {
    display: none;
  }
  .pricingUpdate2024 .innerTabs {
    top: 68px;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    max-width: max-content;
  }
  .noTabs .pricingUpdate2024 .innerTabs {
    top: 0;
    left: 0;
    right: auto;
    transform: none;
  }
  .pricingUpdate2024 .innerTabs.feature_tabs{
    margin-left: -240px;
    margin-top: 0px;
  }
  .pricingUpdate2024 .innerTabs.vultr_subTabs{
    margin-left: -143px;
    margin-top: 0px;
  }
  .switcher_globe .switcher_globe_checkbox{
    margin-right: 24px;
   }
}

@media (max-width: 992px) {

  .pricing_benifits {
    width: 100%;
    max-width: 406px;
    margin: 0 auto;
  }

  .pricingTabsWrapper {
    flex-wrap: wrap;
  }

  .pricing_show {
    margin: 0 0 30px;
    width: 100%;
  }

  .upperTabs {
    flex-wrap: wrap;
  }

  .innerTabs {
    position: relative;
    right: 0;
    max-width: 190px;
    margin: 0 auto 20px;
    top: 0;
  }

  .pricingMainWrapper .row {
    margin: 0;
  }

  .pricingMainWrapper .pricing_table_card {
    overflow-x: scroll;
  }

  .price_header_outer {
    min-width: 939px;
  }

  .priceWrapper {
    min-width: 939px;
  }

  .do_strip .row,
  .gc_strip .row,
  .aws_strip .row {
    margin: 0;
  }

  .additional_wrapper {
    flex-wrap: wrap;
    padding: 30px 40px;
    gap: 0;
  }

  .customModal .modal-body {
    padding: 30px;
  }

  #allDataCenters {
    flex-wrap: wrap;
  }

  .nav-tabs.innerTabs > li.active > a i {
    display: none;
  }

  .bfcm_compaign {
    width: 100%;
  }

  .pricingHeadingWrap {
    padding: 60px 0 40px;
  }

  .pricingHeadingWrap .txtWrap h2 {
    font-size: 30px;
  }
  .pricingUpdate2024 .innerTabs {
    top: 80px;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    position: absolute;
  }
  .pricingMainWrapper .pricing_slider_outer{
    overflow-x: unset;
  }
  .pricing_slider_outer .priceWrapper{
    min-width: auto;
    overflow-y: unset !important;
    margin-top: 80px;
  }
  .pricing_slider .innerTabs{
    right: auto;
    transform: initial;
    margin-left: 20px;
  }
  .pricing_slider_outer .price_header_outer{
    right: 30px;
    top: 80px;
  }
  .pricing_slider .seperator{
    height: 26px;
    top: 80px;
    right: 133px;
  }
  .pricing_slider .btn-wrap{
    position: relative;
    transform: translateY(10px);
    justify-content: center;
    gap: 10px;

  }
  .pricingUpdate2024 .innerTabs.feature_tabs{
    margin-top: -50;
  }
  .pricingUpdate2024 .innerTabs.vultr_subTabs{
    margin-left: -142px;
  }
}

@media (max-width: 767px) {
  .pricing_tabs .main_tab {
    margin: 0 5px;
    float: initial;
  }

  .pricing_tabs {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .mainTabs {
    width: 100%;
  }

  .datacenter {
    justify-content: center;
    width: 100%;
    border-top: 1px solid #dfe1e6;
    max-width: 476px;
    margin: 20px auto 0;
    padding: 12px 0 0;
  }

  .datacenter::before {
    display: none;
  }

  #allDataCenters li {
    flex: 0 0 33.33%;
  }

  .customModal .modal-dialog {
    width: auto;
  }

  .customModal .modal-body {
    padding: 30px 15px;
  }
  .pricingUpdate2024 .datacenter {
    padding: 0;
    margin: 0;
    border: 0;
  }
  .noTabs .pricingUpdate2024 .datacenter {
    justify-content: end;
  }
  .pricingUpdate2024 .pricing_tabs {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
    justify-content: flex-start;
    padding-bottom: 5px;
    flex-direction: row !important;
    gap: 10px;
  }
  .pricingUpdate2024 .pricing_tabs .main_tab {
    margin: 0 !important;
  }

  .pricingUpdate2024 .pricing_tabs::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-radius: 16px;
  }
  .pricingUpdate2024 .pricing_tabs::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
  }
  .pricingUpdate2024 .pricing_tabs::-webkit-scrollbar-thumb {
    background: var(--blue-color, #2f39bf);
    opacity: 0.6;
    border-radius: 16px;
  }
  .pricingUpdate2024 .pricing_tabs::-webkit-scrollbar-thumb:hover {
    background: var(--blue-color, #2f39bf);
    border-radius: 16px;
    opacity: 1;
  }
  .addtionalFeatures .addtionalFeatures_title {
    margin-bottom: 30px;
  }
  .addtionalFeatures .featuresWrap ul {
    column-count: 2;
  }
  .addtionalFeatures .featuresWrap ul li {
    margin-bottom: 10px;
  }
  .pricingUpdate2024 .innerTabs.feature_tabs{
     left: 0;
     margin-left: -208px;
     max-width: max-content;
     margin-top: -50px;
    /* flex-wrap: wrap;
    width: 100%;
    max-width: 100%; */ 
  }
  .pricingUpdate2024 .nav-tabs.innerTabs.feature_tabs > li.active > a{
    padding: 14px 13px;
  }
  .switcher_globe .switcher_globe_checkbox{
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

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

  .pricing_tabs .main_tab {
    margin: 0 0 10px;
    width: 100%;
  }

  #allDataCenters li {
    flex: 0 0 50%;
  }
  .addtionalFeatures .featuresWrap ul {
    column-count: 1;
  }
}
.pricingMainWrapper .price_data .pricing .remove_price {
  color: #5e6c84;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  margin-left: 8px;
}
.pricingMainWrapper .price_data .pricing .remove_price::after {
  content: "";
  border-top: 1px solid #2f39bf;
  position: absolute;
  left: -2px;
  right: -3px;
  top: 8px;
  transform: rotate(-10deg);
}
.pricingMainWrapper .pricing-col {
  position: relative;
}
.price_data .pricing.discounted {
  margin-right: 8px;
}
@media(max-width:500px){
  .g2-uplift-modal.customModal .modal-content{
    width: 80%;
  }
  .pricing_slider .innerTabs > li > a{
    padding-left: 0;
  }
  .pricing_slider .seperator{
    display: none;
  }
  .g2-uplift-modal.customModal .modal-dialog{
    margin: 0;
    margin-top: 70px;
  }
  .pricing_slider_outer .price_header_outer{
    right: 20px;
    top: 15%;
  }
  .pricingUpdate2024 .nav-tabs.innerTabs.feature_tabs > li.active > a{
    white-space: wrap;
  }
  .innerTabs.feature_tabs > li > a {
    padding: 14px 13px;
}
.pricingUpdate2024 .innerTabs.feature_tabs{
  margin-left: -168px;
}
}
/*  Responsive Mode  */
