@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");

html,
body {
    width: 100%;
}
body {
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-family: "Fira Sans", sans-serif;
    position: relative;
    background-color: #f7fdff;
}
* {
    outline: none;
}
a {
    color: #e2231a;
    display: inline-block;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    transition: 0.5s;
    outline: none;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}
textarea {
    resize: none;
}
ul,
menu,
dir {
    margin: 0px;
    padding: 0px;
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}
section {
    position: relative;
}
::-webkit-input-placeholder {
    color: rgba(16, 17, 17, 0.5);
    font-weight: 500;
}
:-moz-placeholder {
    color: rgba(16, 17, 17, 0.5);
    font-weight: 500;
}
::-moz-placeholder {
    color: rgba(16, 17, 17, 0.5);
    font-weight: 500;
}
:-ms-input-placeholder {
    color: rgba(16, 17, 17, 0.5);
    font-weight: 500;
}

a,
button {
    transition: 0.5s;
}

img {
    max-width: 100%;
}
#StartVpnModal{
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
#StartVpnModal button{
    position: absolute;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
    top: 30px;
    right: 30px;
    font-size: 36px;
}
#StartVpnModal center h5{
    padding: 10px 0;
    color: #5728A8;
}
#StartVpnModal .downloads a{
    padding: 0 5px;
}
/* ---bootstrap css---- */
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1290px;
    }
}

@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1290px;
    }
}

/* ----- custom scrollbar -------*/
.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
    background-color: #eee;
}
.custom-scrollbar::-webkit-scrollbar-track {
    border-radius: 4px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 4px;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/*---------sitemap-------------*/
.sitemap-heading h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.site-map-links li {
    margin-bottom: 8px;
}
.site-map-links li a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 20px 30px;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    line-height: initial;
    color: #404040;
    background-color: #e7e7e7;
    text-transform: capitalize;
}

.site-map-links li a:hover,
.site-map-links li a:focus {
    background-color: #4e55f4;
    color: #fff;
}

/*-------preloader----------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4e55f4;
    z-index: 999999;
}
.shp-loader {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
}
.shp-loader div {
    animation: shp-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.shp-loader div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}
.shp-loader div:nth-child(1) {
    animation-delay: -0.036s;
}
.shp-loader div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.shp-loader div:nth-child(2) {
    animation-delay: -0.072s;
}
.shp-loader div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.shp-loader div:nth-child(3) {
    animation-delay: -0.108s;
}
.shp-loader div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.shp-loader div:nth-child(4) {
    animation-delay: -0.144s;
}
.shp-loader div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.shp-loader div:nth-child(5) {
    animation-delay: -0.18s;
}
.shp-loader div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.shp-loader div:nth-child(6) {
    animation-delay: -0.216s;
}
.shp-loader div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.shp-loader div:nth-child(7) {
    animation-delay: -0.252s;
}
.shp-loader div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.shp-loader div:nth-child(8) {
    animation-delay: -0.288s;
}
.shp-loader div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes shp-loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*------- common-css ------- */
.section-padding {
    padding: 40px 0px 80px;
}
.section-md-padding {
    padding: 60px 0px;
}
.section-small-padding {
    padding: 15px 0px;
}
.section-title {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
.section-title h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0;
    color: #010c2a;
}
.bg-grey {
    background-color: #eeeeee;
}
.page-content-area {
    margin-top: 100px;
    min-height: calc(100vh - 190px);
}
.default-btn {
    border-radius: 10px;
    background-color: #4e55f4;
    border: 1px solid #4e55f4;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    padding: 8px 15px;
    line-height: initial;
    white-space: nowrap;
}
.default-link {
    font-size: 16px;
    font-weight: 600;
    color: #4e55f4;
    padding: 0px 5px;
    line-height: initial;
    white-space: nowrap;
    outline: #4e55f4;
    text-decoration: underline !important;
}
.default-btn:hover {
    background-color: transparent;
    color: #4e55f4;
}

/* ---------select 2------------ */
.select2Part {
    position: relative;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 5px;
    background-color: #eee;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    border-radius: 4px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 4px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #999;
}
.select2-container--default .select2-selection--single {
    background: #ffffff;
    box-shadow: 0px 5px 20px rgba(21, 140, 211, 0.1);
    border-radius: 8px;
    height: 45px;
    border: none;
}
.select2-container--focus.select2-container--default .select2-selection--single {
    border: none;
    background-color: #fff;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
    transition: 240ms;
    padding-right: 40px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(16, 17, 17, 0.5);
    padding-top: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 51px;
    right: 15px;
    transition: 240ms;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgb(236 238 241);
    color: #4a494a;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background: url("../images/select-arrow.svg") no-repeat 0 0;
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #fff;
    color: #4e55f4;
}
.select2-container--default .select2-results__option:last-child {
    border-radius: 0px 0px 4px 4px;
}
.select2-container--default .select2-selection--single {
    border-radius: 8px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 19px;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.select2-results__option {
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    color: #010c2a;
    font-size: 15px;
    font-weight: 400;
}
.select2-container--open .select2-dropdown--above {
    box-shadow: 0px 6px 32px rgb(0 0 0 / 10%);
    border-radius: 0px;
    border: none;
    top: -6px;
    border-radius: 6px;
    overflow: hidden;
}

.select2-container--open .select2-dropdown--below {
    box-shadow: 0px 5px 20px rgba(21, 140, 211, 0.1);
    border-radius: 0px;
    border: none;
    top: 6px;
    border-radius: 8px;
    overflow: hidden;
}
.select2Part.w-100 > .select2-container,
.form-group.select2Part .select2-container,
.select2Part .select2-container {
    width: 100% !important;
}
.select2-search--dropdown {
    padding: 12px 15px;
    position: relative;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 14px;
    border: 1px solid #dfe3e7;
    border-radius: 4px;
    color: #757575;
    padding: 10px 15px;
    background-color: #fff;
    position: relative;
    padding-right: 45px;
}
.select2-container--default .select2-search--dropdown:after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 23px;
    right: 30px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.54);
}
.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
    font-size: 16px;
    margin-top: 0px;
    padding: 0;
    padding-left: 5px;
    line-height: 27px;
    padding-top: 6px;
}

/*------- header-wrapper --------*/
.header-wrapper {
    width: 100%;
    z-index: 999;
    transition: 0.5s;
    position: fixed;
    top: 0;
    padding: 25px 0px;
    max-height: 100px;
    background-color: transparent;
}
.header-wrapper.header-sticky {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 12px rgb(68 88 130 / 20%);
    box-shadow: 0px 4px 12px rgb(68 88 130 / 20%);
}
.header-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-part {
    margin-right: 10px;
}
.logo-part img {
    width: 240px;
}
.logo-part a h5 {
    font-size: 35px;
    font-weight: bold;
    color: #e2231a;
    margin-bottom: 0;
}
.header-btns-part {
    display: flex;
    align-items: center;
}
.header-btns-group .header-btn i {
    display: none;
}
.header-btns-group .header-btn {
    margin-right: 0px;
}
.header-socials {
    display: flex;
}
.header-socials li {
    margin-left: 25px;
}
.header-socials li a {
    border: 1px solid #010c2a;
    color: #010c2a;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-socials li a:hover {
    background-color: #4e55f4;
    border-color: #4e55f4;
    color: #fff;
}
.header-wrapper .default-link{
    color: #010c2a;
    outline: none;
    text-decoration: none !important;
    margin: 8px;
    
}
.header-wrapper .default-link:hover{
    color: #4e55f4;
    
}
.navbar {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-family: sans-serif;
    padding-left: 0;
    padding-right: 0;
  }
  
  .push-left {
    margin-left: auto;
  }
  .logo-part-white{
    display: none;
  }
  /* Menu */
  .hamburger {
    background: transparent;
    border: none;
    cursor: pointer;
    display: none;
    outline: none;
    height: 25px;
    position: relative;
    width: 25px;
    z-index: 1000;
  }
  .hamburger-line {
    background: #000;
    height: 3px;
    position: absolute;
    left: 0;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  .hamburger:hover .hamburger-line {
    background: #000;
  }
  .hamburger-line-top {
    top: 3px;
  }
  .menu-active .hamburger-line-top {
    top: 50%;
    transform: rotate(45deg) translatey(-50%);
  }
  .hamburger-line-middle {
    top: 40%;
    transform: translatey(-50%);
  }
  .menu-active .hamburger-line-middle {
    left: 50%;
    opacity: 0;
    width: 0;
  }
  .hamburger-line-bottom {
    bottom: 8px;
  }
  .menu-active .hamburger-line-bottom {
    bottom: 50%;
    transform: rotate(-45deg) translatey(50%);
  }
  
  .nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  a.default-link.active {
    color: #4e55f4;
}
.socials-text{
  display: none;
}
  @media screen and (max-width: 768px) {
    .hamburger {
      display: inline-block;
    }
    .nav-menu {
      flex-direction: column;
      justify-content: center;
      transform: translatey(-100%);
      text-align: left;
      position: fixed;
      overflow: hidden;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      transition: 0.3s;
      z-index: 999;
      background-color: #f7fdff;
    }
    .menu-active .nav-menu {
      transform: translatey(0%);
      opacity: 1;
    }
    .nav-menu .menu-item a {
      font-size: 20px;
      margin: 8px;
    }
    .header-socials {
      margin: 8px;
  }
    
  .nav-menu a.default-link {
    font-size: 20px;
    margin: 8px;
    line-height: 30px;
}
  }
  
  @media (max-width: 600px){
    .logo-part-white{
      z-index: 11111;
      display: block;
      padding-left: 10px;
      padding-bottom: 50px;
    }
    .logo-part-white a img {
      max-width: 200px;
  }
    .nav-menu {
      transform: translatey(-100%);
      position: fixed;
      overflow: hidden;
      top: -280px;
      left: 0;
      transition: 0.3s;
      z-index: 999;
      background-color: #f7fdff;
      background-image: linear-gradient(to bottom, #4e55f4, #61b5f7);
      padding-left: 30px;
      bottom: 0;
  }
  .header-socials {
    margin: 22px;
    position: absolute;
    bottom: 30px;
    display: block;
  }
  a.default-link.active {
    color: #edecec;
}
.socials-text {
  display: block;
  font-size: 20px;
  color: #ffffff;
}
.header-socials li {
  margin-left: 0px;
}
.header-socials li a {
  color: #fff;
  border-color: #ffff;
  font-size: 22px;
  width: 40px;
  height: 40px;
}
.header-wrapper .default-link{
  color: #fff;
  font-weight: normal;
}
.nav-menu a.default-link {
  font-size: 24px;
  margin: 16px 6px;
  line-height: 30px;
}
.menu-active .hamburger-line-bottom {
  background: #fff !important;
}
.menu-active .hamburger-line-top {
  background: #fff !important;
}
  }

/* -- page-title-section -- */
.page-title-section {
    position: relative;
    padding-top: 15px;
}
.header-left-bg {
    position: absolute;
    height: calc(100% + 100px);
    width: 295px;
    top: -100px;
    background-repeat: no-repeat;
    background-image: url("../images/left-header-bg.png");
}
.header-right-bg {
    position: absolute;
    height: calc(100% + 100px);
    width: 295px;
    top: -100px;
    right: 0;
    background-repeat: no-repeat;
    background-image: url(../images/right-header-bg.png);
}
.page-title-border:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    box-shadow: 0px 8px 30px rgb(21 140 211 / 15%);
    width: 100%;
    background-color: #d8e1e8;
}
.page-title-box h1 {
    font-size: 28px;
    font-weight: 700;
    color: #010c2a;
    margin-bottom: 15px;
}
.page-title-box p {
    font-size: 16px;
    font-weight: 400;
    color: #585f72;
    line-height: 26px;
    margin-bottom: 0;
}
.page-title-image {
    width: 360px;
    max-width: 100%;
    object-fit: cover;
    margin: 0 auto;
}

/* -- vpn --section */
.vpn-section {
    padding-bottom: 20px;
}
.vpn-content-data {
    position: relative;
    overflow: hidden;
}
.left-line-bg {
    position: absolute;
    height: 700px;
    width: 300px;
    left: 0px;
    top: -40px;
    background-repeat: no-repeat;
    background-image: url("../images/bg-line1.png");
}
.right-line-bg {
    position: absolute;
    height: 700px;
    width: 300px;
    right: 0px;
    top: 700px;
    background-repeat: no-repeat;
    background-image: url("../images/bg-line2.png");
}
.mostsecure {
    border-radius: 15px;
    border: 1.5px solid #1E9A13;
}
.mostsecure .vpn-badge{
    background-color: #1E9A13;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 0px 0px 15px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-bottom-right-radius: 15px;
    padding: 10px 10px;
}
.fastest {
    border-radius: 15px;
    border: 1.5px solid #1987FA;
}
.fastest .vpn-badge{
    background-color: #1987FA;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 0px 0px 15px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-bottom-right-radius: 15px;
    padding: 10px 10px;

}
.value-to-money {
    border-radius: 15px;
    border: 1.5px solid #654DE2;
}
.value-to-money .vpn-badge{
    background-color: #654DE2;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 0px 0px 15px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-bottom-right-radius: 15px;
    padding: 10px 10px;

}
.vpn-card {
    box-shadow: 0px 8px 30px rgba(21, 140, 211, 0.15);
    border-radius: 15px;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
}
/* .vpn-badge {
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 0px 0px 15px 0px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    border-bottom-right-radius: 15px;
    padding: 12px 19px;
} */
.vpn-logo-image img {
    max-width: 250px;
    padding-right: 25px;
    object-fit: cover;
    object-position: center;
}
.vpn-flex-box {
    display: flex;
    flex: 6;
    padding-top: 30px;
}
.vpn-content-box {
    margin-left: 40px;
    flex: 4;
}
.vpn-logo-image {
    flex: 2;

}
.vpn-plan-box{
    flex: 0;
}
.vpn-content-box h3 {
    font-size: 26px;
    color: #010c2a;
    font-weight: 600;
    margin-bottom: 18px;
}
.vpn-content-box p {
    font-size: 16px;
    font-weight: 400;
    color: #010c2a;
    margin-bottom: 10px;
}
.vpn-content-box ul li {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0;
    color: #585f72;
}
.vpn-content-box ul li img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}
.vpn-plan-box {
    text-align: right;
    margin-left: 40px;
}
.website-visit-btn {
    display: inline-block;
    margin-bottom: 25px;
}
.plan-box {
    width: 300px;
}
.plan-box ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 12px;
    padding: 6px 10px;
    line-height: 18px;
}
.plan-box ul li .price-plan {
    color: #585f72;
}
.plan-box ul li .price-plan b {
    color: #010c2a;
}
.free-plan {
    background: rgba(205, 205, 205, 0.25);
    border: 1px solid #cdcdcd;
}
.silver-plan {
    background: rgba(161, 230, 249, 0.20);
    border: 1px solid #A1E6F9;
}
.golden-plan {
    background: rgba(253, 221, 81, 0.2);
    border: 1px solid #fddd51;
}
.platinum-plan {
    background: rgba(216, 156, 120, 0.2);
    border: 1px solid #d89c78;
}
.server-btn {
    background: rgba(81, 169, 72, 0.1);
    border: 1px solid #51a948;
    color: #51a948;
    min-width: 165px;
    display: inline-flex;
    align-items: center;
    padding: 4px;
    border-radius: 50px;
}
.server-btn i {
    margin-right: 12px;
    font-size: 16px;
    margin-left: 12px;
}
.server-btn span {
    flex: 1;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #010c2a;
}
.server-number {
    border-radius: 50px;
    width: 45px;
    height: 30px;
    background-color: #51a948;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.load-more {
    text-align: center;
}
.load-more-btn {
    border: 1px solid #4e55f4;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #4e55f4;
    background-color: transparent;
}
.load-more-btn:hover {
    background-color: #4e55f4;
    color: #fff;
}

/* ---------filters section --------- */
.filters {
    display: flex;
    /* align-items: flex-start; */
    justify-content: space-between;
    margin-bottom: 20px;
}
.search-flex-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 410px;
}
.filter-toggle {
    width: 50px;
    height: 50px;
    border: none;
    background-color: rgb(78 85 244 / 20%);
    font-size: 26px;
    color: #4e55f4;
    border-radius: 10px;
    display: none;
}
.filter-submit{
    display: none;
}
.fiter-options {
    width: 100%;
}
.search-dropdown {
    width: 100%;
    height: 45px;
    margin-right: 30px;
    position: relative;
    z-index: 9;
}
.search-icon {
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 20px;
}
.location-input,
.location-input:focus{
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgb(21 140 211 / 10%);
    border-radius: 8px;
    width: 100%;
    border: none;
    height: 100%;
    padding: 15px 12px;
    padding-left: 48px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(16, 17, 17, 0.5);
}
.filter-dropdowns {
    width: 100%;
}
.filter-box {
    margin-bottom: 1px;
}

.autocomplete-suggestions {
    box-shadow: 0px 6px 32px rgb(0 0 0 / 10%);
    border: none;
    border-radius: 6px;
    top: 58px;
    overflow: auto;
    max-height: 200px !important;
    background-color: #fff;
}

.autocomplete-suggestions::-webkit-scrollbar {
    width: 5px;
    background-color: #eee;
}
.autocomplete-suggestions::-webkit-scrollbar-track {
    border-radius: 4px;
}
.autocomplete-suggestions::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 4px;
}
.autocomplete-suggestions::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.autocomplete-suggestion {
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    color: #777B87;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.autocomplete-selected {
    background: #f0f0f0;
}
.autocomplete-suggestions strong {
    font-weight: normal;
    color: #010C2A;
    font-weight: 600;
}
.autocomplete-group {
    padding: 2px 5px;
}
.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

/* -- footer -- */
.footer-wrapper {
    background-color: #010c2a;
    padding: 20px 0px;
}
.footer-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-data p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}
.footer-data ul {
    display: flex;
    flex-wrap: wrap;
}
.footer-data ul li {
    margin-left: 10px;
    padding-left: 10px;
}
.footer-data ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    position: relative;
}
.footer-data ul li a:before {
    content: "";
    position: absolute;
    height: 18px;
    top: 6px;
    left: -11px;
    width: 2px;
    background-color: #fff;
}
.footer-data ul li:first-child {
    margin-left: 0;
    padding-right: 0;
}
.footer-data ul li:first-child a:before {
    display: none;
}
/* Text-typing css */


  .text-typing {
    padding-bottom: 0px !important;
  }
.mid_container{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    margin: 0 auto;
    box-shadow: 0px 5px 20px rgb(21 140 211 / 10%);
    border-radius: 78px;
}
.mid_container.hrder-bottam-text {
    width: 100%;
    display: inline-block;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.text_anim_container{
    display: inline-block;
    align-items:center;
    --font-size : 60px;
    --line-height : 40px;

     /* to change animation duration, change this. */
    --line-anim-dur:5s;

    /* this is changed dynamically by javascript depending on the number of "dynamic text number" */
    --total-dynamic-text: 4;
    --total-anim-dur: 12s;    
}

.text_anim_container .static_text{
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
}
.text_anim_container .dynamic_text{
    font-size: 26px;
    height: var(--line-height);
    line-height: 40px;
    overflow: hidden;
    padding-left: 1px;
}

.dynamic_text li{
    list-style: none;
    position: relative;
    top: 0;
    animation: slide var(--total-anim-dur) steps(var(--total-dynamic-text)) infinite;    
}
.dynamic_text li span{
    position: relative;    
    display: inline-block;    
    
}
.dynamic_text li span::after{
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #f7fdff;
    /* border-left: 2px solid black; */
    animation: typing var(--line-anim-dur) steps(10) infinite ;

}

@keyframes slide{
    100%{
        top: calc(var(--line-height)* var(--total-dynamic-text)*-1 );
    }
}
@keyframes typing{
    40%, 60%{
        left: calc(100% + 30px);
    }
    100%{
        left: 0;
    }
}

/*---------Media Queries-----------*/
@media (min-width: 1200px) {
    .fiter-options {
        display: inline-block !important;
    }
}

@media (max-width: 1399.98px) {
    .vpn-logo-image img {
        max-width: 150px;
    }
    .plan-box {
        width: 320px;
    }
}

@media (max-width: 1199.98px) {
    .page-title-box h1 {
        font-size: 36px;
        margin-bottom: 24px;
    }
    .page-title-box p {
        line-height: 30px;
        font-size: 16px;
    }
    .filters{
        flex-direction: column;
    }
    .search-flex-data{
        max-width: initial;
    }
    .filter-toggle{
        display: inline-block;
    }
    .filter-submit{
        display: inline-block;
    }
    .filter-box{
        margin-bottom: 0;
        margin-top: 15px;
    }
    .filter-submit{
        margin-top: 20px;
    }
    .vpn-content-data{
        margin-top: 40px;
    }
    .fiter-options{
        display: none;
    }
}

@media (max-width: 991.98px) {
    .header-wrapper {
        padding: 15px 0px;
        height: 70px;
    }
    .logo-part a img {
        max-width: 180px;
    }
    .header-btns-group .header-btn {
        margin-right: 0;
    }
    .default-btn {
        font-size: 14px;
        padding: 10px 18px;
    }
    .header-socials li {
        margin-left: 12px;
    }
    .header-socials li a {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    .page-content-area {
        margin-top: 70px;
    }

    
    .page-title-section {
        padding-top: 60px;
    }
    .page-title-box {
        text-align: center;
        margin-bottom: 35px;
    }
    .header-left-bg,
    .header-right-bg {
        opacity: 0.5;
    }
    .footer-wrapper {
        padding: 20px 0px;
    }
    .footer-data {
        flex-direction: column;
    }
    .footer-data p {
        font-size: 14px;
        text-align: center;
    }
    .footer-data ul li a {
        font-size: 14px;
    }
    .footer-data ul li a:before {
        height: 13px;
        top: 5px;
    }
    .vpn-section {
        padding-bottom: 10px !important;
    }
    .vpn-card {
        flex-direction: column;
    }
    .vpn-flex-box {
        flex-direction: column;
    }
    .vpn-plan-box {
        margin-left: 0;
    }
    .vpn-content-box {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .vpn-content-box h3 {
        font-size: 26px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .vpn-content-box p {
        font-size: 16px;
    }
    .vpn-content-box ul li {
        font-size: 14px;
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .vpn-content-box ul li img {
        width: 18px;
        height: 18px;
    }
    .plan-box {
        width: 100%;
    }
    .plan-box ul li {
        font-size: 16px;
    }
    .server-btn i {
        margin-left: 12px;
    }
    .server-btn span {
        font-size: 16px;
    }
    .vpn-badge {
        font-size: 14px;
        padding: 10px 19px;
    }
    .section-title h2 {
        font-size: 24px;
    }
    .filter-box{
        margin-right: 0;
    }
    .search-dropdown{
        margin-right: 15px;
    }
    .filter-toggle{
        width: 45px;
        height: 45px;
        padding-top: 4px;
        font-size: 24px;
    }
    .business-card {
        max-height: 400px !important;
        height: 100%;
}

.business-content-box p {
    font-size: 10px !important;
}
.business-content-box h6 {
    font-size: 12px !important;
}
}

@media (max-width: 767.98px) {
    .business-card {
        max-height: 550px !important;
        height: 100%;
}

.business-content-box p {
    font-size: 12px !important;
    max-width: 300px !important;
}
.business-content-box h2 {
    font-size: 14px !important;
}
}


@media (max-width: 575.98px) {
    .header-wrapper {
        height: auto;
    }
    .logo-part a img {
        max-width: 200px;
    }
    .header-left-bg,
    .header-right-bg {
        opacity: 0.2;
    }
    .vpn-card {
        padding: 25px;
    }
    .vpn-plan-box {
        text-align: left;
    }
    .plan-box ul li {
        font-size: 14px;
        border-radius: 12px;
        padding: 8px 12px;
    }
    /* .server-btn {
        min-width: auto;
    } */
    .server-btn i {
        font-size: 18px;
    }
    .server-btn span {
        font-size: 14px;
    }
    .server-number {
        font-size: 14px;
        width: 42px;
        height: 30px;
        border-radius: 50px;
    }
    .load-more {
        margin-top: 30px;
    }
    .blog-section-slider .card{
        width: 100% !important;
    }
    .vpn-content-data {
        margin-top: 0px;
    }
    .section-title {
        margin-bottom: 20px;
    }
    .vpn-logo-image{
        margin-top: 40px;
    }
    .vpn-logo-image img{
        max-width: 200px;
    }
}

@media (max-width: 349.98px) {
}




/* -- business-page -- */
.business-content-data {
    position: relative;
    overflow: hidden;
}
.page-back-box {
    display: flex;
    align-items: center;
}
.page-back-box span {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    margin-left: 11px;
}
.business-card{
    display: block;
    border: 2px solid #fff;
    box-shadow: 0px 8px 30px rgba(21, 140, 211, 0.15);
    border-radius: 15px;
    padding: 50px;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
    max-height: 530px;
}
.business-user-image{
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 340px;
    /* height: 100%; */
}
.business-flex-box {
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    display: flex;
}
.vpn-content-box{
    margin: 0;
}
.business-content-box p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #585F72;
    max-width: 411px;
}
.business-content-box h6 {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: #010C2A;
}
.business-user-image img {
    max-height: 250px !important;
}
.more-btn {
    border: 1px solid #4e55f440;
    border-radius: 100%;
    transition: 0.5s;
}
.more-btn:hover {
    border: 1px solid #4e55f4;
    border-radius: 100%;
    transition: 0.5s;
}
/* ====================== 
blog css =======================*/
a.blog-cover p{
    color: #333 !important;
}
.blog-section .card {
    text-align: left;
    transition: all ease-in-out 0.3s;
    background-color: #fff;
    border: none;
    box-shadow: 0px 8px 30px rgba(21, 140, 211, 0.15);
    border-radius: 10px;
    overflow: hidden;
}
.blog-section .card .card-text a {
    color: #000;
}
.blog-section .card img.card-img-top {
    height: 150px;
    object-fit: cover;
}
.blog-section .card .card-body .card-title , .blog-section-slider .card .card-body .card-title{
    color: #222;
    font-size: 1rem;
}
.blog-section .card .card-body strong {
    color: #000;
    font-weight: 700;
    line-height: 1;
    font-size: 12px;
}
.blog-section .card .card-body .author-text span , .post-section .author-text span ,.blog-section-slider .card .card-body .author-text span {
    color: #888; }

    .blog-section .card .card-body .date span{
        color: #888;    
    }

.blog-section .card img {
        transition: 0.5s all ease-in-out;
}
.blog-section .card:hover img {
    transform: scale(1.2);
}
.blog-img{
    height: 150px;
    overflow: hidden;
}

/* =======================
blog-slider
========================== */
.blog-section-slider{
    padding-top: 30px;
}
.blog-section-slider .card {
    margin: 0 auto 30px 0;
  }
  .blog-section-slider .slick-dots {
    left: -11px;
}
.blog-section-slider .card {
    height: 342px;
    margin-bottom: 30px;
    box-shadow: none;
    border: 1px solid #88888817;
}

  /* ======================================
single-page css
========================================= */
.blog-cover .card{
    height: 320px;
}


.post-section .lead ,.post-section p{
    color: #585f72;
    font-size: 16px;
    font-weight: 400;
}
.post-section .section-title{
    margin-bottom: 30px;
}
.post-section .blog-img-first img {
    width: 830px;
    height: 572px;
    object-fit: contain;
    background: #99969314;
}
.blog-section .card .card-body .card-text {
    text-overflow: ellipsis;
    height: 45px;
    overflow: hidden;
    width: 100%;
}
.post-section ul {
    list-style: disc;
    padding-left: 50px;
}

.post-author{
    position: absolute;
    width: 85%;
    bottom: 10px;
}
.post-author .author-text{
    float: left;
}
.post-author .date{
    float: right;
}
/* header deal button */
.header-btn {
    border-radius: 10px;
    background-color: #4e55f4;
    border: 1px solid #4e55f4;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 16px;
    width: 110px;
    height: 35px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header-btn:hover {
    background-color: transparent;
    border: 1px solid #4e55f4;
    border-radius: 10px;
    color: #4e55f4;
}