:root {
    --gradient-purple: #999dfd;
    --gradient-purple-rgb: rgb(153, 157, 253);
    --gradient-purple-rgba: rgb(153, 157, 253, 1);
    --gradient-purple-rgba-4: rgb(153, 157, 253, .4);
    --gradient-purple-1: #8e8bf5;
    --gradient-purple-1-rgba-4: rgb(142, 139, 245, .4);
    --gradient-purple-1-rgba-2: rgb(142, 139, 245, .2);
    --gradient-purple-1-rgba-1: rgb(142, 139, 245, .1);
    --gradient-blue: #80e2ff;
    --gradient-blue-rgba: rgba(128, 226, 255, 1);
    --gradient-blue-rgba-4: rgba(128, 226, 255, .4);
    --gradient-blue-1: #5ed7fe;
    --gradient-blue-1-rgba: rgba(94, 215, 254, 1);
    --gradient-blue-1-rgba-4: rgba(94, 215, 254, .4);
    --gradient-blue-1-rgba-2: rgba(94, 215, 254, .2);
    --blue: #0072ff;
    --blue-rgba-4: rgba(0, 114, 255, .4);
    --blue-rgba-2: rgba(0, 114, 255, .2);
    --gradient-pink: #ffb7f6;
    --gradient-pink-rgba: rgba(255, 183, 246, 1);
    --gradient-pink-rgba-4: rgba(255, 183, 246, .4);
    --gradient-pink-1: #ff93f2;
    --gradient-pink-1-rgba: rgba(255, 147, 242, 1);
    --gradient-pink-1-rgba-4: rgba(255, 147, 242, .4);
    --gradient-pink-1-rgba-2: rgba(255, 147, 242, .2);
    --pink: #ff56ea;
    --pink-rgba-1: rgba(255, 86, 234, .1);
    --pink-1: #ff92f2;
    --border-width: .3rem
}

body {
    background: #0a183d;
    height: 100%;
    margin: 0;
}

.main-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    flex: 1;
}

a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none
}

ul {
    padding-left: 0
}

h1 {
    font-family: "Philosopher", sans-serif;
    font-size: 6rem;
    font-weight: 600;
    line-height: 8rem;
    letter-spacing: -.2rem
}

@media (max-width: 991px) {
    h1 {
        font-size: 5rem;
        line-height: 7rem
    }
}

h2 {
    font-size: 5rem;
    font-weight: 600;
    letter-spacing: -.2rem
}

@media (max-width: 991px) {
    h2 {
        font-size: 4rem
    }
}

h3 {
    font-size: 3rem;
    font-weight: 600
}

h4 {
    font-size: 2rem;
    font-weight: 600
}

h5 {
    font-size: 1.8rem;
    font-weight: 600
}

h6 {
    font-size: 1.4rem;
    font-weight: 500
}

@media (max-width: 991px) {
    h6 {
        font-size: 1.6rem
    }
}

p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3rem;
    margin: 0
}

ul li {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3rem
}

p.large {
    font-size: 1.8rem
}

.c-dark {
    color: #123769;
    fill: #123769
}

.c-grey {
    color: #6a6f77;
    fill: #6a6f77
}

.c-grey-1 {
    color: #666b6d;
    fill: #6a6f77
}

.c-purple {
    color: var(--gradient-purple);
    fill: var(--gradient-purple)
}

.c-pink {
    color: var(--gradient-pink);
    fill: var(--gradient-pink)
}

.c-blue {
    color: #5178e8;
    fill: #5178e8
}
.c-custom {
    color:#d8deea;
    fill:#d8deea;
}

.c-white {
    color: #fff;
    fill: #fff
}

.upper {
    text-transform: uppercase
}

.ls-1 {
    letter-spacing: .1rem
}

.ls-2 {
    letter-spacing: -.1rem
}
@-webkit-keyframes spin_single {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes spin_single {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    margin-top: 0;
    padding: 0
}

@media (max-width: 991px) {
    html {
        font-size: 58.5%
    }
}

@media (max-width: 800px) {
    html {
        font-size: 56.5%
    }
}

@media (max-width: 767px) {
    html {
        font-size: 53.5%
    }
}

@media (max-width: 600px) {
    html {
        font-size: 51.5%
    }
}

body {
    font-family: 'Spartan', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden
}


.paragraph-big {
    font-size: 2rem;
    font-weight: 600;
    line-height: 3rem
}

.paragraph-small {
    font-size: 1.4rem
}

@media (max-width: 991px) {
    .paragraph-small {
        font-size: 1.6rem
    }
}

.f-w-700 {
    font-weight: 700
}

.navigation-wrapper {
    width: 100%;
    position: fixed;
    top: 3.6rem;
    left: 0;
    z-index: 500;
    filter: drop-shadow(0px 35px 25px rgb(94 215 254 / 2%))
    -webkit-filter: drop-shadow(0px 35px 25px rgb(94 215 254 / 2%));
    -moz-filter: drop-shadow(0px 35px 25px rgb(94 215 254 / 2%))
    -webkit-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s
}

.navigation-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: baseline;
    background-color: transparent;
    -webkit-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s
}

.navigation .social {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 27px;
    z-index: 2;
    padding: 0 30px 0 40px
}

.navigation .social h6 {
    font-weight: 700;
    color: #fff
}

.navigation .social ul {
    list-style: none;
    margin-left: 3rem
}

.navigation .social ul li {
    display: inline-block
}

.navigation .social ul li:not(:last-child) {
    margin-right: 1rem
}

.navigation .social ul li a {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    -webkit-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s
}

.navigation .social ul li a i {
    font-size: 2rem;
    color: var(--gradient-blue-1);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.navigation .social ul li a:hover {
    background-color: var(--pink-1)
}

.navigation .social ul li a:hover i {
    color: #fff
}

@media (max-width: 350px) {
    .navigation .social {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .navigation .social ul {
        margin: 2rem 0 0 0
    }
}
@media screen and (min-width: 1441px) {
    .navigation-menu .parent {
        margin: auto;
    }
    .navigation-logo {
        margin-right: 100px;
    }
}
@media screen and (min-width: 1200px) {
    .navigation-logo {
        margin-right: 100px;
    }
}

.navigation-menu .parent > li {
    list-style: none;
    display: inline-block;
    position: relative
}

.navigation-menu .parent > li > a {
    position: relative;
    z-index: 50
}

.navigation-menu .parent > li > a > span {
    font-size: 1.6rem;
    font-weight: 700;
    font-weight: 700;
    color: #d8deea
}
.navigation-menu .parent > li > a > span:hover {
    color: #3fc3ee;
}

.navigation-menu .parent > li + li {
    margin-left: 5.5rem
}

.navigation-menu .parent > li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    z-index: 1
}

.navigation-menu .parent > li .child {
    position: absolute;
    top: 8rem;
    opacity: 0;
    visibility: hidden;
    min-width: 25rem;
    background-color: #fff;
    filter: drop-shadow(0px 35px 25px var(--gradient-purple-1-rgba-1));
    -webkit-filter: drop-shadow(0px 35px 25px var(--gradient-purple-1-rgba-1));
    -moz-filter: drop-shadow(0px 35px 25px var(--gradient-purple-1-rgba-1));
    background: var(--gradient-purple-rgb);
    background: -webkit-gradient(linear, left top, right top, from(var(--gradient-purple-rgba)), to(var(--gradient-blue-rgba)));
    background: linear-gradient(90deg, var(--gradient-purple-rgba) 0%, var(--gradient-blue-rgba) 100%);
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    -webkit-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s;
    padding: .3rem
}

.navigation-menu .parent > li .child ul {
    background-color: #fff;
    padding: 1rem 4rem 1rem 2rem;
    border-top-right-radius: 1.7rem;
    border-bottom-right-radius: 1.7rem;
    border-bottom-left-radius: 1.7rem
}

.navigation-menu .parent > li .child li {
    list-style: none
}

.navigation-menu .parent > li .child li a {
    display: block;
    padding: 1.5rem 0 1.5rem 2rem;
    -webkit-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s
}

.navigation-menu .parent > li .child li a span {
    font-size: 1.5rem;
    color: #6a6f77;
    -webkit-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s
}

.navigation-menu .parent > li .child li a span::before {
    background-color: #123769
}

.navigation-menu .parent > li .child li a:hover {
    background-color: #fff
}

.navigation-menu .parent > li .child li a:hover span {
    color: #123769
}

.navigation-menu .parent > li:hover .child {
    top: 4rem;
    opacity: 1;
    visibility: visible
}

.navigation-menu .mobile-header {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px 0 40px;
    margin: 21px 0 24px 0
}

.navigation-menu .mobile-header ul {
    list-style: none;
    margin: 0
}

.navigation-menu .mobile-header ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%
}

.navigation-menu .mobile-header ul li i {
    font-size: 14px
}

.navigation-menu .mobile-header ul li:nth-child(n+2) {
    margin-left: .5rem
}

.navigation-menu .search {
    display: none;
    position: relative
}

.navigation-menu .search input {
    width: 100%;
    height: 5.5rem;
    border: none;
    outline-color: transparent;
    font-size: 1.6rem;
    color: #6a6f77;
    padding: 0 5rem 0 2.8rem
}

.navigation-menu .search button {
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    right: 2.8rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.navigation-menu .search button i {
    font-size: 1.6rem
}

.navigation-menu .tagline {
    width: 35%;
    font-size: 14px;
    font-weight: 500;
    line-height: 2rem;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 2.3rem;
    display: none
}

.navigation-menu .background-pattern {
    display: none
}

@media (max-width: 991px) {
    .navigation-menu {
        position: absolute;
        top: -3.6rem;
        left: -100%;
        width: 100%;
        height: 100vh;
        -webkit-transition: all .25s ease-out 0s;
        transition: all .25s ease-out 0s
    }

    .navigation-menu .close-button {
        display: none;
        position: relative;
        z-index: 2
    }

    .navigation-menu .mobile-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        z-index: 2
    }

    .navigation-menu .tagline {
        display: block
    }

    .navigation-menu .background-pattern {
        display: block;
        top: 0;
        left: 0;
        width: 100%
    }

    .navigation-menu .parent li {
        display: block
    }

    .navigation-menu .parent li::after {
        display: none
    }

    .navigation-menu .parent li > a {
        display: block
    }

    .navigation-menu .parent li > a > span {
        display: block;
        color: #fff;
        width: 100%;
        padding: 15px 40px;
        font-size: 20px;
        font-weight: 500
    }

    .navigation-menu .parent li span::before {
        display: none
    }

    .navigation-menu .parent li.main-search {
        display: none
    }

    .navigation-menu .parent li.has-child a {
        position: relative
    }

    .navigation-menu .parent li.has-child a::after {
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        font-size: 20px;
        font-weight: 900;
        color: #fff;
        position: absolute;
        top: 50%;
        right: 40px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .25s ease-out 0s;
        transition: all .25s ease-out 0s
    }

    .navigation-menu .parent li.has-child .child {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        border: none;
        border-radius: 0;
        z-index: 2
    }

    .navigation-menu .parent li.has-child .child ul {
        border-radius: 0
    }

    .navigation-menu .parent li.has-child .child a::after {
        content: '\f105'
    }

    .navigation-menu .parent li .child {
        position: relative;
        top: 0 !important;
        opacity: 1 !important;
        visibility: visible;
        display: none;
        padding: 0;
        background-color: #fff
    }

    .navigation-menu .parent li .child li a {
        padding: 0
    }

    .navigation-menu .parent li .child li a span {
        display: inline-block;
        color: #6a6f77;
        font-size: 20px;
        font-weight: 500;
        padding: 11.5px 40px
    }

    .navigation-menu .parent li .child li:first-child {
        padding-top: 19.75px
    }

    .navigation-menu .parent li .child li:last-child {
        padding-bottom: 19.75px
    }

    .navigation-menu .parent li + li {
        margin-left: 0
    }

    .navigation-menu .parent li.has-child.dropped > a::after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg)
    }
}

@media (max-width: 350px) {
    .navigation-menu .mobile-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .navigation-menu .mobile-header ul {
        margin-top: 3rem
    }
}

@media (min-width: 992px) {
    .navigation-menu .has-child .child {
        position: absolute !important;
        max-height: initial !important;
        -webkit-transition: all 0.25s ease !important;
        transition: all 0.25s ease !important
    }
}

.navigation.scrolled .navigation-wrapper {
    top: 0;
    background-color: #071331;
}

.navigation.scrolled .navigation-inner {
    padding: 3.1rem 0 3.1rem 0
}

@media (max-width: 991px) {
    .navigation.scrolled .navigation-inner {
        padding: 3.1rem 2rem 3.1rem 2rem
    }
}

.navigation.scrolled .navigation-menu .parent li:hover .child {
    top: 5.7rem
}

.navigation-bar {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s
}

@media (max-width: 991px) {
    .navigation-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.navigation.shown .navigation-menu {
    top: -3.6rem;
    left: 0;
    background:#555;
}

@media (max-width: 991px) {
    .navigation.shown.scrolled .navigation-menu {
        top: 0
    }
}

@media (min-width: 992px) {
    .navigation.shown .navigation-menu {
        background: none; /* Remove background color for larger screens */
    }

    .footer {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .navigation-inner {
        top: 8rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 2rem 0 2rem
    }

    .navigation-inner .search {
        display: block
    }

    .navigation .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 730px) {
    .navigation-inner {
        top: 5rem
    }
}



/*--------------------------------------------------------------
# header Section
--------------------------------------------------------------*/
#header {
    width: 100%;
    height: 50vh;
    background: #0a183d;
}
#header .container {
    padding-top: 72px;
}
#header h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}
#header h2 {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 50px;
    font-size: 24px;
}
#header .btn-get-started {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #fff;
    background: #47b2e4;
}
img.img-fluid.animated {
    width: 80%;
}
#header .btn-get-started:hover {
    background: #209dd8;
}
#header .btn-watch-video {
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    margin: 10px 0 0 25px;
    color: #fff;
    line-height: 1;
}
#header .btn-watch-video i {
    line-height: 0;
    color: #fff;
    font-size: 32px;
    transition: 0.3s;
    margin-right: 8px;
}
#header .btn-watch-video:hover i {
    color: #47b2e4;
}
#header .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
#header h5 {
    line-height: 40px;
}
@media (max-width: 991px) {
    #header {
        height: 50vh;
        text-align: center;
    }
    #header .animated {
        -webkit-animation: none;
        animation: none;
    }
    #header .header-img {
        text-align: center;
    }
    #header .header-img img {
        width: 50%;
    }
}
@media (max-width: 768px) {
    #header h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #header h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    #header .header-img img {
        width: 70%;
    }
}
@media (max-width: 575px) {
    #header .header-img img {
        width: 80%;
    }
    #header .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}



#features h3 {
    color:#d8deea;
    fill:#d8deea;
    margin:20px;
}
#features p {
    color:#d8deea;
    fill:#d8deea;
    margin:20px;
}




.section-heading {
    position: relative;
    z-index: 2
}

.section-heading .sub-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 1.8rem 0
}

.section-heading .sub-heading i {
    font-size: 2.4rem;
    margin: 0 .8rem 0 0
}

.section-heading .sub-heading h5 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: .3rem 0 0 0
}

@media (max-width: 991px) {
    .section-heading .sub-heading h5 {
        font-size: 1.6rem
    }
}

.section-heading.center {
    text-align: center;
    margin: 0 auto
}

.section-heading.center .sub-heading {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 991px) {
    .section-heading.center-responsive {
        text-align: center;
        margin: 0 auto
    }

    .section-heading.center-responsive .sub-heading {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.section-heading.width-71 {
    width: 71%
}

.section-heading.width-64 {
    width: 64%
}

.section-heading.width-55 {
    width: 55%
}

.section-heading-1 .sub-heading {
    margin: 0 auto 0 0
}

.section-heading-1 h1 {
    font-size: 4rem;
    line-height: 6rem
}

.section-heading-2 h1 {
    font-size: 4rem;
    line-height: 6rem
}

@media (max-width: 991px) {
    .section-heading.width-71, .section-heading.width-64, .section-heading.width-55 {
        width: 100%
    }
}

.features img{
    margin:auto;
    display: block;
    margin-bottom: 50px;
}
.features i.fa{
    font-size: 25px;
    color: #008ed6;
    font-weight: 700;
    width: 100px;
    height: 100px;
    border: 1px solid #e1e1e1;
    line-height: 4;
    border-radius: 50%;
    cursor: pointer;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.features i.fa:hover{
    color: #fff;
    background: #008DD5;
}
.features h3{
    font-size: 24px;
    color: #1a1a1a;
}
.features p{
    font-size: 15px;
    color: #999999;
    margin-bottom: 70px;
}
.specific-section-wrapper {
    margin: 10rem 0
}

.product-section {
    margin-top:0px;
    margin-bottom:50px;
}

.specific-section .container {
    position: relative;
    padding-top: 1rem
}
.product-section .container {
    position: relative;
}
.product-section .container .row {
    position: relative;
    z-index: 3;
    padding: 0rem 0;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 0px 6px 3px #5280ea;
}

.table>:not(caption)>*>*{
    padding: 2.5rem 2.5rem !important;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.product-section .btn {
    padding: 1.375rem 2.75rem;
    font-size: 15px;
    border-radius: 1.25rem;
}
.product-section .product_comparison {
    color:white;
}
.product-section .comparison_header {

}
.product-section .comparison_header .first_part{
    width: 300px;
}
.comparison_header span {
    font-size: 20px;
    margin-left: 30px;
}
.comparison_header p {
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.comparison_header a {
    font-size: 15px;
    color: #07b9f9;
}
.product-section .comparison_body .first_part tr{
    padding: 10px;
}
.product-section .comparison_body .first_part{
    width: 300px;
    vertical-align: middle;
}
.product-section .comparison_body .comparison_item {
    width: 300px;
}
.comparison_body span {
    font-size: 15px;
    margin-left:15px;
}
.comparison_item {
    height: 75px;
}
.comparison_item td {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
}
@media (max-width: 1440px) {
    .navigation-menu .parent {
        margin-right: 0px;
        margin-left: 0px;
        margin:auto;
    }
}
@media (max-width: 1366px) {

    .comparison_body span {
        font-size: 11px;
        margin-left:10px;
    }
    .comparison_header span {
        font-size: 15px;
        margin-left: 5px;
    }
    .comparison_header img {
        width: 75px;
    }
    .navigation-menu .parent {
        margin-right: 0px;
        margin-left: 0px;
        margin:auto;
    }
    .product_comparison .table>:not(caption)>*>* {
        padding: 1.5rem 1.5rem !important;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    }
}
@media (max-width: 1280px) {
    .product-section .comparison_body .first_part{
        width: 150px;
        vertical-align: middle;
    }
    .product-section .comparison_header .first_part{
        width: 150px;
    }
}
@media (max-width: 991px){
    .product-section .container {
         padding: unset !important;
    }
    .comparison_header img {
        width: 50px;
    }
    .comparison_header p {
        font-size: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 60px;
        line-height: 20px;
    }
    .comparison_header a {
        font-size: 11px;
        color: #07b9f9;
    }
    .comparison_header span {
        font-size: 11px;
        margin-left: 5px;
    }
    .table>:not(:last-child)>:last-child>* {
        border-bottom-color: currentColor;
        width: 190px;
    }

}

@media (max-width: 510px){
    .comparison_header p {
        height: 100px;
    }
}
.specific-section .container .row {
    position: relative;
    z-index: 3;
    padding: 4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991px) {
    .specific-section .container {
        padding: 0 10rem
    }
    .product-section .container {
        padding: 0 10rem
    }
}

.specific-section .button {
    margin-top: 3.3rem
}

@media (max-width: 991px) {
    .specific-section-video {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 991px) {
    .specific-section-video {
        margin-bottom: 10rem
    }

    .specific-section-video figure {
        width: 100%
    }

    .specific-section-video figure img {
        width: 100%
    }

    .specific-section-video figure .play {
        top: initial;
        bottom: calc(9.8rem / -2);
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (max-width: 991px) {
    .specific-section-content {
        margin-bottom: 5rem;
        text-align: center
    }
}

.specific-section .background-pattern {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem
}

@media (max-width: 991px) {
    .specific-section .background-pattern {
        top: initial;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 83.3333333333%;
        height: 75%
    }
}

.icon-text {
    width: 41%
}

.icon-text-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.icon-text-group > *:nth-child(n+2) {
    margin-left: 2.7rem
}

.icon-text i {
    font-size: 8rem
}

.icon-text i::before {
    background: var(--gradient-pink);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(30%, var(--gradient-pink)), color-stop(50%, var(--gradient-purple)), color-stop(70%, var(--gradient-blue)));
    background: linear-gradient(to top right, var(--gradient-pink) 30%, var(--gradient-purple) 50%, var(--gradient-blue) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.icon-text h4 {
    margin: 3.3rem 0 2.5rem 0
}

@media (max-width: 991px) {
    .icon-text {
        width: 50%
    }
}

.icon-text-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.icon-text-1 > *:nth-child(n+2) {
    margin-top: 3.2rem
}

.icon-text-1 i {
    font-size: 8rem;
    margin-right: 2.6rem
}

.icon-text-1 i::before {
    background: var(--gradient-pink);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(30%, var(--gradient-pink)), color-stop(50%, var(--gradient-purple)), color-stop(70%, var(--gradient-blue)));
    background: linear-gradient(to top right, var(--gradient-pink) 30%, var(--gradient-purple) 50%, var(--gradient-blue) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.icon-text-1 svg {
    width: 7.5rem
}

.icon-text-1 p {
    margin: 1.2rem 0 0 0
}

.pricing .switch {
    margin: 4rem auto 5rem auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.pricing .switch .form-switch {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.pricing .switch label {
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff
}

.pricing .switch input {
    width: 3.2rem;
    height: 2.1rem;
    float: none;
    margin: 0 1.1rem;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: .2rem solid #fff
}

.pricing .switch input, .pricing .switch input:focus, .pricing .switch input:active {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")
}

.pricing .switch input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23999dfd'/%3e%3c/svg%3e");
    background-color: #fff
}

.pricing .swiper-container {
    overflow: visible
}

.pricing-single {
    background-color: #fff;
    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;
    padding: 5.8rem 4rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem
}

.pricing-single .plan {
    font-size: 2rem;
    font-weight: 700;
    text-align: center
}

.pricing-single .price {
    font-size: 3rem;
    font-weight: 500;
    color: #6a6f77;
    text-align: center;
    margin: 2.2rem 0 6rem 0;
    overflow: hidden;
    position: relative
}

.pricing-single .price .month {
    position: absolute;
    top: -100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s
}

.pricing-single .price .year {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s
}

.pricing-single .price sup {
    font-size: 1.4rem
}

@media (max-width: 991px) {
    .pricing-single .price sup {
        font-size: 1.6rem
    }
}

.pricing-single .price-month .month {
    top: 0
}

.pricing-single .price-month .year {
    top: 100%
}

.pricing-single .button {
    width: 100%
}

.pricing-single .button-content {
    margin: 0 auto
}

.pricing-single ul {
    list-style: none;
    margin: 6rem 0 7.5rem 0
}

.pricing-single ul li {
    font-size: 1.6rem;
    font-weight: 500;
    color: #6a6f77
}

.pricing-single ul li:nth-child(n+2) {
    margin-top: 1.5rem
}

.pricing-single ul li::before {
    content: '\f00d';
    font-family: 'Line Awesome Free';
    font-size: 1.4rem;
    color: #ff3759;
    display: inline-block;
    font-weight: 900;
    width: auto;
    height: auto;
    position: relative;
    margin-right: 1rem
}

@media (max-width: 991px) {
    .pricing-single ul li::before {
        font-size: 1.6rem
    }
}

.pricing-single ul li.available::before {
    content: '\f00c';
    color: #4defa1
}

.pricing-single h6 {
    font-size: 1.2rem;
    text-align: center;
    color: #6a6f77
}

.pricing-single.basic {
    filter: drop-shadow(0px 20px 25px var(--gradient-pink-1-rgba-2));
    -webkit-filter: drop-shadow(0px 20px 25px var(--gradient-pink-1-rgba-2));
    -moz-filter: drop-shadow(0px 20px 25px var(--gradient-pink-1-rgba-2))
}

.pricing-single.basic .plan {
    color: var(--gradient-pink-1)
}

.pricing-single.standard {
    filter: drop-shadow(0px 20px 25px var(--gradient-purple-1-rgba-2));
    -webkit-filter: drop-shadow(0px 20px 25px var(--gradient-purple-1-rgba-2));
    -moz-filter: drop-shadow(0px 20px 25px var(--gradient-purple-1-rgba-2))
}

.pricing-single.standard .plan {
    color: var(--gradient-purple-1)
}

.pricing-single.premium {
    filter: drop-shadow(0px 20px 25px var(--gradient-blue-1-rgba-2));
    -webkit-filter: drop-shadow(0px 20px 25px var(--gradient-blue-1-rgba-2));
    -moz-filter: drop-shadow(0px 20px 25px var(--gradient-blue-1-rgba-2))
}

.pricing-single.premium .plan {
    color: var(--gradient-blue-1)
}

#pricing-section {
    margin-top: 100px;
    margin-bottom: 0px;
}

.pricing-section-wrapper {
    position: relative;
    padding: 0rem 0 0 0
}

.pricing-section-wrapper .background-pattern {
    width: 100%;
    height: 56%
}

@media (max-width: 991px) {
    .pricing-section-wrapper {
        padding: 5rem 0 0 0
    }
}

.pricing-section .section-heading {
    position: relative;
    z-index: 2
}

.pricing-section .pricing {
    position: relative;
    z-index: 2;
    margin-top:50px;
    margin-bottom: 75px;
}

.contact-form {
    background: var(--gradient-purple-rgb);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, var(--gradient-blue-rgba)), color-stop(50%, var(--gradient-purple-rgba)), color-stop(80%, var(--gradient-pink-rgba)));
    background: linear-gradient(180deg, var(--gradient-blue-rgba) 20%, var(--gradient-purple-rgba) 50%, var(--gradient-pink-rgba) 80%);
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    padding: .4rem
}

.contact-form-wrapper {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    background-color: #fff;
    padding: 5.4rem 7.8rem 7.6rem 7.8rem
}

@media (max-width: 991px) {
    .contact-form-wrapper {
        padding: 5.4rem 5rem 5rem 5rem
    }
}

.contact-form .section-heading {
    margin-bottom: 6.2rem
}

@media (max-width: 991px) {
    .contact-form .section-heading {
        margin-bottom: 3rem
    }
}

.contact-form-icon {
    text-align: center
}

.contact-form-icon i {
    font-size: 20rem
}

.contact-form-icon i::before {
    background: var(--gradient-pink);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(30%, var(--gradient-pink)), color-stop(50%, var(--gradient-purple)), color-stop(70%, var(--gradient-blue)));
    background: linear-gradient(to top right, var(--gradient-pink) 30%, var(--gradient-purple) 50%, var(--gradient-blue) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.contact-form .button {
    width: 100%;
    margin-top: 5rem
}

.contact-form .button-inner {
    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
}

.contact-form-1 .section-heading {
    margin-bottom: 4.2rem
}

@media (max-width: 991px) {
    .contact-form-1 .section-heading {
        margin-bottom: 1rem
    }
}

.contact-form-section-wrapper {
    position: relative;
    padding: 15rem 0
}

.contact-form-section-wrapper .container {
    position: relative;
    z-index: 2
}

.contact-form-section-1 .contact-form-section-wrapper {
    padding: 15rem 0 0 0
}

.contact-form-section-pattern .left {
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 1;
    width: 23.5%;
    height: 27.9rem;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.contact-form-section-pattern .right {
    position: absolute;
    bottom: 20%;
    right: 0;
    z-index: 1;
    width: 22.5%;
    height: 27.9rem;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover
}

@media (max-width: 991px) {
    .contact-form-section-pattern .left {
        width: 26%
    }

    .contact-form-section-pattern .right {
        width: 26%
    }
}

@media (max-width: 991px) {
    .contact-form-section-wrapper {
        padding: 3rem 0 5rem 0
    }

    .contact-form-section-1 .contact-form-section-wrapper {
        padding: 3rem 0 5rem 0
    }

    .contact-form-section-row div[class*="col"]:nth-child(n+2) {
        margin-top: 3rem
    }
}

.contact-details .section-heading {
    margin-bottom: 4.5rem
}

@media (max-width: 991px) {
    .contact-details .details-row div[class*="col"]:nth-child(n+2) {
        margin-top: 3rem
    }
}

.footer {
    margin-top: auto;
}

.footer-wrapper {
    position: relative;
    background-color: #071331;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {
    .footer-wrapper {
        padding: 1rem;
    }
    .fixed-bottom {
        position: relative !important;
    }
}

.footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

@media (max-width: 991px) {
    .footer-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-row > div:nth-child(n+2) {
        margin-top: 3rem
    }
}

.footer-detail {
    -webkit-box-flex: .5;
    -ms-flex: .5;
    flex: .5
}

.footer-detail p {
    margin: 4rem 0
}

@media (max-width: 991px) {
    .footer-detail p {
        margin: 2rem 0
    }
}

.footer-detail .link-underline {
    font-size: 1.6rem;
    font-weight: 600;
    color: #666b6d;
    display: block
}

.footer-detail .link-underline span::before {
    background-color: #666b6d
}

.footer-detail .link-underline:nth-child(n+2) {
    margin-top: .9rem
}

.footer-list h6 {
    font-weight: bold;
    color: #123769;
    margin-bottom: 5rem
}

.footer-list li {
    list-style: none
}

.footer-list li a {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 4rem;
    color: #666b6d
}

.footer-list li a i {
    margin-right: .4rem
}

.footer-list li a span::before {
    background-color: #666b6d
}

@media (max-width: 991px) {
    .footer-list h6 {
        margin-bottom: 1.5rem
    }
}

.footer-social li i {
    font-size: 2rem
}

.footer-copyright {
    position: relative;
    z-index: 2
}

.footer-copyright h6 {
    font-size: 1rem
}

@media (max-width: 991px) {
    .footer-copyright {
        margin-top: 5rem
    }
}

.footer-pattern {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 15rem;
    background-position: bottom center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-content .fa-check {
     color:deepskyblue;
 }
.product-content .fa-times {
    color:deeppink;
}
.product-section .col-md-3.col-sm-6 {
    padding-right:unset !important;
    padding-left:unset !important;
}
.productTable{
    color: #fff;
    background: #212121;
    border-radius: 0px;
    height:650px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 0 0 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.productTable .productTable-header.feature{
    background:#8B2D6A;
    height:244px;
    padding: 35px 10px 55px;
}
.productTable .productTable-header.webapp{
    background:#8B2D6A;
    padding: 35px 10px 55px;
}
.productTable .feature .title {
    background: unset;
}
.productTable .productTable-header{
    background: #123769;
    padding: 35px 10px 55px;
}
.productTable .price-value{
    font-size: 15px;
}
.productTable .price-value .currency{
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    display: inline-block;
}
.visit_product {
    color:#fbe8d5;
    font-size: 20px;
}
.productTable .price-value .amount{
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    display: inline-block;
}
.productTable .price-value .month{
    font-size: 25px;
    font-weight: 400;
    opacity: 0.8;
    display: block;
}
.productTable .title{
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 10px 20px;
    margin: 20px 0 20px;
    display: inline-block;
}
.productTable .product-content{
    list-style: none;
    padding-top: 50px;
    padding-left: 0px;
    margin-bottom: 30px;
}
.productTable .product-content li{
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    padding-bottom: 15px;
    margin: 0 0 15px;
    border-bottom: 2px solid #595959;
}
.productTable .product-content li:last-child{
    margin: 0;
}
.productTable .productTable-signup a{
    color: #fff;
    background: linear-gradient(to right, #BF557B, #8B2D6A);
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 13px 0;
    margin: 0 30px;
    display: block;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}
.productTable .productTable-signup a:before{
    content: '';
    background-color: #212121;
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    z-index: -1;
    transition: all 0.3s ease 0s
}
.productTable .productTable-signup a:hover:before{ transform: scaleX(0); }
.productTable .productTable-signup a:hover{
    text-shadow: 5px 5px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px #000;
}
.productTable.green .productTable-header,
.productTable.green .productTable-signup a{
    background: linear-gradient(to right, #6CB3A4, #498998);
}

.productTable.golden .productTable-header,
.productTable.golden .productTable-signup a{
    background: linear-gradient(to right, #E99B22, #D77C2B);
}

@media only screen and (max-width: 990px){
    .productTable{ margin-bottom: 40px; }
}



.pricingTable{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 0 10px;
    position: relative;
    z-index: 1;
}
.pricingTable:before{
    content: '';
    background-color: #1c3340;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 20px;
    right: 0;
    z-index: -1;
}
.pricingTable .pricingTable-header{
    color: #fff;
    background: #F55C78;
    width: 80%;
    padding: 30px 10px 40px;
    margin: 0 auto 30px;
    border-radius: 20px 20px 0 0;
    border-bottom: 7px solid #052130;
}
.pricingTable .title{
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.pricingTable .price-value{
    color: #F55C78;
    background: #fff;
    font-size: 30px;
    font-weight: 600;
    width: 100px;
    height: 100px;
    line-height: 103px;
    margin: 0 auto 15px;
    border-radius: 50%;
}
.pricingTable .pricing-content{
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content li{
    color: #fff;
    font-size: 13px;
    line-height: 43px;
    text-transform: uppercase;
    padding: 0 10px;
    border-bottom: 1px solid #fff;
}
.pricingTable .pricing-content li:last-child{ border-bottom: none; }
.pricingTable-signup {
    margin-top:5px;
}
.pricingTable .pricingTable-signup a{
    color: #fff;
    background: #F55C78;
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 7px 18px 5px;
    border-radius: 15px;
    display: inline-block;
    transition: all 0.3s;
}
.pricingTable .pricingTable-signup a:hover{
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 5px #1c3340;
}
.pricingTable.blue .pricingTable-header,
.pricingTable.blue .pricingTable-signup a{
    background: #239EFE;
}
.pricingTable.blue .price-value{ color: #239EFE; }
.pricingTable.purple .pricingTable-header,
.pricingTable.purple .pricingTable-signup a{
    background: #744EA5;
}
.pricingTable.purple .price-value{ color: #744EA5; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 40px; }
}
a.btn.btn-primary.navbtn
{
    background-color: #0B5ED7;
    border-color: #0B5ED7;
}

a.btn.btn-primary.navbtn:hover
{
    background-color: #0A5AD1;
    border-color: #0A5AD1;
}
a.btn.btn-primary.register {
    padding: 12px 30px;
    border-radius: 15px;
    font-size: 15px;
    margin-right: 15px;
    width:130px;
}

a.btn.btn-primary.login {
    border-radius: 15px;
    padding: 12px 30px;
    font-size: 15px;
    width:130px;
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin: 0 0 40px;
    }
}
@media only screen and (max-width: 990px) {
    .productTable {
        margin: 0 auto 30px;
    }
}



/*   Product page style  */
.product_category_detail {
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    background: transparent;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    font-family: "Raleway", sans-serif;
}
.product_category_detail .title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 25px;
}
#product_features {
    margin-top:5px;
    margin-bottom:5px;
}
.product_category_detail span {
    font-size:12px;
}

.common_head_txt {
    text-align: center;
    margin-bottom: 50px;
}
.price_table_sec {
    padding: 80px 0;
    color:white;
}
.feature_table_sec
{
    color:white;
}
.feature_table_box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: -webkit-center;
}

.price_table_box {
    border: 2.6121px solid #ebeaed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 25px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: -webkit-center;
}

.price_table_box:hover {
    border-color: #345dee
}

.price_table_box h6,
.feature_table_box h6 {
    font-style: normal;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -.718327px;
    color: #fff;
    font-family: 'Spartan', sans-serif;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.price_table_box:hover h6,
.feature_table_box:hover h6 {
    color: #345dee;
}

.price_table_box p,
.feature_table_box p {
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.391815px;
    color: whitesmoke;
    padding-bottom: 20px;
    font-family: 'Spartan', sans-serif;
    padding-top: 15px;
}

.price_table_box ul li,
.feature_table_box ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    font-feature-settings: "liga" off;
    font-family: 'Spartan', sans-serif;
    color: white;
    margin-bottom: 10px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.price_table_box ul li img,
.feature_table_box ul li img {
    margin-right: 10px;
    height: 10px;
    margin-top: 10px;
}

.price_table_box h5,
.feature_table_box h5 {
    font-style: normal;
    font-family: 'Spartan', sans-serif;
    font-size: 40px;
    line-height: 72px;
    letter-spacing: -3.13452px;
    color: #ffffff;
}

.price_table_box span,
.feature_table_box span {
    font-style: normal;
    font-family: 'Spartan', sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.52242px;
    color: #fff;
    display: block;
    margin-top: -5px;
}

.price_table_box span strong,
.feature_table_box span strong {
    font-family: 'Spartan', sans-serif;
    color: #335dee;
    margin-left: 4px;
}


.price_boxss {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: block;
    justify-content: center;
    align-content: center;
    height: 100%;
}

.price_table_box .btn_custom {
    width: 60%;
    background: #fff;
    color: #335dee;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.price_table_box:hover .btn_custom {
    background: #335dee;
    color: #fff
}
.btn_custom {
    background: #017eff;
    border-radius: 9px;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    font-feature-settings: "liga" off;
    color: #fff;
    font-family: Manrope,sans-serif;
    padding: 9px 25px;
    border: 1px solid #017eff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.contact_us {
    font-size: 16px;
    color: white;
    text-align: center;
    margin-left: 115px;
    margin-bottom: 10px;
}
footer .bottom__center.col-lg-4.col-md-12 {
    color: white;
    font-size: 12px;
}
.mobile-logo {
    display: none;
}
@media (max-width: 900px) {
    .contact_us {
        display: none;
    }
    body > div.os-padding > div > div > div > footer > div > div > div.row > div > div > div:nth-child(2) {
        display: none;
    }
    .footer-row > div:nth-child(n+2) {
        margin-top: -6rem;
    }
}
@media (max-width: 770px) {
    a.btn.btn-primary.login {
        border-radius: 15px;
        padding: 10px 10px;
        font-size: 12px;
        width: 75px;
    }
    a.btn.btn-primary.register {
        padding: 10px 10px;
        border-radius: 15px;
        font-size: 12px;
        margin-right: 17px;
    }
    body > div.os-padding > div > div > div > div > div > div > div > div.navigation-menu > div > div > a > img {
        width:45% !important;
    }
    .contact_us {
        margin-left:0px;
    }
    .navigation-logo {
        display: none;
    }
    .mobile-logo {
     display: block;
    }
}

.btn.french-login.login {
    width: 150px !important; /* Set the width of the French login button */
    white-space: nowrap; /* Prevents text from wrapping */
    padding-left: 15px !important; /* Equal left padding */
    padding-right: 15px !important; /* Equal right padding */
    overflow: hidden; /* Prevents overflow */
}

/* Optional: Adjust font size for larger text */
@media (max-width: 768px) {
    .btn.french-login.login {
        font-size: 0.9em; /* Smaller font size on smaller screens */
    }
}

.russian-register {
    padding-left:20px !important;
    padding-right: 20px !important;
}

