/* Max width 767px */
@media only screen and (max-width: 767px) {
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-75 {
    padding-top: 50px;
  }
  .pb-75 {
    padding-bottom: 25px;
  }
  body {
    font-size: 15px;
  }
  .ts-section-title.d-flex {
    display: block !important;
  }
  .ts-section-title h2 {
    font-size: 25px;
  }
  .ts-section-title.with-bottom-border {
    margin-bottom: 25px;
  }
  .ts-section-title.with-bottom-border .nav {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .ts-section-title.with-bottom-border .nav .nav-item {
    margin-right: 30px;
  }
  .ts-section-title.with-bottom-border .nav .nav-item .nav-link {
    font-size: 15px;
  }
  .ts-section-title.with-bottom-border .nav .nav-item .nav-link::before {
    bottom: -2.5px;
  }
  .ts-section-title .countdown {
    margin-top: 25px;
  }
  .ts-overview-area::before {
    display: none;
  }
  .ts-overview-content {
    top: 0;
  }
  .ts-overview-content h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .ts-overview-image {
    margin-top: 30px;
  }
  .ts-overview-image .off-wrap {
    left: 20px;
    top: 20px;
  }
  .ts-overview-image .off-wrap .content span {
    font-size: 14px;
  }
  .ts-overview-image .off-wrap .content h2 {
    font-size: 28px;
  }
  .ts-overview-image .off-wrap .content h3 {
    font-size: 12px;
  }
  .ts-overview-image .off-wrap::before {
    height: 65px;
    width: 65px;
    left: -2px;
    top: -2.5px;
  }
  .ts-front-and-back-image {
    padding-right: 0;
  }
  .ts-front-and-back-content {
    margin-top: 30px;
  }
  .ts-front-and-back-content h3 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .ts-front-and-back-content .nav .nav-item .nav-link {
    padding: 12px 20px;
  }
  .ts-customize-area .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    max-width: 540px;
  }
  .ts-customize-top-bottom {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .ts-customize-content.d-flex {
    display: block !important;
  }
  .ts-customize-content .content {
    max-width: 100%;
  }
  .ts-customize-content .customize-btn {
    margin-top: 40px;
  }
  .ts-customize-slides.owl-theme .owl-nav [class*=owl-] {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    left: 0;
  }
  .ts-customize-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0;
  }
  .ts-subscribe-inner-area {
    padding: 50px 20px;
  }
  .ts-subscribe-inner-area .newsletter-form .ts-default-btn {
    position: relative;
    top: 0;
    right: 0;
    height: 50px;
    width: 100%;
    margin-top: 15px;
  }
  .ts-reviews-area .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    max-width: 540px;
  }
  .ts-reviews-area .ts-section-title .section-btn {
    margin-top: 25px;
  }
  .ts-reviews-card {
    padding: 20px;
  }
  .ts-reviews-card .info {
    margin-bottom: 15px;
  }
  .ts-reviews-card .info .image img {
    max-width: 40px;
  }
  .ts-reviews-card .info .title {
    margin-left: 10px;
  }
  .ts-reviews-card .info .title h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .ts-reviews-card .info .title h3 span {
    font-size: 12px;
  }
  .ts-reviews-slides.owl-theme .owl-nav {
    margin-top: 25px;
  }
  .ts-reviews-slides.owl-theme .owl-nav [class*=owl-] {
    margin: 0 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    position: relative;
    left: 0;
    top: unset;
    transform: unset;
  }
  .ts-reviews-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0;
    left: auto;
  }
  .ts-reviews-wrap-slides.owl-theme .owl-nav {
    margin-top: 25px;
  }
  .ts-reviews-wrap-slides.owl-theme .owl-nav [class*=owl-] {
    margin: 0 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    position: relative;
    left: 0;
    top: unset;
    transform: unset;
  }
  .ts-reviews-wrap-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0;
    left: auto;
  }
  .ts-refund-return-policy-inner .nav .nav-item .nav-link {
    padding: 15px;
    font-size: 14px;
  }
  .pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .pagination-area .page-numbers.prev {
    line-height: 42px;
  }
  .pagination-area .page-numbers.next {
    line-height: 42px;
  }
  .ts-my-account-image {
    height: 350px;
  }
  .ts-my-account-form {
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }
}
/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ts-overview-image .off-wrap {
    left: 65px;
    top: 65px;
  }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pt-100 {
    padding-top: 80px;
  }
  .pb-100 {
    padding-bottom: 80px;
  }
  .pb-75 {
    padding-bottom: 55px;
  }
  .ts-section-title h2 {
    font-size: 30px;
  }
  .ts-section-title.with-bottom-border .nav .nav-item {
    margin-right: 20px;
  }
  .ts-section-title.with-bottom-border .nav .nav-item .nav-link {
    font-size: 15px;
  }
  .ts-section-title .section-btn .ts-optional-btn {
    padding: 15px 25px 15.5px;
  }
  .ts-section-title .countdown {
    margin-top: 25px;
  }
  .ts-section-title.extra-class.d-flex {
    display: block !important;
  }
  .ts-overview-area::before {
    display: none;
  }
  .ts-overview-content {
    top: 0;
  }
  .ts-overview-content h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .ts-overview-image {
    margin-top: 30px;
  }
  .ts-overview-image .off-wrap {
    left: 55px;
    top: 55px;
  }
  .ts-overview-image .off-wrap .content span {
    font-size: 18px;
  }
  .ts-overview-image .off-wrap .content h2 {
    font-size: 55px;
  }
  .ts-overview-image .off-wrap .content h3 {
    font-size: 18px;
  }
  .ts-overview-image .off-wrap::before {
    height: 110px;
    width: 110px;
  }
  .ts-front-and-back-image {
    padding-right: 0;
  }
  .ts-front-and-back-content {
    margin-top: 30px;
  }
  .ts-front-and-back-content h3 {
    font-size: 30px;
  }
  .ts-customize-area .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    max-width: 720px;
  }
  .ts-customize-top-bottom {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .ts-customize-content.d-flex {
    display: block !important;
  }
  .ts-customize-content .content {
    max-width: 100%;
  }
  .ts-customize-content .customize-btn {
    margin-top: 40px;
  }
  .ts-customize-slides.owl-theme .owl-nav [class*=owl-] {
    left: 0;
  }
  .ts-customize-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0;
  }
  .ts-subscribe-inner-area {
    padding: 50px 30px;
  }
  .ts-reviews-area .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    max-width: 720px;
  }
  .ts-reviews-area .ts-section-title .section-btn {
    margin-top: 25px;
  }
  .ts-reviews-card {
    padding: 20px;
  }
  .ts-reviews-card .info {
    margin-bottom: 15px;
  }
  .ts-reviews-card .info .image img {
    max-width: 40px;
  }
  .ts-reviews-card .info .title {
    margin-left: 10px;
  }
  .ts-reviews-card .info .title h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .ts-reviews-card .info .title h3 span {
    font-size: 12px;
  }
  .ts-reviews-slides.owl-theme .owl-nav {
    margin-top: 25px;
  }
  .ts-reviews-slides.owl-theme .owl-nav [class*=owl-] {
    margin: 0 10px;
    position: relative;
    left: 0;
    top: unset;
    transform: unset;
  }
  .ts-reviews-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0;
    left: auto;
  }
  .ts-reviews-wrap-slides.owl-theme .owl-nav {
    margin-top: 25px;
  }
  .ts-reviews-wrap-slides.owl-theme .owl-nav [class*=owl-] {
    margin: 0 10px;
    position: relative;
    left: 0;
    top: unset;
    transform: unset;
  }
  .ts-reviews-wrap-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0;
    left: auto;
  }
  .ts-my-account-image {
    height: 650px;
  }
  .ts-my-account-form {
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ts-section-title.with-bottom-border .nav .nav-item {
    margin-right: 30px;
  }
  .ts-section-title.extra-class.d-flex {
    display: block !important;
  }
  .ts-section-title .countdown {
    margin-top: 25px;
  }
  .ts-overview-area::before {
    left: -195px;
    bottom: -145px;
    width: 580px;
    height: 580px;
  }
  .ts-overview-image .off-wrap {
    left: 35px;
    top: 25px;
    z-index: 1;
  }
  .ts-overview-image .off-wrap .content span {
    font-size: 18px;
  }
  .ts-overview-image .off-wrap .content h2 {
    font-size: 55px;
  }
  .ts-overview-image .off-wrap .content h3 {
    font-size: 18px;
  }
  .ts-overview-image .off-wrap::before {
    height: 110px;
    width: 110px;
    box-shadow: unset;
  }
  .ts-front-and-back-image {
    padding-right: 35px;
  }
  .ts-customize-area .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    max-width: 960px;
  }
  .ts-customize-top-bottom {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .ts-my-account-form {
    padding-left: 40px;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ts-section-title.extra-class.d-flex {
    display: block !important;
  }
  .ts-section-title .countdown {
    margin-top: 25px;
  }
  .ts-front-and-back-image {
    padding-right: 50px;
  }
  .ts-customize-list li {
    margin-right: 35px;
  }
  .ts-customize-content .thumbs-wrap ul li {
    margin-right: 15px;
  }
  .ts-customize-content .thumbs-wrap ul li .color-dot {
    height: 15px;
    width: 15px;
  }
  .ts-customize-content .customize-btn .ts-optional-btn {
    padding: 15px 15px 15.5px;
  }
  .ts-customize-slides.owl-theme .owl-nav [class*=owl-] {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    left: 50px;
  }
  .ts-customize-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 50px;
  }
}
/* Min width 1600px */
@media only screen and (min-width: 1600px) {
  .ts-customize-area .container-fluid {
    max-width: 1920px;
    padding-left: 100px;
    padding-right: 100px;
  }
  .ts-reviews-area .container-fluid {
    max-width: 1920px;
    padding-left: 100px;
    padding-right: 100px;
  }
  .ts-reviews-card {
    padding: 35px 35px 50px;
  }
  .ts-reviews-slides.owl-theme .owl-nav [class*=owl-] {
    left: -30px;
  }
  .ts-reviews-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -30px;
    left: auto;
  }
  .ts-reviews-wrap-slides.owl-theme .owl-nav [class*=owl-] {
    left: -30px;
  }
  .ts-reviews-wrap-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -30px;
    left: auto;
  }
}/*# sourceMappingURL=responsive.css.map */