@media (min-width: 1200px) and (max-width: 1440px) {
  .hero-title {
    font-size: 62px;
  }

  .benefits-block {
    padding: 20px
  }
}

@media (min-width: 1200px) and (max-width: 1309px) {}

@media (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}

@media (min-width: 992px) {
  #header .nav-link.cta_btn {
    background: #fff;
    color: #000;
    padding: 11px 33px;
    border-radius: 31px;
    font-size: 18px;
    font-weight: 500;
  }


  #header .nav-link.cta_btn:hover {
    background: #95FBD6;
    color: #000 !important;
  }

  .vectorLine {
    max-width: 140px;
  }

  .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) {
  .pricing-card .card-title {
    font-size: 19px;
  }

  .most-popular {
    font-size: 13px;
  }
.card-heading {
	font-size: 34px;
}
  .hiw-block {
    padding: 70px 25px;
  }

  .section-text p {
    font-size: 16px;
  }

  .hero-title {
    font-size: 51px;
  }

  .vector-star svg {
    width: 62px;
  }

  .vector-star {
    top: 10px;
  }

  #header .nav-link.cta_btn {
    padding: 9px 23px;
    font-size: 16px;
  }

  #header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 15px;
  }

  #header .nav-link {
    font-size: 15px;
  }


}

@media (min-width: 768px) and (max-width: 1199.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-title {
    font-size: 35px;
  }

  .testimonialSwiper .swiper-button-next,
  .testimonialSwiper .swiper-rtl .swiper-button-prev {
    right: -26px;
  }

  .testimonialSwiper .swiper-button-prev,
  .testimonialSwiper .swiper-rtl .swiper-button-next {
    left: -27px;
  }

  .hiw-block {
    padding: 60px 30px;
  }

  .about-img {
    display: none;
  }

  .hero-section {
    margin: 0 0 22px;
  }

  .navbar-toggler.menuClose-icon {
    display: none;
  }

  .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) {
  .page-subtitle {
    font-size: 16px;
    font-weight: 400;
  }

  .about-image {
    margin: 0 auto 30px;
  }

  .card-subText p,
  .card-subText {
    font-size: 17px;
    line-height: 26px;
  }

  .company-intro {
    margin: 0 0 42px;
    max-width: 100%;
  }

  .btn-more {
    font-size: 16px;
    line-height: 45px;
    padding: 0 24px;
    min-height: 40px;
  }

  .section-text p {
    font-size: 16px;
  }

  .hero-title {
    font-size: 63px;
  }

  .hero-content {
    text-align: center;
  }

  .vectorLine {
    display: none;
  }

  #header .header_filled_btn,
  #header .header_border_btn {
    padding: 8px 15px !important;
  }

  .hero-img {
    text-align: center;
    max-width: 400px;
    margin: 40px auto 0;
  }

  .menuoverlay {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 9;
  }

  #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: relative;
    right: 0px;
    padding: 0;
    border: 0;
    z-index: 9;
    margin-top: 5px;
  }

  .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: #fff;
    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: #fff;
  }

  .navbar-toggler:after {
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    height: 4px;
    width: 22px;
    border-top: 2px solid #fff;
    content: "";
  }

  /* Main Menu */
  header .navcollapse:not(.show) {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    height: 100vh;
    overflow-y: auto;
    width: 250px;
    background: #111;
    padding: 0 12px;
    padding-top: 95px;
    box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
    transition: all 0.5s;
    z-index: 99;
  }

  header .navcollapse:not(.show).menu-show {
    left: 0px;
  }

  body.scroll-off {
    overflow-y: hidden;
  }

  #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 12px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    height: 72px;
    display: flex;
    align-items: center;
    right: 0;
  }

  .is-sticky .mobile_logo {
    padding: 15px 10px;
  }

  .is-sticky .navcollapse:not(.show) {
    padding-top: 75px;
  }

  .mobile_logo img {
    max-height: 50px;
    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.88);
    top: 0;
    left: 0;
    z-index: 1;
  }

  .user_dropdown .dropdown-toggle::after {
    display: none;
  }

  #header .extra_nav {
    margin-left: 0;
    /* margin-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 {
    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: 0;
  }

  .footer-block {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .pricing-card-box {
	flex-direction: column;
}
  .legal-block {
    border-radius: 22px;
    padding: 30px 27px 15px;
  }

  .l-h1 {
    font-size: 20px;
  }

  .terms-h1 {
    font-size: 27px;
  }

  .cta-subtexts {
    font-size: 20px;
  }

  .cta-subtexts span {
    font-size: 17px;
  }

  .page-inner {
    padding: 20px 0;
    padding-bottom: 35px;
  }

  .cta-element {
    padding: 25px;
  }

  .page-title {
    font-size: 36px;
  }

  .about-image {
    margin: 0 auto 30px;
  }

  .testimonialSwiper {
    margin: 0 37px;
  }

  .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-subtext {
    font-size: 16px;
    line-height: 26px;

  }

  .benefits-block {
    padding: 20px 18px;
    border-radius: 22px;
  }

  .hiw-title {
    font-size: 27px;
    margin-top: 20px;
  }

  .hiw-block {
    padding: 60px 30px;
    border-radius: 22px;
  }

  .benefits-title {
    font-size: 23px;
  }

  .about-img {
    display: none;
  }

  .hero-section {
    margin: 0 0 22px;
  }

  .section-title {
    font-size: 33px;
  }

  .hero-title {
    font-size: 48px;
  }

  .vector-star svg {
    width: 62px;
  }

  .vector-star {
    top: 7px;
  }

  .navbar-toggler.menuClose-icon {
    position: absolute;
    top: 13px;
    right: 15px;
  }

  .navbar-toggler.menuClose-icon::before,
  .navbar-toggler.menuClose-icon::after {
    display: none;
  }

  header .navcollapse:not(.show) {
    width: 100%;
  }

  header .navcollapse:not(.show) {
    left: -100%;
    box-shadow: unset;
  }

  p {
    font-size: 15px;
  }

  #header.is-sticky {
    height: 60px;
    padding: 0;
    border-radius: 0;
  }

  #header.is-sticky .header-inner {
    border-radius: 0;
    padding: 4px 0;
  }

  .copyright {
    font-size: 12px;
  }

  footer h6 {
    font-size: 20px;
    padding: 0 0 21px;
  }

  .features-coin {
    height: 55px;
    width: 55px;
    line-height: 55px;
  }

  .company-intro {
    font-size: 15px;
    line-height: normal;
  }

  ul.footer-links li a {
    font-size: 15px;
  }

  .cta-subtext {
    font-size: 15px;
    font-weight: 400;
  }

  .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) {
  #header .navbar-brand img {
    max-height: 45px;
  }

  #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: 35px 0 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;
  }


}