.welcome-header{
    font-size: 2.3rem;
}
.cPHW-mark{
    color: #ff4500;
    font-weight: bold;
}
/* vps pricing margin */
.cPHW-vps-m{
    margin-left: 64px !important;
}
.manage-vps-about{
    margin-bottom: -69px !important;
}
/* font size */
.cPHW-fs{
    font-size: 2rem !important;
}
.cPHW-rc{
    color: #FF0766 !important;
}
/* currency switcher start */
.currency-switcher {
    position: fixed;
    right: 10px;
    top: 25%;
    z-index: 1000;
    border: 0;
    background: linear-gradient(317deg, #0082F8 0.64%, #1C40F2 98.23%);
    /* color: #1E1E2C; */
    width: 40px;
    height: 30px;
    word-wrap: nowrap;
    border-radius: 2;
}
.currency-switcher .currency-usd,
.currency-switcher .currency-bdt {
  display: none;
  color: #fff;
  padding: 5px 15px;
  font-weight: bold;
}
/* currency switcher end */
/* Footer Copyright Mobile Version */
@media only screen and (max-width: 576px) {
  .fc-center{
    text-align: center !important;
  }
}
/* Cookies Popup */
.cookie-container {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    z-index: 9999999999;
    transition: 400ms;
  }  
  .cookie-container.active {
    bottom: 16px;
    left: 30px;
  }  
  .cookies-style {
    box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
    background: #000000ad;
    backdrop-filter: blur(10px);
    color: #ffffff;
    /* text-align: center; */
    border-radius: 10px;
    padding: 20px 40px;
    font-weight: 900;
}
  .cookie-container a {
    color: #f5f6fa;
  }  
  .cookie-btnn {
    background: #e84118;
    border: 0;
    color: #f5f6fa;
    padding: 12px 48px;
    font-size: 18px;
    margin-bottom: 16px;
    border-radius: 8px;
    cursor: pointer;
  }
/* 404 Error Page  */
.not-found-404 {
  height: 100vh;
}
.not-found-404 .notfound-content {
  max-width: 650px;
}
.notfound-content h1{
  font-size: 10vw;
}
.vps-price{
  padding: 30px 30px 0 30px;
}
/* customizable snowflake styling */

