@media only screen and (max-width: 1450px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
  }
  h2 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
  }
  h3 {
    font-size: 25px;
    line-height: 42px;
    font-weight: 700;
  }
  h4 {
    font-size: 20px;
    line-height: 38px;
    font-weight: 600;
  }
  h5 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
  }
  h6 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
  }
  p {
    font-size: 15px;
    line-height: 27px;
  }
  .h1 {
    font-size: 40px;
  }
  .pricemain {
    font-size: 35px;
  }
  .sidebar-offcanvas {
    width: 40vw;
    min-width: 300px;
  }
  form .mb20 {
    margin-bottom: 10px;
  }
  .mediablock {
    grid-gap: 20px;
  }
  .hero-style .slide-title h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .nameofitem h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .blog-post-details-sw h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .darkmodeswitch {
    position: absolute;
    bottom: 20px;
    right: 15px;
  }
  .headerbg .menu > ul > li > a {
    color: var(--black-color-0);
  }
  .sticky {
    backdrop-filter: none;
    background: var(--white-color);
  }
  .headerbg .menu-mobile-toggle span {
    background: var(--white-color);
  }
  .headerbg.sticky .menu-mobile-toggle span {
    background: var(--black-color-0);
  }
}
@media only screen and (max-width: 992px) {
  .mmt40 {
    margin-top: 40px;
  }
  .mmt30 {
    margin-top: 30px;
  }
  h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
  }
  h2 {
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
  }
  h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
  }
  h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
  }
  h6 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
  }
  p {
    font-size: 17px;
    line-height: 27px;
  }
  .footercreditnote {
    flex-direction: column;
    grid-gap: 10px;
  }
  .continfoblck h2 {
    font-size: 50px;
    line-height: 62px;
  }
  .pricing-table {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  .tblfirst,
  .pricing-column {
    border-radius: 14px;
  }
  .sw-tabs-links .nav,
  .filter-button-group .text-center {
    flex-direction: row;
    display: flex;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 15px;
    width: 100%;
    flex-wrap: inherit;
  }
  .sw-tabs-links .nav-tabs .nav-link {
    padding: 15px 50px 15px 20px;
    width: fit-content;
  }
  .sw-tabs-links .nav-tabs li + li {
    margin-top: 0;
    margin-left: 10px;
  }
  .sidebar-offcanvas {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mediablock {
    grid-gap: 15px;
  }
  .icondiv {
    height: 50px;
    width: 50px;
  }
  .img-collage-set {
    justify-content: center;
    overflow: hidden;
  }
  .sw-btn {
    font-size: 16px;
    padding: 0 32px;
    line-height: 60px;
  }
  .continfoblck h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .contactinkediv a {
    font-size: 18px;
  }
  .owl-carousel.full-button .owl-nav .owl-prev {
    color: var(--black-bg);
    left: -50px;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  .owl-carousel.full-button .owl-nav .owl-next {
    color: var(--black-bg);
    right: -50px;
    left: 0;
    margin: 0 auto;
  }
  .owl-carousel.full-button .owl-nav .owl-prev,
  .owl-carousel.full-button .owl-nav .owl-next {
    top: auto;
    transform: translateY(-50%);
    background: var(--white-color);
    box-shadow: 0 10px 20px -5px rgb(0 0 0/10%);
  }
  .header-btn i {
    display: none;
  }
  .sw-btn.header-btn {
    font-size: 13px;
    padding: 0 12px;
    border-radius: 14px;
    line-height: 50px;
  }
  .headeraction ul {
    display: flex;
    align-items: center;
    grid-gap: 8px;
  }
  .header-item-right .menu-icon {
    color: var(--white-color);
    font-size: 14px;
    width: 30px;
  }
  .blog-post-details-sw h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .h1 {
    font-size: 35px;
  }
  .sw-btn {
    padding: 0 30px;
    line-height: 60px;
    font-size: 16px;
  }
  .section-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footercreditnote {
    grid-gap: 5px;
  }
  .footer-links ul li a {
    font-size: 14px;
  }
  .breadcrum-area {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .word-block-div {
    padding-bottom: 100px;
  }
  .roundimg {
    border-radius: 8px;
  }
  .hero-style .slide-title h2 {
    font-size: 25px;
    line-height: 45px;
  }
  .preloader {
    width: 100%;
    height: 100%;
  }
  .icondiv {
    height: 40px;
    width: 40px;
  }
  .swbttitlex br {
    display: none;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .sw-card h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 370px) {
}
@media only screen and (max-width: 300px) {
}
@media only screen and (max-width: 1450px) {
  .h1 {
    font-size: 55px;
    line-height: 75px;
  }
  body,
  p {
    font-size: 16px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 1300px) {
  .h1 {
    font-size: 50px;
    line-height: 70px;
  }
  .h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .padding-right-70 {
    padding-right: 15px;
  }
  .rellax {
    transform: none !important;
  }
}
@media only screen and (max-width: 575px) {
  .contact-block-sw {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .form-btm-set {
    padding: 20px 10px;
    margin-top: 60px;
  }
  .icon-setss {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .icon-txt p {
    font-size: 15px;
  }
  .p-head-sw {
    padding: 0 20px;
  }
  .p-btn-cta-sw {
    padding: 0 20px;
  }
  .what-in-plan-sw {
    padding: 30px 20px 0;
  }
  .list-h-styled li:last-child {
    margin-right: 0;
  }
  .sw-card {
    padding: 20px;
  }
}
