body, p {
	line-height: 1.7em
}
.bluetext, .main-menu ul li a:focus, .main-menu ul li a:hover, h1, h2, h3, h4, h5, h6 {
	color: var(--primary-color)
}
.btn-default, body {
	font-size: 16px;
	font-family: var(--accent-font)
}
.btn-default, .image-anime, .reveal, .slicknav_btn {
	position: relative
}
.slicknav_btn, .slicknav_nav a, a, a:focus, a:hover {
	text-decoration: none
}
.main-menu ul ul, .reveal {
	visibility: hidden;
	overflow: hidden
}
.btn-default, .main-menu ul li a, .main-menu ul ul, .main-menu ul ul li a, .topbar-social-links ul li {
	transition: .3s ease-in-out
}
.btn-default, .custsldrbox h4, .gallery-image h3, .main-menu ul li a, .topbar-contact-info ul li a, body, h1, h2, h3, h4, h5, h6 {
	font-family: var(--accent-font)
}
@font-face {
	font-family: Archivo;
	src: url('../fonts/Archivo-Black.eot');
	src: url('../fonts/Archivo-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Archivo-Black.woff2') format('woff2'), url('../fonts/Archivo-Black.woff') format('woff'), url('../fonts/Archivo-Black.ttf') format('truetype'), url('../fonts/Archivo-Black.svg#Archivo-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: Archivo;
	src: url('../fonts/Archivo-ExtraBold.eot');
	src: url('../fonts/Archivo-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Archivo-ExtraBold.woff2') format('woff2'), url('../fonts/Archivo-ExtraBold.woff') format('woff'), url('../fonts/Archivo-ExtraBold.ttf') format('truetype'), url('../fonts/Archivo-ExtraBold.svg#Archivo-ExtraBold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: Archivo;
	src: url('../fonts/Archivo-Regular.eot');
	src: url('../fonts/Archivo-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Archivo-Regular.woff2') format('woff2'), url('../fonts/Archivo-Regular.woff') format('woff'), url('../fonts/Archivo-Regular.ttf') format('truetype'), url('../fonts/Archivo-Regular.svg#Archivo-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: Archivo;
	src: url('../fonts/Archivo-SemiBold.eot');
	src: url('../fonts/Archivo-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Archivo-SemiBold.woff2') format('woff2'), url('../fonts/Archivo-SemiBold.woff') format('woff'), url('../fonts/Archivo-SemiBold.ttf') format('truetype'), url('../fonts/Archivo-SemiBold.svg#Archivo-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: Archivo;
	src: url('../fonts/Archivo-Bold.eot');
	src: url('../fonts/Archivo-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Archivo-Bold.woff2') format('woff2'), url('../fonts/Archivo-Bold.woff') format('woff'), url('../fonts/Archivo-Bold.ttf') format('truetype'), url('../fonts/Archivo-Bold.svg#Archivo-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-display: swap
}
:root {
--primary-color:#10b5c1;
--secondary-color:#E6EFED;
--text-color:#153C33B3;
--accent-color:#000000;
--black-color:#000000;
--white-color:#FFFFFF;
--divider-color:#FFFFFF26;
--dark-divider-color:#153C331A;
--error-color:rgb(230, 87, 87);
--accent-font:"Archivo", sans-serif;
--default-font:"DM Sans", sans-serif
}
body {
	font-weight: 400;
	color: var(--black-color);
	background-color: var(--white-color)
}
.btn-default, .btn-default.btn-highlighted:hover, .hero.bg-image .hero-content .section-title h1, .hero.bg-image .hero-content .section-title h1 span, .hero.bg-image .hero-content .section-title p {
	color: var(--white-color)
}
p {
	margin-bottom: 1.6em
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: 700;
	line-height: 1em
}
.slicknav_menu .slicknav_no-text, .slicknav_menu ul ul, figure {
	margin: 0
}
img {
	max-width: 100%
}
a:focus, a:hover {
	outline: 0
}
body, html {
	width: 100%;
	overflow-x: clip
}
.container {
	max-width: 1300px
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .row>* {
	padding-right: 15px;
	padding-left: 15px
}
.image-anime {
	overflow: hidden
}
.image-anime:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1
}
.btn-default::after, .btn-default::before {
	content: '';
	transition: .4s ease-in-out;
	position: absolute;
	bottom: 0
}
.image-anime:hover:after {
	height: 250%;
	transition: .6s linear;
	background-color: transparent
}
.reveal {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}
.reveal img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform-origin: left;
	transform-origin: left
}
.row {
	margin-right: -15px;
	margin-left: -15px
}
.row.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.row.no-gutters>* {
	padding-right: 0;
	padding-left: 0
}
.btn-default {
	display: inline-block;
	font-weight: 600;
	line-height: 1.1em;
	background: var(--primary-color);
	text-transform: capitalize;
	padding: 18px 55px 18px 20px;
	border-radius: 99px;
	border: none;
	overflow: hidden;
	z-index: 1
}
.btn-default::before {
	top: 50%;
	right: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #deedef;
	background-image: url('../images/arrow-skyblue.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	transform: translate(-10px, -50%)
}
.btn-default.btn-highlighted::before{
	background-color: var(--primary-color);
	background-image: url('../images/arrow-white.svg')
}
.btn-default::after {
	display: block;
	top: 0;
	left: 0;
	width: 0;
	height: 102%;
	border-radius: 99px;
	background: var(--accent-color);
	z-index: -1
}
.btn-default:hover::after {
	width: 106%
}
.btn-default.btn-highlighted {
	background-color: var(--white-color);
	color: var(--accent-color)
}
.btn-default.btn-highlighted::after {
	background-color: var(--accent-color)
}
.slicknav_btn, .slicknav_nav .slicknav_item {
	cursor: pointer
}
.slicknav_menu, .slicknav_menu * {
	box-sizing: border-box
}
.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
	margin-top: .188em
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 3px #000
}
.slicknav_menu .slicknav_icon {
	float: left;
	width: 1.125em;
	height: .875em;
	margin: .188em 0 0 .438em
}
.slicknav_menu .slicknav_icon:before {
	background: 0 0;
	width: 1.125em;
	height: .875em;
	display: block;
	content: "";
	position: absolute
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: .125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.25);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.25);
	box-shadow: 0 1px 0 rgba(0,0,0,.25);
	background-color: #fff
}
.slicknav_menu:after, .slicknav_menu:before {
	content: " ";
	display: table
}
.slicknav_menu:after {
	clear: both
}
.slicknav_nav li, .slicknav_nav ul, .solution-plan-img-1 figure, .solution-plan-img-2 figure {
	display: block
}
.slicknav_nav .slicknav_arrow {
	font-size: .8em;
	margin: 0 0 0 .4em
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
	display: inline
}
.slicknav_menu {
	font-size: 16px;
	background: #4c4c4c
}
.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	padding: 0
}
.slicknav_btn {
	display: block;
	vertical-align: middle;
	float: right;
	line-height: 1.125em;
	text-shadow: 0 1px 1px rgba(255,255,255,.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #222
}
.main-menu ul ul, .preloader {
	background-color: var(--accent-color);
	left: 0
}
.slicknav_nav {
	clear: both;
	color: #fff;
	margin: 0;
	font-size: .875em
}
.slicknav_nav ul {
	margin: 0 0 0 20px
}
.slicknav_nav .slicknav_row, .slicknav_nav a {
	display: block;
	padding: 5px 10px;
	margin: 2px 5px
}
.slicknav_nav .slicknav_row:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #fff
}
.slicknav_nav a {
	color: #fff
}
.slicknav_nav a:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #222
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0
}
.slicknav_brand {
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 7px 12px;
	height: 44px
}
.preloader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center
}
.slicknav_btn, .slicknav_menu {
	background: var(--primary-color)
}
.loading, .loading-container {
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%
}
.loading-container {
	margin: 40px auto
}
.loading {
	border: 1px solid transparent;
	border-color: transparent var(--white-color) transparent var(--white-color);
	animation: 1.5s linear infinite rotate-loading;
	transform-origin: 50% 50%
}
.loading-container .loading, .loading-container:hover .loading {
	transition: .5s ease-in-out
}
#loading-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%)
}
#loading-icon img {
  height: auto;
}
@keyframes rotate-loading {
0% {
transform:rotate(0)
}
100% {
transform:rotate(360deg)
}
}
.section-row {
	margin-bottom: 60px
}
.about-service-list ul li:last-child, .about-working-hour ul li:last-child, .custfooter-contact-details .custfooter-info-box:last-child, .doctorcon p, .section-row .section-title {
	margin-bottom: 0
}
.section-title {
	margin-bottom: 30px
}
.section-title h3 {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1em;
	text-transform: capitalize;
	background-color: rgba(16,181,193,.5);
	color: var(--white-color);
	border-radius: 99px;
	padding: 15px 20px;
	margin-bottom: 20px
}
.section-title h1 {
	/*font-size: 69px;*/
	font-size: 60px;
	font-weight: 800;
	line-height: 1.1em;
	margin-bottom: 0
}
.section-title h2 {
	font-size: 54px;
	font-weight: 900;
	line-height: 1.2em;
	margin-bottom: 0
}
.topbar-contact-info ul, .topbar-social-links ul {
	line-height: 1em;
	padding: 0;
	display: flex;
	list-style: none
}
.about-service-list ul li:hover a, .doctorcon h3 span, .section-title h1 span, .section-title h2 span {
	color: var(--accent-color)
}
.section-title p {
	margin-top: 30px;
	margin-bottom: 0
}
.section-btn {
	text-align: end
}
.section-title-content p {
	text-align: right;
	margin: 0
}
.topbar {
	padding: 5px 0;
	background-color: var(--primary-color);
	overflow: hidden
}
.topbar .container, header.main-header .container {
	max-width: 1400px
}
.topbar-contact-info {
	text-align: left;
	position: relative;
	margin-left: 180px;
	padding-left: 20px
}
.about-img, .appointment-btn, .custhero-image, .topbar-social-links {
	text-align: right
}
.topbar-contact-info:before {
	content: "";
	width: 200%;
	height: 80px;
	background: #fff;
	position: absolute;
	right: 100%;
	top: -20px
}
.topbar-contact-info ul {
	flex-wrap: wrap;
	margin: 0;
	gap: 30px
}
.topbar-contact-info ul li a {
	color: var(--white-color);
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 15px
}
.topbar-contact-info ul li a img {
	max-width: 20px;
	margin-right: 10px
}
.topbar-social-links ul {
	margin: 0;
	justify-content: flex-end
}
.topbar-social-links ul li {
	display: inline-block;
	margin-right: 10px
}
.topbar-social-links ul li:last-child {
	margin-right: 0
}
.topbar-social-links ul li a {
	color: var(--primary-color);
	transition: .3s ease-in-out;
	background: #fff;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center
}
.topbar-social-links ul li a:hover {
	background: #000
}
.topbar-social-links ul li a svg {
	width: 15px;
	fill: #10b5c1
}
.topbar-social-links ul li a:hover svg, .topbar-social-links ul li a:hover svg path {
	fill: #fff!important
}
.topbar-social-links ul li a:hover svg g polygon {
	fill: #000!important
}
header.main-header {
	background-color: var(--white-color);
	position: relative;
	z-index: 100
}
header.main-header .header-sticky {
	position: relative;
	top: 0;
	z-index: 100
}
header.main-header .header-sticky.hide {
	transform: translateY(-100%);
	transition: transform .3s ease-in-out;
	border-radius: 0
}
header.main-header .header-sticky.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	transform: translateY(0);
	background: var(--secondary-color);
	border-bottom: 1px solid var(--divider-color);
	backdrop-filter: blur(30px)
}
.navbar {
	padding: 10px 0;
	align-items: center
}
.navbar-brand {
	padding: 0;
	margin: -40px 0 10px -30px
}
.main-menu ul ul, .main-menu ul ul li, .slicknav_btn {
	margin: 0;
	padding: 0
}
.navbar-brand img {
	width: 160px !important;
	height: auto;
}
.main-menu .nav-menu-wrapper {
	flex: 1;
	text-align: right
}
.main-menu .nav-menu-wrapper>ul {
	align-items: center;
	display: inline-flex
}
.main-menu ul li {
	margin: 0;
	position: relative
}
.main-menu ul li a {
	font-size: 16px;
	font-weight: 600;
	padding: 5px 20px!important;
	color: var(--accent-color);
	text-transform: capitalize
}
.main-menu>.nav-menu-wrapper>ul>li:last-child>a {
	background: #e5e5e5
}
/* .main-menu>.nav-menu-wrapper>ul>li:nth-last-child(2)>a {
	background: #cff0f3
} */
.main-menu ul li.submenu>a:after {
	content: '\f107';
	font-family: FontAwesome;
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px
}
.main-menu ul ul {
	opacity: 0;
	transform: scaleY(.8);
	transform-origin: top;
	list-style: none;
	width: 220px;
	border-radius: 20px;
	position: absolute;
	top: 100%;
	text-align: left
}
.main-menu ul ul ul {
	left: 100%;
	top: 0;
	text-align: left
}
.main-menu ul ul li a {
	color: var(--white-color);
	padding: 8px 20px!important
}
.main-menu ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
	padding: 5px 0
}
.main-menu ul ul li a:focus, .main-menu ul ul li a:hover {
	color: var(--primary-color);
	background-color: transparent;
	padding: 8px 20px 8px 23px!important
}
.header-btn .btn-default::before {
	background-image: url(../images/icon-phone.svg)
}
.home-contact-us .col-lg-4:last-child .home-contact-item:before, .main-menu ul li.highlighted-menu, .navbar-toggle, .responsive-menu {
	display: none
}
.responsive-menu {
	top: 0;
	position: relative
}
.slicknav_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 0
}
.slicknav_icon .slicknav_icon-bar {
	display: block;
	height: 3px;
	width: 22px;
	background-color: var(--white-color);
	border-radius: 6px;
	margin: 4px auto!important;
	transition: .1s ease-in-out
}
.slicknav_icon .slicknav_icon-bar:first-child {
	margin-top: 0!important
}
.slicknav_icon .slicknav_icon-bar:last-child {
	margin-bottom: 0!important
}
.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:first-child {
	transform: rotate(-45deg) translate(-5px, 5px)
}
.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
	opacity: 0
}
.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
	transform: rotate(45deg) translate(-5px, -5px)
}
.slicknav_menu {
	position: absolute;
	width: 100%;
	padding: 0
}
.slicknav_menu ul {
	margin: 5px 0
}
.slicknav_nav .slicknav_row, .slicknav_nav li a {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 10px 20px;
	color: var(--white-color);
	line-height: normal;
	margin: 0;
	border-radius: 0!important;
	transition: .3s ease-in-out
}
.slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {
	background-color: transparent;
	color: var(--accent-color);
	padding: 10px 20px 10px 23px
}
.our-testimonial, .our-testimonial .section-title h3, .solution-plan-content .section-title h3 {
	background: var(--white-color)
}
.slicknav_menu ul ul li a {
	padding: 10px 20px 10px 30px
}
.slicknav_menu ul ul li a:hover {
	padding: 10px 20px 10px 33px
}
.slicknav_arrow {
	font-size: 0!important
}
.slicknav_arrow:after {
	content: '\f107';
	font-family: FontAwesome;
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	color: var(--white-color);
	position: absolute;
	right: 15px;
	top: 15px;
	transition: .3s ease-out
}
.slicknav_open>a .slicknav_arrow:after {
	transform: rotate(-180deg);
	color: var(--accent-color)
}
.custhero {
	background-color: #e7f7f9;
	padding: 100px 0;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center!important
}
.custheromain {
	 position: absolute;
  top: -60px;
  right: 110px;
  width: 400px;
  height: auto;
}
.custhero-content {
	/*padding-right: 80px;*/
	padding-right: 0px;
}
.custhero-content .section-title p {
	font-size: 18px;
	color: var(--accent-color)
}
.custhero-content-body .btn-default.btn-highlighted {
	margin-left: 20px
}
.custhero-image {
	position: relative
}
.hero.bg-image {
	position: relative;
	background: url('../images/hero-bg.webp') center center/cover no-repeat;
	padding: 130px 0 180px
}
.hero.bg-image::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--primary-color);
	opacity: 50%;
	width: 100%;
	height: 100%
}
.hero.bg-image .hero-content {
	position: relative;
	text-align: center;
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	padding-right: 0;
	z-index: 1
}
.hero.bg-image .hero-content .section-title h1 {
	font-size: 80px
}
.hero.bg-image .hero-content .hero-content-body {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}
.home-contact-us {
	background: #ccc
}
.home-contact-us .home-contact-item {
	display: flex;
	position: relative;
	padding: 40px 0px;
	text-align: center;
	flex-direction: column;
	align-items: center;
	gap: 10px
}
.home-contact-us .col-lg-3:first-child {
	background: rgba(16,181,193,.05);
}
.home-contact-us .col-lg-3:nth-child(2) {
	background: rgba(16,181,193,.1);
}
.home-contact-us .col-lg-3:nth-child(3) {
	background: rgba(16,181,193,.15);
}
.home-contact-us .col-lg-3:nth-child(4) {
	background: rgba(16,181,193,.2);
}
.home-contact-us .col-lg-3:last-child .home-contact-item {
	padding-right: 0;
	border-right: none
}
.home-contact-item .icon-box {
	position: relative;
	width: 74px;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	overflow: hidden
}
.home-contact-item .icon-box::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	background-color: var(--secondary-color);
	border-radius: 10px;
	transform: scale(0);
	transition: .4s ease-in-out;
	height: 100%
}
.home-contact-item:hover .icon-box::before {
	transform: scale(1)
}
.home-contact-item .icon-box img {
	position: relative;
	z-index: 1;
	max-width: 54px
}
.custplanboxrow, .home-contact-item .home-contact-content {
	width: 100%
}
.home-contact-item .home-contact-content h3 {
	color: var(--black-color);
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px
}
.home-contact-item .home-contact-content p {
	color: var(--white-color);
	margin: 0
}
.about-us {
	padding: 100px 0 50px
}
.about-us .container, .about-us-image, .testimonial-slider {
	position: relative
}
.text-center {
	text-align: center
}
.about-us .about-content:after {
	content: "";
	background: url(../images/aboutdesign.webp);
	position: absolute;
	left: -230px;
	top: 0;
	width: 400px;
	height: 1270px
}
.about-img img, .solution-plan-img-1 img, .solution-plan-img-2 img {
	border-radius: 30px
}
.about-us-body {
	display: flex;
	flex-wrap: wrap;
	gap: 0
}
.about-list-item, .custplanbox figure {
	width: 100%;
	display: flex
}
.about-list-item .icon-box {
	margin-right: 20px
}
.about-list-item .icon-box img {
	max-width: 43px
}
.about-list-content {
	width: calc(100% - 44px)
}
.about-list-content h3 {
	font-size: 17px;
	font-weight: 800;
	text-transform: capitalize;
	margin-bottom: 10px
}
.about-us-footer {
	display: flex;
	flex-wrap: wrap
}
.appointment-btn, .doctor-info {
	width: 50%
}
.gallery-carousel {
	padding: 50px 0
}
.gallery-carousel .container-fluid {
	padding: 0
}
.gallery-carousel-box {
--gap:10px;
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
}
.gallery-scrolling-content {
	flex-shrink: 0;
	display: flex;
	gap: 20px;
	min-width: 100%;
	animation:calc(var(--countss) * 2.8s) linear infinite galleryscroll;
}
@keyframes galleryscroll {
from {
transform:translateX(0)
}
to {
	transform: translateX(calc(-100% - var(--gap)))
}
}
.gallery-scrolling-content .gallery-image img {
	border-radius: 5px;
	border:4px solid #eee;
	width:292px;
}
.gallery-image h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 15px auto;
	
  width: 292px;
}
.gallery-image h3 a {
	color: var(--primary-color);
}
.gallery-carousel-box .gallery-scrolling-content .gallery-image:nth-child(2n) {
	padding-top: 75px
}
.solution-your-plan {
	padding: 100px 0 0;
	background: #e7f7f9
}
.solution-plan-image {
	display: flex;
	align-items: start;
	justify-content: end;
	position: relative
}
.solution-plan-img-1 {
	margin-right: 16px
}
.solution-plan-img-1 figure:after, .solution-plan-img-2 figure:after {
	width: 250%
}
.solution-plan-content {
	margin-left: 20px
}
.custplanbox {
	display: flex;
	gap: 20px;
	margin-bottom: -100px
}
.custplanbox img {
	border-radius: 15px;
	object-fit: cover;
	height: 510px;
	width: 100%;
	border: 10px solid #e6fafc
}
.custplanboxrow img {
	height: 248px
}
.custplanbox1 {
	width: 40%
}
.custplanbox2 {
	width: 20%
}
.custplanbox3 {
	width: 40%;
	display: flex;
	flex-direction: column;
	gap: 15px
}
.doctorrecommend {
	padding: 200px 0 100px;
	background: url(../images/doctorlogobg.webp) top center no-repeat
}
.doctormain {
	display: flex;
	gap: 20px;
	align-items: center;
	max-width: 760px;
	margin: 0 auto
}
.doctorlogo {
	width: 150px
}
.doctorcon {
	width: calc(100% - 150px)
}
.doctorcon h3 {
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 10px
}
.our-testimonial {
	padding: 100px 0 50px;
	background-size: auto
}
.custsldrbox {
	width: 100%;
	padding: 10px;
	overflow: hidden
}
.custsldrbox .image-anime {
	overflow: visible
}
.custsldrbox img {
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
	border: 5px solid #fff;
	box-shadow: rgba(0,0,0,.15) 4px 0 7px
}
.custsldrbox h4 {
	font-size: 16px;
	line-height:22px;
	font-weight: 600;
	color: var(--black-color);
	text-align: center;
	margin: 10px 0;
	padding: 0 30px
}
.testimonial-item {
	background: var(--white-color);
	border: 2px solid var(--dark-divider-color);
	border-radius: 30px;
	padding: 40px
}
.testimonial-item .testimonial-header {
	margin-bottom: 40px
}
.about-custfooter-content, .testimonial-header .testimonial-rating {
	margin-bottom: 20px
}
.testimonial-header .testimonial-rating i {
	font-size: 16px;
	color: #f5a200;
	margin-right: 5px
}
.testimonial-slider .swiper-pagination {
	position: relative;
	text-align: center;
	bottom: 0;
	margin-top: 60px;
	display: none
}
.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: var(--accent-color);
	opacity: 1;
	margin: 0 6px
}
.testimonial-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--primary-color);
	opacity: 1
}
.our-testimonial .container {
	overflow: hidden
}
.testimonial-slider .swiper {
	overflow: initial!important
}
.testimonial-button-next, .testimonial-button-prev {
	width: 45px;
	height: 45px;
	background-color: #deedef;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	cursor: pointer;
	z-index: 9;
	position: absolute!important;
	top: -80px;
	transform: translateY(-50%)
}
.testimonial-button-next svg, .testimonial-button-prev svg {
	color: #10b5c1
}
.testimonial-button-next:hover, .testimonial-button-prev:hover {
	background-color: #10b5c1
}
.testimonial-button-next:hover svg, .testimonial-button-prev:hover svg {
	color: #fff
}
.testimonial-button-next {
	right: 0
}
.testimonial-button-prev {
	right: 60px
}
.swiper-button-next::after, .swiper-button-prev::after {
	font-size: 20px;
	color: #fff
}
.main-custfooter {
	padding: 70px 0 10px;
	background: var(--primary-color) url(../images/footermap.webp);
	background-position: top center!important;
	background-repeat: no-repeat
}
.custfooter-logo {
	margin-bottom: 10px
}
.about-custfooter-content p {
	color: var(--black-color);
	margin: 0;
	font-size: 15px
}
.about-service-list h3, .about-working-hour h3, .custfooter-contact h3 {
	color: var(--accent-color);
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 20px
}
.about-service-list ul, .about-working-hour ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.about-service-list, .about-working-hour {
	margin-left: 0
}
.about-working-hour ul li {
	color: var(--black-color);
	text-transform: capitalize;
	margin-bottom: 0;
	font-size: 15px
}
.about-service-list ul {
	display: flex;
	flex-wrap: wrap
}
.about-service-list ul li {
	text-transform: capitalize;
	font-size: 15px;
	width: 50%
}
.about-service-list ul li a {
	color: var(--black-color);
	transition: .3s ease-in-out;
	position: relative;
	transition: .3s ease-in-out;
}
.about-service-list ul li a:hover {
	color:#fff;
}

.about-service-list ul li a:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #000;
	display: inline-block;
	margin: 0 5px 0 0;
	transition: .3s ease-in-out;
}
.about-service-list ul li a:hover:before{
	border-left-color:#fff;
}
.custfooter-contact-details .custfooter-info-box {
	position: relative;
	padding-left: 30px
}
.custfooter-info-box P {
	font-size: 15px
}
.custfooter-info-box .icon-box {
	position: absolute;
	top: -2px;
	left: 0
}
.custfooter-info-box .icon-box img {
	max-width: 20px
}
.custfooter-info-box-content p {
	color: var(--black-color);
	margin-bottom: 5px;
	font-size: 15px
}
.custfooter-info-box-content p a {
	color:#000;
	transition: .3s ease-in-out;
}
.custfooter-info-box-content p a:hover {
	color:#fff;
}
.custfooter-copyright {
	border-top: 1px solid var(--divider-color);
	padding: 15px 0;
	margin-top: 40px;
	background: var(--black-color)
}
.custfooter-copyright-text p {
	color: var(--white-color);
	margin: 0;
	text-align: center
}
.custfooter-copyright-text p br {
	display:none;
}
.custfooter-copyright-text p a {
	color:#fff;
}
.custfooter-copyright-text p a:hover {
	color:var(--primary-color);
}
@media only screen and (max-width:1800px) {
.navbar-brand {
	padding: 0;
	margin: -40px 0 10px -10px
}
}
@media only screen and (max-width:1600px) {
.navbar-brand {
	padding: 0;
	margin: -40px 0 10px -10px
}
}
@media only screen and (max-width:1400px) {
 .custheromain {
	  height: auto;
   width: 50%;
    right: 25%;
	 }
	  .custhero-img figure img {
    height: auto;
  }
.main-menu ul li a {
	font-size: 15px;
	padding: 5px 10px!important
}
.navbar-brand img {
	width: 120px !important;
}
.topbar-contact-info {
	margin-left: 150px
}
.navbar-brand {
	margin: -40px 0 10px
}
.section-title h1 {
	font-size: 56px
}
.custhero-content {
	padding-right: 10px
}
.custhero-content-body .btn-default.btn-highlighted {
	margin-left: 10px
}
.section-title h2 {
	font-size: 40px
}
.about-custfooter-content p, .about-service-list ul li, .about-working-hour ul li, .custfooter-copyright-text p, .custfooter-info-box-content p {
	font-size: 14px
}
.about-service-list h3, .about-working-hour h3, .custfooter-contact h3 {
	font-size: 18px;
	margin-bottom: 15px
}
.topbar-contact-info ul {
	gap:20px;
}
.topbar-contact-info ul li a {
	font-size:14px;
}
.topbar-contact-info ul li a img {
  max-width: 16px;
  margin-right: 5px;
}




.custhero-content .section-title {
  padding-right: 0;
}
.custhero-content-body .btn-default {
	font-size:14px;
	padding:18px 52px 18px 15px;
}
.custhero-content-body .btn-default.btn-highlighted {
	margin-left: 10px;
    margin-right: -70px;
}
}
@media only screen and (max-width:1024px) {
.navbar {
	padding: 20px 0
}
.main-menu ul li {
	margin-left: 0
}
.main-menu ul li a {
	font-size: 15px;
	padding: 5px 10px!important
}
.navbar-brand img {
	width: 120px !important;
}
.topbar-contact-info {
	margin-left: 150px
}
.navbar-brand {
	margin: -40px 0 10px
}
.section-title h1 {
	font-size: 56px
}
.custhero-content {
	padding-right: 10px
}
.custhero-content-body .btn-default.btn-highlighted {
	margin-left: 10px
}
.section-title h2 {
	font-size: 40px
}
.about-custfooter-content p, .about-service-list ul li, .about-working-hour ul li, .custfooter-info-box-content p {
	font-size: 14px
}
.about-service-list h3, .about-working-hour h3, .custfooter-contact h3 {
	font-size: 18px;
	margin-bottom: 15px
}
.custfooter-copyright-text p {
	font-size: 14px
}
.custplanbox, .custplanbox3 {
	gap: 0
}
.custplanbox img {
	height: 410px
}
.custplanboxrow img {
	height: 205px
}
.custhero-img figure img {
	height:auto;
}
.custsldrbox h4 {
	font-size:15px;
}
.topbar-contact-info ul {
	gap:20px;
}
.topbar-contact-info ul li a {
	font-size:14px;
}
.topbar-contact-info ul li a img {
  max-width: 16px;
  margin-right: 5px;
}


.contact-info-item .icon-box {
	width: 60px !important;
	height: 60px !important;
}
  .contact-info-item {
    padding: 40px 5px 30px 5px !important;
  }
  .custheromain {
	  height: auto;
    width: 280px;
	 }
	 
	 
	 	 .custhero-content .section-title {
  padding-right: 0;
}
.custhero-content-body .btn-default {
	font-size:13px;
	padding:18px 51px 18px 10px;
}
.custhero-content-body .btn-default.btn-highlighted {
	margin-left:10px;
	margin-right:-40px;
}
}
@media only screen and (max-width:991px) {
#magic-cursor {
	display: none!important
}
.navbar-toggle, .responsive-menu, .slicknav_nav li, .slicknav_nav ul {
	display: block
}
.section-row {
	margin-bottom: 40px
}
.about-footer-content, .about-service-list h3, .about-working-hour h3, .footer-contact h3, .footer-contact-details .footer-info-box, .footer-logo, .section-title {
	margin-bottom: 20px
}
.about-footer, .about-img, .about-us-body, .hero-content, .hero-content-body, .solution-plan-body, .solution-plan-image, .testimonial-item .testimonial-header {
	margin-bottom: 30px
}
.section-title h1, .section-title h2 {
	font-size: 44px
}
.section-title p {
	margin-top: 20px
}
.section-btn, .section-title-content {
	text-align: left;
	margin-top: 20px
}
.about-img, .custhero-image, .hero-img {
	text-align: center
}
.topbar-contact-info ul {
	gap: 20px
}
.topbar-contact-info ul li a {
	font-size:13px;
}
.topbar-contact-info ul li a img {
	max-width: 15px;
	margin-right: 2px
}
.topbar-social-links {
	display: none
}
.hero-content {
	padding-right: 0
}
.hero-content-body {
	padding-bottom: 30px
}
.hero-content-body .btn-default.btn-highlighted {
	margin-left: 30px
}
.hero-img img {
	max-width: 70%
}
.hero-slider-layout .hero-slide, .hero.bg-image {
	padding: 80px 0 100px
}
.hero.bg-image .hero-content .section-title h1 {
	font-size: 60px
}
.custhero-content, .hero.bg-image.hero-slider {
	padding: 0;
	text-align:center;
}
.hero-slider-layout .swiper-pagination {
	bottom: 40px
}
.custhero, .hero.hero-book-appointment, .page-about-us, .page-header {
	padding: 50px 0
}
.hero-book-appointment .appointment-form {
	padding: 30px;
	margin-left: 0
}
.hero-appointment-form-title h2 {
	font-size: 32px
}
.home-contact-us .home-contact-item {
	height: calc(100% - 0px);
	margin-bottom: 0px
}
.home-contact-us .col-lg-4:nth-child(2n) .home-contact-item {
	border: none
}
.about-us, .our-testimonial {
	padding: 50px 0 25px
}
.company-experience {
	right: 80px;
	padding: 10px 15px
}
@keyframes expmoveobject {
50% {
right:120px
}
}
.company-experience-content h3 {
	font-size: 28px
}
.about-us-body, .solution-plan-body {
	padding-bottom: 30px
}
.gallery-carousel {
	padding: 25px 0
}
.gallery-scrolling-content .gallery-image img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover
}
.main-footer, .solution-your-plan {
	padding: 50px 0 0
}
.solution-plan-image {
	justify-content: center
}
.about-service-list, .about-working-hour, .solution-plan-content {
	margin-left: 0
}
.solution-counter-item .solution-counter-content h3 {
	font-size: 20px
}
.testimonial-item {
	padding: 30px
}
.testimonial-slider .swiper-pagination {
	margin-top: 40px
}
.footer-copyright {
	padding: 30px 0;
	margin-top: 30px
}
.page-header-box h1 {
	font-size: 44px;
	margin-bottom: 15px
}
.navbar-brand img {
	width: 130px !important;
}
.navbar-brand {
	margin: -40px 0 10px
}
.custhero-img img {
	width: 450px;
	height: auto;
}
.custhero-image {
	max-width: 450px;
	margin: 40px auto 0
}
.custheromain {
	width: 50% !important;
    right: 25%;
    top: 20px;
}
.custplanbox {
	gap: 0
}
.custplanbox3 {
	gap: 5px
}
.custplanbox img {
	height: 370px
}
.custplanboxrow img {
	height: 182px
}
.doctorcon h3 {
	font-size: 26px
}
.doctormain {
	max-width: 670px
}
.doctorrecommend {
	background-size: 430px
}
.main-custfooter {
	padding: 50px 0 10px
}
.about-service-list h3, .about-working-hour h3, .custfooter-contact h3, .footer-contact h3 {
	font-size: 18px
}
.about-service-list ul li, .about-working-hour ul li, .custfooter-copyright-text p, .custfooter-info-box-content p {
	font-size: 14px
}
.custsldrbox h4 {
	font-size:15px;
}
.contact-info-item {
	height: calc(100% - 60px) !important;
  margin-bottom: 60px !important;
}
.custhero-content .section-title {
	padding-right:0;
}
}
@media only screen and (max-width:767px) {
	.about-custfooter {
		text-align:center;
	}
	
.custfooter-copyright, .section-btn, .section-title p, .section-title-content, .testimonial-slider .swiper-pagination {
	margin-top: 20px
}
.custhero-content-body, .doctormain, .footer-copyright, .footer-links ul, .hero.bg-image .hero-content .section-title, .section-btn, .section-title, .solution-your-plan p {
	text-align: center
}
.btn-default {
	padding: 15px 55px 15px 15px
}
.about-us-body, .hero-content-body {
	padding-bottom: 20px
}
.btn-default::before {
	width: 32px;
	height: 32px
}
.about-service-list, .about-working-hour, .section-row {
	margin-bottom: 30px;
	text-align:center;
}
.custfooter-contact {
	text-align:center;
}

.about-us-body, .hero-content-body, .section-title, .testimonial-item .testimonial-header {
	margin-bottom: 20px
}
.page-header-box h1, .section-title h1 {
	font-size: 30px
}
.section-title h2 {
	font-size: 26px
}
.about-us .about-content::after, .testimonial-button-next, .testimonial-button-prev, .topbar-contact-info ul li.hide-mobile, .topbar-contact-info::before {
	display: none
}
.topbar-contact-info ul {
	justify-content: center;
}
.topbar-contact-info ul li a img {
	max-width: 14px
}

.hero-content, .topbar-contact-info ul li:last-child {
	margin-bottom: 0
}
.about-content .section-title, .hero-content .section-title {
	text-align: left
}
.about-list-content h3, .custhero-content .section-title p, .hero-content .section-title p {
	font-size: 16px
}
.hero-content-body .btn-default.btn-highlighted {
	margin: 15px 0 0
}
.hero-slider-layout .hero-slide, .hero.bg-image {
	padding: 50px 0 80px
}
.hero.bg-image .hero-content .section-title h1 {
	font-size: 40px
}
.hero-slider-layout .swiper-pagination {
	bottom: 20px
}
.hero-book-appointment .appointment-form {
	padding: 30px 20px
}
.hero-appointment-form-title h2 {
	font-size: 28px
}
.home-contact-us .home-contact-item {
	padding-right: 0;
	border: none
}
.contact-info-item .contact-info-content h3, .home-contact-item .home-contact-content h3, .scrolling-content span, .testimonial-body .author-content h3 {
	font-size: 18px
}
.about-us-body {
	gap: 20px
}
.about-list-item, .custplanbox1, .custplanbox2, .custplanbox3, .doctorcon {
	width: 100%
}
.testimonial-item {
	padding: 20px
}
.footer-copyright {
	padding: 20px 0
}
.footer-copyright-text {
	margin-bottom: 10px
}
.about-custfooter-content p, .about-service-list ul li, .about-working-hour ul li, .custfooter-info-box-content p, .footer-copyright-text p, .topbar-contact-info ul li a {
	font-size: 14px
}
.topbar-contact-info ul {
	gap:2px 2px;
}
.topbar-contact-info ul li a {
	font-size:13px;
}
.topbar-contact-info {
	margin-left: 0;
	padding-left: 0
}
.topbar-contact-info ul {
	gap: 5px
}
.navbar-brand {
	margin: 0
}
.navbar-brand img {
	width: 100px !important;
}
.navbar {
	padding: 10px 0
}
.custhero-content {
	padding-right: 0
}
.custhero, .doctorrecommend {
	padding: 50px 0
}
.custhero-content-body .btn-default.btn-highlighted {
	margin-left: 0
}
.custheromain {
	width: 60% !important;
    right: 20%;
	top: -40px
}
.custhero-image {
	margin: 40px auto 0;
}
.testimonial-slider .swiper-pagination {
	display: block
}
.custplanbox {
	flex-wrap: wrap;
	margin-bottom: 40px
}
.custplanbox img {
	height: auto
}
.doctorlogo {
	width: 70px
}
.doctormain {
	flex-wrap: wrap;
	justify-content: center
}
.doctorcon h3 {
	font-size: 24px
}
.custfooter-copyright-text p {
	font-size: 12px
}
.main-custfooter {
	background-size: cover;
	padding: 60px 0 10px
}
.about-service-list h3, .about-working-hour h3, .footer-contact h3 {
	font-size: 18px;
	margin-bottom: 10px
}

.custfooter-contact-details .custfooter-info-box {
  padding-left: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
} 
.custfooter-info-box-content {
  width: auto;
  display: inline-block;
}
.custfooter-info-box .icon-box {
  position: relative;
  top: -2px;
  left: auto;
}
.about-service-list ul li {
	width:100%;
}
.custfooter-copyright-text p br {
	display:block;
}
.testimonial-slider .swiper-pagination {
	margin-top:0;
}

.home-contact-us .home-contact-item {
	padding:20px 0;
}

.home-contact-item .home-contact-content h3 {
	font-size: 14px;
    line-height: 22px;
}



.custhero-content-body .btn-default.btn-highlighted {
	margin-right:0;
} 
.custhero-content .section-title {
	padding-right:0;
}
.custhero-content-body {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


}


/********** products page css  **************/.custreturn_policy .action.primary, .custtowishlist {
	color: var(--Black-900, #121212);
	font-style: normal;
	font-weight: 500
}
.woocommerce div.product div.images .flex-control-thumbs {
	display: flex
}
.custprodutssize {
	width: 100%;
	position: relative
}
.custprodutssize span {
	font-size: 12px;
	color: #000
}
.custprodutssize ul {
	padding-left: 0;
	display: flex;
	gap: 5px
}
.custprodutssize ul li {
	list-style: none
}
.custprodutssize ul li a {
	width: 45px;
	height: 45px;
	border-radius: 2px;
	border: 1px solid #ddd;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center
}
.custprodutssize ul li a:not(.disabled):hover {
	outline: #999 solid 1px
}
.sizechart {
	position: absolute;
	right: 0;
	bottom: 50px;
	display: flex;
	align-items: center
}
.sizechart:before {
	content: "";
	background: url(https://twinsteam.top/clients/tynormexico/wp-content/themes/tynormexico/images/scall.webp) no-repeat;
	width: 20px;
	height: 12px
}
.control {
	background: var(--Black-100, #f5f5f5);
	padding: 10px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.control button {
	font-size: 25px;
	background: 0 0;
	border: none;
	font-weight: 300
}
.control .qty {
	width: 50%;
	color: var(--Black-900, #121212);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	background: 0 0;
	border: none;
	-moz-appearance: textfield
}
.actionsbtns {
	display: none;
	gap: 20px;
	margin: 20px 0;
	width: 100%
}
.custQty {
	margin: 0 0 10px
}
.custtowishlist {
	border: 1px solid var(--Black-900, #121212);
	text-align: center;
	font-size: 15px;
	line-height: 32px;
	letter-spacing: -.4px;
	margin-right: 0;
	width: 100%;
	padding: 6px 0;
	border-radius: 0;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px
}
.custtowishlist:before {
	margin: -2px 5px 0 0;
	vertical-align: middle;
	display: inline-block;
	font-weight: 400;
	overflow: hidden;
	text-align: center;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xLjI0MjY0IDguMjQyNjRMOCAxNUwxNC43NTc0IDguMjQyNjRDMTUuNTUzIDcuNDQ2OTkgMTYgNi4zNjc4NiAxNiA1LjI0MjY0VjUuMDUyMzRDMTYgMi44MTQzIDE0LjE4NTcgMSAxMS45NDc3IDFDMTAuNzE2NiAxIDkuNTUyMzMgMS41NTk1OSA4Ljc4MzMxIDIuNTIwODZMOCAzLjVMNy4yMTY2OSAyLjUyMDg2QzYuNDQ3NjcgMS41NTk1OSA1LjI4MzM4IDEgNC4wNTIzNCAxQzEuODE0MyAxIDAgMi44MTQzIDAgNS4wNTIzNFY1LjI0MjY0QzAgNi4zNjc4NiAwLjQ0Njk5IDcuNDQ2OTkgMS4yNDI2NCA4LjI0MjY0WiIgZmlsbD0iIzAwMDAwMCIvPg0KPC9zdmc+");
	content: "";
	background-size: contain;
	width: 15px;
	height: 15px
}
.custreturn_policy .cod_icon, .custreturn_policy .return_icon {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px
}
.accordion-button {
	border: none;
	outline: 0;
	cursor: pointer;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #000;
	transition: background-color .3s;
	background: 0 0!important;
	padding: 10px 0!important;	
	color: #000!important;
	box-shadow: none!important
}
.accordion-button::after {
	transform: rotate(0deg) !important;
}
.accordion-button.active::after {
	
	transform: rotate(180deg) !important;
}
.accordion-content {
	display: none;
	overflow: hidden
}
.accordion-content.show {
	display:block;
}
.accordion-content ul {
	padding-left: 15px
}
.custaccordionmain {
	margin: 40px 0
}
.custaccordionmain .accordion-content {
	font-size: 14px;
	padding: 10px 0
}
.custaccordionmain .accordion-content th {
	padding-right: 10px
}
.custreturn_policy {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px
}
.custreturn_policy .cod_icon {
	background: url(https://twinsteam.top/clients/tynormexico/wp-content/themes/tynormexico/images/cash.svg) center center/100% no-repeat
}
.custreturn_policy .return_text {
	color: var(--Black-900, #121212);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px
}
.custreturn_policy .return_icon {
	background: url(https://twinsteam.top/clients/tynormexico/wp-content/themes/tynormexico/images/compare.svg) center center/100% no-repeat
}
.custreturn_policy .action.primary {
	font-size: 14px;
	line-height: 24px;
	background: 0 0;
	border: none;
	border-bottom: 1px solid var(--Black-900, #121212);
	border-radius: 0;
	padding: 0
}
.custreturn_policy .policy_sction {
	position: absolute;
	right: 0;
	top: 0
}
.custreturn_policy .return_section {
	display: flex;
	width: 100%;
	position: relative;
	padding-right: 100px
}
.cod_return_policy, .custproductsleft .woocommerce div.product div.images.woocommerce-product-gallery {
	width: 100%
}
.custproductsmain {
	width: 100%;
	display: flex;
	gap: 2%;
	padding: 40px 0
}
.custproductsleft {
	width: 100%
}
.custproductsleft .entry-header h1 {
	margin: 0 0 20px
}
.rightside {
	width: 100%;

}

.custproductsleft .woocommerce div.product div.images .flex-control-thumbs li {
	border: 1px solid #fff
}
.custinnerbnr {
	padding: 75px 0;
  background: var(--secondary-color);
  width: 100%;
  overflow: hidden;
  position: relative;
}
.custinnerbnrMn {
	text-align:center;
}
.custinnerbnrMn h1 {
	color: var(--primary-color);
	font-size: 40px;
	line-height: 1.2em;
	text-align: center;
	text-transform:uppercase;
}
.custinnerbnrMn ul {
	display:flex;
	gap:5px;
}
.custproductsleft .woocommerce-tabs {
	display:none;
}
.custProductdtl h3 {
margin-bottom: 5px;
  font-size: 20px;
  color: #000;
  font-weight:800;}





.our-blog{
	padding: 100px 0 70px;
}

.blog-item{
	height: calc(100% - 30px);
    margin-bottom: 30px;
}

.post-featured-image{
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 15px;
	/*box-shadow: rgba(0,0,0,.5) 0 0 1px;*/
	border: 4px solid #eee;
}

.post-featured-image a{
	display: block;
}

.post-featured-image img{
	aspect-ratio: 1/0.65;
	object-fit: cover;
	/*border-radius: 10px;*/
	transition: all 0.5s ease-out;
	width:100%;
	height:400px;
}

.blog-item:hover .post-featured-image img{
	transform: scale(1.1);
}

.post-item-body{
	margin-bottom: 10px;
}

.post-item-body h2{
	 font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
}

.post-item-body h2 a{
	color: inherit;
}

.post-item-footer .readmore-btn{
	 position: relative;
  font-family: var(--accent-font);
  font-size: 15px;
  font-weight: 700;
  color: var(--accent-color);
  padding-right: 30px;
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
}

.post-item-footer .readmore-btn::after{
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    background-image: url("../images/readmore-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 17px;
    transition: 0.3s ease-in-out;
}


.page-blog{
	padding: 50px 0;
}

.page-blog .blog-item{
	height: calc(100% - 40px);
	margin-bottom: 40px;
}

.post-pagination{
    margin-top: 30px;
    text-align: center;
}

.post-pagination ul{
    justify-content: center;
    padding: 0;
    margin: 0;
}

.post-pagination ul li a,
.post-pagination ul li span{
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    color: var(--primary-color);
	border-radius: 10px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 700;
	line-height: 1em;
    transition: all 0.3s ease-in-out;
}

.post-pagination ul li.active a, 
.post-pagination ul li a:hover{
    background: var(--primary-color);
	color: var(--white-color);
}

.page-single-post{
	padding: 100px 0;
}

.post-single-meta ol li.breadcrumb-item{
	font-size: 18px;
}

.post-single-meta ol li i{
    font-size: 18px;
    color: var(--accent-color);
    margin-right: 5px;
}

.post-image{
	position: relative;
	margin-bottom: 30px;
}

.post-image figure{
	display: block;
}

.post-image figure,
.post-image img{
	border-radius: 30px;
	aspect-ratio: 1 / 0.50;
	object-fit: cover;
}

.post-content{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.post-entry{
	
	padding-bottom: 30px;
    margin-bottom: 30px;
}

.post-entry:after{
    content: '';
    display: block;
    clear: both;
}

.post-entry a{
    color: var(--accent-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6{
	margin: 0 0 0.6em;
}

.post-entry h1{
	font-size: 40px;
}

.post-entry h2{
	font-size: 36px;
}

.post-entry h3{
	font-size: 30px;
}

.post-entry h4{
	font-size: 26px;
}

.post-entry h5{
	font-size: 20px;
}

.post-entry h6{
	font-size: 16px;
}

.post-entry p{
	margin-bottom: 20px;
}

.post-entry p:last-child{
	margin-bottom: 0;
}

.post-entry p strong{
	color: var(--primary-color);
	font-size: 18px;
	font-weight: 600;
}

.post-entry ol{
    margin: 0 0 30px;
}

.post-entry ol li{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
}

.post-entry ul{
	padding: 0;
	margin: 20px 0 20px;
	padding-left: 20px;
}

.post-entry ul li{
	font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    position: relative;
    margin-bottom: 18px;
}

.post-entry ul li:last-child{
	margin-bottom: 0;
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul{
    margin-top: 20px;
    margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child{
    margin-bottom: 0;
}

.page-details {
	padding:50px 0;
}
.page-details .post-image {
	overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: rgba(0,0,0,.5) 0 0 1px;
}
.gallery-carousel .testimonial-slider .gallery-image {
	padding:10px 10px 10px 0px 10px;
}
.gallery-carousel .testimonial-slider .gallery-image .image-anime {
	width:100%;
}
.gallery-carousel .testimonial-slider .gallery-image .image-anime img {
	width:100%;
	border-radius: 5px;
}
.gallery-carousel .gallery-carousel-box {
	
}
.gallery-carousel .testimonial-slider {
	display:none;
}



/**********************/

.ml-loader {
  position: relative;
  width: 70px;
  height: 70px;
}

.ml-loader div {
  -webkit-transform-origin: 32px 32px;
  -ms-transform-origin: 32px 32px;
  transform-origin: 32px 32px;
  -webkit-animation: 1.2s opaque ease-in-out infinite both;
  animation: 1.2s opaque ease-in-out infinite both;
}

.ml-loader div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  width: 5px;
  height: 18px;
  border-radius: 10px;
  background-color:var(--primary-color);
}

.ml-loader div:nth-child(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.ml-loader div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.ml-loader div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.ml-loader div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.ml-loader div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.ml-loader div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.ml-loader div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.ml-loader div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.ml-loader div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.ml-loader div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.ml-loader div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.ml-loader div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.ml-loader div:nth-child(13) {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

-webkit-@keyframes spin {
  -webkit-from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  -webkit-to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinBack {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }

}

@keyframes spinBack {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
}

@-webkit-keyframes spinBorder {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-width: 15px;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-width: 3px;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-width: 15px;
  }
}

@keyframes spinBorder {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-width: 15px;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-width: 3px;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-width: 15px;
  }
}

@-webkit-keyframes grow {
  0%, 40%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes grow {
  0%, 40%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes triforce {
  0% {
    border-bottom-color: rgb(206, 181, 2);
  }
  40% {
    border-bottom-color: rgba(206, 181, 2, 0);
  }
  80% {
    border-bottom-color: rgb(206, 181, 2);
  }
  100% {
    border-bottom-color: rgb(206, 181, 2);
  }
}

@keyframes triforce {
  0% {
    border-bottom-color: rgb(206, 181, 2);
  }
  40% {
    border-bottom-color: rgba(206, 181, 2, 0);
  }
  80% {
    border-bottom-color: rgb(206, 181, 2);
  }
  100% {
    border-bottom-color: rgb(206, 181, 2);
  }
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
  }
  5% {
    -webkit-transform: rotate(45deg) scale(0.9);
    transform: rotate(45deg) scale(0.9);
  }
  10% {
    -webkit-transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
  }
  15% {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
  }
  5% {
    -webkit-transform: rotate(45deg) scale(0.9);
    transform: rotate(45deg) scale(0.9);
  }
  10% {
    -webkit-transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
  }
  15% {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
  }
}

@-webkit-keyframes opaque {
  0% {
    opacity: 0.1;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.1;
  }
}

@keyframes opaque {
  0% {
    opacity: 0.1;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.1;
  }
}

@-webkit-keyframes mesh {
  0% {
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  50.1% {
    -webkit-transform-origin: 50% 200%;
    transform-origin: 50% 200%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: 50% 200%;
    transform-origin: 50% 200%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes mesh {
  0% {
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  50.1% {
    -webkit-transform-origin: 50% 200%;
    transform-origin: 50% 200%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: 50% 200%;
    transform-origin: 50% 200%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/**********************/




.page-contact{
	padding: 100px 0 20px;
}

.contact-info-item{
  border: 4px solid var(--dark-divider-color);
  border-radius: 30px;
  padding: 50px 10px 30px 10px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}

.contact-info-item .icon-box{
	background: var(--primary-color);
  border-radius: 100px;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position:absolute;
  top:-38px;

}

.contact-info-item .icon-box img{
	max-width: 30px;
}

.contact-info-item .contact-info-content h3{
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.contact-info-item .contact-info-content p{
	margin: 0;
}
.contact-info-item .contact-info-content p a {
	color:#000;
}
.contact-info-item .contact-info-content p a:hover {
	color:var(--primary-color);
}

.contact-us-form{
	padding: 50px 0 100px;
}

.contact-us-img img{
	border-radius: 30px;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.contact-form{
	margin-left: 0;
}

.contact-form .form-control{
    padding: 15px 20px;
    background-color: transparent;
	border: 2px solid var(--dark-divider-color);
    border-radius: 10px;
    color: var(--primary-color);
    box-shadow: none;
}

.google-map .container-fluid{
	padding: 0;
}

.google-map-iframe,
.google-map-iframe iframe{
	width: 100%;
	height: 400px;
}

/*********** details  *************/
.page-service-single .image-anime {
	width:100%;
}
.page-service-single{
	padding: 100px 0;
}

.service-featured-img{
	margin-bottom: 30px;
}

.service-featured-img img{
	aspect-ratio: 1 / 0.57;
	object-fit: cover;
	border-radius: 30px;
	border:1px solid #ddd;
}

.service-entry h2{
	font-size: 54px;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.service-entry h3{
	font-size: 32px;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.service-entry p{
	margin-bottom: 30px;
}

.service-entry ul{
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
	margin-bottom: 30px;
	padding-left:15px;
}

.service-entry ul li{
    position: relative;
    width: 100%;
    color: var(--primary-color);
    text-transform: capitalize;
    padding-left: 0;
}

.service-entry-image figure{
	display: block;
}

.service-entry-image img{
	border-radius: 30px;
	aspect-ratio: 1/0.68;
	object-fit: cover;
}

.service-sidebar{
	position: sticky;
	top: 20px;
	margin-left: 10px;
	padding: 20px 20px 10px;
  background: #fafafa;
}

.service-catagery-list,
.opening-hour-section{
	margin-bottom: 40px;
}

.service-catagery-list,
.opening-hour-section,
.sidebar-cta-box{
	/*border: 2px dashed var(--dark-divider-color);
	border-radius: 30px;
	padding: 30px;*/
}
.sidebar-cta-box{
	border: 2px solid var(--dark-divider-color);
	border-radius: 30px;
	padding: 30px;
}

.service-catagery-list h3,
.opening-hour-section h3{
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.service-catagery-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.service-catagery-list ul li{
	position: relative;
	margin-bottom: 10px;
	padding-left: 35px;
}

.service-catagery-list ul li:last-child{
	margin-bottom: 0;
}

.service-catagery-list ul li:before{
	position: absolute;
	content: '';
	background: url('../images/arrow-white.svg') no-repeat center center;
	background-color:var(--accent-color);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	background-size: 12px auto;
	transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li:hover:before{
	background-color: var(--primary-color);
}

.service-catagery-list ul li a{
	font-size: 18px;
	font-weight: 500;
	color: var(--black-color);
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li:hover a{
	color: var(--primary-color);
}

.opening-hour-section ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.opening-hour-section ul li{
	color: var(--black-color);
	text-transform: capitalize;
	margin-bottom: 0px;
}

.opening-hour-section ul li:last-child{
	margin-bottom: 0;
}

.sidebar-cta-box{
	text-align: center;
}

.sidebar-cta-box .icon-box{
	background: var(--primary-color);
	border-radius: 100px;
	height: 70px;
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

.sidebar-cta-box .cta-content{
	margin-bottom: 40px;
	text-align: center;
}

.sidebar-cta-box .cta-content h3{
	font-size: 26px;
	margin-bottom: 20px;
}

.sidebar-cta-box .cta-content p{
	margin: 0;
}

.sidebar-cta-box .cta-appointment-btn{
	text-align: center;
}
/*********** details  *************/





.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 999;
	border-radius:50%;
	border:2px solid #fff;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: 1;
}
.no-touch .cd-top:hover {
	background-color: #606060;
	opacity: 1;
}
@media only screen and (min-width: 768px) {
.cd-top {
	right: 20px;
	bottom: 20px;
}
}
@media only screen and (min-width: 1024px) {
.cd-top {
	height: 50px;
	width: 50px;
	right: 10px;
	bottom: 30px;
}
}


/******/
.related.products{display:none;}
.customtxt {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #eee;
  padding: 30px;
  margin: 0 0 40px 0;
}

 .woocommerce-product-gallery {
	}
/* .woocommerce-product-gallery__image.flex-active-slide {
  border: 6px solid #e6efed;
  padding: 10px;
}*/


.custproductsleft .woocommerce div.product div.images .flex-control-thumbs li {
  border: 3px solid #e6efed !important;

  margin: 6px 6px 0 0 !important;

}

.custaccordionmain ul{display:flex;
margin:10px 0 0 0;padding:0px;}
.custaccordionmain ul li {
  text-align: center;
  border: 1px solid #ccc;
  list-style: none;
  padding: 12px 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform:uppercase;
}
.custaccordionmain ul li span{display: block;
  font-weight: 500;
  font-size: 14px;}
  
  
  
  .customtxt h3{color:#000; margin-bottom:10px;}
    .customtxt ul{margin:0px;padding:0px;}
	  .customtxt ul li{list-style-type:none;}
	  .custinnerbnr:before{position: absolute;
  content: "";
  background: url('https://twinsteam.top/clients/tynormexico/wp-content/themes/tynormexico/images/logo.webp');
    
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 179px -310px;
  top: 0;
  left: 0;
  opacity: 0.04;
  background-attachment: fixed;
  background-size: 80%;}
  
  .custProductdtl h4{display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  text-transform: capitalize;
  background-color: rgb(16, 181, 193);
  color: var(--white-color);
  padding: 14px 20px 13px 20px;
  margin-bottom: 13px;}
  
  .custProductdtl h3 span{font-weight: 500;
  color: rgb(16, 181, 193);
  font-size: 15px;
 }
  
  
.woocommerce-page div.product div.images {
	 width:40% !important;
	}
.woocommerce-page div.product div.summary {
	width:60% !important;
}
.posted_in.procat a {
	    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    background-color: rgb(16, 181, 193);
    color: var(--white-color);
    padding: 14px 20px 13px 20px;
    margin-bottom: 13px;
}
.custmiddle {
	padding:50px 0;
}
.product_meta {
	padding:0px 20px 10px 5%;
}
.woocommerce .woocommerce-product-gallery__wrapper {
	border: 6px solid #e6efed;
  padding: 10px;
  margin-bottom:5px;
}
.custmiddle .woocommerce div.product div.images.woocommerce-product-gallery {
	overflow:hidden;
	
}
.custmiddle .flex-viewport {
	border: 6px solid #e6efed;
  padding: 10px;
  margin-bottom:5px;
}
.custmiddle .flex-viewport .woocommerce-product-gallery__wrapper {
	border: none !important;
  padding: 0;
  margin-bottom:5px !important;
}
.custmiddle .flex-control-thumbs {
	column-gap:1px;
}
.custmiddle .flex-control-thumbs li {
	border: 2px solid #e6efed;
	padding: 5px;
	margin-bottom:5px;
}
.custProductdtl ul {
	padding-left:15px;
}
.customtxt ul {
	padding-left:15px;
}
.customtxt ul li {
	list-style:disc;
}
.custaccordionmain ul {
    padding: 0;
}
.custModelo {
	padding: 0 0 10px 0;
  margin-bottom: 20px;
  width: auto;
  display: inline-block;
}
.custModelo h3 {
	margin-bottom:0;
	font-size: 16px;
}


.page-blog .button.product_type_simple {
  /*display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 600 !important;
  line-height: 1.1em !important;
  background: #000 !important;
  text-transform: capitalize;
  border-radius: 99px !important;
  border: none !important;
  overflow: hidden !important;
  z-index: 1;
  color: #fff !important;
  margin: 20px 0 0 0 !important;*/
  background:none !important;
  position: relative;
  font-family: var(--accent-font);
  font-size: 15px;
  font-weight: 700;
  color: var(--accent-color);
  padding: 0 30px 0 0px;
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
}
.page-blog .button.product_type_simple::after {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  background-image: url("../images/readmore-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 17px;
  transition: 0.3s ease-in-out;
}
.page-blog .button.product_type_simple:hover {
	/*background:var(--primary-color) !important; */
}
.page-blog .blog-item img {
	overflow: hidden;
  border-radius: 0px;
  margin-bottom: 15px;
/*  border:4px solid #eee;*/
  margin:0;
}
.archive .page-blog .blog-item img {
	border-radius: 10px;
	margin-bottom: 15px;
	border: 4px solid #eee;
	height:400px;
	object-fit: cover;
}
.page-blog .woocommerce-loop-product__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom:10px;
}
.archive .woocommerce-ordering select {
	padding: 10px 20px;
  background-color: transparent;
  border: 2px solid var(--dark-divider-color);
  border-radius: 10px;
  color:#000;
  box-shadow: none;
  appearance:none;
}
.archive .woocommerce-result-count {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
}
.customwcele {
	max-width: 1300px;
	margin:0 auto;
	padding:20px 0px;
}
.archive .page-blog {
	padding-top:10px;
}


.promoreinfo table th,.promoreinfo table td {
  border: 1px solid rgb(16, 181, 193);
  padding: 10px;
  min-width: 100px;
  font-size:14px;
  line-height:normal;
}
.promoreinfo table th {
  text-align: center;
  background: rgb(16, 181, 193);
  color: #fff;
  border-color: rgb(16, 181, 193);
}

.promoreinfo table tr:first-child th:first-child,
.promoreinfo table tr:first-child th:nth-child(2) {
  border-right: 1px solid #fff;
}
.promoreinfo table tr:first-child th:nth-child(3)  {
  border-bottom: 1px solid #fff;
}

.promoreinfo table tr:nth-child(2) th:nth-child(1), .promoreinfo table tr:nth-child(2) th:nth-child(2), .promoreinfo table tr:nth-child(2) th:nth-child(3) {
  border-right: 1px solid #fff;
}
.promoreinfo table tr:nth-child(2) th:last-child {
	border-color: rgb(16, 181, 193) !important;
}
.promoreinfo table td {
 background-color: rgb(16 181 193 / 10%); 
}

.custsbtscrolrepo {
	margin: 0 0 20px 0;
	max-width:100%;
	width:100%;
	overflow:auto;
}
.custsbtscrolrepo table {
	width:100%;
}
.custNegro {
	font-weight:600;
}
.customwcelecnt {
	align-items: center;
  display: flex;
  justify-content: space-between;
}
.customwcelecnt .woocommerce-result-count {
	margin:0 !important;
}
.archive .woocommerce-ordering select {
	background:url(https://twinsteam.top/clients/tynormexico/wp-content/themes/tynormexico/images/downarrow.png);
	background-position:right 20px center;
	background-repeat:no-repeat;
	background-size:10px;
}
.customwcelecnt  .woocommerce-ordering {
	margin:0 !important;
}


.custfooter-logo img {
  width: 125px !important;
  height: auto !important;
  margin: -43px 0 0 0;
}


.category-filter {
	display:flex;
	gap:5px;
	flex-wrap: wrap;
  margin: 0 0 30px 0;
}
.category-filter .btn {
	background:var(--secondary-color);
	color:#000;
	font-size:15px;
	border-radius:2px;
	
}
.category-filter .btn.active_filter {
	background:var(--primary-color);
	color:#fff;
}
.categoryrow.row.products , .shoprow.row.products  {
	display:flex;
	gap:30px;
	padding:0 15px;
}
.categoryrow.row.products .product-category , .shoprow.row.products .product-category {
	width:calc(33.33% - 20px);
	padding:0;
}
.categoryrow.row.products .product-category a , .shoprow.row.products .product-category a {
	display: flex;
	min-height: 100px;
	background:var(--primary-color);
	color: #fff !important;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	text-align:center;
	padding:20px;
	transition:all ease-in-out .3s;
}
.categoryrow.row.products .product-category a:hover , .shoprow.row.products .product-category a:hover {
	transform:scale(1.05);
}
.categoryrow.row.products .product-category a .woocommerce-loop-category__title , .shoprow.row.products .product-category a .woocommerce-loop-category__title {
	font-size: 18px;
  word-wrap: break-word;
  line-height: 25px;
  color:#fff;
}
.woocommerce nav.woocommerce-pagination {
	text-align:center;
	margin:-40px 0 60px 0;
}
.woocommerce nav.woocommerce-pagination ul{
	border:none !important;
}
.woocommerce nav.woocommerce-pagination ul li {
	border:none !important;
	gap:5px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	background: var(--primary-color) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  margin: 0 2px !important;
}


.custlogos img {
  object-fit: contain;
  background: #fff;
  height: 120px !important;
  padding: 0 50px !important;
}

@media only screen and (min-width :100px) and (max-width :767px) {
.custproductsmain {
	flex-direction: column
}
.custproductsleft, .rightside {
	width: 100%
}
.custinnerbnrMn h1 {
	font-size:30px;
}
.custinnerbnr {
  padding: 50px 0;
}
.page-blog {
	padding:50px 0;
}

.gallery-carousel .gallery-carousel-box {
	display:none;
}
.gallery-carousel .testimonial-slider {
	display:block;
}
.gallery-carousel .testimonial-slider .gallery-image {
	padding:20px 20px 0px 20px ;
}

.page-contact {
  padding: 20px 0 20px;
}
.contact-info-item {
	margin-top: 60px;
	height:auto;
	margin-bottom: 0;
}
.contact-us-form {
  padding: 50px 0 50px;
}
.google-map-iframe, .google-map-iframe iframe {
	height:300px;
}

.page-service-single {
  padding: 50px 0;
}
.service-entry ul li {
	width:100%;
}
.service-entry-image img {
	margin-bottom:20px;
}
.service-sidebar {
	margin:0;
}


}
@media only screen and (min-width :100px) and (max-width :575px) {
.woocommerce-page div.product div.images , .woocommerce-page div.product div.summary  {
	width:100% !important;
}
.product_meta {
	padding:0 !important;
}
.custaccordionmain ul {
	flex-wrap: wrap;
  gap: 2px;
}
.custaccordionmain ul li {
	width: calc(25% - 2px);
    font-size: 15px;
    padding: 5px 0px;
    line-height: 17px;
}
 .custaccordionmain ul li span {
    font-size:11px;
  }
.customtxt {
	margin:0;
}
.customtxt {
	padding:20px 10px;
}
.custinnerbnr::before {
	background-attachment:scroll;
	background-size: 150px;
	background-position:center !important;
}
.customwcelecnt {
	flex-direction: column;
	gap: 10px;
}
.woocommerce img, .woocommerce-page img {
	width:100%;
}
.gallery-carousel .testimonial-slider .gallery-image .image-anime img {
	object-fit: cover;
	border:4px solid #eee;
}
.gallery-image h3 {
	width:100%;
}
.gallery-carousel .testimonial-slider .gallery-image {
	padding:20px 10px 0px 10px;
}

.categoryrow.row.products , .shoprow.row.products {
	padding:0 15px;
	flex-wrap: wrap;
	gap:20px;
}
.categoryrow.row.products .product-category , .shoprow.row.products .product-category {
	width:100%;
}
.categoryrow.row.products .product-category a , .shoprow.row.products .product-category a {
	min-height:100px;
}

}
@media only screen and (min-width :576px) and (max-width :767px) {
	.woocommerce-page div.product div.images , .woocommerce-page div.product div.summary  {
		width:100% !important;
	}
	.product_meta {
		padding:0 !important;
	}
	.customtxt {
		margin:0;
	}
	.customtxt {
		padding:30px 20px;
	}
	
	.custinnerbnr::before {
		background-attachment:scroll;
		background-size: 200px;
		background-position:center !important;
	}
	
	
	.woocommerce img, .woocommerce-page img {
	width:100%;
}
.gallery-carousel .testimonial-slider .gallery-image .image-anime img {
	object-fit: cover;
	border:4px solid #eee;
}
.gallery-image h3 {
	width:100%;
}
.gallery-carousel .testimonial-slider .gallery-image {
	padding:20px 10px 0px 10px;
}

.categoryrow.row.products .product-category a .woocommerce-loop-category__title , .shoprow.row.products .product-category a .woocommerce-loop-category__title {
	font-size: 16px;
  line-height: 22px;
}
.categoryrow.row.products , .shoprow.row.products{
	gap:20px;
}
.categoryrow.row.products .product-category , .shoprow.row.products .product-category {
	width:calc(50% - 14px);
}

}
@media only screen and (min-width :576px) and (max-width :768px) {
	.woocommerce-page div.product div.images {
		width:100% !important;
	}
	.custaccordionmain ul {
	flex-wrap: wrap;
  	gap: 2px;
}
.custaccordionmain ul li {
	width: calc(20% - 2px);
    font-size: 18px;
    padding: 5px 5px;
    line-height: 26px;
}
 .custaccordionmain ul li span {
    font-size:14px;
  }
  .woocommerce-page div.product div.summary {
	  width:100% !important;
	 }
	 .product_meta {
  padding: 0;
}
}
@media only screen and (min-width :768px) and (max-width :991px) {
.page-service-single {
  padding: 50px 0;
}
.service-entry-image img {
	margin-bottom:20px;
}
.service-sidebar {
	margin:0;
}
.custreturn_policy .cod_text, .custreturn_policy .return_text {
	font-size: 14px
}
.custreturn_policy .cod_icon {
	width: 18px;
	height: 14px
}
.rightside {
	padding: 20px 10px 10px
}
.custinnerbnrMn h1 {
	font-size:44px;
}
.page-blog {
	padding:50px 0;
}


.contact-us-form {
  padding: 50px 0 50px;
}
.google-map-iframe, .google-map-iframe iframe {
	height:300px;
}

.custinnerbnr::before {
	background-position:79px -150px;
}
.custaccordionmain ul {
}



.categoryrow.row.products , .shoprow.row.products {
	gap:20px;
}
.categoryrow.row.products .product-category , .shoprow.row.products .product-category {
	width:calc(50% - 14px);
}
.categoryrow.row.products .product-category a .woocommerce-loop-category__title , .shoprow.row.products .product-category a .woocommerce-loop-category__title {
	font-size:16px;
	line-height:22px;
}
}
@media only screen and (min-width :769px) and (max-width :991px) {
	.custaccordionmain ul {
		display:flex;
		flex-wrap:wrap;
	}
	.custaccordionmain ul li {
		width:25%;
    font-size: 18px;
    padding: 5px 5px;
    line-height: 26px;
}
 .custaccordionmain ul li span {
    font-size:13px;
  }
}
@media only screen and (min-width :992px) and (max-width :1199px) {
.page-blog {
	padding:50px 0;
}
.contact-info-item .contact-info-content p {
	font-size:15px;
}
.contact-info-item {
	padding:50px 5px 30px 5px;
}
.custaccordionmain ul li {
	padding:12px 15px;
}

.custinnerbnr::before {
	background-position:79px -150px;
}



	.custaccordionmain ul {
		display:flex;
		flex-wrap:wrap;
	}
	.custaccordionmain ul li {
    font-size: 18px;
    padding: 5px 5px;
    line-height: 26px;
}
 .custaccordionmain ul li span {
    font-size:13px;
  }
  
 .categoryrow.row.products , .shoprow.row.products  {
	gap:20px;
}
.categoryrow.row.products .product-category , .shoprow.row.products .product-category {
	width:calc(33.33% - 14px);
}
.categoryrow.row.products .product-category a .woocommerce-loop-category__title , .shoprow.row.products .product-category a .woocommerce-loop-category__title {
	font-size:16px;
	line-height:22px;
} 
  
  
}
@media only screen and (min-width :1200px) and (max-width :1400px) {
.custinnerbnr::before {
	background-position:140px -180px;
}	

	.custaccordionmain ul {
		display:flex;
		flex-wrap:wrap;
	}
	.custaccordionmain ul li {
    font-size: 18px;
    padding: 5px 8px;
    line-height: 26px;
}
 .custaccordionmain ul li span {
    font-size:13px;
  }
}
@media only screen and (min-width :1401px) and (max-width :1600px) {
.custinnerbnr::before {
	background-position:140px -180px;
}	
	.custaccordionmain ul {
		display:flex;
		flex-wrap:wrap;
	}
	.custaccordionmain ul li {
    font-size: 18px;
    padding: 5px 8px;
    line-height: 26px;
}
 .custaccordionmain ul li span {
    font-size:13px;
  }
  .letter-card {
    width: 300px;
    height: 300px;
    background: linear-gradient(to bottom right, #f0f, #0ff);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.letter-link {
    text-decoration: none;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
}
}
.gallery-carousel .container-fluid .gallery-carousel-box .gallery-image .image-anime:After {
display: none;
}