@media only screen and (max-width: 1920px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1700px) {
  .common-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  p {
    font-size: 17px;
  }

  .sec-head {
    margin-bottom: 40px;
  }

  .sec-head .sec-title {
    font-size: 45px;
  }

  .more-new-button,
  .sec-head .sec-title.title-sm {
    font-size: 36px;
  }

  .btn {
    font-size: 16px;
    padding: 14px 42px;
  }

  .header-sub-tagline {
    font-size: 16px;
  }
  .header-social-links ul li + li {
    margin-left: 8px;
  }
  .header-sub-links ul li + li {
    margin-left: 20px;
  }
  .header-nav ul li:last-child {
    margin-left: 15px;
  }
  .header-nav ul li a {
    padding: 15px;
    font-size: 16px;
  }
  .header-nav ul li a.btn {
    padding: 24px 35px;
  }
  .header-logo img {
    max-height: 40px;
  }

  .slick-next {
    top: inherit;
    bottom: -50px;
    transform: translateY(0);
    left: 220px;
    right: inherit;
  }

  .slick-prev {
    top: inherit;
    bottom: -50px;
    transform: matrix(-1, 0, 0, -1, 0, 0);
    left: 140px;
    right: inherit;
  }

  .container {
    max-width: 90%;
  }

  .hero-slide {
    padding-top: 140px;
    padding-bottom: 181px;
  }
  .header-sub,
  .header-main,
  .hero-slide {
    padding-left: 80px;
    padding-right: 80px;
  }
  .header-nav ul li a.btn {
    padding: 28px 52px;
  }
  .hero-slide-con {
    max-width: 670px;
  }
  .hero-slide-con .sec-head .sec-title {
    font-size: 58px;
  }
  .hero-slide-featured-title {
    font-size: 26px;
  }
  .achievements-sec.common-sec {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .achievements-box {
    flex: 0 0 220px;
    max-width: 220px;
    margin-left: 23px;
    margin-right: 23px;
  }
  .achievements-box-inner {
    padding: 35px 20px 50px;
  }
  .achievements-box-icon img {
    margin-bottom: 20px;
    max-width: 60px;
  }
  .achievements-box-count {
    font-size: 46px;
  }
  .top-pricing-boxes .row {
    --bs-gutter-x: 20px;
  }
  .top-pricing-box-prices {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .top-pricing-box-stock,
  .top-pricing-box-prices {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-pricing-box .btn {
    padding-left: 28px;
    padding-right: 28px;
  }
  .top-pricing-view-more {
    margin-top: 30px;
  }
  .why-choose-item + .why-choose-item {
    margin-top: 30px;
  }
  .why-choose-item {
    max-width: 280px;
  }
  .why-choose-item.with-space {
    margin-left: 60px;
  }
  .why-choose-item-count {
    font-size: 22px;
  }
  .why-choose-item-title {
    font-size: 24px;
  }
  .why-choose-item p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1367px) {
  .sec-head {
    margin-bottom: 30px;
  }

  .sec-head .sec-title {
    font-size: 42px;
  }

  .more-new-button,
  .sec-head .sec-title.title-sm {
    font-size: 32px;
  }

  .hero-slide {
    padding-top: 80px;
  }
  .hero-slide-con {
    max-width: 610px;
  }
  .hero-slide-con .sec-head .sec-title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1280px) {
  .common-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  p {
    font-size: 16px;
  }
}

/* common css for below screen 1199 */
@media only screen and (max-width: 1199px) {
  body.nav-open {
    overflow: hidden;
  }

  .header-con {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    min-height: 100vh;
    padding: 30px;
    background-color: #0e0e0e;
    width: 49vw;
    flex-direction: column;
    transform: translateX(-100%);
    transition: all 0.4s ease-in-out;
  }

  .nav-open .header-con {
    transform: translateX(0%);
  }

  .header-nav {
    margin-right: 0;
    flex: 1;
  }

  .header-nav ul li {
    display: block;
  }

  .header-nav ul li a {
    padding: 18px 0;
    font-size: 30px;
    border-bottom: 1px solid #ffffff1f;
  }

  .header-nav ul li:nth-last-child(2) a {
    border-bottom: none;
  }

  .header-nav ul li a.btn {
    padding: 28px 52px;
    justify-content: center;
    border-radius: 12px;
  }

  .header-con .header-logo img {
    max-height: 70px;
    margin-bottom: 25px;
  }

  .header-nav-toggle-btn {
    position: relative;
    height: 35px;
    z-index: 111;
    background-color: transparent;
    width: 35px;
    padding: 0;
  }

  .header-nav-toggle-btn span {
    position: absolute;
    top: 14px;
    left: 0px;
    right: 0;
    display: block;
    padding: 0;
    width: 35px;
    height: 2px;
    background-color: #fff;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    margin: auto;
    margin-top: 2px;
  }

  .header-nav-toggle-btn span:before,
  .header-nav-toggle-btn span:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }

  .header-nav-toggle-btn span:after {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
    top: 4px;
  }

  .header-nav-toggle-btn span:before {
    -webkit-transform: translateY(-250%);
    transform: translateY(-250%);
    -moz-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    top: -4px;
  }

  .nav-open .header-nav-toggle-btn span {
    -webkit-background: none;
    -moz-background: none;
    -ms-background: none;
    -o-background: none;
    background: none;
  }

  .nav-open .header-nav-toggle-btn span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 0px;
    background: #fff;
  }

  .nav-open .header-nav-toggle-btn span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0px;
    background: #fff;
  }

  .nav-open .nav-overlay {
    z-index: 11;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
  }

  .header-sub,
  .header-main,
  .hero-slide {
    padding-left: 50px;
    padding-right: 50px;
  }

  .header-sub {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-main {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 18px 18px 0 0;
    padding-right: 50px !important;
  }

  .header-nav ul li:last-child {
    margin-left: 0;
    margin-top: 60px;
  }

  .achievements-box {
    flex: 0 0 33%;
    max-width: 33%;
    height: calc(100% - 50px);
    margin-bottom: 50px;
  }

  .top-pricing-sec .sec-head .sec-title {
    max-width: 42%;
  }

  .top-pricing-sec .sec-head p {
    max-width: 45%;
  }
  .why-choose-sec .sec-head {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .why-choose-item {
    max-width: 55%;
  }
  .why-choose-item.with-space {
    margin-left: 0;
  }
  .why-choose-item {
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 50px;
  }
  .why-choose-item + .why-choose-item {
    margin-top: 0;
  }

  .social-media-wrapper.common-sec {
    padding: 80px 0;
  }

  .footer-con ul {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .social-links li img {
    width: 80px;
    height: 80px;
  }

  .social-links li a {
    padding: 20px;
  }

  .footer {
    padding-top: 60px;
    background-size: 170%;
  }

  .blog-slider {
    margin: 0 -20px;
  }

  .blog-card {
    height: 300px;
    margin: 20px;
  }

  .blog-card img {
    height: 300px;
  }

  .blog-card .content-box {
    bottom: 20px;
    left: 25px;
    right: 25px;
  }

  .blog-card .content-box p {
    font-size: 25px;
  }

  .more-new-button {
    font-size: 30px;
  }

  .slick-prev {
    left: 70px;
  }

  .slick-next {
    left: 150px;
  }

  .how-use-wrapper .video-box::before {
    width: 100px;
    height: 100px;
  }
}

/* common css for below screen 991 */
@media only screen and (max-width: 991px) {
  .common-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sec-head .sec-title {
    font-size: 38px;
  }

  .more-new-button,
  .sec-head .sec-title.title-sm {
    font-size: 32px;
  }

  .hero-slide {
    padding-bottom: 241px;
  }
  .hero-slide-featured-con,
  .hero-slider .slick-dots {
    left: 50px;
    right: unset;
  }

  .top-pricing-sec .sec-head .sec-title {
    max-width: 65%;
  }
  .top-pricing-sec .sec-head p {
    margin-top: 15px;
    max-width: 80%;
  }
  .why-choose-img {
    position: absolute;
    bottom: 0;
    right: -100px;
  }

  .footer-con ul {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .footer-con ul li a {
    padding: 10px 20px;
    font-size: 17px;
  }

  .social-links {
    padding-top: 30px;
  }

  .social-links li:before {
    margin: 0 1px 1px;
  }

  .footer-con ul li a {
    padding: 10px 25px;
  }

  .footer-con ul {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .video-box {
    margin-top: 50px;
  }

  .blog-card .content-box p {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .common-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cms-con {
    margin-bottom: 30px;
  }

  .btn {
    font-size: 14px;
    padding: 12px 22px;
  }

  .sec-head {
    margin-bottom: 25px;
  }

  .sec-head .sec-title {
    font-size: 32px;
  }

  .more-new-button,
  .sec-head .sec-title.title-sm {
    font-size: 28px;
  }

  .header-con .header-logo img {
    height: 38px;
    margin-bottom: 15px;
  }

  .header-nav ul {
    max-height: 70vh;
    overflow: auto;
  }

  .header-nav ul li a {
    padding: 10px 0;
    font-size: 18px;
  }

  .header-nav ul li a.btn {
    padding: 18px 42px;
  }

  .footer-con p {
    max-width: 90%;
  }

  .footer-con ul li a {
    padding: 10px 15px;
    font-size: 16px;
  }

  .footer {
    background-size: 200%;
    background-position: top 180px center;
  }

  .social-links li a {
    padding: 15px 0;
  }

  .footer-con p {
    font-size: 16px;
  }

  .footer-copyright p {
    font-size: 16px;
  }

  .more-new-button {
    display: block;
    text-align: center;
    margin-top: 90px;
  }

  .slick-prev {
    left: 42%;
    transform: translateX(-50%) matrix(-1, 0, 0, -1, 0, 0);
  }

  .slick-next {
    left: 58%;
    transform: translateX(-50%);
  }

  .video-box {
    margin-top: 30px;
  }
  .header-sub,
  .header-main,
  .hero-slide {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header-main {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 15px 15px 0 0;
    padding-right: 30px !important;
  }
  .hero-slide {
    padding-top: 50px;
  }
  .hero-slide-con .sec-head .sec-title {
    font-size: 40px;
  }
  .hero-slide-featured-con,
  .hero-slider .slick-dots {
    left: 30px;
    right: unset;
    padding-right: 30px;
  }
  .hero-slide-featured-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .hero-slide-featured-con p {
    font-weight: 300;
    font-size: 16px;
  }
  .achievements-sec.common-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .achievements-sec .sec-head {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .achievements-boxes {
    margin-left: -10px;
    margin-right: -10px;
  }
  .achievements-box::before {
    filter: blur(7px);
  }
  .achievements-box {
    flex: 0 0 40%;
    max-width: 40%;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .achievements-box-inner {
    border-radius: 20px;
    padding: 30px 15px 35px;
    min-height: 240px;
  }
  .achievements-box-count {
    font-size: 36px;
  }
  .achievements-box-count span {
    font-size: 20px;
    margin-left: 5px;
  }
  .achievements-box-inner p {
    font-size: 16px;
  }
  .achievements-box-icon img {
    margin-bottom: 10px;
    max-width: 50px;
  }
  .top-pricing-view-more {
    margin-top: 0;
  }
}

@media only screen and (max-width: 568px) {
  .container {
    max-width: 100%;
    --bs-gutter-x: 15px;
  }

  .sec-head {
    margin-bottom: 20px;
  }

  .sec-head .sec-title {
    font-size: 26px;
  }

  .more-new-button,
  .sec-head .sec-title.title-sm {
    font-size: 24px;
  }

  p {
    font-size: 14px;
  }

  .header-sub-tagline {
    font-size: 12px;
  }

  .header-logo img {
    max-height: 34px;
  }

  .header-con {
    padding: 20px;
    width: 80vw;
  }
  .hero-slide-how-to-trade img {
    margin-right: 10px;
    max-width: 25px;
  }
  .hero-slide-how-to-trade {
    font-size: 16px;
  }

  .hero-slide-con .sec-head {
    margin-bottom: 30px;
  }
  .hero-slide-con .sec-head .sec-title {
    font-size: 30px;
  }

  .footer-con ul {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
    flex-direction: column;
  }

  .footer-copyright p {
    font-size: 14px;
  }

  .blog-card .content-box p {
    font-size: 18px;
  }
  .how-use-wrapper .container {
    padding: 0 30px;
  }
  .how-use-wrapper a {
    border-radius: 20px;
  }
  .why-choose-img {
    display: none;
  }
  .why-choose-item {
    padding-right: 0;
    max-width: 80%;
    margin-left: auto !important;
    margin-right: auto;
    text-align: center;
  }

  .faq__inner .accordion-item button.accordion-button{
        font-size: 16px;
  }

  .accordion-body {
      font-size: 15px;
  }

  .ceo__msg h4{
    font-size: 16px;
  }

  .ceo__msg h4 span{
    font-size: 12px
  }

  .about__image {
    margin-bottom: 30px;
  }
  
}

/* common css for below screen 479 */
@media only screen and (max-width: 479px) {
}

@media only screen and (max-width: 380px) {
}

@media only screen and (max-width: 350px) {
}

/* common css for screen size between 480 to 767 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* common css for screen size between 568 to 767 */
@media only screen and (min-width: 568px) and (max-width: 767px) {
}

@media only screen and (min-width: 567px) and (max-width: 767px) {
}

/* common css for screen size between 991 to 1199 */
@media only screen and (min-width: 991px) and (max-width: 1199px) {
}

/* common css for screen size between 769 to 1199 */
@media only screen and (min-width: 769px) and (max-width: 1199px) {
}

/* common css for screen size between 1025 to 1280 */

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
}

/* common css for screen size between 1445 to 1550 */
@media only screen and (min-width: 1445px) and (max-width: 1550px) {
}
