img {
    max-width: 100%;
    max-height: 100%;
}

.body-home {
    background-color: #00010D;
}

.body-home::before {
    content: "";
    display: block;
    background-image: url("../img/imgnew/noise.webp");
    opacity: 0.3;
    background-repeat: repeat;
    background-size: 257px auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 9999998;
}

.page-home {
    border: 30px solid rgba(255, 255, 255, 0.0);
    position: relative;
    background-color: #00010D;
}

.body-home {
    background-color: #00010D;
    color: #fff;
}

html, body {
    scroll-behavior: smooth;
}

/* Preloader */
.st-preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
    background-color: #17191E;
    animation-timing-function: cubic-bezier(.87,0,.13,1);
    animation-name: preloaderAnimation;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    transform-origin: right center;
    opacity: 1;
}

@keyframes preloaderAnimation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Navbar */
.st-navbar {
    padding: 30px 70px;
}

.st-navbar.black {
    background-color: #000;
}

.st-navbar .mobile-menu-toggle {
    color: #fff;
    font-size: 24px;
}

@media (min-width: 768px) {
    .st-navbar .right-mobile {
        display: none !important;
    }
}

.st-navbar .grid {
    display: grid;
    grid-template-columns: 1fr 200px 1fr;
    align-items: center;
}

.st-navbar .navbar-list li a {
    color: #7c7e82;
    font-size: 13px;
    font-weight: 500;
    padding: 15px;
    transition: 0.3s;
}

.st-navbar .navbar-list li a:hover, .st-navbar .navbar-list li a:focus {
    color: #fff;
    text-decoration: none;
}

.st-navbar .btn-outline-light {
    color: #fff !important;
}

.st-navbar .btn-light {
    color: #000 !important;
}

.st-navbar .btn-outline-light:hover {
    color: #000 !important;
}

.st-navbar .right {
    text-align: right;
}

.st-navbar .right-mobile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.st-navbar .right-mobile .st-dropdown-lang {
    margin-right: 15px;
}

.list-inline li {
    display: inline-block;
}

.st-dropdown-lang .btn img {
    margin-right: 7px;
}

.st-dropdown-lang .dropdown-menu {
    margin-top: 10px;
    right: 0 !important;
    left: inherit !important;
}

.st-dropdown-lang .dropdown-menu a {
    color: #313131 !important;
    padding: 10px 15px !important;
}

.st-dropdown-lang .dropdown-menu a img {
    margin-right: 7px;
}

.st-dropdown-lang .dropdown-menu a:hover, .st-dropdown-lang .dropdown-menu a:focus {
    background-color: #f1f1f1 !important;
    color: #313131 !important;
}


/* Mobile Menu */
.st-mobile-menu {
    display: none;
    height: calc(100% - 143px);
    width: 100%;
    background-color: #00010D;
    padding: 20px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999999;
}

.st-mobile-menu .navbar-list li a {
    color: #fff;
    padding: 8px;
    text-align: center;
    margin-bottom: 10px;
    display: block;
}

.st-mobile-menu .btn {
    margin-top: 10px;
}


/* Alert */
.st-alert {
    background-color: #0041a1;
    color: #fff;
    padding: 10px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.st-alert p {
    font-size: 12px;
    margin-bottom: 0;
}


/* Banner */
.st-banner-home {
    padding: 75px 0;
    position: relative;
}

.st-banner-home .img-screens {
    max-height: 310px;
}

.q-icon-div {
    position: absolute;
    left: -520px;
    top: 250px;
    height: 475px;
    width: 733px;
    opacity: 0.2;
    animation: uicoreFloat 1s ease infinite alternate !important;
    pointer-events: none;
}

.q-icon-div img {
    height: 100%;
    width: 100%;
}

@keyframes uicoreFloat {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(0, -7%, 0)
    }
}

@keyframes uicoreFloatMobile {
    0% {
        transform: translateY(-50%) translateX(-50%);
    }
    to {
        transform: translateY(-40%) translateX(-50%);
    }
}

.st-banner-home .banner-title {
    font-size: 64px;
    line-height: 80px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin: auto;
    overflow: hidden;
}

.st-banner-home .banner-title::before {
    content: "";
    background-color: transparent;
    background-image: radial-gradient(at top center, #FFFFFF00 0%, #00010D 100%);
    opacity: 1;
    transition: background 0.3s;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 50px);
    position: absolute;
    pointer-events: none;
}

.st-banner-home .banner-text {
    font-size: 19px;
    line-height: 28px;
    color: #7c7e82;
    max-width: 636px;
    margin: 20px auto;
    font-weight: 300;
}

.st-banner-home .btn {
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.st-banner-home .btn-alt-text {
    font-size: 12px;
    color: #64686a;
    text-transform: uppercase;
    margin-top: 17px;
    margin-bottom: 70px;
    letter-spacing: 1px;
}

.st-banner-home .devices-title {
    font-size: 21px;
    color: #64686a;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.st-banner-home .versions {
    max-width: 840px;
    margin: 20px auto;
}

.st-banner-home .versions img {
    max-height: 36px;
    transition: 0.3s;
}

.st-banner-home .versions .filtered img {
    filter: brightness( 200% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}

.st-banner-home .versions img:hover {
    filter: brightness( 200% ) contrast( 200% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg )
}


/* Three */
.st-home-three {
    padding: 10px 0;
}

.st-home-three .head-title {
    margin-bottom: 50px;
    text-align: center;
}

.st-home-three .head-title .title {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.st-home-three .head-title .title::before {
    content: "";
    background-color: transparent;
    background-image: radial-gradient(at top center, #FFFFFF00 0%, #00010D 100%);
    opacity: 1;
    transition: background 0.3s;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 50px);
    position: absolute;
    pointer-events: none;
}

.st-home-three .head-title .subtitle {
    font-size: 17px;
    color: #7c7e82;
    font-weight: 300;
}

.st-feature-box {
    margin-bottom: 30px;
    padding: 0 24px;
    text-align: center;
}

.st-feature-box .icon {
    color: #fff;
    font-size: 30px;
    height: 70px;
    width: 70px;
    margin: 0 auto 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 8px;
}

.st-feature-box .title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
}

.st-feature-box p {
    font-size: 15px;
    line-height: 22px;
    color: #7c7e82;
    font-weight: 300;
}


/* Home Contents */
.title-why {
    font-size: 43px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: auto;
}

.title-why::before {
    content: "";
    background-color: transparent;
    background-image: radial-gradient(at top center, #FFFFFF00 0%, #00010D 100%);
    opacity: 1;
    transition: background 0.3s;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 50px);
    position: absolute;
    pointer-events: none;
}

.st-home-section {
    padding: 40px 0;
}

.st-hs-content {
    padding: 80px 0;
}

.st-hs-content .mw-440 {
    max-width: 440px;
}

.st-hs-content p {
    color: #a7a7a7;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 16px;
}

.list-check li {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    padding-left: 40px;
    position: relative;
    margin: 10px 0;
}

.list-check li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.57);
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.st-hs-content h2 {
    font-size: 30px;
    line-height: 39px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.st-hs-content h3 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.st-hs-content.map-location {
    max-width: 1100px;
    margin: auto;
    border-bottom: 0;
}

.st-hs-content.guarantee {
    padding: 100px 0;
}

.st-hs-content.guarantee .content {
    margin-bottom: 40px;
}

.st-hs-content.guarantee .map-world {
    max-width: 610px;
    margin: auto;
    position: relative;
}


.map-world-marker.auckland {left: 93%;top: 86%}
.map-world-marker.sydney {left: 86%;top: 75%}
.map-world-marker.tokyo {left: 81%;top: 36%}
.map-world-marker.mumbai {left: 66%;top: 45%}
.map-world-marker.rome {left: 52%;top: 35%}
.map-world-marker.moskow {left: 60%;top: 18%}
.map-world-marker.stockholm {left: 50%;top: 20%}
.map-world-marker.los-angeles {left: 18%;top: 46%}
.map-world-marker.san-francisco {left: 13%;top: 31%}


.map-world-marker {
    position: absolute;
    z-index: 2;
    text-align: center;
}

.map-world-marker.up {
    z-index: 3 !important;
}

.map-world-marker .name {
    background-color: #fff;
    color: #333;
    padding: 6px 10px;
    border-radius: 4px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(-5px);
    white-space: nowrap;
    opacity: 0;
    transition: 0.2s;
    z-index: 5;
    pointer-events: none;
    display: none;
}

/*.map-world-marker:hover .name {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}*/

.map-world-marker .dot {
    background-color: #1A74FD;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin: auto;
}

.map-world-marker .dot::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #3366FF21;
    height: 36px;
    width: 36px;
    display: block;
    border-radius: 100%;
}

.map-world-marker .dots {
    position: relative;
}

.map-world-marker .dots::before {
    content: "";
    border: 1px solid #4fddd4;
    border-radius: 100%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 35px;
    height: 35px;
    opacity: 0;
    animation: marker-ripple-animation 2.6s cubic-bezier(.25, .9, .2, 1) .4s infinite;
}

.map-world-marker .dots::after {
    content: "";
    border: 1px solid #4fddd4;
    border-radius: 100%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 42px;
    height: 42px;
    opacity: 0;
    animation: marker-ripple-animation 2.6s cubic-bezier(.25, .9, .2, 1) 0s infinite;
    pointer-events: none;
}

@keyframes marker-ripple-animation {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(1);
        opacity: 1
    }

    100% {
        transform: translate3d(-50%, -50%, 0) scale(1.7);
        opacity: 0
    }
}


/* Trustpilot Slider */
.st-home-comments {
    padding: 80px 0 40px 0;
}

.st-home-comments .head-title {
    margin-bottom: 15px;
    text-align: center;
}

.st-home-comments .head-title .title-head {
    font-size: 50px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.st-home-comments .head-title .title-head::before {
    content: "";
    background-color: transparent;
    background-image: radial-gradient(at top center, #FFFFFF00 0%, #00010D 100%);
    opacity: 1;
    transition: background 0.3s;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 50px);
    position: absolute;
    pointer-events: none;
}

.st-section-trustpilot {
    padding-bottom: 50px;
}

.st-swiper-trustpilot {
    padding-bottom: 80px !important;
}

.st-swiper-trustpilot .swiper-pagination {
    bottom: 0 !important;
}

.st-swiper-trustpilot .swiper-slide {
    height: auto;
}

.st-trustpilot-box {
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 24px;
    margin: 24px 0;
    background-color: #fff;
    height: 100%;
}

.st-trustpilot-box .user {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.st-trustpilot-box .shortcut {
    height: 40px;
    width: 40px;
    min-width: 40px;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    margin-right: 12px;
}

.st-trustpilot-box .user img {
    max-height: 20px;
}

.st-trustpilot-box .name {
    font-size: 12px;
    font-weight: 600;
    color: #696a6a;
    margin-bottom: 10px;
}

.st-trustpilot-box .name span, .st-trustpilot-box .name a {
    color: #000;
}

.st-trustpilot-box p {
    font-size: 14px;
    color: #1c1c1c;
    margin-bottom: 0;
}

.st-trustpilot-box.dark {
    background-color: #FFFFFF14;
    color: #fff;
    border: 0 !important;
}

.st-trustpilot-box.dark .name {
    color: #c0c0c0;
}

.st-trustpilot-box.dark .name span, .st-trustpilot-box.dark .name a {
    color: #fff;
}

.st-trustpilot-box.dark p {
    color: #fff;
}

.swiper-pagination.dark .swiper-pagination-bullet {
    background-color: #fff;
    height: 6px;
    width: 6px;
    margin: 0 7px !important;
    transition: 0.2s;
}

.swiper-pagination.dark .swiper-pagination-bullet-active {
    transform: scale(1.1);
}

/* Pricing */
.st-pricings {
    padding: 70px 0;
}

.st-pricings .title-head {
    font-size: 40px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.st-pricings .title-head::before {
    content: "";
    background-color: transparent;
    background-image: radial-gradient(at top center, #FFFFFF00 0%, #00010D 100%);
    opacity: 1;
    transition: background 0.3s;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 50px);
    position: absolute;
    pointer-events: none;
}

.st-pricing-item {
    border: 2px solid #fff;
    padding: 25px 35px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin: 10px 0;
    height: 115px;
    transition: 0.3s;
}

.st-pricing-item:hover, .st-pricing-item.active {
    background-color: #002359;
}

.st-pricing-item .title {
    font-size: 24px;
    margin-bottom: 0;
}

.st-pricing-item .price {
    font-size: 32px;
    margin-bottom: 0;
}

.st-pricing-item .price .cycle {
    font-size: 15px;
    color: #7c7e82;
    font-weight: 300;
}

.st-pricing-item .badge-save {
    background-color: #1471FF;
    height: 27px;
    font-size: 14px;
    padding: 5px 15px;
    font-weight: 300;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.text-decoration-none {
    text-decoration: none;
}

.st-list-pricing li {
    background-color: #fff;
    padding: 17px 25px 17px 50px;
    color: #7c7e82;
    font-size: 17px;
    border-radius: 8px;
    font-weight: 500;
    margin: 8px 0;
    position: relative;
}

.st-list-pricing li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    display: block;
    font-size: 18px;
    color: #1471FF;
    position: absolute;
    left: 20px;
    top: 17px;
}


/* Steps */
.st-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 20px 0;
    position: relative;
}

.st-steps .step.right-line::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #ccc;
    position: absolute;
    top: 25px;
    left: 50%;
}

.st-steps .step.right-line.active::after {
    background-color: #1371FF;
}

.st-steps .step {
    text-align: center;
    position: relative;
}

.st-steps .step .number {
    height: 50px;
    width: 50px;
    background-color: #ccc;
    color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    margin: auto;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.st-steps .step.active .number {
    background-color: #1371FF;
}

.st-steps .step .text {
    font-weight: 500;
}


/* Packages */
.st-page-packages {
    padding: 70px 0;
}

.st-ps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    max-width: 920px;
    margin: auto;
}

.st-ps-grid .item .title {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #000;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.st-ps-grid .item .content {
    padding: 20px 0;
    position: relative;
}

.st-ps-grid .item .content::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0), #cecece, rgba(0,0,0,0));
    position: absolute;
    bottom: 0;
    left: 0;
}

.st-ps-grid .item .content.border-bottom-0::after {
    display: none;
}

.fs-14 {
    font-size: 14px !important;
}

.st-ps-grid .item .badge {
    background-color: red;
    padding: 4px 6px;
    border-radius: 10px;
    font-size: 12px;
    position: absolute;
    top: -14px;
    right: 10px;
}

.st-ps-grid .item .content p {
    font-weight: 500;
    text-align: center;
    font-size: 17px;
    margin-bottom: 0;
}

.st-ps-grid .item.left .content p {
    text-align: left;
}

.st-ps-grid .item .devices {
    display: flex;
    align-items: center;
    justify-content: center;
}

.st-ps-grid .item .devices i {
    margin: 0 5px;
    font-size: 26px;
}

.st-ps-grid .item .btn {
    height: 44px;
    width: 100%;
    display: flex;
    margin: 5px 0;
    justify-content: space-between;
    padding: 5px 20px !important;
    position: relative;
    overflow: visible;
}

@media (max-width: 768px) {
    .st-ps-grid {
        grid-template-columns: 1fr;
    }
}


/* Services Mobile */
@media (max-width: 768px) {
    #tableServicesList thead {
        display: none;
    }
    #tableServicesList tbody tr {
        display: flex;
        flex-direction: column;
    }
    #tableServicesList tbody tr img {
        margin: 5px 0;
    }
    #tableServicesList tbody tr td {
        text-align: center;
    }
}

/* Modal Select */
.modal-backdrop.show {
    opacity: 0.8 !important;
}

.st-modal .modal-content {
    background-color: #1b1b1b;
    color: #fff;
    padding: 20px !important;
    border-radius: 8px;
}

.st-modal .modal-header {
    background-color: transparent !important;
    border-bottom: 0 !important;
    justify-content: center;
}

.st-modal .close {
    border-radius: 100%;
    position: absolute;
    top: -25px;
    right: -25px;
    background-color: #fff;
    opacity: 1;
    color: #000;
    font-size: 40px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
}

.st-ps-buttons {
    display: grid;
    grid-template-columns: 1fr 60px 1fr;
    align-items: center;
}

.st-ps-buttons .button {
    height: 75px;
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 700;
    background-color: #1371FF;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: 0.2s;
}

.st-ps-buttons .button:hover {
    text-decoration: none;
    background-color: #0846C6;
    color: #fff;
}

.st-ps-buttons .or {
    text-align: center;
    color: #6c757d;
    display: block;
    font-weight: 500;
}


/* Try Free */
.st-section-tryfree {
    padding: 60px 0;
}

.st-section-tryfree .title {
    font-size: 50px;
    margin-bottom: 20px;
}

.st-section-tryfree p {
    font-size: 15px;
    line-height: 22px;
    color: #7c7e82;
}

.st-section-tryfree .item-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}

.st-section-tryfree .item-list .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.st-section-tryfree .item-list .item i {
    font-size: 50px;
    color: #818a91;
    margin-right: 20px;
}

.st-section-tryfree .item-list .item .text {
    font-size: 48px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.st-section-tryfree .item-list .item .text span {
    font-weight: 400;
    color: #999ea7;
    font-size: 15px;
    display: inline-block;
    margin-left: 10px;
}

.st-section-tryfree .credit-card-text {
    font-size: 13px;
    margin-top: 20px;
}

.st-section-tryfree .alt {
    margin-top: 20px;
}


/* Need Help */
.st-need-help {
    text-align: center;
    padding: 100px 0;
}

.st-need-help .title {
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 400;
}

.st-need-help .contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.st-need-help .contact img {
    max-height: 115px;
}


    /* Compare */
.st-compare-section {
    padding: 50px 0;
}

.st-compare .head h4 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0;
}

.st-compare .head {
    border-bottom: 1px solid rgba(113, 113, 113, 0.47);
    padding: 30px 0;
    background-color: #00010D;
    margin-bottom: 15px;
    position: sticky;
    top: 0;
}

.st-compare .head .title {
    width: 100%;
    background-color: rgba(21, 24, 30, 0.5);
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.st-compare .head .title.primary {
    background-color: #1471FF;
}

.st-compare .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    align-items: center;
}

.st-compare .content-area .item:not(:first-child) {
    text-align: center;
}

.st-compare .content-area .item {
    padding: 20px 0;
}

.st-compare .content-area .item .title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.st-compare .content-area .item .text {
    font-size: 15px;
    color: #7c7e82;
    font-weight: 300;
}

.st-compare .fa-check-circle {
    color: #2473c5;
}

.st-compare .item .icon {
    font-size: 20px;
}


/* Modal Item */
.st-modal-package-item .modal-title {
    font-size: 24px;
    font-weight: 600;
}

.st-modal-package-item .methods {
    margin-bottom: 35px;
}

.st-modal-package-item .text {
    margin-bottom: 35px;
}

.st-modal-package-item .methods img {
    height: 35px;
    margin-right: 10px;
}

.st-modal-package-item .button {
    height: 60px;
}

.st-modal-package-item .button img {
    height: 34px;
    width: 34px;
    margin-right: 7px;
}

.st-modal-package-item .button.telegram {
    background-color: #229ED9;
}

.st-modal-package-item .button.whatsapp {
    background-color: #25D366;
}

@media (max-width: 800px) {
    .st-modal .close {
        right: 18px !important;
        top: -40px;
    }
}

@media (max-width: 576px) {
    .st-modal-package-item .modal-content {
        padding: 10px !important;
    }
    .st-modal-package-item .methods img {
        margin: 5px;
    }
    .st-ps-buttons {
        grid-template-columns: 1fr;
        grid-gap: 5px;
    }
    .st-modal-package-item .modal-title {
        font-size: 18px;
    }
}


/* FAQ Area */
.st-faq-area {
    padding: 60px 0;
}

.st-faq-area .container {
    max-width: 800px !important;
}

.st-faq-area .title-head {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
}

.st-faq-area .title-head span {
    color: #7c7e82;
}


/* Trial Texts */
.st-trial-texts {
    padding: 80px 0 50px 0;
    text-align: center;
}

.st-trial-texts .title {
    font-size: 50px;
    margin-bottom: 15px;
}

.st-trial-texts p {
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 420px;
    margin: 0 auto 30px auto;
}

.st-trial-texts .credit-card-text {
    font-size: 13px;
    margin-top: 20px;
}


/* Footer */
.st-footer {
    border-top: 1px solid #1c1c1c;
}

.st-footer.black {
    background-color: #000;
}

.st-footer.sticky {
    position: sticky;
    bottom: 0;
    z-index: -2;
}

.st-footer .st-need-help {
    padding: 30px 0;
}

.st-footer .st-need-help .contact  {
    padding: 0;
}

.st-footer .st-need-help .title {
    color: #fff;
}

.st-accordion .card {
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent;
    margin-bottom: 10px;
}

.st-accordion .card .btn {
    padding: 10px 20px 10px 0;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    border: 0 !important;
    position: relative;
    transition: 0.2s;
}

.st-accordion .card .btn:hover {
    color: #7c7e82;
}

.st-accordion .card .btn .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s;
    font-size: 18px;
    background-color: transparent !important;
}

.st-accordion .card .btn .icon.fa-minus {
    opacity: 0;
}

.st-accordion .card :not(.collapsed) .icon.fa-minus {
    opacity: 1;
}

.st-accordion .card :not(.collapsed) .icon.fa-plus {
    opacity: 0;
}

.st-accordion .card .card-body {
    padding: 0;
}

.st-accordion .card .card-body p {
    margin-bottom: 10px;
    color: #7c7e82;
    font-size: 15px;
    line-height: 22px;
}

.st-accordion .card :not(.collapsed), .st-accordion .card .show {
    background-color: transparent;
}

.st-footer .customers .bordered {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
}

.st-customer-comment {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
}

.st-customer-comment p {
    font-size: 15px;
    line-height: 24px;
}

.st-customer-comment img {
    height: 24px;
}

.st-footer .contact {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 40px 0 80px 0;
}

.st-footer .contact a img {
    max-height: 100px;
}

.st-footer .footer-area {
    padding-top: 70px;
}

.st-footer .footer-area .img-logo {
    height: 25px;
}

.st-footer .footer-area .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.st-footer .footer-area ul li {
    padding-bottom: 10px;
}

.st-footer .footer-area ul li a {
    color: #FFFFFF78;
    font-size: 15px;
}

.st-footer .footer-area .alt {
    border-top: 1px solid #FFFFFF12;
    padding: 20px 0;
    margin: 50px 10px 0 10px;
}

.st-footer .footer-area .alt p {
    color: #acacac;
    font-size: 13px;
}


/* Extend Selects */
.st-extend-area {
    padding-bottom: 200px;
    text-align: center;
}

.st-ea-box {
    margin-bottom: 20px;
    background-color: #f6f6f6;
    padding: 25px 15px;
    border-radius: 8px;
}

.st-ea-box .title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.st-ea-box .radios {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 850px;
    margin: auto;
}

.st-ea-box .radios .custom-control {
    margin: auto;
}

@media (max-width: 768px) {
    .st-ea-box .radios {
        grid-template-columns: repeat(2, 1fr);
    }
}

.st-ea-box .radios .custom-control-label::before, .custom-control-input {
    height: 24px;
    width: 24px;
    border-radius: 0;
    border-width: 2px;
    border-color: #e1e1e1;
    cursor: pointer;
    box-shadow: none !important;
}

.st-ea-box .radios .custom-control-label::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    background: none !important;
    left: -19px;
    top: 5px;
    font-size: 14px;
}

.st-ea-box .radios .custom-control-label {
    width: 100%;
    cursor: pointer;
}

.st-ea-box .radios .custom-control-label span {
    position: relative;
    left: 10px;
    top: 3px;
    font-weight: 500;
}

.st-ea-box .nav-link {
    font-weight: 500;
    color: var(--blue);
}

.st-ea-box .nav-link.active {
    background-color: var(--blue);
}


.st-shortcut-button {
    background-color: rgba(19, 113, 255, 0.08);
    color: var(--blue);
    border: 2px solid var(--blue);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    border-radius: 8px;
    font-size: 20px;
    transition: 0.2s;
    margin-top: 10px;
    font-weight: 500;
}

.st-shortcut-button i {
    font-size: 24px;
    margin-right: 15px;
}

.st-shortcut-button:hover, .st-shortcut-button:focus {
    text-decoration: none;
    background-color: var(--blue);
    color: #fff;
}

.st-shortcut-button.whatsapp {
    background-color: rgba(37, 211, 102, 0.08);
    border-color: #25D366;
    color: #25D366;
}

.st-shortcut-button.whatsapp:hover, .st-shortcut-button.whatsapp:focus {
    text-decoration: none;
    background-color: #25D366;
    color: #fff;
}


/* General */
.btn:focus {
    box-shadow: none !important;
}

.btn-primary {
    background-color: #1371FF !important;
    border-color: #1371FF !important;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #0846C6 !important;
    border-color: #0846C6 !important;
}

.st-btn {
    height: 42px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px !important;
    border-radius: 50px;
    font-size: 13px;
}

.st-btn.hover {
    position: relative;
}

.st-btn.hover .text-hover {
    display: inline-block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,80%);
    opacity: 0;
}

.st-btn.hover:hover .text-hover {
    transform: translate(-50%,100%);
    opacity: 1;
}

.btn-primary-opacity {
    background-color: #F3F8FF;
    color: #1371FF;
}

.trustpilot-img {
    height: 50px;
    display: block;
}

@media (max-width: 768px) {
    .trustpilot-img {
        height: 40px;
    }
}

.btn-trustpilot {
    background-color: #00b67a;
    color: #fff;
    height: 40px;
}

.btn-trustpilot:hover, .btn-trustpilot:focus {
    background-color: #049465;
    color: #fff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px !important;
    }
}

.ml-10 {
    margin-left: 10px;
}

.border-top-f5f5f5 {
    border-top: 1px solid #f5f5f5;
}

.fs-24 {
    font-size: 24px;
}

#order-standard_cart .cart-body {
    margin: auto;
}

@media (max-width: 1200px) {

    .st-banner-home {
        padding: 125px 0 75px 0;
    }
    .st-banner-home .banner-title {
        font-size: 34px;
    }
    .st-banner-home .banner-text {
        font-size: 15px;
        line-height: 24px;
        max-width: 520px;
    }

    .st-hs-content.guarantee {
        padding: 60px 0;
    }
    .st-hs-content.guarantee .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .st-hs-content.guarantee .content {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .st-hs-content.guarantee .btn {
        margin-top: 15px !important;
    }

    .st-pricings .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .st-pricings .st-pricing {
        margin-bottom: 24px;
    }

    .st-footer .bordered .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (max-width: 992px) {
    .st-banner-home .banner-title {
        font-size: 26px;
        line-height: 40px;
    }

    .st-swiper-trustpilot {
        margin-left: 10px !important;
    }

    .st-swiper-trustpilot .swiper-slide {
        width: 80%;
    }

    .st-section-trustpilot .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }

    .st-section-tryfree .item-list {
        flex-direction: column;
        padding: 0;
    }
    .st-section-tryfree .item-list .item {
        margin-bottom: 20px;
    }

}

@media (max-width: 768px) {
    .st-banner-home {
        padding: 30px 0 70px 0;
    }
    .st-banner-home .versions img {
        margin: 15px 0;
    }
    .page-home {
        border-width: 15px;
    }

    .q-icon-div {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        animation: uicoreFloatMobile 1s ease infinite alternate !important;
        height: 200px;
        width: auto;
    }

    .q-icon-div img {
        object-fit: contain;
    }

    .st-navbar {
        padding: 30px 0;
    }

    .st-home-three .head-title .title, .title-why, .st-pricings .title-head,
    .st-home-comments .head-title .title-head, .st-section-tryfree .title,
    .st-faq-area .title-head, .st-trial-texts .title {
        font-size: 30px;
    }

    .st-hs-content {
        padding: 50px 0;
    }
    .st-hs-content h3 {
        font-size: 26px;
        line-height: 35px;
    }

    .st-hs-content img {
        margin-bottom: 25px;
    }

    .st-pricings {
        padding: 0;
    }

    .st-list-pricing li {
        font-size: 15px;
    }
    .st-list-pricing li::before {
        top: 15px;
    }

    .st-pricing-item {
        padding: 25px 20px;
    }
    .st-pricing-item .title {
        font-size: 16px;
    }
    .st-pricing-item .price {
        font-size: 20px;
    }
    .st-pricing-item .badge-save {
        margin-top: 15px;
        padding: 5px 10px;
        height: 25px;
        font-size: 13px;
    }

    .st-compare .head h4 {
        font-size: 18px;
    }
    .st-compare .head .title {
        text-align: center;
        font-size: 14px;
        height: 40px;
    }
    .st-compare .grid {
        grid-gap: 15px;
    }
    .st-compare .content-area .item .title {
        font-size: 15px;
    }
    .st-compare .content-area .item .text {
        font-size: 14px;
    }

    .st-home-comments {
        padding: 40px 0;
    }

    .st-section-tryfree .item-list .item {
        margin: 15px 0;
    }
    .st-section-tryfree .item-list .item i {
        font-size: 36px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .st-section-tryfree .item-list .item .text {
        font-size: 28px;
    }
    .st-section-tryfree .item-list .item .text span {
        font-size: 13px;
    }


    .st-need-help {
        padding: 30px 0;
    }
    .st-need-help .contact a {
        margin: 0 5px;
    }

    .st-accordion .card .btn {
        font-size: 14px;
    }

    .st-trial-texts {
        padding: 30px 0;
    }

    .st-navbar .grid {
        grid-template-columns: 1fr;
    }
    .st-navbar .left, .st-navbar .right {
        display: none;
    }

    .st-navbar .mid {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .st-navbar .mid .logo {
        display: block;
        max-width: 170px;
    }

    .st-section-tryfree .item-list .item {
        flex-direction: column;
    }

    .map-world-marker.auckland {top: 80%}

}

@media (max-width: 576px) {
    .st-banner-home .img-screens {
        margin-bottom: 20px;
    }
    .st-banner-home .banner-title span {
        display: block;
    }
    .st-banner-home .banner-title {
        font-size: 34px;
        line-height: 46px;
    }
    .st-banner-home .devices-title {
        font-size: 17px;
    }
}