* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	letter-spacing: 0.2px;
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	src: url('PlusJakartaSans-Medium.woff2') format('woff2'), url('PlusJakartaSans-Medium.woff') format('woff'), url('PlusJakartaSans-Medium.svg#PlusJakartaSans-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	src: url('PlusJakartaSans-Bold.woff2') format('woff2'), url('PlusJakartaSans-Bold.woff') format('woff'), url('PlusJakartaSans-Bold.svg#PlusJakartaSans-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	src: url('PlusJakartaSans-Regular.woff2') format('woff2'), url('PlusJakartaSans-Regular.woff') format('woff'), url('PlusJakartaSans-Regular.svg#PlusJakartaSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Cormorant Garamond';
	src: url('CormorantGaramond-Medium.woff2') format('woff2'), url('CormorantGaramond-Medium.woff') format('woff'), url('CormorantGaramond-Medium.svg#CormorantGaramond-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Cormorant Garamond';
	src: url('CormorantGaramond-Bold.woff2') format('woff2'), url('CormorantGaramond-Bold.woff') format('woff'), url('CormorantGaramond-Bold.svg#CormorantGaramond-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Cormorant Garamond';
	src: url('CormorantGaramond-Regular.woff2') format('woff2'), url('CormorantGaramond-Regular.woff') format('woff'), url('CormorantGaramond-Regular.svg#CormorantGaramond-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Cormorant Garamond';
	src: url('CormorantGaramond-SemiBold.woff2') format('woff2'), url('CormorantGaramond-SemiBold.woff') format('woff'), url('CormorantGaramond-SemiBold.svg#CormorantGaramond-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
a {
	outline: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
input, textarea {
	outline: none;
}
.tporchidfix {
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	width: 100%;
	z-index: 999;
	background: rgba(15,18,3,0.47);
	transition: all 0.5s ease-in-out;
}
.tporchidfix.sticky {
	position: fixed;
	background: rgba(15,18,3,0.85);
	transition: all 0.3s ease;
}
.tporchidfix.sticky .orchidlogo .logo {
	display: block;
	background: url(../images/orchid-spa-logo.png) no-repeat;
	background-size: 112px 70px;
	width: 112px;
	height: 70px;
}
.tporchidfix.sticky .orchidnavbar ul li a {
	color: #fff;
}
.tporchidfix.sticky .orchidnavbar ul li a:hover {
	color: #4679ee;
}
header .orchidlogo {
	float: left;
	margin: 20px 0;
}
header .orchidlogo .logo {
	display: block;
	background: url(../images/orchid-spa-logo.png) no-repeat;
	background-size: 112px 70px;
	width: 112px;
	height: 70px;
}
header .orchidlogo a {
	text-decoration: none;
}
header .orchidnavbar {
	position: relative;
	float: left;
	width: 70%;
	padding: 30px 0 0;
}
header .orchidnavbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .orchidnavbar ul li {
	position: relative;
	float: left;
	margin-right: 10px;
}
header .orchidnavbar ul li:last-child {
	margin-right: 0;
}
header .orchidnavbar ul li a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s;
	padding: 10px;
	margin: 0;
}
header .orchidnavbar ul li a:hover {
	color: #4679ee;
}
header .orchidnavbar ul li a:after {
	top: 0;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: width .4s linear 0s;
	width: 0;
	height: 0;
	background: url(../images/mnu-hrv.png) no-repeat;
	background-size: 23px 10px;
}
header .orchidnavbar ul li a:hover:after {
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 23px;
	height: 10px;
}
header .orchidnavbar li:hover > .sub-menu {
	text-align: left;
	opacity: 100;
	visibility: visible;
	top: 75px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .orchidnavbar li .sub-menu {
	position: fixed;
	min-width: 195px;
	background: #fff;
	padding: 20px;
	z-index: 9;
	left: 0;
	top: 120px;
	border-radius: 65px 0 0 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 7px 15px rgba(30, 34, 40, .06);
}
header .orchidnavbar li.srvsbmnu .sub-menu {
	width: 72%;
	left: 268px;
	min-height: 400px;
}
header .orchidnavbar li.srvsbmnu .sub-menu li {
	width: 33%;
	margin: 0 0 30px 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
header .orchidnavbar li.srvsbmnu .sub-menu li::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 15%;
	height: 1px;
	background: #cbcbcb;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
header .orchidnavbar li.srvsbmnu .sub-menu li:hover {
	-webkit-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	transform: translateY(-7px);
}
header .orchidnavbar li.srvsbmnu .sub-menu li:hover::before {
	width: 50%;
}
header .orchidnavbar li.srvsbmnu .sub-menu li a {
	color: #000;
	font-size: 15px;
	line-height: 19px;
	font-weight: 500;
	text-transform: none;
	padding: 38px 5px;
	border-radius: 50px 0 0 0;
}
header .orchidnavbar li.srvsbmnu .sub-menu li.mnupht1 a {
	background: url(../images/srv-mnupht1.jpg) no-repeat;
	background-size: 95px 95px;
	transition-duration: 0.5s;
	padding-left: 105px;
}
header .orchidnavbar li.srvsbmnu .sub-menu li:hover.mnupht1 a {
	background: url(../images/srv-mnupht1.jpg) no-repeat;
	background-size: 95px 95px;
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
	padding-left: 105px;
}
header .orchidnavbar li.srvsbmnu .sub-menu li.mnupht2 a {
	background: url(../images/srv-mnupht2.jpg) no-repeat;
	background-size: 95px 95px;
	transition-duration: 0.5s;
	padding-left: 105px;
}
header .orchidnavbar li.srvsbmnu .sub-menu li:hover.mnupht2 a {
	background: url(../images/srv-mnupht2.jpg) no-repeat;
	background-size: 95px 95px;
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
	padding-left: 105px;
}
header .orchidnavbar li.srvsbmnu .sub-menu li.mnupht3 a {
	background: url(../images/srv-mnupht3.jpg) no-repeat;
	background-size: 95px 95px;
	transition-duration: 0.5s;
	padding-left: 105px;
}
header .orchidnavbar li.srvsbmnu .sub-menu li:hover.mnupht3 a {
	background: url(../images/srv-mnupht3.jpg) no-repeat;
	background-size: 95px 95px;
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
	padding-left: 105px;
}
header .orchidnavbar li.srvsbmnu .sub-menu li.mnupht4 a {
	background: url(../images/srv-mnupht4.jpg) no-repeat;
	background-size: 95px 95px;
	transition-duration: 0.5s;
	padding-left: 105px;
}
header .orchidnavbar li.srvsbmnu .sub-menu li:hover.mnupht4 a {
	background: url(../images/srv-mnupht4.jpg) no-repeat;
	background-size: 95px 95px;
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
	padding-left: 105px;
}
header .orchidnavbar li.srvsbmnu .sub-menu li.mnupht5 a {
	background: url(../images/srv-mnupht5.jpg) no-repeat;
	background-size: 95px 95px;
	transition-duration: 0.5s;
	padding-left: 105px;
}
header .orchidnavbar li.srvsbmnu .sub-menu li:hover.mnupht5 a {
	background: url(../images/srv-mnupht5.jpg) no-repeat;
	background-size: 95px 95px;
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
	padding-left: 105px;
}
header .orchidnavbar li.srvsbmnu .sub-menu li.mnupht6 a {
	background: url(../images/srv-mnupht6.jpg) no-repeat;
	background-size: 95px 95px;
	transition-duration: 0.5s;
	padding-left: 105px;
}
header .orchidnavbar li.srvsbmnu .sub-menu li:hover.mnupht6 a {
	background: url(../images/srv-mnupht6.jpg) no-repeat;
	background-size: 95px 95px;
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
	padding-left: 105px;
}
header .orchidnavbar li.srvsbmnu .sub-menu li.mnupht7 a {
	background: url(../images/srv-mnupht7.jpg) no-repeat;
	background-size: 95px 95px;
	transition-duration: 0.5s;
	padding-left: 105px;
}
header .orchidnavbar li.srvsbmnu .sub-menu li:hover.mnupht7 a {
	background: url(../images/srv-mnupht7.jpg) no-repeat;
	background-size: 95px 95px;
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
	padding-left: 105px;
}
header .orchidnavbar li.srvsbmnu .sub-menu li.mnupht8 a {
	background: url(../images/srv-mnupht8.jpg) no-repeat;
	background-size: 95px 95px;
	transition-duration: 0.5s;
	padding-left: 105px;
}
header .orchidnavbar li.srvsbmnu .sub-menu li:hover.mnupht8 a {
	background: url(../images/srv-mnupht8.jpg) no-repeat;
	background-size: 95px 95px;
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
	padding-left: 105px;
}
header .bookvia-whatsapp {
	float: right;
	padding: 30px 0 0;
}
header .bookvia-whatsapp a {
	display: block;
	font-family: 'Cormorant Garamond';
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s;
	border-radius: 50px;
	background: #255bd5;
	padding: 8px 20px;
	margin: 0;
}
header .bookvia-whatsapp a:hover {
	color: #4679ec;
	background: #fff;
}
/*** Mobile Menu ****/

header .mobBar {
	display: none;
}
header .mobBar #TopMenu {
	display: block;
	cursor: pointer;
}
header .mobBar #TopMenu .bar1, .bar2, .bar3 {
	width: 30px;
	height: 2px;
	background: #fff;
	margin: 4px 0;
	transition: 0.4s;
}
header .mobBar .open-menu .bar1 {
	-webkit-transform: rotate(-42deg) translate(-4px, 4px);
	transform: rotate(-45deg) translate(-4px, 4px);
}
header .mobBar .open-menu .bar2 {
	-webkit-transform: rotate(45deg) translate(0, 0);
	transform: rotate(45deg) translate(0, 0);
}
header .mobBar .open-menu .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -11px);
	transform: rotate(45deg) translate(-6px, -6px);
}
header .mobBar .mobNav.active {
	display: block;
	transition: 0.5s;
}
header .mobBar .mobNav {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: -1;
	width: 320px;
	height: 420px;
	background: #255bd5;
	padding: 70px 0 20px;
	list-style: none;
	transition: width ease .6s;
	overflow-x: hidden;
	transition: 0.5s;
}
header .mobBar .mobNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .mobBar .mobNav li {
	width: 100%;
	position: relative;
	border-bottom: 1px solid rgba(256, 256, 256, 0.1);
}
header .mobBar .mobNav li a {
	display: block;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	line-height: 30px;
	padding: 10px 20px;
	margin: 0;
	text-decoration: none;
	transition: 0.3s;
}
header .mobBar .mobNav li a:hover {
	color: #fff;
}
header .mobBar .mobNav li.menu-item-has-children::before {
	content: '';
	position: absolute;
	top: 23px;
	right: 20px;
	height: 0;
	width: 0;
	border: 6px solid transparent;
	border-top-color: #fff;
}
header .mobBar .mobNav li .sub-menu.active {
	display: block;
	visibility: visible;
	top: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .mobBar .mobNav li .sub-menu {
	display: none;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	visibility: hidden;
	padding: 0 10px 10px;
}
header .mobBar .mobNav li .sub-menu li {
	border-bottom: none;
}
header .mobBar .mobNav li .sub-menu li a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	padding: 5px 20px;
	margin: 0;
	text-decoration: none;
	transition: 0.3s;
}
header .mobBar .mobNav li .sub-menu li a:hover {
	color: #fff;
}
/** END **/
.welcomeorchidtxt-section {
	position: relative;
	padding: 50px 0;
	background: url(../images/flowerbg.jpg) no-repeat right top;
}
.welcomeorchidtxt-section h1 {
	position: relative;
	font-family: 'Cormorant Garamond';
	display: block;
	color: #2f3f63;
	font-size: 44px;
	font-weight: 700;
	line-height: 60px;
	padding: 0 0 30px;
	margin: 0 0 15px;
}
.welcomeorchidtxt-section h1:after {
	position: absolute;
	content: "";
	width: 115px;
	height: 1px;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0,0,0,0.2);
}
.welcomeorchidtxt-section h1:before {
	position: absolute;
	content: "";
	width: 55px;
	height: 24px;
	left: 30px;
	bottom: 0;
	z-index: 1;
	background: url(../images/headbg1.png) no-repeat;
	background-size: 55px 24px;
}
.welcomeorchidtxt-section p {
	display: block;
	color: #5e626b;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	padding: 10px 5%;
	margin: 0;
}
.welcomeorchidtxt-section p strong {
	color: #4e5b77;
	font-weight: 700;
}
.welcomeorchidtxt-section .alignleft {
	width: 100%;
	height: auto;
	border-radius: 250px 0 0 250px;
}
.welcomeorchidtxt-section .bookyour-appointment {
	position: relative;
	border-radius: 100px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	padding: 20px 30px 40px;
	margin: 50px 14% 0;
	text-align: center;
}
.welcomeorchidtxt-section .bookyour-appointment .bokapointment {
	display: block;
}
.welcomeorchidtxt-section .bookyour-appointment .bokapointment a {
	display: block;
	font-family: 'Cormorant Garamond';
	font-size: 27px;
	color: #1e2432;
	font-weight: 500;
	line-height: 56px;
	padding: 0 0 0 75px;
	background: url(../images/calicn.png) no-repeat;
	background-size: 56px 56px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.welcomeorchidtxt-section .bookyour-appointment .bokapointment a:hover {
	color: #2a56b9;
	text-decoration: none;
	background: url(../images/calicn.png) no-repeat;
	background-size: 56px 56px;
}
.welcomeorchidtxt-section .bookyour-appointment .callbutton {
	position: absolute;
	left: 0;
	right: 0;
	margin: 15px auto 0;
}
.welcomeorchidtxt-section .bookyour-appointment .callbutton a {
	display: inline-block;
	font-family: 'Cormorant Garamond';
	font-size: 31px;
	color: #fff;
	font-weight: 500;
	line-height: 45px;
	text-decoration: none;
	padding: 0 25px 10px;
	margin: 0;
	background: #8E6303;
	border-radius: 50px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.welcomeorchidtxt-section .bookyour-appointment .callbutton a:hover {
	color: #fff;
	text-decoration: none;
}
.ourorchid-servics-section {
	position: relative;
	padding: 50px 0;
	background: #fcfcf7;
	text-align: center;
}
.ourorchid-servics-section h2 {
	position: relative;
	font-family: 'Cormorant Garamond';
	display: block;
	color: #2f3f63;
	font-size: 44px;
	font-weight: 700;
	line-height: 60px;
	padding: 0 0 30px;
	margin: 0 0 15px;
}
.ourorchid-servics-section h2:after {
	position: absolute;
	content: "";
	width: 115px;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 1;
	background: rgba(0,0,0,0.2);
}
.ourorchid-servics-section h2:before {
	position: absolute;
	content: "";
	width: 55px;
	height: 24px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 1;
	background: url(../images/headbg1.png) no-repeat;
	background-size: 55px 24px;
}
.ourorchid-servics-section .innsrv-contbx {
	position: relative;
	width: 22%;
	float: left;
	margin: 150px 15px 20px;
	text-align: center;
	background: #f2f2e5;
	padding: 25px 15px;
	transition: 0.3s;
	border-radius: 50px 50px 10px 10px;
}
.ourorchid-servics-section .innsrv-contbx:hover {
	background: #4679ec;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.ourorchid-servics-section .innsrv-contbx h3 {
	font-family: 'Cormorant Garamond';
	display: block;
	color: #222;
	font-size: 23px;
	font-weight: 600;
	line-height: 40px;
	padding: 0;
	margin: 0;
}
.ourorchid-servics-section .innsrv-contbx:hover h3 {
	color: #fff;
}
.ourorchid-servics-section .innsrv-contbx a {
	text-decoration: none;
}
.ourorchid-servics-section .innsrv-contbx .srvimg-bx {
	width: 230px;
	text-align: center;
	display: block;
	margin: -140px auto 20px;
	position: relative;
	z-index: 1;
	border-radius: 50%;
}
.ourorchid-servics-section .innsrv-contbx .srvimg-bx img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.ourorchid-servics-section .innsrv-contbx .srvimg-bx:before {
	content: "";
	background: url(../images/bordered-circle.png);
	background-repeat: no-repeat;
	background-size: 216px 216px;
	width: 216px;
	height: 216px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	top: 7px;
}
.ourorchid-servics-section .innsrv-contbx:hover .srvimg-bx:before {
	-webkit-animation: rotating 0.1s linear infinite;
	-moz-animation: rotating 0.1s linear infinite;
	-ms-animation: rotating 0.1s linear infinite;
	-o-animation: rotating 0.1s linear infinite;
	animation: rotating 0.1s linear infinite;
}
@keyframes rotating {
from {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
}
 @-webkit-keyframes rotating {
from {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
}
.orchidspa-benefits-section {
	position: relative;
	padding: 100px 0;
	background: url(https://webonlinecity.com/orchidweb/wp-content/uploads/2026/02/spabody-bg.jpg) no-repeat;
	background-size: cover;
}
.orchidspa-benefits-section .tbx {
	width: 80%;
	padding: 50px 30px;
	background: rgba(0,0,0,0.2);
}
.orchidspa-benefits-section .tbx h3 {
	position: relative;
	font-family: 'Cormorant Garamond';
	display: block;
	color: #fff;
	font-size: 44px;
	font-weight: 700;
	line-height: 50px;
	padding: 0 0 30px;
	margin: 0 0 15px;
}
.orchidspa-benefits-section .tbx h3:after {
	position: absolute;
	content: "";
	width: 115px;
	height: 1px;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0,0,0,0.2);
}
.orchidspa-benefits-section .tbx h3:before {
	position: absolute;
	content: "";
	width: 55px;
	height: 24px;
	left: 30px;
	bottom: 0;
	z-index: 1;
	background: url(../images/headbg1.png) no-repeat;
	background-size: 55px 24px;
}
.orchidspa-benefits-section .tbx p {
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 32px;
	padding: 10px 0;
	margin: 0;
}
.orchidspa-benefits-section .benefitsbx {
	position: relative;
	float: left;
	width: 50%;
	padding: 20px;
	text-align: left;
}
.orchidspa-benefits-section .benefitsbx h4 {
	font-family: 'Cormorant Garamond';
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	line-height: 32px;
	padding: 0;
	margin: 0;
}
.orchidspa-benefits-section .benefitsbx p {
	margin: 0;
}
.orchidspa-benefits-section .benefitsbx img {
	display: block;
	margin-bottom: 10px;
}
.orchidspa-benefits-section .benefitsbx:hover a {
	text-decoration: none;
}
.aboutorchid-content-section {
	position: relative;
	padding: 50px 0;
	background: url(../images/flowerbg.jpg) no-repeat left top;
}
.aboutorchid-content-section .container {
	width: 1100px;
}
.aboutorchid-content-section h2 {
	position: relative;
	font-family: 'Cormorant Garamond';
	display: block;
	color: #2f3f63;
	font-size: 44px;
	font-weight: 700;
	line-height: 50px;
	padding: 0 0 30px;
	margin: 0 0 15px;
}
.aboutorchid-content-section h2:after {
	position: absolute;
	content: "";
	width: 115px;
	height: 1px;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0,0,0,0.2);
}
.aboutorchid-content-section h2:before {
	position: absolute;
	content: "";
	width: 55px;
	height: 24px;
	left: 30px;
	bottom: 0;
	z-index: 1;
	background: url(../images/headbg1.png) no-repeat;
	background-size: 55px 24px;
}
.aboutorchid-content-section h3 {
	position: relative;
	font-family: 'Cormorant Garamond';
	display: block;
	color: #2f3f63;
	font-size: 44px;
	font-weight: 700;
	line-height: 50px;
	padding: 0 0 30px;
	margin: 0 0 15px;
}
.aboutorchid-content-section h3:after {
	position: absolute;
	content: "";
	width: 115px;
	height: 1px;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0,0,0,0.2);
}
.aboutorchid-content-section h3:before {
	position: absolute;
	content: "";
	width: 55px;
	height: 24px;
	left: 30px;
	bottom: 0;
	z-index: 1;
	background: url(../images/headbg1.png) no-repeat;
	background-size: 55px 24px;
}
.aboutorchid-content-section p {
	display: block;
	color: #5e626b;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	padding: 10px 0;
	margin: 0;
}
.aboutorchid-content-section p strong {
	display: block;
	color: #4e5b77;
	font-size: 19px;
	font-weight: 700;
	padding-bottom: 15px;
}
.aboutorchid-content-section .alignright {
	width: 48%;
	height: auto;
	float: right;
	margin: 0 0 0 50px;
	border-radius: 0 250px 250px 0;
}
.aboutorchid-content-section1 {
	position: relative;
	padding: 50px 0;
	background: url(../images/flowerbg.jpg) no-repeat right top;
}
.aboutorchid-content-section1 .container {
	width: 1100px;
}
.aboutorchid-content-section1 h3 {
	position: relative;
	font-family: 'Cormorant Garamond';
	display: block;
	color: #2f3f63;
	font-size: 44px;
	font-weight: 700;
	line-height: 50px;
	padding: 0 0 30px;
	margin: 0 0 15px;
}
.aboutorchid-content-section1 h3:after {
	position: absolute;
	content: "";
	width: 115px;
	height: 1px;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0,0,0,0.2);
}
.aboutorchid-content-section1 h3:before {
	position: absolute;
	content: "";
	width: 55px;
	height: 24px;
	left: 30px;
	bottom: 0;
	z-index: 1;
	background: url(../images/headbg1.png) no-repeat;
	background-size: 55px 24px;
}
.aboutorchid-content-section1 p {
	display: block;
	color: #5e626b;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	padding: 10px 0;
	margin: 0;
}
.aboutorchid-content-section1 p strong {
	display: block;
	color: #4e5b77;
	font-size: 19px;
	font-weight: 700;
	padding-bottom: 15px;
}
.aboutorchid-content-section1 .alignleft {
	width: 48%;
	height: auto;
	float: left;
	margin: 0 50px 0 0;
	border-radius: 250px 0 0 250px;
}
.newestorchid-trends-section {
	position: relative;
	padding: 80px 0;
	text-align: center;
	background: #f9f9f9;
}
.newestorchid-trends-section h3 {
	position: relative;
	font-family: 'Cormorant Garamond';
	display: block;
	color: #2f3f63;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	padding: 0 0 30px;
	margin: 0 0 15px;
}
.newestorchid-trends-section h3:after {
	position: absolute;
	content: "";
	width: 115px;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 1;
	background: rgba(0,0,0,0.2);
}
.newestorchid-trends-section h3:before {
	position: absolute;
	content: "";
	width: 55px;
	height: 24px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 1;
	background: url(../images/headbg1.png) no-repeat;
	background-size: 55px 24px;
}
.newestorchid-trends-section .trendstbx {
	text-align: center;
	margin: 25px 0 0;
	background: #fff;
}
.newestorchid-trends-section .trendstbx h4 {
	font-family: 'Cormorant Garamond';
	font-size: 24px;
	color: #4e5b77;
	line-height: 32px;
	font-weight: 600;
	margin: 0;
	padding: 0 20px 30px;
}
.newestorchid-trends-section .trendstbx h4 a {
	font-family: 'Cormorant Garamond';
	font-size: 24px;
	color: #4e5b77;
	line-height: 32px;
	font-weight: 600;
	text-decoration:none;
}
.newestorchid-trends-section .trendstbx .admnbx {
	display: block;
	font-size: 12px;
	color: #b5b5b5;
	line-height: 18px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 20px;
}
.newestorchid-trends-section .trendstbx .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	width: 100%;
	margin: 0 0 15px;
}
.newestorchid-trends-section .trendstbx .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 5px;
}
.newestorchid-trends-section .trendstbx:hover .imgbx img {
	transform: scale(1.1);
	will-change: transform;
}
.orchidfaqs-tabcontent-section {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
}
.orchidfaqs-tabcontent-section h3 {
	position: relative;
	display: block;
	font-size: 29px;
	color: #000;
	line-height: 50px;
	font-weight: 600;
	text-align: center;
	margin: 0;
	padding: 0 0 20px;
}
.orchidfaqs-tabcontent-section h3:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 30px;
	left: 0;
	right: 0;
	bottom: -10px;
	background: url(../images/icnshp.png) no-repeat;
	background-size: 41px 30px;
	margin: 0 auto;
	z-index: 1;
}
.orchidfaqs-tabcontent-section .imgbx {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.orchidfaqs-tabcontent-section .accordion {
	overflow-anchor: none;
	width: 80%;
	margin: 0 auto;
}
.orchidfaqs-tabcontent-section .accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: 0;
}
.orchidfaqs-tabcontent-section .card {
	border: none;
	border-radius: inherit;
	background-color: inherit;
	margin: 15px 0;
}
.orchidfaqs-tabcontent-section .card-header {
	border-bottom: none;
	background-color: inherit;
	padding: 0;
}
.orchidfaqs-tabcontent-section .text-left {
	font-size: 16px;
	color: #422625;
	line-height: 50px;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid #e3d39c;
	margin: 0;
	padding: 10px 20px;
}
.orchidfaqs-tabcontent-section .collapsed::before {
	content: '';
	position: absolute;
	top: 20px;
	right: 20px;
	width: 33px;
	height: 33px;
	background: url(../images/faqarw.png) no-repeat;
	background-size: 33px 33px;
}
.orchidfaqs-tabcontent-section .show::before {
	content: '';
	position: absolute;
	top: 20px;
	right: 20px;
	width: 33px;
	height: 33px;
	background: url(../images/faqarwh.png) no-repeat;
	background-size: 33px 33px;
}
.orchidfaqs-tabcontent-section .faqcontent {
	padding: 15px 20px;
}
.orchidfaqs-tabcontent-section .faqcontent p {
	font-size: 15px;
	color: #422625;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.orchidfaqs-tabcontent-section .faqcontent p a {
	font-size: 15px;
	color: #000;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.orchidrequestform-section {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
	background: url(https://webonlinecity.com/orchidweb/wp-content/uploads/2026/02/frmbg.jpg) no-repeat;
	background-size: 650px 700px;
}
.orchidrequestform-section .innrcontactform {
	width: 80%;
	float: left;
}
.orchidrequestform-section .innrcontactform .inpnme {
	width: 100%;
	float: left;
	font-family: 'Plus Jakarta Sans';
	font-size: 15px;
	color: #324f90;
	font-weight: normal;
	line-height: 24px;
	padding: 15px;
	margin: 5px 0;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #324f90;
}
.orchidrequestform-section .innrcontactform .inpnme::placeholder {
 color:#324f90;
}
.orchidrequestform-section .innrcontactform .inpeml {
	width: 100%;
	float: left;
	font-family: 'Plus Jakarta Sans';
	font-size: 15px;
	color: #324f90;
	font-weight: normal;
	line-height: 24px;
	padding: 15px;
	margin: 5px 0;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #324f90;
}
.orchidrequestform-section .innrcontactform .inpeml::placeholder {
 color:#324f90;
}
.orchidrequestform-section .innrcontactform textarea {
	width: 100%;
	height: 110px;
	float: left;
	font-family: 'Plus Jakarta Sans';
	font-size: 15px;
	color: #324f90;
	font-weight: normal;
	line-height: 24px;
	padding: 15px;
	margin: 5px 0;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #324f90;
}
.orchidrequestform-section .innrcontactform textarea::placeholder {
 color: #324f90;
}
.orchidrequestform-section .innrcontactform .sbmt-btn {
	float: left;
	font-family: 'Plus Jakarta Sans';
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	padding: 15px 30px;
	margin: 10px 0;
	background: #324f90;
	text-transform: uppercase;
	border-radius: 5px;
	border: 1px solid #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.whtsap-chatlink {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 99;
}
.whtsap-chatlink a {
	display: block;
	font-size: 19px;
	color: #fff;
	font-weight: 500;
	line-height: 24px;
	padding: 9px 20px 9px 55px;
	background: url(../images/w-icn.png) no-repeat 20px 8px #25d366;
	background-size: 25px 25px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	border-radius: 50px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.whtsap-chatlink a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/w-icn.png) no-repeat 20px 8px #25d366;
	background-size: 25px 25px;
}
.callnow-buttonlink {
	position: fixed;
	bottom: 25px;
	left: 20px;
	z-index: 99;
}
.callnow-buttonlink a {
	display: block;
	font-size: 1px;
	color: #fff;
	font-weight: 400;
	line-height: 60px;
	text-indent: -100000px;
	width: 55px;
	height: 55px;
	background: url(../images/cal-icn1.png) no-repeat 13px 13px #255bd5;
	background-size: 30px 30px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	border-radius: 50%;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.callnow-buttonlink a:hover {
	text-decoration: none;
}
.orchidfoterbx {
	position: relative;
	background: url(../images/ftbg.jpg) no-repeat;
	background-size: cover;
}
.orchidfoterbx::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(256, 256, 256, 0.85);
}
.orchidfoterbx h4 {
	position: relative;
	font-family: 'Cormorant Garamond';
	display: block;
	color: #324f90;
	font-size: 27px;
	font-weight: 600;
	line-height: 30px;
	padding: 0 0 15px;
	margin: 0 0 10px;
}
.orchidfoterbx h4::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #4679ec;
}
.orchidfoterbx .ft-linkbx {
	float: left;
	width: 50%;
	padding: 50px 0;
}
.orchidfoterbx .ft-linkbx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.orchidfoterbx .ft-linkbx ul li {
	position: relative;
	padding: 8px 0;
}
.orchidfoterbx .ft-linkbx ul li a {
	display: block;
	color: #324f90;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	background: url(../images/ftlnk.png) no-repeat 0 8px;
	background-size: 15px 12px;
	padding: 0 0 0 23px;
	margin: 0;
	text-decoration: none;
}
.orchidfoterbx .ft-linkbx ul li a:hover {
	color: #324f90;
	text-decoration: none;
}
.orchidfoterbx .ftlogo {
	float: left;
	width: 100%;
	padding: 50px 0 0;
}
.orchidfoterbx .ftlogo .logo {
	display: block;
	background: url(../images/ftorchid-spa-logo.png) no-repeat;
	background-size: 160px 100px;
	width: 160px;
	height: 100px;
}
.orchidfoterbx .ftlogo a {
	text-decoration: none;
}
.orchidfoterbx .ftabt {
	float: left;
	width: 80%;
	color: #324f90;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 30px 0;
	margin: 0;
}
.orchidfoterbx .ftadrs {
	float: left;
	width: 80%;
	padding: 15px 0;
}
.orchidfoterbx .ftadrs .tbx {
	float: left;
	color: #324f90;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	padding: 0;
	margin: 7px 0;
}
.orchidfoterbx .ftadrs .tbx {
	float: left;
	width: 100%;
}
.orchidfoterbx .ftadrs .tbx img {
	float: left;
	width: 22px;
	height: auto;
	margin-right: 7px;
	margin-top: 5px;
}
.orchidfoterbx .ftadrs .tbx a {
	color: #324f90;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	padding: 0;
	text-decoration: none;
}
.orchidfoterbx .ftadrs .tbx a:hover {
	color: #324f90;
	text-decoration: none;
}
.orchidfoterbx .cpy-rgtbx {
	float: left;
	width: 50%;
	color: #324f90;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	padding: 20px 0;
	margin: 0;
}
.orchidfoterbx .cpy-rgtbx a {
	color: #324f90;
	font-size: 14px;
	text-decoration: none;
}
.orchidfoterbx .dsgnby {
	float: left;
	width: 50%;
	color: #324f90;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-align: right;
	padding: 20px 0;
	margin: 0;
}
.orchidfoterbx .dsgnby a {
	color: #324f90;
	text-decoration: none;
}
/****** INNER PAGE CSS ******/

.inner-orchidmainhero-section {
	position: relative;
	width: 100%;
}
.inner-orchidmainhero-section img {
	width: 100%;
	height: auto;
}
.inner-orchidmainhero-section .banrtitle {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	text-align: center;
}
.inner-orchidmainhero-section .banrtitle h4 {
	font-family: 'Cormorant Garamond';
	font-size: 62px;
	color: #fff;
	line-height: 60px;
	font-weight: 700;
	margin: 250px 0 0;
	padding: 0;
}
.inneraboutpge-orchidtxt-section {
	position: relative;
	padding: 50px 0;
	background: url(../images/flowerbg.jpg) no-repeat right top;
}
.inneraboutpge-orchidtxt-section h1 {
	position: relative;
	font-family: 'Cormorant Garamond';
	display: block;
	color: #2f3f63;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	padding: 0 0 30px;
	margin: 0 0 15px;
}
.inneraboutpge-orchidtxt-section h1:after {
	position: absolute;
	content: "";
	width: 115px;
	height: 1px;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0,0,0,0.2);
}
.inneraboutpge-orchidtxt-section h1:before {
	position: absolute;
	content: "";
	width: 55px;
	height: 24px;
	left: 30px;
	bottom: 0;
	z-index: 1;
	background: url(../images/headbg1.png) no-repeat;
	background-size: 55px 24px;
}
.inneraboutpge-orchidtxt-section h3 {
	display: block;
	font-family: 'Cormorant Garamond';
	color: #2f3f63;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	padding: 0 0 20px;
	margin: 0;
}
.inneraboutpge-orchidtxt-section h3 strong {
	font-family: 'Cormorant Garamond';
	color: #4679ec;
	font-size: 42px;
	font-weight: 700;
	line-height: 42px;
}
.inneraboutpge-orchidtxt-section p {
	display: block;
	color: #5e626b;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	padding: 10px 0;
	margin: 0;
}
.inneraboutpge-orchidtxt-section p strong {
	display: block;
	color: #4e5b77;
	font-size: 19px;
	font-weight: 700;
	padding-bottom: 15px;
}
.inneraboutpge-orchidtxt-section .alignleft {
	width: 48%;
	height: auto;
	float: right;
	margin: 0 0 0 50px;
	border-radius: 250px 0 0 250px;
}
.innerspamassage-content-section {
	position: relative;
	padding: 50px 0;
	text-align: center;
}
.innerspamassage-content-section .tbx {
	padding: 50px;
	background: #376be1;
	min-height: 700px;
}
.innerspamassage-content-section h2 {
	position: relative;
	font-family: 'Cormorant Garamond';
	display: block;
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	padding: 0 0 30px;
	margin: 0 0 15px;
}
.innerspamassage-content-section h2:after {
	position: absolute;
	content: "";
	width: 115px;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 1;
	background: rgba(0,0,0,0.2);
}
.innerspamassage-content-section h2:before {
	position: absolute;
	content: "";
	width: 55px;
	height: 24px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 1;
	background: url(../images/headbg1.png) no-repeat;
	background-size: 55px 24px;
}
.innerspamassage-content-section p {
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 32px;
	padding: 0;
	margin: 0;
}
.innerspamassage-content-section .pt {
	display: block;
	font-family: 'Cormorant Garamond';
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	padding: 10px 0;
	margin: 0;
}
.innerspamassage-content-section ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.innerspamassage-content-section ul li {
	display: inline-block;
	width: 32%;
	font-family: 'Cormorant Garamond';
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	line-height: 24px;
	padding: 50px 0 0;
	margin: 0;
}
.innerspamassage-content-section ul li img {
	display: block;
	width: auto;
	height: 60px;
	margin: 0 auto 10px;
}
.innerspamassage-content-section .alignright {
	width: 100%;
	height: auto;
	transition-duration: 0.5s;
}
.innerspamassage-content-section .alignright:hover {
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.inner-orchidspa-meetteam-section {
	position: relative;
	padding: 50px 0;
	background: #f9f9f9;
	text-align: center;
}
.inner-orchidspa-meetteam-section h3 {
	position: relative;
	font-family: 'Cormorant Garamond';
	display: block;
	color: #2f3f63;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	padding: 0 0 30px;
	margin: 0 0 15px;
}
.inner-orchidspa-meetteam-section h3:after {
	position: absolute;
	content: "";
	width: 115px;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	margin: 0 auto;
	background: rgba(0,0,0,0.2);
}
.inner-orchidspa-meetteam-section h3:before {
	position: absolute;
	content: "";
	width: 55px;
	height: 24px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	margin: 0 auto;
	background: url(../images/headbg1.png) no-repeat;
	background-size: 55px 24px;
}
.inner-orchidspa-meetteam-section .teambx {
	position: relative;
	padding: 20px;
	text-align: right;
}
.inner-orchidspa-meetteam-section .teambx h4 {
	font-family: 'Cormorant Garamond';
	color: #4e5b77;
	font-size: 28px;
	font-weight: 500;
	line-height: 32px;
	padding: 0 20px 0 0;
	margin: 0;
}
.inner-orchidspa-meetteam-section .teambx p {
	display: block;
	color: #4e5b77;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding: 0 20px 0 0;
	margin: 0;
}
.inner-orchidspa-meetteam-section .teambx img {
	display: block;
	margin-bottom: 10px;
	border-radius: 250px 0 0 250px;
	transition-duration: 0.5s;
}
.inner-orchidspa-meetteam-section .teambx:hover img {
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
/****** INNER PAGE CSS ******/

.innercontact-detailpage-section {
	position: relative;
	background: url(../images/contactus-bg1.jpg) no-repeat;
	background-size: cover;
	min-height: 800px;
}
.innercontact-detailpage-section .inncontact-info {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	text-align: center;
}
.innercontact-detailpage-section .inncontact-info h2 {
	position: relative;
	font-family: 'Cormorant Garamond';
	display: block;
	color: #fff;
	font-size: 70px;
	font-weight: 700;
	line-height: 70px;
	padding: 0 0 30px;
	margin: 190px 0 30px;
}
.innercontact-detailpage-section .inncontact-info h2:after {
	position: absolute;
	content: "";
	width: 115px;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	margin: 0 auto;
	background: rgba(256,256,256,0.5);
}
.innercontact-detailpage-section .inncontact-info h2:before {
	position: absolute;
	content: "";
	width: 55px;
	height: 24px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	margin: 0 auto;
	background: url(../images/headbg1.png) no-repeat;
	background-size: 55px 24px;
}
.innercontact-detailpage-section .inncontact-info h3 {
	font-family: 'Cormorant Garamond';
	font-size: 22px;
	color: #fff;
	line-height: 40px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 15px 0;
	padding: 0;
}
.innercontact-detailpage-section .inncontact-info .infobx {
	padding: 30px 20px;
	margin: 20px 0 0;
	background: rgba(256,256,256,0.2);
	border-radius: 20px;
	min-height: 295px;
}
.innercontact-detailpage-section .inncontact-info .infobx img {
	width: 100px;
	height: auto;
	border: 1px solid rgba(256,256,256,0.7);
	background: #222;
	padding: 10px;
	margin: 0;
	border-radius: 50%;
}
.innercontact-detailpage-section .inncontact-info .infobx h4 {
	font-family: 'Cormorant Garamond';
	font-size: 22px;
	color: #fff;
	line-height: 40px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.innercontact-detailpage-section .inncontact-info .infobx p {
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 30px;
	padding: 10px 0;
	margin: 0;
}
.innercontact-detailpage-section .inncontact-info .infobx p a {
	color: #fff;
	text-decoration: none;
}
.innercontact-pgeform-section {
	position: relative;
	padding: 50px 0;
}
.innercontact-pgeform-section .innrformbx {
	width: 100%;
	float: left;
	padding: 0 50px;
}
.innercontact-pgeform-section .innrformbx h3 {
	font-family: 'Cormorant Garamond';
	display: block;
	color: #2f3f63;
	font-size: 42px;
	font-weight: 700;
	line-height: 42px;
	padding: 0;
	margin: 0 0 15px;
}
.innercontact-pgeform-section .innrformbx .inpnme {
	width: 48%;
	float: left;
	font-family: 'Plus Jakarta Sans';
	font-size: 15px;
	color: #324f90;
	font-weight: normal;
	line-height: 24px;
	padding: 15px;
	margin: 5px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #324f90;
}
.innercontact-pgeform-section .innrformbx .inpnme::placeholder {
 color:#324f90;
}
.innercontact-pgeform-section .innrformbx .inpeml {
	width: 97.4%;
	float: left;
	font-family: 'Plus Jakarta Sans';
	font-size: 15px;
	color: #324f90;
	font-weight: normal;
	line-height: 24px;
	padding: 15px;
	margin: 5px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #324f90;
}
.innercontact-pgeform-section .innrformbx .inpeml::placeholder {
 color:#324f90;
}
.innercontact-pgeform-section .innrformbx textarea {
	width: 97.4%;
	height: 110px;
	float: left;
	font-family: 'Plus Jakarta Sans';
	font-size: 15px;
	color: #324f90;
	font-weight: normal;
	line-height: 24px;
	padding: 15px;
	margin: 5px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #324f90;
}
.innercontact-pgeform-section .innrformbx textarea::placeholder {
 color: #324f90;
}
.innercontact-pgeform-section .innrformbx .sbmt-btn {
	float: left;
	font-family: 'Plus Jakarta Sans';
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	padding: 15px 30px;
	margin: 10px 5px;
	background: #324f90;
	text-transform: uppercase;
	border-radius: 5px;
	border: 1px solid #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.innercontact-pgeform-section .innrmapbx {
	width: 90%;
	float: left;
}
.innercontact-pgeform-section .innrmapbx h3 {
	font-family: 'Cormorant Garamond';
	display: block;
	color: #2f3f63;
	font-size: 42px;
	font-weight: 700;
	line-height: 42px;
	padding: 0;
	margin: 0 0 15px;
}
.innercontact-pgeform-section .innrmapbx iframe {
	width: 100%;
	height: 250px;
	border: 1px solid #324f90;
	border-radius: 10px;
	background: #fff;
	padding: 10px;
}
/*** BLOG CSS ***/

.innerorchid-insightlist-section {
	position: relative;
	padding: 50px 0;
}
.innerorchid-insightlist-section .container {
	width: 1200px;
}
.innerorchid-insightlist-section .indiv-insightpost {
	width: 100%;
	float: left;
	margin: 0 0 30px;
	background: #f8f8f8;
}
.innerorchid-insightlist-section .indiv-insightpost .insight-img {
	position: relative;
	overflow: hidden;
	width: 50%;
	float: left;
}
.innerorchid-insightlist-section .indiv-insightpost .insight-img img {
	width: 100%;
	height: auto;
	transition: all .4s;
}
.innerorchid-insightlist-section .indiv-insightpost:hover .insight-img img {
	transform: scale(1.1);
	will-change: transform;
}
.innerorchid-insightlist-section .indiv-insightpost .insight-dsc {
	position: relative;
	overflow: hidden;
	width: 50%;
	float: left;
	padding: 20px;
}
.innerorchid-insightlist-section .indiv-insightpost .insight-dsc h2 {
	display: block;
	font-family: 'Cormorant Garamond';
	color: #2f3f63;
	font-size: 31px;
	font-weight: 700;
	line-height: 36px;
	padding: 0;
	margin: 0 0 5px;
}
.innerorchid-insightlist-section .indiv-insightpost .insight-dsc h2 a {
	font-family: 'Cormorant Garamond';
	color: #2f3f63;
	text-decoration: none;
}
.innerorchid-insightlist-section .indiv-insightpost .insight-dsc h2 a:hover {
	font-family: 'Cormorant Garamond';
	color: #2f3f63;
	text-decoration: none;
	opacity: 0.8;
}
.innerorchid-insightlist-section .indiv-insightpost .insight-dsc p {
	display: block;
	color: #4e5b77;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.innerorchid-insightlist-section .indiv-insightpost .dteline {
	position: relative;
	display: block;
	font-size: 12px;
	color: #afbcdb;
	line-height: 20px;
	font-weight: 500;
	padding: 0 0 0 50px;
	margin: 0;
}
.innerorchid-insightlist-section .indiv-insightpost .dteline::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 40px;
	height: 1px;
	background: #afbcdb;
	z-index: 1;
}
.innerorchid-insightlist-section .indiv-insightpost .morebtn {
	display: block;
	padding: 10px 0 0;
}
.innerorchid-insightlist-section .indiv-insightpost .morebtn a {
	display: inline-block;
	color: #324f90;
	font-size: 13px;
	font-weight: 500;
	line-height: 21px;
	text-decoration: none;
	text-transform: uppercase;
	background: #fff;
	padding: 8px 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.innerorchid-insightlist-section .indiv-insightpost .morebtn a:hover {
	color: #fff;
	background: #324f90;
}
.innerorchid-insightlist-section .indiv-recent-mnubx {
	padding: 20px 30px 30px;
	margin: 0 0 0 30px;
	background: #f8f8f8;
}
.innerorchid-insightlist-section .indiv-recent-mnubx h3 {
	position: relative;
	display: block;
	font-family: 'Cormorant Garamond';
	color: #2f3f63;
	font-size: 38px;
	font-weight: 700;
	line-height: 42px;
	padding: 0 0 10px;
	margin: 0 0 15px;
}
.innerorchid-insightlist-section .indiv-recent-mnubx h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #4679ec;
}
.innerorchid-insightlist-section .indiv-recent-mnubx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.innerorchid-insightlist-section .indiv-recent-mnubx ul li {
	position: relative;
	padding: 5px 0;
	border-bottom: 1px solid #e9e9e9;
}
.innerorchid-insightlist-section .indiv-recent-mnubx ul li a {
	display: block;
	color: #4e5b77;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	background: url(../images/list-mnu.png) no-repeat 0 15px;
	background-size: 15px 12px;
	padding: 5px 0 5px 23px;
	margin: 0;
	text-decoration: none;
}
.innerorchid-insightlist-section .indiv-recent-mnubx ul li a:hover {
	color: #4679ee;
	background: url(../images/list-mnu.png) no-repeat 0 15px;
	background-size: 15px 12px;
	text-decoration: none;
}
.innerorchid-insightlist-section .indiv-categorie-mnubx {
	padding: 20px 30px 30px;
	margin: 0 0 0 30px;
	background: #f8f8f8;
}
.innerorchid-insightlist-section .indiv-categorie-mnubx h3 {
	position: relative;
	display: block;
	font-family: 'Cormorant Garamond';
	color: #2f3f63;
	font-size: 38px;
	font-weight: 700;
	line-height: 42px;
	padding: 0 0 10px;
	margin: 0 0 15px;
}
.innerorchid-insightlist-section .indiv-categorie-mnubx h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #4679ec;
}
.innerorchid-insightlist-section .indiv-categorie-mnubx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.innerorchid-insightlist-section .indiv-categorie-mnubx ul li {
	position: relative;
	padding: 5px 0;
	margin: 0 0 5px;
	border-bottom: 1px solid #e9e9e9;
}
.innerorchid-insightlist-section .indiv-categorie-mnubx ul li a {
	display: block;
	color: #4e5b77;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	background: url(../images/list-mnu.png) no-repeat 0 15px;
	background-size: 15px 12px;
	padding: 5px 0 5px 23px;
	margin: 0;
	text-decoration: none;
}
.innerorchid-insightlist-section .indiv-categorie-mnubx ul li a:hover {
	color: #4679ee;
	background: url(../images/list-mnu.png) no-repeat 0 15px;
	background-size: 15px 12px;
	text-decoration: none;
}
.innerorchid-insightlist-section .indiv-insightpost-detail {
	width: 100%;
	float: left;
}
.innerorchid-insightlist-section .indiv-insightpost-detail .dteline {
	position: relative;
	display: block;
	font-size: 12px;
	color: #afbcdb;
	line-height: 20px;
	font-weight: 500;
	padding: 0 0 0 50px;
	margin: 0;
}
.innerorchid-insightlist-section .indiv-insightpost-detail .dteline::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 40px;
	height: 1px;
	background: #afbcdb;
	z-index: 1;
}
.innerorchid-insightlist-section .indiv-insightpost-detail .alignright {
	width: 100%;
	height: auto;
	margin: 20px 0;
}
.innerorchid-insightlist-section .indiv-insightpost-detail h1 {
	display: block;
	font-family: 'Cormorant Garamond';
	color: #2f3f63;
	font-size: 38px;
	font-weight: 700;
	line-height: 42px;
	padding: 0;
	margin: 0 0 10px;
}
.innerorchid-insightlist-section .indiv-insightpost-detail h2 {
	display: block;
	font-family: 'Cormorant Garamond';
	color: #2f3f63;
	font-size: 36px;
	font-weight: 700;
	line-height: 42px;
	padding: 0;
	margin: 10px 0 0;
}
.innerorchid-insightlist-section .indiv-insightpost-detail h3 {
	display: block;
	font-family: 'Cormorant Garamond';
	color: #2f3f63;
	font-size: 36px;
	font-weight: 700;
	line-height: 42px;
	padding: 0;
	margin: 10px 0 0;
}
.innerorchid-insightlist-section .indiv-insightpost-detail h4 {
	display: block;
	font-family: 'Cormorant Garamond';
	color: #2f3f63;
	font-size: 36px;
	font-weight: 700;
	line-height: 42px;
	padding: 0;
	margin: 10px 0 0;
}
.innerorchid-insightlist-section .indiv-insightpost-detail p {
	display: block;
	color: #4e5b77;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	padding: 10px 0;
	margin: 0;
}
.innerorchid-insightlist-section .indiv-insightpost-detail ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.innerorchid-insightlist-section .indiv-insightpost-detail ul li {
	display: block;
	color: #4e5b77;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	background: url(../images/list-mnu.png) no-repeat 0 15px;
	background-size: 15px 12px;
	padding: 5px 0 5px 23px;
	margin: 0;
}
.innerservicepge-orchidtxt-section {
	position: relative;
	padding: 50px 0;
	background: url(../images/flowerbg.jpg) no-repeat right top;
}
.innerservicepge-orchidtxt-section h1 {
	position: relative;
	font-family: 'Cormorant Garamond';
	display: block;
	color: #2f3f63;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	padding: 0 0 30px;
	margin: 0 0 15px;
}
.innerservicepge-orchidtxt-section h1:after {
	position: absolute;
	content: "";
	width: 115px;
	height: 1px;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0,0,0,0.2);
}
.innerservicepge-orchidtxt-section h1:before {
	position: absolute;
	content: "";
	width: 55px;
	height: 24px;
	left: 30px;
	bottom: 0;
	z-index: 1;
	background: url(../images/headbg1.png) no-repeat;
	background-size: 55px 24px;
}
.innerservicepge-orchidtxt-section h3 {
	display: block;
	font-family: 'Cormorant Garamond';
	color: #2f3f63;
	font-size: 34px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	padding: 30px 0 20px;
	margin: 0;
}
.innerservicepge-orchidtxt-section h4 {
	position: relative;
	font-family: 'Cormorant Garamond';
	display: block;
	color: #2f3f63;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
	padding: 0 0 30px;
	margin: 0 0 15px;
}
.innerservicepge-orchidtxt-section h4:after {
	position: absolute;
	content: "";
	width: 115px;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 1;
	background: rgba(0,0,0,0.2);
}
.innerservicepge-orchidtxt-section h4:before {
	position: absolute;
	content: "";
	width: 55px;
	height: 24px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 1;
	background: url(../images/headbg1.png) no-repeat;
	background-size: 55px 24px;
}
.innerservicepge-orchidtxt-section p {
	display: block;
	color: #5e626b;
	font-size: 17px;
	font-weight: 400;
	line-height: 32px;
	padding: 10px 0;
	margin: 0;
}
.innerservicepge-orchidtxt-section p strong {
	display: block;
	color: #4e5b77;
	font-size: 21px;
	font-weight: 700;
	padding-bottom: 15px;
}
.innerservicepge-orchidtxt-section .innsrv-contbx {
	position: relative;
	width: 22%;
	float: left;
	margin: 150px 15px 20px;
	text-align: center;
	background: #f2f2e5;
	padding: 25px 15px;
	transition: 0.3s;
	border-radius: 50px 50px 10px 10px;
}
.innerservicepge-orchidtxt-section .innsrv-contbx:hover {
	background: #4679ec;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.innerservicepge-orchidtxt-section .innsrv-contbx h3 {
	font-family: 'Cormorant Garamond';
	display: block;
	color: #222;
	font-size: 23px;
	font-weight: 600;
	line-height: 40px;
	padding: 0;
	margin: 0;
}
.innerservicepge-orchidtxt-section .innsrv-contbx:hover h3 {
	color: #fff;
}
.innerservicepge-orchidtxt-section .innsrv-contbx a {
	text-decoration: none;
}
.innerservicepge-orchidtxt-section .innsrv-contbx .srvimg-bx {
	width: 230px;
	text-align: center;
	display: block;
	margin: -140px auto 20px;
	position: relative;
	z-index: 1;
	border-radius: 50%;
}
.innerservicepge-orchidtxt-section .innsrv-contbx .srvimg-bx img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.innerservicepge-orchidtxt-section .innsrv-contbx .srvimg-bx:before {
	content: "";
	background: url(../images/bordered-circle.png);
	background-repeat: no-repeat;
	background-size: 216px 216px;
	width: 216px;
	height: 216px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	top: 7px;
}
.innerservicepge-orchidtxt-section .innsrv-contbx:hover .srvimg-bx:before {
	-webkit-animation: rotating 0.1s linear infinite;
	-moz-animation: rotating 0.1s linear infinite;
	-ms-animation: rotating 0.1s linear infinite;
	-o-animation: rotating 0.1s linear infinite;
	animation: rotating 0.1s linear infinite;
}
.innerservcedetail-orchidtxt-section {
	position: relative;
	padding: 50px 0;
	background: url(../images/flowerbg.jpg) no-repeat right top;
}
.innerservcedetail-orchidtxt-section h1 {
	position: relative;
	font-family: 'Cormorant Garamond';
	display: block;
	color: #2f3f63;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	padding: 0 0 30px;
	margin: 0 0 15px;
}
.innerservcedetail-orchidtxt-section h1:after {
	position: absolute;
	content: "";
	width: 115px;
	height: 1px;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0,0,0,0.2);
}
.innerservcedetail-orchidtxt-section h1:before {
	position: absolute;
	content: "";
	width: 55px;
	height: 24px;
	left: 30px;
	bottom: 0;
	z-index: 1;
	background: url(../images/headbg1.png) no-repeat;
	background-size: 55px 24px;
}
.innerservcedetail-orchidtxt-section p {
	display: block;
	color: #5e626b;
	font-size: 17px;
	font-weight: 400;
	line-height: 32px;
	padding: 10px 0;
	margin: 0;
}
.innerservcedetail-orchidtxt-section p strong {
	display: block;
	color: #4e5b77;
	font-size: 21px;
	font-weight: 700;
	padding-bottom: 15px;
}
.innerservcedetail-orchidtxt-section .alignright {
	width: 48%;
	height: auto;
	float: right;
	margin: 0 0 0 50px;
	border-radius: 250px 0 0 250px;
}
.innerspaservice-massagecont-section {
	position: relative;
	background: url(../images/servce-bg.jpg) no-repeat;
	background-size: cover;
}
.innerspaservice-massagecont-section .container {
	padding-bottom:50px;
}
.innerspaservice-massagecont-section::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
}
.innerspaservice-massagecont-section h2 {
	position: relative;
	font-family: 'Cormorant Garamond';
	display: block;
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	padding: 0 0 30px;
	margin: 50px 0 15px;
}
.innerspaservice-massagecont-section h2:after {
	position: absolute;
	content: "";
	width: 115px;
	height: 1px;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0,0,0,0.2);
}
.innerspaservice-massagecont-section h2:before {
	position: absolute;
	content: "";
	width: 55px;
	height: 24px;
	left: 35px;
	bottom: 0;
	z-index: 1;
	background: url(../images/headbg1.png) no-repeat;
	background-size: 55px 24px;
}
.innerspaservice-massagecont-section h3 {
	position: relative;
	font-family: 'Cormorant Garamond';
	display: block;
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	line-height: 44px;
	padding: 0;
	margin: 20px 0 15px;
}
.innerspaservice-massagecont-section p {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.innerspaservice-massagecont-section p strong {
	display: block;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	padding-bottom: 15px;
}
.innerspaservice-massagecont-section ul {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
.innerspaservice-massagecont-section ul li {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	background: url(../images/list-icnw.png) no-repeat 0 9px;
	background-size: 20px 16px;
	padding: 5px 0 5px 28px;
	margin: 0;
}
.innerspaservice-massagecont-section .alignright {
	float: right;
	width: 45%;
	height: auto;
	margin: 0 0 0 50px;
	transition-duration: 0.5s;
	border-radius: 350px 350px 0 0;
}
.innerspaservice-massagecont-section .alignright:hover {
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.innerspaservice-massagecont-section1 {
	position: relative;
	padding: 50px 0;
}
.innerspaservice-massagecont-section1 h3 {
	position: relative;
	font-family: 'Cormorant Garamond';
	display: block;
	color: #2f3f63;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	padding: 0 0 30px;
	margin: 0 0 15px;
}
.innerspaservice-massagecont-section1 h3:after {
	position: absolute;
	content: "";
	width: 115px;
	height: 1px;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0,0,0,0.2);
}
.innerspaservice-massagecont-section1 h3:before {
	position: absolute;
	content: "";
	width: 55px;
	height: 24px;
	left: 30px;
	bottom: 0;
	z-index: 1;
	background: url(../images/headbg1.png) no-repeat;
	background-size: 55px 24px;
}
.innerspaservice-massagecont-section1 h4 {
	position: relative;
	font-family: 'Cormorant Garamond';
	display: block;
	color: #2f3f63;
	font-size: 38px;
	font-weight: 700;
	line-height: 50px;
	padding: 0;
	margin: 10px 0 0;
}
.innerspaservice-massagecont-section1 h5 {
	position: relative;
	font-family: 'Cormorant Garamond';
	display: block;
	color: #2f3f63;
	font-size: 38px;
	font-weight: 700;
	line-height: 50px;
	padding: 0;
	margin: 10px 0 0;
}
.innerspaservice-massagecont-section1 p {
	display: block;
	color: #5e626b;
	font-size: 17px;
	font-weight: 400;
	line-height: 32px;
	padding: 10px 0;
	margin: 0;
}
.innerspaservice-massagecont-section1 p strong {
	display: block;
	color: #4e5b77;
	font-weight: 700;
}
.innerspaservice-massagecont-section1 .alignleft {
	width: 48%;
	height: auto;
	float: left;
	margin: 0 50px 0 0;
	border-radius: 250px 0 0 250px;
}
.innerorchid-faqtabing-section {
	position: relative;
	padding: 0 0 70px;
}
.innerorchid-faqtabing-section h4 {
	position: relative;
	font-family: 'Cormorant Garamond';
	display: block;
	color: #2f3f63;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
	padding: 0 0 30px;
	margin: 0 0 15px;
}
.innerorchid-faqtabing-section h4:after {
	position: absolute;
	content: "";
	width: 115px;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 1;
	background: rgba(0,0,0,0.2);
}
.innerorchid-faqtabing-section h4:before {
	position: absolute;
	content: "";
	width: 55px;
	height: 24px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 1;
	background: url(../images/headbg1.png) no-repeat;
	background-size: 55px 24px;
}
.innerorchid-faqtabing-section .accordion {
	overflow-anchor: none;
	width: 90%;
	margin: 0 auto;
}
.innerorchid-faqtabing-section .accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: 0;
}
.innerorchid-faqtabing-section .card {
	border: none;
	border-radius: inherit;
	background-color: inherit;
	margin: 15px 0;
}
.innerorchid-faqtabing-section .card-header {
	border-bottom: none;
	background-color: inherit;
	padding: 0;
}
.innerorchid-faqtabing-section .text-left {
	font-family: 'Cormorant Garamond';
	font-size: 22px;
	color: #2f3f63;
	line-height: 34px;
	font-weight: 600;
	border: 1px solid #c2c2c2;
	margin: 0;
	padding: 10px 50px 10px 15px;
}
.innerorchid-faqtabing-section .collapsed::before {
	content: '';
	position: absolute;
	top: 11px;
	right: 15px;
	width: 23px;
	height: 23px;
	background: url(https://www.orchidspa.ae/wp-content/uploads/2026/02/faqarw.png) no-repeat;
	background-size: 23px 23px;
}
.innerorchid-faqtabing-section .show::before {
	content: '';
	position: absolute;
	top: 11px;
	right: 15px;
	width: 23px;
	height: 23px;
	background: url(https://www.orchidspa.ae/wp-content/uploads/2026/02/faqarwh.png) no-repeat;
	background-size: 23px 23px;
}
.innerorchid-faqtabing-section .faqcontent {
	padding: 10px;
}
.innerorchid-faqtabing-section .faqcontent p {
	font-size: 15px;
	color: #5e626b;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.innerorchid-faqtabing-section .faqcontent p a {
	font-size: 15px;
	color: #5e626b;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}