 
.dz-bnr-inr {
	height: 350px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 100%;
	margin-top: -65px;
	padding-top: 50px;
}
  
  @media only screen and (max-width: 991px) {
    .dz-bnr-inr {
      height: 250px; } }
  @media only screen and (max-width: 575px) {
    .dz-bnr-inr {
      height: 250px; } }
  .dz-bnr-inr .container {
    display: table;
    height: 100%; }
  .dz-bnr-inr .dz-bnr-inr-entry {
    vertical-align: middle;
    display: table-cell; }
    @media only screen and (max-width: 767px) {
		.dz-bnr-inr {
	background-position: 7% top;
 
}

      .dz-bnr-inr .dz-bnr-inr-entry {
        text-align: center; }
        .dz-bnr-inr .dz-bnr-inr-entry .breadcrumb-row {
          display: inline-block; } }
.dz-bnr-inr h1, .dz-bnr-inr .h1 {
	margin-bottom: 30px;
	color: #222;
	text-transform: capitalize;
}
  .dz-bnr-inr.dz-bnr-inr-sm {
    height: 300px; }
	
 
    @media only screen and (max-width: 575px) {
      .dz-bnr-inr.dz-bnr-inr-sm {
        height: 250px; } }
  .dz-bnr-inr.dz-bnr-inr-md {
    height: 450px; }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr.dz-bnr-inr-md {
        height: 350px; } }
    @media only screen and (max-width: 575px) {
      .dz-bnr-inr.dz-bnr-inr-md {
        height: 300px; } }
  .dz-bnr-inr.dz-bnr-inr-lg {
    height: 100vh; }
  .dz-bnr-inr.bnr-no-img:before {
    content: none; }
	
	
	.dz-bnr-inr.style-1 {
  background-position: bottom left; }
  .dz-bnr-inr.style-1 h1, .dz-bnr-inr.style-1 .h1 {
    color: #222;
    font-size: 70px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1480px) {
      .dz-bnr-inr.style-1 h1, .dz-bnr-inr.style-1 .h1 {
        font-size: 55px; } }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr.style-1 h1, .dz-bnr-inr.style-1 .h1 {
        font-size: 44px; } }
    @media only screen and (max-width: 575px) {
      .dz-bnr-inr.style-1 h1, .dz-bnr-inr.style-1 .h1 {
        font-size: 32px; } }
  .dz-bnr-inr.style-1:after {
    content: attr(data-text);
    position: absolute;
    font-weight: 700;
    font-size: 235px;
    line-height: 1;
    font-family: var(--font-family-title);
    z-index: -2;
    left: -20px;
    color: #fff;
    filter: drop-shadow(0px 10px 40px rgba(255, 129, 57, 0.1));
    opacity: 0.3;
    bottom: -10%; }
	
	
    @media only screen and (max-width: 1480px) {
.dz-bnr-inr.style-1::after {
	font-size: 125px;
	bottom: -6%;
} }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr.style-1:after {
        font-size: 150px;
        bottom: -10%; } }
    @media only screen and (max-width: 575px) {
      .dz-bnr-inr.style-1:after {
        font-size: 60px;
        bottom: -10px; } }
  .dz-bnr-inr.style-1 .breadcrumb-row {
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .dz-bnr-inr.style-1 .breadcrumb-row {
        width: 100%; } }

.style-1.header-transparent + .page-content .dz-bnr-inr {
  padding-top: 130px; }
  @media only screen and (max-width: 991px) {
    .style-1.header-transparent + .page-content .dz-bnr-inr {
      padding-top: 80px; } }
	  

.breadcrumb-row ul {
	background: var(--accent-color);
	margin: 0;
	border-radius: 0;
	border: 0;
	margin-right: 12px;
	transform: skewX(-12deg);
	display: inline-block;
	padding: 10px 33px;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
 
}

.breadcrumb-row ul li a {
	color: #fff;
}

.breadcrumb-row ul li a:hover,
.breadcrumb-row ul li a:focus {
	color: #333;
}
  @media only screen and (max-width: 991px) {
    .breadcrumb-row ul {
      padding: 6px 25px; } }
  .breadcrumb-row ul:after {
    content: "";
    position: absolute;
    background-color: inherit;
    height: 100%;
    width: 7px;
    right: -12px;
    z-index: 1;
    top: 0; }
  .breadcrumb-row ul li {
    padding: 0;
    transform: skewX(12deg);
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff; }
    .breadcrumb-row ul li.active {
      color: #fff; }
    .breadcrumb-row ul li a {
	}
.breadcrumb-row ul .breadcrumb-item + .breadcrumb-item::before {
	content: "\f105";
	color: #fff;
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	padding-right: 10px;
	top: 2px;
	position: relative;
}
  @media only screen and (max-width: 767px) {
    .breadcrumb-row ul {
      padding: 5px 20px; }
      .breadcrumb-row ul li {
        font-size: 14px; } }

.dz-bnr-inr.style-1 {
	background-position: top left;
}
.dz-bnr-inr.style-1 h1, .dz-bnr-inr.style-1 .h1 {
	color: var(--title);
	font-size: 70px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 20px;
}
    @media only screen and (max-width: 1480px) {
      .dz-bnr-inr.style-1 h1, .dz-bnr-inr.style-1 .h1 {
        font-size: 55px; } }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr.style-1 h1, .dz-bnr-inr.style-1 .h1 {
        font-size: 44px; } }
    @media only screen and (max-width: 575px) {
      .dz-bnr-inr.style-1 h1, .dz-bnr-inr.style-1 .h1 {
        font-size: 32px; } }
  .dz-bnr-inr.style-1:after {
    content: attr(data-text);
    position: absolute;
    font-weight: 700;
    font-size: 235px;
    line-height: 1;
    font-family: var(--font-family-title);
    z-index: -2;
    left: -20px;
    color: #fff;
    filter: drop-shadow(0px 10px 40px rgba(255, 129, 57, 0.1));
    opacity: 0.3;
    bottom: -10%; }
    @media only screen and (max-width: 1480px) {
.dz-bnr-inr.style-1::after {
	font-size: 126px;
	bottom: -11%;
	left: 0;
} }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr.style-1:after {
        font-size: 150px;
        bottom: -10%; } }
    @media only screen and (max-width: 575px) {
      .dz-bnr-inr.style-1:after {
        font-size: 60px;
        bottom: -10px; } }
  .dz-bnr-inr.style-1 .breadcrumb-row {
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .dz-bnr-inr.style-1 .breadcrumb-row {
        width: 100%; } }

.style-1.header-transparent + .page-content .dz-bnr-inr {
  padding-top: 130px; }
  @media only screen and (max-width: 991px) {
    .style-1.header-transparent + .page-content .dz-bnr-inr {
      padding-top: 80px; } }

 
.page-title {
  padding: 30px 0; }
  .page-title.dashboard {
    background: transparent;
    margin-left: 75px;
    padding: 20px 0 0px; }
  .page-title .page-title-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px; }
    .page-title .page-title-content p span {
      font-weight: 500;
      color: var(--primary); }

.breadcrumbs {
  display: flex;
  justify-content: flex-end; }
  @media only screen and (max-width: 575px) {
    .breadcrumbs {
      justify-content: flex-start; } }
  .breadcrumbs li a {
    color: #AEAED5;
    display: inline-block;
    margin-left: 15px;
    font-size: 14px; }
  .breadcrumbs li:first-child a {
    margin-left: 0px; }
  .breadcrumbs li.active a {
    color: var(--primary); }



/***************Subpage banner csss***************************/


.page-title.inner-banner::before {
	background: rgba(24, 25, 28, 0.02);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
 
.page-title.inner-banner .inn-page-tit {
	color: var(--primary-color) !important;
	-webkit-text-stroke-width: 0;
	-webkit-text-stroke-color: transparent;
	font-size: 80px !important;
	font-weight: 800 !important;
}
 .faq-num {
	font-size: 20px;
	padding-right: 6px;
	letter-spacing: 1px;
}


.title-section.section-title.inner {
	margin-bottom: 20px;
}

.page-template-template-full-width-alternate section .col-lg-6 .img-fluid {
	box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.15);
	border: 9px solid #fff;
}

.page-template-template-full-width-alternate #main section ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 10px;
	list-style: none;
}

.page-template-template-full-width-alternate #main section ul li::before {
	position: absolute;
	content: "\f560";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: var(--accent-color);
	left: -16px;
	font-size: 15px;
	top: 3px;
}


.content ul {
	padding-left: 19px;
	background: #f7244f0d;
	padding: 20px 20px 20px 40px;
	border-left: 5px solid var(--accent-color);
}

.content ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 10px;
	list-style: none;
}

.content ul li::before {
	position: absolute;
	content: "\f560";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: var(--accent-color);
	left: -16px;
	font-size: 15px;
	top: 3px;
}
.space-ptb.page-container.smoothie-page .accordion .card .card-body {
	padding: 15px 30px 50px 30px;
}

.space-ptb.page-container ul {
	padding-left: 19px;
	background: #f7244f0d;
	padding: 20px 20px 20px 40px;
	border-left: 5px solid var(--accent-color);
}

.space-ptb.page-container ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 10px;
	list-style: none;
}

.space-ptb.page-container ul li::before {
	position: absolute;
	content: "\f560";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: var(--accent-color);
	left: -16px;
	font-size: 15px;
	top: 3px;
}


.page-id-74 .section-title h2.heading {
	line-height: 1.1;
	font-size: 42px;
}

.page-template-template-full-width-alternate #main section ul {
	padding-left: 19px;
	background: #f7244f0d;
	padding: 20px 20px 20px 40px;
	border-left: 5px solid var(--accent-color);
	margin: 30px 0;
}

.accordion .card .card-header .accordion-title.mb-0 {
	background: #fff4f5;
}

.faq-page .accordion .card .card-header {
	background: none;
	border: 0px solid #ebebeb;
	padding: 0;
	margin-bottom: 20px;
	-webkit-transform: skew(-12deg);
	transform: skew(-12deg);
	background: #ffeff0;
	border-left: 3px solid #E72D24;
}

.faq-page .accordion .card .card-header i {
	background: #e83b4c;
	color: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	font-size: 14px;
	transform: skewX(-12deg);
 
}
.faq-page .accordion .card .card-header .btn {
	-webkit-transform: skew(12deg);
	transform: skew(12deg);
}

.faq-page .accordion .card .card-header .btn i::before {
	content: "\f054";
	transform: rotate(0) skewX(12deg);
	
}

.faq-page .accordion .card .card-header .btn[aria-expanded="true"] i::before {
	content: "\f078";
}






/*BLOG PAGE CSS START HERE*/


.space-ptb.blog-section-main {
	padding: 60px 0 40px 0;
}


.heading.blog-head {
	font-size: 35px;
	font-weight: bold;
	line-height: 1.2;
}

p {
	font-weight: 500;
	line-height: 1.5;
}

.title-section.section-title.blog-heading {
	margin-bottom: 25px;
}
/*****************************
    Blog
*****************************/
/* Blog post */



.blog-post .blog-post-meta {
	border: 0px solid #ebebeb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 00px;
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
}
  .blog-post .blog-post-meta li {
    margin-right: 14px;
    padding-right: 18px;
    position: relative;
    -webkit-transform: skew(20deg);
            transform: skew(20deg); }
    .blog-post .blog-post-meta li:before {
      content: "/";
      position: absolute;
      right: 0; }
    .blog-post .blog-post-meta li:last-child {
      margin-right: 0; }
      .blog-post .blog-post-meta li:last-child:before {
        display: none; }

 
 
 .col-lg-6.mb-4.pe-lg-5.blog-postleft {
	padding-bottom: 60px;
}

.col-lg-6.blog-postright {
	padding-bottom: 60px;
	padding-left: 0;
}
 
.col-lg-6.blog-postright {
	padding-bottom: 60px;
	padding-left: 0;
	 
}

.blog-post .blog-post-meta a:hover {
	color: #333 !important;
	text-decoration: underline !important;
}



.col-lg-6.mt-4.ps-lg-5.blog-postleft {
	padding-bottom: 60px;
}

.space-ptb.blog-section .container {
	max-width: 1140px;
}

.heading.blog-head a {
	color: #333 !important;
}


.heading.blog-head a:hover,
.heading.blog-head a:focus {
	color: var(--primary-color) !important;
}


.blog-sec {
	border-bottom: 1px solid #eaeaea;
}

.title-section.section-title.blog-sub-heading h2 {
	font-weight: 600;
	letter-spacing: 0 !important;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 40px;
}

.title-section.section-title.blog-sub-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	margin-top: 20px;
}

.col-lg-6.mt-4.px-xl-2.blog-postright.odd {
	padding-left: 40px !important;
}

.col-lg-6.mb-4.pe-lg-5.blog-postleft {
	padding-bottom: 60px;
	padding-left: 45px;
}

.col-lg-6.mt-4.ps-lg-5.blog-postleft.even {
	padding-right: 53px;
}


.news-date-grid  {
	font-size: 14px  ;
}

.space-ptb.blog-section-main .blog-sec .news-date-grid a {
	font-size: 14px !important;
	font-weight: bold;
	margin-right: 4px;
	color: var(--primary-color) !important;
}

.space-ptb.blog-section-main .blog-sec .news-date-grid a:hover,
.space-ptb.blog-section-main .blog-sec .news-date-grid a:focus {
	color: #000 !important;
	text-decoration:underline
}


.space-ptb.blog-section-main .blog-sec:last-child {
	border: none;
}


.classe-title.mt-4.blo-thumb-tit p {
	margin-top: 13px !important;
}

.col-lg-6.mt-4.px-xl-2.blog-postright.first-left {
	padding-left: 5px !important;
}

.col-lg-6.mt-4.ps-lg-5.blog-postleft.first-right {
	padding-right: 15px !important;
	padding-left: 45px !important;
}
.blog-first-section.blog-sec .blog-inn-sec-main:nth-child(2n) .col-lg-6.mt-4.ps-lg-5.blog-postleft.first-right {
	padding-left: 5px !important;
	padding-right: 45px !important;
}
.col-lg-6.mt-4.px-xl-2.blog-postright.first-left .img-fluid {
	width: 100%;
}
.col-lg-6.mb-4.mb-lg-0.pe-lg-5.sec-left {
	padding-left: 45px !important;
}
.blog-inn-sec-main {
	display: flex;
}
 
.blog-first-section.blog-sec .blog-inn-sec-main:nth-child(2n) .col-lg-6.mt-4.px-xl-2.blog-postright.first-left {
	order: 2;
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.blog-first-section.blog-sec {
	max-width: 1148px !important;
	margin: 0 auto !important;
}




/*Customer Service Template CSS*/

.page-service-single{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100% auto;
	padding: 100px 0;
}


.page-single-sidebar{
    position: sticky;
    top: 20px;
	margin-right: 20px;
}

.page-catagery-list{
	background-color: var(--secondary-color);
    border-radius: 18px;
	overflow: hidden;
	margin-bottom: 60px;
}

.page-catagery-list h3{
    font-size: 24px;
    text-transform: capitalize;
	color: var(--accent-color);
	border-bottom: 1px solid var(--divider-color);
	padding: 30px 30px 25px;
}

.page-catagery-list ul{
    list-style: none;
    margin: 0;
	padding: 30px;
}

.page-catagery-list ul li{
    margin-bottom: 20px;
}

.page-catagery-list ul li:last-child{
    margin: 0;
}

.page-catagery-list ul li a{
	position: relative;
    display: block;
	line-height: 1.2em;
    text-transform: capitalize;
    color: var(--text-color);
	border-radius: 10px;
	padding: 12px 40px 12px 20px;
	overflow: hidden;
    transition: all 0.4s ease-in-out;
	z-index: 1;
}

.page-catagery-list ul li:hover a{
    color: var(--secondary-color);
	background-color: var(--accent-color);
}

.page-catagery-list ul li a::before{
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0px, -50%) rotate(-45deg);
    background: url('../images/arrow-text.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 18px;
    height: 13px;
    transition: all 0.3s ease-in-out;
}

.page-catagery-list ul li a:hover::before{
    filter: brightness(0) invert(0);
	transform: translate(0px, -50%) rotate(0);
}

.page-catagery-list ul li a::after{
	content: '';
    position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
	opacity: 10%;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.sidebar-cta-box{
	position: relative;
	background: url('/wp-content/uploads/banner-1.webp') no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	border-radius: 18px;
	padding: 65px;
	overflow: hidden;
}

.sidebar-cta-box::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--accent-secondary-color);
	opacity: 60%;
	z-index: 0;
}

.sidebar-cta-logo{
	position: relative;
	margin-bottom: 60px;
	z-index: 1;
}

.sidebar-cta-logo img{
	width: 100%;
	max-width: 92px;
}
.page-faqs{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100% auto;
	padding: 100px 0;
}

.page-faqs-catagery .page-faq-accordion{
    margin-bottom: 60px;
}

.page-faqs-catagery .page-faq-accordion:last-child{
    margin-bottom: 0px;
}



/************************************/
/***  		About css 	  ***/
/************************************/

.Cust-Service-right {
	padding-left: 25px;
	display: flex;
	flex-wrap: wrap;
}

.content-inner-2 {
	padding: 100px 0;
}
.about-bx4  .section-title h2 span {
	color: var(--accent-color);
}
.about-bx4 .section-title h2 {
	line-height: 1;
	margin-top: 5px;
}
.about-bx4.content-inner-2 .section-title {
	margin-bottom: 0px;
	margin-top: 37px;
	width: 100%;
}

.cust-ser-block-inn {
	margin: 15px 15px 0px 15px;
	background: #fff;
	border-radius: 12px;
	padding: 24px 28px;
	margin-left: 3px;
	border: 1px solid #eee;
}

.cust-ser-tit {
	padding-left: 28px;
	position: relative;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.1;
	font-weight: normal;
	text-transform: capitalize;
}
 
 
.cust-ser-tit strong {
	font-weight: 600;
	color: var(--accent-color);
}
.header.default {
	margin-bottom: 0;
}
.cust-ser-block-inn .btn-md {
	padding: 4px 12px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	background: var(--black-color);
	border-color: var(--black-color);
}


.cust-ser-block-inn .btn-md:hover,
.cust-ser-block-inn .btn-md:focus {
	padding: 4px 12px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	background: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
}


.cust-ser-block-inn p {
	line-height: 1.3;
	font-size: 16px;
}
.cust-ser-block-inn i {
	position: absolute;
	font-size: 18px;
	left: 2px;
	top: 4px;
	color: #333 !important;
}


.col-lg-12.cust-ser-block {
	width: 50%;
}

.content-inner-2 .description {
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0;
	text-transform: capitalize;
	margin-bottom: 0 !important;
}

.dz-media img, .dz-post-media img {
	width: 100%;
	height: auto;
}
.dz-media, .dz-post-media {
	position: relative;
	overflow: hidden;
}
.about-bx4 {
	position: relative;
	padding-bottom: 51px;
	background: #fbf6f6 !important;
	margin-bottom: 0;
}
.header.default::before {
	opacity: 0;
}
.new-cta-links.middle.new-cta-center {
	justify-content: center !important;
	margin-bottom: 44px !important;
}
.new-cta-links.middle.new-cta-center .new-cta-linksmid-inn {
	display: flex;
	column-gap: 20px;
}

  .about-bx4 .dz-media {
    overflow: visible;
    margin-top: 80px; }
.about-bx4 .dz-media > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	clip-path: polygon(50% 0%, 100% 0, 100% 80%, 85% 100%, 51% 100%, 0 100%, 0 0);
	max-width: 520px;
	border: 3px solid #fff;
	padding: 10px;
}


.pr-list {
	display: flow-root;
	background: rgba(247,36,79,0.05);
	border-left: 5px solid var(--accent-color);
	padding: 27px 15px 27px 35px;
	margin-top: 30px;
	margin-bottom: 50px;
}

  .pr-list li {
    font-size: 20px;
    width: 50%;
    float: left;
    font-weight: 400;
    color: #232323;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    padding: 5px 0;
    display: flex;
    align-items: center;
    /* or 225% */
    /* Secondary-2 */
    color: #232323; }
	
	
	
    @media only screen and (max-width: 1280px) {
      .pr-list li {
        font-size: 1rem;
        line-height: 2rem; } }
    @media only screen and (max-width: 575px) {
      .pr-list li {
        width: 100%; } }
    .pr-list li i {
      color: var(--primary);
      margin-right: 8px;
      font-size: 20px;
      display: inline-flex; }
 
    @media only screen and (max-width: 1480px) {
      .about-bx4 .dz-media {
        margin-top: 40px; } }
    @media only screen and (max-width: 991px) {
      .about-bx4 .dz-media {
        padding: 0;
        max-width: 60%;
        text-align: center;
        margin: auto;
        margin-top: 40px; } }
    @media only screen and (max-width: 767px) {
      .about-bx4 .dz-media {
        max-width: 75%; }
		
		 }
    @media only screen and (max-width: 575px) {
      .about-bx4 .dz-media {
        max-width: 95%; } }
    .about-bx4 .dz-media .image-box {
      position: absolute;
      height: 330px;
      width: 330px;
      top: -80px;
      left: -90px;
      z-index: 1; }
.about-bx4 .dz-media .image-box .tag {
	text-align: center;
	display: inline-block;
	position: absolute;
	padding: 15px;
	bottom: 0;
	right: 0;
	font-size: 20px;
	background: var(--primary-color);
	/* display: none; */
	text-transform: uppercase;
	color: #fff !important;
	font-weight: bold;
}
.about-bx4 .dz-media .image-box .tag h5, .about-bx4 .dz-media .image-box .tag .h5 {
	font-weight: 500;
	letter-spacing: 0;
	margin: 0;
	color: #fff;
	font-size: 13px;
}
        .about-bx4 .dz-media .image-box .tag h2, .about-bx4 .dz-media .image-box .tag .h2 {
          margin: 0;
          letter-spacing: -3px;
          font-weight: 400;
          line-height: 1;
          font-size: 100px;
        
          color: #fff; }
.about-bx4 .dz-media .image-box::after {
	content: "";
	position: absolute;
	top: 13px;
	left: 10px;
	height: 103%;
	width: 100%;
	z-index: -1;
	background: #fff;
}
		
        @media only screen and (max-width: 575px) {
          .about-bx4 .dz-media .image-box:after {
            top: 10px;
            left: 10px; } }
      @media only screen and (max-width: 1480px) {
.about-bx4 .dz-media .image-box {
	height: 145px;
	width: 176px;
	top: -49px;
	left: -25px;
}
  .about-bx4 .dz-media .image-box .tag h2, .about-bx4 .dz-media .image-box .tag .h2 {
	font-size: 70px;
	font-weight: bold;
} }
      @media only screen and (max-width: 1280px) {
        .about-bx4 .dz-media .image-box {
          height: 200px;
          width: 200px;
          top: -30px;
          left: -10px; }
          .about-bx4 .dz-media .image-box .tag {
            padding: 10px; }
            .about-bx4 .dz-media .image-box .tag h2, .about-bx4 .dz-media .image-box .tag .h2 {
              font-size: 50px; }
            .about-bx4 .dz-media .image-box .tag h5, .about-bx4 .dz-media .image-box .tag .h5 {
              font-size: 18px; } }
      @media only screen and (max-width: 1199px) {
        .about-bx4 .dz-media .image-box {
          top: -60px;
          left: -35px; } }
      @media only screen and (max-width: 575px) {
        .about-bx4 .dz-media .image-box {
          height: 150px;
          width: 150px;
          top: -50px;
          left: -15px; }
          .about-bx4 .dz-media .image-box .tag {
            padding: 7px; }
            .about-bx4 .dz-media .image-box .tag h2, .about-bx4 .dz-media .image-box .tag .h2 {
              font-size: 40px; }
            .about-bx4 .dz-media .image-box .tag h5, .about-bx4 .dz-media .image-box .tag .h5 {
              font-size: 15px; } }
  .about-bx4 .about-content .section-head {
    margin-bottom: 20px; }
  @media only screen and (max-width: 1480px) {
   .about-bx4 .about-content .pr-list li {
	font-size: 17px;
	padding: 3px 0;
	font-weight: 600;
	/* font-style: normal; */
} }
  @media only screen and (max-width: 1199px) {
    .about-bx4 .about-content p {
      font-size: 15px; }
    .about-bx4 .about-content .pr-list li {
      font-size: 18px;
      padding: 1px 0; } }
  @media only screen and (max-width: 575px) {
    .about-bx4 .about-content .pr-list li {
      width: 100%; } }

 .Cust-Service-right .section-title h2 {
	line-height: 1;
	margin-top: 5px;
	font-size: 34px;
	margin-bottom: 25px;
	margin-top: 12px;
}
 
 /*Customer Service Template CSS*/


/*find-gym-cta CSS*/

.space-ptb.page-container.smoothie-page {
	padding-bottom: 0;
}


.find-gym-cta {
	background-color: var(--accent-color) !important;
}
.find-gym-cta {
	margin: 50px 0 00px 0;
	justify-content: center;
	display: flex;
	padding: 70px 0;
	background-image: url(../images/find-gym-bg.png) !important;
}
 
 .find-gym-cta span.text-white {
	font-size: 20px;
}

.find-gym-cta h2.text-white {
	line-height: normal;
	margin: 0 0 30px 0;
}

.find-gym-cta .footer-newsletters-form {
	max-width: 700px;
	margin: 0 auto;
	padding-left: 40px;
}

.find-gym-cta .footer-newsletters-form input {
	font-size: 20px;
}

.find-gym-cta .footer-newsletters-form button {
	font-size: 25px;
	font-weight: bold !important;
}

.error-404.not-found.text-center h3 {
	max-width: 900px;
	margin: 15px auto 30px auto;
}

.error-404.not-found.text-center h2 {
	font-size: 65px;
	font-weight: 800 !important;
}
.space-ptb.bg-secondary.find-gym-cta.error-cta {
	background-color: #ffebee !important;
	background-image: none !important;
	border-radius: 15px;
}
.space-ptb.bg-secondary.find-gym-cta.error-cta span.text-white {
	color: var(--bs-dark) !important;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 05px !important;
}

.space-ptb.bg-secondary.find-gym-cta.error-cta h2.text-white {
	color: var(--accent-color) !important;
	line-height: 1;
	margin-bottom: 40px;
	font-size: 55px;
}

.error-404.not-found.text-center {
	padding-top: 60px !important;
}

.error-404.not-found .find-gym-cta .fc-main input[type="text"] {
	border: 1px solid #ccc;
}

.error-404.not-found .fc-btn.fc-btn-submit.fc-btn-big:hover,
.error-404.not-found .fc-btn.fc-btn-submit.fc-btn-big:focus {
	background: var(--accent-color);
}




@media only screen and (min-width: 280px) and (max-width:767px) {

.page-title.inner-banner .inn-page-tit {
	font-size: 40px !important;
	font-weight: 800 !important;
}
.title-section.section-title.blog-sub-heading h2 {
	font-size: 30px;
}
 .col-lg-6.mt-4.px-xl-2.blog-postright.first-left {
	padding-left: 5px !important;
	padding-bottom: 15px;
}
.col-lg-6.mt-4.ps-lg-5.blog-postleft.first-right {
	padding-right: 05px !important;
	padding-left: 05px !important;
}

.col-lg-6.mt-4.ps-lg-5.blog-postleft.first-right {
	padding-right: 05px !important;
	padding-left: 05px !important;
	margin-top: 05px !important;
}
.title-section.section-title.blog-heading h2 {
	margin-bottom: 15px;
	font-size: 26px !important;
}
 
.blog-first-section.blog-sec .blog-inn-sec-main:nth-child(2n) .col-lg-6.mt-4.px-xl-2.blog-postright.first-left {
	order: 2;
	padding-right: 05px !important;
	padding-left: 05px !important;
}
.col-lg-6.mt-4.ps-lg-5.blog-postleft.first-right {
	padding-right: 05px !important;
	padding-left: 05px !important;
	margin-top: 05px !important;
	padding-bottom: 15px !important;
}
 .space-ptb.blog-section-main {
	padding: 20px 0 20px 0;
}


.blog-inn-sec-main {
	display: flex;
	flex-direction: column;
}

.error-404.not-found.text-center {
	padding-top: 30px !important;
}

.space-ptb.bg-secondary.find-gym-cta.error-cta h2.text-white {
	font-size: 45px;
}
.space-ptb.bg-secondary.find-gym-cta.error-cta span.text-white {
	font-size: 24px;
 
}
.space-ptb.bg-secondary.find-gym-cta.error-cta {
	padding: 40px 0;
}
.find-gym-cta .footer-newsletters-form {
	padding-left: 0;
}

.fc-main .fc-form-group {
	margin-bottom: 15px;
	float: left;
	width: 100%;
	display: flex;
}

.find-gym-cta .fc-9 {
	padding-left: 0px !important;
	width: 75%;
}
 

.find-gym-cta .fc-3 {
	width: 25% !important;
	padding: 0 !important;
}
.find-gym-cta .fc-3 .fc-btn.fc-btn-submit.fc-btn-big {
	max-width: 55px;
	margin: 0 10px;
}
.fc-main .fc-form-group {
	margin-bottom: 15px;
	float: left;
	width: 100%;
	max-width: 500px;
	margin: 0 auto !important;
	float: none !important;
}
	
}




/*Blog page 2 Css*/



/*Blog page 2 Css*/

.center{
	text-align: center;
}
 
.filters-group.option {
  display: flex;
  margin: 0 auto 50px;
  text-align: center;
  justify-content: center; }
  .filters-group a {
    margin: 0 1px 4px;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #ffffff;
    background: #222;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg); }
    .filters-group a span {
      -webkit-transform: skew(20deg);
              transform: skew(20deg);
      display: block; }
    .filters-group a:hover {
      background: var(--primary-color);
      color: #ffffff; }
  .filters-group a.active {
    background: var(--primary-color);
    color: #222; }
	
	
	
	.blog-listing-main .post-featured-image {
	width: calc(50% - 59px);
}


.readmore-btn-blog {
	border: 1px solid var(--primary-color);
	padding: 5px 15px;
	border-radius: 17px;
}

.readmore-btn-blog:hover,
.readmore-btn-blog:hover {
	border: 1px solid var(--primary-color);
	padding: 5px 15px;
	border-radius: 17px;
	background-color: var(--primary-color);
	color:#fff !important
}


.new-cta-links.blog-cta-bottom {
	margin-top: 50px;
	margin-bottom: 50px;
}
.new-cta-links.blog-cta-bottom .btn.btn-primary {
	font-size: 14px;
}

.blog-listing-main {
	border-bottom: 1px solid #ccc;
	scroll-margin-top: 100px;
	margin-bottom: 40px;
}
.post-featured-image a {

	cursor: pointer;
}
.our-blog.light-section {
	padding-top: 0;
	padding-bottom: 0;
}

.blog-listing-main:last-child {
	border: none;
	margin-bottom: 0;
}


@media only screen and (min-width: 280px) and (max-width:767px) {
	
.filters-group.option {
	flex-direction: column;
}	

.blog-listing-main .blog-listing-main .post-featured-image {
	width: calc(100% - 0px);
}

.col-md-12.blog-top-button {
	margin-bottom: 40px;
}
.space-ptb.blog-section-main .blog-listing-main .col-lg-6.left {
	margin-bottom: 40px;
}

.space-ptb.blog-section-main .blog-listing-main .col-lg-6.right {
	margin-bottom: 40px;
}
.space-ptb.blog-section-main .blog-listing-main .col-lg-6.right .post-item-body {
	width: calc(100% - 0px);
}
	
.blog-listing-main .post-item {
	gap: 20px;
	align-items: flex-start;
	flex-direction: column;
}	
.new-cta-links.blog-cta-bottom {
	margin-top: 00px;
	margin-bottom: 50px;
	/* max-width: 200px; */
}
.new-cta-links.blog-cta-bottom .btn.btn-primary {
	font-size: 14px;
	width: auto !important;
}

.space-ptb.blog-section-main .blog-listing-main .col-lg-6.right .post-featured-image {
	width: calc(100% - 0px);
}

.about-bx4.content-inner-2 {
	padding: 50px 0;
}

.about-bx4.content-inner-2.customer-ser .Cust-Service-left {
	order: 2;
	padding: 20px 20px 50px 20px;
}

.about-bx4.content-inner-2.customer-ser .section-title {
	margin-bottom: 0px;
	margin-top: 0;
	width: 100%;
}

.Cust-Service-right .section-title h2 {
	font-size: 24px;
 
}
.col-lg-12.cust-ser-block {
	width: 100%;
}

.about-bx4 .dz-media .image-box {
	height: 100px;
	width: 130px;
	top: 14px;
	left: -15px;
	position: relative;
}
.about-bx4 .dz-media {
	max-width: 95%;
	max-height: 400px;
	overflow: hidden;
}


	
}

@media only screen and (min-width: 640px) and (max-width:767px) {
.about-bx4 .dz-media {
	max-width: 95%;
	max-height: 500px;
	overflow: hidden;
}	
	
	
}


@media only screen and (min-width: 767px) and (max-width:1024px) {
.about-bx4.content-inner-2.customer-ser .Cust-Service-left {
	order: 2;
	padding: 20px 20px 50px 20px;
}

.about-bx4 .dz-media {
	max-width:85%;
	max-height: 500px;
	overflow: hidden;
}	
.about-bx4 .dz-media .image-box {
	top: 40px;
	left: -35px;
	height: 168px;
}	
	
}


@media only screen and (min-width: 980px) and (max-width:1024px) {
	.Cust-Service-right {
	padding-left: 25px;
	display: flex;
	flex-wrap: wrap;
	order: 2;
}

.about-bx4.content-inner-2.customer-ser .Cust-Service-left {
	order: 1;
	padding: 20px 20px 50px 20px;
}
.about-bx4 .dz-media {
	max-width: 100%;
	max-height: inherit;
	overflow: visible;
}
	
	.about-bx4 .dz-media .image-box {
	top: 46px;
	left: -33px;
	height: 100px;
	width: 100px;
}
.about-bx4 .dz-media .image-box::after {
	content: "";
	position: absolute;
	top: 13px;
	left: 10px;
	height: 83%;
	width: 100%;
	z-index: -1;
	background: #fff;
}
	
}


@media only screen and (min-width: 1024px) and (max-width:1260px) {
	
.about-bx4 .dz-media .image-box {
	top: -60px;
	left: -35px;
	width: 150px;
}
.about-bx4 .dz-media .image-box::after {
	content: "";
	position: absolute;
	top: 13px;
	left: 10px;
	height: 65%;
	width: 100%;
	z-index: -1;
	background: #fff;
}	
	
	
}


/*BLOG PAGE CSS END HERE*/
/**equipments**/
.blog-post.equi-post .popupaoc-img {
    max-width: 400px;
    width: 100%;
}
.blog-post.equi-post h4.paoc-image-title {
    text-transform: uppercase;
    font-style: italic;
    font-size: 22px;
    font-weight: bold;
    color: var(--bs-red);
    text-align: center;
}


