/*!
Theme Name: TTK
Theme URI: http://underscores.me/
Author: MJ
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ttk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ttk is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/* 16th May Fix */
.widget_nav_menu ul {
	list-style-type: none;
	margin: 0px 0px;
	padding: 0px 0px;
}

.cw-inspiringProducts .cw-maxwd .swiper .pagination-wrapper .swiper-button-prev:after {
	opacity: 1.5;
}

.cw-career-list .job-list--each p.location-icon {
	text-transform: capitalize;
}

.ttk_header_info_list ul {
	justify-content: inherit !important;
}

.ttk_header_info_list ul li#menu-item-18 {
	position: absolute;
	right: 5%;
}

.cw-section .ttk_info--btn {
	margin: 15px 0;
}

.cw-horizontal-scroll a.cw-gray-btn {
	font-size: 14px;
	padding: 10px 15px;
}

.tab-card-container .tab-card-container-inner .cw-recipe-tags {
	padding: 0;
	margin: 10px 20px;
	left: 0 !important;
	bottom: 25% !important;
}

.tab-card-container .tab-card-container-inner .cw-recipe-tags li:before {
	background: #0b0b0b !important;
	-webkit-filter: blur(15px) brightness(0.8) opacity(1) !important;
	filter: blur(15px) brightness(0.8) opacity(1) !important;

}

@media screen and (max-width: 510px) {
	.cw-homebanner .cw-homebanner-slider .cw-item .cw-content .cw-image img {
		width: 100% !important;
	}

	section.cw-section.cw-homebanner .cw-image {
		min-width: 110%;
	}

	.tab-card-container .tab-card-container-inner .cw-recipe-tags {
		margin: 20px;
	}

	.ttk_video .cw-video .video-link .cw-text {
		position: absolute;
		text-align: center;
		left: 50%;
		bottom: 45%;
		transform: translate(-50%, 50%);
	}

	.twocol_with_sidnavwrap div.stickynav-wrp .border.rounded.position-relative {
		border: none !important;
	}

	.twocol_with_sidnavwrap div.stickynav-wrp .border.rounded.position-relative a#v-pills-credit-rating-tab {
		border: 1px solid #dee2e6 !important;
		padding: 10px;
		border-radius: 0.25rem;
	}

	.cw-multiteam .cw-item {
		padding: 20px 0px;
	}

	.cw-multiteam .cw-item .cw-card img {
		width: 100% !important;
	}

	.cw-multiteam .cw-item .cw-card .card-body.cw-body {
		padding: 1.25rem 0;
	}

	.ttkgroup_slider-comp .ttkgroup_slider .cw-text {
		gap: 0px !important;
		display: inline-flex !important;
		justify-content: center;
	}

	.ttkgroup_slider-comp .ttkgroup_slider .cw-text a.py-3.cw-primary-btn.text-uppercase {
		padding: 10px !important;
		margin-right: 15px;
		font-size: 12px !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) and (orientation: landscape) {
	.tab-card-container .tab-card-container-inner .cw-recipe-tags {
		margin: 15px 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.tab-card-container .tab-card-container-inner .cw-recipe-tags {
		bottom: 33% !important;
	}
}

@media screen and (min-width: 1500px) {
	.ttk_header_info_list ul li#menu-item-18 {
		right: 10%;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1367px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {

	.menu-image-title-after.menu-image-not-hovered img,
	.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper,
	.menu-image-title-before.menu-image-title {
		padding-right: 0;
	}

	img.menu-image.menu-image-title-after {
		vertical-align: middle;
		margin-top: -2.5px;
		width: 76px;
	}

	a.nav-link.menu-image-title-after.menu-image-not-hovered {
		display: flex;
		justify-content: center;
	}

	.ttk_header_nav_each .navbar-nav .nav-link {
		font-size: 16px !important;
	}
}

@media screen and (min-width: 1100px) {
	section#custom_html-9 {
		padding: 0 10%;
	}

	section#custom_html-7 {
		padding: 0 20%;
	}

	.cw-prestiveexclusive .cw-prime .cw-rank .cw-video a .cw-text {
		top: 55% !important;
	}
}

.menu-image-title-after.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper,
.menu-image-title-before.menu-image-title {
	padding-right: 0;
}

img.menu-image.menu-image-title-after {
	vertical-align: middle;
	margin-top: -2.5px;
	width: 76px;
}

a.nav-link.menu-image-title-after.menu-image-not-hovered {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	a.nav-link.menu-image-title-after.menu-image-not-hovered span {
		display: flex;
		flex-direction: row-reverse;
		padding: 0;
		align-items: center;
		min-width: 135px;
		justify-content: flex-end;
	}

	img.menu-image.menu-image-title-after {
		margin: 0 20px;
	}

	a.nav-link.menu-image-title-after.menu-image-not-hovered {
		display: flex;
		justify-content: normal;
	}

	.page-id-6772 .cw-section.cw-inner-banner.no-banner nav {
		padding: 0;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1365px) {
	img.menu-image.menu-image-title-after {
		max-width: 50px;
	}

	/* 	.ttk_header_nav_each .navbar-nav span.menu-image-title-after.menu-image-title, li.menu-item.menu-item-type-post_type.menu-item-object-page a.nav-link {
		    font-size: 16px !important;
	} */
}

.ttk_header_nav button.navbar-toggler {
	border-color: white;
}

.cw-news.v2 .cw-item .cw-card .cw-body a,
.cw-news.v3 .cw-item .cw-card .cw-body a {
	padding: 0px;
}

.page-id-818 .cw-inner-banner .cw-image:before {
	background: linear-gradient(126deg, black 0%, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 66%) !important;
}

.cw-obp-coloptions.people-first.job-detail .fileinput-wrapper span.fileinput span {
	cursor: auto !important;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1292px) and (orientation: portrait) {

	.menu-image-title-before.menu-image-not-hovered img,
	.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper,
	.menu-image-title-after.menu-image-title,
	.ttk_header_nav_each .navbar-nav .nav-link {
		font-size: 12px !important;
	}

	img.menu-image.menu-image-title-after {
		vertical-align: middle;
		margin-top: -0.5px;
		width: 30px;
	}

	ul#menu-home-primary-menu {
		margin-left: 5px;
	}

	a.nav-link.menu-image-title-after.menu-image-not-hovered {
		margin-right: 5px;
	}
}

@media only screen and (min-width: 550px) and (max-width: 992px) {
	.cw-prestiveexclusive .cw-premier .card-body {
		padding: 30px 5px 5px;
	}

	.cw-prestiveexclusive .cw-premier .card-body h4.card-title {
		font-size: 15px;
		line-height: 20px;
	}

	section.cw-testimonials {
		padding: 20% 0% 5%;
	}

	.cw-prestiveexclusive .cw-content .cw-cta {
		max-width: 50%;
	}

	.cw-data .cw-maxwd .cw-item img {
		max-width: 40px !important;
	}

	.ttk_header_nav_each .navbar-nav .nav-link {
		font-size: 12px !important;
	}

	.navbar-collapse.collapse.show {
		background: white;
	}

	ul#menu-home-primary-menu,
	div#bs-secondary-navbar-collapse ul#menu-secondary {
		display: contents;
	}

	div#bs-secondary-navbar-collapse {
		display: flex;
	}

	ul#menu-secondary .nav-item {
		padding-right: 10px;
	}

	.form-inline.ttk_header_nav_form {
		margin-left: 20px;
		margin-right: 10px;
	}

	img.menu-image.menu-image-title-after {
		vertical-align: middle;
		margin-top: 0px;
		width: 36px;
	}

	.ttk_header_nav_each {
		margin: 20px 0;
	}

	.cw-au-ourbusiness .cw-ourbusiness-slider .cw-item .cw-card .card-body {
		padding: 1.25rem 0.5rem;
	}

	.cw-au-subnav {
		top: 60px !important;
	}

	.ttk_footer_each_list_v2 ul li a {
		white-space: nowrap;
	}

	.bigcount-wrap .text-center {
		width: 33.33%;
	}

	.cw-au-subnav .cw-au-subnav-list li {
		padding: 0 15px;
	}

	.twocol_with_sidnavwrap .cw-multiteam .card-body.cw-body {
		padding: 20px 0;
	}

	.twocol_with_sidnavwrap .cw-multiteam .card-body.cw-body .cw h3 {
		font-size: 20px;
		line-height: 26px;
		white-space: nowrap;
	}

	.bigcount-wrap .cw h2 {
		white-space: nowrap;
	}

	.page-id-582 .bigcount-wrap .text-center {
		width: 100%;
	}

	ol#breadcrumb {
		position: relative;
		top: 40px;
		left: 25px;
	}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1292px) and (orientation: landscape) {

	.menu-image-title-before.menu-image-not-hovered img,
	.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper,
	.menu-image-title-after.menu-image-title,
	.ttk_header_nav_each .navbar-nav .nav-link {
		font-size: 12px !important;
	}

	img.menu-image.menu-image-title-after {
		vertical-align: middle;
		margin-top: -0.5px;
		width: 30px;
	}

	ul#menu-home-primary-menu {
		margin-left: 5px;
	}

	a.nav-link.menu-image-title-after.menu-image-not-hovered {
		margin-right: 5px;
	}
}

.cw-obp-coloptions.people-first.job-detail span.fileinput.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required.txt_file.inputFile {
	width: 100%;
	border: none;
	height: 50px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 20px;
	color: #010000;
	background: none;
	border-bottom: 1px solid #E5E5E5;
	margin-top: 10px;
	position: relative;
	z-index: 1;
}

.cw-obp-coloptions.people-first p {
	text-transform: capitalize;
}

.apply-form .txt_box .txt_file {
	opacity: 1 !important;
}

.apply-form .fileinput input[type=file] {
	top: 25px;
	font-size: 12px;
}

.cw-obp-coloptions.people-first.job-detail .fileinput input[type=file]:hover,
.cw-obp-coloptions.people-first.job-detail .fileinput input[type=file],
.cw-obp-coloptions.people-first.job-detail .fileinput input[type=file]:focus {
	font-size: 12px !important;
	top: 25px;
	border: none;
}

.cw-gallery .cw-gallerySlider-slider .swiper-button-prev:after {
	content: "\276E" !important;
}

.cw-gallery .cw-gallerySlider-slider .swiper-button-next:after {
	content: "\276F" !important;
}

.swiper.cw-prestigesmartchef-sliderOne {
	padding: 2px;
}

.cw-prestigesmartchef-sliderOne .swiper-slide {
	height: auto;
}

.cw-prestigesmartchef-slider h5.justify-content-center.d-flex,
.cw-prestigesmartchef-sliderOne h5.justify-content-center.d-flex {
	word-break: break-all;
}

.cw-prestiveexclusive .cw-content .cw-cta a {
	position: relative;
	z-index: 999;
}

/* For investor page and header style */

span.judge,
.prestige {
	margin-left: 56px;
	border: 2px solid #EE1A25;
	padding: 10px;
	background: #EE1A25;
	color: #fff;
	font-size: 16px;
	font-weight: bolder;
}

span.board {
	margin-left: 160px;
	font-family: fantasy;
	font-size: 21px;
	color: #000 !important;
}

h4.card-link-title a {
	text-decoration: none;
	color: #000;
}

.card-body-class {
	padding: 0.25rem 0.75rem !important;
}

.post-639 section.cw-section.container-fluid.cw-news.v1.cw-maxwd {
	display: none;
}

table.docs_sheet,
th,
td {
	border: 1px solid black !important;
	padding: 10px;
}

.cw-au-subnav a[title*='Corporate Info'] {
	display: none !important;
}

.card_img_sect {
	height: 341px;
}



.dropdwonDiv {
	display: grid;
	position: absolute;
	left: 0;
	top: 5%;
	background: #ffffff;
	z-index: 99;
	box-shadow: 0 0 10px 2px #000000;
	width: 149px;
	/* display: none; */
	margin: 0;
	max-height: 163px;
	overflow: auto;
}


.toolbar {
	display: flex;
}

.select-cal {
	display: flex;
	position: absolute;
	left: 81%;
	width: 201px;
}

.select-cal title {
	width: 100%;
}

.select-cal .title {
	padding: 10px;
	width: 100%;
	font-size: 16px;
}


/* RDX */

body[customclass="is_investors"] .cw-au-subnav.desktop-menu .cw-au-subnav-list {
	box-shadow: none;
	gap: 30px;
	justify-content: flex-start;
}

body[customclass="is_investors"] .cw-au-subnav.desktop-menu .cw-au-subnav-list a {
	padding: 0;
	text-transform: none;
}

body[customclass="is_investors"] .cw-au-subnav.desktop-menu {
	margin-left: 3rem;
}

body[customclass="is_investors"] .cw-au-subnav.desktop-menu .cw-au-subnav-list a:hover,
body[customclass="is_investors"] .cw-au-subnav.desktop-menu .cw-au-subnav-list a.active {
	font-weight: 400;
}

.navbar-toggler:focus {
	box-shadow: none !important;
}

@media (min-width: 992px) {
	body[customclass="is_investors"] .ttk_header .navbar-toggler {
		width: 24px;
		padding: 0;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: 1rem;
	}

	body[customclass="is_investors"] .ttk_header .navbar-toggler span {
		width: 24px;
		height: 2px;
		background: #757575;
		display: inline-block;
		margin-bottom: 6px;
		-webkit-transform: none;
		transform: none;
	}

	body[customclass="is_investors"] .ttk_header .navbar-collapse .main-menu_section {
		transition: all 0.25s ease-in-out;
		left: -360px;
		display: block !important;
		position: fixed;
		top: 0;
		z-index: 9;
		height: 100%;
		background: #ffffff;
		width: 360px;
	}

	body[customclass="is_investors"] .ttk_header .navbar-collapse.show .main-menu_section {
		left: 0;
	}

	body[customclass="is_investors"] .ttk_header .navbar-collapse .main-menu_section .navbar-nav {
		display: grid;
		margin: 0;
		grid-gap: 1rem;
		padding: 2rem 0;
	}

	body[customclass="is_investors"] .ttk_header .navbar-toggler:focus {
		box-shadow: none !important
	}

	body[customclass="is_investors"] .ttk_header .navbar-toggler {
		transition: none;

		position: relative;
		left: 0;
		top: 0;
	}

	body[customclass="is_investors"] .ttk_header .navbar-toggler[aria-expanded="true"] {
		transition: all 0.75s ease-in-out;
		position: fixed;
		z-index: 999;
		left: 320px;
		top: 1rem;
	}

	body[customclass="is_investors"] .ttk_header .navbar-toggler span {
		transition: all 0.5s ease-in-out;
	}

	body[customclass="is_investors"] .ttk_header .navbar-collapse .main-menu_section .navbar-nav a {
		padding: 0.25rem 0;
	}

	body[customclass="is_investors"] .ttk_header_nav_each .navbar-nav .nav-link:hover {
		color: #EE1A25;
	}

	body[customclass="is_investors"] .ttk_header .navbar-collapse {
		height: auto !important;
	}
}

@media screen and (min-width: 768px) {
	body[customclass="is_investors"] .cw-au-subnav.mobile-menu {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	body[customclass="is_investors"] .cw-au-subnav.desktop-menu {
		display: none;
	}

	body[customclass="is_investors"] .tableMobile {
		overflow-x: auto;
	}

}

.ourbusiness-topsection .cw-maxwd {
	max-width: 100%;
}

.ourbusiness-topsection .cw-maxwd>div {
	padding: 10px 15px;
	margin: 0 !important;
}

.select-cal {}

.ourbusiness-topsection .cw-maxwd .toolbar {
	position: relative;
}

.ourbusiness-topsection .cw-maxwd .select-cal {
	left: inherit;
	right: 0;
	width: auto;
	align-items: center;
	gap: 0.5rem;
}

.ourbusiness-topsection .cw-maxwd .select-cal .title {
	padding: 0;
	margin: 0;
	max-width: 100%;
	font-size: 14px;
}

.year_section>div {
	background: #333333;
	padding: 5px;
	color: #ffffff;
	border-radius: 4px;
	font-size: 14px;
	white-space: nowrap;
	cursor: pointer;
}

.year_section>div:after {
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	content: "" !important;
	display: inline-block;
	height: 7px;
	margin-left: 5px;
	transform: rotate(45deg);
	width: 7px;
	position: relative;
	top: -3px;
	margin-right: 3px;

}

.year_section .dropdwonDiv {
	position: absolute;
	right: 0;
	top: 100%;
	display: grid;
	margin: 0 !important;
	padding: 0;
	border-radius: 3px;
	box-shadow: 0 0 5px 2px #00000045;
}

.ourbusiness-topsection .cw-maxwd .tool-title {
	font-size: 20px;
}

.year_section .dropdwonDiv li {
	display: grid;
	padding: 2px 5px;
	border-bottom: 1px solid #ebebeb;
}

.ourbusiness-topsection .cw-maxwd .tool-title {
	font-size: 20px;
}

.reports-wrapper .row {
	margin: 0 -0.5rem;
	background: #efefef;
	align-items: center;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
}

.reports-wrapper .row h5 {
	justify-content: flex-start !important;
	font-size: 14px;
	font-weight: 400;
}

.reports-wrapper .row .reports-body {
	display: grid;
}

.reports-wrapper .row .cw-btn-dwnl {
	padding: 0;
	justify-content: flex-end;
	font-size: 0;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="256" height="256" viewBox="0 0 256 256" ><defs></defs><g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)" ><path d="M 10.952 43.558 c 0 1.097 0.923 1.987 2.061 1.987 h 39.572 c 1.138 0 2.061 -0.89 2.061 -1.987 V 24.683 c 0 -1.097 -0.923 -1.987 -2.061 -1.987 H 13.013 c -1.138 0 -2.061 0.89 -2.061 1.987 V 43.558 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(234,84,64); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round" /><path d="M 21.723 36.268 h -4.412 c -0.549 0 -0.994 -0.445 -0.994 -0.994 V 27.96 c 0 -0.549 0.445 -0.994 0.994 -0.994 h 4.412 c 1.71 0 3.101 1.391 3.101 3.101 v 3.1 C 24.824 34.877 23.432 36.268 21.723 36.268 z M 18.305 34.279 h 3.418 c 0.613 0 1.112 -0.499 1.112 -1.112 v -3.1 c 0 -0.613 -0.499 -1.112 -1.112 -1.112 h -3.418 V 34.279 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round" /><path d="M 17.311 41.276 c -0.549 0 -0.994 -0.445 -0.994 -0.994 v -5.008 c 0 -0.549 0.445 -0.994 0.994 -0.994 s 0.994 0.445 0.994 0.994 v 5.008 C 18.305 40.831 17.86 41.276 17.311 41.276 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round" /><path d="M 33.861 41.276 h -4.195 c -0.549 0 -0.994 -0.445 -0.994 -0.994 V 27.96 c 0 -0.549 0.445 -0.994 0.994 -0.994 h 4.195 c 1.829 0 3.318 1.488 3.318 3.318 v 7.675 C 37.179 39.788 35.691 41.276 33.861 41.276 z M 30.66 39.287 h 3.201 c 0.733 0 1.329 -0.596 1.329 -1.329 v -7.675 c 0 -0.733 -0.596 -1.329 -1.329 -1.329 H 30.66 V 39.287 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round" /><path d="M 42.246 41.276 c -0.549 0 -0.994 -0.445 -0.994 -0.994 V 27.96 c 0 -0.549 0.445 -0.994 0.994 -0.994 s 0.994 0.445 0.994 0.994 v 12.321 C 43.241 40.831 42.796 41.276 42.246 41.276 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round" /><path d="M 48.764 28.955 h -6.518 c -0.549 0 -0.994 -0.445 -0.994 -0.994 c 0 -0.549 0.445 -0.994 0.994 -0.994 h 6.518 c 0.55 0 0.994 0.445 0.994 0.994 C 49.759 28.51 49.314 28.955 48.764 28.955 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round" /><path d="M 46.515 35.115 h -4.269 c -0.549 0 -0.994 -0.445 -0.994 -0.994 s 0.445 -0.994 0.994 -0.994 h 4.269 c 0.55 0 0.994 0.445 0.994 0.994 S 47.065 35.115 46.515 35.115 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round" /><path d="M 59.376 76.292 h -4.574 V 59.988 c 0 -0.745 -0.582 -1.349 -1.3 -1.349 H 41.15 c -0.718 0 -1.3 0.604 -1.3 1.349 v 16.304 h -4.574 c -0.869 0 -1.304 1.051 -0.69 1.665 l 11.551 11.551 c 0.657 0.657 1.721 0.657 2.378 0 l 11.551 -11.551 C 60.68 77.342 60.245 76.292 59.376 76.292 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(234,84,64); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round" /><path d="M 77.295 19.578 H 63.561 c -2.255 0 -4.09 -1.835 -4.09 -4.091 V 1.755 c 0 -0.824 0.668 -1.492 1.492 -1.492 c 0.824 0 1.492 0.668 1.492 1.492 v 13.732 c 0 0.61 0.496 1.107 1.106 1.107 h 13.734 c 0.824 0 1.492 0.668 1.492 1.492 C 78.787 18.91 78.119 19.578 77.295 19.578 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(124,124,124); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round" /><path d="M 31.769 84.395 H 19.947 c -2.395 0 -4.344 -1.949 -4.344 -4.344 V 50.575 c 0 -0.824 0.668 -1.492 1.492 -1.492 c 0.824 0 1.492 0.668 1.492 1.492 v 29.477 c 0 0.751 0.61 1.361 1.361 1.361 h 11.822 c 0.824 0 1.492 0.668 1.492 1.492 C 33.261 83.727 32.593 84.395 31.769 84.395 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(124,124,124); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round" /><path d="M 74.705 84.395 H 62.568 c -0.824 0 -1.492 -0.668 -1.492 -1.492 c 0 -0.824 0.668 -1.492 1.492 -1.492 h 12.138 c 0.75 0 1.36 -0.61 1.36 -1.361 V 19.267 c 0 -0.364 -0.142 -0.706 -0.398 -0.962 L 60.744 3.382 c -0.257 -0.256 -0.599 -0.398 -0.962 -0.398 H 19.947 c -0.75 0 -1.361 0.61 -1.361 1.361 v 13.323 c 0 0.824 -0.668 1.492 -1.492 1.492 c -0.824 0 -1.492 -0.668 -1.492 -1.492 V 4.344 C 15.603 1.949 17.552 0 19.947 0 h 39.834 c 1.16 0 2.25 0.452 3.072 1.272 l 14.923 14.924 c 0.821 0.82 1.272 1.911 1.272 3.072 v 60.784 C 79.048 82.446 77.1 84.395 74.705 84.395 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(124,124,124); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round" /></g></svg>');
	width: 33px;
	justify-self: flex-end;
	height: 50px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.buttonSet {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 2rem;
}

.buttonSet .prestige {
	margin: 0;
}

.buttonSet .judge {
	margin: 0;
}

.buttonSet a span {
	display: inline-flex;
}

.ttk_header.active.scroll {
	transform: none !important;
}

.ourbusiness-topsection .cw-maxwd .toolbar {
	min-height: 30px;
}

@media screen and (max-width: 767px) {
	.twocol_with_sidnavwrap {
		padding: 0 !important;
	}

	section.ourbusiness-topsection {
		padding: 0 !important;
	}

	.ourbusiness-topsection .cw-maxwd {
		padding: 0;
	}

	.ourbusiness-topsection .cw-maxwd>div {
		padding: 10px 0;
	}

	.reports-wrapper .row {
		margin: 0;
	}

	.ourbusiness-topsection .tab-content .tab-pane {
		margin: 0;
	}
}

.page-id-542 .ttk_block_v1 .row {
	position: relative;
	max-width: 80%;
	margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
	.page-id-542 .ttk_block_v1 .row {
		max-width: 90%;
	}
}

.page-id-542 .ttk_block_v1 .row {
	position: relative;
	max-width: 80%;
	margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
	.page-id-542 .ttk_block_v1 .row {
		max-width: 90%;
	}
}





.enquiry-form-body {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.enquiryform section h3 {
	text-align: center;
}

.investment-summary {
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #fff;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.investment-item {
	text-align: center;
	margin-right: 30px;
}

.investment-value {
	font-size: 1.2em;
	font-weight: bold;
}

.investment-label {
	color: #e53935;
	/* Red color for labels */
	margin-top: 5px;
}

.prestige-list {
	list-style-type: none;
	padding: 0;
}

.prestige-list li {
	margin: 10px 0;
	font-size: 1em;
}

.tab-slider-swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.img-content {
	width: 200px;
}

.breadcrumb-component .swiper-slide,
.breadcrumb-component .swiper-wrapper,
.banner_slider .swiper-slide,
.banner_slider .swiper-wrapper {
	height: auto !important;
}

.breadcrumb-component .breadcrumb {
	display: none;
}

#enquire-now {
	display: none;
}

div#enquire-now-2 {
	display: none;
}
.enquiryform .swiper-slide .cw-content .col-md-6 {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
}
/** form design for mobile*/
@media (max-width: 768px) {
	.ttk_header.top-header .navbar-collapse {
		height: auto !important;
	}

	#enquire-now,
	div#enquire-now-2 {
		display: flex;
		justify-content: center;
		margin: 1rem 0;
	}

	.enquire-now-text {
		background-color: #EE1A25 !important;
		border: 1px solid #EE1A25;
		color: #ffffff;
		min-height: 50px !important;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		font-size: 14px;
		font-weight: 700;
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 200px;
	}

	.page-content.enquiryform #sidebar.col-lg-3 {
		position: revert;
	}


	.form-title {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 10px;
		color: #333;
		text-align: center;
	}

	.form-pra {
		font-size: 16px;
		color: #666;
		text-align: center;
		margin-bottom: 20px;
	}

	.field label {
		font-weight: 600;
		display: block;
		margin-bottom: 5px;
	}

	.wpcf7-form-control {
		width: 100%;
		padding: 10px;
		margin-bottom: 15px;
		border: 1px solid #ccc;
		border-radius: 4px;
		box-sizing: border-box;
	}

	.wpcf7-form-control:focus {
		border-color: #007bff;
		outline: none;
		box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
	}

	.wpcf7-dynamic_select {
		padding: 10px;
	}

	.wpcf7-submit {
		background-color: #007bff;
		color: white;
		border: none;
		border-radius: 4px;
		padding: 10px 15px;
		cursor: pointer;
		font-size: 16px;
	}

	.wpcf7-submit:hover {
		background-color: #0056b3;
	}

	.field input[type="checkbox"] {
		margin-right: 5px;
	}

	.screen-reader-response {
		display: none;
		/* Hide the accessibility element */
	}
}



/* Enquiry page styles */
.enquiry-header {
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
	padding-bottom: 20px;
	padding-left: calc(1 * (100vw - 10px) / 35);
	padding-right: calc(1 * (100vw - 10px) / 35);
	padding-top: 20px;
	width: 100%;

}

.enquiry-header .header-logo {
	width: 200px;
}

.enquiryform-row {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}

.cw-maxwd.enquiryform {
	max-width: 100%;
}

.enquire-templatepart .cw-maxwd {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
	padding-left: calc(1 * (100vw - 10px) / 35) !important;
	padding-right: calc(1 * (100vw - 10px) / 35) !important;
}

.enquire-templatepart .cw-obp-coloptions {
	background-color: #F5F5F5;
}

.enquire-templatepart .cw-obp-coloptions .content-col {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
	padding-left: calc(1 * (100vw - 10px) / 35) !important;
	padding-right: calc(1 * (100vw - 10px) / 35) !important;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.enquire-templatepart .cw-maxwd .title-wrapper {
	margin-bottom: 0 !important;
}

.enquiryform {
	position: relative;
}

.enquiryform-row {
	align-items: flex-start !important;
}

.enquiryform .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.enquiryform .stickynav-wrp {
	margin-top: 0 !important;
	background: #FAFAFA;
	box-shadow: 0 4px 26px 0 rgba(194, 194, 194, 0.122) inset;
	padding: 2rem;
	box-sizing: border-box;
	position: sticky;
	top: 0;
	margin-bottom: 0 !important;
}

.enquiryform .stickynav-wrp:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FAFAFA;
	z-index: 1;
	min-height: 100vh;
}

.enquiryform #franchise-form {
	position: relative;
	z-index: 2;
}

.enquiryform-leftside {
	padding-right: 0 !important;
}

.enquiry-form .form-title {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 0;
	letter-spacing: 0.2px;
}

.enquiry-form .form-title span {
	color: #EE1A25;
}

.form-pra {
	font-style: italic;
}

.enquiry-form .columns.one-half {
	width: 100% !important;
	padding: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
}

.enquiry-form .columns {
	padding: 0 !important;
}

.enquiry-form .field label {
	font-weight: 600;
	margin-bottom: 0.5rem !important;
}

.enquiry-form .field input,
.enquiry-form .field select {
	border: 0;
	border-bottom: 1px solid #737B7D;
	background-color: transparent !important;
	border-radius: 0 !important;
}

.enquiry-form .container {
	width: 100% !important;
	padding: 0 !important;
	box-sizing: border-box;
	display: inline-flex !important;
	flex-direction: column;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.enquiry-form .container .container {

	margin-top: 0 !important;
	margin-bottom: 1.5rem !important;
}

.enquiry-form .field input[class*="submit"] {
	background-color: #EE1A25 !important;
	border: 1px solid #EE1A25;
	color: #ffffff;
	min-height: 52px !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 20px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}


.enquiryform .swiper-slide .col-md-5 {
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
}

.enquiryform .swiper-slide h2 {
	font-size: 28px !important;
	font-weight: 700 !important;
	padding-bottom: 0 !important;
	margin-bottom: 10px !important;
	line-height: 1.3 !important;
}

.enquiryform .swiper-slide p {
	font-size: 26px !important;
	line-height: 1.5;
	font-weight: 400 !important;
}

.enquire-templatepart {
	margin-top: 2rem !important;
}

.enquire-templatepart h3 {
	font-size: clamp(1rem, 0.8885rem + 0.5096vw, 1.5rem);
	font-weight: 600;
	margin-bottom: 1rem;
}

.enquire-templatepart h3 span {
	color: #EE1A25;
}

.investment-summary-inner {
	display: flex;
	align-items: center;
	background: rgba(245, 245, 245, 0.451);
	padding: 1rem;
	width: 100%;
	max-width: 600px;
}

.investment-summary-inner .investment-item {
	flex: 1;
	padding: 0 1rem;
	text-align: left;
	margin-right: 0;
}

.investment-summary-inner .investment-item:not(:last-child) {
	border-right: 1px solid #BCB9B0;
}

.investment-summary-inner .investment-item .investment-label {
	color: #C4161C;
}

.enquire-templatepart .investment-summary {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	box-shadow: none !important;
}

.enquiry_form_text {
	padding: 2rem 0 !important;
}

.enquiry_form_text .cw-wrap {
	text-align: left !important;
}

.enquiry_form_text .cw-wrap:not(:last-child) {
	border-right: 1px solid #BCB9B0;
}

.enquiry_form_text .cw-card {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	text-align: left !important;
}

.enquiry_form_text .card-body .title {
	font-size: 16px !important;
	line-height: 1.5 !important;
	color: #000000 !important;
	font-weight: 700;
	padding-bottom: 0 !important;
}

.enquiry_form_text .card-body .description ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1rem;
}

.enquiry_form_text .card-body .description ul li {
	display: grid;
	grid-template-columns: minmax(0, max-content) minmax(0, 1fr);
	align-items: flex-start;
	gap: 0.5rem;
	line-height: 1.5;
	font-size: 16px;
	color: #000000;
}

.enquiry_form_text .card-body .description ul li p {
	color: #000000 !important;
	margin-bottom: 0 !important;
}

.enquiry_form_text .card-body .description ul li img {
	margin: 0;
	position: relative;
	top: -3px;
}

.enquiryform-row .cw-ourbrands {
	background: #FAFAFA;
	padding: 3rem 0;
}

.enquiryform-row .cw-ourbrands .nav {
	gap: 0 !important;
	border-bottom: 3px solid #cccccc;
}

.enquiryform-row .cw-ourbrands .nav .nav-item {
	flex: 1;
}

.enquiryform-row .cw-ourbrands .nav .nav-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
}

.enquiryform-row .cw-ourbrands .nav .nav-item .nav-link {
	border-bottom: 0;
	text-align: center;
	text-transform: none;
	position: relative;
}

.enquiryform-row .cw-ourbrands .nav .nav-item .nav-link:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: transparent;
	transition: background-color 0.3s ease-in-out;
}

.enquiryform-row .cw-ourbrands .nav .nav-item .nav-link:hover:after,
.enquiryform-row .cw-ourbrands .nav .nav-item .nav-link.active:after {
	background-color: #EE1A25;
}

.enquiryform-row .cw-ourbrands .tab-content-wrapper {
	grid-template-columns: minmax(0, 1fr) !important;
}

.enquiryform-row .cw-ourbrands .tab-content-wrapper p {
	color: #000000 !important;
	font-weight: 600;
	text-align: left;
}

.category-desc {
	line-height: 1.5;
	margin-bottom: 1rem;
}

.enquiryform-row .cw-ourbrands .tab-content-wrapper h3 {
	text-align: left;
}

.enquiryform-row .cw-ourbrands .tab-content-wrapper p span {
	color: #EE1A25;
	font-size: 18px;
}

.enquiryform-row .cw-ourbrands .tab-content-wrapper ul {
	margin: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1rem;
}

.enquiryform-row .cw-ourbrands .tab-content-wrapper ul li {
	line-height: 1.5;
}

.enquire-templatepart .banner_slider {
	max-width: 100% !important;
	padding: 0;
	margin-bottom: 1rem;
}

.enquire-templatepart .swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background-color: #cccccc;
	opacity: 1;
}

.enquire-templatepart .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ffffff;
}

.enquire-templatepart .cw-testimonials .cw-maxwd .col-12 {
	padding: 0 !important;
}

.enquire-templatepart .cw-testimonials .cw-maxwd.cw-content {
	padding-bottom: 0 !important;
}

.enquire-templatepart .cw-testimonials .card {
	border: 0;
	border-radius: 0;
}

.enquire-templatepart .swiper-slide-image {
	position: relative;
	height: 170px;
	border: 1px solid #efefef;
	border-radius: 10px;
	overflow: hidden;
}

.enquire-templatepart .swiper-slide-image:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('data:image/svg+xml,<svg width="40" height="28" viewBox="0 0 40 28" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_815_1218)"><path d="M39.0326 4.36722C38.8042 3.52311 38.3586 2.75356 37.7403 2.1352C37.122 1.51684 36.3524 1.07125 35.5083 0.8428C32.4181 0 19.9808 0 19.9808 0C19.9808 0 7.54285 0.025511 4.45258 0.868311C3.60846 1.09678 2.83892 1.54239 2.22059 2.16078C1.60225 2.77916 1.15671 3.54875 0.928318 4.39289C-0.00641523 9.88369 -0.369015 18.2504 0.953985 23.5216C1.1824 24.3657 1.62795 25.1352 2.24629 25.7536C2.86462 26.3719 3.63415 26.8175 4.47825 27.046C7.56852 27.8888 20.0061 27.8888 20.0061 27.8888C20.0061 27.8888 32.4436 27.8888 35.5337 27.046C36.3778 26.8176 37.1474 26.372 37.7657 25.7536C38.3841 25.1353 38.8297 24.3657 39.0581 23.5216C40.044 18.023 40.3478 9.6614 39.0326 4.36722Z" fill="%23FF0000"/><path d="M16.0234 19.921L26.3411 13.9449L16.0234 7.96875V19.921Z" fill="white"/></g><defs><clipPath id="clip0_815_1218"><rect width="39.8222" height="28" fill="white" transform="translate(0.0898438)"/></clipPath></defs></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.2);
}

.enquire-templatepart .swiper-slide-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.enquire-templatepart .swiper-slide .card {
	padding: 0 10px;
}

.enquire-templatepart .swiper-slide .card-body {
	padding: 10px 0;
}

.enquire-templatepart .swiper-slide .card-body .card-text {
	font-size: 16px !important;
	line-height: 1.5 !important;
	margin-bottom: 10px;
}

.enquire-templatepart .swiper-slide .card-body h3 {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	font-style: italic;
	font-size: 18px;
}

.enquire-templatepart .swiper-slide .card-body h3 .card-location {
	margin-left: 5px;
	color: #000000;
}

.enquire-templatepart .swiper-slide .card-body .category {
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.432);
}

.enquire-templatepart .swiper-slide .card-body .user-year {
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.432);
}

.enquire-templatepart .swiper-wrapper {
	height: auto;
}

.enquire-templatepart .cw-tab-testimonials-slider .cw-options {
	padding-left: 0;
	padding-right: 0;
}

.enquire-templatepart .cw-tab-testimonials-slider .cw-repeaters {
	padding-left: 0;
	padding-right: 0;
}

.enquire-templatepart .cw-tab-testimonials-slider .cw-repeaters .swiper-button-next,
.enquire-templatepart .cw-tab-testimonials-slider .cw-repeaters .swiper-button-prev {
	width: auto;
	height: auto;
	border-radius: 0;
	margin: 0px;
	margin-left: 10px;
	text-align: center;
	opacity: 1;
	background-color: transparent;
}

.enquire-templatepart .cw-tab-testimonials-slider .cw-repeaters .swiper-button-next::before {
	content: "";
	display: inline-block;
	width: 41px;
	height: 12px;
	background-image: url('data:image/svg+xml,<svg width="41" height="12" viewBox="0 0 41 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 5C0.447715 5 4.82823e-08 5.44772 0 6C-4.82823e-08 6.55228 0.447715 7 1 7L1 5ZM41 6L31 0.2265L31 11.7735L41 6ZM1 6L1 7L32 7L32 6L32 5L1 5L1 6Z" fill="%23EE1A25"/></svg>');
	background-size: cover;
}

.enquire-templatepart .cw-tab-testimonials-slider .cw-repeaters .swiper-button-next.swiper-button-disabled::before {
	background-image: url('data:image/svg+xml,<svg width="41" height="12" viewBox="0 0 41 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.4" d="M1 5C0.447715 5 4.82823e-08 5.44772 0 6C-4.82823e-08 6.55228 0.447715 7 1 7L1 5ZM41 6L31 0.2265L31 11.7735L41 6ZM1 6L1 7L32 7L32 6L32 5L1 5L1 6Z" fill="%23C2C2C2"/></svg>');
	background-size: cover;
}

.enquire-templatepart .cw-tab-testimonials-slider .cw-repeaters .swiper-button-prev::before {
	content: "";
	display: inline-block;
	width: 41px;
	height: 12px;
	background-image: url('data:image/svg+xml,<svg width="41" height="12" viewBox="0 0 41 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M40 5C40.5523 5 41 5.44772 41 6C41 6.55228 40.5523 7 40 7L40 5ZM0 6L10 0.2265L10 11.7735L0 6ZM40 6L40 7L9 7L9 6L9 5L40 5L40 6Z" fill="%23EE1A25"/></svg>');
	background-size: cover;
}

.enquire-templatepart .cw-tab-testimonials-slider .cw-repeaters .swiper-button-prev.swiper-button-disabled::before {
	background-image: url('data:image/svg+xml,<svg width="41" height="12" viewBox="0 0 41 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.4" d="M40 5C40.5523 5 41 5.44772 41 6C41 6.55228 40.5523 7 40 7L40 5ZM0 6L10 0.2265L10 11.7735L0 6ZM40 6L40 7L9 7L9 6L9 5L40 5L40 6Z" fill="%23C2C2C2"/></svg>');
	background-size: cover;
}

.enquire-templatepart .cw-tab-testimonials-slider .cw-repeaters .swiper-button-prev::after {
	display: none !important;
}

.enquire-templatepart .cw-tab-testimonials-slider .cw-repeaters .swiper-button-next::after {
	display: none !important;
}

.enquiryform-leftside .ttk_footer_copy {
	padding-left: calc(1 * (100vw - 10px) / 35) !important;
	padding-right: calc(1 * (100vw - 10px) / 35) !important;
	height: auto;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.enquiryform-leftside .ttk_footer_copy .container {
	padding: 0;
	margin: 0;
}

.enquiryform-leftside .ttk_footer_copy .footer-section {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
}

.enquiryform-leftside .ttk_footer_copy .ttk_footer_copy--col {
	padding: 0;
}

.enquiryform-leftside .ttk_footer_copy_links ul {
	padding: 0;
	margin: 0;
}

.enquiryform-leftside .footer-logo {
	display: flex;
	justify-content: flex-end;
}

.enquiryform-leftside .footer-logo img {
	max-width: 200px;
}

.enquiryform-row .cw-ourbrands .tab-image_class .tab-content-wrapper {
	grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) !important;
}

.enquire-templatepart .cw-maxwd .tab-content .text-content {
	padding-top: 0 !important;
}

.enquiryform-row .cw-ourbrands .tab-image_class .tab-content-wrapper .img-content {
	width: 100%;
}

.enquiryform-row .cw-ourbrands .tab-image_class .tab-content-wrapper .img-content .banner_slider {
	box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
	margin: 0;
	margin-top: 1.5rem;
	border-radius: 5px;
}

.enquiryform-row .cw-ourbrands .tab-image_class .tab-content-wrapper .img-content .banner_slider img {
	margin: auto;
}

.enquiryform-row .cw-ourbrands .tab-image_class .tab-content-wrapper .img-content .banner_slider picture {
	display: flex;
	align-items: center;
	justify-content: center;
}

.enquiryform-leftside .ttk_footer_copy .ttk_footer_copy--col .ttk_footer_copy_each {
	margin-top: 8px;
}

.enquiry-form .cf7sg-popup {
	font-size: 14px !important;
}

.enquiry-form .field {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
}

.enquiryform-row .cw-ourbrands .tab-content-wrapper .text-content {
	color: #4A4845;
}

.enquiryform-row .cw-ourbrands .tab-content-wrapper .text-content h3 {
	color: #000000;
}

.enquiryform .enquiry-form {}

.enquiryform .enquiry-form .wpcf7-not-valid-tip {
	background: transparent !important;
	font-size: 14px;
	padding: 0 !important;
	margin: 5px 0;
}

.enquiryform .enquiry-form .cf7sg-response-output {
	margin: 0;
	font-size: 14px;
	background-color: #EE1A25 !important;
	color: #ffffff;
	border-color: #EE1A25 !important;
	padding: 10px;
}

.enquire-templatepart .cw-tab-testimonials-slider .cw-options {
	margin: 0;
}

.enquiryform .cw-testimonials .cw-progressbar .swiper-pagination {
	display: none;
}

.enquire-templatepart .cw-tab-testimonials-slider .cw-repeaters {
	display: flex;
	justify-content: flex-end;
	/* padding-right: 10px !important; */
}

.enquire-templatepart .cw-obp-coloptions.people-first {
	background-color: #F5F5F5;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.enquire-templatepart .cw-obp-coloptions.people-first .content-col {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
	padding-left: calc(1 * (100vw - 10px) / 35) !important;
	padding-right: calc(1 * (100vw - 10px) / 35) !important;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.enquire-templatepart .cw-obp-coloptions.people-first .content-col .cw-co-rows {
	padding: 0 !important;
	margin: 0 !important;
}

.enquire-templatepart .cw-obp-coloptions.people-first .content-col .apply-form {
	padding: 0;
	border: 0;
}

.enquire-templatepart .cw-obp-coloptions.people-first .content-col .cw-co-rows {
	padding: 0 !important;
	margin: 0 !important;
}

.enquire-templatepart .cw-obp-coloptions.people-first .content-col .apply-form {
	padding: 0;
	border: 0;
}

.enqury-rank {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.enqury-rank-icon {
	max-width: 65px;
}

.enqury-rank-icon img {
	width: auto !important;
	max-width: 100% !important;
}

.enqury-rank-content h3 {
	margin-top: 0 !important;
	font-size: 18px !important;
	text-align: left !important;
	text-decoration: underline;
}

.enquiry-form-body .enqury-rank-content p {
	margin-bottom: 0 !important;
	color: #EE1A25 !important;
}

.enquiry-form-body .cw-obp-coloptions.people-first p {
	margin-bottom: 0 !important;
}

.tab-slider-swiper-container .banner_slider_slide {
	position: relative;
}

.tab-slider-swiper-container .banner_slider_slide .banner_slider_slide_content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;	
	max-width: 550px;
	font-size: 18px;
	color: #ffffff;
	padding: 15px;
	box-sizing: border-box;
}

.tab-slider-swiper-container .banner_slider_slide .banner_slider_slide_content .col-md-6 {
	width: 100% !important;
	flex: 0 0 100%;
	max-width: 100%;
}

.tab-slider-swiper-container .banner_slider_slide .banner_slider_slide_content p {
	margin-bottom: 0;
}

.enquiry-form-body .ttk_header_info .ttk_header_info_list {
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
	padding-left: calc(-0.285714px + 2.85714vw);
	padding-right: calc(-0.285714px + 2.85714vw);
}

.enquiry-form-body .ttk_header_info .ttk_header_info_list ul li a {
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.enquiry-form-body .ttk_header_info .ttk_header_info_list ul li:not(:first-child) a {
	border-left: 1px solid #ffffff;
	padding-left: 1rem;
	line-height: 1;
}
.enquire-templatepart .cw-tab-testimonials-slider .cw-options {
    justify-content: flex-end !important;
}
@media (min-width: 1024px) {
	.mobile_only {
		display: none !important;
	}
}

/** form design for mobile*/
@media (max-width: 1023px) {

	.enquiry-header {
		padding-top: 10px;
		padding-bottom: 10px;
		height: 70px;
		align-items: center;
		display: flex;
	}

	.enquiryform-row {
		grid-template-columns: minmax(0, 1fr);
	}

	.enquiry-form-body {
		padding-top: 0 !important;
	}

	.cw-maxwd.enquiryform {
		padding: 0 !important;
	}

	.enquiryform .swiper-slide .cw-content {
		padding: 0;
		top: inherit !important;
	}
	.enquiryform .swiper-slide .cw-content h2 {
		max-width: 240px;
	}
	.enquiryform .swiper-slide .cw-maxwd {
		padding: 0;
	}

	.enquiryform .swiper-slide h2 {
		font-size: 21px !important;
	}

	.enquiryform .swiper-slide p {
		font-size: 17px !important;
	}

	.enquire-templatepart h3 {
		font-size: 18px !important;
	}

	.enquire-templatepart .investment-summary {
		padding: 0 1rem;
	}

	.investment-summary-inner {
		padding: 1rem 0;
	}

	.investment-summary-inner .investment-item .investment-value {
		font-size: 14px;
	}

	.investment-summary-inner .investment-item .investment-label {
		font-size: 14px;
	}

	.enquiry_form_text {
		padding-top: 0 !important;
	}

	.enquiry_form_text .card-body .title {
		line-height: 1.5 !important;
	}

	.enquire-templatepart .cw-maxwd {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.enquire-templatepart .cw-maxwd .card.cw-card {
		margin-bottom: 1rem !important;
	}

	.enquiryform-row .cw-ourbrands .nav {
		display: grid !important;
		white-space: nowrap;
		align-content: stretch;
		grid-auto-flow: column;
		overflow-x: auto;
		overflow-y: hidden;
		justify-content: left;
		grid-template-columns: none;
		padding-bottom: 3px;
	}

	.enquiryform-row .cw-ourbrands .nav .nav-item {
		flex: auto;
		min-width: auto;
		display: flex;
	}

	.enquiryform-row .cw-ourbrands {
		padding: 1.5rem 0;
	}

	.enquiryform-row .cw-ourbrands .tab-content-wrapper {
		padding: 0 1rem;
	}

	.enquiryform-row .cw-ourbrands .tab-image_class .tab-content-wrapper {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 0 !important;
	}

	.enquiryform-row .cw-ourbrands .tab-image_class .tab-content-wrapper .img-content {
		order: -1;
	}

	.enquiryform-row .cw-ourbrands .tab-image_class .tab-content-wrapper .img-content .banner_slider {
		margin-top: 0;
		margin-bottom: 1rem;
	}

	.enquiryform .cw-testimonials {
		padding: 1rem;
	}

	.desktop_only {
		display: none !important;
	}

	.enquiryform-leftside .ttk_footer_copy .footer-section {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.enquiryform-leftside .ttk_footer_copy .ttk_footer_copy--col .ttk_footer_copy_each {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.enquiryform-leftside .footer-logo img {
		max-width: 110px;
	}

	.enquiryform-leftside .ttk_footer_copy .ttk_footer_copy--col.enquiry-footer-copyright .ttk_footer_copy_each {
		justify-content: center;
		margin-top: 1rem;
	}

	.enquiryform .stickynav-wrp {
		position: static;
		padding: 0;
		order: -1;
	}

	.enquiryform .stickynav-wrp:before {
		content: none;
	}

	#franchise-form.is_desktop {
		display: none;
	}

	#franchise-form.active {
		display: block !important;
	}

	.enquiryform #franchise-form {

		background-color: #fff;
		padding: 20px;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}

	.in_active_content {
		display: none;
	}

	span.back-to {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-bottom: 1rem;
		color: #7D7D7D;
		text-transform: capitalize;
		font-size: 14px;
		text-decoration: underline;
	}

	.enquiry-form .form-title {
		text-align: left;
	}

	.enquiry-form .form-pra {
		text-align: left;
	}

	.enquiryform .cw-testimonials .cw-title {
		font-size: 18px;
	}

	.enquiryform-leftside .ttk_footer_copy .franchise-footer {
		margin-left: 0;
		margin-right: 0;
	}

	.enquiryform-leftside .ttk_footer_copy .franchise-footer .footer-section {
		padding-left: 0;
		padding-right: 0;
	}

	.enqury-rank {
		justify-content: center;
		text-align: center;
	}

	.enqury-rank-icon {
		display: none;
	}

	.enqury-rank-content h3 {
		text-align: center !important;
	}

	.tab-slider-swiper-container .banner_slider_slide .banner_slider_slide_content {
		padding: 10px;
		font-size: 14px;
	}

	.tab-slider-swiper-container .banner_slider_slide .banner_slider_slide_content p {
		font-size: 14px !important;
	}

	.enquire-templatepart .swiper-pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}

	.enquire-templatepart .swiper-horizontal>.swiper-pagination-bullets,
	.enquire-templatepart .swiper-pagination-bullets.swiper-pagination-horizontal,
	.enquire-templatepart .swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 5px;
	}

	.enqury-rank {
		display: flex;
		justify-content: center;
		margin-bottom: 1rem;
	}

	.enquiry-form-body .ttk_header {
		position: static !important;
	}

	.enquiry-form-body .ttk_header .ttk_header_info {
		display: block !important;
	}

	.enquiry-form-body .ttk_header .navbar-collapse {
		position: static !important;
		background: transparent !important;
	}

	.enquire-templatepart .swiper-slide-image {
		height: 175px;
	}
	.enqury-rank-content h3 {
		font-size: 14px !important;
	}

	.enquiry-form-body .enqury-rank-content p {
		font-size: 12px !important;
	}
	.enquire-templatepart .cw-obp-coloptions.people-first .content-col{
		padding-top: 1rem;
    	padding-bottom: 1rem;
	}
}

.top-header.ttk_header .menu-item-18 {
	display: none;
}

.enquiryform .enquiry-form .sent .cf7sg-response-output {
	margin: 0;
	font-size: 14px;
	background-color: #46b450 !important;
	color: #000000;
	border-color: #46b450 !important;
	padding: 10px;
}
@media screen and (max-width: 767px) {
.enquiry_form_text .cw-wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
}
@media (min-width: 1600px) {
.enquire-templatepart .swiper-slide-image {
	height: 200px;
}
}