@media (min-width: 1600px) {
  .header-container {
      padding: 0 95px;
  }
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
}
}

@media (min-width: 1200px) and (max-width: 1599.98px){
  .hero-img {
    height: 365px;
    width: 365px;
}
.hero-heading {
  font-size: 48px;
}
.hero-pra {
  font-size: 18px;
}
.hero-wrapper {
  padding: 150px 0;
}
}

@media (min-width: 1200px) and (max-width: 1440px) {}

@media (min-width: 1200px) and (max-width: 1399.98px) {}

@media (min-width: 1200px) {}

@media (min-width: 992px) {
  .aboutImgOuter.pdr-50 {
    padding-right: 70px;
  }
  .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 (max-width: 1199.98px) {
  .inner_page {
    padding-top: 140px;
}
  .sectionTitle {
    font-size: 28px;
}
.secDec {
    font-size: 14px;
}
.btnStyle {
    font-size: 16px;
    padding: 10px 20px;
}
.benefitSection .card{
    padding: 30px 24px;
}
.benefitSection .card .benefitTitle {
    font-size: 16px;
}
.howItWorkSection .processItem .processTitle {
    font-size: 20px;
}
.howItWorkSection .processItem .processIcon {
    width: 100px;
}
.howItWorkSection .processItem .processIcon::after {
    height: 16px;
    margin: 12px auto 8px;
}
.howItWorkSection .processItem:first-child:before {
  top: 73px;
}
  #header .navbar-brand img {
    max-height: 35px;
}

#header .nav-link {
  font-size: 16px;
}
.hero-heading {
  font-size: 40px;
  line-height: 50px;
}
.hero-img {
  height: 395px;
  width: 395px;
}
.hero-wrapper {
  padding: 140px 0 100px;
}
.hero-pra {
  font-size: 16px;
  max-width: 475px;
}

.pageTitle {
  font-size: 32px;
  margin-bottom: 36px;
}
}
@media (min-width: 768px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {

  #header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 30px;
  }

  #header .extra_nav {
    margin-left: 15px;
  }


}

@media (min-width: 768px) and (max-width: 1199.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {
  .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) {
  .inner_page {
    padding-top: 110px;
}
  .aboutImgOuter {
    max-width: 500px;
}
.benefitSection .card{
    padding:16px;
}
.benefitSection .benefitIcon {
    width: 50px;
}
.howItWorkSection .processItem .processIcon {
    width: auto;
    height: 100px;
    display: flex;
    align-items: center;
    gap: 18px;
}
.howItWorkSection .processItem .processTitle {
    font-size: 18px;
}
.howItWorkSection .processItem .processIcon img{
    height: 100%;
}
.howItWorkSection .processItem .processIcon::after {
    height: 1px;
    width: 16px;
    margin: auto; 
}
.howItWorkSection .processItem:first-child:before {
    width: 1px;
    height: 100%;
    margin: auto 0;
    top: 20px;
    bottom: 0;
    left: 58px;
}
  #header {
    height: 70px;
}
#header.is-sticky {
	height: 65px;
}
  .hero-img {
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}
.hero-heading {
  font-size: 30px;
}
.ourUser-section .section-heading {
  margin-bottom: 36px;
}
.testimonial-description {
  margin: 15px 0;
}
.ourUser-section {
  padding: 40px 0 0px;
}
.img-box {
  width: 336px;
  height: 336px;
}
#header .nav-link{
  color: var(--black-color);
}
  #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;

  }

  #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;
  }

  .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: var(--white-color);
    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: var(--white-color);
  }

  .navbar-toggler:after {
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    height: 4px;
    width: 22px;
    border-top: 2px solid var(--white-color);
    content: "";
  }

  /* Main Menu */
  header .navcollapse:not(.show) {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    height: 100vh;
    overflow-y: auto;
    width: 250px;
    background: #fff;
    padding: 0 12px;
    padding-top:95px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    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 22px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    background-color: #01307A;
    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: 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;
  }

  #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 {
    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;
  }
  .footer-label {
    text-align: left;
  }
  .footer-info::before, .footer-link-list::before {
    display: none;
  }
  footer h6 {
    font-size: 24px;
  }
  .pageTitle {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .cms-section h2, .cms-section .h2 {
    font-size: 20px;
    margin: 28px 0 14px;
  }
}

@media (max-width: 767.98px) {
  .fugu-contact-info ul li h5 {
    font-size: 19px;
  }
  .fugu-contact-info ul li p {
    font-size: 16px;
  }
  .cms-inner-section {
    padding: 36px 30px;
  }
  .sectionTitle {
    font-size: 24px;
}
.howItWorkSection .processItem .processIcon {
    height: 70px;
    gap: 12px;
}
.howItWorkSection .processItem:first-child:before {
    left: 42px;
}
  .hero-heading {
    line-height: 40px;
}
#header .navbar-brand img {
  max-height: 28px;
}
  .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;
  }

  .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;
  }
  .social_link {
    width: 50px;
    height: 50px;
}
.pageTitle {
  margin-bottom: 16px;
}
.footer-block p {
  margin: 15px 0;
}

.pricing-card-box {
	flex-direction: column;
}

}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (max-width: 575.98px) {
  .hero-img {
    height: auto;
    width: 100%;
}
  .btnStyle {
    font-size: 14px;
}
.howItWorkSection .sectionTitle {
    margin-bottom: 16px;
}
.howItWorkSection .processItem .processTitle {
    font-size: 16px;
}
.howItWorkSection .processItem .processIcon {
    height: 60px;
    gap: 8px;
}
.howItWorkSection .processItem:first-child:before {
    left: 37px;
}
.howItWorkSection .processItem .processIcon::after {
    display: none;
}

  #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;
  }


}