html {
	font-family: 'Montserrat', sans-serif;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
    overflow-x: hidden;
}

body {
	margin: 0;
	font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    overflow-x: hidden;
}

a:hover {
	text-decoration: none;
}

p {
    color: #6f6f6f;
    font-family: 'Montserrat', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

code {
    background-color: #22b5fb;
    color: #fff;
    font-size: 14px !important;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
    color: #2b2b2b;
    line-height: 30px;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

ol,
ul {
	padding: 0; 
}
ul li ul {
	list-style: none;
	margin:0
}

ul li ul li ul {
    list-style: circle;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Montserrat', sans-serif !important;
}

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;
	font-size: 15px;
	font-size: 16px;
	line-height: 22px;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
    overflow-x: hidden;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 0px;
	background: #22B5FB;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	padding: 10px;
}
/*
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.9;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	opacity: 0.1;
}*/

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: 0px;
	padding: 5px;
	min-height: 39px;
	width: 100%;
	font-size: 15px;
}

select {
	border: 1px solid #ccc;
}

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: #6f6f6f;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #22b5fb;
}

a:hover,
a:focus,
a:active {
	color: #22b5fb;
}

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: none;
    display: inline-block;
    margin-right: 0px;
    vertical-align: middle;
    width: auto;
}
.conainer-fluid.main-footer h2.widgettitle, .conainer-fluid.main-footer img.image {
	margin-top: 0px;
    margin-bottom: 15px;
    color: #90a1b7;
    font-weight: 700;
    font-size: 19px;
    font-family: 'Montserrat', sans-serif !important;
    margin: 20px 0 15px;
}
.conainer-fluid.main-footer ul {
    margin-left: 0px;
    list-style: none;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
    padding: 35px 0px;
    padding-left: 23px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #2b2b2b;
    font-size: 21px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.conainer-fluid.main-footer div#widget-footer .widget {
    width: 100%;
}
.main-navigation li.menu-item-type-custom a {
	font-weight: 900;
    background: #fff;
    color: #fd893e;
    padding: 15px 31px 12px;
    line-height: normal;
    border-radius: 20px;
    font-size: 13px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.site-header .main-navigation .nav-menu {
    display: flex;
    align-items: center;
}
.main-navigation a:hover {
	color: #22b6fc;
}

.home header.entry-header {
    display: none;
}
header#masthead.site-header::before, header#masthead.site-header::after {
    content: none;
}
.nav-section {
    text-align: right;
}
header#masthead.site-header {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 99999;
    padding: 0;
    left: 0px;
    justify-content: space-between;
}
.main-navigation ul ul {
	box-shadow: 0 1px 2px 0 #333;
	float: left;
	position: absolute;
	top: 20px;
	left: -999em;
	z-index: 99999;
	background: #fff;
	padding: 0;
}

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

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

.main-navigation ul ul li {
	padding: 0;
}
.site-branding p.site-title,
.site-branding p.site-description {
    display: none;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a:hover,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
    color: #2d426d;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	padding: 8px 7px 4px;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 8px;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*font family add*/
@font-face {
    font-family:CERA-PRO-BLACK-ITALIC;  
    src: url(https://demo19.tutiixx.com/wp-content/themes/Docarzt/FONTS/CERA-PRO-BLACK-ITALIC.OTF);  
    font-weight: black;  
}
@font-face {
    font-family:MEDIUM;  
    src: url(https://demo19.tutiixx.com/wp-content/themes/Docarzt/FONTS/CERA-PRO-MEDIUM.OTF);  
}
@font-face {
    font-family:PRREGULAR;
    src: url(https://demo19.tutiixx.com/wp-content/themes/Docarzt/FONTS/CERA-PRREGULAR.OTF);  
}
@font-face {
    font-family:LIGHT;  
    src: url(https://demo19.tutiixx.com/wp-content/themes/Docarzt/FONTS/CERA-PRO-LIGHT.OTF);  
}
@font-face {
    font-family:BLACK;  
    src: url(https://demo19.tutiixx.com/wp-content/themes/Docarzt/FONTS/CERA-PRO-BLACK.OTF);  
}
@font-face {
    font-family:BOLD;  
    src: url(https://demo19.tutiixx.com/wp-content/themes/Docarzt/FONTS/CERA-PRO-BOLD.OTF);  
}
/*font family add end*/

/*search icon style*/
.spicewpsearchform{
    display: block;
    width: auto;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 1px;
    z-index: 9999;
}
#spicewpsearchform input[type="text"] {
    width: 78%;
    height: auto;
    border: 1px solid #5ca2df;
    padding: 11px 12px;
    border-radius: 0px !important; 
    }
#spicewpsearchform input[type="submit"] {
    line-height: 1;
    padding: 14px 20px;
    border-radius: 0px;
    height: auto;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #5ca2df;
}
#spicewpsearchform:before {
    border-color: transparent transparent #d05353;
    border-style: solid;
    border-width: 0.5em;
    content: "";
    display: block;
    position: absolute;
    right: 22px;
    top: -20px;
    z-index: 10;
}

/**Css for image search icon**/
.spicewpsearch_icon {
   background-image: url('images/search-icon.png');
   background-repeat: no-repeat;
   padding: 0 0 0 36px;
   background-position: 5px center;
   background-color: transparent;
   background-size: 18px 18px;
       
}
.spicewpsearchform label {
    margin: 0;
    outline: none;
}

.spicewpsearchform label input {
    padding: 0 10px;
    border: none;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.12941176470588237);
}

.spicewpsearchform input.search-submit {
    position: absolute;
    right: 0;
    font-size: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    height: 100%;
    margin: auto;
    background-color: rgba(204, 204, 204, 0.25);
    border: none;
    background-image: url('/wp-content/uploads/2020/05/tools-and-utensils-3.png');
    background-repeat: no-repeat;
	background-position: center;
	outline: none;
    background-size: 18px 18px;
}

.spicewpsearchform form,.spicewpsearchform label input {
    outline: none;
}

.home header.entry-header.cm-banner-bg {
    display: none;
}
.main-navigation a:hover {
    color: #2d426d;
}
#menu-footer-menu a:hover {
    padding-left: 10px;
    transition: all ease 0.5s;
}
#menu-footer-menu a {
    transition: all ease 0.5s;
}

/* ======home page start================= */

.cm-slider-section .cm-slider {
    padding: 90px 10px 30px 90px;
    margin-bottom: 100px;
    z-index: 9;
    position: relative;
}
.cm-slider-section .cm-slider:after {
    content: '';
    position: absolute;
    left: 30px;
    right: 0;
    top: 30px;
    bottom: 0;
    width: 105%;
    height: 100%;
    border: 10px solid #FFF;
    z-index: -1;
}
.cm-slider-col h3 {
	font-size: 30px;
	font-weight: 500;
}

.cm-slider-col h2 {
    font-size: 80px;
    font-weight: 700;
}

.cm-slider-col h2 span {
    font-size: 30px;
    font-weight: 500;
    display: block;
    margin-top: 10px;
}

.cm-slider-col p {
    font-size: 20px;
    color: #2b2b2b;
    font-weight: 500;
}
span.byline {
    padding-left: 5px;
}
a.more-link,
.cm-slider-col a,
.cm-product-slider .swiper-slide figcaption a,
#primary .cm-button a,
.cm-contact input.wpcf7-form-control.wpcf7-submit {
	font-size: 24px;
    text-transform: capitalize;
    padding: 15px 45px;
    display: inline-block;
    background: #3cae81;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
}

img.cm-image-sec {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

/* slider button */

.cm-slider button.slick-arrow:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    background: url('/wp-content/uploads/2020/05/multimedia-option.png') no-repeat center center;
    z-index: 9999;
    background-size: contain;
    margin: auto 0;
}

.cm-slider button.slick-arrow {
	position: absolute;
    background: transparent;
    border: transparent;
    outline: none;
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 500;
    bottom: -90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
}

.cm-slider button.slick-arrow.slick-prev:after {
    left: unset;
    right: -10px;
    transform: rotate(180deg);
}

.cm-slider button.slick-arrow.slick-next {
    right: calc(50% - 140px);
}

.cm-slider button.slick-arrow.slick-prev {
    left: calc(50% - 140px);
}

.slick-dots {
	list-style: none;
    display: flex !important;
    vertical-align: middle;
    justify-content: center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -90px;
    z-index: 0;
    outline: none;
}

.slick-dots li button {
    font-size: 10px;
    background: transparent;
    border: none;
    color: #2b2b2b;
}

/* ==========footer section start================== */
.conainer-fluid.main-footer {
    background: #2d426d;
    padding: 50px 0 20px;
}

.first-footer-section .textwidget p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding-right: 20px;
    line-height: 19px;
}

.cm-sidebar h2.widget-title,
h2.widget-title,
#inner-footer .second-footer-section h2,
#inner-footer .third-footer-section h2 {
    font-size: 19px;
    color: #fff;
    font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

#menu-footer-menu a {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 21px;
}

#menu-footer-menu li+li {
    margin-top: 7px;
}
.cm-social li+li {
    margin-left: 10px;
}

time.entry-date.published {
    display: none !important;
}

/* ==============Trending Products section start=================*/

.swiper-slide {
    padding: 20px 10px;
}

figure.swiper-slide-inner {
    padding: 40px 10px;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.07);
}

.cm-trending-product .elementor-swiper-button {
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.35);
}
.eicon-chevron-right:before, .eicon-chevron-left:before {
    color: #2b2b2b;
}
.cm-trending-product .elementor-swiper-button.elementor-swiper-button-prev {
    left: unset;
    right: 80px;
    margin: auto;
}

.cm-trending-product .elementor-swiper-button:hover {
    background: #3cae81;
    transition: all 0.5s;
}

.elementor-swiper-button {
    color: #3cae81;
}

.cm-trending-product .elementor-swiper-button:hover  {
    color: #fff;
}

#primary .cm-heading h2 {
    font-size: 50px;
    text-align: center;
    color: #2b2b2b;
    font-weight: 700;
    margin-bottom: 20px;
}

#primary .cm-padding {
    padding: 50px 0;
}

.cm-product-slider {
    padding-top: 30px;
}
.cm-product-slider figcaption h2 {
    font-size: 21px;
    font-weight: 600;
    color: #2d426d;
}

.cm-product-slider .swiper-slide figcaption a {
    margin-top: 30px;
}

.cm-product-slider figure.swiper-slide-inner img {
    width: auto;
    height: 330px;
    object-fit: cover;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

.cm-product-slider figure.swiper-slide-inner {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
/* ==============sidebar styling start===================== */

.cm-sidebar h2.widget-title,
 h2.widget-title {
    color: #2b2b2b;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.cm-sidebar h2.widget-title:after,
.widget h2.widget-title:after {
    content: '';
    position: absolute;
    right: -70px;
    bottom: 0;
    top: 0;
    margin: 0;
    width: 60px;
    height: 1px;
    background: #2b2b2b;
    margin: auto;
}
.cm-sidebar p {
    margin-top: 10px;
    font-size: 18px;
    color: #2b2b2b;
    font-weight: 500;
}

.cm-sidebar a {
    font-size: 21px;
    text-transform: capitalize;
    margin-right: 5px;
    color: #3cae81;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.cm-sidebar p+a > img {
    margin-left: 5px;
}

.cm-social {
    display: flex;
    list-style: none;
    margin: 20px 0;
}
.cm-sidebar .cm-social li +li,
.cm-social li +li {
    margin-left: 15px;
}

.cm-sidebar .cm-social li,
.cm-social li {
    width: 50px;
    height: 50px;
}

.cm-articls {
    margin: 0;
    list-style: none;
}

.cm-articls li {
    display: table;
    width: 100%;
}
.cm-articls li span {
    display: table-cell;
}

.cm-articls li span/.cm-articls li span a {
    display: table-cell;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    font-size: 21PX;
    font-weight: 500;
}

.cm-sidebar .elementor-widget-container {
    padding-left: 15px;
}

.cm-articls li span:last-child {
    padding-left: 15px;
    width: calc(100% - 30%);
}

.cm-articls li+li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #3cad80;
    width: 100%;
}

/* ================about section middle========================== */

#primary .cm-head h2 {
    font-size: 28px;
    font-weight: 500;
	color: #2d426d;
	margin: 20px 0;
}
#priamry .cm-para .elementor-text-editor.elementor-clearfix,
#primary .cm-para p {
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.cm-image-hover figcaption.widget-image-caption.wp-caption-text {
    padding: 30px 60px;
    position: absolute;
    bottom: 0;
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #2d426d;
}

.cm-pos-img:before {
    position: absolute;
    right: 0;
    top: calc((100% - 111%)/2);
    width: calc(100% - 52%);
    height: 111%;
    background: url('/wp-content/uploads/2020/05/Mask-Group-11.png') no-repeat center center;
    z-index: 99999;
    background-size: cover;
    content: '';
}

.cm-ana-section h3.elementor-image-box-title {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 600;
}

.cm-ana-section .elementor-image-box-description {
    font-size: 20px;
    font-weight: 400;
}

.cm-ana-section .elementor-widget-wrap .elementor-element {
    margin-bottom: 60px;
}

.cm-ana-section {
    padding: 60px 0;
    margin-top: 40px;
}
#primary .cm-pos-img {
    margin: 100px 0 0;
}
#primary .cm-featured {
    background: #fafafa;
    padding-top: 100px;
    margin-bottom: 50px;
}

.cm-logos {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
	margin: 0;
	list-style: none;
}

.cm-logos li {
    width: 33%;
}

.cm-logos li:nth-of-type(4) {
    width: 66%;
}
#primary .cm-padding.cm-bottom .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0;
}

#primary .cm-padding.cm-bottom {
    padding-bottom: 0;
}


/* ========================health post images====================== */

.display-posts-listing {
    margin: 0;
    list-style: none;
}
a.prev.page-numbers {
    display: none;
}
.display-posts-listing a.title {
    display: block;
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #2b2b2b;
    margin: 10px 0  15px;
    min-height: 50px;
}

span.excerpt-dash {
    display: none;
}

.display-posts-listing .excerpt {
    font-size: 18px;
    font-weight: 300;
    display: block;
}

.display-posts-listing .excerpt a.excerpt-more {
    font-size: 24px;
    font-weight: 500;
    display: block;
    padding-bottom: 10px;
    margin-top: 15px;
    color: #2b2b2b;
    position: relative;
}
.display-posts-listing .excerpt a.excerpt-more:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 130px;
    height: 1px;
    background: #000;
}

.cm-health .display-posts-listing li:nth-of-type(2),
.cm-health .display-posts-listing li:nth-of-type(3) {
    width: 50%;
    display: inline-block;
}

.display-posts-listing li.listing-item {
    padding: 0 10px;
    vertical-align: top;
    margin-bottom: 40px;
}

.display-posts-listing li.listing-item .image {
    height: 220px;
    display: flex;
    vertical-align: top;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 30px;
}
.single header.entry-header {
    display: block;
}

/* single page css start */

.single .entry-content h2 {
    font-size: 28px;
    color: #2b2b2b;
    margin-top: 30px;
}

.single .entry-content b,.single  .entry-content p {
    color: #2b2b2b;
    font-weight: 600;
}

.single  .entry-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
}

h1.entry-title,h2.entry-title {
    font-size: 28px;
    font-weight: 700;
    margin-top: 30px;
}
h2.entry-title a {
    color: #2b2b2b;
}

.single .entry-meta,.entry-meta {
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
}

h2.entry-title a {
    color: #2b2b2b;
}

.entry-meta span a,.entry-meta span {
    color: #2b2b2b;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
}

.entry-meta {
    margin-bottom: 10px;
} 

.single .entry-content p ,.category .entry-content p{
    font-size: 18px;
    font-weight: 500;
}

.single .entry-content ol {
    margin: 00 20px;
}

.single .entry-content h2 b {
    font-size: 24px;
    font-weight: 600;
}

.single .entry-content h3 b {
    line-height: 20px;
}

.single img.size-medium, .single img.aligncenter {
    box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.2);
}

.single .entry-content ul li {
    width: 50%;
    padding-right: 10px;
}

.single .entry-content ul {
    display: flex;
    vertical-align: top;
    flex-wrap: wrap;
    margin: 0px 0 40px 20px;
    font-weight: 600;
}
.single .entry-content a, 
.single .entry-content ul li a {
    color: #3cae81;
}

.display-posts-listing {
    display: flex;
    width: 100%;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cm-dating .display-posts-listing li {
    display: table-cell;
    width: 50%;
}

.cm-post {
    margin-top: 50px;
}

/* post-list  */

.textwidget .display-posts-listing li.listing-item {
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    padding: 0;
    margin-bottom: 20px;
}


.textwidget .display-posts-listing li.listing-item a.image {
    width: calc(100% - 70%);
    padding: 0;
    margin: 0;
    height: auto;
}

.textwidget .display-posts-listing li.listing-item a.title {
    width: calc(100% - 30%);
    padding-left: 20px;
    margin: 0;
    height: auto;
    font-size: 21px;
    font-weight: 500;
}

.textwidget .display-posts-listing li+li {
    margin-top: 10px;
}
.cm-articls li span:first-child {
    width: calc(100% - 70%);
}
.cm-articls li span a {
    font-size: 21px;
    color: #2b2b2b;
    font-weight: 500;
}

.cm-sidebar input.search-submit,input.search-submit {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 100%;
    padding: 0;
    background-color: rgb(60, 174, 129);
    border: none;
    background-image: url('/wp-content/uploads/2020/05/imgpsh_fullsize_anim-2-1.png');
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    background-size: 18px 18px;
    border-radius: 0px 5px 5px 0px;
}

.cm-sidebar form.search-form,form.search-form {
    position: relative;
    display: inline-block;
    width: 80%;
}

.cm-sidebar form.search-form label,form.search-form label {
    width: 100%;
    margin-bottom: 0;
}

input.search-field {
    border: none;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.12941176470588237);
    padding: 10px;
    border-radius: 5px;
}

footer.entry-footer {
    display: none;
}
a.more-link {
    border-bottom: 2px solid #2b2b2b;
    background: transparent;
    color: #2b2b2b;
    padding: 10px 0;
    border-radius: 0;
}
.post.type-post {
    margin-bottom: 30px;
}

nav.navigation.posts-navigation {
    display: none;
}

a.next.page-numbers {
    display: none;
}

.nav-links .page-numbers {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    border-radius: 100px;
    background: rgba(204, 204, 204, 0.28);
    color: #bcbebe;
    width: 45px;
    height: 45px;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

nav.navigation.pagination {
    margin-top: 50px;
    margin-bottom: 50px;
    display: inline-block;
}

.nav-links {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

.nav-links .page-numbers+.page-numbers {
    margin-left: 30px;
}

.nav-links .page-numbers.current {
    background: #3cad80;
    color: #fff;
}

.blog-banner-section.cm-banner-bg {
    height: 440px;
    text-align: center;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 100px;
}

.blog-banner-section .cm-title,header.entry-header h2.cm-title {
    font-size: 50px;
    font-weight: 700;
    margin:0;
    color: #fff;
}
header.entry-header.cm-banner-bg {
    margin: 0 0 30px ;
    height: 440px;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

.conainer-fluid.main-footer {
    padding: 30px 0 20px;
    margin-top: 50px
}  

/* contact page start */

.cm-contact .wpcf7-form-control-wrap input {
    border: 0;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.21176470588235294);
    width: 100%;
    height: 60px;
    padding: 15px;
}

.cm-contact .wpcf7-form-control-wrap input,.cm-contact .wpcf7-form-control-wrap textarea {
    border: 0;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.21176470588235294);
    width: 100%;
    padding: 15px;
    border-radius: 5px;
}
.cm-contact label {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 40px;
    color: #3cae81;
    width: 100%;
}

.cm-contact div.wpcf7-validation-errors, .cm-contact div.wpcf7-acceptance-missing {
    border-color: #3cad80;
    width: 100%;
    text-align: center;
}

.cm-contact .wpcf7 {
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.3411764705882353);
    padding: 40px;
    width: 95%;
}

.cm-contact-section {
    margin-top: 50px;
}

.cm-contact span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    background: #2d426d;
    display: inline-block;
    padding: 2px 31px;
    border-radius: 4px;
    margin-top: 10px;
    position: relative;
    line-height: 30px;
    z-index: 9;
}

.cm-contact span.wpcf7-not-valid-tip:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #2d426d;
    top: -7px;
    left: 15px;
    transform: rotate(45deg);
    z-index: -1;
}
.entry-content p {
    font-size: 20px;
    color: #2b2b2b;
    font-weight: 400;
}


@media(max-width: 1600px){
    .cm-slider-col h3 {
        font-size: 28px;
    }
    
    .cm-slider-col h2 {
        font-size: 70px;
    }
    .cm-sidebar p,
    .cm-sidebar h2.widget-title,
    h2.widget-title,
    #inner-footer .second-footer-section h2,
    #inner-footer .third-footer-section h2
    .display-posts-listing .excerpt ,
    .first-footer-section .textwidget p ,
    .conainer-fluid.main-footer h2.widgettitle, .conainer-fluid.main-footer img.image {
        font-size: 17px;
    }
    .cm-slider-col p,
    .cm-slider button.slick-arrow,
    #menu-footer-menu a,
    .display-posts-listing a.title,
    .cm-ana-section .elementor-image-box-description,
    #primary .cm-para p {
        font-size: 18px;
    }
    .cm-slider-col h2 span {
        font-size: 25px;
    }
    a.more-link, .cm-slider-col a,
    .cm-product-slider .swiper-slide figcaption a,
    #primary .cm-button a,
    .display-posts-listing .excerpt a.excerpt-more,
    .cm-contact input.wpcf7-form-control.wpcf7-submit{
        font-size: 22px;
    }
    
   
    
    .cm-slider button.slick-arrow.slick-prev {
        left: calc(50% - 110px);
    }
    
    .cm-slider button.slick-arrow.slick-next {
        right: calc(50% - 150px);
    }
    .main-navigation a,
    .cm-product-slider figcaption h2, 
    .cm-sidebar a,
    .textwidget .display-posts-listing li.listing-item a.title {
        font-size: 19px;
    }
    #primary .cm-heading h2,
    .cm-image-hover figcaption.widget-image-caption.wp-caption-text {
        font-size: 40px;
    }
    
    #primary .cm-head h2 {
        font-size: 24px;
    }
    
    
    .cm-ana-section h3.elementor-image-box-title {
        font-size: 28px;
    }
    
    
    .display-posts-listing a.title {
        min-height: 30px;
    }
    
    h1.entry-title, h2.entry-title {
        font-size: 26px;
        margin-top: 25px;
    }
    
    .single .entry-meta, .entry-meta,.entry-meta span a, .entry-meta span {
        font-size: 17px;
    }
    .single .entry-meta, .entry-meta{
        padding: 15px 0 5px;
    }
    .blog-banner-section .cm-title, header.entry-header h2.cm-title {
        font-size: 45px;
    }
    .entry-content p,
    .cm-contact label {
        font-size: 19px;
    }
    
}
@media(max-width: 1440px){
    .cm-slider-col h2 {
        font-size: 60px;
    }
    
    .cm-slider-col h3 {
        font-size: 26px;
    }
    
    .cm-slider-col h2 span {font-size: 23px;}
    
    .cm-slider-col p, .cm-slider button.slick-arrow, #menu-footer-menu a, .display-posts-listing a.title, .cm-ana-section .elementor-image-box-description, #primary .cm-para p {
        font-size: 16px;
    }
    
    a.more-link, .cm-slider-col a, .cm-product-slider .swiper-slide figcaption a, #primary .cm-button a, .display-posts-listing .excerpt a.excerpt-more,.cm-contact input.wpcf7-form-control.wpcf7-submit {
        font-size: 20px;
    }
    
    .cm-slider button.slick-arrow.slick-prev {
        left: calc(50% - 100px);
    }
    
    .cm-slider button.slick-arrow.slick-next {
        right: calc(50% - 130px);
    }
    
    #primary .cm-heading h2, .cm-image-hover figcaption.widget-image-caption.wp-caption-text {
        font-size: 35px;
    }
    
    .main-navigation a, .cm-product-slider figcaption h2, .cm-sidebar a, .textwidget .display-posts-listing li.listing-item a.title {
        font-size: 17px;
    }
    
    .cm-image-hover figcaption.widget-image-caption.wp-caption-text {
        padding: 20px 40px;
    }
    
    #primary .cm-head h2 {
        font-size: 22px;
    }
    
    .cm-ana-section h3.elementor-image-box-title {
        font-size: 24px;
    }
    
    .display-posts-listing .excerpt {
        font-size: 16px;
    }
    
    .cm-sidebar p, .cm-sidebar h2.widget-title,h2.widget-title, #inner-footer .second-footer-section h2, #inner-footer .third-footer-section h2 .display-posts-listing .excerpt, .first-footer-section .textwidget p, .conainer-fluid.main-footer h2.widgettitle, .conainer-fluid.main-footer img.image {
        font-size: 16px;
    }
    
    .cm-sidebar h2.widget-title,h2.widget-title, #inner-footer .second-footer-section h2, #inner-footer .third-footer-section h2 {
        font-size: 18px;
    }
    .single .entry-meta, .entry-meta,.entry-meta span a, .entry-meta span {
        font-size: 16px;
    }
    .single .entry-meta, .entry-meta{
        padding: 5px 0
    }

    h1.entry-title, h2.entry-title {
        font-size: 24px;
        margin-top: 20px;
    }
    .entry-content p,
    .cm-contact label {
        font-size: 18px;
    }
    
}

@media(max-width: 1366px){
    .cm-slider-col h2 {
        font-size: 50px;
    }
    
    .cm-slider-col h2 span {
        font-size: 20px;
    }
    
    .cm-slider-col p, .cm-slider button.slick-arrow, #menu-footer-menu a, .display-posts-listing a.title, .cm-ana-section .elementor-image-box-description, #primary .cm-para p {
        font-size: 14px;
    }
    
    a.more-link, .cm-slider-col a, .cm-product-slider .swiper-slide figcaption a, #primary .cm-button a, .display-posts-listing .excerpt a.excerpt-more,.cm-contact input.wpcf7-form-control.wpcf7-submit {
        font-size: 18px;
    }

    
    .main-navigation a, .cm-product-slider figcaption h2, .cm-sidebar a, .textwidget .display-posts-listing li.listing-item a.title {
        font-size: 16px;
    }
    
    
    .cm-sidebar h2.widget-title,h2.widget-title, #inner-footer .second-footer-section h2, #inner-footer .third-footer-section h2 {
        font-size: 17px;
    }
    
    .cm-sidebar p, .cm-sidebar h2.widget-title,h2.widget-title, #inner-footer .second-footer-section h2, #inner-footer .third-footer-section h2 .display-posts-listing .excerpt, .first-footer-section .textwidget p, .conainer-fluid.main-footer h2.widgettitle, .conainer-fluid.main-footer img.image {
        font-size: 15px;
    }
    
    .cm-social {
        margin: 10px 0;
    }
    
    #primary .cm-heading h2, .cm-image-hover figcaption.widget-image-caption.wp-caption-text {
        font-size: 30px;
    }
    
    #primary .cm-head h2 {
        font-size: 20px;
    }
    
    #primary .cm-pos-img {
        margin: 50px 0 0;
    }
    
    #primary .cm-featured {
        padding-top: 50px;
    }
    
    .cm-ana-section h3.elementor-image-box-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .cm-ana-section .elementor-widget-wrap .elementor-element {
        margin-bottom: 50px;
    }
    
    .cm-ana-section {
        padding: 40px 0;
    }
    
    .display-posts-listing .excerpt {
        font-size: 14px;
    }
    
    .display-posts-listing a.title {
        min-height: 20px;
    }
    
    .conainer-fluid.main-footer {
        padding: 30px 0 20px;
    }    

    h1.entry-title, h2.entry-title {
        font-size: 22px;
    }
    .entry-meta span a, .entry-meta span{
        font-size: 17px;
    }
    .blog-banner-section .cm-title, header.entry-header h2.cm-title {
        font-size: 40px;
    }

    header.entry-header.cm-banner-bg,
    .blog-banner-section.cm-banner-bg{
        height :310px;
        margin-bottom: 50px
    }
    single .entry-content p, .category .entry-content p {
        font-size: 17px;
    }
    .entry-content p,
    .cm-contact label {
        font-size: 15px;
        line-height: 25px;
    }
}

@media(max-width: 1201px){
    .cm-slider-col h3 {
        font-size: 24px;
    }
    
    .cm-slider-col h2 {
        font-size: 40px;
    }
    
    .cm-slider-col h2 span {
        font-size: 18px;
    }
    
    .cm-slider-col p, .cm-slider button.slick-arrow, #menu-footer-menu a, .display-posts-listing a.title, .cm-ana-section .elementor-image-box-description, #primary .cm-para p {
        font-size: 13px;
    }
    
    a.more-link, .cm-slider-col a, .cm-product-slider .swiper-slide figcaption a, #primary .cm-button a, .display-posts-listing .excerpt a.excerpt-more,.cm-contact input.wpcf7-form-control.wpcf7-submit {
        font-size: 16px;
    }
    
    .cm-slider button.slick-arrow.slick-prev {
        left: calc(50% - 90px);
    }
    
    .cm-slider button.slick-arrow.slick-next {
        right: calc(50% - 110px);
    }
    
    #primary .cm-heading h2, .cm-image-hover figcaption.widget-image-caption.wp-caption-text {
        font-size: 28px;
    }
    
    .main-navigation a, .cm-product-slider figcaption h2, .cm-sidebar a, .textwidget .display-posts-listing li.listing-item a.title {
        font-size: 15px;
    }
    
    
    .cm-sidebar p, .cm-sidebar h2.widget-title,h2.widget-title, #inner-footer .second-footer-section h2, #inner-footer .third-footer-section h2 .display-posts-listing .excerpt, .first-footer-section .textwidget p, .conainer-fluid.main-footer h2.widgettitle, .conainer-fluid.main-footer img.image {
        font-size: 14px;
    }
    
    #primary .cm-heading h2, .cm-image-hover figcaption.widget-image-caption.wp-caption-text {
        font-size: 26px;
    }
    
    #primary .cm-head h2 {
        font-size: 18px;
    }
    .container{
        padding: 0 15px;
        width: 100%;
    }
    
    .cm-ana-section h3.elementor-image-box-title {
        font-size: 20px;
    }
    
    .cm-ana-section {
        padding-left: 20px;
    }
    
    .display-posts-listing .excerpt {
        font-size: 13px;
    }
    
    .display-posts-listing .excerpt a.excerpt-more:after {
        width: 90px;
    }
    
    .cm-slider-section .cm-slider {
        padding: 80px 10px 20px 80px;
    }

    #primary .cm-padding {
        padding: 25px 0;
    }
    .cm-trending-product .elementor-swiper-button{
        width: 30px;
        height: 30px;
    }
    .cm-trending-product .elementor-swiper-button.elementor-swiper-button-prev{
        right: 60px;
    }
    .cm-product-slider .swiper-slide figcaption a {
        margin-top: 20px;
    }   
    #primary .cm-pos-img {
        margin: 30px 0 0;
    }
    #primary .cm-featured {
        padding-top: 30px;
        margin-bottom:30px;
    }
    .cm-articls li span a {
        font-size: 18px;
    }
    .spicewpsearchform{
        right: 20px
    }
    .single .entry-meta, .entry-meta, .entry-meta span a, .entry-meta span {
        font-size: 15px;
    }
    h1.entry-title, h2.entry-title {
        font-size: 20px;
    }
    single .entry-content p, .category .entry-content p {
        font-size: 16px;
    }
    h1.page-title {
        font-size: 24px;
    }
    .entry-content p,
    .cm-contact label {
        font-size: 14px;
    }
}
@media(max-width: 1024px){
    .cm-slider-col h3 {
        font-size: 22px;
    }
    
    .cm-slider-col h2 {
        font-size: 30px;
    }
    
    .cm-slider-col h2 span {
        font-size: 15px;
    }
    
    .cm-slider-col p, .cm-slider button.slick-arrow, #menu-footer-menu a, .display-posts-listing a.title, .cm-ana-section .elementor-image-box-description, #primary .cm-para p {
        font-size: 11px;
    }
    
    a.more-link, .cm-slider-col a, .cm-product-slider .swiper-slide figcaption a, #primary .cm-button a, .display-posts-listing .excerpt a.excerpt-more ,.cm-contact input.wpcf7-form-control.wpcf7-submit{
        font-size: 15px;
    }
    
    .cm-slider-col a ,.cm-contact input.wpcf7-form-control.wpcf7-submit{
        padding: 12px 30px;
    }
    
    .cm-slider-section .cm-slider {
        padding: 60px 10px 20px 60px;
    }
    
    .cm-slider button.slick-arrow.slick-prev {
        left: calc(50% - 60px);
    }
    
    .cm-slider button.slick-arrow.slick-next {
        right: calc(50% - 80px);
    }
    
    #primary .cm-heading h2, .cm-image-hover figcaption.widget-image-caption.wp-caption-text {
        font-size: 24px;
    }
    
    .cm-product-slider figcaption {
        width: 100%;
    }
    
    .cm-sidebar p, .cm-sidebar h2.widget-title,h2.widget-title, #inner-footer .second-footer-section h2, #inner-footer .third-footer-section h2 .display-posts-listing .excerpt, .first-footer-section .textwidget p, .conainer-fluid.main-footer h2.widgettitle, .conainer-fluid.main-footer img.image {
        font-size: 13px;
    }
    
    .main-navigation a, .cm-product-slider figcaption h2, .cm-sidebar a, .textwidget .display-posts-listing li.listing-item a.title {
        font-size: 14px;
    }
    
    #primary .cm-heading h2, .cm-image-hover figcaption.widget-image-caption.wp-caption-text {
        font-size: 22px;
    }
    
    #primary .cm-head h2 {
        font-size: 17px;
        margin: 0;
    }
    
    .textwidget .display-posts-listing li.listing-item {
        margin-bottom: 10px;
    }
    
    .cm-ana-section h3.elementor-image-box-title {
        font-size: 19px;
        margin: 0 0 10px;
    }
    
    .cm-ana-section {
        padding: 30px 0;
    }
    
    .display-posts-listing li.listing-item {
        margin-bottom: 30px;
    }
    
    .display-posts-listing .excerpt {
        font-size: 12px;
    }
    
    .cm-sidebar h2.widget-title,h2.widget-title, #inner-footer .second-footer-section h2, #inner-footer .third-footer-section h2 {
        font-size: 16px;
    }
    .display-posts-listing li.listing-item .image {
        margin-bottom: 15px;
    }
    
    .display-posts-listing a.title {
        min-height: 0;
    }
    .cm-articls li span a {
        font-size: 16px;
    }
    .cm-articls li span a {
        font-size: 14px;
    }
    .single .entry-meta, .entry-meta, .entry-meta span a, .entry-meta span {
        font-size: 14px;
    }
    h1.entry-title, h2.entry-title {
        font-size: 19px;
    }
    .blog-banner-section .cm-title, header.entry-header h2.cm-title {
        font-size: 35px;
    }
    header.entry-header.cm-banner-bg,
    .blog-banner-section.cm-banner-bg{
        height :230px;
        margin-bottom: 30px
    }
    .single .entry-content p, .category .entry-content p {
        font-size: 15px;
    }
   
}
@media(max-width: 767px){
    .menu-toggle {
        display: block;
    }
    
    .seo-main-nav {
        left: unset;
        /* display: none; */
        transition: all ease 0.5s;
        display: block;
        right: 100%;
        visibility: hidden;
        position: absolute;
        top: 85px;
    }
    
    header#masthead.site-header {
        padding: 20px 0;
        display: block;
    }
    
    header#masthead.site-header {
        display: flex;
        vertical-align: middle;
        justify-content: space-between;
        font-style: italic;
    }
    
    button.menu-toggle {
        padding: 10px;
        background: rgb(254, 200, 60);
        border: none;
        position: static;
        outline: none;
    }
    
    button.menu-toggle span {
        width: 35px;
        height: 2px;
        display: block;
        background: #2d426d;
        transition: all ease 0.5s;
    }
    
    button.menu-toggle span+span {
        margin-top: 10px;
    }
    
    button.menu-toggle span:nth-of-type(2) {
        width: 25px;
    }
    
    button.menu-toggle span:nth-of-type(3) {
        width: 20px;
    }
    
    .toggled button.menu-toggle span {
        width: 35px;
        transition: all ease  0.5s;
    }
    
    .toggled  .seo-main-nav {
        visibility: visible;
        display: block;
        transition: all ease 0.5s;
        right: 0;
        left: unset;
    }
    
    .seo-main-nav ul#primary-menu {
        flex-wrap: wrap;
        width: 320px;
        background: #3cae81;
        padding: 0;
    }
    
    .toggled .seo-main-nav ul#primary-menu li {
        width: 100%;
        text-align: left;
        padding: 0;
    }

    .main-navigation li {
        padding: 0;
        width: 100%;
        text-align: left;
    }
    
    .col-sm-10.nav-section {
        position: static;
    }
    
    .toggled .seo-main-nav ul#primary-menu li+li {
        border-top: 1px solid #fff6;
    }
    
    .seo-main-nav ul#primary-menu li a {
        color: #fff;
        padding: 15px;
    }
    li.search {
        display: none;
    }


    .cm-slider-section {
        width: 60%;
    }
    .cm-slider-section .cm-slider:after {
        left: 20px;
        top: 20px;
        width: 103%;
        height: 87%;
        border: 5px solid #FFF;
    }
    
    .cm-slider-section .cm-slider {
        padding: 20px 20px 40px 40px;
        margin-bottom: 40px;
    }
    
    .slick-dots,.cm-slider button.slick-arrow {
        bottom: -40px;
    }
    
    .cm-header-banner .elementor-row {flex-wrap: unset;}
    
    #primary                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .cm-slider-section {
        width: 60%;
    }
    .textwidget .display-posts-listing li.listing-item {
        width: 50%;
    }
    .single .entry-meta, .entry-meta, .entry-meta span a, .entry-meta span {
        font-size: 13px;
    }
    h1.entry-title, h2.entry-title {
        font-size: 18px;
    }
    .blog-banner-section .cm-title, header.entry-header h2.cm-title {
        font-size: 30px;
    }
    header.entry-header.cm-banner-bg,
    .blog-banner-section.cm-banner-bg{
        height :180px;
        margin-bottom: 10px
    }
    .page-header {
        margin-top: 20px;
    }
    single .entry-content p, .category .entry-content p {
        font-size: 14px;
    }
    .cm-pos-img:before{
        display: none
    }
    .cm-ana-section {
        padding: 20px 0;
        margin-top: 10px;
    }
    .cm-ana-section .elementor-widget-wrap .elementor-element {
        margin-bottom: 20px;
    }
    #primary .cm-pos-img {
        background: transparent;
    }
    .cm-ana-section .elementor-widget-wrap .elementor-element:first-child {
        margin-top: 20px;
    }

    .seo-main-nav ul#primary-menu li.search {
        order: -1;
        border-bottom: 1px solid #fff6;
        border-top: none;
        display: flex;
        flex-wrap: wrap;
    }
    .seo-main-nav ul#primary-menu li a{
        width: 100%;
    }
    
    .seo-main-nav ul#primary-menu li.search form.search-form {
        width: 100%;
    }
    
    .seo-main-nav ul#primary-menu li.search form.search-form label  input {
        border-radius: 0;
        box-shadow: none;
    }
    
    .spicewpsearchform {
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
    }
}

@media(max-width:414px){
    .cm-pos-img:before {
        display: none;
    }
    
    #primary .cm-pos-img {
        background: transparent;
    }
    
    #primary .cm-ana-section {
        padding: 0 0 0;
        margin: 0;
    }
    
    .cm-ana-section .elementor-widget-wrap .elementor-element:first-child {
        padding-top: 30px;
    }
    
    #primary .cm-featured {
        padding-top: 20px;
        margin-bottom: 20px;
    }
    
    .cm-dating .display-posts-listing li {
        width: 100%;
    }
    
    .display-posts-listing .excerpt {
        font-size: 10px;
    }
    .cm-articls li span a {
        font-size: 15px;
    }
    .textwidget .display-posts-listing li.listing-item{
        width: 100%
    }

    .cm-slider-col h3 {
        font-size: 19px;
        margin-bottom: 0;
    }
    
    .cm-slider-col h2 {
        font-size: 20px;
    }
    
    .cm-slider-col h2 span {
        font-size: 14px;
    }
    
    .cm-slider-col p, .cm-slider button.slick-arrow, #menu-footer-menu a, .display-posts-listing a.title, .cm-ana-section .elementor-image-box-description, #primary .cm-para p {
        font-size: 10px;
    }
    
    a.more-link, .cm-slider-col a, .cm-product-slider .swiper-slide figcaption a, #primary .cm-button a,.cm-contact input.wpcf7-form-control.wpcf7-submit {
        padding: 10px 20px;
    }
    
    .cm-slider-section .cm-slider {
        padding: 10px 10px 30px 35px;
        margin-bottom: 10px;
    }
    
    .slick-dots, .cm-slider button.slick-arrow {
        bottom: -10px;
    }
    
    .cm-slider button.slick-arrow.slick-prev {
        left: calc(50% - -30px);
    }
    
    .cm-slider button.slick-arrow.slick-next {
        right: calc(50% - -10px);
    }
    
    #primary .cm-heading h2, .cm-image-hover figcaption.widget-image-caption.wp-caption-text {
        font-size: 20px;
    }
    
    .cm-image-hover figcaption.widget-image-caption.wp-caption-text {
        padding: 15px 30px;
    }
    
    #primary .cm-head h2 {
        font-size: 15px;
    }
    
    #primary .cm-para p {
        margin-bottom: 5px;
    }
    
    .cm-sidebar h2.widget-title,h2.widget-title, #inner-footer .second-footer-section h2, #inner-footer .third-footer-section h2 {
        font-size: 15px;
    }
    
    .cm-sidebar p, .cm-sidebar h2.widget-title,h2.widget-title, #inner-footer .second-footer-section h2, #inner-footer .third-footer-section h2 .display-posts-listing .excerpt, .first-footer-section .textwidget p, .conainer-fluid.main-footer h2.widgettitle, .conainer-fluid.main-footer img.image {
        font-size: 12px;
    }
    
    .cm-ana-section .elementor-widget-wrap .elementor-element {
        padding: 0 20px;
        margin-bottom: 30px;
    }
    
    .cm-health .display-posts-listing li:nth-of-type(2), .cm-health .display-posts-listing li:nth-of-type(3) {
        width: 100%;
    }
    
    .cm-articls li span a {
        font-size: 13px;
    }
    
    .main-navigation a, .cm-product-slider figcaption h2, .cm-sidebar a, .textwidget .display-posts-listing li.listing-item a.title {
        font-size: 13px;
    }
    
    .cm-post {
        margin-top: 10px;
    }
    #menu-footer-menu li+li {
        margin-top: 2px;
    }
    h1.entry-title, h2.entry-title {
        font-size: 17px;
    }
    header.entry-header.cm-banner-bg,
    .blog-banner-section.cm-banner-bg{
        height: 90px
    }
    .blog-banner-section .cm-title, header.entry-header h2.cm-title {
        font-size: 25px;
    }
    .page-header {
        margin-top: 0;
    }
    a.more-link {
        padding: 10px 0;
    }
    single .entry-content p, .category .entry-content p {
        font-size: 13px;
    }
    h1.page-title {
        font-size: 20px;
    }
    .cm-contact .wpcf7{
        width: 100%;
        padding: 20px;
    }

    .cm-contact .wpcf7-form-control-wrap input {
        height: 40px;
    }
    
    .cm-contact label {
        font-size: 15px;
    }
    
    .cm-contact p {
        margin-bottom: 0;
    }
    
    .cm-contact .wpcf7-form-control-wrap textarea {
        height: 130px;
    }
    .cm-contact span.wpcf7-not-valid-tip {
        font-size: 11px;
        padding: 0 10px;
    }
    .cm-contact div.wpcf7-validation-errors, .cm-contact div.wpcf7-acceptance-missing {
        font-size: 11px;
    }
    .entry-content p{
        font-size: 13px;
    }
}