/*
Theme Name: NovinVps
Author: Sobhan Behjati
Version: 1.0.2
Author URI: https://instagram.com/sobhan.behjati
Theme URI: https://instagram.com/sobhan.behjati
Description: My Telegram <a href="https://t.me/sobhannew">Sobhan Behjati</a> 
*/
@import "fonts-colors.css";
body {
  font-family: "IRANSans";
  background-color: var(--main-bg-color);
  color: var(--second-color);
  margin: 0;
  overflow-x: hidden;
  direction: rtl;
}
body.home:before {
  content: "";
  width: 4%;
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--main-color);
  border-top-left-radius: 4.375em;
  border-bottom-left-radius: 4.375em;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: var(--main-color);
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.pointer {
  cursor: pointer;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body button,
body input,
body textarea {
  outline: 0 !important;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.f-right {
  float: right;
}
.mt-2 {
  margin-top: calc(2 * var(--spacing-base));
}
.mt-6 {
  margin-top: calc(6 * var(--spacing-base));
}
.ml-2 {
  margin-left: calc(2 * var(--spacing-base));
}
.mr-9 {
  margin-right: calc(9 * var(--spacing-base));
}
.mb-1 {
  margin-bottom: calc(1 * var(--spacing-base));
}
.mb-2 {
  margin-bottom: calc(2 * var(--spacing-base));
}
.mb-4 {
  margin-bottom: calc(4 * var(--spacing-base));
}
.my-4 {
  margin-top: calc(4 * var(--spacing-base));
  margin-bottom: calc(4 * var(--spacing-base));
}
.pt-2 {
  padding-top: calc(2 * var(--spacing-base));
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-5 {
  padding-right: calc(5 * var(--spacing-base));
}
.py-4 {
  padding-top: calc(4 * var(--spacing-base));
  padding-bottom: calc(4 * var(--spacing-base));
}
.py-5 {
  padding-top: calc(5 * var(--spacing-base));
  padding-bottom: calc(5 * var(--spacing-base));
}
.px-0 {
  padding: 0 !important;
}
.aligncenter {
  display: block;
  margin: 5px auto;
  text-align: center;
  clear: both;
  max-width: 100%;
}
.text-center {
  text-align: center;
}
.pos-fixed {
  position: fixed;
}
.pos-relative {
  position: relative;
}
.pos-unset {
  position: unset !important;
}
.d-block {
  display: block !important;
}
.d-none {
  display: none !important;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-i-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.d-grid {
  display: -ms-grid;
  display: grid;
}
.jc-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jc-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.gap-1 {
  gap: 1em;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
code {
    max-width: 100%;
    display: block;
    overflow-wrap: break-word;
    margin:1em 0;
    padding:0 1em;
}
.header {
  width: 100%;
  height: auto;
  font-size: 16px;
  min-height: 90px;
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
}
.logo a.logo-img {
    width: 90%;
}
.logo img{
    width:100%;
}
.custom-page-main .sidebar-fixed .logo a {
    width: 60%;
}
.custom-page-main .sidebar-fixed .logo img, .mobile-menu-logo img {
    filter: brightness(100);
}
nav.top-nav {
  font-size: 16px;
}
nav.top-nav .main-menu {
    display: inline-flex;
    flex-direction: row;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}
.top-nav li.menu-item {
  float: right;
  display: inline-block;
  margin-left: 1.8em;
}
.menu-item-has-children {
  position: inherit;
}
.top-nav li:hover ul {
  position: absolute;
  opacity: 1;
  visibility: visible;
}
.top-nav .menu-item .sub-menu li {
  margin: 0;
}
.top-nav .menu-item .sub-menu li a {
  font-size: 1em;
  float: none;
  line-height: normal;
  gap: 1em;
  color: var(--second-color);
}
.top-nav .menu-item .sub-menu li a:hover {
  color: var(--main-color);
}
.top-nav .menu-item .sub-menu li a .menu-title {
  font-size: 1em;
  font-weight: bold;
}

.top-nav .menu-item .sub-menu li a span {
  font-size: 0.8125em;
  font-weight: normal;
  min-height: 1.375em;
  margin-top: 0.5em;
}
.top-nav .menu-item .sub-menu li a img.menu-icon {
    max-width: 2em;
}

.top-nav li.menu-item > a {
  padding: 22px 0;
  float: right;
}
.top-nav li.menu-item > a:hover {
  font-weight: 800;
}

.top-nav li.menu-item > a > .menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4em;
}
.top-nav li.menu-item > a > .menu-title i {
  font-size: 1.2em;
}
.top-nav ul.main-menu li > ul.sub-menu {
  position: absolute;
  width: 100%;
  padding: 25px;
  line-height: 2.7;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -webkit-animation-name: MenuSlideUp;
  animation-name: MenuSlideUp;
  z-index: 999;
  right: 0;
  left: 0;
  top: 4.3em;
  background: #ffffff;
  border: 1px solid #a0bce8;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
}
.top-nav ul.main-menu li:not(:hover) > .sub-menu {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  margin-top: -10px;
  padding: 0;
  -webkit-animation-name: MenuSlideDown;
  animation-name: MenuSlideDown;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  pointer-events: none;
}

.header-support a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  background-color: white;
  color: var(--main-color);
  border: 1.5px solid var(--main-color);
  border-radius: 50em;
  padding: 0.5rem 1rem;
  font-size: 0.9em;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
}

.header-support a.profile-btn {
  background-color: var(--main-color);
  color: white;
  font-weight: 400;
  min-width: 10.5em;
}
.header-support a.profile-btn:hover {
  color: var(--main-color);
  background-color: white;
}
.header-support a.profile-btn:hover > i {
  color: var(--main-color);
}
.header-support a i {
  font-size: 1.4em;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-support a i.icon-user {
  font-size: 1.05em;
}

.header-support a i.icon-circle:after {
  -webkit-animation: flash 1s linear infinite;
  animation: flash 1s linear infinite;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  opacity: 0.5;
  background-color: #24ff0061;
}
section.section {
  margin: 5em 0;
  position: relative;
}
section.section .home-offer img {
    width: 100%;
}
.home-offer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.1em;
  margin: auto;
}

.home-offer-title {
  font-size: 2.25rem;
  font-weight: 900;
  color: var(--main-color);
}

.home-offer-subtitle {
  color: var(--second-color);
  font-weight: 500;
  font-size: 1.5rem;
}

.home-offer p {
  color: var(--second-color);
  font-weight: 500;
  font-size: 0.9rem;
  z-index: 1;
}

.home-offer p a {
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: white;
  font-size: 1.2em;
  font-weight: 500;
  border-radius: 5em;
  padding: 0.3em 1.2em 0.4em;
  margin-right: 0.3em;
}
.home-offer p a:hover {
  background: white;
  color: var(--main-color);
}
.services .cardItem,
.server-plans-sec .cardItem {
  height: auto;
  border: 1px solid var(--outline-color);
  border-radius: 1.5em;
  padding: 2rem 1rem 1.5rem 1rem;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.services .cardItem:hover,
.server-plans-sec .cardItem:hover {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  color: white;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.services .cardItem:hover h3,
.services .cardItem:hover p {
  color: white;
}
.services .cardItem:hover a,
.server-plans-sec .cardItem:hover a {
  color: var(--main-color);
  background-color: #fff;
}
.server-plans-sec .cardItem:hover > h3,
.server-plans-sec .cardItem:hover .cardItem-price {
  transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  color: white;
}
.services .cardItem a:hover,
.btn:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.services .cardItem h3 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: var(--main-color);
  font-weight: 400;
}
.services .cardItem p {
  color: var(--second-color);
  font-size: 0.9rem;
  line-height: 24px;
  min-height: 5em;
}

.services .cardItem a,
.server-plans-sec .cardItem a {
  font-size: 14px;
  margin-top: 1rem;
  background-color: var(--main-color);
  color: white;
  border-radius: 33px;
  padding: 0.8rem 3rem;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.btn {
  font-size: 0.875em;
  margin-top: 1rem;
  background-color: var(--main-color);
  border: 0.0625em solid var(--main-color);
  color: white;
  border-radius: 50em;
  padding: 0.8rem 0;
  display: block;
  text-align: center;
}
.btn:hover {
  background-color: white;
  color: var(--main-color);
}
.section-def-title {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--main-color);
  margin-bottom: 0.7em;
}

.section-def-subtitle {
  color: var(--second-color);
  font-weight: 500;
  font-size: 0.88em;
  line-height: 34px;
}
.about-item {
  border-right: 1px solid var(--outline-color);
  padding: 0.5em 1em;
  font-size: 1em;
  gap: 0.75em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-item .about-item-title {
  color: var(--main-color);
  gap: 0.875em;
}
.about-item i {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.25em;
}

.about-item .about-item-target {
  color: var(--second-color);
  font-size: 1.25em;
  direction: ltr;
}
section.about-sec {
  min-height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.about-sec:before {
  content: "";
  background-image: url(img/left-pre-vector.svg);
  background-repeat: no-repeat;
  width: 632px;
  height: 409px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  overflow: hidden;
}

section.servers-sec {
  min-height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.servers-sec:before {
  content: "";
  background-image: url(img/right-pre-vector.svg);
  background-repeat: no-repeat;
  width: 632px;
  height: 409px;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  overflow: hidden;
}
.countries-item {
  padding-right: 1em;
  border-right: 1px solid var(--outline-color);
  margin-bottom: 1.4em;
}
.countries-item img {
    margin-left: 0.5em;
    max-height: 1.715em;
}
.countries-item a {
  color: var(--main-color);
  font-size: 0.875em;
}
.countries-item a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: var(--second-color);
  font-weight: 500;
}
.server-plans-tabs {
  margin-top: 1em;
  margin-bottom: 4em;
}
.server-plans-tabs ul li {
  display: inline-block;
  line-height: 0;
}

.server-plans-tabs ul {
  background-color: var(--main-color);
  padding: 0 1em;
  border-radius: 50em;
  gap: 1em;
  height: 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.server-plans-tabs ul li a {
  color: white;
  font-size: 0.875em;
  padding: 0.42em 1.45em;
  border-radius: 50em;
  display:inline;
}
.server-plans-tabs ul li a.active {
    color: var(--main-color) !important;
    background-color: #fff !important;
}
.server-plans-sec .cardItem a.btn {
  padding: 0.5rem 3rem;
}
.server-plans-sec .cardItem h3 {
  font-size: 1em;
  font-weight: 800;
  color: var(--main-color);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.server-plans-sec .cardItem h4 {
  font-size: 0.875em;
  margin-top: 0.3em;
}
.server-plans-sec .cardItem ul {
  font-size: 0.875em;
  line-height: 2em;
  min-height: 14em;
}

.server-plans-sec .cardItem .cardItem-price {
  font-size: 1.25em;
  font-weight: 800;
  color: var(--main-color);
  margin-top: 1rem;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.server-plans-sec .cardItem .cardItem-price span.price-symbol {
  font-weight: 300;
  font-size: 0.875em;
}
.section-def-title a {
  font-size: 0.58em;
  font-weight: normal;
  background-color: var(--second-color);
  border: 1px solid var(--second-color);
  color: white;
  padding: 0.3em 0.84em;
  border-radius: 50em;
}
.section-def-title a:hover {
  background-color: white;
  color: var(--second-color);
}
.blog-sec .section-def-title {
  margin-bottom: 2em;
}
.blog-item {
  border: 1px solid var(--outline-color);
  border-radius: 1.5em;
  padding: 1rem;
  margin-bottom: 1.5em;
}

.blog-item-img {
  width: 8.225em;
  height: 6.0625em;
  overflow: hidden;
  border-radius: 1.25em;
}

.blog-item-img figure {
  height: 100%;
}

.blog-item-img figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-item-title-sec {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 1.5em;
  gap: 1.5em;
}

.blog-item-title-sec .name a {
  font-size: 0.97em;
  color: var(--second-color);
}
.blog-item-desc-sec .blog-item-category a {
  font-size: 0.875em;
  background-color: var(--main-color);
  color: white;
  padding: 0.3em 1em 0.4em;
  font-weight: normal;
  border-radius: 50em;
}

a.blog-item-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25em;
  font-size: 1em;
}

a.blog-item-more i {
  width: 24px;
  height: 24px;
  font-size: 1.5em;
}

.blog-item-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6em;
}
footer,.custom-page-main,.main-section {
    overflow: hidden;
}
.footer-item {
  margin-bottom: 3.75em;
}
.footer-item .footer-title {
  font-size: 1em;
  font-weight: 900;
  color: var(--main-color);
  padding-bottom: 1em;
}
.footer-item .footer-content ul {
  line-height: 1.8em;
}
.footer-item .footer-content ul li a {
  color: var(--second-color);
  font-size: 0.875em;
}
.footer-item .footer-content ul li a:hover {
  color: var(--main-color);
}
.footer-item .footer-content ul li {
  border-right: 1px solid var(--outline-color);
  padding: 0.1em;
  padding-right: 0.75em;
  position: relative;
}

.footer-item .footer-content ul li:first-child:before {
  content: "";
  background: white;
  width: 4px;
  height: 9px;
  display: block;
  position: absolute;
  top: 0;
  right: -3px;
}

.footer-item .footer-content ul li:last-child:after {
  content: "";
  background: white;
  width: 4px;
  height: 8px;
  display: block;
  position: absolute;
  bottom: 0;
  right: -4px;
}
.footer-item .footer-social-media ul li:first-child:before {
  content: unset;
}

.footer-item .footer-social-media ul li:last-child:after {
  content: unset;
}
.footer-item .footer-social-media ul li {
  margin-bottom: 1.375em;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-item .footer-social-media ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-item .footer-social-media ul li a i {
  line-height: 1;
  width: 1em;
  height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.714em;
}
#copyright {
  height: 3.715em;
  background-color: var(--main-color);
  border-top-right-radius: 4.375em;
  border-top-left-radius: 4.375em;
  color: white;
  font-size: 0.875em;
  padding-top: 0.1em;
}

.novinvps-copyright a {
  color: white;
  font-weight: 500;
}
.dev-copyright {
  margin-top: 2px;
  color: #abccff;
}

.dev-copyright a {
  color: #abccff;
}

.dev-copyright a:hover {
  color: white;
  font-weight: 500;
}
.sidebar-fixed {
  width: inherit;
  z-index: 1000;
  background-color: var(--main-color);
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 2em;
}
.custom-page-main .sidebar-fixed .logo {
  height: 90px;
  margin-bottom: 2em;
}
.custom-page-main .top-nav ul.main-menu li > ul.sub-menu {
  margin: 0 15px;
  width: auto;
}
.sidebar-f-menus {
  float: right;
  width: 100%;
}
.sidebar-f-menus li {
  height: auto;
  font-weight: 700;
  line-height: 2.15;
  position: relative;
}
.sidebar-f-menus li a {
  padding-right: calc(6 * var(--spacing-base));
  padding-left: calc(6 * var(--spacing-base));
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  height: 48px;
  line-height: 3.7em;
  color: white;
  font-weight: normal;
  font-size: 0.875em;
}
.sidebar-f-menus li img.menu-icon {
  width: 1.429em;
  margin-left: 1em;
}
.sidebar-f-menus li.menu-item-has-children > a:first-child::after {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  width: auto;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  height: 100%;
  float: left;
  font-size: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-f-menus li.menu-item-has-children ul {
  width: 100%;
  padding: 0 4em 0 0;
  position: relative;
  display: none;
  overflow: hidden;
}

.sidebar-f-menus li.menu-item-has-children ul li:before {
  content: "";
  width: 0.25em;
  height: 0.25em;
  display: inline-block;
  background: white;
  border-radius: 10em;
  top: 50%;
  bottom: 50%;
  position: absolute;
  right: -0.4em;
}

.sidebar-f-menus li.menu-item-has-children ul li a {
  color: var(--light-main-color);
  padding: 0 calc(2 * var(--spacing-base));
}
.sidebar-f-menus li.menu-item-has-children ul li a:hover {
  color: white;
}

a.--sidebar-f-menus-active:after {
  content: "\e903" !important;
  font-size: 0.96em !important;
  margin-left: 3px;
}
.sidebar-f-menus li.menu-item-has-children > a:before {
  content: "";
  height: 2em;
  background: white;
  display: block;
  width: 4px;
  position: absolute;
  right: -4px;
  opacity: 1;
  top: 0.75em;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

a.--sidebar-f-menus-active:before {
  right: 0 !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.custom-page-main {
  min-height: 100vh;
}

main.countries-server {
  padding-bottom: 4em;
  min-height: 100vh;
}
main.countries-server section {
  margin-top: 2em;
}

.cs-info-box {
  background: white;
  -webkit-box-shadow: 0px 0px 36px rgba(45, 85, 255, 0.1);
  box-shadow: 0px 0px 36px rgba(45, 85, 255, 0.1);
  border-radius: 1.25em;
  height: 18.75em;
}

.cs-info-box p {
  font-size: 1em;
  font-weight: 300;
  margin-top: 1.5em;
  padding: 0 3em;
  text-align: center;
}
.cs-statistics-box {
  height: 141px;
  background: white;
  -webkit-box-shadow: 0px 0px 36px rgba(45, 85, 255, 0.1);
  box-shadow: 0px 0px 36px rgba(45, 85, 255, 0.1);
  border-radius: 1.25em;
  padding: 0.375em;
  margin-bottom: 0.875em;
}

.cs-statistics-box .cs-statistics-box-title {
  background: #ff9f00;
  border-radius: 1.25em;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 0.875em;
  padding: 0.786em;
}

.cs-statistics-box span {
  color: #ff9f00;
  font-size: 2.25em;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  direction: ltr;
}

.cs-s-num-subscribers .cs-statistics-box-title {
  background: #f25767;
}
.cs-s-num-subscribers span {
  color: #f25767;
}

.cs-s-num-services-rendered .cs-statistics-box-title {
  background: #bab6f1;
}
.cs-s-num-services-rendered span {
  color: #bab6f1;
}

.cs-s-num-datacenters-world .cs-statistics-box-title {
  background: #88dff0;
}
.cs-s-num-datacenters-world span {
  color: #88dff0;
}
.cs-servers-sec-content {
    font-size: 0.875em;
    line-height: 2em;
    margin-bottom: 3em;
}

.cs-servers-sec-content img {
    display: block;
    margin: 2em auto;
    border-radius: 0.875em;
}
.cs-servers-sec-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 8.125em;
  background-color: white;
  border: 0.0625em solid var(--outline-color);
  -webkit-box-shadow: 0px 0px 36px rgba(45, 85, 255, 0.1);
  box-shadow: 0px 0px 36px rgba(45, 85, 255, 0.1);
  border-radius: 1.25em;
  gap: 0.875em;
  margin-bottom: 1em;
  color: var(--second-color);
}
.cs-servers-sec-item:hover {
  background-color: var(--main-color);
  color: white;
}

.cs-servers-sec-item img {
  width: 2em;
}

.cs-servers-sec-item .cs-servers-sec-item-titles .cs-servers-sec-item-title {
  font-size: 1em;
  font-weight: bold;
}

.cs-servers-sec-item .cs-servers-sec-item-titles {
  line-height: 1.7em;
}

.cs-servers-sec-item .cs-servers-sec-item-titles span {
  font-size: 0.875em;
  font-weight: normal;
}

.cs-plans-head {
  margin-bottom: 3em;
}

.cs-plans-head-title {
  font-weight: 900;
  font-size: 1.5em;
  color: var(--main-color);
  margin-bottom: 0.5em;
}

.cs-plans-head-desc {
  font-size: 0.875em;
  line-height: 2em;
}
.cs-plans-head-desc a {
    color: var(--second-color);
    font-weight: 600;
}
.cs-plans-head-desc img {
    display: block;
    margin:2em auto;
    border-radius:0.875em;
}
.cs-plan-item {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 10px;
  text-align: center;
  font-size: 0.875em;
  color: var(--second-color);
  border: 0.0625em solid var(--outline-color);
  border-radius: 1.25em;
  background-color: white;
  -webkit-box-shadow: 0px 0px 36px rgba(45, 85, 255, 0.1);
  box-shadow: 0px 0px 36px rgba(45, 85, 255, 0.1);
  padding: 1.25em 1.5em;
  margin-bottom: 1.25em;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.cs-plan-item > div {
  border-left: 0.0625em solid var(--outline-color);
}

.cs-plan-item > div:last-child {
  border-left: none;
}
.cs-plan-item-num span {
  font-size: 1.714em;
  border: 0.125em solid;
  width: 1.917em;
  height: 1.917em;
  border-radius: 20em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 0.042em;
  color: var(--main-color);
}
.cs-plan-item i {
  font-size: 2.71em;
}
.cs-plans-items-name {
  margin-top: 0.4em;
}
.cs-plan-item img {
  max-height: 1.572em;
  filter: brightness(0) invert(10%) sepia(76%) saturate(6718%) hue-rotate(200deg) brightness(96%) contrast(100%);
}
.cs-plan-item .cs-plan-item-price a {
  width: 3.429em;
  height: 3.429em;
  background-color: var(--main-color);
  border-radius: 20em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cs-plan-item .cs-plan-item-price a i {
  font-size: 1.286em;
}

.cs-plan-item .cs-plan-item-price {
  color: var(--main-color);
}
.cs-plan-item .cs-plan-item-price span {
  font-weight: 900;
  font-size: 1.25em;
  margin-top: 0.5em;
}

.cs-plan-item .cs-plan-item-price span.price-symbol {
  font-weight: normal;
  font-size: 0.875em;
  margin-top: 0;
}

.cs-plan-item:hover {
  background-color: var(--main-color);
  color: white;
}

.cs-plan-item:hover .cs-plan-item-num span,
.cs-plan-item:hover i:not(.icon-basket):before,
.cs-plan-item:hover .cs-plan-item-price {
  color: white;
}
.cs-plan-item:hover .cs-plan-item-price .icon-basket:before {
  color: var(--main-color);
}

.cs-plan-item:hover .cs-plan-item-price a {
  background-color: white;
  color: var(--main-color);
}
.cs-plan-item:hover img {
  filter: brightness(0) invert(1);
}
.cs-plan-item .cs-plan-item-price a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.mask-menu {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
}

.mobile-menu {
    width: 300px;
    right: -100vw;
    height: 100vh;
    min-height: 500px;
    background: white;
    transition: all .3s;
    position: fixed;
    top: 0;
    z-index: 10;
    overflow-y: scroll;
    overflow-x: hidden;
}

.mobile-menu--opened {
    right: 0;
}
.mobile-menu-logo {
  min-height: 100px;
}
.mobile-menu-logo:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 109px;
  background: var(--main-color);
  border-radius: 50%;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: translateX(0%) scale(2);
  -ms-transform: translateX(0%) scale(2);
  transform: translateX(0%) scale(2);
  z-index: -1;
}
.text-mobile-item {
  font-size: 14px;
  font-weight: 700;
  line-height: 2.15;
  text-align: right;
}
.mobile-categories li {
  height: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.15;
}
.mobile-categories li a {
  color: var(--second-color);
  padding-right: calc(5 * var(--spacing-base));
  padding-left: calc(5 * var(--spacing-base));
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  height: 52px;
  line-height: 53px;
  text-align: right;
  font-weight: 400;
}
.mobile-categories .sub-menu li a:before {
  content: "";
  width: 0.25em;
  height: 0.25em;
  display: inline-block;
  background: var(--second-color);
  border-radius: 10em;
  top: 50%;
  bottom: 50%;
  position: absolute;
  right: 1px;
}
.mobile-categories li img.menu-icon {
  width: 20px;
  margin-left: 14px;
}
.--mobile-menu-active {
  color: var(--main-color);
}
.mobile-categories
  li.menu-item-has-children
  > a.--mobile-menu-active:first-child::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-categories li.menu-item-has-children > a:first-child::after {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: never;
  text-decoration: inherit;
  width: auto;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  height: 100%;
  float: left;
  font-size: 20px;
}
.mobile-categories li.menu-item-has-children ul {
  width: 100%;
  position: relative;
  background: var(--color-neutral-100);
  padding-right: calc(5 * var(--spacing-base));
  display: none;
  overflow: hidden;
}
.mobile-categories li.menu-item-has-children ul li a {
  font-weight: 500;
}
#slideMenu {
  z-index: 9;
  position: absolute;
  right: 1em;
  width: 1.625em;
  height: 100%;
}
.attention-text {
  padding: 11px;
  font-size: 0.88em;
  font-weight: 400;
}
.custom-page {
  background-color: white;
  -webkit-box-shadow: 0px 0px 36px rgba(45, 85, 255, 0.06);
  box-shadow: 0px 0px 36px rgba(45, 85, 255, 0.06);
  border-radius: 1.25em;
  width: 100%;
  padding: 20px 30px;
  position: relative;
  margin: 30px 0;
  line-height: 41px;
  font-size: 14px;
}

  .custom-page h2.page-title {
    color: var(--main-color);
    margin-bottom: 12px;
  }
  pre {
    font-size: 1.1em !important;
    direction: ltr;
    width: 100%;
    word-wrap: break-word !important;
    word-break: break-all !important;
    line-height: unset !important;
    margin:2em 0;
    padding:0 1.25em;
  }
  blockquote {
    margin: 2em 0;
  }
.page .page-content img, .single .page-content img {
    margin:2em auto;
}
.page .page-content video, .single .page-content video {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    margin: 2em 0;
}
.page .page-content,.single .page-content,.page .page-content h1,.single .page-content h1,.page .page-content h2,.single .page-content h2 {
       font-size:17px;
       overflow-wrap: break-word;
   }
   
   
.server-faq {
    border: 2px solid #DADDF1;
    border-radius: 1.125rem;
    overflow: hidden;
    position: relative;
    background: #DADDF1;
    transition: border 0.2s;
    margin-bottom: 0.875rem;
}

.server-faq a {
    color: var(--main-color);
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
}

.server-faq .server-faq-body {
    margin: 0 4rem;
    border-top: 5px solid var(--main-color);
    padding: 1.5rem 0;
    font-size: 0.875rem;
    font-weight: 500;
}
.server-faq a.collapsed:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: white;
    left: 0;
    z-index: 0;
    bottom: 0;
    top: 0;
    right: 0;
}

.server-faq:hover {
    border: 2px solid var(--main-color);
}
.server-faq a span {
    z-index: 1;
}
.server-faq-title {
    font-weight: bold;
    font-size: 2.25rem;
    color: var(--main-color);
    margin-bottom: 4rem;
    margin-top: 1rem;
}

.server-faq-title span {
    font-size: 1rem;
}
.collapsed .icon-collaps:before {
    content: "\e902";
    font-size: 26px;
}

.server-faq a i {
    width: 2.625rem;
    height: 2.625rem;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.server-faq a i:before {
    content: "\e903";
    font-size: 18px;
}


.page-template-blog .header-desktop-nav,.single-post .header-desktop-nav {
    padding: 0;
}
.page-template-blog main.main-section {
    padding-top: 60px;
}
.page-template-blog .custom-page.blog-page img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.page-template-blog .custom-page h2.page-title {
    font-size: 1rem;
    line-height: 2rem;
    color: #000;
    font-weight: 600;
    padding: 1rem;
    height: 150px;
}

.page-template-blog .custom-page.blog-page {
    margin-bottom: 1.5rem;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
}

  
/* Active Page */
.pagination .current {
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
    pointer-events: none;
}

/* Disabled Page */
.pagination .disabled {
    color: #999;
    border-color: #ddd;
    pointer-events: none;
}

/* Previous/Next Links */
.pagination .prev, .pagination .next {
    font-weight: bold;
}

.pagination {
    width: 100%;
    text-align: center;
    margin-bottom: 8rem;
}

.pagination .page-numbers {
    padding: 4px 16px;
    border-radius: 5px;
}
body.tag h2.page-title {
    font-size: 1rem;
    margin-top: 1rem;
    color: black;
}

body.tag .blog-sec-carditem-img img {
    border-radius: 1rem;
}

body.tag .custom-page {
    border: 1px solid #f2f2f2;
}
    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #b0b8c2b3;
      display: none; /* پیش‌فرض مخفی */
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    .popup {
        background: #fff;
        padding: 42px 20px;
        width: 500px;
        color: rgb(40, 50, 78);
        max-width: 90%;
        text-align: center;
        animation: fadeIn 0.4s ease;
        border-color: #b1bacb;
        border-style: none;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
        box-shadow: 0px 16px 20px 0px rgba(47, 63, 68, 0.17);
        position: relative;
    }

    .popup button {
        border: none;
        border-radius: 8px;
        background: transparent;
        color: rgb(200, 198, 220);
        cursor: pointer;
        font-size: 14px;
        position: absolute;
        margin-right: 32px;
        margin-top: 26px;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
    }
    .popup button:hover {
      background: #376eca;
      color: white;
    }

    @keyframes fadeIn {
      from {opacity: 0; transform: translateY(-20px);}
      to   {opacity: 1; transform: translateY(0);}
    }
   
   
@-webkit-keyframes flash {
  50% {
    opacity: 0;
  }
}

@keyframes flash {
  50% {
    opacity: 0;
  }
}

@-webkit-keyframes MenuSlideDown {
  80% {
    margin-top: 30px;
    visibility: hidden;
    opacity: 0;
  }

  to {
    display: none;
  }
}

@keyframes MenuSlideDown {
  80% {
    margin-top: 30px;
    visibility: hidden;
    opacity: 0;
  }

  to {
    display: none;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .col-lg {
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .lg-pl-0 {
    padding-left: 0 !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .services .cardItem,
  .server-plans-sec .cardItem {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .custom-page #copyright {
    padding: 1.215em 2em;
  }
  .custom-page #copyright .dev-copyright {
    margin-top: 1px;
  }
  .custom-page .copyright {
    padding: 0 30px;
  }
  .copyright {
    padding: 0 2em;
  }
  .custom-page {
    margin-bottom: 70px;
  }
  .header-support a.profile-btn {
    min-width: auto;
    gap: 0.5rem;
    padding-left: 1.5em;
   }
}
@media (max-width: 992px) {
  body.home:before {
    content: unset;
  }
  .xs-mt-4 {
    margin-top: calc(4 * var(--spacing-base));
  }
  .xs-mb-4 {
    margin-bottom: calc(4 * var(--spacing-base));
  }
  .xs-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .xs-jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .xs-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xs-d-block {
    display: block;
  }
  .xs-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xs-ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-support {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .logo {
    margin: 1em 0;
    text-align: center;
  }
  .home-offer {
    text-align: center;
  }
  .section img {
    width: 100%;
  }
  .countries-item img {
    width: 2.286em;
    height: 2.286em;
    margin-left:0;
  }
  section.section {
    margin: 2em 0;
  }
  .services .cardItem a {
    width: 100%;
    padding: 0.8rem 0;
  }
  .xs-ai-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .servers-sec:before {
    content: unset;
  }
  .about-sec:before {
    content: unset;
  }
  .server-plans-tabs ul {
    width: 100%;
    padding: 1em 1em;
    border-radius: 1em;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .server-plans-tabs ul li {
    display: block;
    line-height: unset;
    width: 100%;
  }
  .server-plans-tabs ul li a {
    display: block;
    padding: 0.5em 1.45em;
  }
  .server-plans-tabs {
    margin-bottom: 1em;
  }
  .blog-sec .section-def-title a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1em;
  }
  .blog-item-category {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-item-desc-sec .blog-item-category a {
    text-align: center;
    font-weight: 100;
  }
  .countries-item {
    height: 4em;
    justify-content: center;
    align-items: center;
  }
  .countries-item a{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #copyright {
    height: auto;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1.215em 0;
  }
  .cs-info-box {
    margin-bottom: 1em;
  }
  main.countries-server section {
    margin-top: 2em;
  }

  .cs-plan-item > div {
    margin-bottom: 1.5em;
  }
  .cs-plan-item > div:nth-child(even) {
    border-left: none;
  }
  .cs-plan-item .cs-plan-item-price {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    margin-top: 1.5em;
  }
  .cs-plan-item {
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }
   .logo a.logo-img {
    width: 70%;
    display: block;
    margin: auto;
    }
   .cs-plans-head-title{
       text-align:center;
   }
   .page .page-content h1,
   .single .page-content h1,
   .page .page-content h2,
   .single .page-content h2 {
    font-size: 17px;
    }
   .page .page-content img, .single .page-content img {
    max-width: 100%;
    height: auto;
    }
    .page .page-content table, .single .page-content table {
    width: auto;
    overflow: hidden;
    }
    .page .page-content thead, .single .page-content thead {
    width: 100%;
    display: block;
}

    .page .page-content thead tr, .single .page-content thead tr{
    display: flex;
    align-items: flex-start;
    width: 100%;
    }
    .page .page-content tbody, .single .page-content tbody {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
    .page .page-content tbody th, .single .page-content tbody th {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
    }
    .cs-info-box p {
        padding: 0 0.5em;
        font-size: 0.8em;
    }
    .server-faq .server-faq-body {
        margin: 0 1rem;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
  body.home:before {
    width: 2%;
  }
  .header-desktop-nav{
      display:none !important;
  }
  .header .logo,.header-support{
      width: 50% !important;
  }
  a.logo-img {
    width: 50% !important;
    margin-right: 3em;
  }
  .cs-plan-item {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
    .cs-info-box p {
        padding: 0 0.5em;
        font-size: 0.8em;
    }
}
@media (min-width: 1200px) {
    .services .cardItem, .server-plans-sec .cardItem {
        height: 100%;
    }
    .home .logo {
        width: 13.6% !important;
    }
    .custom-page-main .header-support {
        width: auto !important;
    }
    .custom-page-main .top-nav li.menu-item-main {
        margin-left: 1em;
    }
    .header-support{
        width:22% !important;
    }
}
@media (min-width: 1200px) and (max-width: 1600px)  {
    .header-desktop-nav {
        width: 0 !important;
        padding: 0 8px !important;
    }
    .top-nav li.menu-item > a > .menu-title{
        gap: 0.1em;
    }
    .header-support {
        width: auto !important;
    }
    body.home:before {
        width: 2%;
    }
    .cs-plan-item {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .logo a.logo-img {
        width: 100%;
    }
}
@media (min-width: 1550px) and (max-width: 1600px)  {
    .header-support{
        width:auto !important;
    }
    a.support-btn {
        display:flex !important;
        
    }
}
@media (min-width: 1200px) and (max-width: 1440px)  {
    a.support-btn {
        display:none;
        
    }
    .custom-page-main .top-nav li.menu-item-main {
        margin-left: 0.6em;
    }
    .cs-info-box p {
        padding: 0 0.5em;
        font-size: 0.8em;
    }
}
@media (min-width: 1600px)  {
    .custom-page-main .top-nav li.menu-item-main {
        margin-left:1.4em;
    }
}
