@media (min-width: 1440px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1324px;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .Faq-section{
    padding-bottom: 60px;
  }
.managing-finances {
    padding: 20px 0 70px;
}
  .choose-stats {
    grid-template-columns: repeat(3, 150px);
    /* grid-template-rows: 150px 150px; */
    grid-gap: 14px;
  }

  .choose-text {
    flex: 1 1 490px;
    max-width: 490px;
  }

  .choose-stats .stat {
    padding: 21px;
  }

  .choose-stats .stat h3 {
    font-size: 30px;
  }

  .choose-text h2 {
    font-size: 28px;
  }

  #header {
    max-width: 1140px;
  }

  .here-section {
    margin: 22px 16px 0;
    padding: 165px 16px 60px;
    border-radius: 30px;
  }

  #header.is-sticky {
    max-width: 1140px;
  }

  .here-section .section-heading {
    font-size: 50px;
  }

  .hero-dashboard {
    margin-top: 50px;
  }

  .column-center {
    flex: 1 1 420px;
    max-width: 420px;
  }

  .column-left {
    flex: 1 1 330px;
    max-width: 330px;
  }

  .column-right {
    flex: 1 1 320px;
    max-width: 320px;
  }

  .upload-icon-new {
    height: 84px;
    width: 84px;
  }

  .download-card {
    margin-top: 32px;
  }

  .report-icon {
    height: 80px;
  }

  .documents-card .gauge-icon {
    max-width: 200px;
  }

  .top-rated-card .counter {
    font-size: 36px;
  }

  .top-rated-card .star-icon {
    height: 71px;
  }

  .coins-card img {
    height: 60px;
    margin-bottom: 12px;
  }

  .column-left,
  .column-center,
  .column-right {
    gap: 14px;
  }

  .about-section {
    padding: 80px 0;
  }

  .section-header .heading {
    font-size: 38px;
    margin: 16px 0 30px;
  }

  .section-dec {
    font-size: 15px;
  }

  .about-features {
    max-width: 500px;
  }

  .feature-card.yellow img {
    height: 200px;
  }

  .feature-card.lightblue img {
    height: 250px;
  }

  .col-md-4 .feature-img {
    height: 150px;
  }

  .feature-card-content .heading {
    font-size: 18px;
  }

  .finances-image>img {
    height: 440px;
  }

  .finances-image {
    max-width: 448px;
  }

  .float-item.item5 {
    right: -110px;
  }

  .float-item.item2 {
    top: 63px;
    right: -60px;
  }


  .how-card-heading {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .how-card-dec {
    margin-bottom: 0;
  }

  .testimonials {
    padding: 30px 20px;
  }

  .main-accordion .accordion-button {
    padding: 18px 18px 18px;
    font-size: 16px;
  }

  .footer_wrapper {
    padding: 60px 0 0;
  }

  ul.footer-links li a {
    font-size: 15px;
  }

  footer h6 {
    margin: 0 0 28px;
  }

  .copyright {
    margin-top: 50px;
  }

  .social-icons a {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .workStepBox {
    padding: 15px;
    width: 290px;
  }
  .workSteps .workStepBox:not(:last-child)::after {
      right: -37%;
  }
}

@media (max-width: 1199.98px) {
  .about-content {
    margin-top: 60px;
  }

  .choose-stats {
    grid-template-columns: repeat(3, 150px);
    /* grid-template-rows: 150px 150px; */
    grid-gap: 14px;
  }

  .choose-text {
    flex: 1 1 370px;
    max-width: 370px;
  }

  .feature-box {
    gap: 15px;
    margin-bottom: 28px;
  }

  .choose-stats .stat {
    padding: 21px;
  }

  .choose-stats .stat h3 {
    font-size: 30px;
  }

  .choose-text h2 {
    font-size: 24px;
  }

  .choose-subtitle {
    font-size: 20px;
  }

  .features-section {
    padding: 30px 0;
  }

  #header {
    max-width: 940px;
  }

  .here-section {
    margin: 22px 16px 0;
    padding: 155px 16px 40px;
    border-radius: 30px;
  }

  .here-info {
    margin: 40px auto 30px;
  }

  #header.is-sticky {
    max-width: 940px;
  }

  .here-section .section-heading {
    font-size: 44px;
  }

  .hero-dashboard {
    margin-top: 50px;
  }

  .column-center {
    flex: 1 1 345px;
    max-width: 345px;
  }

  .column-left {
    flex: 1 1 260px;
    max-width: 260px;
  }

  .column-right {
    flex: 1 1 260px;
    max-width: 260px;
  }

  .upload-icon-new {
    height: 84px;
    width: 84px;
  }

  .download-card {
    margin-top: 32px;
  }

  .report-icon {
    height: 80px;
  }

  .documents-card .gauge-icon {
    max-width: 200px;
  }

  .top-rated-card .counter {
    font-size: 36px;
  }

  .top-rated-card .star-icon {
    height: 71px;
  }

  .coins-card img {
    height: 60px;
    margin-bottom: 12px;
  }

  .column-left,
  .column-center,
  .column-right {
    gap: 14px;
  }

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

  .section-header .heading {
    font-size: 32px;
    margin: 16px 0 24px;
  }

  .section-dec {
    font-size: 15px;
  }

  .about-features {
    max-width: 500px;
  }

  .feature-card.yellow img {
    height: 130px;
  }

  .feature-card.yellow .feature-card-content {
    max-width: 295px;
  }

  .feature-card.yellow {
    height: 330px;
  }

  .feature-card.lightblue {
    height: 330px;
  }

  .feature-text {
    font-size: 14px;
  }

  .float-item.item1 {
    left: 26px;
    top: -36px;
  }

  .feature-card.lightblue img {
    height: 200px;
  }

  .col-md-4 .feature-img {
    height: 150px;
  }

  .feature-card-content .heading {
    font-size: 18px;
  }

  .finances-image>img {
    height: 440px;
  }

  .finances-image {
    max-width: 448px;
  }

  .float-item.item5 {
    right: -110px;
  }

  .float-item.item2 {
    top: 63px;
    right: -60px;
  }


  .how-card-heading {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .how-card-dec {
    margin-bottom: 0;
  }

  .testimonials {
    padding: 30px 20px;
  }

  .main-accordion .accordion-button {
    padding: 18px 18px 18px;
    font-size: 16px;
  }

  .footer_wrapper {
    padding: 60px 0 0;
  }

  ul.footer-links li a {
    font-size: 15px;
  }

  footer h6 {
    margin: 0 0 28px;
  }

  .copyright {
    margin-top: 50px;
  }

  .social-icons a {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }
}

@media (min-width: 992px) {
  
  .extra_nav ul {
    align-items: center;
  }

  .mobile_logo {
    display: none;
  }

  .dropdown-menu {
    right: 0;
    left: auto;
  }

  /* 
  .dropdown:hover ul.dropdown-menu,
  .dropdown:hover ul.dropdown-menu.show {
    top: calc(100% + 5px);
    opacity: 1;
    visibility: visible;
    transform: rotateX(0) translateZ(0);

  } */
}

@media (min-width: 768px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .workSteps {
    gap: 80px;
}
 .workStepBox {
    padding: 15px;
    width: 290px;
  }
  .workSteps .workStepBox:not(:last-child)::after {
      right: -21%;
    content: url(../img/ArrowMobile.svg);
}
  .pointListing li {
    width: 100%;
}
   .Faq-section{
    padding-bottom: 60px;
  }

  #header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 15px;
  }

  #header .extra_nav {
    margin-left: 15px;
  }

  #header .navbar-brand img {
    height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {
  .managing-finances {
    padding: 20px 0 0px;
}
  .here-section {
    margin: 16px 16px 0;
    padding: 125px 16px 40px;
  }
  #header {
    max-width: 700px;
  }
  #header.is-sticky {
    max-width: 700px;
  }
  .here-section .section-heading {
    font-size: 36px;
}
.hero-dashboard {
    margin-top: 40px;
}
.column-left {
    flex: 1 1 200px;
    max-width: 200px;
}
.profile-card h4 {
    font-size: 12px;
}
.profile-card p {
    font-size: 10px;
}
.profile-card {
    gap: 10px;
}
.profile-card img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}
.column-center {
    flex: 1 1 262px;
    max-width: 262px;
}
.column-right {
    flex: 1 1 180px;
    max-width: 200px;
}
.documents-card .counter {
    bottom: 59px;
    font-size: 30px;
}
.documents-card {
    padding: 20px 16px;
}
.profile-card, .coins-card, .upload-card, .download-card, .documents-card, .top-rated-card {
    border-radius: 16px !important;
}
.upload-card h3 {
    margin-top: 16px;
    margin-bottom: 20px;
    font-size: 16px;
}
.top-rated-card {
    padding: 20px 16px 11px;
}
.top-rated-card .star-icon {
    height: 51px;
}
.top-rated-card .counter {
    font-size: 24px;
}
.top-rated-card .heading {
    font-size: 13px;
}
.documents-card .heading {
    font-size: 15px;
}
.section-dec {
    font-size: 14px;
}
.section-header .heading {
    font-size: 28px;
}
.about-features {
    max-width: 100%;
}
.about-image img {
    max-width: 100%;
    height: 260px;
    border-radius: 16px;
}
.feature-box {
  flex-direction: row;
    align-items: flex-start;
    text-align: left;
}
.choose-text {
    flex: 100%;
    max-width: 100%;
    display: block;
    text-align: left;
}
.about-image {
    order: -1;
    margin-bottom: 30px;
}
.report-icon {
    height: 56px;
}
.upload-icon-new svg {
    height: 38px;
}
.upload-icon-new {
    height: 54px;
    width: 54px;
}
.download-card {
    margin-top: 22px;
}
.feature-card {
    padding: 16px;
    border-radius: 16px;
}
.finances-content {
    max-width: 100%;
    margin-left: 0;
    margin-top: 30px;
}
section.how-it-works {
    margin-top: 60px;
}
  .navbar-toggler.menuClose-icon {
    display: none;
  }
  .feature-card-content .heading {
    font-size: 16px;
}

  .navbar-toggler.menu-opened:before {
    top: 10px;
    background: #fff;
    width: 22px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .navbar-toggler.menu-opened span {
    opacity: 0;
  }

  .navbar-toggler.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 10px;
    border: 0;
    height: 2px;
    width: 22px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

}


@media (max-width: 991.98px) {
    .promo-section {
    padding: 8px;
}
    iframe {
    height: 320px;
}
  .pageTitle {
    font-size: 36px;
  }
  .pointsList li {
    font-size: 14px;
    margin-bottom: 15px;
}
.chooseSection {
    padding-bottom: 60px;
}
.dataCardTitle {
    font-size: 24px;
    margin-bottom: 13px;
    max-width: 375px;
}
  .processSection {
    padding: 60px 0;
}
p.sectionSubTitle {
    font-size: 16px;
    margin-bottom: 40px;
}
  .workSteps .workStepBox:not(:last-child)::after {
        content: url(../img/ArrowMobile.svg);
        top: auto;
        right: 50%;
        transform: rotate(90deg);
        bottom: -35px;
}
  .workStepBox {
    width:100%;
}
.workSteps {
    flex-direction: column;
    gap: 45px;
}
   .Faq-section{
    padding-bottom: 40px;
  }
  .testimonials {
    padding: 60px 20px;
}

.social-icons a {
    width: 40px;
    height: 40px;
}
.social-icons a svg {
    width: 16px;
    height: 16px;
}
.newsletter-form .form-control {
    font-size: 14px;
    border-radius: 12px;
    padding-right: 40px;
    padding: 15px 140px 15px 50px !important;
}
.relative-box .subscribe-btn {
    height: 49px;
    font-size: 15px;
    border-radius: 10px;
    padding: 13px 31px;
}
.svg-mail-icon {
    top: 15px;
    left: 20px;
}
footer h6 {
    font-size: 16px;
}
.newsletter-form label {
    margin-bottom: 16px;
    font-size: 14px;
}

.footer_wrapper {
    padding: 40px 0 0;
}
footer h6 {
    margin: 0 0 18px;
}
ul.footer-links li a {
    font-size: 14px;
}
.copyright {
    margin-top: 50px;
}
.user-info img {
    width: 40px;
    height: 40px;
}
.user-info h4 {
    font-size: 14px;
    margin-bottom: 0;
}
.testimonial-card {
    border-radius: 16px;
    padding: 4px 4px 12px;
}
.testimonial-inner-card {
    padding: 14px;
    border-radius: 10px;
}
.how-card-dec {
    font-size: 14px;
}
.how-card-heading {
    font-size: 18px;
    margin-bottom: 12px;
}
  section.how-it-works {
    margin-top: 60px;
}

  #header .header_filled_btn,
  #header .header_border_btn {
    padding: 8px 15px !important;
  }

  .menuoverlay {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 9;
  }

  #header .navbar-brand img {
    max-height: 32px;
    width: auto;
  }

  #header .navbar-nav .dropdown-menu {
    border: none;
    /* background: transparent; */
    position: absolute;
  }

  .navbar-toggler:focus,
  .navbar-toggler:active {
    outline: none;
    box-shadow: none;
  }

  .navbar-toggler {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0px;
    padding: 0;
    border: 0;
    z-index: 9;
  }

  .navbar-toggler:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 2px;
    width: 22px;
    background: #5046E4;
    content: "";
  }

  .navbar-toggler span {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 14px;
    right: 0;
    display: block;
    height: 2px;
    width: 22px;
    background: #5046E4;
  }

  .navbar-toggler:after {
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    height: 4px;
    width: 22px;
    border-top: 2px solid #5046E4;
    content: "";
  }

  /* Main Menu */
  header .collapse:not(.show) {
    display: block;
    position: fixed;
    top: 0;
    left: -100vw;
    height: 100vh;
    overflow-y: auto;
    width: 250px;
    background: #fff;
    padding: 0 12px;
    padding-top: 110px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    z-index: 99;
  }

  header .collapse:not(.show).menu-show {
    left: 0px;
  }

  body.scroll-off {
    overflow-y: hidden;
  }

  #header {
    height: 65px;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link.sign_up,
  #header .navbar-expand-lg .navbar-nav .nav-link.sign_in {
    margin: 0 0;
    margin-top: 10px;
    text-align: center;
  }

  .mobile_logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 0 22px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    background-color: #fff;
    height: 95px;
    display: flex;
    align-items: center;
    right: 0;
  }

  .is-sticky .mobile_logo {
    padding: 15px 10px;
  }

  .is-sticky .collapse:not(.show) {
    padding-top: 75px;
  }

  .mobile_logo img {
    max-height: 30px;
    width: auto;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link.sign_up {
    margin-top: 20px;
  }

  .overlay {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 1;
  }

  .user_dropdown .dropdown-toggle::after {
    display: none;
  }

  .user_dropdown>a {
    margin-right: 40px;
  }

  #header .extra_nav {
    margin-left: 0;
    border-top: 1px solid #ddd;
    /*margin-top: 15px;*/
    padding-top: 15px;
  }

  #header .extra_nav.for_mobile {
    padding: 0;
    margin-top: 0;
    border: 0;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 0;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link.extra_btn {
    width: 100%;
    margin-bottom: 10px;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    width: 60px;
    padding-left: 30px;
    margin-bottom: 0;
  }

  #header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 0px !important;
    margin-bottom: 10px;
  }

  #header .extra_nav.for_mobile .nav-item {
    margin-bottom: 0;
  }

  #header .navbar-nav .dropdown-menu {
    border: none;
    padding: 0;
  }

  #header .for_mobile {
    display: block;
  }

  #header .for_desktop {
    display: none;
  }

  .extra_nav.for_mobile {
    margin-left: 0 !important;
  }

  .user_dropdown>a {
    padding-left: 0;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link:before {
    display: none;
  }

  .footer-signin-link a span,
  .footer-signup-link a span {
    font-size: 30px;
  }

  .footer-signin-link a p,
  .footer-signup-link a p {
    font-size: 13px;
  }

  .footer-signup-link a span.footer-link-arrow,
  .footer-signin-link a span.footer-link-arrow {
    height: 40px;
    width: 40px;
    line-height: 40px;
    right: 10px;
  }

  .footer-signup-link a {
    padding-left: 50px;
  }

  .footer-signin-link a,
  .footer-signup-link a {
    padding-right: 70px;
  }

  .footer-block figure {
    margin-bottom: 10px;
  }

  .footer-block {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  h2.processTitle{
    font-size: 26px;
}
  .processImg {
    margin-top: 20px;
  }
  .mb80 {
    margin-bottom: 30px;
}
  .ctaBox {
    margin-bottom: 60px;
}
  .ctaTitle {
    font-size: 28px;
}
  .ourStory {
    margin: 80px 0;
}
  .storyTitle {
    font-size: 28px;
}
  .pageHeader {
    padding: 140px 16px 20px;
}
  .contactBox {
    margin-bottom: 60px;
}
  .managing-finances {
    padding: 60px 0 0px;
}
    .pointListing li {
    width: 100%;
}
  .section-header .tag {
    font-size: 14px;
}
  .about-content {
    margin-top: 30px;
}
  .feature-box h4 {
    font-size: 18px;
}
  .about-image {
    order: -1;
    margin-bottom: 30px;
}
.section-header .heading {
    font-size: 26px;
    margin: 16px 0 24px;
}

.choose-subtitle {
    font-size: 18px;
}
.how-card-heading {
    font-size: 16px;
}
.about-features {
    margin-right: 0;
}
.about-image img {
    max-width: 100%;
    height: 260px;
    border-radius: 16px;
}
.feature-box {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
} 
  .column-center {
    flex: 1 1 100%;
    max-width: 100%;
}
.coins-inner-card {
    background-size: cover;
}
.column-left {
    flex: 1 1 100%;
    max-width: 100%;
}
.top-rated-card {
    max-width: 100%;
}
.column-right {
    flex: 1 1 100%;
    max-width: 100%;
}
  .here-section .section-heading {
    font-size: 34px;
}
  .here-section {
    padding: 125px 16px 40px;
}
.finances-image {
    max-width: 336px;
}
.float-item.item2 img{
  height: 60px ;
}
.float-item.item3 img {
    height: 90px;
}
  .choose-text {
    flex: 100%;
    max-width: 100%;
    display: block;
    text-align: left;
}
.float-item.item3 {
    bottom: 96px;
    left: -46px;
}
.finances-image>img {
    height: 330px;
    margin-bottom: 40px;
}
  .here-section {
    margin: 22px 10px 0;
}
#header {
    max-width: 528px;
}
  #header.is-sticky {
    max-width: 528px;
}
  .navbar-toggler.menuClose-icon {
    position: absolute;
    top: 13px;
    right: 15px;
  }

  .navbar-toggler.menuClose-icon::before,
  .navbar-toggler.menuClose-icon::after {
    display: none;
  }

  header .collapse:not(.show) {
    width: 100%;
  }

  header .collapse:not(.show) {
     left: calc(-100vw - 15px);
    box-shadow: unset;
  }

  p {
    font-size: 15px;
  }

  #header,
  .mobile_logo,
  #header.is-sticky {
    height: 60px;
  }

  header .collapse:not(.show) {
    padding-top: 70px;
  }

  .copyright {
    font-size: 12px;
  }

  footer h6 {
    margin: 0 0 10px;
  }

  .features-coin {
    height: 55px;
    width: 55px;
    line-height: 55px;
  }

  .features-coin img {
    height: 30px;
  }

  .features-heading {
    font-size: 17px;
  }

  .features-text {
    font-size: 13px;
  }

  .footer-signin-link a span,
  .footer-signup-link a span {
    font-size: 20px;
  }

  .footer-signin-link a p,
  .footer-signup-link a p {
    font-size: 11px;
  }

  .footer-signin-link a,
  .footer-signup-link a {
    padding-right: 40px;
  }

  .footer-signup-link a span.footer-link-arrow,
  .footer-signin-link a span.footer-link-arrow {
    height: 30px;
    width: 30px;
    line-height: 30px;
    right: 10px;
    font-size: 14px;
  }

  .footer-signin-link a,
  .footer-signup-link a {
    padding-right: 40px;
    padding-left: 15px;
  }

  .price-value-right,
  .coinname-detail-box,
  .coin-trade-action {
    padding: 10px 20px;
  }

}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (max-width: 575.98px) {
   .Faq-section{
    padding-bottom: 30px;
  }
  .documents-card .counter {
    bottom: 69px;
    font-size: 38px;
}
  .upload-icon-new svg {
    height: 40px;
}
  #header {
    max-width: calc(100% - 60px);
}
.report-icon {
    height: 60px;
}
.upload-card h3 {
    font-size: 18px;
}
.upload-icon-new {
    height: 64px;
    width: 64px;
}
.download-card {
    margin-top: 22px;
}
  .here-btns {
    flex-direction: column;
}
  .here-btns .theme-btn {
    justify-content: center;
}
  .specal-word svg {
    width: 200px;
}
  .here-section {
    padding: 120px 0 40px;
}
  .here-section .section-heading {
    font-size: 29px;
}


  .how-cards {
    gap: 40px;
    flex-direction: column;
}
  .choose-stats .stat:nth-child(3) , .choose-stats .stat:nth-child(4) {
    display: none;
  }
  .float-item.item4 img {
    height: 80px;
}
  .float-item.item1 img {
    height: 120px;
}
  .float-item.item4 {
    right: 32px;
    bottom: 47px;
}
  .float-item.item3 {
    left: -22px;
}
.float-item.item2 {
    top: 123px;
    right: -10px;
}
  .float-item.item5{
    display: none;
  }
  .choose-stats {
    grid-template-columns: repeat(2, 150px);
}
  #header .navbar-brand img {
    max-height: 25px;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link.lang_drop img {
    width: 19px;
  }

  .section {
    margin-top: 25px;
  }

  .features-coin {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }

  .features-coin img {
    height: 22px;
  }

  .footer_wrapper {
    padding: 20px 0 0;
  }

  .footer-block figure img {
    height: 35px;
  }

  footer h6 {
    font-size: 15px;
  }

  ul.footer-links li {
    margin: 2 0;
  }

  .footer-signin-link a,
  .footer-signup-link a {
    padding-left: 10px;
    padding-right: 0;
    height: 80px;
  }

  .footer-signin-link a span,
  .footer-signup-link a span {
    font-size: 16px;
  }

  .footer-signup-link a span.footer-link-arrow,
  .footer-signin-link a span.footer-link-arrow {
    top: 10px;
    transform: unset;
    height: 22px;
    width: 22px;
    line-height: 22px;
    font-size: 13px;
  }


}