@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('../css/custom-animation.css');
@import url('../css/flaticon.css');
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

body {
    background-color: #F6F6FF;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    scroll-behavior: smooth;
    color: #0d0c22;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #0d0c22;
}

.text-dark-custom {
    color: #0d0c22;
}

.min-w-136px {
    min-width: 136px;
}


/****** Colors ******/

.bg-sierra {
    background-color: #4455f8;
}

.text-sierra {
    color: #4455f8;
}

.bg-midnight {
    background-color: #0d0c22;
}

.text-midnight {
    color: #0d0c22;
}


/****** Common ******/

.line-height-60px {
    line-height: 60px;
}

.line-height-40px {
    line-height: 40px;
}

.line-height-26px {
    line-height: 26px;
}

.line-height-24px {
    line-height: 24px;
}

.color-434343 {
    color: #434343;
}

.color-757575 {
    color: #757575;
}

.text-AFAFAF {
    color: #AFAFAF;
}

.letter-spacing-0_5 {
    letter-spacing: 0.5px;
}

.letter-spacing-0_75 {
    letter-spacing: 0.75px;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.font-open-sans {
    font-family: 'Open Sans', sans-serif;
}

.font-size-10px {
    font-size: 10px;
    font-weight: 600;
}

.font-size-12px {
    font-size: 12px;
    font-weight: 400;
}

.font-size-16px {
    font-size: 16px;
}

.font-size-50px {
    font-size: 50px;
}

@media only screen and (max-width: 767px) {
    .font-size-50px {
        font-size: 41px;
    }
}

.font-size-28px {
    font-size: 28px;
}

.font-size-32px {
    font-size: 32px;
}

.font-size-18px {
    font-size: 18px;
}

.font-weight-500 {
    font-weight: 500;
}

.cursor {
    position: fixed;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #4455F8;
    pointer-events: none;
    mix-blend-mode: multiply;
    z-index: 999;
    transition: transform 0.2s;
}

html,
* {
    cursor: none;
}


/* .cursor.hovered {
  opacity: 0.08;
} */


/* .cursor-follower {
  position: fixed;
  background-color: #4455f8;
  opacity: .8;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: translate(5px, 5px);
}
.cursor-follower.active {
  opacity: 0.7;
  transform: scale(3);
}
.cursor-follower.hovered {
  opacity: 0.08;
} */

.btn {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    border-radius: 50px;
    padding: 14px 25px;
}

.btn-primary {
    background-color: #4455F8;
    border-color: #4455F8;
}

.btn-primary:hover {
    animation: buttonAnimation 5s linear;
    animation-iteration-count: infinite;
}

.btn-primary:active,
.btn-primary:focus {
    border-color: transparent;
    outline: none;
    box-shadow: none;
    background: linear-gradient(90deg, #4155F7 0%, #9447A7 100%);
}

.btn-outline-primary {
    color: #545EFE;
    border-color: #545EFE;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #545EFE;
    border-color: #545EFE;
    animation: buttonAnimation 5s linear;
    animation-iteration-count: infinite;
}

.btn-lg {
    font-size: 20px;
}

.btn.h-48px {
    height: 48px;
}

.btn-poppins {
    font-family: 'Poppins', sans-serif;
    min-width: 189px;
    min-height: 67px;
    background: #4455F8;
    border-radius: 33.6px;
    color: #fff;
}

.btn-poppins a {
    color: #fff;
}

.btn-poppins a:hover {
    text-decoration: none;
}

.bg-site {
    background-color: #4455F8;
    border-color: #4455F8;
}

.text-site {
    color: #4455F8;
}

section {
    /* float: left; */
    /* width: 100%; */
    position: relative;
}

.text-989898 {
    color: #989898;
}

.text-434343 {
    color: #434343;
}

.text-8D8E8D {
    color: #8D8E8D;
}

.text-0d0c22 {
    color: #0d0c22;
}

.mobile-view {
    display: none;
}

.text-dark-50 {
    color: rgba(0, 0, 0, .5)!important;
}

.text-dark-0 {
    color: #CCCCCC;
}

.min-h-440px {
    min-height: 440px;
}

.min-h-150px {
    min-height: 150px;
}

.min-h-220px {
    min-height: 220px;
}

.min-w-135px {
    min-width: 135px;
}

.min-w-150px {
    min-width: 150px;
}

.min-w-118px {
    min-width: 118px;
}

.max-w-350px {
    max-width: 350px;
}

.mt-209px {
    margin-top: 209px;
}

@media only screen and (max-width: 767px) {
    .mt-209px {
        margin-top: 29px;
    }
}

.mt-250px {
    margin-top: 250px;
}

.mb-22px {
    margin-bottom: 22px;
}

.mb-24px {
    margin-bottom: 24px;
}

.mb-28px {
    margin-bottom: 28px;
}

.mb-32px {
    margin-bottom: 32px;
}

.mb-48px {
    margin-bottom: 48px;
}

.mb-84px {
    margin-bottom: 84px;
}

.mb-107px {
    margin-bottom: 107px;
}

@media (max-width: 767px) {
    .mb-107px {
        margin-bottom: 27px;
    }
}

.blue-circle {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background-color: #4455F8;
}

.card {
    border-radius: 18px;
}

@media (max-width: 767px) {
    .mobile-view {
        display: block;
    }
    .web-view {
        display: none;
    }
}

.pt-200px {
    padding-top: 200px;
}

@media (max-width: 767px) {
    .pt-200px {
        padding-top: 0;
    }
}

.h-50px {
    min-height: 50px;
}

.h-32px {
    height: 32px;
}

.mt-212px {
    margin-top: 212px;
}

.mb-6px {
    margin-bottom: 6px;
}

.smooth-scroll {
    position: relative;
    z-index: 2;
}


/****** Header ******/

.main-tool-bar {
    min-height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    transition: ease 0.3s;
    z-index: 1000;
}

@media only screen and (max-width: 767px) {
    .main-tool-bar {
        width: 100%;
        color: #000;
        text-align: left;
        transition: ease 0.3s;
        position: inherit;
        display: initial;
    }
}

.main-tool-bar--up {
    top: -50px;
    transition: ease 0.4s;
}


/* .main-tool-bar--scrolled {
  height: 50px;
  background: red;
} */


/* .main-tool-bar{
  position: relative;
  width: 100%;
  z-index: 1000;
} */

header .top-header {
    background-color: #4455F8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 100%;
}

header .btm-header {
    position: relative;
    width: 100%;
    height: 96px;
}


/* .header-bg header .btm-header::before{
  content: '';
  position: absolute;
  top:0;
  width: 45%;
  height: 100%;
  background: #fff;
} */

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #0d0c22;
    font-family: 'Poppins', sans-serif;
    margin-right: 20px;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 0;
    padding-bottom: 0px;
    position: relative;
    margin: 38px 40px 38px 0;
    font-weight: 400;
}

.navbar {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 1);
}

.navbar-light .navbar-nav .nav-link.active::after,
.navbar-light .navbar-nav .nav-link:hover::after {
    content: '';
    height: 1px;
    width: 100%;
    margin: 9px 2px 0 1px;
    border-bottom: solid 1px #0d0c22;
    position: absolute;
    bottom: -9px;
    left: 0;
}

.btn-get-started {
    width: 135px;
    height: 48px;
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-right: 40px;
}

.main-tool-bar--up .btm-header {
    background-color: #fff;
    box-shadow: 2px 2px 18px 8px rgba(227, 227, 227, 0.5);
    border-radius: 0px 0px 20px 20px;
}

.navbar-light .navbar-brand {
    margin: 33px 50px 33px 0;
}


/****** Mobile Header ******/

.drawer-list {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.466);
    position: fixed;
    left: 0;
    top: 0;
    transform: translate(100vw, 0);
    /* ie workaround */
    -ms-transform: translatex(-100vw);
    z-index: 999;
    transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
}

.drawer-list .drawer-list-inner {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    transform: translate(0vw, 0);
    /* ie workaround */
    -ms-transform: translatex(-100vw);
    box-sizing: border-box;
    pointer-events: none;
    padding-top: 50px;
    transition: width 500ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
    border-bottom-left-radius: 100vw;
    background-color: #3d88ce;
    background-color: #fff;
    z-index: 1000;
    border-radius: 27px 0 0 27px;
}

@media (min-width: 768px) {
    .drawer-list {
        width: 40vw;
    }
}

.drawer-list ul {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    pointer-events: auto;
}

.drawer-list li {
    list-style: none;
    text-transform: uppercase;
    pointer-events: auto;
    white-space: nowrap;
    box-sizing: border-box;
    transform: translatex(100vw);
    /* ie workaround */
    -ms-transform: translatex(-100vw);
}

.drawer-list li:last-child {
    margin-bottom: 2em;
}

.drawer-list li a {
    text-decoration: none;
    color: #000000;
    text-align: left;
    display: block;
    padding: 1rem 2rem;
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.drawer-list li a.login {
    color: #4455F8;
    font-size: 19px;
}

.drawer-list li .language a {
    font-size: 19px;
    color: #000000;
}

@media (min-width: 768px) {
    .drawer-list li a {
        text-align: right;
        padding: 0.5rem;
    }
}

.drawer-list li a:hover {
    cursor: pointer;
    background-color: #88c2f8;
    background-color: rgba(17, 132, 240, 0.5);
}

input.hamburger {
    display: none;
}

input.hamburger:checked~.drawer-list {
    transform: translatex(0);
    /* border-bottom-left-radius: 0; */
}

input.hamburger:checked~.drawer-list div {
    transform: translatex(0);
    /* border-bottom-left-radius: 0; */
}

input.hamburger:checked~.drawer-list li {
    transform: translatex(0);
}

input.hamburger:checked~.drawer-list li:nth-child(1) {
    transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(2) {
    transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(3) {
    transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(4) {
    transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(5) {
    transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(6) {
    transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(7) {
    transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(8) {
    transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(9) {
    transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(10) {
    transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(11) {
    transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(12) {
    transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(13) {
    transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(14) {
    transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(15) {
    transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(16) {
    transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(17) {
    transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(18) {
    transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(19) {
    transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(20) {
    transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(21) {
    transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(22) {
    transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(23) {
    transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(24) {
    transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(25) {
    transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(26) {
    transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(27) {
    transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(28) {
    transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(29) {
    transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(30) {
    transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(31) {
    transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(32) {
    transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(33) {
    transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(34) {
    transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(35) {
    transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(36) {
    transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(37) {
    transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(38) {
    transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(39) {
    transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(40) {
    transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(41) {
    transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(42) {
    transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(43) {
    transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(44) {
    transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(45) {
    transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(46) {
    transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(47) {
    transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(48) {
    transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(49) {
    transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(50) {
    transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li a {
    padding-right: 15px;
}

input.hamburger:checked~label>i {
    background-color: transparent;
    transform: rotate(90deg);
}

input.hamburger:checked~label>i:before {
    transform: translate(-50%, -50%) rotate(315deg);
}

input.hamburger:checked~label>i:after {
    transform: translate(-50%, -50%) rotate(-315deg);
}

input.hamburger:checked~label close {
    color: #0D0C22;
    width: 100%;
}

input.hamburger:checked~label open {
    color: rgba(0, 0, 0, 0);
    width: 0;
}

label.hamburger {
    z-index: 9999;
    position: relative;
    display: block;
    height: auto;
    width: 13px;
    top: -4px;
    left: -8px;
}

label.hamburger:after {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    border-radius: 36px;
    position: absolute;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    left: -12px;
    top: -18px;
}

label.hamburger:hover {
    cursor: pointer;
}

label.hamburger text close,
label.hamburger text open {
    text-transform: uppercase;
    font-size: 0.8em;
    text-align: center;
    position: absolute;
    transform: translateY(50px);
    text-align: center;
    overflow: hidden;
    transition: width 0.25s 0.35s, color 0.45s 0.35s;
}

label.hamburger text close {
    color: rgba(0, 0, 0, 0);
    right: 0;
    width: 0;
}

label.hamburger text open {
    color: #0D0C22;
    width: 100%;
}

label.hamburger>i {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    background-color: #0D0C22;
    pointer-events: auto;
    transition-duration: 0.35s;
    transition-delay: 0.35s;
}

label.hamburger>i:before,
label.hamburger>i:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    left: 50%;
    background-color: #0D0C22;
    content: "";
    transition: transform 0.35s;
    transform-origin: 50% 50%;
}

label.hamburger>i:before {
    transform: translate(-50%, -5px);
}

label.hamburger>i:after {
    transform: translate(-50%, 5px);
}


/* label.hamburger {
    position: fixed;
    top: 15px;
    right: 15px;
  } */


/****** Footer ******/

footer {
    background: #0F161F;
    display: inline-block;
    width: 100%;
    color: #fff;
    position: relative;
    /* margin-bottom: 8rem; */
}

.footer-top .footer-title {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    line-height: 24px;
    letter-spacing: 0.75px;
}

.footer-top ul li a {
    color: #fff;
    line-height: 28px;
    margin-bottom: 8px;
    display: block;
}

.footer-bottom {
    padding: 26px 0;
}


/****** Index *******/

.hero {
    padding-top: 150px;
}

@media only screen and (max-width: 767px) {
    .hero {
        padding-top: 0;
    }
}

.have-phone-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 850px;
    z-index: 1;
    position: relative;
}

.have-phone-circle img.anime {
    z-index: 2;
    position: absolute;
    top: 80px;
    margin-left: 100px;
}

.have-phone-circle img.phone-anime {
    width: 300px;
    height: 489px;
}

.have-phone-circle img.card-anime {
    left: 14%;
    top: 140px;
}

.have-phone-circle .sphere {
    position: relative;
    top: 0;
    z-index: 1;
    width: 977px;
    height: 926px;
    margin: 0 auto;
}

.We-believe-human-int {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.5px;
    text-align: center;
    color: #0d0c22;
    margin-top: -50px;
    margin-bottom: 32px;
}


/****** Contact ******/

.contact {
    background: #0F161F;
    color: #fff;
}


/****** Login ******/

.login {
    position: relative;
}

.login::before {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fff;
}

.login .title-heading {
    margin-bottom: 22px;
    margin-top: 245px;
}

@media only screen and (max-width: 767px) {
    .login .title-heading {
        margin-top: 45px;
    }
}

.login.l-contact .title-heading {
    margin-bottom: 22px;
    margin-top: 370px;
}

.login.l-contact .title-text {
    margin-bottom: 352px;
}

.login .custom-form {
    max-width: 355px;
    margin-top: 260px;
}

@media only screen and (max-width: 767px) {
    .login .custom-form {
        margin-top: 60px;
    }
}

.custom-form .form-control {
    min-height: 55px;
    border-radius: 25px;
    border-color: transparent;
    font-size: 14px;
    resize: none;
    font-weight: 400;
    padding: 16px 32px;
}

.custom-form .form-control::placeholder {
    color: #757575;
}


/****** Signup ******/

.stepper .nav-tabs {
    position: relative;
}

.stepper .nav-tabs>li {
    width: 20%;
    position: relative;
    text-align: center;
    /* padding-right: 17px; */
}

.stepper .nav-tabs>li:after {
    content: '';
    position: absolute;
    background: #D9DDFD;
    display: block;
    width: 100%;
    height: 1px;
    top: 13px;
    left: 50%;
    z-index: 1;
}

.stepper .nav-tabs>li.completed::after {
    background: #4455F8;
}

.stepper .nav-tabs>li:last-child {
    padding-right: 0;
}

.stepper .nav-tabs>li:last-child::after {
    display: none;
}

.stepper .nav-tabs>li.active:last-child .round-tab {
    background: #4455F8;
}

.stepper .nav-tabs>li.active:last-child .round-tab::after {
    content: '✔';
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}

.stepper .nav-tabs [data-toggle='tab'] {
    width: 25px;
    height: 25px;
    margin: 20px auto;
    border-radius: 100%;
    border: none;
    padding: 0;
    color: #D9DDFD;
}


/* .stepper .nav-tabs [data-toggle='tab']:hover {
  background: transparent;
  border: none;
} */

.stepper .nav-tabs>.active>[data-toggle='tab'],
.stepper .nav-tabs>.active>[data-toggle='tab']:hover,
.stepper .nav-tabs>.active>[data-toggle='tab']:focus {
    color: #4455F8;
    cursor: default;
    border: none;
}

.stepper .tab-pane {
    position: relative;
    padding-top: 50px;
}

.stepper .round-tab {
    width: 19px;
    height: 19px;
    line-height: 16px;
    display: inline-block;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #4455F8;
    color: #4455F8;
    z-index: 2;
    position: relative;
    left: 0;
    text-align: center;
    font-size: 10px;
}

.stepper .completed .round-tab {
    background: #4455F8;
}

.stepper .completed .round-tab::after {
    content: '✔';
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}

.stepper .active .round-tab {
    background: #4455F8;
    border: 2px solid #4455F8;
    color: #fff;
}

.stepper .active .round-tab::after {
    display: none;
}

.stepper .disabled .round-tab {
    background: #D9DDFD;
    color: #fff;
    border-color: #D9DDFD;
}

.stepper .disabled .round-tab::after {
    display: none;
}

.stepper .disabled div {
    opacity: .2;
}

.card-plans {
    border-color: transparent;
    border-radius: 20px;
    max-width: 330px;
    padding: 50px 54px;
    transition: all linear 0.3s;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.card-plans:hover {
    box-shadow: 2px 2px 18px 8px rgba(227, 227, 227, 0.5);
}

.card-plans ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.card-plans ul li {
    display: flex;
    margin-bottom: 12px;
    color: #757575;
    margin-bottom: 17px;
    font-size: 14px;
    font-weight: 400;
}

.card-plans ul li i {
    margin-right: 16px;
    margin-top: 5px;
    opacity: .3;
}

.card-plans .card-body {
    min-height: 280px;
}

.card-plans .card-footer {
    background-color: transparent;
}

.swiper-slide {
    opacity: .3;
}

.swiper-slide.swiper-slide-next {
    opacity: 1;
}

.pay-card {
    border-color: transparent;
    border-radius: 12px;
    width: 100%;
}

.pay-card.dark-card {
    background-color: #A2A5AE;
}


/***** Success *****/

.with-phone-bg {
    min-height: 900px;
    background: url(../img/success-phone.png)no-repeat bottom center;
    background-position-y: 600px;
}


/***** My Account *****/

.ma-sec1 {
    padding-top: 291px;
}

@media only screen and (max-width: 767px) {
    .ma-sec1 {
        padding-top: 31px;
    }
}

.timeline {
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    height: 100%;
    width: 2px;
    background: #979797;
}

@media only screen and (max-width: 767px) {
    .timeline::before {
        left: -4px;
    }
}

.dotted-timeline::before,
.solid-timeline::before {
    display: none;
}

.timeline li.l-one {
    margin-bottom: 142px;
}

@media only screen and (max-width: 767px) {
    .timeline li.l-one {
        margin-bottom: 52px;
    }
}

.delete-btn {
    background-color: #b61d1d;
    width: 140px;
    height: 32px;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 500;
    padding: 8px 20px;
    margin-bottom: 124px;
}

@media only screen and (max-width: 767px) {
    .delete-btn {
        margin-bottom: 0;
    }
}

.count-number {
    width: 19px;
    height: 19px;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #4455f8;
    font-size: 10px;
    color: #4455f8;
}


/***** About *****/

.timeline_shadows {
    position: relative;
    padding-top: 134px;
    padding-bottom: 190px;
}

@media only screen and (max-width: 767px) {
    .timeline_shadows {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .timeline_shadows .index-sec-5 .blue-2,
    .blue-1,
    .blue-3 {
        display: none;
    }
    .filled-circle-4 {
        display: none;
    }
    .index-sec-5,
    .index-sec-6 .blue-2 {
        display: none;
    }
}

.timeline_shadows .blurry.blue {
    left: 0;
}

.vr-line {
    height: 100%;
    width: 2px;
    /* border-right: 3px dotted #4455F8; */
    background-image: linear-gradient(#4455F8 33%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 2px 8px;
    background-repeat: repeat-y;
}

.timeline-row {
    position: relative;
    min-height: 200px;
}

.timeline-row .blue-circle {
    height: 16px;
    width: 16px;
    position: absolute;
}

.timeline .timeline-row h2 {
    color: rgba(0, 0, 0, .5);
    font-size: 28px;
    text-align: right;
}

.timeline .timeline-row h5 {
    color: rgba(0, 0, 0, .5);
    font-size: 18px;
}

.timeline-row:last-child {
    min-height: 1px;
}

.timeline-row:last-child .vr-line {
    height: 0;
}

.timeline .timeline-row.active h2,
.timeline .timeline-row.active h5 {
    color: rgba(0, 0, 0, 1);
}

.timeline-row.active .blue-circle {
    height: 40px;
    width: 40px;
    border-radius: 40px;
}

.get-started {
    padding-top: 310px;
    display: flex;
    align-items: center;
}

.get-started .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin: 0 auto;
    animation: none !important;
    position: relative;
    left: 0;
    top: 0;
}

.oval-title {
    margin-bottom: 104px;
}

.get-started-2 {
    min-height: 1450px;
}

.get-started .circle.circle-1 {
    height: 213px;
    width: 213px;
}

.get-started .circle.circle-2 {
    height: 294px;
    width: 294px;
    margin-top: 150px;
}

.get-started .circle.circle-3 {
    height: 178px;
    width: 178px;
}

.oval-bg {
    position: absolute;
    top: 0;
    width: 1519.2px;
    height: 1519.2px;
    border-radius: 50% 50% 0 0;
    background: #fff;
    /* transition: all .1s linear; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.oval-bg.oval-bg-light {
    background: #F6F6FF;
}

.about.get-started {
    padding-bottom: 298px;
}

.about.get-started-2 {
    min-height: 1442px;
    padding-top: 334px;
    padding-bottom: 157px;
    height: auto;
}


/* .about.get-started .oval-bg{
  height: 1442px;
} */

.about.get-started h3 {
    margin-bottom: 120px;
}

.about.get-started-2 .oval-bg-2 {
    height: 100%;
}

.news {
    padding-top: 353px;
    padding-bottom: 275px;
}

.news .card {
    max-width: 300px;
    margin: 0 auto;
}

.news .card-body {
    padding: 48px 40px 48px 52px;
}

.news h3 {
    margin-bottom: 110px;
}


/***** Index *****/

.hero h1 {
    margin: 128px 60px 58px 32px;
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 1.19px;
    text-align: center;
    color: #0d0c22;
}

@media only screen and (max-width: 767px) {
    .hero h1 {
        margin: 17px 60px 58px 32px;
    }
}

.solid-timeline ul.pagination1 {
    flex-direction: column;
}

.solid-timeline .timeline-row {
    min-height: 55px;
}

.solid-timeline .vr-line {
    background-image: linear-gradient(#D8D8D8 100%, rgba(255, 255, 255, 0) 0%);
}

.solid-timeline .timeline-row .blue-circle {
    height: 8px;
    width: 8px;
    background-color: #D8D8D8;
}

.solid-timeline .active .timeline-row .blue-circle {
    background-color: #4455F8;
}

.solid-timeline h6 {
    font-size: 14px;
    color: #D8D8D8;
}

.solid-timeline .timeline-row.active h6 {
    color: #000;
}

.solid-timeline a.active h6 {
    color: #000;
}

.solid-timeline .timeline-row:last-child .vr-line {
    height: 100%;
    margin-left: -1px;
}

.solid-timeline li:last-child .timeline-row .vr-line {
    height: 0;
}

.tab-nav .nav-link {
    background: transparent;
    margin-bottom: 15px;
    border-radius: 20px;
    min-height: 110px;
    display: flex;
    align-items: center;
    transition: ease 0.3s;
    border: 1px solid transparent;
    padding: 32px 37px;
}

.tab-nav .nav-link:hover {
    border-color: #979797;
}

.tab-nav .nav-link.active {
    background: #fff;
    border-color: transparent;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.tab-nav .nav-link.active:hover {
    border: 1px solid transparent;
}

.tab-nav .nav-link img {
    width: 56px;
    height: 56px;
    margin: 0 32px 0 0;
}

.custom-accordian .card {
    border: none;
    margin: 0;
    background: transparent;
}

.custom-accordian .card .card-header {
    background: transparent;
    border-bottom-color: transparent;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    padding: 22px;
    line-height: 24px;
    letter-spacing: 0.75px;
}

.custom-accordian a {
    border-radius: 20px;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    border: 1px solid;
    border-color: #979797;
}

.custom-accordian a:hover {
    /* border-color: #979797; */
    text-decoration: none;
}

.custom-accordian a[aria-expanded="true"] {
    border-color: transparent;
    background: #fff;
    box-shadow: 2px 2px 18px 8px rgba(227, 227, 227, 0.5);
}

.custom-accordian a .card-header img {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.custom-accordian a[aria-expanded="true"] .card-header img {
    transform: rotate(180deg);
}

.custom-accordian a:last-child {
    margin-bottom: 155px;
}

.custom-accordian .card .card-body {
    padding: 22px;
    padding-top: 0;
    color: #434343;
    line-height: 26px;
}

.blank-spacer {
    height: 100px;
    width: 100px;
}

.faq {
    min-height: 1000px;
    padding-top: 313px;
}

.tab-pane.active {
    animation: slide-down 2s ease-out;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.card-anime {
    animation: cardAnimation 7s infinite linear;
}

.phone-anime {
    animation: phoneAnimation 7s infinite linear;
}

.ityped-cursor {
    font-size: 2.2rem;
    opacity: 1;
    -webkit-animation: blink 0.3s infinite;
    -moz-animation: blink 0.3s infinite;
    animation: blink 0.3s infinite;
    animation-direction: alternate;
}

@keyframes blink {
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    100% {
        opacity: 0;
    }
}

#timeline {
    overflow: hidden;
    width: 100%;
}

#timeline div {
    min-height: 230px;
}

#timeline::before {
    content: '';
    position: absolute;
    width: 344px;
    height: 100%;
    background-image: linear-gradient(#4455F8 33%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 2px 8px;
    background-repeat: repeat-y;
}

@media only screen and (max-width: 767px) {
    #timeline::before {
        width: 216px;
    }
}

@media only screen and (max-width: 576px) {
    #timeline::before {
        width: 216px;
    }
}

#timeline div .date {}

#timeline div .date:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #4455F8;
    position: absolute;
    left: 98.2%;
    top: 6px;
    border-radius: 100%;
    cursor: pointer
}

#timeline div.active .date::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #4455F8;
    position: absolute;
    left: 96.9%;
    top: 6px;
    border-radius: 100%
}

#timeline div .date h2 {
    margin-right: 50px;
    color: rgba(0, 0, 0, .3);
    font-size: 28px;
    text-align: right;
    font-weight: 600;
    cursor: pointer
}

#timeline div.active .date h2 {
    color: rgba(0, 0, 0, 1);
}

#timeline div .text p {
    margin-left: 50px;
    width: 50%;
    color: rgba(0, 0, 0, .3);
    /* display: none; */
}

#timeline div.active .text p {
    display: inherit;
    color: rgba(0, 0, 0, 1);
}


/* .section{
  min-height: 100vh;
} */

#myMenu {
    position: fixed;
    top: 30%;
    right: 10%;
    z-index: 1000;
}

.fullheight {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.fullheight .panel {
    display: flex;
    align-items: center;
}

.blur-background {
    position: absolute;
    top: 70px;
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.filled-circle-1 {
    position: absolute;
    width: 302px;
    height: 302px;
    left: 222px;
    top: 369px;
    background: url(../img/petite.png);
    background-size: contain;
    animation: cardAnimation 7s infinite linear;
}

.about.filled-circle-1 {
    left: 120px;
    top: auto;
    bottom: -280px;
    z-index: 1;
}

.about.filled-circle-2 {
    left: 30px;
    top: 10px;
    z-index: 1;
}

.about.filled-circle-4 {
    top: -50px;
    left: 640px;
    z-index: 1;
}

.about.filled-circle-3 {
    top: 80px;
    right: 10px;
    z-index: 1;
    left: auto;
}

.filled-circle-2 {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 431px;
    top: 184px;
    background: url(../img/moyenne.png);
    background-size: contain;
    animation: phoneAnimation 7s infinite linear;
}

.filled-circle-3 {
    position: absolute;
    width: 155px;
    height: 155px;
    left: 982px;
    top: 205px;
    background: url(../img/grosse.png);
    background-size: contain;
    animation: cardAnimation 7s infinite linear;
}

.filled-circle-4 {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 940px;
    top: 432px;
    background: url(../img/moyenne-2.png);
    background-size: contain;
    animation: phoneAnimation 7s infinite linear;
}

.text-dark-50 {
    color: #616161 !important;
}

.text-dark {
    color: #0d0c22 !important;
}

.text-underline {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 2px solid #000;
}

.title-heading {
    line-height: 40px;
    letter-spacing: 0.5px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.title-text {
    font-size: 14px;
    line-height: 28px;
    color: #616161;
}

.round {
    position: relative;
    display: flex;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
    margin-bottom: 0;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 4px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 4px;
    transform: rotate( -45deg);
    width: 7px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
    background-color: #4455F8;
    border-color: #4455F8;
}

.round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.content-index {
    position: relative;
    z-index: 100;
}

.blurry {
    position: absolute;
    mix-blend-mode: normal;
    z-index: 1;
    opacity: .7;
    transition: ease-out all .3s;
}

.index-sec-1 .blurry.blue {
    background: url(../img/Gradient_blue.svg)no-repeat;
    width: 501px;
    height: 678px;
    left: -200px;
    top: 0;
}

.index-sec-1 .blurry.orange {
    background: url(../img/Gradient_orange.svg)no-repeat;
    width: 562px;
    height: 562px;
    left: 230px;
    top: 250px;
}

.index-sec-1 .blurry.blue-2 {
    background: url(../img/Gradient_blue.svg)no-repeat;
    width: 588px;
    height: 588px;
    right: -300px;
    top: 0;
    opacity: 0.4;
}

.index-sec-2 .blurry.orange {
    background: url(../img/Gradient_orange.svg)no-repeat;
    width: 562px;
    height: 562px;
    left: 300px;
    top: 350px;
    /* opacity: 0.5; */
    z-index: 3;
}

.index-sec-3 .blurry.blue {
    background: url(../img/Gradient_blue.svg)no-repeat;
    width: 501px;
    height: 678px;
    left: -100px;
    top: 300px;
    opacity: 0.4;
}

.index-sec-3 .blurry.blue-2 {
    background: url(../img/Gradient_blue.svg)no-repeat;
    width: 588px;
    height: 588px;
    right: -300px;
    top: 0;
    opacity: 0.4;
}

.faq {
    display: none;
}

.standard2 {
    display: none;
}

@media only screen and (max-width: 767px) {
    .standard1,
    .standard2 .bg-shadows {
        display: none;
    }
}

.index-sec-4 .blurry.blue {
    background: url(../img/Gradient_blue.svg)no-repeat;
    width: 629px;
    height: 678px;
    left: -100px;
    top: 300px;
}

.index-sec-4 .blurry.orange {
    background: url(../img/Gradient_orange.svg)no-repeat;
    width: 562px;
    height: 562px;
    left: 300px;
    top: 850px;
    /* opacity: 0.5; */
    z-index: 1;
}

.index-sec-4 .blurry.blue-2 {
    background: url(../img/Gradient_blue.svg)no-repeat;
    width: 588px;
    height: 588px;
    right: -300px;
    top: 900px;
    opacity: 0.4;
}

.index-sec-5 .blurry.blue {
    background: url(../img/Gradient_blue.svg)no-repeat;
    width: 501px;
    height: 678px;
    left: -100px;
    top: 150px;
    opacity: 0.3;
}

.index-sec-5 .blurry.orange {
    background: url(../img/Gradient_orange.svg)no-repeat;
    width: 562px;
    height: 562px;
    left: 230px;
    top: 780px;
    opacity: 0.3;
}

.index-sec-5 .blurry.blue-2 {
    background: url(../img/Gradient_blue.svg)no-repeat;
    width: 588px;
    height: 588px;
    right: -300px;
    top: 950px;
    opacity: 0.4;
}

.team .blurry.blue {
    background: url(../img/Gradient_blue.svg)no-repeat;
    width: 678px;
    height: 678px;
    left: -140px;
    top: 450px;
    opacity: 0.7;
}

.team .blurry.blue-1 {
    background: url(../img/Gradient_blue.svg)no-repeat center center / cover;
    width: 408px;
    height: 588px;
    right: -220px;
    top: 500px;
}

.team .blurry.blue-2 {
    background: url(../img/Gradient_blue.svg)no-repeat;
    width: 678px;
    height: 678px;
    left: -140px;
    top: 950px;
    opacity: 0.7;
}

.team .blurry.blue-3 {
    background: url(../img/Gradient_blue.svg)no-repeat center center / cover;
    width: 408px;
    height: 588px;
    right: -220px;
    top: 1100px;
}

.index-sec-6 .blurry.blue {
    background: url(../img/Gradient_blue.svg)no-repeat;
    width: 501px;
    height: 678px;
    left: -100px;
    top: 150px;
    opacity: 0.5;
}

@media (max-width: 767px) {
    .index-sec-6 .blurry.blue {
        top: -200px;
        width: 400px;
    }
}

@media (max-width: 767px) {
    .have-phone-circle img {
        max-width: 70%;
        margin-left: 0;
    }
    .have-phone-circle img:first-child {
        left: 0%;
        top: 20px;
        margin: 0;
    }
    .have-phone-circle img:last-child {
        right: 10px;
        height: auto;
    }
    .have-phone-circle::before {
        background-size: cover;
    }
    .timeline {
        padding: 0 10px;
    }
    .timeline.solid-timeline ul li {
        display: inline-block;
        width: 25%;
        text-align: center;
    }
    .vr-line,
    .solid-timeline .timeline-row:last-child .vr-line {
        height: 2px;
        width: 100%;
        background: #D8D8D8;
    }
    .get-started {
        min-height: 680px;
    }
    .oval-bg {
        left: -180px;
        width: 750px;
        height: 750px;
        border-radius: 100%;
    }
    .faq .oval-bg {
        left: -180px;
        width: 750px;
        height: 1250px;
        border-radius: 100%;
    }
    .text-xs-center {
        text-align: center;
    }
    .mb-xs-5 {
        margin-bottom: 3rem;
    }
}

.mobile-scroll-effect {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .mobile-scroll-effect .bg-shadows {
        display: none;
    }
}

.panel-timeline {
    /* position: absolute;
  bottom: 10px;
  top: 0%;
  left: 0; */
    width: 100%;
    display: flex;
    /* align-items: center; */
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .panel-timeline {
        display: none;
    }
}

.full-panel {
    height: 100vh;
    /* position: sticky;
  top: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    /* background-color: #fff; */
}


/* .full-panel.active .col-lg-6:first-child{
  background-color: #fff;
} */


/* .content-wrapper.active .bg-shadows{
  position: fixed;
  z-index: 2;
  top: 0;
} */

.standard1 {
    padding-bottom: 190px;
}

@media only screen and (max-width: 767px) {
    .standard1 {
        display: none;
    }
    .standard1 .bg-shadows {
        display: none;
    }
}

.standard1 .max-width-310px {
    max-width: 310px;
}

.standard1 h5 {
    color: #0d0c22;
    margin-top: 48px;
    margin-bottom: 16px;
    font-weight: 400;
}

.standard1 p {
    color: #434343;
}

.ma-plan-card {
    box-shadow: none;
}

.ma-plan-card .card-body {
    padding: 43px 42px;
}

.upgrade-btn {
    padding: 8px 20px;
    font-size: 10px;
    font-weight: 500;
    font-size: 'Poppins', sans-serif;
}

@media only screen and (max-width: 767px) {
    .upgrade-btn {
        margin-top: 30px;
    }
}

.signup {
    padding-top: 244px;
}

.right-container {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 244px;
    margin-bottom: 53px;
}

.signup .card-plans {
    padding: 0;
    max-height: 404px;
}

.signup .card-plans .card-body {
    padding: 40px 26px;
}

.signup .card-plans .card-body li {
    font-size: 12px;
    margin-bottom: 8px;
}

.signup .card-plans .card-body li .form-check {
    margin-bottom: 53px;
}

.btns-container {
    padding-top: 53px;
}

.login.signup .custom-form {
    max-width: calc(100% - 97px);
    margin: 0 auto;
}

.money-card {
    width: 32px;
    height: 20px;
    display: inline-block;
    border-radius: 3px;
    background-color: #0d0c22;
}

.login.l-contact .custom-form {
    padding-top: 276px;
}

.ic-close span {
    height: 20px;
    width: 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ic-close span i {
    font-size: 7px;
}


/***404-Page****/

#body {
    background-color: #ffffff;
}

.page404 {
    padding: 160px 0 85px;
}

@media only screen and (max-width: 767px) {
    .page404 {
        padding: 34px 0 58px;
    }
}

.page404 h1 {
    margin: 20px 0 0;
    font-family: 'Poppins', sans-serif;
    font-size: 85px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    color: #0d0c22;
    text-transform: capitalize;
}

.page404 h6 {
    font-size: 20px;
    line-height: 31px;
    margin: 16px 0;
    font-weight: 400;
}

.page404 .btn-get-started {
    margin-right: 0;
}


/****Media-Query****/

@media only screen and (max-width: 767px) {
    .get-started .circle.circle-2 {
        margin-top: 37px;
    }
    .about.get-started-2 {
        padding-top: 64px;
        padding-bottom: 0;
    }
    .news h3 {
        margin-bottom: 35px;
    }
    .news {
        padding-top: 72px;
        padding-bottom: 65px;
    }
    .login.l-contact .title-heading {
        margin-top: 50px;
    }
    .login.l-contact .title-text {
        margin-bottom: 32px;
    }
    .login.l-contact .custom-form {
        padding-top: 16px;
        padding-bottom: 42px;
    }
    .signup {
        padding-top: 44px;
    }
    .filled-circle-3 {
        display: none;
    }
    .filled-circle-1 {
        z-index: -1;
    }
    .mt-250px {
        margin-top: 80px;
    }
    .have-phone-circle img.phone-anime {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 576px) {
    .filled-circle-1,
    .filled-circle-2,
    .filled-circle-3,
    .filled-circle-4 {
        display: none;
    }
    .standard3 .oval-bg {
        display: none;
    }
}

@media only screen and (max-width: 424px) {}