@media (min-width: 1200px) and (max-width: 1440px) {
  .inner_bg {
    padding: 70px 0;
  }
  .hero_left_box {
    padding-right: 40px;
  }
  .top_header .top_header_left ul {
    gap: 40px;
}
.top_header .top_header_left ul li::after {
  right: -20px;
}
.top_header .top_header_left ul li p {
  font-size: 14px;
}
.hero_left_box h1 {
  font-size: 45px;
}
.hero_left_box p {
  font-size: 16px;
}
.hero_left_btn {
  margin-top: 25px;
}
.section_padding {
  padding-top: 70px;
  padding-bottom: 70px;
}
.trading_details h3 {
  font-size: 50px;
}
.trading_details p {
  font-size: 25px;
  line-height: 40px;
}
}

@media (min-width: 1200px) and (max-width: 1309px) {
}

@media (min-width: 1200px) {
}
@media (min-width: 1440px) {
  .container{
    max-width: 1521px;
  }
}
@media (min-width: 992px) {
  .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) {
 
  #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) {
  .btn-primary {
    font-size: 14px;
    padding: 8px 10px;
}
  .hero_left_btn {
    margin-top: 0;
}
  .inner_bg {
    padding: 50px 0;
}
  .hero_left_box p {
    font-size: 15px;
}
  .hero_left_box .welcome_text {
    font-size: 18px;
    margin-bottom: 10px;
}
  .hero_left_box h1 {
    font-size: 36px;
    margin-bottom: 10px;
}
  .hero_left_box {
    padding-right: 0;
}
  .top_header .details_box p {
    font-size: 15px;
}
  .top_header .details_box span {
    font-size: 15px;
}
  .top_header .details_box span {
    font-size: 15px;
}
  .top_header .top_header_left ul li::after {
    right: -25px;
}
  .top_header .top_header_left ul {
    gap: 50px;
}
  .top_header .top_header_left ul li:last-child{
    display: none;
  }

  .trading_details h3 {
    font-size: 50px;
}
.trading_details p {
  font-size: 20px;
  line-height: 30px;
}
.section_padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.theem_cards {
  border-radius: 15px;
  padding: 20px;
}

.heading_text {
  font-size: 30px;
}
.inner_content {
  margin-top: 45px;
}
.faq_inner_wrapper .accordion-item {
  border-radius: 8px !important;
}
.faq_inner_wrapper .accordion-button {
  padding: 15px 15px;
  font-size: 16px;
}
.trade_wrapper {
  padding: 30px;
  border-radius: 20px;
  top: -50px;
}
.copyright {
  margin-top: 50px;
}
.about_left_box {
  padding-right: 0;
}
.why_choose_section .card_inner_box {
  gap: 14px;
}
.why_choose_section .theem_cards {
  padding: 20px;
}
.why_choose_section .card_inner_box h4 {
  font-size: 18px;
}

}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about_left_box{
    display: none;
  }

  .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) {
  .contact_details {
    border-radius: 15px;
    padding: 15px;
    margin-top: 20px;
    margin-left: 0px;
}
  .form_wrapper {
    padding: 15px;
}
  #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: 40px;
      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: #ffffff;
    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: #ffffff;
  }
  .navbar-toggler:after {
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    height: 4px;
    width: 22px;
    border-top: 2px solid #ffffff;
    content: "";
  }
 
  /* Main Menu */
  header .collapse:not(.show) {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    height: 100vh;
    overflow-y: auto;
    width: 250px;
    background: #0B1120;
    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: #182138;
    height: 77px;
    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) {
  .only_mobile{
    display: block;
  }
  .only_mobile ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .only_mobile ul .btn-primary{
    border-radius: 70px;
    background-color: #ffffff;
    color: #0052c9 !important;
    gap: 7px;
    padding: 10px 28px !important;
  }
  .standard_section   .theem_cards ul {
    padding: 0px 10px 30px;
    margin: 0;
    margin-top: 40px;
}
  .risk_disclosure {
    margin-top: 0px;
}
  .footer-block p {
    font-size: 15px;
}
  .about_hero_img {
    margin-top: 25px;
}
  .cmsContent {
    padding: 25px 0 50px;
}
  .cmsContent .form-group {
    margin: 0 0 20px;
}
  .footer_wrapper {
    padding: 40px 0 0;
}
  .faq_inner_wrapper .accordion-item {
    border-radius: 8px !important;
}
  .faq_inner_wrapper .accordion-button {
    padding: 15px 15px;
    font-size: 16px;
}
  .why_choose_section .card_inner_box p {
    font-size: 14px;
}
  .why_choose_section .card_inner_box h4 {
    font-size: 18px;
}
  .live_account_section .card_inner_box h4 {
    font-size: 18px;
}
.live_account_section .card_inner_box p {
  font-size: 14px;
}
  .cfd_btn .btn-secondary {
    padding: 5px 10px;
}
  .cfd_section .cfd_icon {
    height: 65px;
    width: 65px;
    border-radius: 10px;
}
  .cfd_btn {
    margin-top: 0;
}
  .cfd_section .theem_cards .cfd_inner {
    gap: 15px;
}
  .cfd_details h5 {
    font-size: 22px;
    margin-bottom: 5px;
}
  .cfd_details p {
    font-size: 14px;
}
  .top_header{
    display: none;
  }
  .hero_left_box {
    padding-right: 0;
}
.inner_bg {
  padding: 50px 0;
}
.hero_left_box h1 {
  font-size: 36px; 
  margin-bottom: 22px;
}
.hero_left_box p {
  font-size: 15px;
}
.hero_left_btn {
  margin-top: 25px;
}
.trading_details h3 {
  font-size: 30px;
}
.section_padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.trading_details p {
  font-size: 17px;
  line-height: 30px;
}
.heading_text {
  font-size: 25px;
}
.theem_cards {
  border-radius: 15px;
  padding: 15px;
}
.section_heading span {
  font-size: 14px;
  margin-bottom: 10px;
}
.inner_content {
  margin-top: 35px;
}
.trade_wrapper {
  padding: 20px;
  position: relative;
  top: 0;
}
section.section_padding.trade_section {
  padding-top: 0;
}
.btn-secondary {
  font-size: 15px;
  padding: 8px 10px;
}
.btn-primary {
  font-size: 15px;
  padding: 8px 10px;
}
.hero_right_box{
  display: none;
}
.about_left_box {
  padding-right: 0;
  margin-bottom: 25px;
}
  .navbar-toggler.menuClose-icon {
    position: absolute;
    top: 13px;
    right: 15px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(27%) saturate(0%) hue-rotate(86deg) brightness(115%) contrast(100%);
  }
  .navbar-toggler.menuClose-icon::before,
  .navbar-toggler.menuClose-icon::after {
    display: none;
  }
  header .collapse:not(.show) {
    width: 100%;
  }
  header .collapse:not(.show) {
    left: -100%;
    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;
    margin-top: 0px;
  }
  ul.footer-links li a {
    font-size: 14px;
}
  footer h6 {
    margin: 0 0 10px;
  }  
  .social_link {
    gap: 8px;
}
.trading_section {
  background-position: top;
}
.why_choose_section .card_inner_box {
  gap: 15px;
}
.why_choose_section .theem_cards {
  padding: 15px;
}
  .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) {
  .navbar-brand {
    margin: auto;
}
  
  #header .navbar-brand img {
    max-height: 50px;
}
  #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: 18px;
    font-weight: 600;
}

  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;
  }
  
  
}
