/*
Theme Name: Puskar
Theme URI: https://www.templatesell.com/item/puskar/
Author: templatesell
Author URI: https://www.templatesell.com/
Description: Free Blog and Magazine Theme. With masonry layout and multiple blog page layout, this theme is the awesome and minimal theme. This theme has search option, off-canvas sidebar, multiple sidebar options, footer options, featured slider, promo boxed, footer widgets and many more. Besides that, this theme comes with added custom widgets for author information, featured posts, social icons, etc. It comes with primary color option to change the whole site color with a single click. More Details: https://www.templatesell.com/item/puskar/
Version: 1.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: puskar
Requires PHP: 5.2
Tested up to: 6.0
Tags: custom-background, custom-header, one-column, two-columns, three-columns, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, news
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Puskar is free WordPress theme by, Template Sell.
Puskar is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
  - Normalize
  - Box sizing
# Base
  - Typography
  - Elements
  - Links
  - Forms
## Layouts
# Components
  - Navigation
  - Posts and pages
  - Comments
  - Widgets
  - Media
  - Captions
  - Galleries
# plugins
  - Jetpack infinite scroll
# Utilities
  - Accessibility
  - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
	outline: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}



a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
  width: 100%;
  height: 45px;
  display: block;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single,
.woocommerce-input-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    margin: 0;
    outline: 0;
    line-height: normal;
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 6px 5px 5px 15px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {

  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
/*.custom-logo-link {
  display: inline-block;
}*/

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* = MY NEXT NEW PLUS GO
-------------------------------------------------------------- */

article.masonry-post {
    -ms-flex: 0 0 33% !important;
    flex: 0 0 33% !important;
    max-width: 33% !important;
    width: 33% !important;
}
.m_permo {
	display: block;
    z-index: 99;
    width: auto;
    height: auto;
    position: relative;
}
.menu-area .navbar ul li > a {
    font-size: 15px !important;
    font-weight: 600 !important;
	letter-spacing: 0 !important;
}
.aioseo-breadcrumbs {
	text-transform: uppercase;
	font-size: 14px;
}
.bs-info.single-page-info {
	display: none;
}
.single .post-navigation-wrapper {
	display: none;
}
.single .post-date {
	display: none;
}
.footer-bottom, .to_s, .to_s:hover {
  text-align:center;
  font-size:13px;
  font-weight: 400;
  color: #555;
  text-decoration: none;
}
#ts-header #primary-menu li a.sub-toggle {
	top: 2px !important;
    right: 2px !important;
    font-size: 14px !important;
}
.top_sl {
	margin: 50px 0 0 0;
}
.top_sl .elementor-widget-wrap {
	padding: 0 !important;
}
.ms-slide-info {
  min-height: 10px !important;
  margin: 0;
}
.ms-info {
  width: 800px;
  padding-left: 100px;
}
.ms-info h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1px;
  font-size: 40px;
  margin: 0 0 35px 0;
  text-shadow: 1px 1px 2px #000;
  border-bottom: 2px solid #115998;
  padding-bottom: 3px;
  line-height: 1.1;
  word-spacing: 1.5px;
}
.ab_on_main {
  padding: 55px 0 40px;
  text-align: center;
}
.ab_on_main h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 35px;
}
.we_best {
  background: url(/wp-content/uploads/2026/03/banner-conder.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  padding: 50px 0 50px;
}
.we_best h2 {
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 33px;
  color: #fff;
  text-align: left;
  text-shadow: 1px 0.5px 2px #000;
  margin: 10px auto 10px;
}
.we_best figure {
  width: 90px !important;
  background: #000000a1;
  padding: 10px;
  border-radius: 10px
}
.we_best h3 {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.4px;
  text-shadow: 0.5px 0.5px 2px #222;
  margin: 0 0 5px 0;
}
.we_best p {
  color: #fff;
  text-shadow: 0.5px 0.5px 1px #222;
  line-height: 1.25;
  border-bottom: 1px solid #fff;
  width: 450px;
  font-size: 16px;
  padding-bottom: 8px;
  font-weight: 500;
}
.testimonial_m {
  padding: 50px 0 50px;
  background: #f5f5f5;
}
.testimonial_m a {
  text-decoration: none !important;
  cursor: default;
}
.wptww-testimonials-slidelist .slick-dots li button {
    border: 1px solid #444 !important;
}
.wptww-testimonial-job {
  font-style: italic;
  color: #577baa;
  font-weight: 600;
  letter-spacing: 0;
}
.wptww-testimonials-text em:after, .wptww-testimonials-text em:before {
  color: #577baa;
}
.testimonial_m h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin: 0 0 -5px 0;
  color: #115998;
}
.testimonial_m h4 {
  font-weight: 500;
  color: #DD0A0A;
  text-align: center;
  margin: 0 0 15px 0;
  font-size: 18px;
}
.testimonial_m .elementor-tab-title {
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 18px;
}
.partners_m {
  padding: 40px 0 35px;
  border-top: 1px solid #ccc;
}
.partners_m h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.cont_q {
  padding: 50px 0;
  border-top: 1px solid #115998;
}
.cont_q h2,
.ab_us_part h2{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin: 0 0 -10px 0;
}
.cont_q h4,
.ab_us_part h4{
  text-align: center;
  text-transform:lowercase;
  font-weight: 600;
  font-size: 17px;
  margin: 0 0 -10px 0;
  color: #555;
}
.ab_us_part {
  padding: 55px 0 0 0;
}
div.wpforms-container-full .wpforms-form input[type=date],
div.wpforms-container-full .wpforms-form input[type=datetime],
div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=month],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=range],
div.wpforms-container-full .wpforms-form input[type=search],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=time],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=week],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
    font-size: 15px;
    padding: 6px 10px;
    height: 43px;
    line-height: 1.2;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 5px 0;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 120px;
    width: 60%;
}
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #FF2929;
    border: 0;
    border-right: 2px solid #bd0808;
    border-bottom: 3px solid #bd0808;
    color: #fff;
    font-size: 18px;
    padding: 12px 38px 11px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-shadow: 1px 0.5px 2px #555;
    box-shadow: 1px 1px 2px #999;
	transition: 0.2s;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    background-color: #FF2929;
    border: 0;
    border-right: 2px solid #bd0808;
    border-bottom: 3px solid #bd0808;
    color: #fff;
    font-size: 18px;
    padding: 12px 42px 11px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-shadow: 1px 0.5px 2px #555;
    box-shadow: 1px 1px 2px #999;
	opacity: 1;
	transition: 0.2s;
}
.catalog_main {
  padding: 60px 0 50px;
}
.catalog_main h2 {
    letter-spacing: 0.2px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    margin: 0 auto 0;
	color: #115998;
}
h2.woocommerce-loop-product__title {
	color: #333;
}
.catalog_main h4 {
    letter-spacing: 0.2px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
	color: #DD0A0A;
}
.t_bg_about {
  margin: -125px 0 30px 0;
}
.t_bg_about .elementor-widget-wrap {
  padding: 0 !important;
}
.txt_bg_about {
  text-align: center;
  padding: 25px 0;
}
.partners_about {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 50px 0 40px;
}
.partners_about h2 {
  letter-spacing: 0.4px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    margin: 0 0 0 0;
}
#contact_bl {
  margin: -50px 0 25px 0;
}
#contact_bl figure {
  width: 55px !important;
  margin: 0 0 7px 0;
}
#contact_bl h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
	color: #333;
}
#contact_bl h3:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	margin: auto;
	height: 1px;
	width: 100px;
	background: #115998;
}
#contact_bl p {
	font-weight: 500;
	color: #444;
}
.mystickyelements-fixed {
    top: 70% !important;
}
#nav_menu-3 h2 {
    color: transparent;
}
#media_image-2 img {
    width: 190px;
    margin: 5px 0 0 0;
    max-width: 200px;
}
.footer-top-box a {
  font-size: 15px;
  font-weight: 400;
}
#nav_menu-2 {
  margin: 0 0 0 -60px;
}
#nav_menu-3 {
  margin: 0 0 0 -100px;
}
#nav_menu-4 {
  margin: 0 0 0 -140px;
}
.m_search {
  display: none;
  position: absolute;
  bottom: -54px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 54px;
  background: #fff;
  z-index: 5;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  padding: 6px 0 3px;
  border-radius: 0 0 5px 5px;
  box-shadow: 1px 2px 3px #999;
}
.m_search input.search-field {
  width: 700px;
}
.close_m_search {
	position: absolute;
	top: 11px;
	right: 15px;
	width: 40px;
	height: 40px;
}
.close_m_search i {
	font-size: 30px;
	color: #555;
    cursor: pointer;
	transition: 0.2s;
}
.close_m_search i:hover {
	transform: rotate(90deg);
	color: #FF2929;
	transition: 0.2s;
}
#menu-item-270 a:hover {
  color: #FF2929 !important;
}
.prev_class .im_tt a:after {
	content: '\f002';
	font-family: FontAwesome;
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 20px;
}
.single .bs-img {
	display: none;
}
.right_cc {
	padding: 10px 0 0 30px;
}
.opis_block {
	border-top: 1px solid #eee;
	padding: 10px 0 0 0;
}
.opis_block h3 {
	font-weight: 500;
	margin: 0 0 15px 0;
}
p {
    margin: 0 0 15px;
}
.order_right {
	border-left: 1px solid #eee;
	padding: 0 0 0 10px;
}
.order_right h4 {
	line-height: 1.2;
	font-weight: 500;
	font-size: 19px;
	margin: 0 0 -20px 0;
	letter-spacing: 0;
}
.order_right input[type=submit],
.order_right button[type=submit] {
	font-size: 14px !important;
	font-weight: 500 !important;
	font-family: 'Roboto' !important;
	letter-spacing: 0.3px !important;
	text-transform: uppercase !important;
	text-shadow: 0.5px 0.5px 1px #777 !important;
	line-height: 1 !important;
	padding: 12px 25px 8px !important;
}
.ts-blog-sec .blog-item .blog-meta .blog-title {
    margin: 0 0 0 0;
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 0;
}
.category article {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.ts-breadcrumbs .trail-item.trail-begin {
	display: none !important;
}
.related-posts {
	padding: 15px 0 25px !important;
}
.related-posts h2 {
	font-weight: bold;
	letter-spacing: 0.2px;
	font-size: 25px;
	margin: 0 0 15px 0;
}
.related-posts h3 {
	font-size: 18px !important;
	line-height: 1.3 !important;
	font-weight: bold !important;
	margin: 0 0 0 0 !important;
}
.related-posts .show-2-related-posts {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
#ts-header .logo-area {
    position: relative;
    z-index: 9;
    float: left;
    margin-right: 0;
    width: 100%;
    max-width: 160px;
    padding: 0;
}
.menu-area .navbar ul li > a {
	line-height: normal !important;
}
.footer-bottom {
    padding: 15px 0;
    background-color: #f3f3f3;
    line-height: 1;
}
.name_comp {
    font-family: 'Roboto';
    font-weight: 500;
    letter-spacing: 0;
    position: absolute;
    top: 8px;
    left: 65px;
    line-height: 1.3;
}
.name_comp:before {
	content: '';
	position: absolute;
	top: 19px;
	left: 0;
	height: 1px;
	width: 100%;
	background: #dd0a0a;
}
#ts-header:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, transparent 0%, #87ceeb70 50%, #618cb08a 100%);
}
.h_whats {
	position: fixed;
	right: 15px;
	bottom: 75px;
	display: block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	box-shadow: 0 0 10px #5555554f;
	z-index: 99;
}
.single-product .description_tab {
	display: none !important;!i;!;
}
.single-product .woocommerce-Tabs-panel h2 {
    padding-top: 15px;
    border-top: 1px solid #eee;
    margin: 0 0 12px 0;
    font-size: 25px;
    line-height: 1;
}
.woocommerce ul.products,
.woocommerce-page ul.products,
#content ul.products {
    margin: 0;
    padding: 0;
	list-style: none;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 59%;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 38%;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 0.5% 2em;
    padding: 10px;
    border: 1px solid #eee;
    width: 32%;
}
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
    width: 32%;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 8px 0;
    margin: 0 -10px 10px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: -0.2px;
    background: #eee;
    text-align: center;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover {
	color: #115998;
}
.woocommerce ul.products li.product .button {
    margin: 0 0 0 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
	border: 1px solid #777;
	background: transparent;
	transition: 0.2s;
}
.woocommerce ul.products li.product .button:hover {
	transition: 0.2s;
	background: #FF2929;
	border-color: #FF2929;
	color: #fff;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #111;
}
.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 600;
    margin: 10px auto 10px;
    font-size: 18px;
    color: #111;
    line-height: 1;
    text-align: center;
    padding: 5px 0;
    background: #f5f5f5;
    border-radius: 0;
}
.added_to_cart,
.added_to_cart:hover {
	margin: -38px auto 0;
    text-align: center;
    text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #FF2929;
	background: #FF2929;
	color: #fff;
	line-height: 1 !important;
	border-radius: 3px;
	padding: 10px 0 !important;
}
.added_to_cart.wc-forward {
	display: block !important;
	position: relative;
	z-index: 5;
	line-height: 1 !important;
}
.table td,.table th {
    padding: 5px 10px;
    vertical-align: middle;
    border: 1px solid #eee;
    font-size: 16px;
}
.table tr:nth-child(even) {
	background: #f9f9f9
}.menu-area .navbar ul li > a {
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}
.wpmenucart-contents {
	color: #fff !important;
	padding: 0;
	margin: 0;
	position: relative;
}
.wpmenucart-contents:before {
	content: '';
	position: absolute;
	left: -5px;
	top: -6px;
	margin: auto;
	background: #dd0a0a;
	padding: 0;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	z-index: -1;
}
.wpmenucart-contents i {
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.wpmenucart-contents i:before {
	margin: 0;
	padding: 0;
}
.wpmenucart-contents span {
	font-size: 12px;
	position: absolute;
	top: -2px;
	margin-left: 1px;
}
.single-product .posted_in {
	display: block;
}
.woocommerce .quantity .qty {
    width: 40px;
    height: 37px;
    text-align: center;
    padding: 0;
    line-height: 1;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    background-color: #dd0a0a;
    font-weight: 600;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #dd0a0a;
    color: #fff;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
.single-product .type-product .summary.entry-summary p.price {
    color: #333;
    font-size: 22px;
    font-weight: bold;
}
.single-product .type-product .summary.entry-summary p.price {
	border-bottom: 1px solid #dd0a0a;
}
.single-product .type-product .summary.entry-summary p.price:before {
	content: 'Price: ';
	text-transform: uppercase;
}
.single-product .related.products li.product {
    margin: 0 0.5% 2em;
    padding: 10px;
    border: 1px solid #eee;
    width: 24%;
}
.single-product .related.products li.product p.price,
.single-product .related.products li.product .price {
	font-size: 17px;
	border-bottom: 0;
}
.single-product .related.products li.product h2 {
    font-size: 16px;
    margin: 0 0 10px;
}
.ts-blog-details .tag-line {
    margin: 0;
    padding: 0;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 1em;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eee;
}
.page-id-735 .wp-block-woocommerce-cart-order-summary-shipping-block,
.page-id-735 .wc-block-components-product-metadata {
	display: none;
}
.wc-block-cart-item__prices {
	width: 25%;
	float: left;
	margin: 5px 0 0 0 !important;
}
.wc-block-cart-item__quantity {
	width: 25%;
	float: left;
	margin: 0 0 0 0 !important;
}
.wc-block-cart__submit-container a,
.wc-block-cart__submit-container a:hover {
	background-color: #dd0a0a;
	font-weight: 600;
	border-radius: 4px;
	text-transform: uppercase;
	color:  #fff;
	font-size: 17px;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    -moz-appearance: textfield;
    appearance: textfield;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: currentColor;
    flex: 1 1 auto;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    min-width: 40px;
    order: 2;
    padding: 2px 0;
    text-align: center;
    vertical-align: middle;
    height: 30px;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    position: absolute;
}
.wc-block-components-quantity-selector {
    border-radius: 0;
    margin: 0;
    width: 105px;
}
.is-large.wc-block-cart .wc-block-cart-items td {
    border-top: 1px solid #ddd;
    padding: 10px 0 10px 5px;
    vertical-align: middle;
}
.wc-block-components-product-name {
	font-weight: 600;
}
.page-id-736 .wc-block-components-product-metadata,
.page-id-736 .wc-block-components-order-summary-item__individual-price,
.page-id-736 .wc-block-components-totals-shipping,
.wc-block-components-address-form__address_2-toggle,
.wc-block-checkout__use-address-for-billing,
.wp-block-woocommerce-checkout-order-note-block,
#ship-to-different-address,
.woocommerce-additional-fields__field-wrapper {
	display: none;
}
.woocommerce-billing-fields {
	margin: 0 0 20px 0;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    text-transform: uppercase;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding: 0 20px;
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    box-shadow: inset 0 0 0 1px currentColor !important;
}
.wc-block-components-form .wc-block-components-checkout-step {
    margin: 0 0 25px !important;
}
.wc-block-checkout__shipping-option--free {
	display: none;
}
.wc-block-checkout__terms a,
.form-row.validate-required a {
	color: #FF2929;
} 
.wc-block-components-checkout-place-order-button,
.wc-block-components-checkout-place-order-button:hover,
#place_order,
#place_order:hover {
	background-color: #dd0a0a;
	font-weight: 600;
	border-radius: 4px;
	text-transform: uppercase;
	color:  #fff;
	font-size: 17px;
	line-height: 1 !important;
	padding: 12px 20px !important;
	min-height: auto !important;
	box-shadow: 1px 1px 2px #999;
	text-shadow: 0.5px 0.5px 1px #777;
	clear: none;
	float: right !important;!i;!;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input {
    border: 1px solid #555 !important;
    height: 16px !important;
    left: 15px !important;
    min-height: 16px !important;
    min-width: 16px !important;
    width: 16px !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #555 !important;;
    content: "";
    height: 8px !important;
    left: 53% !important;
    min-height: 8px !important;
    min-width: 8px !important;
    top: 53% !important;
    width: 8px !important;
}
.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
    padding: 10px 5px 10px 40px !important;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control__option, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child {
	padding-bottom: 0px !important;
}
.wc-block-components-radio-control-accordion-content {
    padding: 15px 15px !important;
}
.woocommerce .woocommerce-customer-details address {
    border: 0;
}
.wc-block-components-panel__button, .wc-block-components-panel__button:active, .wc-block-components-panel__button:focus, .wc-block-components-panel__button:hover {
    outline: none !important;
}	
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #f5f5f5;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #ccc;
    color: #222;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    border: 1em solid #ccc;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.order-total th,
.order-total td {
	font-size: 20px;
	font-weight: 500 !important;
	text-transform: uppercase;
}
.woocommerce-error::before {
    content: "\e016";
    color: #b81c23;
    left: 1px;
    top: 1px;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    padding-left: 15px !important;
}
.breadcrumb-trail.breadcrumbs,
.woocommerce-result-count,
.woocommerce-ordering,
.woocommerce ul.products li.product .price {
	display: none;
}
#sendbtn, #sendbtn2, .gdpr_wa_button_input {
    width: 100%;
	font-size: 15px;
}
.wa-order-button {
	font-size: 15px !important;
	width: 100%;
	margin: 0 0 0 5px !important;
	border-radius: 8px !important;
	padding: 15px 0 !important;
}
.related.products #sendbtn {
    width: 100%;
	font-size: 14px !important;
}
.conder-stats-block {
    padding: 20px 25px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin: -15px 0 0 0;
}
.ves_catalog {
	margin: 0 auto 0;
	text-align: center;
}
.ves_catalog a {
	transition: 0.2s;
	background: #115998;
	text-transform: uppercase;
	font-weight: 500;
	padding: 15px 35px 12px;
	border-right: 2px solid #0d3e69;
	border-bottom: 3px solid #0d3e69;
}
.ves_catalog a:hover {
	transition: 0.2s;
	background: #dd0a0a;
	border-right: 2px solid #b81c23;
	border-bottom: 3px solid #b81c23;
}







/* = MY NEXT NEW PLUS GO 1600
-------------------------------------------------------------- */
@media (max-width: 1600px) {
.ms-info h2 {
  font-size: 45px;
}
.catalog_main h3 {
    font-size: 19px;
}
.ts-breadcrumbs .page-title {
    font-size: 30px;
}
.ts-blog .blog-item .blog-title {
    font-size: 23px;
    letter-spacing: 0;
}	
.related-posts.ts-blog h3.blog-title {
  font-size: 20px;
}
.related-posts.ts-blog figure {
  padding: 15px;
}	
	
	
	


}

/* = MY NEXT NEW PLUS GO 1536
-------------------------------------------------------------- */
@media (max-width: 1536px) {






}



/* = MY NEXT NEW PLUS GO 1440
-------------------------------------------------------------- */
@media (max-width: 1440px) {
.ms-info h2 {
  font-size: 36px;
}
.catalog_main h3 {
    font-size: 18px;
}
.ms-info {
  width: 550px;
  padding-left: 80px;
}
.ab_on_main h2,
.testimonial_m h2,
.partners_m h2,
.cont_q h2,
.ab_us_part h2 {
    font-size: 28px;
}
.catalog_main h2 {
    font-size: 31px;
}
.we_best h2 {
    font-size: 33px;	
}
.we_best h3 {
    font-size: 21px;	
}
.testimonial_m .elementor-tab-title {
    font-size: 17px;
}	
	
	


}

/* = MY NEXT NEW PLUS GO 1366
-------------------------------------------------------------- */
@media (max-width: 1366px) {
.ms-info h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1px;
  font-size: 33px;
  margin: 0 0 35px 0;
  text-shadow: 1px 1px 2px #000;
  border-bottom: 2px solid #dd0a0a;
  padding-bottom: 3px;
  line-height: 1.1;
  word-spacing: 1.5px;
}
.catalog_main h3 {
    font-size: 17px;
}
.ms-info {
  padding-left: 50px;
}
.we_best h2 {
    font-size: 31px;
}
.we_best h3 {
    font-size: 20px;
    margin: -5px 0 0;
}
.catalog_main h2 {
    font-size: 29px;
}
.footer-top-box a {
    font-size: 14px;
}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    font-size: 14px;	
}
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button,
div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    font-size: 17px;	
}
.ts-breadcrumbs .page-title {
    font-size: 30px !important;
    line-height: 40px !important;
}
.ts-blog .blog-item .blog-desc p {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.2px;
}	
.ts-blog-sec .blog-item .blog-meta .blog-title {
    margin: 20px 0 0 !important;
    font-size: 22px;
}	
.ts-blog-sec .blog-item .blog-desc {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}	
.ts-blog .blog-item .blog-meta {
    margin-bottom: 8px !important;
}	
.ts-blog-details .post-title {
    font-size: 31px !important;
    line-height: 35px !important;
}	
.related-posts.ts-blog figure {
    padding: 20px;
}	
.related-posts.ts-blog h3.blog-title {
    font-size: 19px;
}	
.sidebar-area .widget-title, .sidebar-area h2, .footer-top h2, .sidebar-area .widget-title, .sidebar-area h2, .footer-top h2, .footer-top h3 {
    font-size: 20px;
}	
.footer-bottom {
    padding: 15px 0 10px !important;
}
article.masonry-post {
    padding-right: 15px !important;
    padding-left: 15px !important;
}	
.we_best figure {
    width: 100px !important;
    padding: 7px;
    border-radius: 7px;
}	
	
	


}

/* = MY NEXT NEW PLUS GO 1194
-------------------------------------------------------------- */
@media (max-width: 1194px) {
.sidebar-area .widget-title, .sidebar-area h2, .footer-top h2, .sidebar-area .widget-title, .sidebar-area h2, .footer-top h2, .footer-top h3 {
    font-size: 17px;
}
.ms-info h2 {
  font-size: 30px;
}
.we_best h3 {
    font-size: 18px;
    margin: -4px 0 0;
}
.we_best p {
    width: 400px;
    font-size: 15px;
    padding-bottom: 8px;
    font-weight: 500;
}	
.we_best figure {
    width: 90px !important;
    padding: 5px;
    border-radius: 5px;
    margin: 0 10px 0 -15px !important;
}	
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: 7px 0;
    margin: 0 -10px 10px;
    font-size: 17px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
}
.ves_catalog a {
    padding: 13px 30px 10px;
}
#media_image-2 img {
    width: 165px;
    margin: 5px 0 0 0;
}	
.menu-area .navbar ul li > a {
    font-size: 14px !important;
}	
	
	
	
}

/* = MY NEXT NEW PLUS GO 1024
-------------------------------------------------------------- */
@media (max-width: 1024px) {
h2 {
    font-size: 25px !important;
}
.menu-area .navbar ul li a {
    line-height: 53px !important;
}
.menu-area .navbar ul.sub-menu li a {
    line-height: 25px !important;
}
.menu-area .navbar ul li > a {
    font-size: 14px !important;
}
body {
    font-size: 14px !important;
}
.ab_on_main h2,
.testimonial_m h2,
.partners_m h2,
.cont_q h2,
.ab_us_part h2 {
    font-size: 26px;
}
.we_best h2 {
    font-size: 29px;
}
.m_search input.search-field {
    width: 600px;
}
.close_m_search {
	top: 13px;
}
.close_m_search i {
	font-size: 28px;
}	
.we_best figure {
    width: 17% !important;
    padding: 8px;
    border-radius: 8px;
    margin-right: 10px !important;
}
.we_best p {
    width: auto;
    font-size: 14px;
}
.we_best h3 {
    font-size: 19px;
    margin: -2px 0 0;
}
.ts-breadcrumbs .page-title {
    font-size: 27px !important;
    line-height: 35px !important;
}	
.ts-breadcrumbs {
    padding: 15px 0 10px !important;
}	
.ts-blog-sec .blog-item .blog-meta .blog-title {
    margin: 20px 0 0 !important;
    font-size: 19px;
}	
.ts-blog .blog-item .blog-desc p {
    margin-bottom: 15px !important;
    font-size: 13px !important;
}
.ts-blog-details .bs-img {
    margin-bottom: 30px;
    width: 350px;
}
.ts-blog-details .post-title {
    font-size: 25px !important;
    line-height: 27px !important;
}
.aioseo-breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
}
.ts-blog {
    padding: 30px 0 30px !important;
}	
.related-posts.ts-blog h3.blog-title {
    font-size: 17px !important;
}	
.related-posts.ts-blog figure {
    padding: 30px 30px 10px;
}
.footer-top h2:after {
    width: 175px !important;
}
.footer-top-box a {
    font-size: 13px;
}
.sidebar-area .widget-title,
.sidebar-area h2,
.footer-top h2,
.sidebar-area .widget-title,
.sidebar-area h2,
.footer-top h2,
.footer-top h3 {
    font-size: 18px !important;
}
.footer-top {
    padding-top: 45px !important;
    padding-bottom: 30px !important;
}
#contact_bl h3 {
    font-size: 17px;
}
#contact_bl p {
    font-size: 14px;
  letter-spacing: 0;
}
#contact_bl figure {
    width: 17% !important;
    margin: 0 0 3px 0;
}
.catalog_main .elementor-image-box-wrapper {
    border-radius: 4px;
    padding: 15px 0;
}
.catalog_main h3 {
    font-size: 16px;
}	
#ts-header #primary-menu li a.sub-toggle {
    top: 0px !important;
    right: 2px !important;
    font-size: 13px !important;
}
.navbar a i{
	font-size: 13px !important;
}
.name_comp {
    top: 3px;
    left: 55px;
    line-height: 1.3;
}
.order_right h4 {
    line-height: 1.15;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 -25px 0;
    letter-spacing: 0;
}	
.ms-info h2 {
  font-size: 25px !important;
}	
.wpmenucart-contents:before {
    content: '';
    position: absolute;
    left: -7px;
    top: 13px;
    margin: auto;
    background: #dd0a0a;
    padding: 0;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    z-index: -1;
}	
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    margin: 0 -10px 10px;
    font-size: 16px !important;
}	
.woocommerce .quantity .qty {
    width: 40px;
    height: 32px;
    text-align: center;
    padding: 0;
    line-height: 1;
}
#ts-header .logo-area {
    max-width: 140px;
}	
#media_image-2 img {
    width: 150px;
    margin: 5px 0 0 0;
}	
	
	
	
	

}

/* = MY NEXT NEW PLUS GO 768
-------------------------------------------------------------- */
@media (max-width: 768px) {
h2 {
    font-size: 24px !important;
}
body {
    font-size: 14px !important;
}
#ts-header .logo-area {
    text-align: left !important;
    float: left !important;
}
.ms-info {
  width: 500px;
  padding-left: 20px;
}
.ms-info h2 {
  font-size: 22px !important;
  margin: 0 0 10px 0;
}
#ts-header .logo-area a img {
    width: 120px !important;
}	
.mobile-menu-link .nav-menu-link {
    height: 15px !important;
    width: 21px !important;
}	
#ts-header .menu-area .navbar {
    padding-right: 0 !important;
    float: right !important;
    margin: 13px 0 0 0;
}
.menu-area .navbar ul li a {
    line-height: 35px !important;
}
.menu-area .navbar ul li > a {
    font-size: 14px !important;
}
#ts-header #primary-menu li .sub-toggle {
    position: absolute;
    right: 0 !important;
    top: 4px !important;
    padding: 0!important;
    width: 22px !important;
    height: 22px !important;
    line-height: 22px !important;
}
#ts-header #primary-menu li a.sub-toggle {
     right: 0 !important;
}	
.navbar-menu .sub-menu i {
  display: none;
}
.navbar-menu .sub-toggle	i {
  display: inline-block;
}	
.ts-breadcrumbs .page-title {
    font-size: 23px !important;
    line-height: 24px !important;
}
.ts-breadcrumbs ul li {
    margin-left: 8px !important;
    padding-left: 8px !important;
}
.ts-blog-sec .blog-item .blog-meta .blog-title {
    margin: 15px 0 0 !important;
    font-size: 16px;
}
.ts-blog .blog-item .blog-desc p {
    margin-bottom: 15px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
}
.ts-blog-sec .blog-item {
    margin-bottom: 40px !important;
}	
.m_search {
    right: unset;
    width: 60%;	
	text-align: left;
	padding: 5px 0 0px 15px;
}
.m_search input.search-field {
    width: 230px !important;
    min-width: 230px;
}
.close_m_search {
    top: 14px;
    right: 10px;
    width: 30px;
    height: 30px;
}	
#nav_menu-2 {
    margin: 0 0 0 0;
}
#nav_menu-3 {
    margin: 0 0 0 0;
}
#nav_menu-4 {
    margin: 0 0 0 0;
}
.sidebar-area .widget-title,
.sidebar-area h2,
.footer-top h2,
.sidebar-area .widget-title,
.sidebar-area h2,
.footer-top h2,
.footer-top h3 {
    font-size: 17px !important;
}
.footer-top {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.copyright {
  margin: 0 -10px
}		
.footer-top .row [class*="footer-col-"] {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    padding: 0 5px;
}
.main-menu-close i.fa.fa-window-close {
    font-size: 30px;
    color: #555;
}
.we_best figure {
    width: 70px !important;
    padding: 5px;
    border-radius: 5px;
    margin: 0 10px 0 0 !important;
}
.we_best h3 {
    font-size: 17px;
    margin: -5px 0 4px;
}
.catalog_main h3 {
    font-size: 14px;
}
.wptww-testimonials-list .wptww-testimonials-text p,
.wptww-testimonials-slidelist .wptww-testimonials-text p,
.wptww-testimonials-slide-widget .wptww-testimonials-text p {
    font-size: 14px;
}
.wptww-testimonials-list h4,
.wptww-testimonials-slidelist h4,
.wptww-testimonials-slide-widget h4 {
    font-size: 18px !important;
}
#scrollUp {
    bottom: 20px !important;
    right: 30px !important;
}
.cont_q h4, .ab_us_part h4 {
    font-size: 15px;
}
.t_bg_about {
    margin: -100px 0 30px 0;
}	
#contact_bl p {
    font-size: 13px;
}	
.h_whats {
	position: fixed;
	right: 12px;
	bottom: 60px;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 0 10px #5555554f;
	z-index: 99;
}	
.testimonial_m .elementor-tab-title {
    font-size: 14px;
}	
.pravaya_chast_v_bannere {
	width: 65% !important;
}
.name_comp {
    top: 4px;
    left: 50px;
    line-height: 1.2;
    font-size: 14px;
}
.name_comp:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #dd0a0a;
}
.right_cc {
    padding: 0px 0 0 0;
}	
.order_right h4 {
    line-height: 1.15;
    font-weight: 500;
    font-size: 17px;
    margin: 0 0 -25px 0;
    letter-spacing: 0;
}
.ab_on_main {
    padding: 25px 0 20px;
}	
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
    width: 32%;
    clear: none;
    float: left;
    margin: 0 0.5% 2em;
}	
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    margin: 0 -10px 10px;
    font-size: 16px !important;
}		
.wpmenucart-contents:before {
    content: '';
    position: absolute;
    left: -7px;
    top: 0px;
    margin: auto;
    background: #dd0a0a;
    padding: 0;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    z-index: -1;
}	
.menu-area .navbar ul li a.wpmenucart-contents i {
	font-size: 19px !important;
}		
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    top: 50% !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
}	
.ts-breadcrumbs {
    padding: 15px 0 10px !important;
    margin: 43px 0 0 0 !important;
}	
#sendbtn, #sendbtn2, .gdpr_wa_button_input {
    width: 100%;
    font-size: 14px;
}	
.top_sl {
    margin: 50px 0 0 0;
}
.navbar a i.fa.fa-window-close {
	font-size: 25px !important;
}	
	
	
	

}

/* = MY NEXT NEW PLUS GO 500
-------------------------------------------------------------- */
@media (max-width: 500px) {
#ts-header .menu-area .navbar {
    margin: 15px 0 0 0;
}
h2 {
    font-size: 20px !important;
}
h3 {
    font-size: 20px !important;
}
.order_right h4 {
    line-height: 1.15;
    font-weight: 500;
    font-size: 17px;
    margin: 5px 0 -15px 0 !important;
    letter-spacing: 0;
}
.order_right {
    border-left: 0;
    padding: 0;
}
.name_comp:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #dd0a0a;
}
.ms-info h2 {
  font-size: 17px !important;
  margin: 0 0 10px 0;
  line-height: 1.2;
  letter-spacing: 0;
  word-spacing: normal;
}	
.ms-info {
  width: 370px;
  padding-left: 12px;
}
.ab_on_main {
    padding: 15px 0 0px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px !important;
}
.m_search {
    right: 0;
    left: 0;
    width: 370px;
    height: 150px;
    text-align: center;
    padding: 60px 15px 0;
    margin: auto;
    position: fixed;
    top: -50%;
    border-radius: 5px;
    border: 1px solid #ccc;
    z-index: 9999;
}	
.m_search input.search-submit {
    border-radius: 25px;
    font-size: 13px;
    padding: 0px 24px 0;
    margin-left: 10px;
    height: 30px;
    border: 1px solid #ccc;
}	
.m_search input.search-field {
    width: auto !important;
    min-width: 200px;
    height: 30px;
    border: 1px solid #ccc;
}	
.close_m_search {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
}	
.close_m_search i {
    font-size: 25px;
}
#ts-header .logo-area a img {
    width: 140px !important;
}	
.catalog_main h3 {
    font-size: 16px;
}
.catalog_main .elementor-image-box-wrapper {
    padding: 0 0;
}
.wptww-testimonials-list h4,
.wptww-testimonials-slidelist h4,
.wptww-testimonials-slide-widget h4 {
    font-size: 16px !important;
}
.wptww-testimonials-list .wptww-testimonials-text p,
.wptww-testimonials-slidelist .wptww-testimonials-text p,
.wptww-testimonials-slide-widget .wptww-testimonials-text p {
    font-size: 13px;
}
.slick-dots {
	display: none !important;
}
.cont_q h4,
.ab_us_part h4 {
    font-size: 15px;
    margin: -3px 0 -15px 0 !important;
    line-height: 1.2;
}
.cont_q h2,
.ab_us_part h2 {
    margin: 0 0 -10px 0 !important;
}
div.wpforms-container-full {
    margin: 10px auto !important;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 110px;
    width: 100%;
}	
div.wpforms-container-full .wpforms-form input[type=date],
div.wpforms-container-full .wpforms-form input[type=datetime],
div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=month],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=range],
div.wpforms-container-full .wpforms-form input[type=search],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=time],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=week],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
    font-size: 13px;
}	
.t_bg_about {
    margin: -105px 0 -15px 0;
}
.ts-breadcrumbs .ts-breadcrumbs-inner .breadcrumb-trail.breadcrumbs	{
  display: none;
}
.ts-breadcrumbs {
    padding: 0 0 0 0 !important;
    margin-top: 50px;
}
.single .ts-breadcrumbs {
    padding: 10px 0 1px !important;
}
.ts-breadcrumbs .page-title {
    font-size: 19px !important;
    line-height: 20px !important;
	margin: 0 0 5px 0 !important;
	text-align: left;
}
.txt_bg_about {
    padding: 0px 0 20px;
}
.txt_bg_about img {
  	width: 200px;
	margin-bottom: -20px;
}	
.footer-top .row [class*="footer-col-"] {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    padding: 0 5px;
    text-align: center;
	margin-bottom: 20px;
}	
.footer-top h2:after {
    width: 150px !important;
    left: 0;
    right: 0;
    margin: auto;
}	
#media_image-2 img {
    width: 180px;
    margin: 15px 0 -15px 0;
}	
.sidebar-area .widget-title,
.sidebar-area h2,
.footer-top h2,
.sidebar-area .widget-title,
.sidebar-area h2,
.footer-top h2, .footer-top h3 {
    font-size: 16px !important;
}
.footer-top-box a {
    font-size: 14px;
}
#nav_menu-3 {
  margin-top: -20px;
}
#nav_menu-3 h2 {
	display: none;
}	
#scrollUp {
    display: none !important;
}
.copyright {
    margin: 0 0;
}	
.testimonial_m {
    padding: 55px 0 15px;
}	
article.masonry-post {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}	
.aioseo-breadcrumbs {
    text-transform: initial;
    font-size: 13px;
}	
.ts-blog-details .post-title {
    font-size: 20px !important;
    line-height: 21px !important;
}
.ts-blog-sec .blog-item .blog-img {
    position: relative;
    width: 250px;
    margin: 0 auto 15px;
    text-align: center;
}	
.ts-blog-sec .blog-item .blog-meta .blog-title {
    margin: 0 0 0 0 !important;
    font-size: 19px;
    text-align: center;
}	
.mystickyelements-fixed {
    top: 55% !important;
}	
.ts-breadcrumbs .breadcrumbs-inner {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}	
.related-posts.ts-blog figure {
    padding: 0;
    width: 200px;
    margin: auto;
}
.ts-blog {
    padding: 20px 0 20px !important;
}
.related-posts h2 {
	text-align: center;
}
.single	p {
    margin: 0 0 10px;
    line-height: 1.4;
    letter-spacing: 0;
}
.ts-blog-details .bs-img {
    margin-bottom: 20px !important;
    width: 280px;
}	
.related-posts.ts-blog h3.blog-title {
    font-size: 16px;
    text-align: center;
}	
.pb-100 {
    padding-bottom: 30px !important;
}	
#ts-header {
    width: 100% !important;
    z-index: 999 !important;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
}
.name_comp {
    top: 7px;
    left: 50px;
    line-height: 1.2;
    font-size: 14px;
}
.top_sl {
  margin: 45px 0 0 0;
}
#contact_bl h3 {
    font-size: 17px !important;
    margin: 0 0 10px 0 !important;
}
#contact_bl p {
    font-size: 15px;
    margin: 0 0 15px 0;
}	
.ms-slide-info {
    width: 370px !important;
}	
.ts-blog .blog-item .blog-desc p {
    margin-bottom: 0 !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    letter-spacing: 0;
    text-align: center;
}	
.pravaya_chast_v_bannere {
	width: 100% !important;
}	
.we_best {
    background-size: cover;
    padding: 33px 0 20px;
}		
.we_best h2 {
    font-size: 25px !important;
    margin: 0 auto 20px !important;
    text-align: center;
}	
.we_best figure {
    width: 70px !important;
    padding: 5px;
    border-radius: 5px;
    margin: 0 0 5px 0 !important;
}
.we_best h3 {
    font-size: 17px;
    margin: -5px 0 5px;
}
.we_best p {
    width: auto;
    font-size: 15px;
    border: 0;
    font-weight: normal;
    margin: 0 0 5px 0 !important;
}		
.partners_m {
  padding: 40px 65px 35px;
}	
.testimonial_m h4 {
    font-size: 16px;
}	
.testimonial_m h2 {
    margin: 0 0 -10px 0 !important;
}
.testimonial_m .elementor-tab-title {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.2 !important;
}	
.footer-bottom,
.to_s, .to_s:hover {
    font-size: 14px;
    line-height: 1.6;
}	
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
    width: auto;
    clear: none;
    float: left;
    margin: 0 5% 2em;
}		
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: auto;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: auto;
}	
.wc-block-components-quantity-selector {
    border-radius: 4px;
    box-sizing: content-box;
    display: flex;
    margin: 0 0 15px 15px;
    position: relative;
    width: 100px;
}	
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    font-size: 17px !important;
}	
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
}	
.ts-breadcrumbs {
    padding: 10px 0 5px !important;
    margin: 50px 0 0 0 !important;
}	
#ts-header .navbar-menu{
	    padding: 50px  15px 20px 15px !important;
}
.menu-area .navbar ul li > a {
    font-size: 15px !important;
    line-height: 30px !important;
}	
.shop-page-area.sec-spacer {
    padding: 10px 0 60px;
}	
.conder-stats-block {
    padding: 20px 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin: -15px 0 0 0;
}	
.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 30px;
}
.catalog_main h2 {
    font-size: 28px !important;
}	
.partners_m h2 {
    font-size: 20px !important;
    margin: 0 -65px 15px !important;
    line-height: 1.2;
}	
	
	
	
	
}

/* = MY NEXT NEW PLUS GO 400
-------------------------------------------------------------- */
@media (max-width: 400px) {
.we_best {
    background-size: cover;
    padding: 20px 0 7px;
}	
.h_whats {
	position: fixed;
	right: 12px;
	bottom: 30px;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 0 10px #5555554f;
	z-index: 99;
}	
.catalog_main h3 {
    font-size: 18px !important;
    font-weight: bold;
    letter-spacing: 0;
}	
.testimonial_m h4 {
    font-size: 15px;
}		
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button,
div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    font-size: 15px;
    padding: 11px 35px 9px;
}
.footer-bottom,
.to_s, .to_s:hover {
    font-size: 13px;
    line-height: 1.6;
}	
.ts-blog-sec .blog-item .blog-meta .blog-title {
    margin: 0 0 0 0 !important;
    font-size: 19px !important;
    text-align: center;
    line-height: 1.2 !important;
}		
.ts-blog .blog-item .blog-desc p {
    font-size: 14px !important;
}		
.name_comp {
    top: 7px;
    left: 50px;
    line-height: 1.3;
    font-size: 13px;
}		
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    margin: 0 -5px;
    font-size: 16px !important;
}		
.catalog_main h2 {
    font-size: 25px !important;
}
.catalog_main h4 {
    font-size: 16px;
    margin: -15px auto 10px !important;
}
.partners_m h2 {
    font-size: 18px !important;
    margin: 0 -65px 15px !important;
    line-height: 1.2;
}		
	
	

}

/* = MY NEXT NEW PLUS GO 390
-------------------------------------------------------------- */
@media (max-width: 390px) {
h2 {
    font-size: 19px !important;
}
.ms-info h2 {
  font-size: 16px !important;
  margin: 0 0 10px 0;
  line-height: 1.2;
  letter-spacing: 0.2px;
  word-spacing: normal;
}	
.ms-info {
  width: 360px;
  padding-left: 10px;
}
.ts-blog-details .bs-img {
    width: 250px;
}
.ts-blog-details .post-title {
    font-size: 19px !important;
    line-height: 20px !important;
}
.we_best h2 {
    font-size: 22px !important;
    margin: 0 auto 10px !important;
}	
.we_best p {
    width: auto;
    font-size: 15px;
    border: 0;
    font-weight: normal;
    margin: 0 0 0 0 !important;
}	
.we_best h3 {
    font-size: 19px !important;
    margin: -3px 0 5px !important;
}	
.we_best figure {
    width: 65px !important;
    padding: 4px;
    border-radius: 4px;
    margin: 0 0 5px 0 !important;
}	
.elementor-accordion .elementor-tab-title {
    padding: 12px 10px !important;
}
.article-render__block.article-render__block_unstyled {
	margin: 0;
}	
.elementor-tab-content ul,
.elementor-tab-content ol {
    margin: 0 0 0 0 !important;
	padding: 0 0 0 10px;
}	
	


}
