@media (min-width: 1200px) and (max-width: 1439.98px) {
  .hero-text {
    font-size: 39px;
  }
  .herobg_wrapper {
    height: 520px;
  }
}

@media (min-width: 1200px) and (max-width: 1309px) {}

@media (min-width: 1200px) {
  
}

@media (min-width: 992px) {
  .modal-quote {
    --bs-modal-width: 600px;
  }
  
  .mobile-megaMenu {
    display: none !important;
  }
  .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) {
  .hero-image-mobile {
    display: none;
  }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-category-img img {
    height: 174px;
  }
  .mega-menu-box {
    column-count: 3;
}

  #header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 15px;
  }

  #header .extra_nav {
    margin-left: 15px;
  }


}

@media (min-width: 768px) and (max-width: 1199.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product-category-img img {
    height: 174px;
  }
  .slider_details {
    max-width: 560px;
  }
  .hero-overlay {
    padding: 29px 30px 37px;
  }

  .herobg_wrapper {
    height: 620px;
  }

  .hero-text {
    font-size: 40px;
  }
  .product-section-heading, .about-heading, .contact-heading {
    font-size: 32px;
  }

  .hero-offer {
    font-size: 35px;
    line-height: 42px;
  }

  .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) {
  .desktop-megaMenu {
    display: none !important;
  }
  .footer-block {
    text-align: center;
  }
  .social-icons-group {
    justify-content: center;
    margin: 35px auto 28px;
  }
  #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 {
    height: 68px;
  }
  #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: #000000;
    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: #000000;
  }

  .navbar-toggler:after {
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    height: 4px;
    width: 22px;
    border-top: 2px solid #000000;
    content: "";
  }

  /* Main Menu */
  header .navcollapse:not(.show) {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    height: 100vh;
    overflow-y: auto;
    width: 300px;
    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: #fff;
    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.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;
  }

  #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 {
    margin-bottom: 20px;
  }

  .contactImg {
    display: none;
  }
  .about-bg-color {
    display: none;
  }
  .about-heading {
    color: #012219;
  }
  .about-para {
    color: #616161;
  }
  .about-btn:hover {
    background: #118DD3;
    color: #fff;
  }
  .about-right-cnt {
    margin-top: 30px;
  }
  .contact-section {
    margin-top: 0;
  }

}

@media (max-width: 767.98px) {
  .product-category-img img {
    height: 204px;
  }
  
  .hero-image-mobile img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .hero-offer {
    font-size: 23px;
    line-height: 33px;
  }

  .herobanner_wrapper .container {
    max-width: 100%;
    padding: 0;
    height: 100%;
  }

  .hero-text {
    font-size: 32px;
  }

  .product-section-heading, .about-heading, .contact-heading {
    font-size: 28px;
  }

  .product-category-title {
    font-size: 20px;
  }

  .hero-para, .about-para, .contact-para {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 19px;
  }

  .shop-btn, .about-btn, .submitbtn .theme-btn {
    padding: 12px 26px;
    font-size: 15px;
    margin: 0 0 20px;
  }
  .submitbtn .theme-btn {
    margin-bottom: 0;
  }
  section.about-section {
    padding: 0 0 40px 0;
  }

  .contact-section {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .hero-overlay {
    padding: 20px;
  }

  .herobg_wrapper {
    height: auto;
    background: none !important;
    align-items: start;
  }

  .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: 13px;
    margin-top: 10px;
  }

  footer h6 {
    margin: 20px 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) {.hero-image-mobile {
    height: 420px;
  }

  .slider_details {
    max-width: 100%;
    height: calc(100% - 420px);
    display: flex;
  }
}

@media (max-width: 575.98px) {
  .product-category-img img {
    height: 274px;
  }
  #header .navbar-brand img {
    max-height: 45px;
  }
  .footer_wrapper .mobile-padding {
    padding: 0 20px;
  }

  #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: 40px 0 0;
  }

  .footer-block figure img {
    height: 60px;
  }

  footer h6 {
    font-size: 17px;
  }

  ul.footer-links li svg {
    height: 16px;
  }
  .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;
  }
  .contact-bg {
      padding: 24px;
  }
  

}