

/*

* Google Fonts

* BASIC STYLE
  - General Style
  - Headings Style
  - Button Style
  - Form Style
  - Spacer Style

* HEADER

* CONTANT
  - Banner Style
  - Site Services
  - About-part
  - tokensale-part
  - Roadmap-part
  - Our Team
  - FAQ css
  - Contact css
  - Blog page
  - Blog Detail Page

* FOOTER
*/

/*_______________________________________________________
// BASIC STYLE  //----------------------------
_______________________________________________________*/


/* - General Style //---------------- */

::-moz-selection {
    background-color: #007bff;
    color: #fff;
}

::selection {
    background-color: #007bff;
    color: #fff;
}

* {
    outline: none !important;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/Preloader_2.gif) center no-repeat #fff;
}

.main {
    position: relative;
    overflow: hidden;
}
.main-content {
    width: 100%;
}
img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

br {
    font-size: 0;
    line-height: 0;
}

hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}

.w-100 {
    width: 100%;
}

.position-r {
    position: relative;
}

.position-s {
    position: static;
}

.position-initial {
    position: initial;
}

.overflow-h {
    overflow: hidden;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}


.middle-800 p {
    display: inline-block;
    max-width: 800px;
}

.middle-580 p {
    display: inline-block;
    max-width: 580px;
}

.border-right {
    border-right: 1px solid #e1e1e1;
}

/* bgs */
.white-bg {
    background: #fff;
}

.grey-bg {
    background: #f7f7f7;
}

/* - Form Style */
select {
    background: url(../images/select-icon.png) no-repeat scroll right 50% #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #eaeaea;
    padding: 5px 24px 5px 5px;
    line-height: 18px;
}

.full select {
    width: 100%;
}

.main-form textarea {
    max-width: 100%;
}

.main-form input,
.main-form textarea,
.main-form select {
    background: #fff;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #eeeeee;
    min-height: 40px;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/*End*/

/*_______________________________________________________
// CONTANT  //----------------------------
_______________________________________________________*/

/* - Banner Style  //---------------- */
#banner-part.main-banner .main-banner__wrapper {
    padding: 87px 0;
}
#banner-part.main-banner .main-banner__title {
    color: var(--bg-base);
    display: flex;
    font-weight: 500;
    margin-bottom: 24px;
}
#banner-part.main-banner .main-banner__subtitle  {
    color: #fff;
    max-width: 500px;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 40px;

}
#banner-part.main-banner .banner-detail-inner {
    height: 600px !important;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
}

#banner-part.main-banner .banner-detail-inner__left {
    flex: 60%;
}

#banner-part.main-banner .banner-detail-inner__right {
    width: 30%;
    position: relative;
}
#banner-part.main-banner .banner-detail-inner__right .image{
    position: absolute;
    text-align: center;
    z-index: 10;
    top: -300px;
}

@media (max-width: 991px) {
    .auth__picture-block {
        display: none !important;
    }
    #banner-part {
        padding-bottom: 100px;
    }
    #banner-part.main-banner .banner-detail-inner__left {
        /* flex: 500px; */
    }
    #banner-part.main-banner .banner-detail-inner__right .image {
        right: -140px;
        top: -300px;
    }
    #banner-part::before {
        bottom: -205px;
        right: 0;
        height: 841px;
        background-size: cover;
        background-position: center;
    }
    
}
@media (max-width: 846px) {
    #banner-part.main-banner .banner-detail-inner {
        flex-direction: column;
    }
    .banner-detail-inner__right {
        width: 100% !important;
    }
    #banner-part.main-banner .banner-detail-inner__right {
        height: 400px;
    }
    #banner-part.main-banner .banner-detail-inner__right .image {
        position: absolute;
        top: 400px;  /* position the top  edge of the element at the middle of the parent */
        left: 50%; /* position the left edge of the element at the middle of the parent */
    
        transform: translate(-50%, -50%)
    }
}
#banner-part.main-banner .banner-detail-inner__right .image-shadow {
    background-image: url('../images/banner-slider/iph.png');
    z-index: 0;
    position: absolute;
    top: 15%;
    left: 5%;
    right: 5%;
    height: 90%;
    background-size: auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    border-radius: inherit;
    -webkit-filter: blur(25px);
    filter: blur(25px);
}
#banner-part.main-banner .banner-detail-inner__right img {
    position: relative;
}
.home__arrow-one {
    top: 32px;
    position: absolute;
    animation: jumpOne 2s infinite;
}

.home__arrow-two {
    bottom: 76px;
    position: absolute;
    animation: jumpTwo 2s infinite;
}

.home__arrow-three {
    top: 0;
    right: 50%;
    position: absolute;
    animation: jumpThree 2s infinite;
}

.home__arrow-four {
    top: 178px;
      position: absolute;
    right: 50%;
    transform: translateX(108%);
    animation: jumpFour 2s infinite;
}
@keyframes jumpOne {
    0% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(20px) translateX(20px);
    }

    100% {
        transform: translateY(0) translateX(0);
    }
}

@keyframes jumpTwo {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(32px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes jumpThree {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(18px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes jumpFour {
    0% {
        transform: translateX(108%) translateY(0);
    }

    50% {
        transform: translateX(108%) translateY(-40px);
    }

    100% {
        transform: translateX(108%) translateY(0);
    }
}

@media (min-width: 1506px){
    .home:before {
        bottom: -250px;
        right: -42px;
        height: 100%;
    }
}

@media (max-width: 1511px) {
    .home:before {
        bottom: -168px;
        right: -1px;
    }
}


@media (max-width: 1100px) {
    .home__right {
        right: -140px;
    }
}

@media (max-width: 1030px) {
    .home__right, .home__right img {
       
    }

    .home__right {
        right: -150px;
        bottom: -55%;
    }
}

@media (max-width: 970px) {
    .home__right, .home__right img {
       
    }

    .home__right {
        bottom: -40%;
    }
}

#banner-part.main-banner .main-banner__action {
    margin: 50px 0 80px;
    padding: 20px 25px;
    font-size: 20px;
    line-height: 26px;
}

#banner-part.main-banner .slick-arrow {
    position: absolute;
    top: calc(50% - 60px);
    transform: translateY(-50%);
    z-index: 9;
    right: 42px;
    border-radius: 50%;
    padding: 4px;
    background-color: var(--bg-light-orange);
    cursor: pointer;
    border: 0;
}
#banner-part.main-banner .slick-arrow svg{
    fill: var(--text-secondary) !important;
}
#banner-part.main-banner .slick-arrow.slick-next {
    top: calc(50% + 60px);
}

#banner-part.main-banner .slick-slide {
    opacity:0;
    padding: 20px;
    background: var(--bg-primary);
    border-radius: 10px;
    transition:opacity 0.5s ease-out;
}

#banner-part.main-banner .slick-active {
    opacity:1!important;
    transition:opacity 0.5s ease-in;
}

#banner-part.main-banner .slick-cloned {
    opacity: 0.1;
}

#banner-part.main-banner .slick-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#banner-part.main-banner .slick-dots li {
    width: 8px;
    height: 8px;
    background: var(--bg-light-orange);
    cursor: pointer;
    transition: .3s ease-in;
    border-radius: 100px;
}

#banner-part.main-banner .slick-dots li.slick-active {
    height: 24px;
    background: var(--text-secondary);
}

#banner-part.main-banner .slick-dots li button {
    display: none !important;
}

#banner-part.main-banner .main-banner__wrapper .main-banner__img-wrapper {
    overflow: hidden;
    border-radius: 18px;
}

#banner-part.main-banner .main-banner__wrapper img {
    transition: transform .3s;
}

#banner-part.main-banner .wallet-actions button {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: calc(100% / 3);
}

#banner-part.main-banner .wallet-actions button span {
    color: #FFB000;
    display: block;
    margin-left: 8px;
}

#banner-part.main-banner .wallet-actions :is(button:active, button:focus, button:hover) {
    background: rgba(41,121,255,.07);
    color: #FFB000;
    border-color: rgba(41,121,255,.07);
    opacity: 0.7;
}

#banner-part.main-banner .wallet-actions {
    margin: 50px 0 80px;
    width: 100%;
}

.inner-banner-part {
    background: url(../images/inner-banner-bg.jpg) no-repeat;
    background-size: cover;
}

.banner-main-img {
    float: right;
    position: relative;
}

/* partners swipper start */
#banner-part.main-banner .partner .partner__list {
    margin-top: 21px;
}

#banner-part.main-banner .partner .partner__list .swiper-slide {
    width: 130px;
}

#banner-part.main-banner .partner .partner__list .swiper-slide a {
    display: flex;
    height: 100%;
    position: relative;
    justify-content: center;
    padding: 5px;
    filter: contrast(1);
}

.dark-mode #banner-part.main-banner .partner .partner__list .swiper-slide a {
    filter: brightness(0) invert(1)
}

#banner-part.main-banner .partner .partner__list .swiper-slide img {
    width: 100%;
}

#banner-part.main-banner .partner .swiper-wrapper {
    height: 40px;
    align-items: stretch;
}

.swiper-slide:is(.whitebit--swiper-slide, .binance--swiper-slide, .blockchain--swiper-slide) a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/*partners swipper end */


/* top-market */
.top-market {
    padding: 100px 0;
}

.top-market__title {
   line-height: 1;
}

.top-market__right-side-actions {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

a.top-market__right-side-action--primary:not([href]):not([tabindex]) {
    color: #fff;
}

a.top-market__right-side-action--primary:not([href]):not([tabindex]):hover {
    color: #FFB000;
    opacity: 1;
}

a.top-market__right-side-action--secondary:not([href]):not([tabindex]) {
    color: #FFB000
}

a.top-market__right-side-action--secondary:not([href]):not([tabindex]):hover {
    color: #fff;
    opacity: 1;
}

/* About-part section start */
.about-part {
    overflow: hidden;
}

.about-part__title {
    margin-bottom: 36px;
}

.about-part__items-container {
    display: flex;
    flex-wrap: wrap;
}

.about-part__item {
    padding: 30px 20px;
    margin-bottom: 30px;
    margin-right: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    width: min(calc(50% - 40px), 330px);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 20.2977px 62.72px rgb(210 208 225 / 17%), 0px 10.8521px 33.5331px rgb(210 208 225 / 14%), 0px 6.08362px 18.7984px rgb(210 208 225 / 12%), 0px 3.23097px 9.98369px rgb(210 208 225 / 10%), 0px 1.34448px 4.15444px rgb(210 208 225 / 7%);
}

.about-part__item:nth-of-type(2n + 4) {
    margin-right: 0;
}

.about-part__item:nth-of-type(4n + 3) {
    margin-left: 50px;
}


.about-part__item:nth-of-type(2), .about-part__item:nth-of-type(3) {
    background: #F9FCFF;
    border-color: #F9FCFF;
}

.dark-mode .about-part__item {
    background: #121318;
    border-color: #23262f;
    box-shadow: 0px 20.2977px 62.72px rgb(4 4 4 / 17%), 0px 10.8521px 33.5331px rgb(4 4 4 / 14%), 0px 6.08362px 18.7984px rgb(4 4 4 / 12%), 0px 3.23097px 9.98369px rgb(4 4 4 / 10%), 0px 1.34448px 4.15444px rgb(4 4 4 / 7%);
}

.about-part__item:nth-last-of-type(2) {
    margin-bottom: 0;
}

.about-part__item:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
}

.about-part__item-img-wrapper {
    margin-bottom: 15px;
}

.about-part__item-content-wrapper {
    text-align: center;
}

.about-part__item-content-title {
    margin-bottom: 10px;
    font-weight: 600;
    color: #2B3144
}

.dark-mode .about-part__item-content-subtitle {
    color: #9295A6
}

/* About-part section end */

/* tokensale-part start */
.tokensale-part {
    background: url(../images/token-sale-bg.png) no-repeat scroll center 0 #3d1f94;
}

.tokensale-part .tokensale-detail ul li {
    font-size: 16px;
    position: relative;
    line-height: 39px;
}

.tokensale-part .tokensale-detail ul li span {
    height: 27px;
    width: 27px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: -8px;
    margin-right: 7px;
}

.tokensale-part .tokensale-detail ul li span.color1 {
    background: #f8c04e;
}

.tokensale-part .tokensale-detail ul li span.color2 {
    background: #ac56f7;
}

.tokensale-part .tokensale-detail ul li span.color3 {
    background: #61f89f;
}

.tokensale-part .tokensale-detail ul li span.color4 {
    background: #5ad6f8;
}

.tokensale-part .tokensale-detail ul li span.color5 {
    background: #f85d77;
}

.token-graph {
    max-width: 400px;
    position: relative;
}

.token-graph-right {
    width: 400px;
    height: 400px;
    float: right;
}

.donut {
    color: #3d1f94;
}

.graph-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* tokensale-part end */

/* Roadmap-part start */
.roadmap-part {
    background: url(../images/roadmap-bg.png) no-repeat scroll center 0;
}

.main-roadmap {
    overflow: hidden;
}

.h-border {
    width: 100%;
    height: 4px;
    background: #6c44db;
    margin-top: 181px;
}

.roadmap-box {
    text-align: center;
    position: relative;
    margin-top: -12px;
}

.small-round {
    background: #6c44db;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: relative;
    left: 50%;
    margin-left: -10px;
    z-index: 1;
}

.date-title {
    position: absolute;
    bottom: 100%;
    color: #01e8fe;
    width: 100%;
    font-size: 18px;
    padding: 12px 0;
}

.roadmap-slider .main-box .map-graphic {
    overflow: hidden;
}

.v-row {
    background: #6c44db;
    height: 50px;
    width: 4px;
    position: relative;
    left: 50%;
    margin-left: -2px;
    overflow: hidden;
}

.roadmap-slider .owl-item .main-box .roadmap-detail-box p {
    margin-bottom: 0px;
}

.roadmap-slider .owl-item .main-box .roadmap-detail-box h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.roadmap-slider .owl-item:nth-child(2n + 0) .main-box .roadmap-detail-box {
    position: absolute;
    bottom: 100%;
    margin-top: 0;
}

.roadmap-slider .owl-item:nth-child(2n + 0) .main-box .roadmap-detail-box p {
    margin-bottom: 10px;
}

.roadmap-slider .owl-item:nth-child(2n + 0) .main-box .roadmap-box {
    padding-top: 50px;
    margin-top: -62px;
}

.roadmap-slider .owl-item:nth-child(2n + 0) .main-box .date-title {
    top: 100%;
}

.roadmap-slider .owl-item:nth-child(2n + 0) .main-box .map-graphic {
    transform: rotate(180deg);
    margin-top: -50px;
    display: inline-block;
}

.roadmap-slider .owl-item:nth-child(2n + 0) .main-box .v-row {
    margin-left: -1px;
}

.roadmap-slider .owl-item {
    float: left;
}

.roadmap-slider .item {
    text-align: center;
}

.roadmap-slider .owl-nav {
    display: none;
}

.roadmap-slider .item {
    padding: 0 15px;
}

/* Roadmap-part end */

/* FAQ css Strat */
/* Tab CSS Start */
#tabs {
    text-align: center;
}

.nav-tabs {
    /* border-bottom: 1px solid transparent; */
    display: inline-block;
    background: var(--bg-light-orange) !important;
}

.nav-tabs > li {
    padding: 0px 10px !important;
}

.nav-tabs > li > a {
    border-color: #eee #eee #ddd;
}

.faq-part .nav > li > a {
    border: 2px solid #7049df;
    background-color: transparent;
    display: block;
    padding: 10px 25px;
    position: relative;
    text-decoration: none;
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.nav-tabs > li > a.selected,
.nav-tabs > li > a.selected:hover,
.nav-tabs > li > a.selected:focus {
    border: 2px solid #3d1f94;
    background: #3d1f94;
    color: #fff !important;
}

#items [class*="items-"] /* .items-Description, .items-Product-Tags, .items-Reviews */
{
    display: none;
}

#items [class*="items-"].selected /* .items-Description.selected, .items-Product-Tags.selected, .items-Reviews.selected */
{
    display: block;
}

/* Tab CSS End */
.accordion-box {
    background: #3d1f94;
    padding: 25px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.accordion .accordion-box:last-child {
    margin-bottom: 0;
}

.accordion-box h3 {
    font-size: 20px;
    margin: 0;
}

.accordion-box h3 a {
    color: #fff;
    width: 100%;
    display: inline-block;
    margin: 0;
    position: relative;
    padding-right: 25px;
}

.accordion-box h3 a:after {
    display: inline-block;
    content: "";
    position: absolute;
    right: 0;
    height: 18px;
    width: 18px;
    background: url(../images/minus-icon.svg) no-repeat scroll 0 0;
    top: 4px;
}

.accordion-box h3 a.collapsed:after {
    background: url(../images/plus-icon.svg) no-repeat scroll 0 0;
}

.accordion-box > .collapse,
.accordion-box > .collapsing {
    color: #7e5ed7;
    margin-top: 12px;
}

.accordion-box > .collapse p,
.accordion-box > .collapsing p {
    margin: 0;
}

/* contacts */
.contact-part {
    padding: 100px 0 73px;
}

.contact-part__wrapper {
    padding: 48px 60px;
    display: flex;
    margin: auto;
    width: min(1272px, 100%);
    justify-content: space-between;
    background: url(../images/contact-bg.svg) no-repeat, #3671E9;
    border-radius: 16px;
    align-items: center;
}


.contact-part__title {
    margin-bottom: 17px;
    color: #FFF;
    font-weight: 500;
    font-size: 39px;
    line-height: 47px;
}

.contact-part__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-part__right form {
    margin-bottom: 0;
}

.contact-part__field {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-right: 43px;
    width: 397px;
}

.contact-part__field::placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.contact-part__button {
    background-color: #fff;
    padding: 14px 32px;
    border-radius: 32px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #0D0D2B;
    border: 1px solid #fff;
    transition: .3s background-color;
}

.contact-part__button:hover {
    background-color: rgba(0, 0, 0, 0);
}

/* Blog page css start */

.navbar.header.inner {
    background-color: #fff;
    padding: 30px 0px;
}

.blog-part .blog-detail {
    background-color: #5730c7;
    padding: 30px;
}

.blog-part .blog-detail .bloger-date {
    margin-bottom: 5px;
}

.bloger-date {
    color: #b39df4;
}

.blog-part .blog-detail .bloger-date span {
    margin: 0 7px;
}

.blog-part .blog-detail .head-three a {
    color: #fff;
    font-size: 18px;
}

.blog-part .blog-content .head-three a:hover {
    color: #9c79ff;
}

.blog-part .sidebar .sidebar-default {
    margin-bottom: 30px;
    width: 100%;
}

.blog-part .sidebar .sidebar-default:last-child {
    margin-bottom: 0;
}

.blog-part .sidebar .sidebar-default .searching input {
    background: #3d1f94;
    color: #fff;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    height: 60px;
    width: 100%;
    padding: 15px 24px;
    position: relative;
}

.blog-part .sidebar .sidebar-default .searching input::placeholder,
.blog-part .sidebar .sidebar-default .searching input::-moz-placeholder,
    /* .blog-part .sidebar .sidebar-default .searching input:-ms-input-placeholder,
    .blog-part .sidebar .sidebar-default .searching input:-moz-placeholder,  */
.blog-part .sidebar .sidebar-default .searching input::-webkit-input-placeholder {
    color: #977ae9;
    opacity: 1;
}

.blog-part .sidebar .sidebar-default .searching i {
    padding: 21px;
    color: #fff;
    font-size: 18px;
}

.blog-part .sidebar .sidebar-default .searching .fa:hover {
    color: #fff;
}

.blog-part .sidebar .sidebar-default .category-content .cat-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.blog-part .sidebar .sidebar-category li:first-child {
    padding-top: 0;
}

.blog-part .sidebar .sidebar-category li:last-child {
    padding-bottom: 0;
}

.blog-part .sidebar .sidebar-category li {
    padding: 4px 0;
}

.blog-part .sidebar .sidebar-category li a {
    display: inline-block;
    width: 100%;
}

.blog-part .sidebar .recent-post .recent {
    border-bottom: 1px solid #6137d9;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.blog-part .sidebar .recent-post .post-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
}

.blog-part .sidebar .recent-post .recent:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0px;
}

.blog-part .sidebar .recent-post .recent > a {
    max-width: 88px;
    float: left;
}

.blog-part .sidebar .recent-post .recent-detail .bloger-date {
    display: block;
    margin-bottom: 5px;
}

.blog-part .sidebar .sidebar-default .tags-grp {
    margin: -5px 0px;
}

.blog-part .sidebar .sidebar-default .tags-grp ul li {
    display: inline-block;
    margin: 5px;
}

.blog-part .sidebar .sidebar-default .tags-grp a {
    color: #fff;
    background-color: #4a28a9;
    border: 1px solid #734be3;
    display: inline-block;
    padding: 6px 20px;
    font-weight: 400;
}

.blog-part .sidebar .sidebar-default .tags-grp a:hover {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff !important;
}

.blog-part .sidebar .sidebar-default .searching {
    position: relative;
}

.blog-part .sidebar .sidebar-default .searching a {
    position: absolute;
    top: 0;
    right: 0;
}

/* Blog page css end */

/*Pagination start*/
.page-number {
    margin-top: 10px;
}

.pagination .page-item {
    display: inline-block;
}

.page-number .pagination {
    margin-bottom: 0;
    display: inline-block;
}

.page-number .pagination .page-link {
    background-color: #fff;
    color: #999;
    margin: 0 5px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    font-size: 16px;
    padding-top: 13px;
    height: 45px;
    width: 45px;
    text-align: center;
}

.page-number .pagination li:first-child .page-link {
    margin-left: 0;
}

.page-number .pagination li:last-child .page-link {
    margin-right: 0;
}

.page-number .pagination .page-link.active,
.page-number .pagination .page-link:hover {
    background-color: #007bff;
    color: #fff !important;
    border-color: #007bff;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.page-number .pagination .page-link:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

/*Pagination End*/

/* Blog Detail Page Start */
.w-88 {
    width: 88%;
}

.w-80 {
    width: 80%;
}

.mt-30 {
    margin-top: 30px;
}

.blog-part.detail .sidebar {
    margin-top: 0;
}

.blog-part.detail .blog-img {
    width: 100%;
}

.blog-detail-part .blog-detail .head-two {
    font-size: 24px;
    line-height: 30px;
}

.blog-detail-part .blog-detail .blog-detail-inner p {
    color: #b39df4;
    line-height: 25px;
}

.blog-detail-part .blog-detail .tag-text {
    background-color: #fff;
    border-left: 4px solid #4a28a9;
    padding: 17px 23px;
    font-size: 18px;
    color: #4a28a9;
}

.blog-detail-part .blog-detail .tag-social {
    margin-top: 30px;
}

.blog-detail-part .small-title {
    font-size: 15px;
    display: inline-block;
}

.blog-detail-part .blog-detail .detail-tags span a {
    padding-left: 15px;
}

.blog-detail .social-icon ul,
.blog-detail .social-icon ul li {
    display: inline-block;
}

.blog-detail-part .blog-detail .social-icon a .fa {
    color: #fff;
    text-align: center;
    height: 28px;
    width: 28px;
    font-size: 15px;
    margin: 0px 2px;
}

.blog-detail-part .blog-detail .social-icon a:hover .fa {
    color: #9c79ff;
}

.blog-detail-part .blog-detail .line {
    height: 1px;
    width: 100%;
    background-color: #ddd;
    clear: both;
    margin: 20px 0;
    display: inline-block;
}

.blog-detail-part .head-three {
    font-size: 22px;
    margin-bottom: 25px;
}

.comment-part {
}

ul.child-comment {
    margin-left: 70px;
}

.comment-list > li {
    border-top: 1px solid #4a28a9;
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
}

.comment-part .comment-list > li:first-child {
    border: none;
    padding-top: 0;
    margin-top: 0;
}

.comment-user {
    float: left;
    margin-right: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.comment-detail {
    margin-left: 120px;
    padding-right: 90px;
}

.comment-detail p {
    margin-bottom: 0;
}

.comment-detail .reply-btn {
    position: absolute;
    right: 0;
    top: 50%;
    text-transform: none;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-detail-part .leave-comment-part {
    padding-top: 100px;
}

.blog-detail-part .leave-comment-part .form-group .form-control {
    background: #3d1f94;
    color: #fff;
    height: 50px;
    border: none;
    padding-left: 15px;
    font-family: inherit;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    margin-bottom: 30px;
}

.blog-detail-part .leave-comment-part .form-group .form-control::placeholder,
.blog-detail-part .leave-comment-part .form-group .form-control::-moz-placeholder,
    /* .blog-detail-part .leave-comment-part .form-group .form-control:-ms-input-placeholder,
    .blog-detail-part .leave-comment-part .form-group .form-control:-moz-placeholder,  */
.blog-detail-part .leave-comment-part .form-group .form-control::-webkit-input-placeholder {
    color: #977ae9;
    opacity: 1;
}

.blog-detail-part .leave-comment-part .form-group textarea.form-control {
    height: unset;
    padding-top: 20px;
}

.all-blog-link {
    color: #fb4567;
}

.all-blog-link:hover {
    color: #081841 !important;
}

.blog-part .sidebar .sidebar-default .searching {
    position: relative;
}

.blog-part .sidebar .sidebar-default .searching a {
    position: absolute;
    top: 0;
    right: 0;
}

/* Blog Detail Page End */

/*_______________________________________________________
// FOOTER  //----------------------------
_______________________________________________________*/

footer .social-media {
    text-align: right;
    padding: 25px 0;
}

footer .social-media ul {
    display: inline-block;
}

.social-media ul li {
    display: inline-block;
}

.social-media ul li a {
    color: #fff;
}

.social-media ul li a i.fa {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    font-size: 18px;
}

.social-media ul li:first-child a i.fa {
    margin-left: 0;
}

.social-media ul li:last-child a i.fa {
    margin-right: 0;
}

.social-media ul li:hover a i.fa {
    color: #fff;
}

.footer-bottom {
}

.footer-bottom p {
    padding: 25px 0;
}

.footer-bottom p a {
    color: #01e8fe;
}

.pricing-tables-position {
    list-style: none;
    margin-bottom: 25px;
    padding-left: 0;
}

.pricing-tables-position li {
    padding: 4px 0;
    border-bottom: 2px solid #181a20;
    font-weight: 400;
}

.pricing-tables-position li:last-child {
    border-bottom: none;
}

.pricing-tables-position li .currency-details-item {
    padding-bottom: 0;
    margin-bottom: 0;
}

.pricing-tables-position li .currency-details-item .title {
    font-size: 16px;
    color: #666d7a;
}

.pricing-tables-position li .currency-details-item .value {
    font-size: 18px;
}

.pricing-tables-position--inline li {
    border-bottom: none;
}

.pricing-tables-position--inline li .currency-details-item .title {
    font-size: 14px;
    display: inline-block;
}

.pricing-tables-position--inline li .currency-details-item .value {
    font-size: 14px;
    color: #c3c9d4;
    display: inline-block;
}

/*------------- #PRICING Style1 --------------*/
.pricing-table--style1 {
    border: 4px solid transparent;
    border-radius: 20px;
    background-color: #131418;
}

.pricing-table--style1:hover {
    border-color: #ffba00;
    padding: 65px 40px;
    margin-top: -25px;
    margin-bottom: -25px;
}

.pricing-table--style1 .pricing-thumb img {
    width: 100px;
    height: 100px;
}

.pricing-table--style1 .pricing-title {
    text-transform: uppercase;
}

.pricing-table--style1 .pricing-title > span {
    display: block;
    font-size: 22px;
    color: #666d7a;
}

.pricing-table--style1 .price {
    padding: 30px;
    border-radius: 20px;
    background-color: #181a20;
}

.pricing-table--style1 .pricing-tables-position {
    margin-bottom: 40px;
}

.pricing-table--style1 .pricing-tables-position li {
    border-bottom: 1px solid #3d434f;
}

.pricing-table--style1 .pricing-tables-position li em {
    color: #ffba00;
}

/*------------- #PRICING STYLE2 --------------*/
.pricing-table--style2 {
    text-align: left;
    border-width: 6px;
}

.pricing-table--style2 .pricing-thumb {
    margin-bottom: 40px;
}

.pricing-table--style2 .pricing-thumb img {
    width: 80px;
    height: 80px;
    vertical-align: middle;
    margin-right: 20px;
}

.pricing-table--style2 .pricing-title {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 26px;
}

.pricing-table--style2 .pricing-title > span {
    display: block;
    font-size: 22px;
    color: #666d7a;
}

.pricing-table--style2 .price .price-value {
    font-size: 48px;
}

.pricing-table--style2 .pricing-tables-position li {
    padding: 9px 0;
}

/*------------- #PRICING small --------------*/
.pricing-table--small {
    background-color: #111115;
    border: 6px solid transparent;
    border-radius: 20px;
    margin-bottom: 40px;
    text-align: left;
}

.pricing-table--small:hover {
    border-color: #ffba00;
}

.pricing-table--small:hover .price-value {
    color: #fff;
}

.pricing-table--small .pricing-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.pricing-table--small .pricing-thumb img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.pricing-table--small .pricing-title {
    margin: 0;
    font-size: 26px;
}

.pricing-table--small .pricing-title > span {
    display: block;
    font-size: 22px;
    color: #666d7a;
}

.pricing-table--small .price-value {
    font-size: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pricing-table--small .price-value .growth,
.pricing-table--small .price-value .drop {
    font-size: 20px;
    font-weight: 700;
}

.pricing-table--small .price-value .growth {
    color: #8dc647;
}

.pricing-table--small .price-value .drop {
    color: #ff3133;
}

.pricing-table--small .gain-drop-arrow {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pricing-table--small .gain-drop-arrow .woox-icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    fill: #666d7a;
}

.pricing-table--small .gain-drop-arrow .woox-icon + .woox-icon {
    margin-left: 10px;
}

.pricing-table--small .gain-drop-arrow .woox-icon.arrow-up.active {
    fill: #8dc647;
}

.pricing-table--small .gain-drop-arrow .woox-icon.arrow-down.active {
    fill: #ff3133;
}

.drop {
    color: #ff3133;
}

.growth {
    color: #8dc647;
}

/*------------- #PRICING Style Tables --------------*/
.pricing-tables-wrap-table {
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-collapse: unset;
}

.pricing-tables-wrap-table
> thead:first-child
> tr:first-child
> th:first-child {
    border-radius: 20px 0 0 0;
    overflow: hidden;
}

.pricing-tables-wrap-table
> thead:first-child
> tr:first-child
> th:last-child {
    border-radius: 0 20px 0 0;
    overflow: hidden;
}

.pricing-tables-wrap-table > tfoot > tr > td {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    text-align: center;
}

.pricing-tables-wrap-table > thead > tr > th {
    font-size: 18px;
    color: #c3c9d4;
    background-color: #111115;
}

.pricing-tables-wrap-table > tbody > tr > td {
    padding: 35px 20px;
    border-right: none;
}

.pricing-tables-wrap-table tbody > tr:first-child > td {
    border-top: 4px solid transparent;
}

.pricing-tables-wrap-table > tbody > tr > td:last-child,
.pricing-tables-wrap-table > thead > tr > th:last-child {
    padding-right: 40px;
}

.pricing-tables-wrap-table > tbody > tr > td:first-child,
.pricing-tables-wrap-table > thead > tr > th:first-child {
    padding-left: 40px;
}

.pricing-table--style-table {
    text-align: left;
}

.pricing-table--style-table > td:first-child {
    border-left: 4px solid transparent;
}

.pricing-table--style-table > td:last-child {
    border-right: 4px solid transparent;
}

.pricing-table--style-table > td {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.pricing-table--style-table:hover.c-brown > td:first-child {
    background-color: #ee7800;
    border-radius: 5px 0 0 5px;
    border-left: 4px solid #ee7800;
}

.pricing-table--style-table:hover.c-brown > td:last-child {
    border-right: 4px solid #ee7800;
    border-radius: 0 5px 5px 0;
}

.pricing-table--style-table:hover.c-brown > td {
    border-top: 4px solid #ee7800;
    border-bottom: 4px solid #ee7800;
}

.pricing-table--style-table:hover.c-blue > td:first-child {
    background-color: #3235aa;
    border-radius: 5px 0 0 5px;
    border-left: 4px solid #3235aa;
}

.pricing-table--style-table:hover.c-blue > td:last-child {
    border-right: 4px solid #3235aa;
    border-radius: 0 5px 5px 0;
}

.pricing-table--style-table:hover.c-blue > td {
    border-top: 4px solid #3235aa;
    border-bottom: 4px solid #3235aa;
}

.pricing-table--style-table:hover.c-blue-light > td:first-child {
    background-color: #3452ff;
    border-radius: 5px 0 0 5px;
    border-left: 4px solid #3452ff;
}

.pricing-table--style-table:hover.c-blue-light > td:last-child {
    border-right: 4px solid #3452ff;
    border-radius: 0 5px 5px 0;
}

.pricing-table--style-table:hover.c-blue-light > td {
    border-top: 4px solid #3452ff;
    border-bottom: 4px solid #3452ff;
}

.pricing-table--style-table:hover.c-border-color > td:first-child {
    background-color: #3d434f;
    border-radius: 5px 0 0 5px;
    border-left: 4px solid #3d434f;
}

.pricing-table--style-table:hover.c-border-color > td:last-child {
    border-right: 4px solid #3d434f;
    border-radius: 0 5px 5px 0;
}

.pricing-table--style-table:hover.c-border-color > td {
    border-top: 4px solid #3d434f;
    border-bottom: 4px solid #3d434f;
}

.pricing-table--style-table:hover.c-blue-lighter > td:first-child {
    background-color: #016cb0;
    border-radius: 5px 0 0 5px;
    border-left: 4px solid #016cb0;
}

.pricing-table--style-table:hover.c-blue-lighter > td:last-child {
    border-right: 4px solid #016cb0;
    border-radius: 0 5px 5px 0;
}

.pricing-table--style-table:hover.c-blue-lighter > td {
    border-top: 4px solid #016cb0;
    border-bottom: 4px solid #016cb0;
}

.pricing-table--style-table:hover.c-primary > td:first-child {
    background-color: #ffba00;
    border-left: 4px solid #ffba00;
    border-radius: 5px 0 0 5px;
}

.pricing-table--style-table:hover.c-primary > td:last-child {
    border-right: 4px solid #ffba00;
    border-radius: 0 5px 5px 0;
}

.pricing-table--style-table:hover.c-primary > td {
    border-top: 4px solid #ffba00;
    border-bottom: 4px solid #ffba00;
}

.pricing-table--style-table .pricing-thumb {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pricing-table--style-table .pricing-thumb img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.pricing-table--style-table .pricing-title {
    margin: 0;
}

.pricing-table--style-table .pricing-title > span {
    color: #ffba00;
}

.pricing-table--style-table .currency-details-item .title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #666d7a;
}

.pricing-table--style-table .currency-details-item .value {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.pricing-table--style-table .price {
    margin-bottom: 0;
}

.pricing-table--style-table .price .price-value {
    font-size: 30px;
}

.pricing-table--style-table .price-sup-title {
    font-size: 14px;
}

/*------------- #PRICING Tables Triple --------------*/
.pricing-tables-wrap {
    border-radius: 20px;
    width: 100%;
    float: left;
    background-color: #131418;
}

.pricing-tables-wrap .bg-layer {
    background-color: #131418;
    border-radius: 20px;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    border: 6px solid #ffba00;
}

.pricing-tables-wrap .crumina-pricing-table {
    border-radius: 0;
    min-height: 100%;
    border: none;
    background-color: transparent;
}

.pricing-tables-wrap .crumina-pricing-table:hover {
    z-index: 990;
}

.pricing-tables-wrap .crumina-pricing-table:hover .bg-layer {
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    transform: translate3d(0, 0, 0) scale(1.05);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
}

/*================= Styles for Custom Pricing ============*/

.pricing-tables-modern-wrap {
    position: relative;
}

.pricing-tables-modern-wrap > *:nth-child(2) {
    border-radius: 20px 0 0 0;
}

.pricing-tables-modern-wrap > *:last-child {
    border-radius: 0 20px 20px 0;
}

.pricing-tables-modern-wrap .pricing-table--modern {
    width: 20%;
    float: left;
    overflow: hidden;
}

.pricing-tables-modern-wrap .pricing-table--modern-main {
    width: 20%;
    float: left;
    z-index: 10;
    padding: 0;
}

.pricing-tables-modern-wrap .pricing-table--modern-main .pricing-content {
    background-color: #111115;
    margin-top: auto;
    border-radius: 20px 0 0 20px;
    padding: 0 0 60px;
}

.pricing-tables-modern-wrap .pricing-table--modern-main .crumina-heading {
    padding: 100px 50px 50px;
    margin-bottom: 0;
}

.pricing-tables-modern-wrap
.pricing-table--modern-main
.pricing-tables-position {
    margin: 0;
}

.pricing-tables-modern-wrap
.pricing-table--modern-main
.pricing-tables-position
li {
    padding: 20px 40px;
    border-bottom: none;
}

.pricing-tables-modern-wrap
.pricing-table--modern-main
.pricing-tables-position
li:first-child {
    padding: 35px 40px;
}

.pricing-tables-modern-wrap
.pricing-table--modern-main
.pricing-tables-position
li
.currency-details-item
.value {
    font-size: 16px;
    color: #666d7a;
}

.pricing-table--modern {
    padding: 0;
}

.pricing-table--modern:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 20px;
    border: 6px solid currentColor;
    z-index: 11;
    margin-top: -8px;
}

.pricing-table--modern .pricing-thumb {
    background-color: currentColor;
    padding: 50px;
    margin-bottom: 0;
}

.pricing-table--modern .pricing-thumb img {
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 20px;
}

.pricing-table--modern .pricing-content {
    background-color: #111115;
    padding: 0 0 60px;
}

.pricing-table--modern .pricing-title {
    margin-bottom: 0;
}

.pricing-table--modern .price {
    margin-bottom: 0;
}

.pricing-table--modern .price .price-value {
    padding: 20px 40px;
}

.pricing-table--modern .pricing-tables-position {
    margin: 0;
}

.pricing-table--modern .pricing-tables-position li {
    padding: 20px 40px;
    border-bottom: none;
}

.pricing-table--modern .btn {
    margin-top: 20px;
}

/*================= #PRICING Style Tables Blurring ============*/

.currency-table > thead > tr > th.last-price-cell {
    width: 240px;
}

.currency-table > thead > tr > th.changes-h-cell {
    width: 230px;
}

.currency-table > thead > tr > th.market-cap-cell {
    width: 250px;
}

.currency-table > tbody > tr > td:last-child,
.currency-table > thead > tr > th:last-child {
    padding-right: 40px;
}

.pricing-table--style-table-blurring {
    text-align: left;
}

.pricing-table--style-table-blurring .currency-table__cell-indicator {
    margin-left: 3;
}

.pricing-table--style-table-blurring .pricing-thumb img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.pricing-table--style-table-blurring .pricing-title {
    margin: 0;
    white-space: nowrap;
    color: #001a33;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
}

.pricing-table--style-table-blurring .pricing-thumb .chip-custom-new {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: grey
}

.pricing-table--style-table-blurring .pricing-title > span {
    color: #777e90;
    font-size: 14px;
    text-transform: uppercase;
}

.payment-method {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.payment-method img {
    height: 20px;
}

/*================= Responsive Mode ============*/
@media (max-width: 1400px) {
    .pricing-table--small {
        padding: 20px;
    }

    .crumina-pricing-table .price .price-value {
        font-size: 22px;
    }

    .pricing-table--style2 .pricing-thumb img {
        display: block;
        margin-bottom: 20px;
    }
}

@media (max-width: 1200px) {
    .pricing-table--small .pricing-thumb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .pricing-table--small .pricing-thumb > * {
        margin-bottom: 20px;
    }

    .pricing-table--small .pricing-thumb img {
        margin-right: 0;
    }

    .pricing-table--small .gain-drop-arrow {
        margin-left: 0;
    }

    .pricing-table--small .pricing-title {
        text-align: center;
    }

    .pricing-tables-wrap-table > tbody > tr > td,
    .pricing-tables-wrap-table > thead > tr > th,
    .pricing-tables-wrap-table-blurring > thead > tr > th,
    .pricing-tables-wrap-table-blurring > tbody > tr > td {
        padding: 15px 10px;
        font-size: 12px;
    }

    .pricing-tables-wrap-table > tfoot > tr > td,
    .pricing-tables-wrap-table-blurring > tfoot > tr > td {
        padding: 20px 10px;
        font-size: 12px;
    }

    .pricing-table--style-table .currency-details-item .title,
    .pricing-table--style-table .currency-details-item .value {
        font-size: 12px;
    }

    .pricing-tables-wrap-table > tbody > tr > td:first-child,
    .pricing-tables-wrap-table > thead > tr > th:first-child,
    .pricing-tables-wrap-table-blurring > tbody > tr > td:first-child,
    .pricing-tables-wrap-table-blurring > thead > tr > th:first-child {
        padding-left: 10px;
    }

    .pricing-tables-wrap-table > tbody > tr > td:last-child,
    .pricing-tables-wrap-table > thead > tr > th:last-child,
    .pricing-tables-wrap-table-blurring > tbody > tr > td:last-child,
    .pricing-tables-wrap-table-blurring > thead > tr > th:last-child {
        padding-right: 10px;
    }

    .payment-method img {
        height: 15px;
    }

    .pricing-tables-wrap-table .pricing-title,
    .pricing-table--style-table-blurring .pricing-title {
        font-size: 14px;
    }

    .pricing-tables-wrap-table .pricing-thumb img,
    .pricing-table--style-table-blurring .pricing-thumb img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .pricing-table--style2 {
        text-align: center;
    }

    .pricing-table--style2 .pricing-thumb img {
        margin: 0 auto 20px;
    }

    .pricing-table--modern .pricing-thumb {
        padding: 50px 20px;
    }

    .pricing-tables-modern-wrap .pricing-table--modern-main .crumina-heading {
        padding: 50px 20px 50px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1199px) {
    #banner-part.main-banner .main-banner__wrapper {
        padding: 87px 15px 32px;
    }
}

@media (max-width: 991px) {
    .crumina-pricing-table .price .price-value {
        font-size: 18px;
    }

    .payment-method img {
        height: 10px;
    }

    .pricing-tables-modern-wrap .pricing-table--modern-main {
        display: none;
    }

    .pricing-tables-modern-wrap .pricing-table--modern {
        width: 100%;
    }

    .pricing-tables-modern-wrap {
        position: relative;
    }

    .pricing-tables-modern-wrap > * {
        border-radius: 20px;
        margin-bottom: 30px;
    }

    .pricing-tables-modern-wrap > *:nth-child(2) {
        border-radius: 20px;
    }

    .pricing-tables-modern-wrap > *:last-child {
        border-radius: 20px;
    }
}

@media (max-width: 768px) {
    .pricing-tables-wrap-table > thead > tr > th,
    .pricing-tables-wrap-table > tbody > tr > td,
    .pricing-tables-wrap-table-blurring > thead > tr > th,
    .pricing-tables-wrap-table-blurring > tbody > tr > td {
        font-size: 10px;
    }

    .pricing-tables-wrap {
        padding: 0 15px;
    }
}

.c-red {
    color: #fe3235;
}

.c-red-light {
    color: #DC2626;
}

.c-green-lighter {
    color: #8ec545;
}

.c-green-succes {
    color: #67CF29;
}

.c-primary {
    color: #ffba00;
}

/***
=============================================
    Fact counter Area style
=============================================
***/
.fact-counter-area {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 110px 0;
}

.fact-counter-area::before {
    background: rgb(57 33 143 / 82%) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.fact-counter-area::after {
    background: url(../images/resources/fact-counter-bottom-bg.png);
    background-repeat: no-repeat;
    content: "";
    height: 127px;
    left: 0;
    position: absolute;
    bottom: -35px;
    width: 100%;
    z-index: -1;
}

.fact-counter-area .sec-title {
    padding-bottom: 0;
}

.single-fact-counter {
    display: block;
    float: left;
    max-width: 223px;
    width: 100%;
}

.single-fact-counter:last-child {
}

.single-fact-counter .count-box {
    position: relative;
    display: block;
    margin: 4px 0;
}

.single-fact-counter h1 span {
    color: #ffffff;
    font-size: 48px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.single-fact-counter .count-box .title {
}

.single-fact-counter .count-box .title h3 {
    color: #fdc209;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    margin: 3px 0 0;
}

/***
=============================================
    Mission Vision area style
=============================================
***/
.mission-vision-area {
    position: relative;
    display: block;
    background: #fff;
    padding-bottom: 100px;
}

.mission-vision-area .inner-content {
    display: block;
}

.mission-vision-area .video-content-box {
    background: #febe28;
    position: relative;
    display: block;
    min-width: 630px;
}

.mission-vision-area .video-content-box:after {
    background: url(../images/resources/video-gallery-right-bg.jpg);
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    min-width: 140px;
    position: absolute;
    content: "";
}

.video-holder {
    position: relative;
    overflow: hidden;
    max-width: 490px;
    width: 100%;
}

.video-holder img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.video-holder .overlay-gallery {
    background-color: transparent;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transition: all 500ms ease;
}

.video-holder .overlay-gallery .icon-holder {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.video-holder .overlay-gallery .icon-holder .icon {
    display: table-cell;
    vertical-align: middle;
}

.video-holder .overlay-gallery .icon-holder .icon a img {
    width: auto;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}

.video-holder:hover .overlay-gallery {
    background-color: rgba(0, 0, 0, 0.8);
}

.video-holder:hover img {
    transform: scale(1.1);
}

.video-holder .overlay-gallery .icon-holder .icon a:hover img {
    transform: scale(1.1);
}

.mission-vision-area .text-holder {
    display: block;
}

.mission-vision-area .text-holder .single-box {
    position: relative;
    display: block;
}

.mission-vision-area .text-holder .single-box.martop {
    margin-top: 33px;
}

.mission-vision-area .text-holder .single-box .icon-box {
    position: absolute;
    top: 0;
    left: -63px;
}

.mission-vision-area .text-holder .single-box .icon-box span:before {
    background: #ffffff;
    height: 80px;
    width: 80px;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    color: #fdc209;
    font-size: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    line-height: 78px;
    -moz-box-shadow: 1px 2px 7px #f2f2f2;
    -webkit-box-shadow: 1px 2px 7px #f2f2f2;
    box-shadow: 1px 2px 7px #f2f2f2;
}

.mission-vision-area .text-holder .single-box .text-box {
    padding-top: 10px;
    display: block;
    overflow: hidden;
}

.mission-vision-area .text-holder .single-box .text-box .sec-title {
    padding-bottom: 24px;
}

.mission-vision-area .text-holder .single-box .text-box .text {
}

.mission-vision-area .text-holder .single-box .text-box .text p {
    margin: 0;
}

.sec-title {
    position: relative;
    padding-bottom: 50px;
    margin-top: -5px;
}

.sec-title h1 {
    display: block;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

.sec-title h1.clr-white {
    color: #ffffff;
}

.sec-title .dector {
    background-image: url(/themes/2/images/icon/decor.png);
    position: relative;
    display: block;
    width: 90px;
    height: 6px;
    margin: 17px 0 0;
}

.sec-title .dector.center {
    margin: 17px auto 0;
}

/*section sale */
.section-sale {
    background: rgba(0, 0, 0, 0.1);
    color: var(--text-list);
    position: relative;
    padding: 34px 0;
}

.dark-mode .section-sale {
    background: #000;
}

.section-sale::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.dark-mode .section-sale::before {
    background: #18191d;
}

.section-sale .block-text .heading {
    font-size: 32px;
    color: #fff;
    text-transform: none;
    letter-spacing: -0.3px;
    font-weight: 500;
    /* color: var(--text-secondary); */
    margin-bottom: 10px;
}

.section-sale .block-text p {
    /* color: #fff; */
    color: var(--text-list);
    text-transform: capitalize;
}

.section-sale .button {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .section-sale .button {
        text-align: left;
        margin-top: 30px;
    }
}

.section-sale .button a {
    margin-top: 12px;
    /* background: #ffffff;
    color: var(--button-primary); */
}

.dark-mode .section-sale .button a {
    margin-top: 12px;
    background: #FFB000;
    color: #fff;
}

.section-sale .button a:hover {
    /* background: #23262f;
    color: #fff; */
}

.about-us-team {
    padding: 50px 0;
}

.about-us, .not-found-content {
    background-color: #000;
}
.about-us__title {
    /* color: var(--text-secondary) !important; */
}
.about-us__overlay, .not-found-content__overlay {
    padding-top: 72px;
}

.not-found-content__overlay {
    padding: 0;
}
.about-us__wrapper {
}
.about-us__wrapper, .not-found-content__wrapper {
    padding: 30px 0;
    margin: auto;
    border-radius: 8px;
    transform: scale(80%);
    animation: .5s ease-in-out forwards banner-box;
}

.not-found-content__wrapper {
    width: min(550px, 100%);
}

.about-us__bg-wrapper img {
    width: min(510px, 100%);
}

.about-us-info {
    padding: 100px 0 50px;
    margin: auto;
}

.about-us-info .alert {
    margin: 0 20px;
}

.about-advantages {
    padding: 50px 0;
}

.about-advantages-slider__title-wrapper {
    margin-bottom: 20px;
}

.about-advantages-slider {
    width: min(1280px, 100% - 40px);
    margin: auto;
    background: rgb(255, 255, 255);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,.07) rgba(0,0,0,.07) rgba(0,0,0,.15);
    border-radius: 12px;
}

.dark-mode .about-advantages-slider {
    background: #121a28;
    border-color: #23262f;
    box-shadow: 0px 20.2977px 62.72px rgb(4 4 4 / 17%), 0px 10.8521px 33.5331px rgb(4 4 4 / 14%), 0px 6.08362px 18.7984px rgb(4 4 4 / 12%), 0px 3.23097px 9.98369px rgb(4 4 4 / 10%), 0px 1.34448px 4.15444px rgb(4 4 4 / 7%);
}

.about-advantages-slider__wrapper {
    margin-right: 0;
    margin-left: 0;
    position: relative;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 8px;
}

.about-advantages-slider__header-wrapper {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: center;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.about-advantages-slider__content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 30px 50px 50px;
}

.about-advantages-slider__left-side {
    width: 41%;
    flex-shrink: 0;
}

.about-advantages-slider__left-side-title {
    margin-bottom: 25px;
}

.about-advantages-slider__dots {
    display: flex;
    gap: 30px;
    overflow: auto;
}

.about-advantages-slider__dot {
    cursor: pointer;
    transition: .3s background-color ease;
    border-radius: 8px;
    padding: 10px 16px;
    flex-shrink: 0;
}

.about-advantages-slider__dot-title-wrapper {
    display: flex;
    gap: 11px;
    align-items: center;
    margin-bottom: 6px;
}

.about-advantages-slider__dot-title {
    color: #000;
    font-weight: 500;
    display: block;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .25px;
    text-transform: none;
}

.about-advantages-slider__dot:hover, .about-advantages-slider__dot.active {
    background-color: rgb(192 250 160);
}

.about-advantages-slider__dot-line-wrapper {
    height: 3px;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.about-advantages-slider__dot-purple-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transition: transform .3s ease;
    transform: translateX(-100%);
}

.about-advantages-slider__dot-purple-line.active {
    transform: translateX(-99%);
}

.about-advantages-slider__text {
    display: none;
    min-height: 96px;
}

.about-advantages-slider__text.active {
    display: block;
}

.about-advantages-slider__content {
    margin-bottom: 32px;
}

.about-advantages-slider__action a {
    padding: 12px 14px;
    font-size: 16px;
    line-height: 22px;
}

.about-advantages-slider__right-side {
    overflow: hidden;
    flex-grow: 1;
    padding: 15px;
}

.about-advantages-slider__slide-wrapper {
    display: none;
    margin: 0px auto;
    position: relative;
    height: 426px;
}

.dark-mode .about-advantages-slider__slide-wrapper {
    background: #121a28;
}

.about-advantages-slider__slide-wrapper.active {
    display: flex;
    align-items: center;
    transform: translateX(20%);
    animation: FadeAdvantageSlide 1s ease-in-out forwards;
}

@keyframes FadeAdvantageSlide{
    0% {
        transform: translateX(20%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.about-advantages-slider__slide {
    width: 100%;
    object-fit: contain;
    border-radius: 12px;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 3px 8px);
}

.slick-initialized .slick-slide.services-part__service-wrapper {
    height: fit-content !important;
}

.slick-initialized .slick-slide {
    height: auto!important;
}

.reviews {
    padding: 0 0 80px;
}

.slider__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 47px;
}

.reviews__slider {
    display: flex;
    gap: 11px;
    flex-wrap: nowrap;
}

.reviews__slider .slick-list.draggable {
    padding: 10px 0;
}

.reviews__slide {
    flex-shrink: 0;
    padding: 30px 20px;
    border-radius: 5px;
    background: linear-gradient(0deg, rgb(26 23 56) 0%, rgb(33 37 58) 100%);
    display: flex;
    flex-direction: column;
    width: 98%;
    margin: 0 auto;
    min-height: 165px;
    max-height: 165px;
}

.reviews__slide--black {
    background: #161326;
    box-shadow: rgb(157 106 44 / 50%) 0px 3px 8px;
}

.reviews__slide--orange {
    background: #fff052;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 8px;
}

.dark-mode .reviews__slide {
    background: #121a28;
    border-color: #23262f;
    box-shadow: 0px 1px 10px 0 rgb(4 4 4 / 17%), 0px 1px 10px rgb(4 4 4 / 14%)
}

.reviews__slide-title-wrapper {
    flex-grow: 1;
}

.reviews__slide-title-wrapper .reviews__slide-title {
    margin-bottom: 0;
    color: #fff;
}

.reviews__slide--orange .reviews__slide-title-wrapper .reviews__slide-title {
    color: #232530
}

.reviews__slide--orange .reviews__slide-title-wrapper .reviews__slide-subtitle {
    color: #232530
}

:is(.reviews__slide--black) .reviews__slide-title-wrapper .reviews__slide-title {
    color: #fff
}

.reviews__slide-title__stars {
    width: 98px;
    fill: #FFB000
}

.reviews__slide-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews__slide-bottom-user-info-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.reviews__slide-bottom-user-info-img {
    order: 1
}

.reviews__slide-bottom-user-info-quote {
    width: 15px;
    fill: #FFB000
}

.reviews__slide-bottom-user-info-title.h6 {
    font-weight: 500;
    margin-bottom: 3px;
}

.publications {
    padding: 0px 0 80px;
}

.publications__slider {
    display: flex;
}

.publications__slider .slick-list.draggable{
    padding: 10px 0;
}

.publications__slider .slick-track {
    display: flex;
    align-items: stretch;
}

.publications__slide {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
}

.publications__slide-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 32px;
    background-color: rgb(255, 255, 255);
    height: 100%;
    width: 97%;
    margin: 0px auto;
    gap: 10px;
    border-radius: 8px;
    box-shadow: 0 1px 10px 0 rgb(33 33 33 / 10%);
}

.dark-mode .publications__slide-card {
    background: #121a28;
    border-color: #23262f;
    box-shadow: 0px 1px 10px 0 rgb(4 4 4 / 17%), 0px 1px 10px rgb(4 4 4 / 14%);
}

.publications__rigth-side-image {
    height: 50%;
}

.dark-mode .publications__slide-card-img--invers {
    /*filter: brightness(0) invert(1);*/
    filter:brightness(3) contrast(3) invert(0.8) sepia(1)
}

:is(.publications__slider-wrapper, .reviews__slider-wrapper) > button[class*="control"] {
    display: none !important;
}
.terms-of-services-block {
    background: #fff;
    border: 1px solid #DADADA;
}
.terms-of-services {
    background: #EAECEF;
}
.terms-of-services hr,
.terms-of-services p {
    font-size: 14px;
    line-height: 140%;
    color: #404053;
}
.terms-of-services h3 {
    color: #121212;
    font-size: 14px;
    font-weight: 700;
}
.revolution-leader__title {
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
}

.revolution-leader__subtitle {
    font-weight: 400;
    line-height: 1.666;
    color: var(--text-tertiary);
    margin-bottom: 60px;
}

.revolution-leader__cards {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}
.revolution-leader_card {
    display: flex;
   align-items: center;
   gap: 20px;
   background: var(--bg-primary);
   padding: 12px;
   border-radius: 10px;
}
.revolution-leader_card-image-wrapper {
    width: 30%;
    height: auto;
    margin-bottom: 35px;
}
.revolution-leader_card-content {
    flex: 1;
}

.revolution-leader_card-image-wrapper img {
    margin: auto;
    display: block;
}

.revolution-leader_card-content-title {
    color: #000;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 5px;
}
.revolution-leader_card-content-title {
    color: #000 !important;
}
.revolution-leader_card-content-subtitle {
    color: var(--text-tertiary);
    line-height: 1.666;
    font-size: 12px;
}

.btn-download {
    box-sizing: border-box;
    margin: 0px 16px 16px 0px;
    min-width: 0px;
    border: 1px solid rgb(71, 77, 87);
    border-radius: 4px;
    display: inline-block;
    padding: 8px;
    transition: transform .2s; /* Animation */
    background: #E9EAF0;
}

.btn-download:last-of-type {
    margin-right: 0;
}

.btn-download:hover {
    text-decoration: none;
    transform: scale(1.3);
}

.btn-download .btn-dw-info {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-download svg {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    color: #2B3144;
    font-size: 24px;
    fill: #2B3144;
    width: 1em;
    height: 1em;
}

.btn-download .info {
    box-sizing: border-box;
    margin: 0px 0px 0px 8px;
    min-width: 0px;
}

.btn-download .info div:nth-child(1) {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgb(112, 122, 138);
}

.btn-download .info div:nth-child(2) {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    color: #545766;
}

.phone-download-image {
    height: 400px;
}

.download-exchanger-image-wrapper {
    padding: 40px 0;
}

.download-exchanger-image {
    max-width: 1200px;
    width: 100%;
}

.download-section {
    padding-top: 130px;
}

.mac-download-image {
    width: min(500px, 100%);
    display: block;
    margin: auto;
}

.about-us-info__card {
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 1px 10px 0 rgb(33 33 33 / 10%);
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    gap: 20px
}

.dark-mode .about-us-info__card {
    background: #121a28;
    border-color: #23262f;
    box-shadow: 0px 1px 10px 0 rgb(4 4 4 / 17%), 0px 1px 10px rgb(4 4 4 / 14%);
}

.about-us-info__card-title {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 7px;
    letter-spacing: -.6px;
    color: #55667e;
    line-height: 24px;
}


.about-us-info__card-icon {
    width: 88px;
    transition: transform .15s;
}

.about-us-info__card-icon:hover {
    transform: scale(1.1);
}
.auth__arrow {
    position: absolute;
    top: -41px;
    right: -59px;
}
.auth__picture {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.sing-in__have{
    text-align: center;
}
.auth__picture-text {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #121212;
    text-align: center;
    align-items: center;
    background-color: #fff;
    width: fit-content;
    bottom: 50px;
    width: 50%;
    border-radius: 10px;
}
.auth__picture-text .label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #000
}
.auth__picture-text {
    font-size: 12px;
    line-height: 16px;
    color: #5e5e5e;
}
.auth-section {
    background: var(--bg-secondary);
}

.auth-right-side {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.auth-right-side__logo-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.auth-right-side__logo-link {
    display: flex;
    align-items: center;
}

.auth-right-side__logo-link img {
    margin-right: 12px;
}

.auth-right-side__logo-link h6 {
    font-weight: 500;
    margin-bottom: 0;
}

.form-access {
    margin: auto;
    width: 450px;
    min-width: 0;
    background: var(--bg-primary);
    padding: 24px 24px 32px;
    border-radius: 10px;
}

.form-access .form-group:first-of-type {
    margin-top: 20px;
}

.form-access .form-check-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--text-tertiary);
}

.form-access .custom-control.form-check {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.form-access input.form-check-input {
    height: 1em;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: -20px;
}

.form-access .forget-pass-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1B212D;
}

.form-access a:hover {
    text-decoration: none;
}

.form-access h3 {
    position: relative;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #1B212D;
}
.form-access .desc {
    color: #787787;
}
.form-access .text-right {
    font-weight: 600;
}

.form-access button {
    width: 100%;
    padding: 12px;
    font-weight: 600;
    justify-content: center;
}

.form-access .custom-control-label::before,
.form-access .custom-control-label::after {
    top: 2px;
}

.form-access .custom-control-label::before {
    border: #cbd2df solid 1px;
}

.form-access .auth-bottom-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--text-secondary);
}

.form-access .auth-bottom-label a {
    color: var(--text-secondary);
    font-weight: 500;
}

@media screen and (max-width: 1240px) {
    .auth-right-side {
        padding: 20px 30px;
    }
}
@media screen and (max-width: 991px) {
    .recovery__form-group {
        margin-bottom: 0;
    }

    .form-access button {
        margin-top: 20px;
    }
}

@media screen and (max-width: 475px) {

    .form-access h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .form-access .fs-20 {
        font-size: 14px;
    }

    .form-access .form-check-label {
        font-size: 13px;
        line-height: 15px;
    }

    .form-access .text-right {
        margin-top: 0;
    }

    .form-access .forget-pass-link {
        font-size: 14px;
        line-height: 16px;
    }
}

@media screen and (max-width: 375px) {
    .form-access .fs-20 {
        font-size: 14px;
    }
}