@import url("alg5ade.css");
@import url("fancybox.css");

.fancybox__content {
	padding: 0;
}

.formPP.fancybox__content {
	padding: 0;
}

form.form {
	box-shadow: none;
}

.formPP.formNew {
	width: 100%;
	max-width: 800px !important;
}

.formPd {
	padding: 0 !important;
	max-height: 550px;
	overflow-x: hidden;
	overflow-y: auto;
}

/* font-family: "calibri", sans-serif; */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;

}

.temp50hMain {
	display: flex;
	align-items: center;
	gap: 77px;
	width: 100%;
}

.temp50hMainLeft {
	width: 37%;
}

.temp50hMainLeft p {
	margin-bottom: 10px;
}

.temp50hMainRight {
	width: 58%;
}

.temp50hMainRight img {
	width: 100%;
}

.bannerlink {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	/* background: red; */
	z-index: 11;
}

body {
	margin: 0;
	overflow-x: hidden;
	/* display: flex;
	flex-wrap: wrap;
	align-content: space-between; */
}

main {
	display: block;
}

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

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

pre {
	font-family: monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: 700;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted rgba(0, 0, 0, 0);
}

fieldset {
	padding: 0;
	margin: 0 0 30px;
	border: 0;
}

legend {
	margin-bottom: 20px;
	box-sizing: border-box;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.33;
	letter-spacing: 0px;
	color: #707070;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

[type="search"] {
	appearance: textfield;
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template,
[hidden] {
	display: none;
}

/* input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: transparent !important;
    background-image: none !important;
    color: #fff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:active,
select:-webkit-autofill:focus {
    background-color: transparent !important;
    color: #fff !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-text-fill-color: #fff !important;
    -moz-text-fill-color: #fff !important;
} */

*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active {
	/* use animation hack, if you have hard styled input */
	transition: all 5000s ease-in-out 0s;
	transition-property: background-color, color;
	/* if input has one color, and didn't have bg-image use shadow */
	-webkit-box-shadow: 0 0 0 1000px #fbf8ef inset;
	box-shadow: 0 0 0 1000px #fbf8ef inset;
	/* text color */
	-webkit-text-fill-color: #4c4c4c;
	/* font weigth */
	font-weight: 500 !important;
}

textarea {
	overflow: auto;
}

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

td,
th {
	padding: 0;
}

::-moz-selection {
	background: #b3d4fc;
	color: #000;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	color: #000;
	text-shadow: none;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

/* Custom Css */
html,
body {
	width: 100%;
	height: 100%;
	padding: 0;
	font-family: "calibri", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}

h1,
.h1 {
	font-size: 58px;
}

h1.smlHead,
.h1.smlHead {
	font-size: 45px;
}

h2,
.h2 {
	font-size: 45px;
}

h3,
.h3 {
	font-size: 32px;
	line-height: 1.2;
}

h4,
.h4 {
	font-size: 24px;
}

/* h5,
.h5 {
  font-size: 22px;
} */

h6,
.h6 {
	font-size: 22px;
}

p {
	font-size: 18px;
}

p.smlPara {
	font-size: 16px;
}

a,
a:hover {
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

a:focus {
	outline: 0;
}

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

.material-icons,
.material-icons-outlined {
	padding: 0;
}

.hide {
	display: none;
}


/* Hide scrollbar for Chrome, Safari and Opera  */
*::-webkit-scrollbar,
html::-webkit-scrollbar,
body::-webkit-scrollbar {
	display: none;
	width: 0 !important;
	height: 0 !important;
	color: 000;
	background: #fff;
	background-color: #fff;
}

/* Track */
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: #fff;
	background-color: #fff;
}

/* Hide scrollbar for IE, Edge and Firefox */
html,
body {
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width: none;
	overflow: -moz-scrollbars-none;
}

/* Header css start here */
header {
	width: 100%;
	float: left;
	position: fixed;
	background: #fff;
	box-shadow: 0 3px 12px #00000029;
	transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
	z-index: 999;
}

header.headerTop {
	background-color: #fff;
}

header.is-hidden {
	-webkit-transform: translateY(-110px);
	-ms-transform: translateY(-110px);
	transform: translateY(-110px);
}

.mainNav {
	width: 100%;
	padding: 0 10%;
	float: left;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.piramalLogo {
	padding: 20px 0;
	float: left;
}

.piramalLogo img {
	height: 69px;
	float: left;
}

/* Book A Meeting css start here */
.bookMeeting {
	width: 100%;
	background: #EE4223;
	color: #fff;
	padding: 10px 10%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	display: none;
}

.bmTxt {
	width: calc(100% - 24px);
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.bmTxt p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #FFF;
}

.bookMeetingBtn {
	padding: 5px 16px;
	background: #EE4223;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.28;
	color: #FFF;
	white-space: nowrap;
	border-radius: 6px;
	border: 1px solid #FFF;
}

.bmClose {
	color: #fff;
	cursor: pointer;

	span {
		font-size: 20px;
		padding: 2px;
		float: left;
	}
}

.bookMeetingOpened header.is-hidden,
.bookMeetingOpened .secondaryNav.is-hidden {
	-webkit-transform: translateY(-160px);
	-ms-transform: translateY(-160px);
	transform: translateY(-160px);
}

.bookMeetingOpened .topSection {
	margin-top: 160px;
}

.bookMeetingOpened .secondaryNav {
	top: 159px;
}

.bookMeetingOpened .topSectionAbout {
	margin-top: 199px;
}

/* Book A Meeting css end here */

nav {
	width: 100%;
	float: right;
	margin: 0;
	display: flex;
	justify-content: flex-end;
}

.mobileOnly-nav,
.mobArrow,
.navSocial,
.mobSocial {
	display: none;
}

.nav,
.nav li,
.nav li a {
	float: left;
}

.nav {
	border-bottom: 1px solid rgba(225, 225, 225, 0.4);
}

.nav2 .nav {
	border-bottom: 0;
	display: flex;
	align-items: center;
}

.nav li a {
	padding: 20px 20px 15px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	color: #253746;
}

.nav2 .nav li a {
	padding: 15px 10px 20px;
	font-size: 18px;
	color: #333;
}

.nav-hasSubmenu,
.nav-subMenuHead {
	position: relative;
}

.nav-submenu {
	position: absolute;
	left: calc(50% - 115px);
	top: 100%;
	width: 230px;
	z-index: 999;
	transition: all 300ms ease-out;
	display: none;
}

.nav-smInner {
	width: 100%;
	padding: 10px 20px;
	margin-top: 15px;
	float: left;
	transition: all 300ms ease-out;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 3px 8px #00000047;
}

.nav-hasSubmenu:hover>.nav-subMenuHead>a {
	position: relative;
}

.nav-hasSubmenu:hover>.nav-subMenuHead>a:before {
	content: '';
	position: absolute;
	left: calc(50% - 15px);
	bottom: -20px;
	width: 31px;
	height: 20px;
	background: url(../png/mm-arrow.png) no-repeat center top -5px;
	z-index: 1000;
}

.nav2 .nav-hasSubmenu:hover>.nav-subMenuHead>a:before {
	bottom: -10px;
}

.nav-subMenuHead .material-icons-outlined,
.smCloseBtn {
	display: none;
}

.nav-hasSubmenu.nav-smLarge {
	position: initial;
}

.nav-smLarge .nav-submenu {
	width: 80%;
	left: 10%;
}

.nav-smLarge .nav-submenu,
.nav2 .nav-submenu {
	top: calc(100% - 10px);
}

nav:first-child .nav .nav-smLarge .nav-submenu {
	top: calc(100% - 57px);
}

.nav-smLarge .nav-submenu .nav-smInner {
	display: flex;
	gap: 60px;
}

.nav2-col {
	width: calc(20% - 48px);
	float: left;
}

.nav-4col .nav2-col {
	width: calc(25% - 45px);
}

.nav li .nav2-col h4 a {
	padding: 15px 5px 5px;
	font-size: 22px;
	color: #000;
}

.nav-submenu ul {
	width: 100%;
	float: left;
	padding: 0;
}

.nav li:hover>.nav-submenu {
	display: block;
	transition: all 300ms ease-out;
}

.nav-submenu li {
	width: 100%;
	float: left;
	padding: 0;
	border-bottom: 1px solid #E1E1E1;
}

.nav-submenu li:last-child {
	border-bottom: 0;
}

.nav-submenu li a {
	padding: 10px 5px !important;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

nav .nav-smLarge .nav li a {
	padding: 15px 5px 5px;
	font-size: 22px;
	color: #000;
}

.nav2 .nav .nav-submenu li a {
	font-size: 16px;
}

.submenuList {
	width: 72%;
	float: left;
}

.submenuList ul {
	width: 100%;
	float: left;
}

.submenuList li {
	width: 25%;
	float: left;
	padding: 0 10px;
	margin: 0;
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.32px;
	color: #000;
	text-align: left;
}

.nav2 .nav li a.nav-btn {
	padding: 6px 13px;
	color: #EE4223;
	border: 1px solid #EE4223;
	border-radius: 6px;
}

.nav2 .nav-smBtn .nav-submenu {
	top: 100%;
}

.nav2 .nav-hasSubmenu.nav-smBtn:hover>a:before {
	bottom: -21px;
}

.nav-smBtn {
	margin: 0 25px;
}

.nav-smBtn:before,
.nav-smBtn:after {
	content: '';
	position: absolute;
	top: 20%;
	width: 1px;
	height: 60%;
	background: #E1E1E1;
}

.nav-smBtn:before {
	left: -20px;
}

.nav-smBtn:after {
	right: -20px;
}

.nav2 .nav-hasSubmenu:hover>.nav-subMenuHead>a.nav-btn:before {
	bottom: -21px;
}

.nav-right {
	float: left;
	display: none;
	align-items: center;
}

.nav-search {
	padding: 10px;
	float: left;
	position: relative;
}

.nav-searchBtn {
	cursor: pointer;
	float: left;
}

.nav-search .material-icons-outlined {
	color: #EE4223;
	float: left;
}

.nav-searchPP {
	width: 300px;
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #E1E1E1;
	border-radius: 4px;
	background: #F8F8F8;
	display: none;
}

.nav-searchRow {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
}

.nav-searchSubmit {
	width: 50px;
	float: left;
	background: #F8F8F8;
	border: 0;
	outline: 0;
	border-right: 1px solid #E1E1E1;
	display: flex;
	align-items: center;
	justify-content: center;
}

input[type="text"].nav-searchInput {
	padding: 10px;
	font-size: 16px;
	letter-spacing: 0px;
	color: #000;
	background: #F8F8F8;
	border: 0;
	outline: 0;
}

.nav-searchPPClose {
	padding: 6px 10px !important;
	color: #000;
	display: flex;
	align-items: center;
}

.navToggle {
	display: none;
	width: 22px;
	height: 15px;
	float: left;
	position: relative;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	z-index: 99999;
}

.navToggle span {
	width: 22px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.navToggle span:nth-child(1) {
	top: 1px;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.navToggle span:nth-child(2) {
	top: 7px;
	opacity: 1;
}

.navToggle span:nth-child(3) {
	top: 13px;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.navToggle.open span:nth-child(1) {
	top: 7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navToggle.open span:nth-child(2) {
	top: 7px;
	opacity: 0;
}

.navToggle.open span:nth-child(3) {
	top: 7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mobNavOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(32, 38, 49, 0.2);
	filter: blur(50px);
	z-index: 1;
	display: none;
}

/* Secondary Navigation css start hetre */
.secondaryNav {
	width: 100%;
	height: 40px;
	padding: 0 10%;
	position: fixed;
	left: 0;
	top: 109px;
	background: #E1E1E1;
	display: flex;
	align-items: center;
	z-index: 998;
	transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.secondaryNav ul {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.secondaryNav a {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	color: #000;
}

.secondaryNav a.sNavActive {
	color: #EE4223;
}

.secondaryNav.is-hidden {
	-webkit-transform: translateY(-110px);
	-ms-transform: translateY(-110px);
	transform: translateY(-110px);
}

/* Header css end here */

/* Footer css start here */
footer,
.footerTop,
.fItem ul,
.fItem li,
.fItemWithIcon,
.fBtm,
.footerSection,
.footerHeading,
.footerSub,
.footerList,
.footerListTwo,
.footerMiddle,
.footerCopyRight,
.footerLogo,
.footerTnc {
	width: 100%;
	float: left;
}

footer {
	padding-top: 40px;
	background-color: #191f2e;
}

.footerSection {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footerHeading h2 {
	text-align: left;
	color: #ffff;
	text-transform: capitalize;
}

.formRow {
	width: 100%;
	float: left;
	display: flex;
	gap: 20px;
}

input.fInputBtm {
	border: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.7);
	background: transparent;
	outline: none;
	border-radius: 0;
	padding: 0;
	font-size: 18px;
}

input[type="email"]::placeholder {
	color: #fff;
	font-size: 18px;
	line-height: 0;
	letter-spacing: 0;
}

input.fInputBtm {
	color: #fff !important;
	font-size: 18px;
}

.footerTop {
	margin-bottom: 40px;
}

.footerHeading {
	width: 66%;
	float: left;
	padding-right: 25%;
}

.footerSub {
	width: 34%;
	float: left;
}

.fEmailBtn {
	border-radius: 100%;
	background-color: #fff;
	width: 75px;
	height: 75px;
	padding: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	border: none;
}

.footerList ul li a {
	text-align: left;
	font-size: 18px;
	color: #ffffff;
}

.footerList ul {
	display: flex;
	gap: 55px;
}

.footerListTwo ul li a {
	text-align: left;
	font-size: 18px;
	color: #ffffff;
}

.footerListTwo ul {
	display: flex;
	gap: 55px;
}

.footerListTwo {
	padding-bottom: 35px;
}

.footerMiddle h3 {
	text-align: left;
	color: #ffffff;
	text-transform: capitalize;
}

.footerMiddle {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footerList ul li a {
	display: flex;
	gap: 10px;
}

.fTweeter {
	width: 20px;
}

.fMid .footerList ul {
	justify-content: space-between;
}

.footerLogoTnc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footerTnc p a {
	text-align: right;
	font-size: 18px;
	color: #ffffff;
}

.footerCopyRight p {
	text-align: center;
	font-size: 18px;
	color: #ffffff;
}

.footerCopyRight {
	padding-bottom: 25px;
	display: flex;
	justify-content: flex-end;
}

.footerSocial ul {
	display: flex;
	gap: 25px;
	justify-content: flex-end;
}

.footerSocial {
	width: 40%;
	float: left;
}

.footerList {
	width: 100%;
	padding-bottom: 30px;
}

.footerListTwo {
	width: 60%;
}

.footerTnc {
	text-align: end;
	display: flex;
	justify-content: flex-end;
}

.footerSocial img {
	width: 20px;
	height: 20px;
	object-fit: contain;
	object-position: bottom;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="file"],
select,
textarea {
	color: #fff;
}

/* Footer css end here */


/* Comman style start here */
main {
	width: 100%;
	/* min-height: calc(100vh - 450px); */
	margin: 0;
	padding: 0;
	float: left;
	/* overflow: hidden; */
}

section {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 110px;
	float: left;
	position: relative;
}

.container {
	width: 100%;
	float: left;
	padding: 0 10%;
}

.txtCenter {
	text-align: center;
}

.txtLeft {
	text-align: left;
}

.txtRight {
	text-align: right;
}

.topSection {
	margin-top: 110px;
}

.topSectionAbout {
	margin-top: 149px;
}

.relative {
	position: relative;
}


.mb0 {
	margin-bottom: 0;
}

.mb10 {
	margin-bottom: 10px;
}

.mb40 {
	margin-bottom: 52px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb110 {
	margin-bottom: 110px;
}

.txtWhite {
	color: #fff;
}

.txtOrange {
	color: #ee4223;
}

.txtBlack {
	color: #000;
}

button {
	cursor: pointer;
}

.btnText {
	font-weight: 500;
	color: #988652;
	cursor: pointer;
}

button.btnText {
	border: 0;
	background: transparent;
	outline: 0;
	padding: 0;
}

.btnPrimary {
	float: left;
	padding: 14px 60px;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	outline: 0;
	border: 0;
	box-shadow: none;
	background: #ac985e;
	border-radius: 6px;
	cursor: pointer;
}

.btnPrimary:hover,
.btnPrimary:focus {
	outline: 0;
	border: 0;
	box-shadow: none;
}

.btnPrimary:hover {
	background: #4c4c4c;
}

.btnPrimary.fullwidth {
	width: 100%;
}

.btnWithIcon {
	float: left;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.72px;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	transition: all .3s ease-in-out;
	border-bottom: 2px solid #fff;
}

.btnWithIcon .material-icons,
.btnWithIcon .material-icons-outlined {
	margin-left: 20px;
}

.btnWithIcon:hover,
.btnWithIcon:focus {
	outline: 0;
	box-shadow: none;
}

.btnWithIcon.fullwidth {
	width: 100%;
}

.btnWithIcon.lowercase {
	text-transform: lowercase;
}


.btn {
	float: left;
	padding: 11px 20px;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0px;
	color: #ac985e;
	text-align: center;
	outline: 0;
	border: 1px solid rgba(172, 152, 94, 0);
	box-shadow: none;
	background: #fff;
	border-radius: 6px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.btn:hover,
.btn:focus {
	outline: 0;
	box-shadow: none;
}

.btn:hover {
	border-color: #ac985e;
}

.btn.fullwidth {
	width: 100%;
}

.btnBack {
	float: left;
	padding: 11px 0;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0px;
	color: #4c4c4c;
	text-align: center;
	outline: 0;
	border: 0;
	box-shadow: none;
	background: #fff;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.btnBack .material-icons,
.btnBack .material-icons-outlined {
	margin-right: 10px;
	color: #988652;
}

.btnBack:hover {
	color: #988652;
}

.btnBack:hover,
.btnBack:focus {
	outline: 0;
	box-shadow: none;
}

button:disabled {
	opacity: 0.5;
}

.bgGray {
	background-color: #f8f8f8;
}

.ptb100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.pb100 {
	padding-bottom: 100px;
}

.pb60 {
	padding-bottom: 60px;
}

.pt60 {
	padding-top: 60px;
}

.ptb60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.readMoreBtn {
	padding-bottom: 10px;
	float: left;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0px;
	color: #ee4223;
	text-align: center;
	outline: 0;
	background: none;
	box-shadow: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border-bottom: 2px solid #ee4223;
}

.readMoreBtn:hover {
	background: none;
}

.readMoreBtn span {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: #ee4223;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s linear;
}

.readMoreBtn span:before {
	width: 7px;
	height: 1px;
	position: absolute;
	left: 5px;
	content: "";
	background-color: #fff;
	transition: all 0.2s linear;
}

.readMoreBtn span:after {
	width: 5px;
	height: 5px;
	position: absolute;
	left: 8px;
	content: "";
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
	transition: all 0.2s linear;
}

.readMoreBtn:hover span {
	width: 27px;
}

.readMoreBtn:hover span:after {
	left: 14px;
}

.readMoreBtn:hover span:before {
	width: 13px;
}

.blackBtn {
	display: flex;
	align-items: center;
	gap: 60px;
	font-size: 16px;
	cursor: pointer;
	background: rgba(37, 55, 70, 1);
	border-radius: 10px;
	color: #fff;
	padding: 20px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.blackBtnArrow {
	display: flex;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: rgba(238, 66, 35, 1);
	align-items: center;
	justify-content: center;

}

.blackBtn .material-icons-outlined {
	font-size: 12px;
}

.blackBtn:before {
	content: '';
	background-color: #e34602;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 200ms ease-in;
	border-radius: 10px;
	z-index: -1;
}

.blackBtn:hover:before {
	width: 100%;
}

.blackBtn:hover .blackBtnArrow {
	background: rgba(37, 55, 70, 1)
}

/* Comman style end here */

/* Fancybox Css Start here */
body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: rgb(30, 30, 30);
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.9;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */
.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color 0.2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */
.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: 0.8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.85) 0%,
			rgba(0, 0, 0, 0.3) 50%,
			rgba(0, 0, 0, 0.15) 65%,
			rgba(0, 0, 0, 0.075) 75.5%,
			rgba(0, 0, 0, 0.037) 82.85%,
			rgba(0, 0, 0, 0.019) 88%,
			rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

@supports (padding: max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
	}
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@keyframes fancybox-rotate {
	100% {
		transform: rotate(360deg);
	}
}

/* Transition effects */

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}

	@supports (padding: max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right));
		}
	}
}

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

.iframePDF .fancybox-iframe {
	position: absolute;
	width: 1000px;
	left: calc(50% - 500px);
	top: 0;
}

.formPP {
	display: none;
}


.formPP {
	max-width: 740px;
	padding: 0;
	border-radius: 16px;
	position: relative;
	display: none;
	overflow: auto;
}

.formPP.fancybox-content {
	max-width: 740px;
	padding: 0;
	border-radius: 16px;
	position: relative;
	display: none;
}

.formPP-head {
	width: 100%;
	padding: 20px 24px;
	float: left;
	background: #253746;
}

.formPP-head h6 {
	width: calc(100% - 30px);
	color: #fff;
}

.formPP-content {
	width: 100%;
	float: left;
	padding: 0 24px 24px;
}

.formPP .fancybox-close-small {
	color: #fff;
	padding: 0;
	right: 7px;
	top: 10px;
}

.formPP .carousel__button.is-close {
	color: #fff;
	padding: 0;
	right: 7px !important;
	top: 10px !important;
}

.formPP .fancybox-close-small svg {
	width: 36px;
	height: 36px;
}

.fancybox-bg,
.fancybox-is-open .fancybox-bg {
	opacity: 1;
	background: rgba(0, 0, 0, .5);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	-webkit-backdrop-filter: blur(20px);
	-moz-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

.fancybox-inner {
	z-index: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

/* Fancybox Css End here */

/* jScrollPane Css Start here */
.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 3px;
	height: 100%;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: rgb(255 255 255 / 5%);
	position: relative;
	border-radius: 3px;
}

.jspDrag {
	background: #fff;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius: 3px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	cursor: pointer;
	direction: ltr;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -20000px;
}

.jspDisabled {
	background: #80808d;
	cursor: default;
}

.jspVerticalBar .jspArrow {
	height: 12px;
}

.jspVerticalBar .jspArrow:focus,
.stayUpdatedScroll:focus,
.jspContainer:focus,
.jspPane:focus {
	border: 0;
	outline: none;
}

.jspCorner {
	background: #fff;
	float: left;
	height: 100%;
}

/* jScrollPane Css End here */

.vimeo-wrap {
	width: 100%;
	float: left;
	padding: 56.25% 0 0 0;
	position: relative;
	margin-bottom: 0;
	/* margin-bottom: 15px; */
}

/* Global loader css start here */
.global-loader {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	display: none;
}

.loader {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.loader img {
	width: 100px;
}

/* Global loader css end here */

/* Common css styles end here */

.slider,
.temp-form,
.formArea,
.formHead,
.form,
.formRow,
.smlForm,
.lgForm,
.thankuPP,
.thankuBtn,
.temp1,
.temp1Slider,
.temp1-img,
.temp1-img img,
.temp1-link,
.temp1-wnPopup,
.wnPP-list,
.wnPP-img img,
.wnPP-img p,
.temp2,
.temp2-list,
.temp2ItemHeading,
.temp2ItemPara,
.temp2-img,
.temp2-img img,
.temp2-readMoreBtn,
.temp2-itemTxt,
.temp2-itemTxt h3,
.headline,
.temp3,
.temp3-wrap,
.temp3-left img,
.temp3Slider,
.temp3-txt,
.temp3-iImg,
.temp3-iImg img,
.temp4,
.temp4-wrap,
.temp4-top,
.temp4-slider,
.temp4Slider,
.temp4-mapArea,
.temp4-map img,
.temp4-card,
.temp4-cImg,
.temp4-cImg img,
.temp4-cLinks,
.temp4-btm,
.temp4-btmSliderArea,
.temp4btmSlider,
.temp4-btmImg img,
.temp5,
.temp5-sliderArea,
.temp5-slider,
.temp6,
.temp6-head,
.temp6-sliderArea,
.temp6-slider,
.temp6-swiperWrapper,
.temp6-sliderTxt,
.temp6-itemImg,
.temp6-itemImg img,
.temp6-itemTxt,
.temp6Slider,
.temp9,
.temp9-sliderArea,
.temp9-Slider,
.temp9-itemInner,
.temp9-Item,
.temp9-btmSliderArea,
.temp9-btmSlider,
.temp10-tabArea,
.temp10-tabheading,
.temp10-rightTabList,
.temp10-rTxt,
.temp10-itemImg,
.temp10-rItemHead,
.temp10-rtabLink,
.temp10-readMoreBtn,
.temp10-rightTab-Item,
.temp11,
.temp11-img img,
.temp11-img,
.temp11-txt,
.temp12,
.temp12-list,
.temp12-team,
.temp12-img img,
.temp12-img,
.temp12-txt,
.temp12-link,
.temp12-leaderDetail,
.temp12-leader,
.temp12-lImg img,
.temp12-lHead,
.temp12-lContent,
.temp12-lLinkedInM,
.temp13,
.temp13-top,
.temp13-topSlider,
.temp13tSlider,
.temp13-tImg,
.temp13-tImg img,
.temp13-progNav,
.temp13-paItem,
.temp13-paItemImgInner,
.temp13-paItemList,
.temp13-paItemList ul,
.temp14,
.temp14-inner,
.temp14-poster,
.temp14-rBtm,
.temp15,
.temp15-top,
.temp15-slider,
.temp15-item,
.temp16,
.temp16-filter,
.temp16-filter ul,
.temp16-tabArea,
.temp16-tab,
.temp16-tabSlider,
.temp16tabSlider,
.temp16-sImg img,
.temp17,
.temp17-2col,
.temp17-full,
.temp17-left img,
.temp18,
.temp18-filter,
.temp18-filter ul,
.temp18-slider,
.temp18Slider,
.temp18-sImg,
.temp18-sImg img,
.temp18-sTxt,
.temp18-sTxtInner,
.temp19 {
	width: 100%;
	float: left;
}

.temp1,
.wnPP-img,
.temp4-filter,
.temp4Slider,
.temp4btmSlider,
.temp11-img {
	position: relative;
}

/* Register Account/login css start here */
.formArea {
	padding-left: 8.333333%;
	padding-right: 8.333333%;
	margin-top: 50px;
}

.form {
	border: 1px solid #988652;
	border-radius: 10px;
}

.smlForm {
	padding: 60px 30%;
}

.lgForm {
	padding: 60px 20%;
}

.formHead {
	margin-bottom: 35px;
}

.formHead h3,
.form h4 {
	margin-bottom: 20px;
}

.form h4 {
	font-weight: 500;
}

.formHead p {
	color: #4c4c4c;
}

.formRow {
	margin-bottom: 25px;
}

label {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.16px;
	color: rgba(76, 76, 76, 0.8);
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="file"],
select,
textarea {
	width: 100%;
	float: left;
	padding: 15px 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.33;
	letter-spacing: 0.16px;
	color: #4c4c4c;
	outline: 0;
	box-shadow: none;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="file"]:hover,
input[type="file"]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
	box-shadow: none;
}

.formRow input[type="email"] {
	padding: 15px 0;
}

textarea {
	resize: none;
}

select {
	padding-right: 45px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #fbf8ef url(https://ppsazdevwebsitestg.blob.core.windows.net/public/img/dd.svg) no-repeat right 18px center;
	background-size: 20px;
}

input[type="file"] {
	padding: 12px 20px;
}

.chkbox {
	display: flex;
	gap: 35px;
}

.chkbox input {
	width: 26px;
	height: 26px;
	float: left;
	padding: 0;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
	transition: all 0.4s ease;
}

.chkbox label {
	width: auto;
	height: auto;
	float: left;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.18px;
	color: #707070;
	line-height: 1.6;
	text-align: left;
	position: relative;
	cursor: pointer;
	transition: all 0.4s ease;
}

.chkbox label~a {
	padding-left: 5px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.18px;
	color: #988652;
	line-height: 1.6;
}

.chkbox label::selection,
.chkbox label span::selection {
	background: 0;
}

.chkbox label::-moz-selection,
.chkbox label span::-moz-selection {
	background: 0;
}

.chkbox label::-webkit-selection,
.chkbox label span::-webkit-selection {
	background: 0;
}

.chkbox label:before {
	content: "";
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #E1E1E1;
	border-radius: 3px;
	border: 1px solid #E1E1E1;
	padding: 0;
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	cursor: pointer;
}

.chkbox.withLabel label:before {
	margin-right: 15px;
}

.chkbox input:checked+label:after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 9px;
	width: 7px;
	height: 14px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	transition: all 0.4s ease;
	z-index: 1;
}

.chkbox label span {
	width: calc(100% - 34px);
	float: left;
}

.chkbox input:checked+label:before {
	background-color: #EE4223;
	border-color: #EE4223;
}

.chkbox input:checked+label {
	color: #4c4c4c;
}

.chkbox label.fullwidth,
.chkbox.fullwidth {
	width: 100%;
}

.radioBtn {
	display: inline-block;
}

.radioBtn input {
	width: 26px;
	height: 26px;
	float: left;
	padding: 0;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
	transition: all 0.4s ease;
}

.radioBtn label {
	width: auto;
	height: auto;
	float: left;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.18px;
	color: #707070;
	line-height: 1.6;
	text-align: left;
	position: relative;
	cursor: pointer;
	transition: all 0.4s ease;
}

.radioBtn label::selection,
.radioBtn label span::selection {
	background: 0;
}

.radioBtn label::-moz-selection,
.radioBtn label span::-moz-selection {
	background: 0;
}

.radioBtn label::-webkit-selection,
.radioBtn label span::-webkit-selection {
	background: 0;
}

.radioBtn label:before {
	content: "";
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
	border-radius: 100%;
	border: 2px solid #988652;
	padding: 0;
	margin-right: 30px;
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	cursor: pointer;
}

.radioBtn.withLabel label:before {
	margin-right: 15px;
}

.radioBtn input:checked+label:after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 14px;
	height: 14px;
	border: 0;
	transform: rotate(45deg);
	transition: all 0.4s ease;
	z-index: 1;
	background: #9c864a;
	border-radius: 100%;
}

.radioBtn label span {
	width: calc(100% - 34px);
	float: left;
}

.radioBtn input:checked+label:before {
	/* background-color: #9c864a; */
	border-color: #9c864a;
}

.radioBtn input:checked+label {
	color: #4c4c4c;
}

.radioBtn label.fullwidth,
.radioBtn.fullwidth {
	width: 100%;
}

.selectCityList {
	width: 100%;
	padding: 0 140px;
	float: left;
	display: grid;
	grid-template-columns: 3.3333fr 3.3333fr 3.3333fr;
	gap: 20px;
}

.selectCity-item {
	display: flex;
}

.selectCity-item .radioBtn {
	width: 100%;
}

.selectCity-item .radioBtn label:before,
.selectCity-item .radioBtn input:checked+label:after {
	content: none;
}

.selectCity-item .radioBtn label {
	width: 100%;
	padding: 12px 20px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #4c4c4c;
	text-align: center;
	border: 1px solid #b18835;
	border-radius: 5px;
	background-color: #fff;
}

.selectCity-item .radioBtn input:checked+label {
	color: #988652;
	border-color: #eae7dc;
	background: #eae7dc;
}

.errorMsg {
	width: 100%;
	margin-top: 10px;
	float: left;
	font-size: 14px;
	color: #d8000c;
	display: none;
}

.formRow-submit {
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.formRow-submit p {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.33;
	text-align: center;
	letter-spacing: 0.14px;
	color: rgba(76, 76, 76, 0.8);
}

.blockError {
	width: 100%;
	float: left;
	margin-top: 20px;
	line-height: 1.33;
	text-align: center;
	letter-spacing: 0.14px;
	color: rgba(76, 76, 76, 0.8);
}

.blockError a {
	font-weight: 600;
}

.otpRow {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 25px;
}

.otpRow .form-control {
	width: calc(16.66666667% - 25px);
	float: left;
	margin: 0;
}

.writetousOtp .otpRow .form-control {
	padding: 10px 15px 10px;
	border-radius: 10px;
}

.formRow input[type="tel"].otpInput {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 0 10px;
	font-weight: 500;
	font-size: 32px;
	line-height: 1.18;
	letter-spacing: 0px;
	color: #4c4c4c;
	text-align: center;
	outline: none;
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid #707070;
}

.otpMobile {
	margin-bottom: 40px;
}

.resendOtpBlock {
	width: 100%;
	float: left;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.verifyOtp {
	padding: 0;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.otpVerifyTxt {
	position: relative;
}

.otpLoader {
	display: none;
	position: relative;
}

.otpLoader img {
	float: left;
	animation: loader-rotate 1s infinite linear;
}

@keyframes loader-rotate {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.otpVerifyForm {
	float: left;
}

.otpVerifyThanku {
	opacity: 0;
	visibility: hidden;
	max-width: 340px;
	text-align: center;
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	flex-direction: column;
}

.smlForm.withThanku {
	display: flex;
	align-items: center;
	justify-content: center;
}

.otpVerifyThanku img {
	margin-bottom: 25px;
}

fieldset p {
	margin-top: 10px;
	margin-bottom: 30px;
	font-weight: 500;
	letter-spacing: 0.18px;
	line-height: 1.33;
	color: #707070;
}

.thankuPP {
	padding: 100px 24%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	flex-direction: column;
	display: none;
}

.thankuBtn {
	display: flex;
	justify-content: center;
}

.thankuPP img,
.thankuPP h2 {
	margin-bottom: 25px;
}

.thankuPP h6 {
	margin-bottom: 45px;
}

/* Register Account/login css end here */

/* Popup css start here */
.ppWrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	position: fixed;
	outline: 0 !important;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.ppInner {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ppInner:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.ppContent {
	max-width: 1130px;
	width: 92%;
	height: auto;
	max-height: calc(100% - 20px);
	border-radius: 16px;
	display: inline-block;
	margin: 0;
	padding: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
	text-align: left;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
}

.ppOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	-moz-backdrop-filter: blur(25px);
	-ms-backdrop-filter: blur(25px);
	-o-backdrop-filter: blur(25px);
	display: none;
}

.ppClose {
	position: absolute;
	right: 35px;
	top: 35px;
	z-index: 1;
	color: #988652;
}

.ppSml {
	max-width: 600px;
}

.ppExtraSml {
	max-width: 450px;
}

.ppContent.noRadius {
	border-radius: 0;
}

.ppTxt,
.ppCityContent,
.ppCityArea {
	width: 100%;
	float: left;
}

.ppTxt {
	padding: 32px 6%;
}

.ppCityContent {
	padding: 25px;
	background-color: #fbf8ef;
}

.ppCityArea {
	border-radius: 6px;
	border: 1px solid #988652;
	background-color: #fff;
}

.ppCityForm h3 {
	margin-bottom: 60px;
}

.selectCityList {
	margin-bottom: 50px;
}

.primaryBtn {
	min-width: 210px;
	height: 60px;
	padding: 20px;
	float: left;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.64px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 10px;
	background: #253746;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	z-index: 1;
	overflow: hidden;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.primaryBtn .material-icons-outlined {
	padding: 5px;
	font-size: 13px;
	color: #fff;
	background: #EE4223;
	border-radius: 100%;
	transition: all .3s ease-in-out;
}

.primaryBtn:before {
	width: 0;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: #EE4223;
	transition: all .3s ease-in-out;
	z-index: -1;
}

.primaryBtn:hover {
	color: #fff;
}

.primaryBtn:hover .material-icons-outlined {
	background: #253746;
}

.primaryBtn:hover:before {
	width: 100%;
}

.orangeBtn {
	float: left;
	height: 60px;
	padding: 14px 40px;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0px;
	color: #fff;
	outline: 0;
	border: 0;
	box-shadow: none;
	border-radius: 12px;
	background: #EE4223;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
	overflow: hidden;
	transition: all .3s ease-in-out;
}

.orangeBtn:before {
	width: 0;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: #253746;
	transition: all .3s ease-in-out;
	z-index: -1;
}

.orangeBtn:hover:before {
	width: 100%;
}

.orangeBtn:hover,
.orangeBtn:focus {
	outline: 0;
	border: 0;
	box-shadow: none;
}

.orangeBtn.fullwidth {
	width: 100%;
}

.outlinedIconBtn {
	width: 64px;
	height: 60px;
	float: left;
	color: #fff;
	text-align: center;
	outline: 0;
	border: 2px solid #EE4223;
	border-radius: 12px;
	box-shadow: none;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.outlinedIconBtn:hover,
.outlinedIconBtn:focus {
	outline: 0;
	box-shadow: none;
}

.btnArrowUpward {
	float: left;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.72px;
	color: #EE4223;
	text-transform: uppercase;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	transition: all .3s ease-in-out;
	border-bottom: 2px solid #EE4223;
}

.btnArrowUpward span {
	width: 20px;
	height: 20px;
	/* padding: 7px; */
	background: #EE4223;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease-in-out;
}

.btnArrowUpward:hover span {
	width: 27px;
	/* padding: 7px 11px; */
}

/* temp1 css start here */
.temp1-txt {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.temp1-txt h1 {
	margin-bottom: 25px;
}

.temp1-txt.temp1-txt2 {
	bottom: 100px;
}

.temp1-txt.temp1-txt2 h1 {
	margin-bottom: 0;
}

.temp1-link {
	margin-bottom: 70px;
}

.temp1-wnPopup {
	width: 100%;
	padding: 30px;
	margin-bottom: 40px;
	float: left;
	border-radius: 14px;
	border: 1px solid rgb(255 255 255 / 60%);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	position: relative;
	display: none;
}

.temp1-wnPopup h4 {
	margin-bottom: 20px;
}

.temp1-wnPPClose {
	position: absolute;
	top: 30px;
	right: 25px;
}

.temp1-wnPPClose .material-icons-outlined {
	font-size: 36px;
	color: #fff;
}

.temp1 .swiper-slide.withoutOverlay {
	content: none;
}

.wnPP-scroll {
	width: 100%;
	max-height: 250px;
	float: left;
	overflow: auto;
	position: relative;
}

.wnPP-list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}

.wnPP-list li {
	width: calc(33.333333% - 33.333333px);
	float: left;
	position: relative;
}

.wnPP-list li:not(:last-child):after {
	width: 1px;
	height: 100%;
	content: '';
	position: absolute;
	right: -24px;
	top: 0;
	background-color: rgb(255 255 255 / 60%);
}

.wnPP-list li a {
	display: flex;
	align-items: center;
	gap: 20px;
}

.wnPP-img {
	width: 36%;
	float: left;
	border-radius: 6px;
	overflow: hidden;
}

.wnPP-img img {
	height: 190px;
	object-fit: cover;
	transition: all .3s ease-in-out;
}

.wnPP-list a:hover .wnPP-img img {
	transform: scale(1.1);
}

.wnPP-img p {
	width: 100%;
	padding: 30px 10px 15px;
	font-size: 20px;
	letter-spacing: 0px;
	color: #fff;
	text-transform: capitalize;
	position: absolute;
	bottom: 0;
	border-radius: 0 0 6px 6px;
	background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%);
}

.wnPP-txt {
	width: calc(64% - 20px);
	float: left;
}

.wnPP-txt h6 {
	margin-bottom: 15px;
	line-height: 1.3;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.wnPP-txt p {
	font-size: 16px;
	line-height: 1.4;
	text-transform: capitalize;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* height: calc(14px * 1.4 * 3); */
}

.temp1-img img {
	height: 610px;
	object-fit: cover;
}

.temp1-img:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	/* background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); */
}

.temp1-video {
	width: 100%;
	height: 610px;
	object-fit: cover;
	float: left;
}

.temp1Slider .swiper-slide:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: transparent linear-gradient(180deg, #00000000 0%, #00000085 76%, #000000CC 100%);
}

.temp1Slider .swiper-slide.withoutOverlay:after {
	content: none;
}

.temp1Slider .swiper-horizontal>.swiper-pagination-progressbar,
.temp1Slider .swiper-pagination-progressbar.swiper-pagination-horizontal {
	width: 170px;
	height: var(--swiper-pagination-progressbar-size, 2px);
	right: 0;
	left: initial;
	top: initial;
	bottom: 60%;
	transform: rotate(90deg);
	transform-origin: center;
	background: rgba(255, 255, 255, .35);
}

.temp1Slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.temp1-txtImg {
	width: 67%;
	float: left;
}

.temp1Slider .swiper-button-next,
.temp1Slider .swiper-button-prev {
	position: absolute;
	top: initial;
	right: 67px;
	bottom: 35%;
	margin-top: 0;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 0;
	background: transparent;
	display: flex;
	justify-content: center;
	background-color: #0000005c;
	border-radius: 100%;
}

/* .temp1Slider .swiper-button-prev {
	bottom: calc(35% - 40px);
	left: initial;
} */
.temp1Slider .swiper-button-prev {
	bottom: 35%;
	left: 67px;
}

.temp1Slider .swiper-button-next span,
.temp1Slider .swiper-button-prev span {
	color: #fff;
	font-size: 36px;
}

.temp1Slider .swiper-button-next span,
.temp1Slider .swiper-button-prev span,
.temp1Slider .swiper-button-next span img,
.temp1Slider .swiper-button-prev span img {
	float: left;
}

/* temp1 css end here */

/* temp2 css start here */
.temp2-head h2 {
	text-align: left;
	color: #333333;
	line-height: 1.26;
}

.temp2-head {
	width: 100%;
	padding-right: 20%;
}

.temp2-list,
.temp8-list {
	display: flex;
	gap: 42px;
	flex-wrap: wrap;
}

.temp2-item {
	border-radius: 12px;
	width: calc(33.333333% - 28px);
	overflow: hidden;
	background: transparent linear-gradient(125deg, #ebebeb 0%, #ffffff 100%);
}

.temp2-item {
	width: calc(33.333333% - 28px);
	float: left;
	position: relative;
}

.temp2-item h3 {
	text-align: left;
	color: #fff;
}

.temp2-itemTxt {
	width: 100%;
	height: auto;
	padding: 35px 35px;
	position: absolute;
	bottom: 0;
	transform: translateY(calc(100% - 100px));
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	flex-direction: row-reverse;
	align-items: flex-end;
	transition: all 1s cubic-bezier(.55, 0, .1, 1);
	/* transition: all .3s linear; */
}

.temp2-item:hover .temp2-itemTxt {
	bottom: 0;
	transform: translateY(0);
}

.temp2-item p {
	line-height: 1.4;
	text-align: left;
	color: #fff;
	overflow: hidden;
	text-overflow: auto;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.temp2-btnTxtComb {
	display: none;
}

.temp2-item:hover .temp2-btnTxtComb {
	display: block;
}

.temp2-itemTxt h3 {
	margin-bottom: 25px;
}

.temp2-img:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.68) 84%, rgba(0, 0, 0, 0.74) 100%);
	transition: all .4s linear;
}

.temp2-icon {
	margin-bottom: 25px;
}

.temp2-item:hover .temp2-icon {
	display: none;
}

.temp2-item:hover .temp2-img:after {
	background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) -84%, rgba(0, 0, 0, 0.68) 84%, rgba(0, 0, 0, 0.74) 100%);
}

.temp2-item:hover .temp2-itemTxt h3 {
	color: #fff;
}

.temp2-item:hover .temp2-itemTxt p {
	color: #fff;
}

.temp2-item:hover .temp2-img {
	opacity: 1;
}

.temp2-readMoreBtn {
	margin-top: 35px;
}

.temp2-itemTxt h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.temp2-imgTxt,
.temp2-mainImg,
.temp2-txt {
	width: 100%;
	float: left;
}

.temp2-mainImg img {
	width: 100%;
	float: left;
}

.temp2-txt p {
	text-align: left;
	color: #333333;
}

.temp2-txtLeft {
	width: 48.5%;
	float: left;
}

.temp2-txt {
	display: flex;
	gap: 40px;
}

.temp2-txtLeft p {
	margin-bottom: 20px;
	line-height: 1.44;
}

.temp2-imgTxt {
	margin-bottom: 40px;
}

/* temp2 css end here */

/* temp3 css start here */
.headline {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.headline h2 {
	width: 66.666667%;
	text-wrap: balance;
	float: left;
}

.headline.woLink h2 {
	width: 83.333333%;
	text-wrap: initial;
}

.temp3-wrap {
	display: flex;
	gap: 50px;
}

.temp3-left {
	width: 38%;
	float: left;
}

.temp3-left img {
	border-radius: 12px;
	display: none;
}

.temp3-right {
	width: 62%;
	float: left;
}

.temp3Slider {
	height: 100%;
	position: relative;
	overflow: initial;
}

.temp3Slider .swiper-wrapper {
	flex-wrap: wrap;
}

.temp3-item {
	width: 50%;
	height: 50%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 12px;
	cursor: pointer;
	transition: all .5s cubic-bezier(.55, 0, .1, 1);
}

.temp3-item.temp3-itemActive {
	background: #FFE8E2;
	box-shadow: 0 8px 16px #00000029;
}

.temp3-iImg {
	display: none;
}

.temp3-txt {
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.temp3-txt h3 {
	width: 100%;
	margin-bottom: 15px;
}

.mobileOnlyBtnWrap,
.ifmap2MobileOnlyBtnWrap {
	display: none;
}

/* temp3 css end here */

/* temp4 css start here */
.temp4 {
	background: transparent linear-gradient(180deg, #FFFFFF00 0%, #858F9811 56%, #2537461F 100%);
}

.temp4-topM {
	display: none;
}

.temp4-top {
	padding-bottom: 15px;
	margin-bottom: 35px;
	border-bottom: 1px solid #E1E1E1;
	display: flex;
	justify-content: space-between;
}

.temp4-filter ul {
	display: flex;
	gap: 45px;
}

.temp4-filter li,
.temp4-filter a {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	color: #253746;
	text-transform: capitalize;
	transition: 0.7s;
}

.temp4filterActive,
.temp4filterActive a {
	color: #EE4223;
}

.temp4filterIndicator {
	display: block;
	position: absolute;
	bottom: -20px;
	height: 10px;
	transition: 0.7s;
}

.temp4filterIndicator:after {
	content: '';
	position: absolute;
	left: calc(50% - 5px);
	bottom: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #EE4223;
	transition: 0.7s;
}

.temp4-filterContin {
	display: flex;
}

.temp4-filterTitle {
	width: 100%;
	font-size: 18px;
	letter-spacing: 0.72px;
	color: #333;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	gap: 10px;
}

.temp4-filterBy {
	min-width: 170px;
	padding: 0 20px;
	padding-right: 30px;
	font-size: 18px;
	letter-spacing: 0.72px;
	color: #333;
	text-transform: capitalize;
	border: 0;
	background: transparent url(https://ppsazdevwebsitestg.blob.core.windows.net/public/img/dd.svg) no-repeat right center;
	cursor: pointer;
}

.temp4Slider {
	overflow: initial;
	margin-bottom: 30px;
}

.temp4-item {
	width: 370px;
	height: auto;
	padding: 24px;
	float: left;
	border-radius: 20px;
	background: #fff;
	cursor: pointer;
	transition: all .3s cubic-bezier(.55, 0, .1, 1);
}

.temp4-item.temp4itemActive {
	background: #FFE8E2;
}

.temp4-item h4 {
	margin-bottom: 10px;
}

.temp4-item p {
	line-height: 1.3;
}

.temp4-item p strong {
	width: 100%;
	float: left;
	font-weight: 700;
}

.temp4-item p span {
	width: 100%;
	margin-top: 5px;
	float: left;
}

.temp4-mapItem {
	width: 100%;
	float: left;
	display: flex;
	gap: 40px;
}

.temp4-map {
	width: 75%;
	float: left;
}

.temp4-cardArea {
	width: 25%;
	float: left;
}

.temp4-card {
	padding: 16px;
	border-radius: 12px;
	border: 1px solid #E1E1E1;
	box-shadow: -14px -14px 14px #fff;
	background: transparent linear-gradient(142deg, #EBEBEB 0%, #fff 100%);
}

.temp4-cImg {
	margin-bottom: 25px;
}

.temp4-cImg img {
	border-radius: 12px;
}

.temp4-card h4 {
	margin-bottom: 20px;
}

.temp4-cLinks {
	display: flex;
	gap: 24px;
}

.temp4-btm {
	padding-bottom: 15px;
	margin-bottom: 35px;
	border-bottom: 1px solid #EE4223;
	display: flex;
	gap: 60px;
}

.temp4-btmIcon {
	float: left;
	margin-right: 13px;
}

.temp4-btmSliderArea {
	display: flex;
	align-items: center;
	position: relative;
}

.temp4btmSlider {
	width: 80%;
}

.temp4-btmImg {
	width: 52px;
	height: 52px;
	margin-right: 24px;
	float: left;
}

.temp4-btmImg img {
	height: 52px;
	object-fit: cover;
	border-radius: 100%;
}

.temp4-btmItem p {
	width: calc(100% - 76px);
	float: left;
	line-height: 1.4;
}

.temp4btm-nav {
	width: 20%;
	float: left;
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}

.temp4btm-prev,
.temp4btm-next {
	cursor: pointer;
}

.temp4btm-nav .swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

/* temp4 css end here */

/* temp5 css end here */
.temp5-slider {
	overflow: initial;
}

.temp5-item {
	width: auto;
	float: left;
	height: 370px;
}

.temp5-itemTxt {
	height: 100%;
	float: left;
	display: flex;
	position: relative;
	align-items: flex-end;
	padding: 20px 60px;
	justify-content: center;
	margin-right: 60px;
	;
}

.temp5-itemTxt:after {
	width: 2px;
	height: 50%;
	content: '';
	position: absolute;
	left: 0;
	bottom: 11%;
	background: #E1E1E1;
}

.temp5-itemTxt span {
	font-size: 84px;
	color: #253746;
	font-weight: 700;
}

.temp5-itemTxt h3 {
	transform: rotate(270deg);
	color: #EE4223;
	position: absolute;
	bottom: 0;
	left: calc(100% - 50px);
	width: 350px;
	transform-origin: 0 0;
	height: 40px;
	text-align: left;
	font-size: 28px;
}

.temp5-slider .swiper-slide-active {
	min-width: 460px;
}

.temp5-slider .swiper-slide-active+.swiper-slide .temp5-itemTxt:after,
.temp5-slider .swiper-slide-active .temp5-itemTxt:after {
	content: none;
}

.temp5-slider .swiper-slide-active {
	width: 460px !important;
	border-radius: 18px;
}

.temp5-tSlider {
	width: 460px;
	float: left;
	position: absolute;
	background: url(https://ppsazdevwebsitestg.blob.core.windows.net/public/img/caseStudiesBg.svg) no-repeat center;
	background-size: cover;
	border-radius: 18px;
}

.temp5-tSlider:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	z-index: 1;
}

.temp5-tSlider .swiper-slide {
	background: url(https://ppsazdevwebsitestg.blob.core.windows.net/public/img/caseStudiesBg.svg) no-repeat center;
	background-size: cover;
	border-radius: 18px;
}

.temp5-tSlider .swiper-slide .temp5-itemTxt {
	display: flex;
	flex-direction: column;
	gap: 70px;
	align-items: flex-start;
	justify-content: space-between;
	padding: 50px 30px 30px 30px;
	width: 100%;
}

.fAll {
	width: 100%;
	float: left;
}

.fAll p {
	text-align: left;
	color: #fff;
}

.temp5-tSlider .temp5-itemTxt:after {
	content: none;
}

.temp5-tSlider .swiper-slide .temp5-itemTxt h3 {
	margin-bottom: 0;
	transform: none;
	color: #fff;
	position: unset;
	height: auto;
	width: 100%;
}

.temp5-tSlider .swiper-slide .temp5-itemTxt span {
	color: #fff;
}

/* .temp5-item.swiper-slide.swiper-slide-prev {
	opacity: 0;
} */
/* temp5 css end here */

.temp5 {
	position: relative;
}

.temp5:before {
	content: '';
	position: absolute;
	top: 23%;
	left: 0;
	height: 77%;
	width: 24vw;
	background: #fff;
	z-index: 2;
}

.temp5-tSlider {
	z-index: 2;
}

/* temp6 css start here */
.temp6-margin {
	margin-bottom: 100px;
}

.temp6-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.temp6-head h2 {
	text-align: left;
	color: #333333;
	text-transform: capitalize;
}

.temp6-slider-item {
	width: 100%;
	float: left;
	background: #FFFFFF;
	border: 1px solid #E1E1E1;
	border-radius: 14px;
}

.temp6-sliderItem {
	width: 33.333333%;
	float: left;
}

.temp6-sliderTxt {
	padding: 30px;
}

.temp6-itemImg {
	margin-bottom: 10px;
}

.temp6-itemTxt {
	margin-bottom: 30px;
	padding-right: 50px;
}

.temp6-readMoreBtn {
	width: 100%;
	float: left;
	border-top: 1px solid #707070;
	padding-top: 30px;
	opacity: 1;
}

.temp6-itemTxt h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	height: calc(32px* 1.2* 4);
	color: #333;
}

.temp6-btnMob {
	display: none;
}

.temp6-prev,
.temp6-next {
	cursor: pointer;
}

.temp6-nav {
	position: relative;
	width: 11%;
	float: right;
	gap: 25px;
	display: flex;
	justify-content: flex-end;
	/* bottom: -13px; */
}

.temp6-progNav {
	width: 100%;
	float: left;
	position: relative;
	display: flex;
	gap: 12px;
	align-items: flex-end;
	justify-content: space-between;
}

.temp6-progNav .swiper-pagination:not(.swiper-pagination-lock) {
	margin-top: 60px;
	margin-bottom: 13px;
	position: relative;
}

.temp6Slider {
	position: relative;
}

.temp6Slider .swiper-pagination {
	top: 50%;
	width: 89%;
}

.temp6-progNav .swiper-scrollbar.swiper-scrollbar-horizontal {
	width: 100%;
}

.temp6-itemImg {
	position: relative;
}

.temp6-onImgTxt {
	position: absolute;
	bottom: 20px;
	left: 16px;
	z-index: 1;
}

.temp6-onImgTxt p {
	color: #FFF;
}

.temp6-itemImg:after {
	content: "";
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	top: initial;
	bottom: 0;
	background: transparent linear-gradient(180deg, #00000000 0%, #00000000 2%, #000000 100%);
	border-radius: 6px;
}

.mb30 {
	margin-bottom: 30px;
}

.temp6-itemImg img {
	border-radius: 6px;
}

.temp6-itemImg a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

.temp6-itemImg a .plyBtn span {
	width: 100%;
	height: 100%;
	font-size: 48px;
	color: #000;
	border-radius: 100%;
	backdrop-filter: blur(3px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.temp6-itemImg a .plyBtn {
	width: 66px;
	height: 66px;
	border-radius: 100%;
	background-color: rgb(255 255 255 / 50%);
	border: 1px solid #fff;
}

.temp6-itemImg a .plyBtn span img {
	width: 17px;
}

/* temp6 css end here */

/* temp7 css start here */
.temp7.homepg {
	width: 100%;
	float: left;
	margin-top: -100px;
}

.temp7 {
	width: 100%;
	float: left;
}

.temp7-stayInLoop {
	width: 100%;
	float: left;
	display: flex;
	gap: 140px;
	background: url(https://ppsazdevwebsitestg.blob.core.windows.net/public/img/subscribe-bg.svg) no-repeat center center;
	background-size: cover;
	border-radius: 14px;
	padding: 55px 62px;
	align-items: center;
}

.temp7-stayInLoopLeft {
	display: flex;
	gap: 50px;
	width: 50%;
}

.temp7-stayInLoopRight {
	width: 50%;
	float: left;
}

.temp7-emailSub {
	width: 100%;
	float: left;
	padding: 15px 20px;
	border-radius: 10px;
}

.temp7-emailSub .email-signup {
	height: 58px;
	background-color: black;
	padding: 0px 30px 0px 30px;
	width: 75%;
	caret-color: #fc4e03;
	background-color: white;
	font-size: 20px;
	color: #333333;
	outline-style: none;
	border: none;
	border-radius: 10px;
}

.temp7-emailSub .temp7-inputbtn {
	padding: 20px;
	width: 25%;
	background: #253746;
	border-radius: 10px;
	border: none;
	font-size: 15px;
	float: right;
	text-align: left;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	position: relative;
	cursor: pointer;
	z-index: 1;
	overflow: hidden;
}

.temp7-inputbtn:before {
	content: '';
	background-color: #fff;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 200ms ease-in;
	border-radius: 10px;
	z-index: -1;
}

.temp7-inputbtn:hover:before {
	width: 100%;
}

.temp7-inputbtn:hover {
	color: #e34602;
}


#spam {
	color: #323232;
	font-size: 16px;
	padding: 3px;
}

.temp7-stayTxt h3 {
	color: #fff;
}

.temp7-stayTxt p {
	color: #fff;
	margin-top: 10px;
}

.temp7-emailSub input[type="email"]::placeholder {
	color: #000;
}

.temp7-stayTxt {
	width: 100%;
	float: left;
}

.temp7-turbhe {
	margin-top: -110px;
}

/* temp7 css end here */

/* temp8 css start here */
.temp6main {
	background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(250, 70, 22, 0.1) 100%);
}

.temp8-list {
	width: 100%;
	float: left;
	display: flex;
	gap: 42px;
	flex-wrap: wrap;
}

.temp8-item {
	width: 50%;
	float: left;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}

.temp8-img,
.temp8 {
	width: 100%;
	float: left;
}

.temp8-img img {
	width: 100%;
	float: left;
}

.temp8-list {
	display: flex;
	gap: 42px;
	flex-wrap: nowrap;
}

.temp8-itemTxt {
	width: 100%;
	padding: 40px 95px 40px 35px;
	position: absolute;
	bottom: -73px;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	flex-direction: row-reverse;
	align-items: flex-end;
	transition: all .5s cubic-bezier(.55, 0, .1, 1);
	/* transition: all .3s ease-in-out; */
}

.temp8-item:hover .temp8-itemTxt {
	bottom: 0;
}

.temp8-img:after {
	content: "";
	width: 100%;
	height: 60%;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s ease-in-out;
	background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.89) 50%, rgba(0, 0, 0, 1) 100%);
}

.temp8-itemTxt h6 {
	margin-bottom: 10px;
	color: #fff;
}

.temp8-itemTxt h3 {
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
}

/* temp8 css end here */


/* temp9 css start here */
.temp9-btmSlider {
	overflow: initial;
}

.temp9-itemInner h3 {
	font-weight: 700;
	color: #000000;
	text-align: left;
	margin-bottom: 20px;
}

.temp9-itemInner h4 {
	color: #333333;
	text-align: left;
	margin-bottom: 10px;
}

.temp9-itemInner p {
	color: #333333;
	text-align: left;
}

.temp9-itemInner {
	width: 82%;
	float: left;
}

.temp9-sliderArea {
	padding-bottom: 50px;
}

.temp9-btmItemInner {
	width: 100%;
	float: left;
}

.temp9-btmItemInner h6 {
	text-align: left;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.temp9-btmItemInner h6,
p {
	text-align: left;
}

.temp9-btmItemInner h4 {
	text-align: left;
	margin-bottom: 10px;
}

.temp9-btmItem {
	width: 25%;
	float: left;
	cursor: pointer;
}

.temp9-btmSlider .swiper-slide-thumb-active .temp9-btmItemInner h6 {
	color: #e34602;
}

.temp9-btmSlider .swiper-slide-thumb-active .temp9-btmItemInner h4 {
	font-weight: 700;
}

.temp9-btmSlider .swiper-slide-thumb-active .temp9-btmItemInner p {
	font-weight: 700;
}

.temp9-progNav {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 60px;
	display: flex;
	justify-content: flex-end;
}

.temp9-nav {
	width: 11%;
	float: right;
	gap: 25px;
	display: flex;
	justify-content: flex-end;
}

.temp9-prev,
.temp9-next {
	cursor: pointer;
}

.temp9-btmSlider .temp9-swiper-pagination {
	top: 13px;
	width: 89%;
}

/* temp9 css end here */

/* temp10 css start here */
/* Style the tab */
.temp10-tab {
	float: left;
	width: 21%;
	padding-right: 35px;
	overflow: auto;
	height: 378px;
}

/* Style the buttons inside the tab */
.temp10-tab li {
	display: block;
	color: #333333;
	padding: 15px 15px 15px 0;
	width: 100%;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 24px;
	border-bottom: 1px solid #E1E1E1;
}

/* Create an active/current "tab button" class */
.temp10-tab li.temp10-tabActive {
	color: #EE4223;
	font-weight: 700;
}

/* Style the tab content */
.tabcontent {
	float: left;
	width: 79%;
	background: transparent linear-gradient(108deg, #EBEBEB 0%, #FFFFFF 100%);
	border: 1px solid #E1E1E1;
	border-radius: 12px;
	padding: 20px;
	display: none;
}

.temp10-rightTab {
	width: 100%;
	float: left;
}

.temp10-head {
	width: 100%;
}

.temp10-head h2 {
	width: 60%;
}

.temp10-tabheading h3 {
	font-weight: 700;
	margin-bottom: 25px;
}

.temp10-itemImg {
	margin-bottom: 15px;
}

.temp10-itemImg img {
	width: 100%;
	float: left;
	height: 160px;
	border-radius: 8px;
	object-fit: cover;
}

.temp10-rightTabList {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.temp10-rItem {
	padding: 15px;
	width: calc(25% - 15px);
	float: left;
	background: transparent linear-gradient(141deg, rgba(235, 235, 235, .8) 0%, rgba(255, 255, 255, .8) 100%);
	border-radius: 12px;
	box-shadow: 8px 8px 8px #00000029, -10px -8px 8px #FFFFFF;
	display: flex;
	flex-wrap: wrap;
}

.temp10-rItemHead {
	display: flex;
	flex-wrap: wrap;
}

.temp10-rItemHead h6 {
	color: #EE4223;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.2;
}

.temp10-rTxt p {
	width: 100%;
	float: left;
	color: #333333;
	margin-bottom: 20px;
}

.temp10-rTxt {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	height: calc(100% - 175px);
}

.temp10-rtabLink {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.temp10-readMoreBtn {
	width: auto;
}

.temp10-readMoreBtnSocial {
	padding-bottom: 10px;
	float: left;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0px;
	color: #ee4223;
	text-align: center;
	outline: 0;
	background: none;
	box-shadow: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-bottom: 2px solid #ee4223;
}

.temnp10-orangeBtn {
	width: 25px;
	height: 18px;
	background: #EE4223;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	display: flex;
}

.temp10-readMoreBtnSocial .material-icons-outlined {
	font-size: 14px;
	color: #fff;
}

.temp10-mobFilter {
	display: none;
}

/* temp10 css end here */

/* temp11 css start here */
.temp11-img:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: transparent linear-gradient(180deg, #00000000 0%, #00000099 100%);
}

.temp11-img.withoutOverlay:after {
	content: none;
}

.temp11-txt {
	position: absolute;
	left: 0;
	bottom: 140px;
}

/* temp11 css end here */

/* temp12 css start here */
.temp12-team {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 30px;
	justify-content: center;
}

.temp12-item {
	width: calc(25% - 22.5px);
	padding: 14px 14px 20px;
	float: left;
	background: transparent linear-gradient(138deg, #EBEBEB 0%, #fff 100%);
	border: 1px solid #E1E1E1;
	border-radius: 12px;
	transition: all .3s ease-in-out;
}

.temp12-item:hover {
	box-shadow: 2px 4px 12px 0px #00000029;
}

.temp12-itemActive {
	background: #FFE8E2;
	box-shadow: 2px 4px 12px 0px #00000029;
}

.temp12-img img {
	border-radius: 12px;
}

.temp12-txt {
	margin-top: 20px;
}

.temp12-txt h6 {
	margin-bottom: 10px;
	font-weight: 700;
}

.temp12-txt p {
	margin-bottom: 30px;
	line-height: 1.3;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: calc(18px * 1.3 * 3);
	text-wrap: balance;
}

.temp12-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.temp12-leaderDetail {
	background-color: #F8F8F8;
}

.temp12-leader {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 50px;
}

.temp12-lImg {
	width: calc(33.333333% - 50px);
	float: left;
}

.temp12-lImg img {
	border-radius: 8px;
}

.temp12-lTxt {
	width: 66.666667%;
	float: left;
}


.temp12-lHead {
	margin-bottom: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.temp12-lHeadLeft {
	width: 75%;
	float: left;
}

.temp12-lHeadLeft h3 {
	margin-bottom: 15px;
	font-weight: 700;
}

.temp12-lLinkedIn {
	float: left;
}

.temp12-lLinkedInM {
	display: none;
}

.temp12-lContent p {
	margin-bottom: 20px;
	line-height: 1.44;
}

.temp12-lContent p:last-child {
	margin-bottom: 0;
}

.science-cTeam .temp12-item {
	width: calc(33.333333% - 22.5px);
}

.temp12-btns {
	width: 100%;
	float: left;
	display: flex;
	gap: 30px;
	justify-content: center;
}

.temp12-btns .primaryBtn .material-icons-outlined {
	padding: 5px;
	font-size: 13px;
	color: #fff;
	background: #EE4223;
	border-radius: 100%;
	transition: all .3s ease-in-out;
}

.temp12-btns .primaryBtn:hover .material-icons-outlined {
	background: #253746;
}

/* temp12 css end here */

/* temp13 css start here */


.temp13-top {
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	gap: 30px;
}

.temp13-left {
	width: 58.333333%;
	float: left;
}

.temp13-left h2 {
	margin-bottom: 20px;
}

.temp13-left p {
	padding-right: 8.333333%;
	line-height: 1.44;
}

.temp13-right {
	width: 41.666667%;
	padding: 35px;
	float: left;
	background: url(https://ppsazdevwebsitestg.blob.core.windows.net/public/img/whitepapersBg.svg) no-repeat center;
	background-size: cover;
	border-radius: 18px;
}

.temp13-right h6 {
	margin-bottom: 20px;
}

.temp13-right h3 {
	margin-bottom: 30px;
	font-weight: 700;
	line-height: 1.43;
}

.temp13-right p {
	margin-bottom: 30px;
	line-height: 1.44;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* height: calc(18px * 1.44 * 3); */
	text-wrap: balance;
}

.temp13tSlider {
	overflow: initial;
}

.temp13-tImg img {
	border-radius: 14px;
}

.temp13-progNav {
	position: relative;
	margin-top: 45px;
	display: flex;
	justify-content: flex-end;
}

.temp13-progNav .swiper-pagination-progressbar.swiper-pagination-horizontal {
	width: 89%;
	top: 50%;
}

.temp13-progNav .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	border: 1px solid #333;
}

.temp13-nav {
	width: 11%;
	float: right;
	gap: 25px;
	display: flex;
	justify-content: flex-end;
}

.temp13-progNav .swiper-scrollbar.swiper-scrollbar-horizontal {
	width: 100%;
	background-color: #E1E1E1;
}

.temp13-prev span,
.temp13-next span {
	float: left;
	cursor: pointer;
}

.temp13-nav .swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.temp13-paItem {
	margin-top: 70px;
	padding-top: 70px;
	border-top: 2px solid #FA4616;
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
}

.abdc .temp13-paItem {
	border-top: 0;
	gap: 67px;
	margin-top: 0;
	padding-top: 0;
}

.abdc .temp13-paItemImgInner {
	padding-left: 67px;
}

.abdc .temp13-paItemImgInner {
	padding-left: 67px;
}

.abdc .temp13-paItemImgInner img {
	width: 100%;
	float: left;
}

.abdc .temp13-paItemImg {
	width: calc(33% - 67px);
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #333;
}

.abdc .temp13-paItemImgInner:after {
	width: 1px;
	height: 100%;
	max-height: 260px;
	content: none;
	background: #333;
	position: absolute;
	left: 0;
	top: 0;
}

.temp13-paItemImgInner img {
	width: 100%;
	float: left;
}

.temp13-paItemTxt {
	width: 75%;
	float: left;
}

.temp13-paItemTxt h3 {
	margin-bottom: 35px;
}

.temp13-paItemTxt p {
	margin-bottom: 15px;
	line-height: 1.44;
}

.temp13-paItemTxt p:last-child {
	margin-bottom: 0;
}

.temp13-paItemList h4 {
	width: 100%;
	float: left;
	margin-top: 40px;
	margin-bottom: 20px;
}

.temp13-paItemList h3 {
	width: 100%;
	float: left;
	margin-top: 40px;
	margin-bottom: 35px;
}

.abdc .temp13-paItemList {
	border-top: 2px solid #FA4616;
	margin-top: 55px;
}

.abdc .temp13-paItemTxt {
	width: 66.4%;
	float: left;
}

.temp13-btm table {
	border-collapse: collapse;
	width: 100%;
	background: transparent linear-gradient(96deg, #EBEBEB 0%, #FFFFFF 100%);
	box-shadow: 6px 6px 6px #00000029;
	border-radius: 12px;
}

.temp13-btm table tr:not(:last-child) {
	border-bottom: 1px solid #E1E1E1;
}

.temp13-btm th {
	font-weight: 700;
}

.temp13-btm th,
td {
	padding: 28px 32px;
	text-align: left;
	font-size: 22px;
}

.temp13-paItemList ul {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 22px;
}

.temp13-paItemList li {
	width: calc(50% - 11px);
	padding-left: 25px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.44;
	position: relative;
}

.temp13-paItemList li:before {
	width: 10px;
	height: 10px;
	content: '';
	background: #FA4616;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 8px;
}

.temp13-paItemImg {
	width: calc(25% - 80px);
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.temp13-paItemImgInner {
	padding-left: 35px;
	position: relative;
}

.temp13-paItemImgInner:after {
	width: 1px;
	height: 100%;
	max-height: 260px;
	content: '';
	background: #333;
	position: absolute;
	left: 0;
	top: 0;
}

.temp13-paItemImgInner img {
	max-width: 100%;
}

.temp13-paItemImgM {
	display: none;
}

.temp13-innerSlider,
.temp13-Slider,
.temp13-Slider-progNav,
.temp13-nav-Slider {
	width: 100%;
	float: left;
}

.temp13-Slider-progNav {
	position: relative;
	margin-top: 45px;
	display: flex;
	justify-content: flex-end;
	margin-top: 0px;
	z-index: 1;
}

.temp13-nav-Slider {
	width: 11%;
	float: right;
	gap: 15px;
	display: flex;
	justify-content: flex-end;
}

.temp13-prev-Slider span,
.temp13-next-Slider span {
	float: left;
	cursor: pointer;
	color: #fff;
}

.temp13-nav-Slider .swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.temp55-imgBox .temp55-span {
	font-size: 12px;
	color: #fff;
	width: 100%;
	float: left;
}

.temp13-btm {
	width: 100%;
	float: left;
}

.temp13-btm h3 {
	text-align: left;
	color: #000;
	margin-bottom: 35px;
}

.abdc .temp7 {
	position: absolute;
	left: 0;
	bottom: -80px;
}

.abdc {
	padding-bottom: 200px;
}

.abdcMap {
	padding-top: 75px;
}

/* temp13 css end here */

/* temp14 css start here */
.temp14-inner {
	display: flex;
	align-items: center;
	gap: 60px;
}

.temp14-left {
	width: 42%;
	float: left;
	position: relative;
	border-radius: 14px;
}

.temp14-left a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
}

.temp14-poster {
	border-radius: 14px;
}

.temp14-left a .plyBtn {
	width: 96px;
	height: 96px;
	border-radius: 100%;
	background-color: rgb(255 255 255 / 50%);
	border: 1px solid #fff;
}

.temp14-left a .plyBtn span {
	width: 100%;
	height: 100%;
	font-size: 48px;
	color: #000;
	border-radius: 100%;
	backdrop-filter: blur(3px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.temp14-right {
	width: calc(58% - 60px);
	float: left;
}

.temp14-right p {
	margin-bottom: 15px;
	line-height: 1.44;
}

.temp14-rBtm {
	display: flex;
	gap: 30px;
}

.temp14-avatar {
	width: 80px;
	height: 80px;
	float: left;
}

.temp14-avatar img {
	width: 80px;
	height: 80px;
	float: left;
	border-radius: 100%;
}

.temp14-rBtmTxt {
	width: calc(100% - 110px);
	float: left;
}

.temp14-rBtmTxt h3 {
	margin-bottom: 7px;
	font-weight: 700;
}

/* temp14 css end here */

/* temp15 css start here */
.temp15 {
	padding: 100px 0;
}

.temp15-top {
	padding-bottom: 70px;
	display: flex;
	align-items: center;
	gap: 65px;
	border-bottom: 1px solid #EE4223;
}

.temp15-left {
	width: 63%;
	float: left;
}

.temp15-left h3 {
	margin-bottom: 40px;
}

.temp15-left p {
	line-height: 1.44;
}

.temp15-left p:not(:last-child) {
	margin-bottom: 20px;
}

.temp15-right {
	width: 37%;
	padding: 35px;
	float: left;
	background: url(https://ppsazdevwebsitestg.blob.core.windows.net/public/img/ongoing-challenge-bg.svg) no-repeat center;
	background-size: cover;
	border-radius: 18px;
}

.temp15-right h4 {
	margin-bottom: 30px;
	line-height: 1.53;
}

.temp15-slider {
	padding-top: 40px;
	position: relative;
	display: flex;
	align-items: center;
}

.temp15Slider {
	width: 88%;
	float: left;
}

.temp15-item {
	display: flex;
}

.temp15-sLeft {
	width: 18%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-right: 1px solid rgba(51, 51, 51, .27);
}

.temp15-sImg {
	width: 62px;
	height: 62px;
	float: left;
}

.temp15-sImg img {
	width: 62px;
	height: 62px;
	float: left;
	border-radius: 100%;
}

.temp15-sLeft h6 {
	margin-top: 10px;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: capitalize;
}

.temp15-sRight {
	width: 82%;
	padding-left: 60px;
	float: left;
	display: flex;
	align-items: center;
}

.temp15-sRight h3 {
	font-weight: 700;
}

.temp15-nav {
	width: 12%;
	float: left;
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}

.temp15-prev,
.temp15-next {
	cursor: pointer;
}

.temp15-nav .swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.temp15-img {
	width: 100%;
	float: left;
	border-top: 1px solid #707070;
	padding-top: 60px;
	margin-top: 60px;
	display: flex;
	gap: 60px;
}

/* temp15 css end here */

/* temp16 css start here */
.temp16-head {
	width: 58.333333%;
	margin-bottom: 60px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 46px;
}

.temp16-headLeft {
	width: 200px;
	padding: 22px 28px;
	float: left;
	text-align: center;
	background: url(https://ppsazdevwebsitestg.blob.core.windows.net/public/img/yearBg.svg) no-repeat center;
	background-size: cover;
	border-radius: 14px;
}

.temp16-headLeft h2 {
	padding-top: 5px;
	margin-top: 15px;
	border-top: 1px solid #fff;
	font-weight: 700;
}

.temp16-headRight {
	width: calc(100% - 246px);
	float: left;
}

.temp16-filter {
	padding-bottom: 15px;
	margin-bottom: 35px;
	border-bottom: 1px solid #E1E1E1;
	position: relative;
}

.temp16-filter ul {
	display: flex;
	gap: 45px;
}

.temp16-filter li,
.temp16-filter a {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	color: #253746;
	text-transform: capitalize;
	transition: 0.7s;
}

.temp16filterActive,
.temp16filterActive a {
	color: #EE4223;
}

.temp16filterIndicator {
	display: block;
	position: absolute;
	bottom: -5px;
	height: 10px;
	transition: 0.7s;
}

.temp16filterIndicator:after {
	content: '';
	position: absolute;
	left: calc(50% - 5px);
	bottom: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #EE4223;
	transition: 0.7s;
}

/* .temp16-tab {
  display: none;
} */

.temp16-tab p {
	margin-bottom: 40px;
	line-height: 1.55;
}

.temp16tabSlider {
	overflow: initial;
}

.temp16-sImg img {
	border-radius: 14px;
}

.temp16-tab h2 {
	margin-bottom: 45px;
}

/* temp16 css end here */

/* temp17 css start here */
.temp17-2col {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.temp17-left,
.temp17-right {
	width: 50%;
	float: left;
}

.temp17-left {
	padding-right: 76px;
}

.temp17-left img {
	border-radius: 8px;
}

.temp17-right p,
.temp17-full p {
	margin-bottom: 20px;
	line-height: 1.44;
}

/* temp17 css end here */

/* temp18 css start here */
.bgGray .temp18 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.temp18-filter {
	padding-bottom: 15px;
	margin-bottom: 35px;
	border-bottom: 1px solid #E1E1E1;
	position: relative;
}

.temp18-filter ul {
	display: flex;
	gap: 25px;
}

.temp18-filter li,
.temp18-filter a {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	color: #253746;
	text-transform: capitalize;
	transition: 0.7s;
}

.temp18filterActive,
.temp18filterActive a {
	color: #EE4223;
}

.temp18filterIndicator {
	display: block;
	position: absolute;
	bottom: -5px;
	height: 10px;
	transition: 0.7s;
}

.temp18filterIndicator:after {
	content: '';
	position: absolute;
	left: calc(50% - 5px);
	bottom: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #EE4223;
	transition: 0.7s;
}

.temp18Slider {
	position: relative;
}

.temp18Slider:before,
.temp18Slider:after {
	width: 20%;
	height: calc(100% - 50px);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: transparent linear-gradient(270deg, #F8F8F800 0%, #F8F8F8 100%);
	z-index: 2;
}

.temp18Slider:after {
	left: initial;
	right: 0;
	background: transparent linear-gradient(90deg, #F8F8F800 0%, #F8F8F8 100%);
}

.temp18-sItem {
	width: 570px;
	padding: 0;
	transition: all .4s ease-in-out;
}

.temp18-sImg {
	height: 350px;
	position: relative;
}

.temp18-sImg:after {
	width: 100%;
	height: 7px;
	content: '';
	position: absolute;
	bottom: -35px;
	left: 0;
	background: #EE4223;
}

.temp18-sImg img {
	height: 350px;
	object-fit: cover;
	border-radius: 12px;
	transform: scale(.8);
	transition: all 1s cubic-bezier(.55, 0, .1, 1);
	/* transition: all .4s ease-in-out; */
}

.temp18-sTxt {
	padding: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.temp18-sTxtInner {
	margin-top: 20px;
	line-height: 1.44;
	text-align: center;
}

.temp18-sTxtInner p {
	margin-bottom: 10px;
	line-height: 1.44;
	text-align: center;
}

.temp18-sYear {
	width: 112px;
	height: 53px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 1.7;
	color: #253746;
	background: url(https://ppsazdevwebsitestg.blob.core.windows.net/public/img/year.svg) no-repeat center;
	background-size: cover;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.temp18-sItem.swiper-slide-active .temp18-sImg img {
	transform: scale(1);
}

.show-more-wrapper {
	margin-top: 10px;
	display: flex;
	justify-content: center;
}

.extendingBtn {
	padding: 0;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: 700;
	color: #EE4223;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	transition: all .3s ease-in-out;
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 2px solid #EE4223;
}

.temp18-progNav {
	position: relative;
	margin-top: 25px;
	display: flex;
	justify-content: flex-end;
}

.temp18-progNav .swiper-pagination-progressbar.swiper-pagination-horizontal {
	width: 89%;
	top: 50%;
}

.temp18-nav {
	width: 11%;
	float: right;
	gap: 25px;
	display: flex;
	justify-content: flex-end;
}

.temp18-progNav .swiper-scrollbar.swiper-scrollbar-horizontal {
	width: 100%;
	background-color: #E1E1E1;
}

.temp18-prev span,
.temp18-next span {
	float: left;
	cursor: pointer;
}

.temp18-nav .swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

/* temp18 css end here */

/* temp19 css start here */
.temp19,
.temp19-top,
.temp19tSlider,
.temp19-tItem,
.temp19-tImg,
.temp19-tTxt,
.temp19-btm,
.temp19bSlider,
.temp19-bItem h3,
.temp19-bItem h4 {
	width: 100%;
	float: left;
}

.temp19tSlider {
	overflow: initial;
}

.temp19tSlider .swiper-slide {
	height: auto;
	border-radius: 12px;
	position: relative;
	z-index: 1;
}

.temp19tSlider .swiper-slide:before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	box-shadow: -14px -14px 14px #fff;
	border-radius: 12px;
	z-index: -1;
}

.temp19tSlider .swiper-slide:after {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .24);
	border-radius: 12px;
	filter: blur(16px);
	z-index: -2;
}

.temp19-tItem {
	height: 100%;
	padding: 24px 24px 40px;
	border-radius: 12px;
	border: 1px solid #E1E1E1;
	background: transparent linear-gradient(142deg, #EBEBEB 0%, #fff 100%);
	position: relative;
}

.temp19-tImg {
	margin-bottom: 45px;
}

.temp19-tTxt h3 {
	margin-bottom: 20px;
}

.temp19-tTxt p {
	line-height: 1.44;
}

.temp19-bItem h3 {
	padding-right: 20%;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.4;
	color: #000;
}

.temp19-bItem h4 {
	margin-bottom: 10px;
}



.temp19-progNav {
	position: relative;
	margin-top: 40px;
	display: flex;
	justify-content: flex-end;
}

.temp19-progNav .swiper-pagination-progressbar.swiper-pagination-horizontal {
	width: 89%;
	top: 50%;
}

.temp19-nav {
	width: 11%;
	float: right;
	gap: 25px;
	display: flex;
	justify-content: flex-end;
}

.temp19-progNav .swiper-scrollbar.swiper-scrollbar-horizontal {
	width: 100%;
	background-color: #E1E1E1;
}

.temp19-prev span,
.temp19-next span,
.temp19b-prev span,
.temp19b-next span {
	float: left;
	cursor: pointer;
}

.temp19-nav .swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

/* temp19 css end here */




/* temp20 css start here */
.temp20 {
	width: 100%;
	float: left;
	position: relative;
}

.temp20-progNav {
	position: absolute;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	left: initial;
	top: initial;
	bottom: 60px;
	width: 50%;
	right: 10%;
	width: 28%;
	float: left;
}

.temp20-progNav .swiper-pagination-progressbar.swiper-pagination-horizontal {
	width: 85%;
	top: 50%;
}

.temp20-progNav .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	border: 1px solid #fff;
}

.temp20-nav {
	width: 11%;
	float: right;
	gap: 25px;
	display: flex;
	justify-content: flex-end;
	position: absolute;
	z-index: 1;
}

.temp20-nav .swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.temp20-prev span,
.temp20-next span {
	float: left;
	cursor: pointer;
	color: #fff;
}

.temp20-txt {
	position: absolute;
	left: 0;
	width: 100%;
	float: left;
	z-index: 1;
	bottom: 90px;
}

.temp20-breadCrumb {
	width: 52.5%;
	float: left;
}

.temp20-bcrumb {
	margin-bottom: 15px;
}

.temp20-bcrumb li {
	display: inline;
	font-size: 18px;
}

.temp20-bcrumb li+li:before {
	padding: 8px;
	color: #fff;
	content: ">\00a0";
}

.temp20-bcrumb li a {
	color: #fff;
	text-decoration: none;
	font-size: 22px;
}

.temp20-bcrumb li a:hover {
	color: #fff;
	text-decoration: underline;
}

.temp20-breadCrumb h1 {
	text-align: left;
	color: #fff;
	text-transform: capitalize;
	line-height: 1.2;
	margin-bottom: 30px;
}

.temp20-address {
	width: 100%;
	float: left;
	display: flex;
	gap: 15px;
	align-items: flex-end;
	border-bottom: 1px solid #fff;
	padding-bottom: 22px;
	margin-bottom: 32px;
}

.temp20-address .material-icons-outlined {
	color: #e34602;
}

.temp20-address p {
	color: #fff;
}

.temp20-para {
	width: 100%;
	float: left;
	margin-bottom: 60px;
}

.temp20-para p {
	text-align: left;
	color: #fff;
}

.temp20-btns {
	width: 100%;
	float: left;
	display: flex;
	gap: 30px;
}

.temp20-btns .primaryBtn {
	background-color: #253746;
	letter-spacing: 0.64px;
	color: #fff;
}

.temp20-btns .primaryBtn .material-icons-outlined {
	padding: 0;
	font-size: 24px;
	color: #fff;
	background: none;
	border-radius: none;
	transition: all .3s ease-in-out;
}

.temp20-btns .primaryBtn:hover .material-icons-outlined {
	color: #fff;
}

.temp20-btns .primaryBtn:hover {
	color: #fff;
}

.temp20-btns .primaryBtn:hover svg path {
	fill: #fff;
}

.temp20-btns .primaryBtn:hover span svg path {
	fill: #fff;
}

.temp20-btns .primaryBtn:before {
	background-color: #EE4223;
}

.temp20-btns .primaryBtn:hover:before {
	width: 100%;
}

.temp20-sliderItem {
	width: 100%;
	float: left;
}

.temp20-sliderItem img {
	width: 100%;
	float: left;
}

/* .temp20-sliderItem:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: transparent linear-gradient(180deg, #00000000 0%, #00000000 50%, #00000085 73%, #000000CC 100%);
} */

.temp20-sliderItem img {
	width: 100%;
	float: left;
	height: 100%;
	object-fit: cover;
}

.temp20-bcrumb li a:hover {
	color: #fff;
	text-decoration: none;
}

.virBtn {
	min-width: 210px;
	height: 60px;
	padding: 20px;
	float: left;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.64px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 10px;
	background: #253746;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	z-index: 1;
	overflow: hidden;
	transition: all .3s ease-in-out;
}


.virBtn .material-icons-outlined {
	padding: 5px;
	font-size: 13px;
	color: #fff;
	background: #EE4223;
	border-radius: 100%;
	transition: all .3s ease-in-out;
}

.temp20-dropDown {
	position: absolute;
	top: 60px;
	display: none;
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	z-index: 1;
	box-shadow: 0px 6px 12px #00000029;
}

.temp20-dropArea {
	position: relative;
	min-width: 210px;
}

.temp20-dropDown ul li a {
	font-size: 16px;
	letter-spacing: 0.64px;
	color: #253746;
	display: flex;
	justify-content: space-between;
}

.temp20-dropDown ul li:first-child {
	border-bottom: 1px solid #C7C7C7;
	padding-bottom: 15px;
}

.temp20-dropDown ul li:nth-child(2) {
	padding-top: 15px;
}

.temp20b {
	padding-top: 80px;
}

.temp20b,
.temp20b-wrapper {
	width: 100%;
	float: left;
}

.temp20b-left h1 {
	text-align: left;
	color: #000;
	text-transform: capitalize;
	line-height: 1;
}

.temp20b-rtxt {
	width: 100%;
	float: left;
}

.temp20b-right p {
	text-align: left;
	color: #333;
}

.temp20b-right p:not(:last-child) {
	margin-bottom: 15px;
}

.temp20b-right h4 {
	text-align: left;
	color: #333;
	font-weight: 600;
	margin-bottom: 20px;
}

.temp20b-right {
	width: 55.1%;
	float: left;
}

.temp20b-left {
	width: 44%;
	float: left;
}

.temp20b-wrapper {
	display: flex;
	justify-content: space-between;
}

.temp20b .temp20-btns {
	margin-top: 60px;
}

.temp20b-locationRef {
	width: 63.1%;
	float: left;
	margin-top: 22px;
	padding-left: 6%;
}

.temp23-img:after {
	content: none;
}

.temp23-tabConTxt {
	padding: 25px;
	position: unset;
	background-color: #fff;
}

.temp23-img {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 6px 12px #00000029;
}

.temp23-img img {
	border-radius: 0;
}

.temp23-tabConTxt h3 {
	color: #000;
}

.temp23-tabConTxt p {
	color: #000;
}

/* .temp23 {
	padding-bottom: 10px;
} */
.temp23-img .temp30-btmBtn img {
	width: auto;
	float: left;
	border-radius: 12px;
}

.temp23 .temp30-btmBtn {
	margin-top: 15px;
}

.ahmPds .headline h2 {
	width: 100%;
}

.virBtn svg {
	transition: transform 0.3s ease-in-out;
}

.virBtnActive svg {
	transition: transform 0.3s ease-in-out;
}

.virBtn svg {
	transform: rotate(360deg);
}

.virBtnActive svg {
	transform: rotate(180deg);
}

.temp20b-location .material-icons-outlined {
	color: #ee4223;
	margin-top: 5px;
}

.temp20b-location p {
	color: #333;
}

.temp20b-locationRef li {
	font-size: 18px;
}

.temp20b-locationRef li:not(:last-child) {
	margin-bottom: 5px;
}

.temp20b-locationRef {
	position: relative;
}

.temp20b-locationRef:before {
	content: '';
	position: absolute;
	left: -2px;
	top: 6px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-image: url(https://ppsazdevwebsitestg.blob.core.windows.net/public/img/airoplane.svg);
}

.temp20b-location:before {
	content: '';
	position: absolute;
	left: -2px;
	top: 0px;
	width: 24px;
	height: 24px;
	margin-top: 33px;
	background-repeat: no-repeat;
	background-image: url(https://ppsazdevwebsitestg.blob.core.windows.net/public/img/location-svg.svg);
}

.temp20b-location {
	border-top: 1px solid #E1E1E1;
	padding-top: 30px;
	width: 63.1%;
	float: left;
	margin-top: 30px;
	padding-left: 6%;
	position: relative;
}

/* temp20 css end here */

/* temp21 css start here */
.temp21,
.temp21-inner,
.temp21-service,
.temp21servSlider,
.temp21-serInner,
.temp21-siImg,
.temp21-siImg img,
.temp21-siHead,
.temp21-accArea,
.temp21-accItem,
.temp21-accHead,
.temp21-accContent,
.temp21-accImg,
.temp21-accImg img {
	width: 100%;
	float: left;
}

.temp21-accArea {
	display: none;
}

.temp21servSlider {
	position: relative;
}

.temp21-serInner {
	display: flex;
	gap: 34px;
	background: #fff;
	padding: 25px;
	border-radius: 12px;
}

.temp21-sItem {
	width: 50%;
	float: left;
	position: relative;
	border-radius: 12px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	transition: all .4s linear;
	overflow: hidden;
}

.temp21-siImg {
	border-radius: 12px;
	position: relative;
	transition: all .4s linear;
	overflow: hidden;
	z-index: 2;
}

.temp21-siImg:before {
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: transparent linear-gradient(180deg, #00000000 0%, #000000AD 71%, #000000BD 100%);
	border-radius: 12px;
	transition: all .4s linear;
}

.temp21-siImg img {
	height: 404px;
	object-fit: cover;
	border-radius: 12px;
	transition: all .4s linear;
}

.temp21-siHead {
	padding: 24px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	border-radius: 12px;
	transition: all .5s linear;
}

.temp21-siHead h3 {
	/* width: calc(100% - 84px); */
	float: left;
}

.temp21-siHead .material-icons-outlined {
	width: 64px;
	height: 64px;
	font-size: 36px;
	color: #fff;
	border-radius: 100%;
	background: #EE4223;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.temp21-txt {
	width: 45%;
	float: left;
	padding: 28px;
	position: absolute;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .5s linear;
	z-index: 1;
}

.temp21-txt h3 {
	margin-bottom: 25px;
}

.temp21-txt p {
	line-height: 1.44;
	margin-bottom: 8px;
}

.temp21-sItemActive {
	width: 72%;
	border-radius: 12px;
	box-shadow: 0px 8px 16px #00000029;
	background: #FFE8E2;
}

.temp21-sItemActive .temp21-siImg {
	width: 55%;
}

.temp21-sItem:not(.temp21-sItemActive) .temp21-siHead {
	flex-wrap: wrap;
}

.temp21-sItem:not(.temp21-sItemActive) .temp21-siHead h3 {
	width: calc(100% - 84px);
}

.thankyoubox {
	text-align: center;
	width: 650px;
	margin: 0 auto;
	margin-top: 60px;
}

.thankyoubox .primaryBtn {
	float: none;
	margin: 0 auto;
	width: 160px;
}

.thankyoubox img {
	width: 100%;
}

.thankyoubox h3 {
	margin-bottom: 10px;
	margin-top: 20px;
}

.thankyoubox h6 {
	margin-bottom: 15px;
	font-weight: 500;
}

.errorP .thankyoubox {
	width: 100%;
}

.errorP .thankyoubox .primaryBtn {
	width: 225px;
}

.errorP .thankyoubox img {
	width: 316px;
	height: auto;
}

.errorP .thankyoubox h1 {
	font-weight: bold;
}

.errorP .thankyoubox h6 {
	text-align: center;
	font-size: 28px;
	color: #4D4D4D;
	margin-top: 17px;
	margin-bottom: 50px;
}

.temp21-sItemActive .temp21-txt {
	left: 55%;
	opacity: 1;
	visibility: visible;
	max-height: 100%;
	overflow: auto;
}

.temp21-sItemActive .temp21-siHead {
	opacity: 0;
	bottom: -100%;
}

.temp21-sItemActive .temp21-siImg:before {
	display: none;
}

.temp21-sItem:nth-child(even) {
	justify-content: flex-end;
}

.temp21-sItem:nth-child(even) .temp21-txt {
	left: initial;
	right: 0;
}

.temp21-sItem:nth-child(even).temp21-sItemActive .temp21-txt {
	right: 55%;
	left: initial;
}

.temp21-progNav {
	margin-top: 20px;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.temp21-progNav .swiper-pagination-progressbar.swiper-pagination-horizontal {
	width: 89%;
	top: 50%;
}

.temp21-progNav .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	border: 1px solid #333;
}

.temp21-nav {
	width: 11%;
	float: right;
	gap: 25px;
	display: flex;
	justify-content: flex-end;
}

.temp21-progNav .swiper-scrollbar.swiper-scrollbar-horizontal {
	width: 100%;
	background-color: #E1E1E1;
}

.temp21-prev span,
.temp21-next span {
	float: left;
	cursor: pointer;
}

.temp21-nav .swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.temp21-txt li:before {
	width: 10px;
	height: 10px;
	content: '';
	background: #FA4616;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 5px;
}

.temp21-txt ul {
	display: block;
	clear: both;
	overflow: hidden;
}

.temp21-txt ul li {
	float: left;
	font-size: 18px;
	list-style: none;
	margin-bottom: 10px;
	line-height: 1.2;
	position: relative;
	padding-left: 25px;
}

.temp21-accContent li:before {
	width: 8px;
	height: 8px;
	content: '';
	background: #FA4616;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 5px;
}

.temp21-accContent ul li {
	float: left;
	font-size: 16px;
	list-style: none;
	margin-bottom: 10px;
	line-height: 1.2;
	position: relative;
	padding-left: 25px;
}

/* temp21 css end here */

/* temp22 css start here */
.temp22,
.temp22-head,
.temp22-tabHead,
.temp22-tabWrapper,
.temp22tabsMain {
	width: 100%;
	float: left;
}

.temp22-head h3 {
	text-align: left;
	color: #000000;
}

.temp22-tabHead {
	border-bottom: 1px solid #E1E1E1;
}

.temp22tabsMain {
	margin-top: 10px;
}

.temp22-tabActive {
	display: none;
}

.temp22-tabHead li {
	width: auto;
	float: left;
	padding: 15px 35px;
	cursor: pointer;
}

.temp22-tab {
	font-weight: 700;
}

.temp22-itemList a {
	width: 100%;
	text-align: left;
	color: #333333;
	text-transform: capitalize;
	font-size: 24px;
	display: flex;
	justify-content: space-between;
}

.temp22-tab a {
	text-align: left;
	color: #333333;
	text-transform: capitalize;
	font-size: 20px;
}

.temp22-refTabActive {
	background: transparent linear-gradient(180deg, #FA461600 0%, #FA46161B 41%, #FA46169C 100%);
	border-radius: 8px;

	text-transform: capitalize;
	font-weight: 700;
}

.temp22-refTabActive a {
	color: #EE4223;
}

.temp22-itemList {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #E1E1E1;
	padding: 25px 0;
	width: calc(50% - 20px);
	float: left;
}

.temp22tabsMain ul {
	display: flex;
	gap: 10px 40px;
	flex-wrap: wrap;
}

.temp22-refTabActive {
	background: transparent linear-gradient(180deg, #FA461600 0%, #FA46161B 41%, #FA46169C 100%);
	border-radius: 8px;
	text-transform: capitalize;
	font-weight: 700;
	border-bottom: 5px solid #EE4223;
}

/* temp22 css end here */
/* temp23 css start here */
.temp23,
.temp23-tabWrapper,
.temp23-tabConTxt {
	width: 100%;
	float: left;
}

.temp23-tabList {
	width: 24%;
	float: left;
	height: 515px;
	overflow-y: auto;
}

.temp23-tabContent {
	width: 76%;
	float: left;
	position: relative;
	padding-left: 100px;
	display: none;
}

.temp23-tabList ul li {
	display: block;
	padding: 25px 0;
	width: 100%;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 24px;
	border-bottom: 1px solid #E1E1E1;
}

.temp23-tabConTxt {
	padding: 25px;
}

.temp23-tabConTxt h3 {
	text-align: left;
	margin-bottom: 20px;
}

.temp23-tabConTxt p {
	text-align: left;
}

/* .temp23-img:after {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .3s ease-in-out;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000AD 69%, #000000AD 84%, #000000BD 100%);
  border-radius: 12px;
} */

.temp23-img {
	width: 100%;
	float: left;
	position: relative;
}

.temp23-img img {
	width: 100%;
	float: left;
	border-radius: 12px;
}

.temp23-conTabActive h4 {
	font-weight: 700;
	color: #EE4223 !important;
}

.temp23-tabList h4 {
	font-weight: 700;
	color: #333;
}

.temp21-inner {
	border-bottom: 2px solid #E1E1E1;
	padding-bottom: 60px;
}

/* 
.temp23-tabContent {
  display: none;
} */

.temp23-tabList ul li:first-child {
	padding-top: 0;
}

.temp23-tabList ul li:last-child {
	border: 0;
}

.temp23-mobAccHead {
	display: none;
}

.faciDownBtn .primaryBtn:before {
	background-color: #fff;
}

.faciDownBtn .primaryBtn:hover svg path {
	fill: #e34602;
}

.faciDownBtn .primaryBtn:hover {
	color: #e34602;
}

.faciSection .temp7-stayInLoopLeft,
.faciSection .temp7-stayInLoopRight {
	width: auto;
}

.temp7-stayInLoop.faciSection {
	justify-content: space-between;
}

/* temp23 css end here */
/* temp24 css start here */
.temp-news .txtWhite {
	width: 75%;
}

.stickySection {
	top: 20px !important;
}

.temp24-newsPages {
	transition: all 0.3s ease;
}

.temp24,
.temp24-wrapper,
.temp24-fSliderArea,
.temp24-fSlider {
	width: 100%;
	float: left;
}

.temp24-sliderImg {
	width: 26.6%;
	float: left;
}

.temp24-left {
	width: 23%;
	float: left;
}

.temp24-newsPages,
.temp24-filetrs {
	width: 100%;
	float: left;
	background: #FFFFFF;
	box-shadow: 0px 6px 12px #00000029;
	border-radius: 12px;
	padding: 35px 25px;
	margin-bottom: 30px;
}

.temp24-newsPages {
	position: sticky;
	top: 100px;
}

.temp24-newsPages ul li,
.temp24-filetrs ul li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #E1E1E1;
	padding-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.temp24-newsPages ul li:last-child,
.temp24-filetrs ul li:last-child {
	border: 0;
	padding-bottom: 0;
}

.temp24-newsPages ul li:first-child,
.temp24-filetrs ul li:first-child {
	padding-top: 0;
}

.temp24-fHeading {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}

.temp24-fHeading h3 {
	font-weight: 700;
}

.temp24-filetrs .bgCircle {
	width: 32px;
	height: 32px;
	display: flex;
	background: #E1E1E1;
	border-radius: 100%;
	padding: 5px;
	align-items: center;
	justify-content: center;
}

.temp24-right {
	width: 75.5%;
	float: left;
}

.temp24-feature {
	width: 100%;
	float: left;
	background: #F8F8F8 0% 0%;
	border-radius: 12px;
	padding: 25px;
	margin-bottom: 20px;
}

.temp24-wrapper {
	display: flex;
	justify-content: space-between;
}

.temp24-fHead {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}

.temp24-fHead h3 {
	font-weight: 700;
	text-align: left;
	color: #333333;
	text-transform: capitalize;
}

.temp24-sliderItem {
	background: transparent linear-gradient(112deg, #EBEBEB 0%, #FFFFFF 100%);
	border: 1px solid #E1E1E1;
	border-radius: 12px;
	display: flex;
	gap: 22px;
	padding: 25px 20px;
	color: #333;
}

.temp24-sliderImg img {
	float: left;
	border-radius: 6px;
	width: 100%;
	height: 170px;
	object-fit: cover;
}

.temp24-fSliderTxt h6,
.temp24-fSliderTxt p {
	line-height: 1.2;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.temp24-fSliderTxt {
	width: 73%;
	float: left;
}

.temp24-progNav {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 40px;
	display: flex;
	justify-content: flex-end;
}

.temp24-progNav .swiper-pagination-progressbar.swiper-pagination-horizontal {
	width: 91%;
	top: 50%;
}

.temp24-nav {
	width: 11%;
	float: right;
	gap: 25px;
	display: flex;
	justify-content: flex-end;
}

.temp24-prev,
.temp24-next {
	cursor: pointer;
}

.temp24-rightCards {
	width: 100%;
	float: left;
	background: #F8F8F8;
	border-radius: 12px;
	padding: 35px 24px;
}

.temp24-fCardList {
	width: 100%;
	float: left;
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.temp24-fCardItem {
	width: calc(50% - 15px);
	float: left;
	background: transparent linear-gradient(132deg, #EBEBEB 0%, #FFFFFF 100%);
	border: 1px solid #E1E1E1;
	border-radius: 12px;
	padding: 20px;
}

.temp24fcTxt {
	width: 100%;
	float: left;
	margin-top: 25px;
}

.temp24fcTxt h4 {
	margin-bottom: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.temp24-date {
	margin-bottom: 45px;
}

.temp24-fcImg,
.temp24-fcImg img {
	width: 100%;
	float: left;
	position: relative;
}

.temp24-fcImg img {
	border-radius: 12px;
}

.vrLine {
	margin: 15px;
	border: 1px solid #E1E1E1;
}

.temp24-newsPages ul li a {
	color: #333333;
}

.temp24-newsPages .temp24-newsPActive h4 {
	color: #EE4223;
}

.temp24-filetrs ul li {
	color: #333333;
}

.temp24-filetrs .temp24-filterActive h4 {
	color: #EE4223;
}

.temp24-filterActive .bgCircle {
	background-color: #EE4223
}

.temp24-filterActive .material-icons-outlined {
	color: #fff
}

.temp24-mobFilter {
	display: none;
}

.temp24-mob {
	display: none;
}

.temp24-cardBtm {
	width: 100%;
	float: left;
	display: flex;
	align-items: flex-end;
}

.temp24-socialIcon {
	display: flex;
}

.temp24-socialIcon ul {
	width: 100%;
	float: left;
	display: flex;
	gap: 12px;
}

/* temp24 brochurs css start here */
.temp24-brochWrap,
.temp24-brochList,
.temp24-brochItem,
.temp24-brochImg img,
.temp24-brochTxtTop,
.temp24-brochLink {
	width: 100%;
	float: left;
}

.temp24-brochWrap {
	padding: 34px 24px;
	border-radius: 12px;
}

.temp24-brochList {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.temp24-brochItem {
	padding: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	border-radius: 12px;
	border: 1px solid #E1E1E1;
	background: transparent linear-gradient(103deg, #EBEBEB 0%, #fff 100%);
}

.temp24-brochImg {
	width: 36%;
	/* width: 30%; */
	float: left;
}

.webinars .temp24-brochImg {
	width: 36%;
	/* width: 30%; */
	float: left;
}

.temp24-brochImg img {
	/* height: 202px; */
	object-fit: cover;
	border-radius: 12px;
}

.temp24-brochTxt {
	width: calc(64% - 32px);
	/* width: calc(70% - 32px); */
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.webinars .temp24-brochTxt {
	width: calc(64% - 32px);
	/* width: calc(70% - 32px); */
}

.temp24-brochTxtTop h6 {
	margin-bottom: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.temp24-brochTxtTop p {
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 1.5;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.temp24-fcImg a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

.temp24-fcImg a .plyBtn {
	width: 66px;
	height: 66px;
	border-radius: 100%;
	background-color: rgb(255 255 255 / 50%);
	border: 1px solid #fff;
}

.temp24-fcImg a .plyBtn span {
	width: 100%;
	height: 100%;
	font-size: 48px;
	color: #000;
	border-radius: 100%;
	backdrop-filter: blur(3px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.temp24-fcImg a .plyBtn span img {
	width: 17px;
	border-radius: 0;
}

/* temp24 brochurs css end here */

/* temp24 Video css start here */
.temp24-vidList,
.temp24-vidImg,
.temp24-vidPoster,
.temp24-vidTxt,
.temp24-vidTxtTop,
.temp24-vidLink {
	width: 100%;
	float: left;
}

.temp24-vidList {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}

.temp24-vidItem {
	width: calc(50% - 16px);
	float: left;
	padding: 22px;
	display: flex;
	flex-wrap: wrap;
	border-radius: 12px;
	border: 1px solid #E1E1E1;
	background: transparent linear-gradient(132deg, #EBEBEB 0%, #fff 100%);
}

.temp24-vidImg {
	margin-bottom: 20px;
	position: relative;
}

.temp24-vidPoster {
	border-radius: 8px;
}

.temp24-vidImg a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

.temp24-vidImg a .plyBtn {
	width: 66px;
	height: 66px;
	border-radius: 100%;
	background-color: rgb(255 255 255 / 50%);
	border: 1px solid #fff;
}

.temp24-vidImg a .plyBtn span {
	width: 100%;
	height: 100%;
	font-size: 48px;
	color: #000;
	border-radius: 100%;
	backdrop-filter: blur(3px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.temp24-vidImg a .plyBtn span img {
	width: 17px;
}

.temp24-vidTxt {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	gap: 40px;
}

.temp24-vidTxt h6 {
	margin-bottom: 15px;
	line-height: 1.45;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.vidLine {
	border-right: 1px solid #E1E1E1;
	margin: 0 15px;
}

.temp24-vidLink {
	display: flex;
	justify-content: space-between;
}

.temp24-vidLink ul {
	display: flex;
	align-items: flex-end;
	gap: 15px;
}

.temp24-vidLink li {
	float: left;
}

.temp24-divi {
	width: 100%;
	float: left;
	display: none;
}

.temp24-divi.temp25-tabActive {
	display: block;
}

/* temp24 Video css end here */

/* temp24 css end here */


/* temp25 css start here */
.temp25,
.temp25-head,
.temp25-tabHead,
.temp25-sliderArea,
.temp25tabsMain {
	width: 100%;
	float: left;
}

.temp25-head {
	margin-bottom: 30px;
}

.temp25-tabHead {
	display: flex;
	white-space: nowrap;
	z-index: 2;
	position: relative;
	gap: 10px;
}

.temp25-tabHead li {
	font-weight: 700;
	width: auto;
	float: left;
	padding: 15px 35px;
	cursor: pointer;
}

/* .temp25-refTabActive {
  background: transparent linear-gradient(180deg, #FA461600 0%, #FA46161B 41%, #FA46169C 100%);
  border-radius: 8px;
  text-transform: capitalize;
  font-weight: 700;
  border-bottom: 5px solid #EE4223;
} */

.temp25tabsMain {
	margin-top: 45px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

/* .temp25-item::before {
  content: "";
  width: 100%;
  height: 9px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: -1;
  background-color: #FC582E;
  transition: all .4s linear;
}

.temp25-item:last-of-type {
  background-color: transparent;
  background:red;
} */

.temp25-itemList {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #E1E1E1;
	padding: 25px 0;
	width: 50%;
	float: left;
}

.temp25-itemList a {
	text-align: left;
	color: #333333;
	text-transform: capitalize;
	font-size: 24px;
}

.temp25-refTabActive a {
	color: #EE4223 !important;
}

.temp25-tab a {
	text-align: left;
	color: #333333;
	text-transform: capitalize;
	font-size: 20px;
}

.temp25-item {
	width: 20%;
	float: left;
	position: relative;
	padding-right: 80px;
	transition: all .2s linear;
}

.temp25-item h4 {
	text-align: left;
	color: #333;
	margin-bottom: 10px;
}

.temp25-item h6 {
	font-size: 20px;
	text-align: left;
	font-weight: 700;
	color: #000000;
	margin-bottom: 10px;
}

.temp25-img {
	width: 95px;
	height: 95px;
	background: transparent linear-gradient(135deg, #EBEBEB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
	border: 1px solid #E1E1E1;
	padding: 22px;
	border-radius: 100%;
	margin-bottom: 15px;
}

.temp25-hrLine {
	border: 4px solid #FC582E;
	position: absolute;
	transition: .2s ease;
	z-index: -1;
	top: 40px;
}

.temp25-hrLine2 {
	width: 20%;
}

/* if 3 */
.temp25-hrLine3 {
	width: 40% !important;
}


/* if 4 */

.temp25-hrLine4 {
	width: 60%;
}

/* if 5 */
.temp25-hrLine5 {
	width: 80%;

}



.temp25-knowMore {
	display: flex;
	gap: 20px;
	cursor: pointer;
	align-items: center;
}

.temp25-BtmKMore {
	padding-top: 12px;
	border-top: 1px solid #F1F1F1;
}

.temp25-knowMore .material-icons-outlined {
	color: #e34602;
}

.temp25Indicator {
	display: block;
	position: absolute;
	bottom: 0;
	height: 100%;
	transition: all .3s ease-in-out;
	background: transparent linear-gradient(180deg, #FA461600 0%, #FA46161B 41%, #FA46169C 100%);
	border-radius: 8px;
	text-transform: capitalize;
	font-weight: 700;
	border-bottom: 5px solid #EE4223;
}

.temp25-tabArea {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	overflow-x: auto;
	border-bottom: 1px solid #E1E1E1;
}

.rotate {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}

.temp25-btmWrapper {
	display: none;
}

.temp25-knowMore h6 {
	margin-bottom: 0;
}

/* temp25 css end here */

/* temp26 css start here */
.drugDiscovery .temp20-breadCrumb {
	width: 100%;
	float: left;
}

.drugDiscovery .temp20-sliderItem:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: transparent linear-gradient(180deg, #00000000 0%, #00000085 76%, #000000CC 100%);
}

.temp26,
.temp26-head,
.temp26-tabHead,
.temp26-sliderArea,
.temp26tabsMain {
	width: 100%;
	float: left;
}

.temp26 {
	background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FA46161A 100%);
}

.temp26-tabArea {
	width: 100%;
	float: left;
	position: relative;
}

.temp26-head {
	margin-bottom: 30px;
}

.temp26-tabHead li {
	font-weight: 700;
	width: auto;
	float: left;
	padding: 15px 28px;
	cursor: pointer;
}

.temp26tabsMain {
	margin-top: 42px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.temp26-itemList {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #E1E1E1;
	padding: 25px 0;
	width: 50%;
	float: left;
}

.temp26-itemList a {
	text-align: left;
	color: #333333;
	text-transform: capitalize;
	font-size: 24px;
}

.temp26-refTabActive a {
	color: #EE4223 !important;
}

.temp26-tab a {
	text-align: left;
	color: #333333;
	font-size: 20px;
}

.temp26-item {
	width: 100%;
	float: left;
	position: relative;
	transition: all .2s linear;
}

.temp26Indicator {
	display: block;
	position: absolute;
	bottom: 0;
	height: 100%;
	transition: all .3s ease-in-out;
	background: transparent linear-gradient(180deg, #FA461600 0%, #FA46161B 41%, #FA46169C 100%);
	border-radius: 8px;
	text-transform: capitalize;
	font-weight: 700;
	border-bottom: 5px solid #EE4223;
	z-index: 1;
}

.temp26-itemTop {
	width: 100%;
	float: left;
	display: flex;
	gap: 60px;
	align-items: center;
}

.temp26-itemTopLeft {
	width: 46%;
	float: left;
	align-self: self-start;
}

.temp26-itemTopRight {
	width: 49.8%;
	float: left;
}

.temp26-itemTopRight p:not(:last-child) {
	margin-bottom: 10px;
}

.temp26-itemBottom {
	width: 100%;
	float: left;
	display: flex;
	gap: 35px;
}

.temp26-itemBottomLeft,
.temp26-itemBottomRight {
	width: 48.6%;
	float: left;
}

.temp26-itemBottomHead li {
	position: relative;
	padding-left: 25px;
}

.temp26-itemBottomHead li:before {
	width: 10px;
	height: 10px;
	content: '';
	background: #FA4616;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 8px;
}

.temp26-itemBottomHead ul li {
	min-width: 50%;
	float: left;
	font-size: 18px;
	list-style: none;
	margin-bottom: 10px;
	line-height: 1.44;
	padding-right: 10px;
}

.temp26-itemBottomHead ul li li::before {
	width: 10px;
	height: 5px;
	content: '';
	background: #FA4616;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 11px;
}

.temp26-itemBottomHead ul li ul {
	margin-top: 10px;
}

.temp26-itemBottomHead ul li li {
	min-width: 100% !important;
	padding-left: 20px;
}

.temp26-itemBottomHead {
	margin-top: 30px;
	width: 100%;
	float: left;
}

.temp26-itemBottomHead h4 {
	text-align: left;
	color: #333333;
	margin-bottom: 30px;
}

.temp26-itemBottomHead p {
	text-align: left;
	color: #333333;
}

.temp26-itemBottomRight {
	display: flex;
}

.temp26-itemTopLeft img {
	width: 100%;
	float: left;
	border-radius: 12px;
}

.temp26-itemTopRight p {
	line-height: 1.3;
}

.temp26-tabHead {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	z-index: 2;
	gap: 10px;
}

.temp26-tabArea {
	white-space: nowrap;
	border-bottom: 1px solid #E1E1E1;
}

.temp26-italic {
	margin-top: 25px;
	width: 100%;
	float: left;
}

/* temp26 css end here */

/* temp27 css start here */
.temp27,
.temp27-head,
.temp27-img,
.temp27-tabList,
.temp27-img img,
.temp27-bottom {
	width: 100%;
	float: left;
}

.temp27-head h2 {
	width: 38%;
	float: left;
	text-align: left;
	color: #333;
	text-transform: capitalize;
}

.temp27-head p {
	width: 57.7%;
	float: left;
	text-align: left;
	color: #333;
}

.careerfirst-left {
	width: 38%;
	float: left;
}

.careerfirst-left h2 {
	width: 100%;
}

.careerfirst-right {
	width: 57.7%;
	float: left;
}

.careerfirst-right p {
	width: 100%;
}

.temp27-mobImg {
	display: none;
}

.temp27-left {
	width: 56.2%;
	float: left;
}

.temp27-right {
	width: 40.3%;
	float: left;
}

.temp27-bottom {
	display: flex;
	gap: 48px;
	align-items: center;
}

.temp27-tabHead {
	cursor: pointer;
	padding-right: 40px;
}

.temp27-tabHead h4 {
	text-align: left;
	color: #000;
	border-bottom: 1px solid #E1E1E1;
	padding-top: 25px;
	padding-bottom: 25px;
	font-weight: 700;
}

.temp27-tabHead:first-child h4 {
	margin-top: 0;
	padding-top: 0;
}

.temp27-tabHead:last-child h4 {
	border: 0;
	padding-bottom: 0;
}

.temp27-conTabActive.temp27-tabHead:last-child h4 {
	border: 0;
	padding-bottom: 25px;
}

.temp27-conTabActive h4 {
	font-weight: 700;
	border: 0;
	color: #EE4223;
}

.temp9-btmItemInner p {
	padding-right: 40px;
}

.temp27-img img {
	border-radius: 12px;
}

.temp27-mobImg img {
	border-radius: 12px;
}

.temp27-tabHeadMob {
	display: none;
}

.temp27-tabHead.temp27-conTabActive {
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 25px;
}

.temp27-tabHead:last-child.temp27-conTabActive {
	border: 0;
	padding-bottom: 0;
}

.temp26ul {
	margin-top: 0;
	width: auto;
}

.temp26ul ul {
	margin-top: 30px;
}


/* temp27 css end here */

/* temp28 css start here */
.temp28,
.temp28b,
.temp28b-wrapper {
	width: 100%;
	float: left;
}

.temp28 img {
	width: 100%;
	float: left;
}

.temp28-img {
	position: relative;
	width: 100%;
	float: left;
}

.temp28b-left h1 {
	text-align: left;
	color: #000;
	line-height: 1.1;
	margin-top: -9px;
}

.temp28b-right p {
	text-align: left;
	color: #000;
}

.temp28b-right {
	width: 68.7%;
	float: left;
}

.temp28b-left {
	width: 29%;
	float: left;
}

.temp28b-wrapper {
	display: flex;
	justify-content: space-between;
}

.temp28b {
	padding-top: 80px;
}

.temp28b-btm {
	margin-top: 30px;
	width: 100%;
	float: left;
}

/* temp28 css end here */

/* temp29 css end here */
.temp29 {
	position: relative;
	width: 100%;
	float: left;
}

.tabs29main {
	z-index: 1;
	position: relative;
}

.temp29:after {
	content: '';
	position: absolute;
	z-index: 0;
	right: 0;
	width: 20%;
	height: 96%;
	background: #253746;
	top: 0;
}

.tabs29headertab {
	color: #CBCBCB;
	font-family: "calibri", sans-serif;
	margin-right: 48px;
	cursor: pointer;
}

.tabs29headertab.active {
	color: #EE4223;
	font-weight: bold;
}

.tab29-contentbox {
	display: flex;
	align-items: center;
	gap: 120px;
}

.tabs29inner {
	display: flex;
	position: relative
}

.tab29-contentbox-text {
	width: 48%;
}

.tab29-contentbox-image {
	width: 48%;
	overflow: hidden;
	border-radius: 8px;
}

.tab29-contentbox-image img {
	width: 100%;
	float: left;
}

.tab29-contentbox-text p {
	margin-bottom: 10px;
}

.temp29 {
	background: #F8F8F8
}


@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -10%, 0);
		transform: translate3d(0, -10%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	animation-duration: 1s;
}

@keyframes zoomInDown {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0.3;
		-webkit-transform: scale3d(.600, .600, .600) translate3d(0, -400px, 0);
		transform: scale3d(.600, .600, .600) translate3d(0, -400px, 0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		-webkit-transform: scale3d(.900, .900, .900) translate3d(0, -100px, 0);
		transform: scale3d(.900, .900, .900) translate3d(0, -100px, 0)
	}
}

.animate__zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
	animation-duration: 0.6s;
}

/* temp29 css end here */

/* ifmap Integrated Facility Map css start here */
.ifmap,
.ifmap-header,
.ifm-map,
.ifm-solution,
.ifm-mapList,
.ifm-colHead,
.ifm-colHeadInner,
.ifm-item,
.ifm-txt,
.ifm-txtTop,
.ifm-txtStart {
	width: 100%;
	float: left;
}

.ifmap {
	padding: 40px 2%;
}

.ifmap-header {
	padding-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #E1E1E1;
}

.ifmap-header ul,
.ifmap-header li {
	float: left;
	display: flex;
	align-items: center;
}

.ifmap-header ul {
	gap: 25px;
}

.ifmap-header li {
	font-size: 16px;
	font-style: italic;
	color: #000;
}

.ifmap-header li span {
	width: 22px;
	height: 22px;
	margin-right: 8px;
	font-size: 20px;
	color: #fff;
	border-radius: 2px;
	background: #EE4223;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ifm-solution {
	padding-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.ifm-solution:before {
	width: 5px;
	height: 50px;
	content: '';
	position: absolute;
	left: calc(50% - 2px);
	bottom: 0;
	background: #EE4223;
}

.ifm-solution:after {
	width: 100%;
	height: 5px;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: #EE4223;
}

.ifm-solution {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.ifm-solnBox {
	margin-top: 40px;
	padding: 18px 70px;
	background: #fff;
	border: 1px solid #E1E1E1;
	border-radius: 12px;
	box-shadow: -14px -14px 14px #fff, 0px 6px 12px #00000029;
}

.ifm-solnBox h5 {
	font-size: 24px;
	font-weight: 700;
	color: #000;
}

.ifm-mapList {
	display: flex;
	gap: 30px;
}

.ifm-col {
	width: 16.666667%;
	height: 100%;
	float: left;
	position: relative;
	z-index: 1;
}

/* .ifm-col:before {
  width: 5px;
  height: 100%;
  content: '';
  position: absolute;
  left: calc(50% - 2px);
  top: 0;
  background: #EE4223;
  z-index: -1;
} */
.ifm-col:first-child:after {
	width: calc(50% - 2px);
	height: 5px;
	content: '';
	position: absolute;
	left: 0;
	top: -5px;
	background: #f8f8f8;
	z-index: -1;
}

.ifm-col:last-child:after {
	width: calc(50% - 3px);
	height: 5px;
	content: '';
	position: absolute;
	right: 0;
	top: -5px;
	background: #f8f8f8;
	z-index: -1;
}

.ifm-colHead {
	position: relative;
}

.ifm-colHead:before {
	width: 5px;
	height: 100%;
	content: '';
	position: absolute;
	left: calc(50% - 2px);
	top: 0;
	background: #EE4223;
	z-index: -1;
}

.ifm-colHeadInner {
	padding: 12px 20px;
	margin-top: 60px;
	margin-bottom: 30px;
	background: #FFE8E2;
	border-radius: 12px;
}

.ifm-colHead p {
	line-height: 1.22;
}

.ifm-txtStart {
	padding: 10px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	color: #fff;
	background: #EE4124;
	border-radius: 12px 12px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.ifm-txtStart .material-icons {
	color: #fff;
}

.ifm-txtEnd {
	border-radius: 0 0 12px 12px;
	gap: 10px;
}

.ifm-item {
	background: #EE4124;
	border-radius: 12px;
	position: relative;
}

.ifm-item:not(:last-child) {
	margin-bottom: 40px;
}

.ifm-item:not(:last-child):before {
	width: 43px;
	height: 102px;
	content: '';
	position: absolute;
	left: calc(50% - 21px);
	bottom: -45px;
	background: url(../png/map-arrow.png) repeat-y center 0, linear-gradient(270deg, #FC582E 0%, #FFCCBF 100%);
	background-repeat: repeat-y;
	z-index: -1;
	animation: bgScroll 2s linear infinite;
}

@keyframes bgScroll {
	from {
		background-position: center top;
	}

	to {
		background-position: center bottom;
	}
}

.ifm-orItem.ifm-orItem:after {
	padding: 6px 18px;
	content: 'OR';
	background: #ee4124;
	border-radius: 10px;
	position: absolute;
	left: calc(50% - 30px);
	top: -23px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0;
	color: #fff;
	z-index: 1;
}

.ifm-item:not(:last-child).ifm-mg {
	margin-bottom: 10px;
}

.ifm-txt {
	padding: 20px;
	background: #fff;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	position: relative;
}

.ifm-txtTop {
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 15px;
	border-bottom: 1px solid #E1E1E1;
}

.ifm-txtTop img {
	width: 42px;
	height: 42px;
	float: left;
}

.ifm-txtTop h6 {
	width: calc(100% - 57px);
	min-height: 42px;
	float: left;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	color: #000;
	display: flex;
	align-items: center;
}

.ifm-txt p {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.2;
	color: #000;
}

/* ifmap2 Integrated Facility Map css start here */
/* .ifmap2,
.ifmap2-head,
.ifmap2-content,
.ifmap2-list,
.ifmap2-iImg,
.ifmap2-iTxt,
.ifmap2-itemInner,
.ifmap2-tabArea,
.ifmap2-nav,
.ifmap2-nav ul,
.ifmap2-tabList,
.ifmap2-tab,
.ifmap2-tabInner,
.ifmap2-tabBtmTxt {
	width: 100%;
	float: left;
}

.ifmap2 {
	padding: 60px 0 100px;
}

.ifmap2-head {
	padding: 0 0 6px;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #E1E1E1;
}

.downloadBtn:before {
	width: 100%;
}

.ifmap2-list {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.ifmap2-item {
	width: calc(14.285% - 26px);
	float: left;
	border-radius: 12px;
	position: relative;
	z-index: 1;
}

.ifmap2-item:before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	border-radius: 12px;
	opacity: 0.24;
	filter: blur(16px);
}

.ifmap2-itemInner {
	padding: 25px;
	background: transparent linear-gradient(140deg, #EBEBEB 0%, #FFFFFF 100%);
	border: 1px solid #E1E1E1;
	border-radius: 12px;
	position: relative;
	z-index: 1;
}

.ifmap2-iImg {
	height: 130px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ifmap2-iImg img {
	max-width: 110px;
	max-height: 110px;
	float: left;
}

.ifmap2-iTxt {
	height: 50px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.ifmap2-iTxt h3 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
}

.ifmap2-item a {
	color: #000;
}

.ifmap2-tabArea {
	display: none;
}

.ifmap2-tabBtmTxt {
	margin-top: 50px;
}

.ifmap2-nav {
	position: relative;
	overflow: hidden;
	overflow-x: auto;
	border-bottom: 1px solid #E1E1E1;
}

.ifmap2-nav ul {
	display: flex;
	white-space: nowrap;
	z-index: 2;
	position: relative;
}

.ifmap2-nav li {
	font-weight: 700;
	width: auto;
	float: left;
	padding: 15px 35px;
	cursor: pointer;
}

.ifmap2-nav li a {
	font-size: 18px;
	color: #333;
	text-transform: capitalize;
	text-align: left;
}

.ifmap2-nav li.ifmap2-navActive a {
	color: #EE4223;
}

.ifmap2-navIndicator {
	font-weight: 700;
	text-transform: capitalize;
	display: block;
	position: absolute;
	bottom: 0;
	height: 100%;
	transition: all .3s ease-in-out;
	background: transparent linear-gradient(180deg, #FA461600 0%, #FA46161B 41%, #FA46169C 100%);
	border-radius: 0 0 8px 8px;
	border-bottom: 5px solid #EE4223;
}

.ifmap2-tabList {
	margin-top: 20px;
	display: flex;
	overflow-x: auto;
}

.ifmap2-tab {
	margin-top: 50px;
	display: none;
	overflow: hidden;
}

.ifmap2-tab h6 {
	margin-bottom: 25px;
}

.ifmap2-tabInner {
	display: flex;
	flex-direction: row;
	overflow-x: auto;
	padding-left: 5px;
    padding-bottom: 10px;
}

.ifmap2-tabItem {
	width: 18%;
	float: left;
	position: relative;
	z-index: 1;
	flex: 0 0 auto;
}

.ifmap2-tabItem:not(:last-child) {
	margin-right: 35px;
}

.ifmap2-tabItem:not(:last-child):before {
	width: 102px;
	height: 43px;
	content: '';
	position: absolute;
	left: initial;
	right: -76px;
	top: 46px;
	background: url(../img/map-arrow-h.png) repeat-x center 0, linear-gradient(180deg, #FC582E 0%, #FFCCBF 100%);
	z-index: -1;
	animation: bgScroll2 2s linear infinite;
}

@keyframes bgScroll2 {
	from {
		background-position: center left;
	}

	to {
		background-position: center right;
	}
}

.ifmap2-tabBtmTxt p {
	line-height: 1.44;
}

.ifmap2-tabBtmTxt p:not(:last-child) {
	margin-bottom: 10px;
}

.ifmap2-btm {
	display: flex;
	width: 100%;
	float: left;
	gap: 70px;
	align-items: center;
}

.ifmap2-btm .readMoreBtn {
	height: 100%;
}

.ifmap2-btm {
	display: flex;
	width: 100%;
	float: left;
	gap: 70px;
}

.inteFaciltieMap {
	width: auto;
	float: left;
}

.inteFaciltieMap img {
	width: 100%;
	float: left;
} */

/* ifmap2 Integrated Facility Map css start here */
.ifmap2,
.ifmap2-head,
.ifmap2-content,
.ifmap2-list,
.ifmap2-iImg,
.ifmap2-iTxt,
.ifmap2-itemInner,
.ifmap2-tabArea,
.ifmap2-nav,
.ifmap2-nav ul,
.ifmap2-tabList,
.ifmap2-tab,
.ifmap2-tabInner,
.ifmap2-tabBtmTxt {
	width: 100%;
	float: left;
}

.ifmap2 {
	padding: 60px 0 100px;
}

.ifmap2-head {
	padding: 0 0 6px;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #E1E1E1;
}

.downloadBtn:before {
	width: 100%;
}

.ifmap2-list {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.ifmap2-item {
	width: calc(14.285% - 26px);
	float: left;
	border-radius: 12px;
	position: relative;
	z-index: 1;
}

.ifmap2-item:before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	border-radius: 12px;
	opacity: 0.24;
	filter: blur(16px);
}

.ifmap2-itemInner {
	padding: 25px;
	background: transparent linear-gradient(140deg, #EBEBEB 0%, #FFFFFF 100%);
	border: 1px solid #E1E1E1;
	border-radius: 12px;
	position: relative;
	z-index: 1;
}

.ifmap2-iImg {
	height: 130px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ifmap2-iImg img {
	max-width: 110px;
	max-height: 110px;
	float: left;
}

.ifmap2-iTxt {
	height: 50px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.ifmap2-iTxt h3 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
}

.ifmap2-item a {
	color: #000;
}

.ifmap2-tabArea {
	display: none;
}

.ifmap2-tabBtmTxt {
	margin-top: 50px;
}

.ifmap2-nav {
	position: relative;
	overflow: hidden;
	overflow-x: auto;
	border-bottom: 1px solid #E1E1E1;
}

.ifmap2-nav ul {
	display: flex;
	white-space: nowrap;
	z-index: 2;
	position: relative;
}

.ifmap2-nav li {
	font-weight: 700;
	width: auto;
	float: left;
	padding: 15px 35px;
	cursor: pointer;
}

.ifmap2-nav li a {
	font-size: 18px;
	color: #333;
	text-transform: capitalize;
	text-align: left;
}

.ifmap2-nav li.ifmap2-navActive a {
	color: #EE4223;
}

.ifmap2-navIndicator {
	font-weight: 700;
	text-transform: capitalize;
	display: block;
	position: absolute;
	bottom: 0;
	height: 100%;
	transition: all .3s ease-in-out;
	background: transparent linear-gradient(180deg, #FA461600 0%, #FA46161B 41%, #FA46169C 100%);
	border-radius: 0 0 8px 8px;
	border-bottom: 5px solid #EE4223;
}

.ifmap2-tabList {
	margin-top: 20px;
	display: flex;
	overflow-x: auto;
}

.ifmap2-tab {
	margin-top: 50px;
	display: none;
	overflow: hidden;
}

.ifmap2-tab h6 {
	margin-bottom: 25px;
}

.ifmap2-tabInner {
	display: flex;
	flex-direction: row;
	overflow-x: auto;
	padding-left: 5px;
	padding-bottom: 10px;
}

.ifmap2-tabItem {
	width: 18%;
	float: left;
	position: relative;
	z-index: 1;
	flex: 0 0 auto;
}

.ifmap2-tabItem:not(:last-child) {
	margin-right: 35px;
}

.ifmap2-tabItem:not(:last-child):before {
	width: 102px;
	height: 43px;
	content: '';
	position: absolute;
	left: initial;
	right: -76px;
	top: 46px;
	background: url(../png/map-arrow-h.png) repeat-x center 0, linear-gradient(180deg, #FC582E 0%, #FFCCBF 100%);
	z-index: -1;
	animation: bgScroll2 2s linear infinite;
}

@keyframes bgScroll2 {
	from {
		background-position: center left;
	}

	to {
		background-position: center right;
	}
}

.ifmap2-tabBtmTxt {
	padding-left: 10px;
}

.ifmap2-tabBtmTxt h6 {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 18px;
	color: #111;
}

.ifmap2-tabBtmTxt p {
	margin-bottom: 5px;
	font-size: 15px;
	color: #666;
}

.ifmap2-btm {
	display: flex;
	width: 100%;
	float: left;
	gap: 70px;
	align-items: center;
}

.ifmap2-btm .readMoreBtn {
	height: 100%;
}

.ifmap2-btm {
	display: flex;
	width: 100%;
	float: left;
	gap: 70px;
}

.inteFaciltieMap {
	width: auto;
	float: left;
}

.inteFaciltieMap img {
	width: 100%;
	float: left;
}

/* ifmap Integrated Facility Map css end here */

.pgNation,
.pgNationWrapper {
	width: 100%;
	float: left;
}

.pgNationWrapper {

	display: flex;
	justify-content: center;
	align-items: center;
}

.pgNationWrapper .pgNum {
	width: 42px;
	height: 42px;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pgActive {
	background: #FFE8E2;
	box-shadow: 0px 4px 8px #00000029;
}

.pgNationWrapper span {
	cursor: pointer;
}

.pgNationWrapper {
	display: flex;
	justify-content: center;
	gap: 25px;
	align-items: center;
}

.pgNation {
	padding-top: 60px;
	display: flex;
	justify-content: center;
}

.pgNationWrapper .pgNum {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* temp30 css start here */
.temp30 {
	width: 100%;
	float: left;

}

.temp30-left {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.temp30-leftWrapper {
	width: 71.8%;
	float: left;
}

.temp30-right {
	width: 28.2%;
	float: left;
}

.temp30-wrapper {
	width: 100%;
	float: left;
	background: linear-gradient(to right, #F8F8F8 71.8%, #253746 28.2%);
}

.talkToExpBtn .btnArrowUpward:hover span {
	width: 20px;
}

.talkToExpBtn .btnArrowUpward span {
	background: none;
}

.temp30-btmBtn {
	width: 100%;
	float: left;
	display: flex;
	gap: 85px;
	margin-top: 50px;
}

.talkToExpBtn {
	display: flex;
	gap: 25px;
}

.temp30-leftWrapper {
	width: 51%;
	float: left;
}

.temp30-broRight {
	width: 41.7%;
	float: left;
	background-image: url(../png/temp30-bg.png);
	background-repeat: no-repeat;
	padding: 46px;
	background-size: 100% 100%;
	border-radius: 10px;
	height: 100%;
}

.temp30-broTop {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
}

.temp30-broTop .temp7-stayInLoopRight {
	width: auto;
	float: left;
}

.temp30-broHead h3 {
	text-align: left;
	color: #fff;
}

.temp30-broTop:not(:last-child) {
	padding-bottom: 25px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 25px;
}

.temp30-aTag {
	width: auto;
	float: left;
}

.temp30-listWrapp {
	width: 100%;
	float: left;
	display: flex;
	gap: 10px;
}

.temp26-heading {
	width: 100%;
	float: left;
	margin-top: 25px;
}

.temp26-itemBottomHead ul li {
	min-width: 100%;
}

/* temp30 css end here */

/* temp31 css start here */
.temp31 {
	width: 100%;
	float: left;
}

.temp31-head {
	width: 100%;
	float: left;
}

.temp31-head h2 {
	text-align: left;
	color: #333;
	text-transform: capitalize;
}

.temp31-list {
	width: 100%;
	float: left;
	display: flex;
}

.temp31-item {
	width: calc(33.333333% - 20px);
	float: left;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	background: transparent linear-gradient(125deg, #ebebeb 0%, #ffffff 100%);
}

.temp31-img,
.temp31-img img {
	width: 100%;
	float: left;
}

.temp31-img:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, #00000000 70%, rgba(0, 0, 0, 0.63) 80%, rgba(0, 0, 0, 1) 100%);
	transition: all .4s linear;
}

.temp31-sliderArea,
.temp31Slider {
	width: 100%;
	float: left;
}

.temp31-item .temp21-siHead h3 {
	width: calc(100% - 84px);
	float: left;
}

.drugSub .temp26 {
	background: none;
}

.temp31-img img {
	border-radius: 12px;
}

.temp30-para p {
	margin-bottom: 10px;
}

.temp30-para p:last-child {
	margin-bottom: 0;
}

.temp31b-head h3 {
	text-align: left;
	text-transform: capitalize;
}

.temp31b {
	width: 100%;
	float: left;
}

.temp31-capServicesWrap {
	width: 100%;
	float: left;
	display: flex;
	gap: 27px;

}

.temp31-capServices {
	position: relative;
	width: 32%;
	float: left;
	border: 1px solid #E1E1E1;
	border-radius: 12px;
	background: #fff;
}

.temp31-capServices .temp21-siHead {
	position: relative;
	padding: 32px 24px;
}

.temp31-capServices .temp21-siHead h3 {
	text-align: left;
	color: #333;
	text-transform: capitalize;
}

.temp26-itemTopRight .temp31-capServices .temp21-siHead h6 {
	text-align: left;
	font-weight: 700;
	color: #333;
	text-transform: capitalize;
}

.temp26-itemTopRight .temp31-capServicesWrap {
	margin-top: 30px;
}

.temp31-capServices:hover {
	background-color: #FFE8E2;
}

.temp31-txt p {
	padding-top: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	line-clamp: 10;
	-webkit-line-clamp: 10;
}

.temp31-location {
	width: 100%;
	float: left;
	padding-top: 30px;
	margin-top: 35px;
	margin-bottom: 40px;
	border-top: 1px solid #707070;
}

.temp31-location h4 {
	font-weight: 700;
	line-height: 1.2;
	text-wrap: balance;
	color: #000;
	margin-bottom: 25px;
}

.temp31-location h6 {
	color: #000;
}

/* .temp31-capServices:hover::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .1);
  border-radius: 12px;
  filter: blur(20px);
  z-index: 1;
} */
.genericApi .temp30-broTop {
	padding-bottom: 0;
	border: 0;
}

.temp26-itemTopRight .temp31-capServicesWrap {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.temp26-itemTopRight .temp31-capServices {
	width: calc(50% - 15px);
	background: transparent linear-gradient(105deg, #EBEBEB 0%, #FFFFFF 100%);
}

.temp26-itemTopRight .temp31-capServices .temp21-siHead {
	padding: 20px;
}

.temp29 .temp26-itemBottomLeft {
	width: 100%;
}

/* temp31 css end here */

/* temp32 css start here */
.temp32-sliderArea,
.temp32Slider,
.temp32,
.temp32imgSlider {
	width: 100%;
	float: left;
}

.temp32-list {
	width: 100%;
	float: left;
}

.temp31-txt {
	opacity: 0;
	visibility: hidden;
	width: calc(48% - 50px);
	height: 100%;
	float: left;
	transform: translateX(50%);
	transition: all .7s cubic-bezier(.55, 0, .1, 1);
}

.temp31-txt p {
	line-height: 1.44;
}

.temp31-txt p~p {
	display: none;
}

.temp32-item.swiper-slide-active .temp31-txt {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.temp32-item .temp32-img img {
	object-fit: cover;
	border-radius: 30px;
}

.temp32-item.swiper-slide-active .temp32-img img {
	border-radius: 20px;
}

.temp32-item {
	width: 980px !important;
	transform: scale(.8) !important;
	transform-origin: left 50px;
}

.temp32-img {
	width: 52%;
	float: left;
	transform: translateX(20%);
	transition: all .7s cubic-bezier(.55, 0, .1, 1);
}

.temp32-item.swiper-slide-active .temp32-img {
	transform: translateX(0);
}

.temp32-img img {
	width: 100%;
	float: left;
}

.temp32imgSlider {
	border-radius: 30px;
}

.temp32-item.swiper-slide-active .temp32imgSlider {
	border-radius: 20px;
}

.temp32imgSlider .swiper-pagination.temp32imgSliderPagin {
	width: 100%;
	top: initial;
	bottom: 0;
	padding: 70px 0 40px;
	background: transparent linear-gradient(180deg, #00000000 0%, #00000080 100%) 0% 0% no-repeat padding-box;
}

.temp32imgSliderPagin .swiper-pagination-bullet {
	width: 40px;
	height: 10px;
	border-radius: 10px;
	background-color: #fff;
	transition: all 1s cubic-bezier(.55, 0, .1, 1);
}

.temp32imgSliderPagin .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 70px;
}

.temp32-item {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}

.temp32-progNav {
	width: 55%;
	float: left;
	position: absolute;
	display: flex;
	gap: 12px;
	align-items: flex-end;
	bottom: 20px;
	left: calc(37% - 7px);
}

.temp32-progNav .swiper-pagination:not(.swiper-pagination-lock) {
	margin-top: 40px;
	position: relative;
}

.temp32Slider,
.temp32imgSlider {
	position: relative;
}

.temp32Slider .swiper-pagination {
	top: 50%;
	width: 89%;
}

.temp32-progNav .swiper-scrollbar.swiper-scrollbar-horizontal {
	width: 100%;
}

.temp32-nav {
	position: relative;
	width: 11%;
	float: right;
	gap: 25px;
	display: flex;
	justify-content: flex-end;
	bottom: -13px;
	z-index: 2;
}

.temp32-prev,
.temp32-next {
	cursor: pointer;
}

/* .temp32-item.swiper-slide {
transform: scale(.8);
}
 */
.temp32-item.swiper-slide.swiper-slide-active {
	transform: scale(1) !important;
}

/* temp32 css end here */

/* temp33 css start here */
.temp33,
.temp33-proTable,
.temp33-proTableHeadWrapp,
.temp33-proTableHead {
	width: 100%;
	float: left;
}

.temp33-head {
	width: 45%;
	float: left;
}

.temp33-tabHead li {
	width: auto;
	float: left;
	padding: 20px 23px 16px 23px;
	cursor: pointer;
}

.temp33-tab a {
	text-align: left;
	color: #333;
	text-transform: capitalize;
	font-size: 18px;

}

.temp33-refTabActive a {
	color: #EE4223;

}

.temp33-refTabActive {
	background: transparent linear-gradient(180deg, #FA461600 0%, #FA46161B 41%, #FA46169C 100%);
	border-radius: 8px;
	text-transform: capitalize;
	border-bottom: 5px solid #EE4223;
}

.temp33-label {
	text-align: left;
	font-size: 18px;
	color: #333;
	display: flex;
	gap: 15px;
	margin-bottom: 0;
}

.temp33-label input[type="checkbox"] {
	width: 24px;
	height: 24px;
	background: #E1E1E1;
	border-radius: 3px;
	border: 0;
	appearance: none;
}

.temp33-udProduct,
.temp33-tabHead {
	width: auto;
	float: left;
}

.temp33-udProduct {
	border-left: 2px solid #E1E1E1;
	padding-left: 50px;
}

.temp33-proTableHeadWrapp {
	display: flex;
	align-items: center;
}

.temp33-search {
	padding: 10px;
	float: left;
	position: relative;
}

.temp33-searchBtn {
	cursor: pointer;
	float: left;
}

.temp33-search .material-icons-outlined {
	color: #333;
	float: left;
}

.temp33-searchPP {
	width: 528px;
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #E1E1E1;
	background: #F8F8F8;
	border-radius: 8px;
	overflow: hidden;
}

.temp33-searchRow {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
}

.temp33-searchSubmit {
	width: 50px;
	float: left;
	background: #F8F8F8;
	border: 0;
	outline: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

input[type="text"].temp33-searchInput {
	padding: 15px 22px;
	font-size: 18px;
	letter-spacing: 0px;
	color: #000;
	background: #F8F8F8;
	border: 0;
	outline: 0;
}

.temp33-proTableHead {
	display: flex;
	padding: 12px 15px 5px 15px;
	background: #FFFF;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #ECECEC;
}

.temp33-tableLayout {
	width: 100%;
	float: left;
	display: flex;
}

.temp33-tableLeft {
	width: 19%;
	float: left;
}

.temp33-tableRight {
	width: 100%;
	float: left;
}

.temp33-tableRight {
	text-align: left;
	font-size: 18px;
	color: #000;
	background: #FFF;
	/* box-shadow: 0px 3px 6px #00000029; */
}


.temp33-tableRightTr th {
	padding: 24px 24px 16px 24px !important;
}

.temp33-tableLeft p {
	text-align: left;
	color: #000;
	font-weight: 700;
}

.temp33-tableLeft {
	background: #f8f8f8;
}

.temp33-tableLayout {
	background: #FFF;
}

.temp33-leftBtm {
	width: 100%;
	float: left;
	padding: 15px 15px 15px 15px;
	border-top: 1px solid #ECECEC;
}

.temp33-tableLeftInner {
	width: 100%;
	float: left;
	background-color: #fff;
	/* border-bottom: 1px solid #ECECEC; */
	border-left: 1px solid #ECECEC;
	padding: 24px 24px 16px 24px;
}

.temp33-leftBtm ul li {
	width: 93%;
	float: left;
	border-bottom: 1px solid #E1E1E1;
	padding-top: 14px;
	padding-bottom: 14px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.temp33-leftBtm ul li {
	color: #333;
}

.temp33-leftBtm .bgCircle {
	width: 28px;
	height: 28px;
	display: flex;
	background: #E1E1E1;
	border-radius: 100%;
	padding: 5px;
	align-items: center;
	justify-content: center;
}

.temp33-filterByTopic p {
	text-align: left;
	color: #333;
	padding: 0;
	font-weight: normal;
}

.temp33-leftBtm ul li:first-child {
	padding-top: 0;
}

.temp33-statusGreen {
	color: #049A5B;
}

/* .temp33-statusRed {
	color: red;
} */

.temp33-statusRed span {
	display: none;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: red;
	margin-right: 10px;
}

.temp33-statusGreen span {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #049A5B;
	margin-right: 10px;
}

.temp33-statusYellow {
	color: #F88C00;
}

.temp33-statusYellow span {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #F88C00;
	margin-right: 10px;
}


.temp33-showAll {
	display: flex;
	justify-content: space-between;
	padding: 15px 24px;
	align-items: center;
	border-bottom-right-radius: 12px;
}

.temp33-h6 {
	display: flex;
	gap: 20px;
}

.temp33-leftBtm {
	width: 100%;
	float: left;

}

.temp33-h6 h6 {
	padding-right: 25px;
	border-right: 2px solid #E1E1E1;
}

.temp33-filterByTopic {
	margin-bottom: 0px;
	max-height: calc(100vh - 144px);
	position: relative;
	overflow: hidden;
}

.temp33-leftBtm .jspDrag {
	background: #EE4223;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius: 4px;
}

.temp33-leftBtm .jspTrack {
	position: relative;
	background: #E1E1E1 0% 0% no-repeat padding-box;
	border-radius: 4px;
}

.temp33-leftBtm .jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 7px;
	height: 100%;
}

.temp33-filterByTopic .temp33-filterActive p {
	color: #EE4223;
}

.temp33-filterActive .bgCircle {
	background-color: #EE4223;
}

.temp33-filterActive .material-icons-outlined {
	color: #fff;
}

.temp33-proTable {
	box-shadow: 0px 3px 16px #00000029 !important;
	border-radius: 12px 12px 12px 0px;
	overflow: hidden;

}

.temp33-orderBtn {
	min-width: 150px;
	height: 45px;
	padding: 14px;
	float: left;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.64px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 6px;
	border: 2px solid #EE4223;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
	overflow: hidden;
	transition: all .3s ease-in-out;
}

.temp33-orderBtn {
	color: #EE4223;
}

.temp33-orderBtn .bgCircle {
	width: 24px;
	height: 24px;
	display: flex;
	background: #EE4223;
	border-radius: 100%;
	padding: 5px;
	align-items: center;
	justify-content: center;
}

.temp33-orderBtnActive.temp33-orderBtn .bgCircle {
	background: #fff;
}

.temp33-orderBtnActive.temp33-orderBtn {
	color: #fff;
}

.temp33-orderBtn .material-icons-outlined {
	color: #fff;
}

.temp33-orderBtnActive .material-icons-outlined {
	color: #EE4223;
}

.temp33-orderBtn.temp33-orderBtnActive {
	background-color: #EE4223;
}

.temp33tableWrap {
	min-height: calc(100vh - 148px);
}

.temp33-Mobsearch {
	display: none;
}

.temp33-Mobsearch {
	display: none;
}

/* data table overwrite */
div.dt-container div.dt-layout-cell.dt-end {
	display: none;
}

.temp33-tableRight .dt-layout-cell {
	padding: 0 !important;
}

/* .temp33-tableRight thead {
  box-shadow: 0px 2px 6px #00000029; 
  border-bottom: 1px solid #ECECEC;
} */

.temp33-tableRight thead th {
	font-size: 22px;
	border-bottom: 0 !important;
}

.temp33-tableRight tbody td {
	box-shadow: none !important;
}

.temp33-tableRight tbody tr {
	border-bottom: 1px solid #E1E1E1 !important;
}

.temp33-tableRight tbody tr:first-child {
	border-top: 1px solid #E1E1E1 !important;
}

.temp33-tableRight table.dataTable>tbody>tr>td {
	padding: 20px !important;
	border-bottom: 0 !important;
}

.temp33-tableRight table.dataTable>tbody>tr>td:nth-child(3),
.temp33-tableRight table.dataTable>tbody>tr>td:nth-child(4),
.temp33-tableRight table.dataTable>tbody>tr>td:nth-child(5) {
	white-space: nowrap;
}

.temp33-tableRight table.dataTable>thead>tr>th:nth-child(3),
.temp33-tableRight table.dataTable>thead>tr>th:nth-child(4),
.temp33-tableRight table.dataTable>thead>tr>th:nth-child(5) {
	white-space: nowrap;
}

.temp33-tableRight table.dataTable>tbody>tr>td:nth-child(5) {
	font-size: 14px;
}

.temp33-mob {
	display: none;
}

/* temp33 css end here */

/* temp34 css start here */
.temp34,
.temp34-img {
	width: 100%;
	float: left;
}

.temp34-wrapper {
	width: 100%;
	float: left;
	display: flex;
	gap: 35px;
}

.temp34-img {
	margin-bottom: 80px;
}

.temp34-left {
	width: 29.8%;
	padding: 105px 41px;
	float: left;
	background: url(../png/about-p-bg.png) no-repeat center;
	background-size: cover;
	border-radius: 18px;
}

.temp34-left h3 {
	text-align: left;
	color: #FFF;
	line-height: 1.43;
}

.temp34-right {
	width: 70.2%;
	float: left;
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
}

.temp34-rightBox {
	width: calc(50% - 16px);
	float: left;
	padding: 27px 27px 35px 27px;
	background: transparent linear-gradient(120deg, #EBEBEB 0%, #FFFFFF 100%);
	box-shadow: 14px 14px 14px #00000029;
	border-radius: 12px;
}

.temp34-imgTxt {
	width: 100%;
	float: left;
	display: flex;
	gap: 34px;
	align-items: center;
	margin-bottom: 25px;
}

.temp34-txt {
	width: 100%;
	float: left;
}

.temp34-txt p {
	margin-bottom: 15px;
}

/* temp34 css end here */

/* temp35 css start here */
.temp35,
.temp35-desktop,
.temp35-slider,
.temp35-sHead,
.temp35-inner,
.temp35-img,
.temp35-txtScroll {
	width: 100%;
	float: left;
}

.temp35-desktop {
	padding: 45px 0 60px;
	border-bottom: 1px solid #E1E1E1;
}

.temp35-slider {
	display: flex;
	flex-wrap: wrap;
	gap: 27px;
}

.temp35-sItem {
	width: calc(33.333333% - 18px);
	float: left;
	border-radius: 16px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all 1s cubic-bezier(.55, 0, .1, 1);
	/* transition: all .3s linear; */
}

.temp35-inner {
	position: relative;
}

.temp35-txt {
	width: 384px;
	height: 100%;
	padding: 25px;
	padding-left: 40px;
	position: absolute;
	right: -150%;
	background: #FFE8E2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 1s cubic-bezier(.55, 0, .1, 1);
	/* transition: all .3s linear; */
}

.temp35-txt:before {
	position: absolute;
	top: calc(50% - 15px);
	left: -30px;
	width: 0;
	height: 0;
	content: '';
	border-right: 30px solid #FFE8E2;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	z-index: 2;
}

.temp35-txt h3 {
	margin-bottom: 20px;
}

.temp35-txt P {
	width: 100%;
	padding-right: 5px;
	float: left;
	line-height: 1.44;
}

.temp35-txtScroll {
	margin-bottom: 25px;
	max-height: 150px;
	position: relative;
	overflow: hidden;
}

.temp35-txtScroll .jspDrag {
	background: #EE4223;
}

.temp35-txtScroll .jspTrack {
	background: rgb(255 255 255 / 30%);
}

.temp35-img {
	height: 340px;
	object-fit: cover;
}

.temp35-sHead {
	width: 100%;
	padding: 60px 25px 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: transparent linear-gradient(180deg, #00000000 0%, #000000AD 69%, #000000AD 84%, #000000BD 100%) 0% 0% no-repeat padding-box;
	z-index: 1;
	transition: all 1s cubic-bezier(.55, 0, .1, 1);
	/* transition: all .3s linear; */
}

.temp35-sItemActive .temp35-sHead {
	opacity: 0;
	bottom: -100%;
}

.temp35-sItemActive .temp35-txt {
	right: 0;
}

.temp35-rotate {
	font-size: 32px;
	transform: rotate(0deg);
	transition: transform 0.3s ease;
	display: none;
}

.temp35-sItemActive .temp35-rotate {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}

.nt .temp35-slider {
	gap: 0;
	flex-wrap: nowrap;
}

.nt .swiper-pagination {
	top: 13px;
	width: 89%;
}

/* temp35 css end here */

/* temp36 css start here */
.temp36,
.temp36-head,
.temp36-main,
.temp36-lItem,
.temp36-lItem img,
.temp36-mid ul,
.temp36-mid li,
.temp36-rItem,
.temp36-rItemTop {
	width: 100%;
	float: left;
}

.bgGrayHalf {
	background: linear-gradient(to bottom, #F8F8F8 60%, transparent 60%);
	;

}

.temp36 {
	padding-top: 60px;
}

.temp36-head {
	margin-bottom: 45px;
}

.temp36-main {
	display: flex;
	background: #fff;
	box-shadow: 0 3px 16px #00000029;
	border-radius: 16px;
	overflow: hidden;
}

.temp36-left {
	width: 30%;
	height: 590px;
	float: left;
	position: relative;
	overflow: hidden;
}

.temp36-lItem {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 16px 0 0 16px;
	transform: perspective(100px) translateZ(50px);
	transform-origin: bottom;
	opacity: 0;
	visibility: hidden;
	transition: all 1s cubic-bezier(.55, 0, .1, 1);
	/* transition: all .4s ease-in-out; */
}

.temp36-lItem img {
	height: 100%;
	object-fit: cover;
	border-radius: 16px 0 0 16px;
}

.temp36-lItem.temp36-liActive {
	opacity: 1;
	visibility: visible;
	transform: perspective(100px) translateZ(0);
}

.temp36-mid {
	width: 32%;
	padding: 40px 0;
	float: left;
	display: flex;
	align-items: center;
	position: relative;
}

.temp36-mid ul {
	display: flex;
	flex-wrap: wrap;
}

.temp36-mid li {
	padding: 25px 40px;
}

.temp36-mid a {
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #333;
	transition: all .4s linear;
}

.temp36-mid li.temp36active a {
	font-weight: 700;
	color: #EE4223;
	transition: all .4s linear;
}

.temp36-activeLine {
	width: 8px;
	height: 80px;
	background: transparent linear-gradient(180deg, #DE3618 0%, #EE4223 100%);
	border-radius: 8px 0 0 8px;
	position: absolute;
	top: 0;
	right: 0;
	transition: all 1s cubic-bezier(.55, 0, .1, 1);
	/* transition: all .4s ease-in-out; */
}

.temp36-right {
	width: 38%;
	padding: 0;
	float: left;
	background: #253746;
	border-radius: 0 16px 16px 0;
	position: relative;
	overflow: hidden;
}

.temp36-rItem {
	height: 100%;
	padding: 55px 90px 55px 70px;
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	background: #253746;
	border-radius: 0 16px 16px 0;
	transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
	transition: all 1s cubic-bezier(.55, 0, .1, 1);
	/* transition: all .3s ease-in-out; */
}

.temp36-rItem h3 {
	margin-bottom: 35px;
}

.temp36-rItem p {
	/* margin-bottom: 35px; */
	line-height: 1.44;
}

.temp36-rItem.temp36-riActive {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	/* transition: all .3s ease-in-out; */
}

/* temp36 css end here */

/* temp37 css start here */
.temp37,
.temp37-sliderArea,
.temp37-Mainslider,
.temp37-sliderList,
.temp37-sliderItem,
.temp37-thumbSliderArea,
.temp37-thumbSlider,
.temp37-thumbSItem {
	width: 100%;
	float: left;
}

.temp37-sliderWrapper {
	width: 100%;
	float: left;
	display: flex;
	gap: 47px;
	height: calc(100vh - 150px);
}

.temp37-mainSLeft {
	width: 34.5%;
	float: left;
}

.temp37-mainSLeft img {
	border-radius: 14px;
	width: 100%;
	float: left;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.temp37-msliderRight {
	width: 62.1%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.temp37-sliderTxt {
	width: 100%;
	float: left;
}

.temp37-sliderTxt p {
	margin-bottom: 20px;
	line-height: 1.32;
}

.temp37-sliderItem {
	background-color: #fff;
}

.temp37-thumbSItem {
	width: 40.6% !important;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
	background: #253746;
	border-radius: 14px;
	padding: 20px;
}

.temp37-thumbSItem .swiper-button-next {
	width: 30px;
	height: 30px;
	background: none;
	color: #fff;
	right: 15px;
	top: 61%;
}

.temp37-thumbSItem .swiper-button-prev {
	width: 30px;
	height: 30px;
	background: none;
	color: #fff;
	right: 45px;
	left: initial;
	top: 61%;
}

.temp37-thumbSItem .material-icons-outlined {
	font-size: 42px;
}

.temp37-thumbSinner img {
	border-radius: 14px;
	position: absolute;
	bottom: 13px;
}

.temp37-thumbSinner h6 {
	text-align: left;
	color: #FFF;
	padding-left: 120px;
}

.temp37-thumbSlider {
	overflow: visible !important;
}

.temp37-thumbSinner img {
	width: 100px;
}

.temp37-pName {
	width: 55%;
	float: left;
}

.temp37-sliderTxt {
	margin-bottom: 0px;
	height: 565px;
	position: relative;
	overflow: hidden;
}

.temp37-msliderRight .jspDrag {
	background: #253746;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius: 4px;
}

.temp37-msliderRight .jspTrack {
	position: relative;
	background: #E1E1E1;
	border-radius: 3px;
}

.temp37-msliderRight .jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
}

.temp37-msliderRight .temp37-sliderTxt p {
	padding-right: 34px !important;
}

.temp37-btm {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
}

.temp37-pName h3 {
	margin-bottom: 10px;
}

.temp37-thumbSItem .temp37-vrLine {
	height: 35px;
	border: 1px solid #FFF;
	position: absolute;
	right: 22%;
}

.mobileOnlyBtn {
	display: none;
}

/* temp37 css end here */

/* temp38 css start here */
.temp38,
.temp38-wrap {
	width: 100%;
	float: left;
}

.temp38-box {
	box-shadow: 0px 3px 12px #00000029;
}

.temp38-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.temp38-searchWrapper {
	position: relative;
	width: 50%;
	float: left;
	background: #FFF;
	box-shadow: 0px 10px 20px #00000029;
	border-radius: 16px;
	padding: 5px;
}

.temp38-searchInput {
	width: 90% !important;
	float: left;
	padding: 14px !important;
	outline-style: none;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 24px !important;
	text-overflow: ellipsis;
	color: #333 !important;
	outline: 0;
	border-radius: 0 !important;
	border: none !important;
	background-image: none !important;
	background-size: unset !;
	background-position: unset !;
	background-repeat: no-repeat;
	background-origin: border-box;
	background-color: #fff;
	transition: all .4s ease;
	outline: none;
}

.autoComplete_wrapper>input:focus {
	color: #fff;
	border: none;
}

.autoComplete_wrapper>ul {
	position: absolute;
	max-height: 487px;
	overflow-y: scroll;
	top: 100%;
	left: 0;
	right: 0;
	padding: 0;
	margin: 15px 0 0 0;
	z-index: 1000;
	outline: none;
	background: #FFF;
	box-shadow: 0px 6px 12px #00000029;
	border-radius: 16px;
}

.autoComplete_wrapper>ul>li {
	cursor: pointer;
	padding: 26px 28px 22px 28px;
	list-style: none;
	text-align: left;
	font-size: 22px;
	font-weight: 700;
	color: #333;
	transition: all 0.1s ease-in-out;
	border-radius: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.2s ease;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 22px;
}


.autoComplete_wrapper>ul>li mark {
	background-color: transparent;
	color: #000;
	font-weight: bold;
}

.temp38-searchWrapper button {
	border: none;
	position: absolute;
	right: 0;
}

.temp38-searchWrapper .primaryBtn {
	min-width: 180px;
	float: left;
	right: 5px;

}

.temp38-searchWrapper .temp38-searchInput::placeholder {
	color: #333;
}

.temp38-searchWrapper .autoComplete_wrapper>input {
	height: auto;
	background-color: #fff;
	padding-right: 30% !important;
}

.temp38-searchWrapper .autoComplete_wrapper {
	width: 100% !important;
	position: relative;
	float: left;
}

.temp38-popularTag {
	width: 100%;
	float: left;
	margin-top: 80px;
	display: flex;
	gap: 20px;
}

.temp38-popularTag h4 {
	width: 160px;
	float: left;
	text-align: left;
	color: #333;
	text-transform: capitalize;

}

.fsSearchResultWrap {
	width: calc(100% - 160px);
	float: left;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.fsSearchQuickLinks {
	float: left;
}

.fsSearchQuickLinks a {
	text-align: center;
	height: 36px;
	float: left;
	display: flex;
	padding: 0 20px;
	background: #E1E1E1;
	border-radius: 23px;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	align-items: center;
}

.fsSearchQuickLinks a:hover {
	background: #253746;
	color: #fff;
}

.temp38-searchSubmit {
	display: none;
}

/* temp38 css end here */

/* temp39 css start here */
.temp39,
.temp39-head,
.temp39-resultWrap {
	width: 100%;
	float: left;
}

.temp39-cardWrapper {
	width: 100%;
	float: left;
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.temp39-card {
	width: calc(33.333333% - 20px);
	float: left;
	background: transparent linear-gradient(115deg, #EBEBEB 0%, #FFFFFF 100%);
	box-shadow: -14px -14px 14px #FFFFFF;
	border: 1px solid #E1E1E1;
	border-radius: 12px;
	padding: 22px 16px;
	display: flex;
	gap: 22px;
}

.temp39-left h6 {
	font-weight: 700;
	text-align: left;
	color: #333;
	text-transform: capitalize;
	line-height: 1.44;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.temp39-left p {
	font-size: 20px;
	text-align: left;
	color: #333;
	text-transform: capitalize;
	line-height: 1.33;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.temp39-cardImg {
	width: 31.2%;
	float: left;
	position: relative;
}

.temp39-cardImg:after {
	content: "";
	width: 100%;
	height: 67px;
	position: absolute;
	left: 0;
	top: initial;
	bottom: 0;
	background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
	border-radius: 6px;
}

.temp39-cardTxt {
	position: absolute;
	bottom: 15px;
	width: 100%;
	float: left;
	z-index: 1;
}

.temp39-cardTxt p {
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.temp39-cardImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.temp39-left {
	width: 65.1%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.temp39-result {
	width: 100%;
	float: left;
}

.temp39-result h3 {
	text-align: left;
	color: #333;
	text-transform: capitalize;
}

.temp39-resultWrap {
	padding-bottom: 55px;
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 55px;
}

.temp39-resultWrap:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.no_result img {
	width: 42px;
}

.no_result span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.no_result {
	padding: 20px 23px 20px 23px;
}

.temp38-noResult {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin-top: 80px;
}

.temp38-noResult img {
	width: 52px;
}

.temp38-noResult h3 {
	text-align: left;
	color: #333;
	text-transform: capitalize;
}

/* temp39 css end here */

/* temp40 css start here */
.temp40,
.temp40-wrapper {
	width: 100%;
	float: left;
}

.temp40-wrapper h3 {
	text-align: left;
	color: #333;
	text-transform: capitalize;
	margin-bottom: 35px;
}

.temp40-wrapper h6 {
	text-align: left;
	font-weight: 700;
	color: #333;
	text-transform: capitalize;
	padding-bottom: 22px;
	padding-top: 26px;
	border-bottom: 1px solid #E1E1E1;
}

.temp40-wrapper h6 a {
	color: #333;
}

.temp40-wrapper h6:nth-child(2) {
	padding-top: 0px;
}

.temp40-wrapper h6:last-child {
	padding-bottom: 0px;
	border: 0;
}

/* temp40 css end here */


/* temp41 css start here */
.sus-downloadBrn {
	width: 100%;
	float: left;
	margin-top: 65px;
}

.temp41,
.temp41-a,
.temp41-aSlider,
.temp41-aSliderItem {
	width: 100%;
	float: left;
}

.temp41-a {
	position: relative;
}

.temp41-aSliderItem {
	background-color: #fff;
	border-radius: 12px;
	display: flex;
	/* align-items: center; */
	gap: 108px;
	padding: 25px 35px 85px 35px;
}

.temp41-aTxt {
	display: flex;
	/* gap: 117px; */
	width: 40.7%;
	flex-wrap: wrap;

}

.temp41-aImg {
	width: 51.9%;
	float: left;
}

.temp41-aImg img {
	width: 100%;
	float: left;
}

.temp41-aTxt h3 {
	text-align: left;
	font-weight: 700;
	color: #000;
	align-self: end;
}

.temp41-aDesg {
	align-self: flex-end;
}

.temp41-aDesg h3 {
	text-align: left;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}

.temp41-aDesg h6 {
	text-align: left;
	color: #333;
}

.temp41-aImg .temp14-left {
	width: 100%;
	float: left;
}

.temp41-aImg .plyBtn img {
	width: auto;
	float: left;
}

.temp41-aSlider .swiper-pagination {
	top: 13px;
	width: 89%;
	left: 36px;
}

.temp41-aSlider .swiper-wrapper {
	background-color: #fff;
}

.temp41-aSlider .temp9-progNav {
	width: 100%;
	float: left;
	position: absolute;
	display: flex;
	justify-content: flex-end;
	/* top: -50px; */
	padding: 0 35px;
	margin-top: 0;
	bottom: 15px;
}


.temp41-aSlider .temp9-nav {
	width: 11%;
	float: right;
	gap: 25px;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
}

.sus .susBtm {
	border-top: 1px solid #E1E1E1;
}

.sus .susBtm h3 {
	text-align: left;
	font-weight: 700;
	color: #000;
}

/* temp41 css end here */

/* temp42 css start here */
.temp42,
.temp42-wrapper {
	width: 100%;
	float: left;
}

.temp42-wrapper {
	display: flex;
	gap: 65px;
	align-items: center;
}

.temp42-left,
.temp42-right {
	width: 50%;
	float: left;
}

.temp42-right h3 {
	text-align: left;
	color: #000;
	margin-bottom: 15px;
}

.temp42-rightBtm h3 {
	text-align: left;
	font-weight: 700;
	color: #000;
	margin-bottom: 55px;
}

.temp42-rightBtm {
	padding-top: 50px;
	border-top: 1px solid #E1E1E1;
}

.temp42-left img {
	border-radius: 12px;
	width: 100%;
	float: left;
}

/* temp42 css end here */

/* pop up */
.generic-itemPop,
.generic-itemHead {
	width: 100%;
	float: left;
}

.generic-itemHead h3 {
	text-align: left;
	font-size: 28px;
	color: #333;
}

.generic-itemHead {
	padding-bottom: 15px;
	border-bottom: 1px solid #707070;
}

#genericpop {
	width: 79.69%;
	padding: 25px;
	border-radius: 16px;
}

.temp33-mobProductCard {
	width: 100%;
	float: left;
	padding: 20px 12px;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.temp33-proCrads {
	width: calc(25% - 15px);
	float: left;
	padding: 20px;
	border-radius: 8px;
	background: #fff;
	padding: 20px;
	border: 1px solid #E1E1E1;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.temp33-proCrads ul li {
	float: left;
	display: flex;
	gap: 15px;
	width: 100%;
	margin-bottom: 15px;
	align-items: flex-start;
}

.temp33-proCrads ul b {
	font-size: 18px;
	width: 50%;
	float: left;
}

.temp33-proCrads ul p {
	font-size: 18px;
	width: 50%;
	float: left;
}

.generic-itemHead .fancybox-slide--html .fancybox-close-small {
	right: 18px;
	top: 18px;
}

.displayNone {
	display: none;
}

/* pop up close */

.temp43-sliderBox {
	height: 500px;
	overflow: hidden;
}

.temp43-left,
.temp43-right {
	width: 44.6%;
	float: left;
}

.temp43-wrapper {
	display: flex;
	gap: 160px;
}

.temp43-sliderBox .swiper-slide {
	display: flex;
	height: 170px;
	gap: 75px;
	padding: 40px 0;
	border-top: 1px solid #E1E1E1;
}

.temp44 .container {
	display: flex;
	flex-direction: column;
}

.temp44-itemlist,
.temp44-itemlist ul,
.temp44,
.temp44-heading {
	width: 100%;
	float: left;
}

.temp44-itemlist ul {
	display: flex;
	gap: 42px;
}

.temp44-itemlist li {
	background: transparent linear-gradient(123deg, #EBEBEB 0%, #FFFFFF 100%);
	box-shadow: 14px 14px 14px #00000029;
	border-radius: 12px;
	width: calc(33.333333% - 14px);
	position: relative;

}

.temp44-itemlist {
	margin-top: 4%;
}

.temp44-itemlist .item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.temp44-itemlist .itemlist-icon {
	position: absolute;
	top: -43px;
}

.temp44-itemlist .itemlist-text {
	padding: 90px 25px 50px 25px;
}

.itemlist-text h3 {
	text-align: center;
	line-height: 1.44;
}

.temp43-sliderBox::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 55%;
	z-index: 1;
	background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFFE4 57%, #FFFFFF 100%);
}

/* temp43 css end here */
.temp18new .temp18-sImg img {
	display: none;
}

.temp18new .temp18-sYear {
	width: auto !important;
	height: auto !important;
	margin-top: -190px !important;
	font-size: 130px !important;
	background: none;
}

.temp18new .temp18-sImg:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -41px;
	width: 20px;
	height: 20px;
	background: #ee4223;
	border-radius: 50%;
	z-index: 9;
}

.temp18new .temp18-sImg {
	height: 160px;
}

/* temp45 css start here */
.temp45,
.temp45-wrapper {
	width: 100%;
	float: left;
}

.temp45-wrapper {
	display: flex;
}

.temp45-left {
	width: 47%;
	float: left;
}

.temp45-right {
	width: 53%;
	float: left;
}

.temp45-right img {
	width: 100%;
	float: left;
	border-radius: 0px 16px 16px 0px;
	height: 100%;
	object-fit: cover;
}

.temp45-left {
	background: #253746;
	border-radius: 16px 0 0 16px;
	padding: 118px 75px 118px 52px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.temp45-left h2 {
	color: #FFF;
}

.temp45-left h2 {
	margin-bottom: 57px;
}

.temp45-left p {
	color: #FFF;
}

.ifm-andItem.ifm-andItem:after {
	padding: 6px 18px;
	content: 'AND';
	background: #ee4124;
	border-radius: 10px;
	position: absolute;
	left: calc(50% - 30px);
	top: -23px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0;
	color: #fff;
	z-index: 1;
}

.temp45-degi {
	width: 100%;
	float: left;
	margin-top: 45px;
}

.temp45-degi h3 {
	color: #fff;
	font-weight: 700;
}

/* temp45 css end here */
.temp50,
.temp50-itemInner,
.temp50-top,
.temp50-list,
.temp50-txt,
.temp50-quote,
.temp50-qLeft,
.temp50-qLeft img {
	width: 100%;
	float: left;
}

.temp50 {
	padding-top: 80px;
}

.temp50-top {
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
	gap: 80px;
}

.temp50-tLeft {
	width: 45%;
	float: left;
}

.temp50-tRight {
	width: calc(55% - 80px);
	float: left;
}

.temp50-tRight p {
	line-height: 1.44;
}

.temp50-tRight p:not(:last-child) {
	margin-bottom: 25px;
}

.temp50-list {
	padding-bottom: 100px;
	margin-top: 50px;
	margin-bottom: 60px;
	position: relative;
	display: flex;
	gap: 45px;
}

.temp50-list:before {
	width: 100%;
	height: 9px;
	content: '';
	position: absolute;
	bottom: 0;
	background: #EE4223;
	border-radius: 3px;
}

.temp50-item {
	width: 25%;
	float: left;
	position: relative;
}

.temp50-item:before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .24);
	border: 1px solid #E1E1E1;
	border-radius: 12px;
	filter: blur(10px);
	z-index: -1;
}

.temp50-item:after {
	width: 16px;
	height: 16px;
	content: '';
	position: absolute;
	left: calc(50% - 8px);
	bottom: -98px;
	background: #EE4223;
	border: 2px solid #fff;
	border-radius: 100%;
	z-index: 2;
}

.temp50-itemInner {
	height: 100%;
	padding: 70px 25px 50px;
	position: relative;
	background: transparent linear-gradient(132deg, #EBEBEB 0%, #fff 100%);
	border: 1px solid #E1E1E1;
	border-radius: 12px;
	box-shadow: -14px -14px 14px #fff;
	z-index: 2;
}

.temp50-itemInner:before {
	width: 16px;
	height: 16px;
	content: '';
	position: absolute;
	left: calc(50% - 8px);
	bottom: -8px;
	background: #EE4223;
	border-radius: 100%;
	z-index: 1;
}

.temp50-itemInner:after {
	width: 4px;
	height: 92px;
	content: '';
	position: absolute;
	left: calc(50% - 2px);
	bottom: -92px;
	background: #253746;
}

.temp50-item img {
	position: absolute;
	top: -38px;
	left: calc(50% - 38px);
	float: left;
	border-radius: 7px;
}

.temp50-item h6 {
	margin-bottom: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.temp50-item p {
	line-height: 1.44;
}

.temp50-txt {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.temp50-txt p {
	line-height: 1.44;
}

.temp50-txt p:not(:last-child) {
	margin-bottom: 15px;
}

.temp50-txtCol {
	width: calc(50% - 20px);
	float: left;
}

.temp50-quote {
	margin-bottom: 60px;
	position: relative;
	display: flex;
	align-items: center;
}

.temp50-qLeft {
	padding-right: 30%;
}

.temp50-qLeft img {
	border-radius: 12px;
}

.temp50-qRight {
	width: 42%;
	padding: 60px 40px;
	position: absolute;
	right: 0;
	background: url(https://ppsazdevwebsitestg.blob.core.windows.net/public/img/caseStudiesBg.svg) no-repeat center;
	background-size: cover;
	border-radius: 18px;
}

.temp50-qRight img {
	margin-bottom: 40px;
}

.temp50-qRight h3 {
	margin-bottom: 30px;
	font-weight: 700;
	line-height: 1.4;
}

.temp50-top.mb60 {
	margin-bottom: 60px;
}

/* style3  */
.overlayRemove:after {
	display: none;
}


.temp-55Slider .temp13-tImg {
	position: relative;
}

.temp-55Slider .temp13-tImg:after {
	content: '';
	background: transparent linear-gradient(180deg, #00000000 0%, #0000002B 24%, #000000 100%);
	border-radius: 0px 0px 12px 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 200px;
	z-index: 0;
}

.temp-55Slider .temp55-imgBox {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px 20px;
	z-index: 9;
}

.temp-55Slider .temp55-imgBox h4 {
	color: #fff;
	margin-bottom: 18px;
}

.temp-55Slider .temp55-imgBox p {
	color: #fff;
	font-weight: 400;
	min-height: 44px;
}

.temp55-imgBox .readMoreBtn {
	margin-top: 10px;
}

.temp56 p {
	margin-bottom: 15px;
}

.hidden {
	display: none;
}

.pgActive {
	background: #FFE8E2;
	box-shadow: 0px 4px 8px #00000029;
}

.temp24fcTxt h4 {
	min-height: 63px;
}

.temp24-fSliderTxt h6 {
	-webkit-line-clamp: 4;
	line-height: 30px;
}

.temp24-fSliderTxt p {
	margin-top: 13px;
}

.temp24-filterByTopic ul li h4 {
	width: 100%;
	float: left;
	word-break: break-all;
}

.awardscardchanges .temp24-date span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 40px;
}

.temp56-container {
	float: left;
	width: 100%;
	padding: 0 6%;
	margin-top: 80px;
}

.temp56-heading {
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 55px;
	margin-bottom: 55px;
}

.temp56-heading h3 {
	color: #333333;
	text-align: center;
	font-weight: bold;
}

.temp56-img {
	text-align: center;
}

.temp56-img img {
	width: 100%;
}

.temp58 {
	float: left;
	width: 100%;
}

.temp59 {
	float: left;
	width: 100%;
}

.temp59-box {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 100px;
}

.cardSlider .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}

.cardSlider .swiper-pagination-bullet-active {
	background: #EE4223;
	opacity: 1;
	width: 15px;
	border-radius: 6px;
}

.mb60 {
	margin-bottom: 60px;
}

.temp59-boxLeft {
	width: 52%;
}

.temp59-boxLeft h3 {
	font-weight: 600;
}

.temp59-boxRight {
	width: 40%;
}

.temp59-boxRight ul {
	width: 100%;
	clear: both;
}

.temp59-boxRight ul li {
	width: calc(50% - 20px);
	float: left;
	padding: 40px;
	background: transparent linear-gradient(135deg, #EBEBEB 0%, #FFFFFF 100%);
	box-shadow: 14px 14px 14px #00000029;
	border-radius: 12px;
	text-align: center;
	margin-bottom: 40px;
	display: inline-block;
}

.temp59-boxRight ul li:nth-child(1) {
	margin-bottom: 0;
}

.temp59-boxRight ul li:nth-child(2) {
	margin-top: 25px;
	margin-left: 40px;
}

.temp59-boxRight ul li:nth-child(3) {
	margin-top: -20px;
	margin-bottom: 0;
}

.temp59-boxRight ul li:nth-child(4) {
	margin-left: 40px;
	margin-bottom: 0;
}

.temp59-boxRight ul li h2 {
	font-size: 80px;
	color: #253746;
	font-weight: 600;
	line-height: 1.1;
}

.temp59-boxRight ul li h3 {
	color: #EE4223;
}

.temp58 .temp26-tabHead {
	width: auto;
}

.temp58 .temp26-tabArea {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.temp58 .temp26-tabArea .filterservice {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333333;
	font-weight: 700;
}

.temp58 .temp26-tabArea .filterservice select {
	height: auto;
	padding: 0;
	margin: 0;
	line-height: normal;
	background: none;
	border: 0;
	width: 100%;
	font-size: 16px;
	color: #333333;
	font-weight: 700;
	min-width: 100px;
}

.temp58 .temp4-filterContin .temp4-filterTitle {
	font-size: 20px;
	color: #333333;
	font-weight: 700;
}

.temp58 .temp4-filterContin .temp4-filterBy {
	font-size: 20px;
	color: #333333;
	font-weight: 700;
	min-width: 74%;
}

.temp58-content {
	float: left;
	width: 100%;
	margin-top: 45px;
}

.temp58-content ul {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	width: 100%;
}

.temp58-content ul li {
	width: calc(25% - 30px);
}

.temp58-content .temp4-card h4 {
	margin-bottom: 15px;
}

.temp58-content .temp4-card p {
	margin-bottom: 0;
}

.temp58-content .temp4-cContent {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.temp4-cContent p span {
	width: 100%;
	margin-top: 5px;
	float: left;
}

.mobileonly {
	display: none;
}

.temp58-content .temp19-progNav {
	display: none;
}

.temp60 {
	background: #F8F8F8;
}

.temp60 .temp24-brochItem {
	background: transparent linear-gradient(100deg, #EBEBEB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
	border: 1px solid #E1E1E1;
	border-radius: 6px;
}

.temp60 .temp24-brochItem .temp24-brochImg {
	width: 28%;
}

.temp60 .temp24-date {
	background: #EE4223 url(../png/eventdatebackground.png) no-repeat left top;
	background-size: 100% 100%;
	width: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 40px 30px;
	border-radius: 6px;
	margin-bottom: 0;
	align-self: center;
	margin-right: -120px;
	z-index: 1;
}

.temp60 .temp24-brochTxtTop h3 {
	margin-bottom: 25px;
}

.temp60 .temp24-brochTxtTop p {
	font-size: 24px;
}

.temp60 .temp24-date h3 {
	width: 100%;
	color: #fff;
	font-weight: 700;
}

.temp60 .temp24-date h3:first-child {
	border-bottom: 2px solid #fff;
	margin-bottom: 7px;
	padding-bottom: 7px;
	font-weight: 400;
}

.temp60 .temp24-brochTxt {
	width: 50%;
}

.temp60 .temp24-brochItem img {
	height: auto;
}

.temp61 ul {
	display: flex;
	align-items: center;
	list-style-type: none;
}

.temp61 ul li {
	width: 33.3%;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}

.temp61 ul li:first-child img {
	border-radius: 12px 0px 0px 12px;
}

.temp61 ul li:first-child::after {
	border-radius: 12px 0px 0px 12px;
}

.temp61 ul li:last-child img {
	border-radius: 0px 12px 12px 0;
}

.temp61 ul li:last-child::after {
	border-radius: 0px 12px 12px 0;
}

.temp61 ul li::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 90%;
	background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
}

.temp61 ul li img {
	width: 100%;
}

.temp61 ul li .temp61-text {
	position: absolute;
	bottom: -105px;
	left: 0;
	right: 0;
	z-index: 1;
	padding: 40px 30px;
	transition: all 0.3s ease;
}

.temp61 ul li .temp61-text h3 {
	color: #fff;
	margin-bottom: 30px;
}

.temp61 ul li .temp61-text p {
	color: #fff;
	min-height: 65px;
}

.temp62 {
	background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FA46161A 100%) 0% 0% no-repeat padding-box;
	float: left;
	width: 100%;
}

.temp61 ul li:hover {
	transform: scale(1.1);
	z-index: 9;
}

.temp61 ul li:hover .temp61-text {
	bottom: 0;
}

.temp61-content {
	float: left;
	width: 100%;
	margin-top: -130px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb60 {
	margin-bottom: 60px;
}

.temp61 .temp27 {
	padding-bottom: 150px;
}

.temp62-head {
	margin-bottom: 40px;
	float: left;
	width: 100%;
}

.temp62-head .headline {
	margin-bottom: 20px;
	color: #000;
}

.sect {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.sect .primaryBtn {
	width: fit-content;
}

.temp62 .temp26-itemTopRight {
	height: 100%;
	position: relative;
}

.temp62 .temp26-itemTopLeft {
	position: relative;
	width: 57%;
	height: 100vh;
	align-self: baseline;
}

.temp62 .temp26-itemTopRight h3 {
	margin-bottom: 30px;
	color: #000;
	font-weight: 500;
}

.temp26-itemTopRight h3 {
	margin-bottom: 30px;
}

.temp62 .temp26-itemTop {
	gap: 94px;
}

.temp62 .temp26-itemTopRight p {
	color: #000;
}

.temp64 {
	float: left;
	width: 100%;
}

.temp64-content {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.temp64-content h2 {
	margin-bottom: 30px;
}

.temp64-content h6 {
	margin-bottom: 25px;
}

.careerslidertop {
	overflow: visible;
}

.careersliderul {
	display: flex;
	align-items: center;
	gap: 30px;
}

.careersliderul li img {
	width: 100%;
	border-radius: 6px;
}

.careerslider1 {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.mt70 {
	margin-top: 70px;
}


:root {
	--internImgTranslate: 0px;
}

.internshipClippingSection {
	height: 100vh;
	width: 100%;
	position: relative;
	float: left;
}

.internshipImg {
	height: 100%;
	width: auto;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	clip-path: circle(130% at 50% -10%);
	display: block;
}

/* .internshipClippingSection, .temp62 .temp26-itemTopLeft, .temp62 .temp26-itemTopRight, .sect, .internshipImg { height:95vh; } */
.careerEffectSliderMobile {
	display: none;
}

.contantMain {
	margin-top: 50px;
	margin-bottom: 70px;
	background: #F8F8F8;
	float: left;
	width: 100%;
}

.contantMainBox {
	width: 100%;
	float: left;
}

.contantMainLeft {
	text-align: center;
	width: 31%;
	overflow: hidden;
	float: left;
	position: relative;
	margin-right: 60px;
	border-radius: 16px;
}

.contantMainLeftImage img {
	width: 100%;
}

.contantMainLeftImage:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 70%;
	width: 100%;
	background: transparent linear-gradient(180deg, #00000000 0%, #000000A6 32%, #000000 100%) 0% 0% no-repeat padding-box;
}

.contantMainLeftText {
	position: absolute;
	bottom: 80px;
	color: white;
	padding: 30px;
	text-align: start;
	border-radius: 15px;
}

.contantMainLeftText h3 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 40px;
}

.contantMainRight {
	/* padding: 30px; */
	width: 64%;
	float: left;
	background-color: white;
	/* box-shadow: 0px 4px 8px #00000029;
    border-radius: 15px; */
}

.contantMainRight .mktoForm {
	max-width: 100% !important;
}

.contantMainRight iframe {
	height: 740px;
}

.contactSlider .swiper-pagination {
	text-align: left;
	padding-left: 30px;
	padding-bottom: 40px;
}

.contactSlider .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	border-radius: 10px;
	background: #fff;
	opacity: 0.47;
}

.contactSlider .swiper-pagination-bullet-active {
	opacity: 1;
	width: 56px;
}

.contantMainRight ul {
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
}

.contantMainRight ul li {
	width: calc(50% - 15px);
}

.contantMainRight ul li input {
	border: 0;
	border-bottom: 1px solid #E1E1E1;
	font-size: 18px;
	color: #253746;
	padding: 10px;
	padding-left: 0;
	height: 47px;
}

.contantMainRight ul li textarea {
	border: 0;
	border-bottom: 1px solid #E1E1E1;
	font-size: 18px;
	color: #253746;
	padding: 10px;
	padding-left: 0;
	height: 110px;
}

.contantMainRight ul li select {
	border: 0;
	background: #fff url(https://ppsazdevwebsitestg.blob.core.windows.net/public/img/dd.svg) no-repeat right 18px center;
	border-bottom: 1px solid #E1E1E1;
	font-size: 18px;
	color: #253746;
	padding: 10px;
	padding-left: 0;
	height: 45px;
}

.contantMainRight ul li select option {
	background: none;
}

.contantMainRight ul li textarea::placeholder {
	color: #aaa;
}

.contantMainRight ul li input::placeholder {
	color: #aaa;
}

.contantMainRight input[type="email"]::placeholder,
.contantMainRight .mktoForm .mktoFormRow select::placeholder {
	font-size: 14px;
	color: #aaa;
}

.contantMainRight .mktoForm input[type=text],
.contantMainRight .mktoForm input[type=url],
.contantMainRight .mktoForm input[type=email],
.contantMainRight .mktoForm input[type=tel],
.contantMainRight .mktoForm input[type=number],
.contantMainRight .mktoForm input[type=date],
.contantMainRight .mktoForm .mktoFormRow select,
.contantMainRight .mktoForm textarea.mktoField,
.formPP .mktoForm input[type=text],
.formPP .mktoForm input[type=url],
.formPP .mktoForm input[type=email],
.formPP .mktoForm input[type=tel],
.formPP .mktoForm input[type=number],
.formPP .mktoForm input[type=date],
.formPP .mktoForm .mktoFormRow select,
.formPP .mktoForm textarea.mktoField {
	font-size: 14px;
	color: #333 !important;
}

.contantMainRight .mktoForm input[type=text]::placeholder,
.contantMainRight .mktoForm input[type=url]::placeholder,
.contantMainRight .mktoForm input[type=email]::placeholder,
.contantMainRight .mktoForm input[type=tel]::placeholder,
.contantMainRight .mktoForm input[type=number]::placeholder,
.contantMainRight .mktoForm input[type=date]::placeholder,
.contantMainRight .mktoForm .mktoFormRow select::placeholder,
.contantMainRight .mktoForm textarea.mktoField::placeholder,
.formPP .mktoForm input[type=text]::placeholder,
.formPP .mktoForm input[type=url]::placeholder,
.formPP .mktoForm input[type=email]::placeholder,
.formPP .mktoForm input[type=tel]::placeholder,
.formPP .mktoForm input[type=number]::placeholder,
.formPP .mktoForm input[type=date]::placeholder,
.formPP .mktoForm .mktoFormRow select::placeholder,
.formPP .mktoForm textarea.mktoField::placeholder {
	font-size: 14px;
	color: #aaa !important;
}



.width100 {
	width: 100% !important;
}


.checkboxContainer {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 18px;
	color: #253746;
}

.checkboxContainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: #eee;
	border-radius: 6px;
}

.checkboxContainer:hover input~.checkmark {
	background-color: #ccc;
}

.checkboxContainer input:checked~.checkmark {
	background-color: #EE4223;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkboxContainer input:checked~.checkmark:after {
	display: block;
}

.checkboxContainer .checkmark:after {
	left: 9px;
	top: 3px;
	width: 7px;
	height: 15px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.formbtn {
	margin-top: 60px;
	float: left;
	width: 100%;
}



.contantMainBottom {
	margin-bottom: 70px;
	margin-bottom: 100px;
	float: left;
	width: 100%;
}

.contantMainBottomBox {
	display: flex;
}

.contantMainBottomBox h3 {
	color: #333333;
	font-weight: 700;
	margin-bottom: 30px;
}

.contantMainBottomBox p {
	color: #333333;
	font-weight: 500;
}

.contantMainBottomBox p a {
	color: #EE4223;
	font-weight: 600;
}

.contantMainBottomBoxLeft {
	width: 50%;
	padding-right: 35px;
	border-right: 1px solid #E1E1E1;
}

.contantMainBottomBoxRigt {
	width: 50%;
	padding-left: 35px;
}

.contactSlider {
	height: 100%;
}


/*.esgFrame { margin-top:150px; background:#253746; float:left; width:100%; }
.esgFrame .headline h2 { color:#fff; }
.esgFrame .temp26-tab a { color:#fff; font-weight:400; }
.esgFrame .temp26-refTabActive a { color:#fff; font-weight:600 !important; }
.esgFrame .temp26 { background:none; }
.esgFrame .temp26 .temp26Indicator { background:none; border:0; }
.esgFrame .temp26 .temp26Indicator:after {  content: ''; position: absolute; left: calc(50% - 5px); bottom:-5px; width: 10px; height: 10px; border-radius: 100%; background-color: #EE4223; transition: 0.7s; }

.esgFrame-tab {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.esgFrame-tabLeft { width:40%; }
.esgFrame-tabLeft ul { list-style-type:none; margin:0; padding:0; }
.esgFrame-tabLeft ul li { margin-bottom:30px; opacity:0.32; }
.esgFrame-tabLeft ul li.esgFrame-tabLeftActive { opacity:1; }
.esgFrame-tabLeft ul li h3 { margin-bottom:0; color:#fff; }
.esgFrame-tabRight { width:38%; }
.RightSwiper { height:300px; }
.esgFrame-tabRightBox {  }
.esgFrame-tabRightBox h1 { font-size:130px; border-bottom:1px solid #E1E1E1; margin-bottom:20px; padding-bottom:20px; color:#fff; line-height:1; }
.esgFrame-tabRightBox h3 { color:#EE4223; font-weight:400; }*/

.esgFrame {
	background: #253746;
	float: left;
	width: 100%;
}

.esgFrame .temp26 {
	background: none;
}

.esgFrame .headline h2 {
	color: #fff;
}

.esgFrame .temp26 .temp26Indicator {
	background: none;
	border: 0;
}

.esgFrame .temp26 .temp26Indicator:after {
	content: '';
	position: absolute;
	left: calc(50% - 5px);
	bottom: -10px;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background-color: #EE4223;
	transition: 0.7s;
	border: 1px solid #fff;
}

.esgFrame .temp26-tabHead li {
	padding-bottom: 25px;
}

.esgFrame .temp26-tabHead {
	justify-content: space-between;
}

.esgFrame-tab {
	position: relative;
}

.esgFrame-tab ul {
	margin-top: 30px;
}

.esgFrame .temp26tabsMain {
	padding-bottom: 90px;
}

.esgFrame-tab .esgFrame-rightSlider {
	position: absolute;
	top: -30px;
	right: 0;
}

.esgFrame-tab ul li {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

.esgFrame-tab ul li .esgFrame-leftMenu h3 {
	color: #fff;
}

.esgFrame-tab ul li .esgFrame-leftMenu h3 {
	opacity: 0.32;
	cursor: pointer;
}

.esgFrame-tab ul li .esgFrame-leftMenu {
	width: 40%;
}

.esgFrame-tab ul li .esgFrame-rightSlider {
	display: none;
	width: 38%;
	transition: all 0.3s ease;
}


.esgFrame-tab ul li.esgFrame-tabLeftActive .esgFrame-leftMenu h3 {
	opacity: 1;
}

.esgFrame-tab ul li.esgFrame-tabLeftActive .esgFrame-rightSlider {
	display: block;
	transition: all 0.3s ease;
}

.esgFrame .temp26-tab a {
	color: #fff;
	font-weight: 400;
}

.esgFrame .temp26-refTabActive a {
	color: #fff;
	font-weight: 600 !important;
}

.esgFrame .RightSwiper {
	height: 300px;
}

.esgFrame-tabRightBox h1 {
	font-size: 130px;
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #fff;
	line-height: 1;
	font-weight: 600;
}

.esgFrame-tabRightBox h3 {
	color: #EE4223;
	font-weight: 400;
}


.esgFrameLastTabul li {
	flex-direction: column;
}

.esgFrameLastTabul li .esgFrame-leftMenu {
	width: 100% !important;
	margin-bottom: 20px;
}

.esgFrameLastTabul li .esgFrame-rightSlider {
	width: 100% !important;
	position: initial;
}

.esgFrameLastTabul li .esgFrame-rightSlider p {
	color: #fff;
}

/* Anil Css start here */
.temp4-cWrap {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.temp58-content ul li {
	height: auto;
}

.temp4-card {
	height: 100%;
}

.temp58-content .temp4-cImg img {
	height: 260px;
	object-fit: cover;
}

.temp58-content .temp4-cWrap {
	height: calc(100% - 285px);
	align-content: space-between;
}

/* .temp58-content .temp4-cLinks {
	justify-content: space-between;
} */
/* Anil Css end here */

/* blog css */
.blog-innerMain,
.blog-inner-img,
.tempBlogInner1,
.tempBlogInner1-head,
.tempBlogInner1-p,
.tempBlogInner1-list,
.tempBlogInner1-bp,
.blog-innerMain-p,
.tempBlogSocial {
	width: 100%;
	float: left;
}

.blogsTop {
	padding-top: 72px;
	z-index: 1;
}

.blog-innerMain-p p {
	text-align: left;
	color: #000;
	margin-bottom: 22px;
}

.blog-innerMain-p p:last-child {
	margin-bottom: 0;
}

.blog-inner-img img {
	max-width: 100%;
	float: left;
	width: 100%;
}

.tempBlogInner1-head h4 {
	text-align: left;
	font-weight: 700;
	color: #000;
	margin-bottom: 22px;
}

.tempBlogInner1-head h3 {
	font-size: 28px;
	text-align: left;
	font-weight: 700;
	color: #000;
	margin-bottom: 22px;
}

.tempBlogInner1-p {
	margin-bottom: 32px;
}

.tempBlogInner1-p p {
	margin-bottom: 18px;
}

.tempBlogInner1-bp p {
	margin-bottom: 18px;
}

.tempBlogInner1-bp p:last-child {
	margin-bottom: 0;
}

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

.tempBlogInner1-list {
	position: relative;
	padding-left: 25px;
	margin-bottom: 22px;
}

.tempBlogInner1-list li {
	margin-bottom: 15px;
}

.tempBlogInner1-list li:last-child {
	margin-bottom: 0;
}

.tempBlogInner1-list li::before {
	width: 10px;
	height: 10px;
	content: '';
	background: #FA4616;
	border-radius: 100%;
	position: absolute;
	left: 0;
	margin-top: 5px;
}

.blogsTop::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #F8F8F8;
	z-index: -1;
}

.tempBlogInner1 p,
strong {
	margin-bottom: 20px;
}

.blog-innerPart {
	width: 100%;
	float: left;
}

.blog-innerPart {
	position: relative;
}

.blog-innerPart ul {
	padding-left: 25px;
	margin-bottom: 20px;
}

.blog-innerPart li {
	margin-bottom: 15px;
}

.blog-innerPart li::before {
	width: 10px;
	height: 10px;
	content: '';
	background: #FA4616;
	border-radius: 100%;
	position: absolute;
	left: 0;
	margin-top: 5px;
}

.blog-innerPart h3 {
	font-size: 24px;
	text-align: left;
	font-weight: 700;
	color: #000;
	margin-bottom: 25px;
}

.blog-innerPart h2 {
	font-size: 24px;
	text-align: left;
	font-weight: 700;
	color: #000;
	margin-bottom: 25px;
}

.blog-innerPart h4 {
	text-align: left;
	font-weight: 700;
	color: #000;
	margin-bottom: 25px;
}

.blog-innerPart img {
	max-width: 100%;
	height: auto;
	/* float: left;
  margin-right: 24px; */
}

.tempBlogSocial {
	display: flex;
	align-items: center;
	gap: 16px;

	li {
		padding-left: 0 !important;
		margin-bottom: 0 !important;

		&::marker {
			font-size: 0px !important;
		}
	}

	li:before {
		content: none !important;
	}

	li a {
		width: 42px;
		height: 42px;
		border-radius: 6px;
		background-color: #EE4223;
		display: flex;
		justify-content: center;
		align-items: center;

		img {
			width: 24px;
			width: 24px;
			float: left;
			border-radius: 0;

			&.fTweeter {
				width: 20px;
				height: 20px;
			}
		}
	}
}

.webHide {
	display: none;
}

.errorP {
	background-image: url(../png/404-bg-d.png);
	background-repeat: no-repeat;
	padding-bottom: 110px;
	object-fit: cover;
}

.sCollect .temp12-lTxt {
	display: flex;
	flex-wrap: wrap;
}

.temp26-itemBottomHead .mktoText h4 {
	margin-bottom: 15px;
}

.newSc {
	width: 100%;
	float: left;
}

.mktoTextLast {
	width: 100%;
	float: left;
	margin-top: 15px;
}

.mktoTextLast p {
	font-size: 18px;
}

.scButton {
	width: 100%;
	float: left;
	margin-top: 20px;
	display: flex;
	align-items: flex-end;
	justify-content: left;
}

.scButton .temp12-btns {
	justify-content: flex-start;
}

.scButton a {
	justify-content: center;
}

.iconWrapper {
	display: flex;
	gap: 20px;
}

.temp26-lHeadLeft {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.contantMainRight label.error {
	margin-left: 0;
	width: auto;
	display: inline;
	margin-top: 10px;
	color: #ff0000;
	font-size: 12px;
}

.formPP .contantMainRight label.validate-error {
	margin-left: 0;
	width: auto;
	display: inline;
	margin-top: 10px;
	color: #ff0000;
	font-size: 12px;
}

.conForm {
	border: 0;
	outline: none;
}

#agree-error {
	width: 100% !important;
	float: left;
}

#agreeGDPR-error {
	width: 100% !important;
	float: left;
}

.formPP-content .contantMainRight {
	width: 100%;
	box-shadow: none;
}

.formPP-content .contantMainRight .formbtn {
	margin-top: 0;
}

.formPP-content input:focus {
	outline: none !important;
}

/* blogT section css start here */
.blogTTop {
	padding-top: 45px;
	z-index: 1;
	/* &:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 50%;
		background-color: #F8F8F8;
		z-index: -1;
	} */
}

.blogT,
.blogT-top,
.blogT-banner,
.blogT-banner img,
.onlyText,
.leftImgRightTxtOverlaped,
.rightImgLeftTxtOverlaped,
.leftTxtRightImg,
.leftImgRightTxt,
.leftTxtCenterImg,
.ltci-txt,
.ltci-img {
	width: 100%;
	float: left;
}

.blogT-top {
	margin-bottom: 40px;

	h1 {
		margin-bottom: 16px;
		font-weight: 700;
		line-height: 1.2;
	}

	.blogT-banner {
		margin-top: 24px;
	}
}

.blogT {
	display: flex;
	flex-direction: column;
	gap: 40px;

	img {
		border-radius: 12px;
	}

	a {
		color: #ee4223;
	}

	h2 {
		font-size: 42px;
		font-weight: 700;
		line-height: 1.2;
		position: relative;
		padding-bottom: 16px;
		margin-bottom: 24px;
		display: flex;

		strong {
			margin-bottom: 0 !important;
		}

		&:after {
			position: absolute;
			left: 0;
			bottom: 0;
			width: 160px;
			height: 2px;
			background-color: #EE4223;
			content: '';
		}
	}

	p {
		font-size: 26px;
	}

	ul {
		margin-top: 16px;
		margin-bottom: 20px;

		li {
			/* padding-left: 25px; */
			font-size: 26px;
			font-weight: 400;
			line-height: 1.3;
			letter-spacing: 0;
			color: #333;
			position: relative;
			list-style: disc;
			list-style-position: inside;

			&::marker {
				color: #FA4616;
				font-weight: 700;
			}
		}

		li:not(:last-child) {
			margin-bottom: 5px;
		}

		/* li:before {
			width: 10px;
			height: 10px;
			content: '';
			background: #FA4616;
			border-radius: 100%;
			position: absolute;
			left: 0;
			margin-top: 13px;
		} */
	}

	ol {
		margin: 0;
		padding: 0;
		margin-top: 16px;
		margin-bottom: 20px;

		li {
			/* padding-left: 25px; */
			font-size: 26px;
			font-weight: 400;
			line-height: 1.3;
			letter-spacing: 0;
			color: #333;
			position: relative;
			list-style: decimal;
			list-style-position: inside;

			&::marker {
				color: #FA4616;
				font-weight: 700;
			}
		}

		li:not(:last-child) {
			margin-bottom: 5px;
		}

		/* li:before {
			width: 10px;
			height: 10px;
			content: '';
			background: #FA4616;
			border-radius: 100%;
			position: absolute;
			left: 0;
			margin-top: 13px;
		} */
	}
}

.blogTDesktop {
	display: block;
}

.blogTMobile {
	display: none;
}

.lirto-img {
	float: left;
	margin-right: 40px;
	margin-bottom: 16px;
}

.rilto-img {
	float: right;
	margin-left: 40px;
	margin-bottom: 16px;
}

.leftTxtRightImg {
	display: flex;
	align-items: center;

	.ltri-img {
		float: right;
		margin-left: 40px;
	}

	.ltri-txt {
		float: left;
	}
}

.leftImgRightTxt {
	display: flex;
	align-items: center;

	.lirt-img {
		float: left;
		margin-right: 40px;
	}

	.lirt-txt {
		float: right;
	}
}

.ltci-img {
	display: flex;
	justify-content: center;
	margin-top: 40px;

	img {
		max-width: 1000px;
		float: left;
	}
}

/* blogT section css end here */

/* Brochures sub tab section css start here */
.brochuresSubTab {
	width: 100%;
	float: left;
	margin-bottom: 24px;

	ul {
		display: flex;
		gap: 13px;

		li {
			padding: 12px 24px;
			color: #333;
			font-size: 16px;
			font-weight: 700;
			line-height: normal;
			border-radius: 24px;
			border: 1px solid #EE4223;
			cursor: pointer;
			transition: all .3s linear;

			&.active {
				background-color: #EE4223;
				color: #fff;
			}

			&:hover {
				box-shadow: 0px 6px 12px #00000029;
			}
		}
	}
}

/* Brochures sub tab section css end here */

/* Cookies css start here*/
.cookiesArea {
	width: 100%;
	float: left;
	padding: 24px;
	background: transparent linear-gradient(138deg, #EBEBEB 0%, #fff 100%);
	box-shadow: 1px -2px 12px 0 #00000029;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9999999;
	display: none;

	h6 {
		margin-bottom: 5px;
		font-size: 20px;
		font-weight: 600;
		color: #333;
	}
}

.cooTxt {
	width: 100%;
	float: left;
	display: flex;
	gap: 100px;
	align-items: center;
	justify-content: space-between;

	p {
		font-size: 18px;
		font-weight: 400;
		color: #333;
		line-height: 1.3;

		a {
			color: #EE4223;
			border-bottom: 2px solid #ee4223;
			white-space: nowrap;
		}
	}
}

.cooLinks {
	display: flex;
	gap: 16px;

	.primaryBtn {
		min-width: initial;
		height: auto;
		padding: 12px 24px;
		border: 0;
		outline: 0;
		box-shadow: none;
		border-radius: 6px;
	}
}

/* Cookies css end here*/
.temp60.bgWhite {
	background: #fff;
}

.temp25tabsMain.mt24 {
	margin-top: 24px;
}
/* .temp24-brochItem { display: none; }
.temp24-brochItem.show { display: flex; } */

.temp25-subTabArea {
	width: 100%;
	float: left;
	margin-top: 32px;

	ul {
		display: flex;
		gap: 13px;

		li {
			padding: 12px 24px;
			color: #333;
			font-size: 16px;
			font-weight: 700;
			line-height: normal;
			border-radius: 24px;
			border: 1px solid #EE4223;
			cursor: pointer;
			transition: all .3s linear;

			& a {
				color: #333;
			}

			&.active {
				background-color: #EE4223;
				color: #fff;

				& a {
					color: #fff;
				}
			}

			&:hover {
				box-shadow: 0px 6px 12px #00000029;
			}
		}
	}
}


/* Media Queries start here */
@media only screen and (max-width: 1700px) {

	section,
	.mb110 {
		margin-bottom: 90px;
	}

	.mainNav,
	.bookMeeting {
		padding-inline: 7%;
	}

	h1,
	.h1 {
		font-size: 52px;
	}

	h2,
	.h2 {
		font-size: 42px;
	}

	h3,
	.h3 {
		font-size: 30px;
	}

	h4,
	.h4 {
		font-size: 22px;
	}

	h6,
	.h6 {
		font-size: 20px;
	}

	p {
		font-size: 16px;
	}

	.nav2 .nav li a {
		font-size: 16px;
	}

	.fEmailBtn {
		width: 70px;
		height: 70px;
		padding: 25px;
	}

	.formRow {
		gap: 15px;
	}

	.temp1-wnPPClose .material-icons-outlined {
		font-size: 30px;
	}

	.temp1-img img,
	.temp1-video {
		height: 530px;
	}

	.wnPP-img p {
		font-size: 18px;
	}

	.wnPP-txt h6 {
		margin-bottom: 10px;
	}

	.wnPP-txt p {
		font-size: 15px;
		line-height: 1.3;
	}

	.temp2-head {
		padding-right: 15%;
	}

	.temp2-icon {
		margin-bottom: 18px;
	}

	.temp4-filter li,
	.temp4-filter a,
	.temp4-filterTitle,
	.temp4-filterBy {
		font-size: 16px;
	}

	.temp4-filter ul {
		gap: 40px;
	}

	.temp4-filterBy {
		min-width: 150px;
		padding: 0 15px;
		padding-right: 25px;
	}

	.temp4-item {
		width: 330px;
		padding: 20px;
		border-radius: 16px;
	}

	.orangeBtn {
		height: 52px;
		padding: 14px 35px;
		font-size: 18px;
	}

	.outlinedIconBtn {
		width: 56px;
		height: 52px;
	}

	.temp4-btmImg {
		width: 48px;
		height: 48px;
		margin-right: 20px;
	}

	.temp4-btmImg img {
		height: 48px;
	}

	.temp4-btmItem p {
		width: calc(100% - 68px);
	}

	.temp4btmSlider {
		width: 100%;
	}

	.temp4-top {
		margin-bottom: 30px;
	}

	.temp6-itemTxt h3 {
		height: calc(30px * 1.2 * 4);
	}

	.temp7-emailSub {
		padding: 12px 14px;
	}

	.temp7-emailSub .temp7-inputbtn {
		padding: 21px;
		font-size: 14px;
		width: 27%;
	}

	.temp7-stayInLoop {
		gap: 130px;
		padding: 50px 50px;
		align-items: center;
	}

	.temp7-emailSub .email-signup {
		width: 73%;
	}

	.temp7-turbhe {
		margin-top: -90px;
	}

	.temp10-tabheading h3 {
		margin-bottom: 18px;
	}

	.temp10-tabArea .temp10-tab li {
		font-size: 22px;
	}

	.temp10-tabArea .tabcontent {
		width: 78%;
	}

	.temp10-tabArea .temp10-tab {
		width: 22%;
		padding-right: 30px;
		height: 368px;
	}

	.temp10-rightTabList {
		gap: 18px;
	}

	.temp10-rItem {
		width: calc(25% - 13.5px);

	}

	.temp10-itemImg {
		margin-bottom: 10px;
	}

	.temp10-rTxt p {
		margin-bottom: 15px;
	}

	.temp10-rTxt {
		height: calc(100% - 170px);
	}

	.temp10-rItemHead h6,
	.temp10-rTxt p {
		margin-bottom: 10px;
	}

	.temp11-txt {
		bottom: 120px;
	}

	.temp12-txt p {
		height: calc(16px * 1.3 * 3);
		margin-bottom: 25px;
	}

	.temp13-right h6 {
		margin-bottom: 15px;
	}

	.temp13-right h3,
	.temp13-right p {
		margin-bottom: 25px;
	}

	.temp13-paItemList li {
		font-size: 16px;
	}

	.temp15-left h3 {
		margin-bottom: 30px;
	}

	.temp15-sRight {
		padding-left: 50px;
	}

	.temp15-sLeft h6 {
		font-size: 22px;
	}

	.temp16-filter li,
	.temp16-filter a {
		font-size: 16px;
	}

	.btnWithIcon {
		padding-bottom: 7px;
		font-size: 16px;
		gap: 20px;
	}

	.temp18-filter li,
	.temp18-filter a {
		font-size: 16px;
	}

	.temp19-tTxt h3 {
		font-size: 26px;
	}

	.temp19-tTxt p {
		line-height: 1.6;
	}

	.temp19-tImg {
		margin-bottom: 35px;
	}

	.temp19-tImg img {
		width: 80px;
	}


	/* temp20 css start here */
	.temp20-breadCrumb h1 {
		margin-bottom: 25px;
	}

	.temp20-address {
		padding-bottom: 18px;
		margin-bottom: 28px;
	}

	.temp20-para {
		margin-bottom: 50px;
	}

	.temp20b .temp20-btns {
		margin-top: 50px;
	}

	.temp20b {
		padding-top: 70px;
	}

	.temp20b-locationRef li {
		font-size: 16px;
	}

	/* temp20 css end here */

	/* temp21 css start here */
	.temp21-siHead .material-icons-outlined {
		width: 56px;
		height: 56px;
		font-size: 32px;
	}

	.temp21-serInner {
		gap: 30px;
		padding: 20px;
	}

	/* temp22 css start here */
	.temp22-itemList {
		padding: 20px 0;
	}

	.temp22-itemList a {
		font-size: 22px;
	}

	.temp23-tabList ul li {
		padding: 20px 0;
	}

	.temp23-tabContent {
		padding-left: 90px;
	}

	/* temp24 css start here*/
	.temp24-sliderImg {
		width: 40.6%;
		float: left;
	}

	.temp24-newsPages,
	.temp24-filetrs {
		padding: 32px 22px;
		margin-bottom: 27px;
	}

	.temp24-newsPages ul li,
	.temp24-filetrs ul li {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.temp24-fHeading {

		margin-bottom: 20px;
	}

	.temp24-filetrs .bgCircle {
		width: 30px;
		height: 30px;
	}

	.temp24-feature {
		padding: 22px;
	}

	.temp24-sliderItem {
		gap: 20px;
		padding: 22px 17px;
	}

	.temp24-progNav .swiper-pagination-progressbar.swiper-pagination-horizontal {
		width: 89%;
		top: 50%;
	}

	.temp24-rightCards {
		padding: 32px 21px;
	}

	.temp24-fCardItem {
		padding: 17px;
	}

	.temp24fcTxt {
		margin-top: 22px;
	}

	.temp24fcTxt h4 {
		margin-bottom: 12px;
	}

	.temp24-date {
		margin-bottom: 35px;
	}

	.temp24-brochWrap {
		padding: 30px 20px;
	}

	.temp24-brochList {
		gap: 20px;
	}

	.temp24-brochItem {
		padding: 20px;
		gap: 28px;
	}

	.temp24-brochTxt {
		width: calc(64% - 28px);
	}

	.temp24-brochTxtTop h6 {
		margin-bottom: 12px;
	}

	.temp24-brochTxtTop p {
		margin-bottom: 20px;
	}

	/* .temp24-brochImg img {
		height: 190px;
	} */

	.temp24-vidList {
		gap: 28px;
	}

	.temp24-vidItem {
		width: calc(50% - 14px);
		padding: 20px;
	}

	/* temp24 css end here*/
	.temp25tabsMain {
		gap: 30px;
	}

	/* 
	.temp25-hrLine {
		width: 80%;
	} */

	.temp25-item {
		width: 215px;
	}

	.temp25tabsMain {
		gap: 0;
	}

	.temp26-tabHead li {
		padding: 15px 24px;
	}

	.temp26-tab a {
		font-size: 18px;
	}

	.temp26tabsMain {
		margin-top: 38px;
	}

	.temp26-itemTop {
		gap: 50px;
	}

	.temp26-itemBottom {
		gap: 30px;
	}

	.temp27-bottom {
		gap: 43px;
	}

	.temp28b {
		padding-top: 70px;
	}

	.ifm-txtStart {
		font-size: 16px;
	}

	.ifm-txtTop h6,
	.ifm-txt p,
	.ifm-orItem.ifm-orItem:after {
		font-size: 18px;
	}

	.ifm-andItem.ifm-andItem:after {
		font-size: 18px;
	}

	.ifm-colHeadInner {
		margin-top: 40px;
	}

	input[type="text"].temp33-searchInput {
		padding: 12px 18px;
	}

	.temp33-searchPP {
		width: 470px;
	}

	.temp33-udProduct {
		padding-left: 40px;
	}

	.temp33-tabHead li {
		padding: 17px 20px 14px 20px;
	}

	.temp33-tableRightTr th {
		padding: 21px 21px 16px 21px !important;
	}

	.temp33-tableLeftInner {
		padding: 21px 21px 16px 21px !important;
	}

	.temp33-tableRight table.dataTable>tbody>tr>td {
		padding: 20px !important;
	}

	.temp33-leftBtm ul li {
		width: 90%;
	}

	.temp33-proTableHead {
		padding: 10px 12px 5px 12px;
	}

	.temp36-mid a {
		font-size: 30px;
	}

	.temp32-item {
		width: 880px !important;
	}

	.temp32-progNav {
		left: calc(39% - 12px);
	}

	.temp31-location {
		margin-top: 25px;
		padding-top: 20px;
		margin-bottom: 35px;
	}

	.temp31-txt p {
		padding-top: 50px;
	}

	.temp31-location h4 {
		margin-bottom: 15px;
	}

	.temp34-wrapper {
		gap: 30px;
	}

	.temp34-right {
		gap: 28px;
	}

	.temp34-rightBox {
		width: calc(50% - 14px);
	}

	.temp34-img {
		margin-bottom: 50px;
	}

	.temp34-imgTxt {
		gap: 30px;
		margin-bottom: 20px;
	}

	.temp34-left {
		width: 29.8%;
		padding: 98px 35px;
	}

	.temp37-sliderWrapper {
		gap: 40px;
	}

	.temp37-msliderRight .temp37-sliderTxt p {
		padding-right: 30px !important;
	}

	.temp37-sliderTxt {
		height: 560px;
	}

	.temp37-thumbSItem {
		width: 53% !important;
	}

	.temp38-searchInput {
		padding: 11px !important;
	}

	.temp38-searchWrapper .primaryBtn {}

	.temp38-searchWrapper .autoComplete_wrapper {
		width: 100% !important;
	}

	.temp38-searchWrapper .temp38-searchInput::placeholder {
		font-size: 22px;
	}

	.fsSearchQuickLinks a {
		font-size: 17px;
	}

	.temp39-left p {
		font-size: 18px;
	}

	.temp39-cardTxt p {
		font-size: 18px;
	}

	.temp40-wrapper h3 {
		margin-bottom: 30px;
	}

	.temp40-wrapper h6 {
		padding-bottom: 20px;
		padding-top: 22px;
	}

	.temp41-aSliderItem {
		gap: 95px;
		padding: 25px 35px 70px 35px;
	}

	.temp41-aSlider .temp9-nav {
		gap: 8px;
	}

	.temp45-left h2 {
		margin-bottom: 45px;
	}

	.temp50-qRight img {
		height: 80px;
		margin-bottom: 30px;
	}

	.temp50-qRight h3 {
		font-size: 26px;
	}

	/* style 3 css */
	.temp24-sliderImg {
		width: 32%;
	}

	.temp24-fSliderTxt {
		width: 68%;
		float: left;
	}

	.temp58 .temp4-filterContin .temp4-filterBy,
	.temp58 .temp4-filterContin .temp4-filterTitle {
		font-size: 18px;
	}

	.temp59-boxRight ul li h2 {
		font-size: 70px;
	}

	.temp59-boxRight ul li h3 {
		font-size: 26px;
	}

	.contantMainRight ul {
		gap: 20px;
	}

	.contantMainRight ul li textarea {
		height: 90px;
	}

	.contantMainRight ul li input {
		height: 43px;
	}

	.formbtn {
		margin-top: 40px;
	}

	.contantMainLeftText {
		bottom: 70px;
	}

	.contantMainLeftImage {
		height: 100%;
	}

	.contantMainLeftImage img {
		height: 100%;
		object-fit: cover;
	}

	.temp58-content .temp4-cImg img {
		height: 220px;
	}

	.temp58-content .temp4-cWrap {
		height: calc(100% - 245px);
	}

	.contantMainRight iframe {
		height: 655px;
	}

	.blogT {
		h2 {
			font-size: 38px;
		}

		p,
		ul li,
		ol li {
			font-size: 24px;
		}

		/* li:before {
			margin-top: 12px;
		} */
	}

}

@media only screen and (max-width: 1600px) {

	h1,
	.h1 {
		font-size: 48px;
	}

	h2,
	.h2 {
		font-size: 36px;
	}

	h3,
	.h3 {
		font-size: 26px;
	}

	h4,
	.h4 {
		font-size: 20px;
	}

	h6,
	.h6 {
		font-size: 18px;
	}

	.pb60 {
		padding-bottom: 56px;
	}


	.primaryBtn {
		min-width: 180px;
		height: 52px;
		font-size: 14px;
		gap: 20px;
	}

	.virBtn {
		min-width: 180px;
		height: 52px;
		font-size: 14px;
		gap: 20px;
	}

	.btnArrowUpward {
		padding-bottom: 7px;
		font-size: 16px;
		gap: 13px;
	}

	.temp1-img img,
	.temp1-video {
		height: 500px;
	}

	.temp1-wnPopup {
		padding: 25px;
		margin-bottom: 30px;
	}

	.temp1-wnPPClose {
		top: 25px;
		right: 20px;
	}

	.wnPP-img p {
		font-size: 16px;
	}

	.wnPP-txt p {
		font-size: 14px;
	}

	.wnPP-list {
		gap: 40px;
	}

	.wnPP-list li {
		width: calc(33.333333% - 26.6666px);
	}

	.wnPP-list li:not(:last-child):after {
		right: -20px;
	}

	.temp2-head {
		padding-right: 20%;
	}

	.temp2-itemTxt {
		transform: translateY(calc(100% - 90px));
	}

	.temp2-itemTxt h3 {
		margin-bottom: 20px;
	}

	.temp2-readMoreBtn {
		margin-top: 25px;
	}

	.temp2-txtLeft p {
		line-height: 1.37;
	}

	.temp3-wrap {
		gap: 40px;
	}

	.temp3-txt {
		padding: 25px;
	}

	.temp3-txt h3 {
		margin-bottom: 10px;
	}

	.temp4-filter ul {
		gap: 35px;
	}

	.temp4-filterTitle {
		gap: 5px;
	}

	.temp4-item {
		width: 310px;
		padding: 15px;
	}

	.temp4-item h4 {
		margin-bottom: 10px;
	}

	.temp4-item p {
		font-size: 14px;
	}

	.orangeBtn {
		font-size: 16px;
	}

	.temp5-item {
		height: 300px;
	}

	.temp5-itemTxt span {
		font-size: 72px;
	}

	.temp5-itemTxt h3 {
		left: calc(100% - 40px);
		width: 280px;
		height: 35px;
	}

	.temp5-tSlider {
		width: 400px;
	}

	.temp5-slider .swiper-slide-active {
		width: 400px !important;
		min-width: 400px;
	}

	.temp6-itemTxt h3 {
		height: calc(26px * 1.2 * 4);
	}

	.temp7-emailSub .email-signup {
		width: 71%;
	}

	.temp7-emailSub .temp7-inputbtn {
		width: 29%;
	}

	.temp10-rTxt p {
		font-size: 16px;
	}

	.temp10-tabArea .temp10-tab li {
		font-size: 20px;
	}

	.temp10-tabArea .temp10-tab {
		height: 355px;
	}

	.temp12-item {
		width: calc(25% - 22.5px);
		padding: 10px 10px 16px;
		border-radius: 10px;
	}

	.science-cTeam .temp12-item {
		width: calc(33.333% - 22.5px);
	}

	.temp12-txt h6 {
		font-size: 20px;
	}

	.temp12-img img {
		border-radius: 10px;
	}

	.temp12-lHeadLeft h3 {
		margin-bottom: 10px;
	}

	.temp12-lHead {
		margin-bottom: 30px;
	}

	.temp12-leader {
		gap: 40px;
	}

	.temp12-lImg {
		width: calc(33.333333% - 40px);
	}

	.temp13-btm th,
	td {
		padding: 25px 28px;
		font-size: 18px;
	}

	.abdc {
		padding-bottom: 150px;
	}

	.abdcMap {
		padding-top: 58px;
	}

	.temp16-tab p {
		margin-bottom: 30px;
	}

	.temp17-left {
		padding-right: 60px;
	}

	.temp17-right p,
	.temp17-full p {
		margin-bottom: 15px;
		line-height: 1.37;
	}

	.temp18-sItem {
		width: 480px;
	}

	.temp18-sImg,
	.temp18-sImg img {
		height: 295px;
	}

	.temp18-sYear {
		width: 95px;
		height: 45px;
		font-size: 18px;
	}

	.temp18-sImg:after {
		height: 5px;
		bottom: -32px;
	}

	.temp18-sTxtInner,
	.temp18-sTxtInner p {
		line-height: 1.2;
	}

	.temp19-tItem {
		padding: 20px 20px 30px;
	}

	.temp19tSlider .swiper-slide:before {
		box-shadow: -12px -12px 12px #fff;
	}

	.temp19tSlider .swiper-slide:after {
		filter: blur(12px);
	}

	.temp19-tImg {
		margin-bottom: 30px;
	}

	.temp19-tImg img {
		width: 72px;
	}

	.temp20b .temp20-btns {
		margin-top: 40px;
	}

	.temp20b {
		padding-top: 60px;
	}

	.temp22-itemList {
		padding: 17px 0;
	}

	.temp22-itemList a {
		font-size: 20px;
	}

	.temp22-tab a {
		font-size: 18px;
	}

	.temp20-dropDown {
		top: 52px;
	}

	.temp23-tabList ul li {
		padding: 20px 0;
	}

	.temp25-item {
		width: 195px;
	}

	/* .temp25-hrLine {
		width: 76%;
	} */

	.temp26-tab a {
		font-size: 18px;
	}

	.temp26-tabHead li {
		padding: 15px 20px;
	}

	.temp28b {
		padding-top: 60px;
	}

	.ifmap2-tab {
		margin-top: 30px;
	}

	.ifmap2-itemInner {
		padding: 15px;
	}

	.ifmap2-iImg {
		height: 95px;
	}

	.ifmap2-iImg img {
		max-width: 90px;
	}

	.ifmap2-iTxt h3 {
		font-size: 18px;
	}

	.ifmap2-nav li {
		padding: 15px 30px;
	}

	.ifmap2-nav li a {
		font-size: 16px;
	}

	.chkbox label:before {
		width: 22px;
		height: 22px;
	}

	.chkbox input:checked+label:after {
		left: 8px;
		width: 7px;
		height: 13px;
	}

	.temp33-searchPP {
		width: 420px;
	}

	input[type="text"].temp33-searchInput {
		font-size: 16px;
	}

	.temp33-tabHead li {
		padding: 15px 18px 12px 18px;
	}

	.temp35-desktop {
		padding: 45px 0 50px;
	}

	.temp36 {
		padding-top: 50px;
	}

	.temp36-head {
		margin-bottom: 35px;
	}

	.temp36-left {
		height: 500px;
	}

	.temp36-mid li {
		padding: 20px 40px;
	}

	.temp36-mid a {
		font-size: 26px;
	}

	.temp36-rItem {
		padding: 45px 65px 45px 50px;
	}

	.temp36-rItem h3 {
		margin-bottom: 30px;
	}

	.temp32-item {
		width: 830px !important;
	}

	.temp37-thumbSinner img {
		width: 92px;
	}

	.temp38-searchInput {
		padding: 12px !important;
	}

	.temp38-searchWrapper .temp38-searchInput::placeholder {
		font-size: 20px;
	}

	.temp38-popularTag {
		margin-top: 60px;
		gap: 15px;
	}

	.fsSearchQuickLinks a {
		font-size: 16px;
	}

	.temp39-card {
		padding: 20px 12px;
		gap: 18px;
	}

	/* style 2 */
	.temp50 {
		padding-top: 70px;
	}

	.temp50-top {
		margin-bottom: 80px;
	}

	.temp50-list {
		gap: 36px;
	}

	.temp50-itemInner {
		padding: 50px 15px 40px;
	}

	.temp50-item img {
		width: 60px;
		height: 60px;
		top: -30px;
		left: calc(50% - 30px);
	}

	.temp50-qRight {
		padding: 50px 30px;
	}

	/* style 3 */
	.esgFrame-tabRightBox h1 {
		font-size: 80px;
	}

	.temp24fcTxt h4 {
		min-height: 55px;
	}

	.temp24-fSliderTxt h6 {
		line-height: 25px;
	}

}

@media only screen and (max-width: 1500px) {

	.mainNav {
		padding-inline: 4%;
	}

	.temp18new .temp18-sYear {
		margin-top: -130px !important;
		font-size: 100px !important;
	}

	section {
		margin-bottom: 80px;
	}

	.ptb100 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.pb100 {
		padding-bottom: 60px;
	}

	.pb60 {
		padding-bottom: 50px;
	}

	.ptb60 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.pt60 {
		padding-top: 50px;
	}

	h1,
	.h1 {
		font-size: 44px;
	}

	h2,
	.h2 {
		font-size: 34px;
	}

	.piramalLogo img {
		height: 56px;
	}

	.nav li a {
		padding: 17px 15px 13px;
	}

	/* .nav2 .nav li a {
    padding: 13px 15px 16px;
    font-size: 17px;
  } */

	.nav li .nav2-col h4 a {
		font-size: 20px;
	}

	.nav2 .nav-smBtn .nav-submenu {
		top: calc(100% - 2px);
	}

	.nav2 .nav li a.nav-btn {
		padding: 5px 13px;
	}

	.nav-submenu {
		left: calc(50% - 105px);
		width: 210px;
	}

	nav:first-child .nav .nav-smLarge .nav-submenu {
		top: calc(100% - 50px);
	}

	.nav-smLarge .nav-submenu {
		width: 84%;
		left: 8%;
	}

	.nav-submenu li a {
		padding: 7px 5px !important;
		font-size: 15px;
	}

	.nav-smLarge .nav-submenu .nav-smInner {
		gap: 50px;
	}

	.nav-search {
		padding: 7px;
	}

	.nav-searchPP {
		width: 260px;
	}

	input[type="text"].nav-searchInput {
		padding: 6px 10px;
	}

	.container {
		padding: 0 8%;
	}

	.fEmailBtn {
		width: 65px;
		height: 65px;
		padding: 20px;
	}

	.footerTop {
		margin-bottom: 35px;
	}

	.footerList {
		padding-bottom: 25px;
	}

	.footerMiddle {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.footerLogoTnc {
		padding-top: 20px;
		padding-bottom: 15px;
	}

	section,
	.mb110 {
		margin-bottom: 60px;
	}

	.topSection {
		margin-top: 97px;
	}

	.topSectionAbout {
		margin-top: 136px;
	}

	.secondaryNav {
		top: 96px;
		padding: 0 8%;
	}

	header.is-hidden,
	.secondaryNav.is-hidden {
		-webkit-transform: translateY(-97px);
		-ms-transform: translateY(-97px);
		transform: translateY(-97px);
	}

	.bookMeeting {
		padding: 7px 4%;
	}

	.bookMeetingOpened header.is-hidden,
	.bookMeetingOpened .secondaryNav.is-hidden {
		-webkit-transform: translateY(-146px);
		-ms-transform: translateY(-146px);
		transform: translateY(-146px);
	}

	.bookMeetingOpened .topSection {
		margin-top: 146px;
	}

	.bookMeetingOpened .secondaryNav {
		top: 145px;
	}

	.bookMeetingOpened .topSectionAbout {
		margin-top: 185px;
	}

	.secondaryNav a {
		font-size: 15px;
	}

	.temp1-link {
		margin-bottom: 50px;
	}

	.readMoreBtn {
		padding-bottom: 7px;
	}

	.temp2-readMoreBtn {
		margin-top: 25px;
	}

	.temp2-list {
		gap: 33px;
	}

	.temp2-item {
		width: calc(33.333333% - 22px);
	}

	.temp2-itemTxt img {
		width: 70px;
		height: 70px;
	}

	.readMoreBtn {
		font-size: 16px;
		gap: 8px;
	}

	.temp3-item.temp3-itemActive {
		box-shadow: 0 6px 12px #00000029;
	}

	.temp3-txt h3 {
		margin-bottom: 7px;
	}

	.temp3-txt p {
		font-size: 15px;
	}

	.temp4-item {
		width: 290px;
	}

	.temp4-card {
		padding: 12px 12px 16px;
	}

	.temp4-cImg {
		margin-bottom: 20px;
	}

	.temp4-card h4 {
		font-size: 18px;
	}

	.orangeBtn {
		height: 48px;
		padding: 10px 35px;
	}

	.outlinedIconBtn {
		width: 52px;
		height: 48px;
	}

	.outlinedIconBtn img {
		width: 24px;
	}

	.temp4btm-nav {
		width: 15%;
	}

	.temp4-btmIcon {
		margin-right: 10px;
	}

	.temp4-btmIcon img {
		width: 14px;
	}

	.temp5-itemTxt {
		padding: 20px 40px;
		margin-right: 70px;
	}

	.temp5-itemTxt h3 {
		left: calc(100% - 22px);
		height: 22px;
		word-wrap: break-word;
		font-size: 24px;
	}

	.temp7-stayInLoop {
		gap: 105px;
		padding: 45px 40px;
		align-items: center;
	}

	.temp7-stayInLoopLeft {
		gap: 40px;
	}

	.temp7-turbhe {
		margin-top: -60px;
	}

	.temp8-item .temp2-readMoreBtn {
		margin-top: 30px;
	}

	.temp8-itemTxt {
		bottom: -69px;
	}

	.temp8-list {
		gap: 33px;
	}

	.temp8-itemTxt {
		padding: 40px 60px 40px 35px;
	}

	.temp6-sliderTxt {
		padding: 20px;
	}

	.temp6-itemImg a .plyBtn span img {
		width: 15px;
	}

	.temp6-itemImg a .plyBtn {
		width: 52px;
		height: 52px;
	}

	.temp6-readMoreBtn .readMoreBtn {
		gap: 30px;
	}

	.blackBtn {
		gap: 35px;
	}

	.temp10-tabheading h3 {
		margin-bottom: 10px;
	}

	.temp10-tabArea .temp10-tab li {
		font-size: 20px;
	}

	.temp10-head h2 {
		width: 65%;
	}

	.temp10-tabArea .tabcontent {
		padding: 17px;
	}

	.temp10-tabArea .temp10-tab {
		padding-right: 25px;
		height: 355px;
	}

	.temp10-rItem {
		width: calc(25% - 11.25px);
	}

	.temp10-rightTabList {
		gap: 15px;
	}

	.temp10-rTTxt p {
		font-size: 16px;
	}

	.temp10-rTTxt p {
		margin-bottom: 10px;
	}

	.temp10-readMoreBtnSocial {
		font-size: 14px;
	}

	.temp10-readMoreBtnSocial .material-icons-outlined {
		font-size: 12px;
	}

	.temnp10-orangeBtn {
		width: 20px;
		height: 15px;
	}

	.btnArrowUpward {
		font-size: 15px;
		gap: 10px;
	}

	.btnArrowUpward span {
		padding: 6px;
	}

	.btnArrowUpward:hover span {
		padding: 6px 10px;
	}

	.temp12-link a:not(.btnArrowUpward) img {
		width: 20px;
	}

	.temp12-txt {
		margin-top: 15px;
	}

	.temp12-team {
		gap: 24px;
		margin-bottom: 24px;
	}

	.temp12-item {
		width: calc(25% - 18px);
	}

	.science-cTeam .temp12-item {
		width: calc(33.333% - 18px);
	}

	.temp12-lHeadLeft h3 {
		margin-bottom: 5px;
	}

	.temp12-lContent p {
		margin-bottom: 15px;
		line-height: 1.3;
	}

	.temp13-top {
		margin-bottom: 40px;
	}

	.temp13-right {
		padding: 30px;
		border-radius: 14px;
	}

	.temp13-right h3 {
		font-size: 24px;
	}

	.temp13-right p {
		line-height: 1.3;
	}

	.btnWithIcon {
		padding-bottom: 5px;
		font-size: 14px;
		gap: 17px;
	}

	.btnWithIcon span img {
		height: 20px;
	}

	.temp15 {
		padding: 60px 0;
	}

	.temp13-progNav {
		margin-top: 35px;
	}

	.temp13-paItemTxt h3 {
		margin-bottom: 25px;
	}

	.temp13-paItemList li:before {
		width: 9px;
		height: 9px;
		top: 7px;
	}

	.temp13-paItem {
		margin-top: 60px;
		padding-top: 60px;
		gap: 60px;
	}

	.temp13-paItemImg {
		width: calc(25% - 60px);
	}

	.temp13-btm th,
	td {
		padding: 20px 25px;
		font-size: 16px;
	}

	.abdc .temp13-paItemList h3 {
		margin-bottom: 25px;
	}

	.abdc {
		padding-bottom: 150px;
	}

	.abdcMap {
		padding-top: 78px;
	}


	.temp14-rBtm {
		gap: 23px;
	}

	.temp14-avatar,
	.temp14-avatar img {
		width: 62px;
		height: 62px;
	}

	.temp14-rBtmTxt {
		width: calc(100% - 95px);
	}

	.temp14-rBtmTxt h3 {
		margin-bottom: 5px;
	}

	.temp14-left a .plyBtn {
		width: 72px;
		height: 72px;
	}

	.temp14-left a .plyBtn img {
		height: 26px;
	}

	.temp15-sRight {
		padding-left: 40px;
	}

	.temp15-right {
		padding: 30px;
		border-radius: 14px;
	}

	.temp15-right h4 {
		margin-bottom: 25px;
		line-height: 1.45;
	}

	.temp15-sLeft h6 {
		font-size: 18px;
	}

	.temp15-img {
		padding-top: 50px;
		margin-top: 50px;
		gap: 50px;
	}

	.temp16-head {
		gap: 36px;
	}

	.temp16-headLeft {
		width: 170px;
		padding: 20px;
	}

	.temp16-headRight {
		width: calc(100% - 206px);
	}

	.temp16-filter {
		margin-bottom: 30px;
	}

	.temp16-filter ul {
		gap: 35px;
	}

	.temp18-sItem {
		width: 420px;
	}

	.temp18-sImg,
	.temp18-sImg img {
		height: 258px;
	}

	.temp18-sYear {
		width: 85px;
		height: 40px;
		line-height: 1.5;
	}

	.temp18-sImg:after {
		height: 5px;
		bottom: -32px;
	}

	.temp18-sTxtInner {
		margin-top: 15px;
	}

	.temp20-nav {
		gap: 15px;
	}

	.temp20-progNav .swiper-pagination-progressbar.swiper-pagination-horizontal {
		width: 82%;
	}

	.temp20-btns {
		gap: 20px;
	}

	.temp17-left {
		padding-right: 46px;
	}

	.temp19-tImg img {
		width: 64px;
	}

	.temp22-itemList {
		padding: 15px 0;
		width: calc(50% - 15px);
	}

	.temp22-tabHead li {
		padding: 15px 30px;
	}

	.temp20-dropArea {
		min-width: 180px;
	}

	.virBtn svg {
		width: 20px;
		height: 20px;
	}

	.temp20-dropDown {
		padding: 17px;
	}

	.temp20-dropDown ul li:first-child {
		padding-bottom: 10px;
	}

	.temp20-dropDown ul li:nth-child(2) {
		padding-bottom: 0px;
	}

	.temp20b {
		padding-top: 50px;
	}

	.temp20b-location {
		margin-top: 25px;
		padding-top: 25px;
		gap: 10px;
	}

	.temp20b-locationRef:before {
		left: -3px;
		top: 6px;
		background-size: 100%;
		width: 20px;
		height: 20px;
	}

	.temp20b-location:before {
		left: -3px;
		top: 0px;
		width: 20px;
		height: 20px;
		margin-top: 29px;
		background-size: 100%;
	}

	.temp15-img {
		padding-top: 50px;
		margin-top: 50px;
		gap: 50px;
	}

	.temp21-serInner {
		gap: 25px;
	}

	.temp21-siImg img {
		height: 380px;
	}

	.temp21-siHead {
		padding: 20px;
		gap: 10px;
	}

	.temp21-sItem:not(.temp21-sItemActive) .temp21-siHead h3 {
		width: calc(100% - 62px);
	}

	.temp21-siHead .material-icons-outlined {
		width: 52px;
		height: 52px;
		font-size: 28px;
	}

	.temp21-txt h3 {
		margin-bottom: 20px;
	}

	/* temp23 css start here*/
	.mb30 {
		margin-bottom: 25px;
	}

	.temp23-tabList ul li {
		padding: 17px 0;
	}

	.temp23-tabContent {
		padding-left: 80px;
	}

	.temp23-tabConTxt h3 {
		margin-bottom: 15px;
	}

	.temp23-tabConTxt {
		padding: 20px;
	}

	/* temp23 css end here*/
	/* temp24 css start here*/
	.temp24-newsPages,
	.temp24-filetrs {
		padding: 27px 17px;
		margin-bottom: 25px;
	}

	.temp24-filetrs .bgCircle {
		width: 27px;
		height: 27px;
	}

	.temp24-fHead {
		margin-bottom: 22px;
	}

	.temp24-fSliderTxt h6,
	.temp24-fSliderTxt p {
		margin-bottom: 5px;
	}

	.temp24-progNav {
		margin-top: 30px;
	}

	.temp24-rightCards {
		padding: 29px 19px;
	}

	.temp24-fCardList {
		gap: 25px;
	}

	.temp24-fCardItem {
		width: calc(50% - 12.5px);
	}

	.temp24-date {
		margin-bottom: 30px;
	}

	.temp24-brochWrap {
		padding: 24px 16px;
	}

	.temp24-brochList {
		gap: 16px;
	}

	.temp24-brochItem {
		padding: 16px;
		gap: 24px;
	}

	/* .temp24-brochImg img {
		height: 150px;
	} */

	.temp24-brochTxtTop p {
		font-size: 14px;
		-webkit-line-clamp: 3;
	}

	.temp24-vidList {
		gap: 20px;
	}

	.temp24-vidItem {
		width: calc(50% - 12px);
		padding: 16px;
	}

	.temp24-vidImg a .plyBtn {
		width: 52px;
		height: 52px;
	}

	.temp24-vidImg a .plyBtn span img {
		width: 15px;
	}

	/* temp24 css end here*/
	.temp25tabsMain {
		margin-top: 30px;
	}

	.temp25-img {
		width: 80px;
		height: 80px;
		display: flex;
	}

	.temp25-hrLine {
		top: 35px;
	}

	.temp25-orgBtn {
		width: calc(100% - -27px);
	}

	.temp26-tab a {
		font-size: 16px;
	}

	.temp26-tabHead li {
		padding: 15px 16px;
	}

	.temp26-itemBottomHead ul li {
		font-size: 16px;
	}

	.temp26-itemTop {
		gap: 45px;
	}

	.temp27-bottom {
		gap: 38px;
	}

	.temp27-tabHead:first-child h4 {
		padding-bottom: 20px;
	}

	.temp27-tabHead h4 {
		padding-bottom: 20px;
	}

	.temp27-tabHead {
		padding-right: 28px;
	}

	.temp28b {
		padding-top: 50px;
	}

	.ifmap-header li {
		font-size: 14px;
	}

	.ifmap-header li span {
		width: 20px;
		height: 20px;
		font-size: 15px;
	}

	.ifm-solution {
		padding-bottom: 40px;
	}

	.ifm-solution:before {
		width: 3px;
		height: 40px;
		left: calc(50% - 1px);
	}

	.ifm-solution:after {
		height: 3px;
	}

	.ifm-colHead:before {
		width: 3px;
		left: calc(50% - 1px);
	}

	.ifm-col:first-child:after {
		width: calc(50% - 1px);
		height: 3px;
		top: -3px;
	}

	.ifm-col:last-child:after {
		width: calc(50% - 2px);
		height: 3px;
		top: -3px;
	}

	.ifm-mapList {
		gap: 20px;
	}

	.ifm-solnBox {
		margin-top: 30px;
		padding: 12px 50px;
		border-radius: 8px;
		box-shadow: -6px -6px 10px #fff, 0px 3px 10px #00000029;
	}

	.ifm-solnBox h5 {
		font-size: 20px;
	}

	.ifm-colHeadInner {
		padding: 10px;
		border-radius: 8px;
	}

	.ifm-colHead p {
		font-size: 15px;
	}

	.ifm-txt {
		border-radius: 8px;
		padding: 15px;
	}

	.ifm-txtTop {
		gap: 10px;
	}

	.ifm-txtTop img {
		width: 32px;
		height: 32px;
	}

	.ifm-txtTop h6 {
		width: calc(100% - 42px);
		min-height: 32px;
	}

	.ifm-txtTop h6,
	.ifm-txt p,
	.ifm-orItem.ifm-orItem:after {
		font-size: 16px;
	}

	.ifm-andItem.ifm-andItem:after {
		font-size: 16px;
	}

	.ifm-item:not(:last-child) {
		margin-bottom: 25px;
	}

	.ifm-item:not(:last-child):before {
		width: 30px;
		height: 72px;
		left: calc(50% - 15px);
		bottom: -45px;
		background-size: auto 36px;
	}

	.ifm-txtStart {
		font-size: 15px;
		padding: 8px;
		border-radius: 8px 8px 0 0;
	}

	.ifm-txtStart .material-icons {
		font-size: 18px;
	}

	.ifm-txtEnd img {
		height: 15px;
	}

	.ifm-txtEnd {
		border-radius: 0 0 8px 8px;
	}

	.ifm-item:not(:last-child).ifm-mg {
		margin-bottom: 7px;
	}

	.ifm-orItem.ifm-orItem:after {
		font-size: 14px;
		padding: 5px 15px;
		border-radius: 8px;
		left: calc(50% - 24px);
		top: -17px;
	}

	.ifm-andItem.ifm-andItem:after {
		font-size: 14px;
		padding: 5px 15px;
		border-radius: 8px;
		left: calc(50% - 24px);
		top: -17px;
	}

	.ifmap2-iImg {
		height: 85px;
	}

	.ifmap2-iImg img {
		max-width: 80px;
	}

	.ifmap2-tabItem:not(:last-child):before {
		width: 72px;
		height: 30px;
		right: -56px;
		top: 42px;
		background-size: 36px auto;
	}

	.ifmap2-iTxt h3 {
		font-size: 17px;
	}

	.ifmap2-itemInner {
		border-radius: 8px;
	}

	.ifmap2-iTxt {
		height: 40px;
	}

	.ifmap2-list {
		margin-top: 10px;
		gap: 25px;
	}

	.ifmap2-item {
		width: calc(14.285% - 22px);
	}

	.ifmap2-item:before {
		border-radius: 8px;
		filter: blur(10px);
	}

	.ifmap2-tabItem:not(:last-child) {
		margin-right: 25px;
	}

	.primaryBtn.downloadBtn {
		height: 48px;
		font-size: 14px;
		gap: 15px;
	}

	.primaryBtn.downloadBtn img {
		height: 24px;
	}

	.temp30-btmBtn {
		gap: 55px;
		margin-top: 25px;
	}

	.temp30-broRight {
		padding: 36px;
	}

	.temp30-broTop:not(:last-child) {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.temp31-capServicesWrap {
		gap: 22px;
	}

	.temp31-capServices .temp21-siHead {
		padding: 25px 20px;
	}

	.temp33-leftBtm ul li {
		width: 95%;
		gap: 10px;
	}

	.temp33-tab a {
		font-size: 16px;
	}

	.temp33-searchPP {
		width: 400px;
	}

	.temp33-tableRightTr th {
		padding: 18px 18px 13px 18px !important;
	}

	.temp33-tableRight thead th {
		font-size: 16px;
	}

	.temp33-tableLeftInner {
		padding: 18px 18px 13px 18px !important;
	}

	.temp33-tableRight table.dataTable>tbody>tr>td {
		font-size: 16px;
	}

	.temp33-statusGreen span {
		width: 10px;
		height: 10px;
		margin-right: 7px;
	}

	.temp33-statusRed span {
		width: 10px;
		height: 10px;
		margin-right: 7px;
	}

	.temp33-statusYellow span {
		width: 10px;
		height: 10px;
		margin-right: 7px;
	}

	.temp33-orderBtn .material-icons-outlined {
		font-size: 18px;
	}

	.temp33-leftBtm ul li {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.temp33-filterByTopic {
		max-height: calc(100vh - 60px);
	}

	.temp33-orderBtn {
		min-width: 130px;
		height: 40px;
		padding: 10px;
	}

	.temp33-orderBtn .bgCircle {
		width: 20px;
		height: 20px;
	}

	.temp33-leftBtm .bgCircle {
		width: 22px;
		height: 22px;
	}

	.temp33-filterActive .material-icons-outlined {
		font-size: 18px;
	}

	.bgCircle .material-icons-outlined {
		font-size: 18px;
	}

	.temp35-img {
		height: 300px;
	}

	.temp35-txt {
		width: 350px;
		padding: 20px;
		padding-left: 30px;
		right: -160%;
	}

	.temp35-txt:before {
		top: calc(50% - 8px);
		left: -24px;
		border-right: 24px solid #FFE8E2;
		border-top: 16px solid transparent;
		border-bottom: 16px solid transparent;
	}

	.temp32-item {
		width: 820px !important;
		gap: 36px;
		transform: scale(.7) !important;
	}

	.temp31-txt {
		width: calc(48% - 36px);
	}

	.temp32imgSliderPagin .swiper-pagination-bullet {
		width: 25px;
		height: 7px;
	}

	.temp32imgSliderPagin .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 50px;
	}

	.temp31-location {
		margin-bottom: 20px;
	}

	.temp31-location h4 {
		margin-bottom: 10px;
	}

	.temp31-txt p {
		line-clamp: 8;
		-webkit-line-clamp: 8;
		padding-top: 40px;
	}

	.temp32imgSlider .swiper-pagination.temp32imgSliderPagin {
		padding: 60px 0 30px;
	}

	.temp32-progNav {
		left: calc(40% - 16px);
	}

	.temp34-wrapper {
		gap: 25px;
	}

	.temp34-right {
		gap: 25px;
	}

	.temp34-rightBox {
		width: calc(50% - 12.5px);
		padding: 25px 25px 30px 25px;
	}

	.temp34-img {
		margin-bottom: 45px;
	}

	.temp34-imgTxt {
		gap: 27px;
		margin-bottom: 15px;
	}

	.temp34-left {
		width: 29.8%;
		padding: 85px 28px;
	}

	.temp34-txt p:first-child {
		margin-bottom: 10px;
	}

	.temp34-imgTxt {
		gap: 23px;
		margin-bottom: 13px;
	}

	.temp34-imgTxt img {
		width: 70px;
	}

	.temp34-img img {
		width: 80px;
	}

	.temp37-sliderTxt {
		height: 470px;
	}

	.temp37-thumbSinner h4 {
		padding-left: 110px;
	}

	.temp37-thumbSItem .material-icons-outlined {
		font-size: 36px;
	}

	.temp37-sliderWrapper {
		height: calc(100vh - 137px);
	}

	.temp37-thumbSItem .temp37-vrLine {
		height: 25px;
	}

	.temp38-searchWrapper .autoComplete_wrapper>input {
		padding-right: 30% !important;
		font-size: 20px !important;
	}

	.temp38-popularTag h4 {
		width: 130px;
	}

	.fsSearchResultWrap {
		width: calc(100% - 130px);
	}

	.fsSearchQuickLinks a {
		padding: 0 26px;
		font-size: 15px;
	}

	.temp38-searchInput {
		padding: 11px !important;
	}

	.temp39-left p {
		font-size: 16px;
	}

	.temp39-card {
		padding: 15px 12px;
		gap: 15px;
	}

	.temp39-cardWrapper {
		gap: 20px;
	}

	.temp39-card {
		width: calc(33.333333% - 13.3333px);
	}

	.temp38-searchWrapper .primaryBtn {
		min-width: 160px;
		height: 50px;
	}

	.autoComplete_wrapper>ul>li {
		padding: 20px 23px 20px 23px;
		font-size: 18px;
		padding-bottom: 16px;
	}

	.temp39-cardTxt p {
		font-size: 16px;
	}

	.temp40-wrapper h3 {
		margin-bottom: 25px;
	}

	.temp40-wrapper h6 {
		padding-bottom: 18px;
		padding-top: 18px;
	}

	.temp38-noResult img {
		width: 40px;
	}

	.temp38-noResult {
		gap: 20px;
		margin-top: 60px;
	}

	.sus-downloadBrn {
		margin-top: 45px;
	}

	.temp41-aSliderItem {
		gap: 88px;
		padding: 22px 28px 65px 28px;
	}

	.temp41-aSlider .swiper-pagination {
		width: 85%;
		left: 28px;
	}

	.temp41-aTxt {
		width: 42.7%;
	}

	.temp41-aSlider .temp9-progNav {
		padding: 0 28px;
	}

	/* .temp41-aSlider .temp9-progNav {
		top: -44px;
	} */

	.temp42-rightBtm h3 {
		margin-bottom: 40px;
	}

	.temp42-rightBtm {
		padding-top: 38px;
	}

	.temp42-right h3 {
		padding-right: 20px;
	}

	.temp45-left h2 {
		margin-bottom: 40px;
	}

	.temp45-left {
		padding: 100px 65px 100px 45px;
	}

	/* style 2 css */
	.temp50 {
		padding-top: 60px;
	}

	.temp50-top {
		margin-bottom: 70px;
		gap: 20px;
	}

	.temp50-tRight {
		width: calc(55% - 20px);
	}

	.temp50-list {
		gap: 30px;
		padding-bottom: 80px;
	}

	.temp50-itemInner:after {
		height: 70px;
		bottom: -72px;
	}

	.temp50-item:after {
		bottom: -78px;
	}

	.temp50-qRight img {
		height: 70px;
	}

	.temp50-qRight h3 {
		font-size: 24px;
	}

	.temp50-top.mb60,
	.temp50-quote {
		margin-bottom: 50px;
	}

	/* style 3 */
	.temp58 .temp4-filterContin .temp4-filterBy,
	.temp58 .temp4-filterContin .temp4-filterTitle {
		font-size: 16px;
	}

	.temp60 .temp24-brochItem .temp24-brochImg {
		width: 30%;
	}

	.temp61 ul li .temp61-text {
		padding: 20px;
		bottom: -85px;
	}

	.temp61 ul li .temp61-text h3 {
		margin-bottom: 20px;
	}

	.contantMainLeft {
		margin-right: 40px;
	}

	.temp58-content .temp4-cImg img {
		height: 200px;
	}

	.temp58-content .temp4-cWrap {
		height: calc(100% - 220px);
	}

	.temp58-content .temp4-cLinks {
		gap: 18px;
	}

	.errorP .thankyoubox h6 {
		font-size: 24px;
		margin-top: 13px;
		margin-bottom: 35px;
	}

	.errorP .thankyoubox img {
		width: 250px;
		height: auto;
	}

	.errorP .thankyoubox .primaryBtn {
		width: 210px;
	}

	.contantMainRight iframe {
		height: 925px;
	}

	.temp1Slider .swiper-button-prev {
		left: 18px;
		width: 44px;
		height: 44px;
	}

	.temp1Slider .swiper-button-next {
		right: 18px;
		width: 44px;
		height: 44px;
	}

	.blogT {
		h2 {
			font-size: 34px;

			&:after {
				width: 130px;
			}
		}

		p,
		ul li,
		ol li {
			font-size: 20px;
		}

		/* li:before {
			width: 8px;
			height: 8px;
			margin-top: 10px;
		} */
	}

	.blogTTop {
		padding-top: 32px;
	}

}

@media only screen and (max-width: 1366px) {

	.mainNav,
	.bookMeeting {
		padding-inline: 2%;
	}

	.temp50hMain {
		gap: 40px;
	}

	.temp50hMainLeft {
		width: 40%;
	}

	h1,
	.h1 {
		font-size: 40px;
	}

	h2,
	.h2 {
		font-size: 32px;
	}

	h3,
	.h3 {
		font-size: 24px;
	}

	h4,
	.h4 {
		font-size: 18px;
	}

	.mb50 {
		margin-bottom: 40px;
	}

	.ptb60 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.mb40 {
		margin-bottom: 42px;
	}

	.pt60 {
		padding-top: 40px;
	}

	.temp5-itemTxt span {
		font-size: 62px;
	}

	.primaryBtn {
		min-width: 160px;
		padding: 15px;
		height: 48px;
	}

	.primaryBtn .material-icons-outlined {
		font-size: 11px;
	}

	.virBtn {
		min-width: 160px;
		padding: 15px;
		height: 48px;
	}

	.virBtn .material-icons-outlined {
		font-size: 11px;
	}

	.headline h2 {
		width: 60%;
	}

	.nav-smLarge .nav-submenu {
		width: 88%;
		left: 6%;
	}

	.nav li .nav2-col h4 a {
		font-size: 18px;
	}

	.nav2 .nav li a {
		padding: 13px 10px 16px;
		font-size: 16px;
	}

	.container,
	.secondaryNav {
		padding: 0 6%;
	}

	.bookMeetingOpened header.is-hidden,
	.bookMeetingOpened .secondaryNav.is-hidden {
		-webkit-transform: translateY(-140px);
		-ms-transform: translateY(-140px);
		transform: translateY(-140px);
	}

	.bookMeetingOpened .topSection {
		margin-top: 140px;
	}

	.bookMeetingOpened .secondaryNav {
		top: 139px;
	}

	.bookMeetingOpened .topSectionAbout {
		margin-top: 179px;
	}

	footer {
		padding-top: 30px;
	}

	.footerList ul li a {
		font-size: 14px;
	}

	.formRow .material-icons-outlined {
		font-size: 18px;
	}

	.footerLogo img {
		width: 130px;
		height: 50px;
	}

	.footerTnc p a {
		font-size: 14px;
	}

	.footerCopyRight p {
		font-size: 14px;
	}

	.fEmailBtn {
		width: 60px;
		height: 60px;
		padding: 20px;
	}

	.footerList ul {
		gap: 45px;
	}

	.footerHeading {
		padding-right: 20%;
	}

	.footerSocial ul li a img {
		width: 20px;
		height: 20px;
	}

	.temp1-img img,
	.temp1-video {
		height: 450px;
	}

	.temp1-wnPopup {
		padding: 20px;
		margin-bottom: 20px;
	}

	.temp1-wnPopup h4 {
		margin-bottom: 15px;
	}

	.wnPP-txt p {
		font-size: 12px;
	}

	.wnPP-img p {
		font-size: 14px;
	}

	.wnPP-img img {
		height: 170px;
	}

	.temp1-wnPPClose {
		top: 20px;
		right: 15px;
	}

	.temp1-wnPPClose .material-icons-outlined {
		font-size: 24px;
	}

	.temp1Slider .swiper-horizontal>.swiper-pagination-progressbar,
	.temp1Slider .swiper-pagination-progressbar.swiper-pagination-horizontal {
		width: 150px;
		right: -30px;
	}

	.temp2-icon {
		margin-bottom: 15px;
	}

	.temp2-itemTxt p.smlPara {
		font-size: 14px;
	}

	.temp2-head {
		padding-right: 25%;
	}

	.temp2-txtLeft p {
		margin-bottom: 15px;
	}

	.temp2-txt {
		gap: 30px;
	}

	.temp2-itemTxt {
		transform: translateY(calc(100% - 85px));
	}

	.temp3-wrap {
		gap: 30px;
	}

	.temp3-txt {
		padding: 20px;
	}

	.temp4-top {
		padding-bottom: 5px;
		margin-bottom: 25px;
	}

	.temp4-btm {
		gap: 45px;
	}

	.temp4filterIndicator {
		bottom: -10px;
		height: 8px;
	}

	.temp4filterIndicator:after {
		left: calc(50% - 4px);
		width: 8px;
		height: 8px;
	}

	.temp4-filter li,
	.temp4-filter a,
	.temp4-filterTitle,
	.temp4-filterBy {
		font-size: 14px;
	}

	.temp4-filterBy {
		min-width: 130px;
		padding: 0 10px;
		padding-right: 20px;
	}

	.temp4-item h4 {
		font-size: 17px;
	}

	.orangeBtn {
		height: 44px;
		font-size: 14px;
	}

	.outlinedIconBtn {
		width: 48px;
		height: 44px;
	}

	.outlinedIconBtn img {
		width: 22px;
	}

	.temp4-btm p,
	.temp4-btmItem p {
		font-size: 14px;
	}

	.temp4-btmImg {
		width: 42px;
		height: 42px;
	}

	.temp4-btmImg img {
		height: 42px;
	}

	.temp4-btmItem p {
		width: calc(100% - 62px);
	}

	.temp5-tSlider {
		width: 400px;
	}

	.temp5-slider .swiper-slide-active {
		width: 370px !important;
		min-width: 370px;
	}

	.temp6-itemTxt h3 {
		height: calc(24px * 1.2 * 4);
	}

	.temp6-progNav .swiper-pagination:not(.swiper-pagination-lock) {
		margin-top: 50px;
	}

	.temp7-stayTxt p {
		margin-top: 5px;
	}

	.temp7-stayInLoop {
		gap: 80px;
		padding: 35px 35px;
	}

	.temp7-emailSub .temp7-inputbtn {
		padding: 21px;
		font-size: 13px;
	}

	.temp8-itemTxt h6 {
		margin-bottom: 8px;
	}

	.readMoreBtn {
		font-size: 14px;
	}

	.temp6-itemTxt {
		padding-right: 15px;
	}

	.temp6-readMoreBtn {
		padding-top: 20px;
	}

	.blackBtn {
		font-size: 14px;
		padding: 15px;
	}

	.temp21-siImg img {
		height: 350px;
	}

	.temp21-siHead .material-icons-outlined {
		width: 50px;
		height: 50px;
	}

	.temp21-txt {
		padding: 20px;
	}

	.temp21-sItemActive {
		box-shadow: 0px 6px 12px #00000029;
	}

	.temp21-serInner {
		gap: 20px;
		padding: 16px;
	}

	.temp10-tabheading h3 {
		margin-bottom: 20px;
	}

	.temp10-tabArea .temp10-tab li {
		font-size: 18px;
	}

	.temp10-tabArea .temp10-tab {
		height: 338px;
	}

	.temp10-itemImg img {
		height: 145px;
	}

	.temp10-rTxt {
		height: calc(100% - 150px);
	}

	.temp10-rTxt p {
		font-size: 16px;
	}

	.temp10-rItem {
		padding: 12px;
	}

	.temp10-itemImg {
		margin-bottom: 5px;
	}

	.temp11-txt {
		bottom: 100px;
	}

	.temp12-txt h6 {
		font-size: 18px;
	}

	.temp14-inner {
		gap: 36px;
	}

	.temp14-right {
		width: calc(58% - 36px);
	}

	.temp14-right p {
		margin-bottom: 10px;
		line-height: 1.3;
	}

	.temp15-img {
		padding-top: 45px;
		margin-top: 45px;
		gap: 45px;
	}

	.abdc .temp7 {
		bottom: -58px;
	}

	.abdc {
		padding-bottom: 130px;
	}

	.abdcMap {
		padding-top: 60px;
	}

	.temp16-tab h2 {
		margin-bottom: 20px;
	}

	.temp18-sItem {
		width: 400px;
	}

	.temp18-sImg,
	.temp18-sImg img {
		height: 246px;
	}

	.temp18new .temp18-sImg {
		height: 95px;
	}

	.temp19-tTxt h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.temp19-tTxt p {
		line-height: 1.5;
	}

	.temp20-bcrumb li a {
		font-size: 20px;
	}

	.temp20-breadCrumb h1 {
		margin-bottom: 20px;
	}

	.temp20-address {
		padding-bottom: 15px;
		margin-bottom: 25px;
	}

	.temp20-para {
		margin-bottom: 45px;
	}

	.temp20-dropDown {
		top: 48px;
	}

	.temp20b .temp20-btns {
		margin-top: 25px;
	}

	.temp20b {
		padding-top: 40px;
	}

	.temp20b-right h4 {
		margin-bottom: 15px;
	}

	.temp28b {
		padding-top: 40px;
	}

	.temp21-inner {
		padding-bottom: 40px;
	}

	.temp22-itemList a {
		font-size: 18px;
	}

	.temp22-tab a {
		font-size: 16px;
	}

	.temp22tabsMain ul {
		gap: 10px 30px;
	}

	.temp23-tabContent {
		padding-left: 70px;
	}

	.temp23-tabList {
		width: 24%;
		float: left;
		height: 424px;
		overflow-y: auto;
	}

	.temp26-italic {
		margin-top: 20px;
	}


	/* temp24 css start here*/

	.temp-news .txtWhite {
		width: 70%;
	}

	.temp24-newsPages,
	.temp24-filetrs {
		padding: 25px 15px;
	}

	.temp24-sliderItem {
		gap: 18px;
		padding: 20px 13px;
	}

	.temp24-rightCards {
		padding: 25px 15px;
	}

	.temp24-fCardItem {
		padding: 15px;
	}

	.temp24-fCardList {
		gap: 22px;
	}

	.temp24-fCardItem {
		width: calc(50% - 11px);
	}

	.temp24fcTxt {
		margin-top: 18px;
	}

	.temp24-date {
		margin-bottom: 23px;
	}

	.vrLine {
		margin: 8px;
		border: 1px solid #E1E1E1;
	}

	.temp24-nav {
		gap: 20px;
	}

	.temp24-filetrs .bgCircle {
		width: 25px;
		height: 25px;
	}

	.temp24-filterActive .material-icons-outlined {
		font-size: 20px;
	}

	.vidDate {
		font-size: 14px;
	}

	.temp24-vidTxt {
		gap: 30px;
	}

	/* temp24 css end here*/
	.temp25-item {
		width: 185px;
	}

	.temp25-item h6 {
		margin-bottom: 5px;
	}

	.temp25-img {
		margin-bottom: 10px;
	}

	.temp25-item::before {
		top: 34px;
	}

	.temp26tabsMain {
		margin-top: 30px;
	}

	.temp26-itemTop {
		gap: 35px;
	}

	.temp26-itemBottomHead h4 {
		margin-bottom: 25px;
	}

	.temp26-itemTopRight .temp31-capServicesWrap {
		margin-top: 20px;
		gap: 20px;
	}

	.temp26-itemTopRight .temp31-capServices .temp21-siHead {
		padding: 17px;
	}

	.temp21-siHead .material-icons-outlined {
		width: 45px;
		height: 45px;
	}

	.temp26-itemBottomHead ul li {
		margin-bottom: 7px;
	}

	.temp26-itemBottomHead ul li ul {
		margin-top: 7px;
	}

	.temp27-head {
		display: flex;
		gap: 60px;
	}

	.temp27-tabHead h4 {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.tab29-contentbox {
		gap: 70px;
	}

	.pgNationWrapper {
		gap: 18px;
	}

	.pgNationWrapper .pgNum {
		width: 35px;
		height: 35px;
	}

	.pgNation {
		padding-top: 40px;
	}

	.ifm-colHead p {
		font-size: 14px;
	}

	.ifm-colHeadInner {
		margin-top: 35px;
		margin-bottom: 20px;
	}

	.ifm-solution {
		padding-bottom: 30px;
	}

	.ifm-solution:before {
		height: 30px;
	}

	.ifmap2 {
		padding: 40px 0 80px;
	}

	.ifmap2-nav li {
		padding: 12px 25px;
	}

	.ifmap2-nav li a {
		font-size: 14px;
	}

	.ifmap2-navIndicator {
		border-bottom: 4px solid #EE4223;
	}

	.ifmap2-tabItem:not(:last-child):before {
		top: 40px;
	}

	.ifmap2-iTxt {
		height: 38px;
	}

	.ifmap2-iTxt h3 {
		font-size: 16px;
	}

	.ifmap2-iImg {
		height: 70px;
	}

	.ifmap2-iImg img {
		max-width: 70px;
	}

	.ifmap2-tab {
		margin-top: 10px;
	}

	.inteFaciltieMap img {
		width: 200px;
	}

	.ifmap2-btm {
		gap: 50px;
	}

	.primaryBtn.downloadBtn {
		height: 42px;
		font-size: 12px;
		gap: 10px;
	}

	.primaryBtn.downloadBtn img {
		height: 20px;
	}


	.temp30-para p {
		margin-bottom: 13px;
	}

	.temp33-leftBtm .jspVerticalBar {
		width: 5px;
	}

	.temp33-leftBtm {
		padding: 15px 12px 15px 12px;
	}

	.temp33-leftBtm ul li {
		width: 90%;
	}

	.temp33-leftBtm .bgCircle {
		width: 25px;
		height: 25px;
	}

	.temp33-tableRight table.dataTable>tbody>tr>td {
		padding: 18px !important;
	}

	input[type="text"].temp33-searchInput {
		padding: 10px 13px;
	}

	.temp33-label {
		gap: 10px;
	}

	.temp35-desktop {
		padding: 35px 0 40px;
	}

	.temp33-filterByTopic {
		max-height: calc(100vh - -50px);
	}

	/* .temp33tableWrap {
    min-height: calc(100vh - 120px);
} */

	.temp36 {
		padding-top: 40px;
	}

	.temp36-mid a {
		font-size: 24px;
	}

	.temp36-rItem h3 {
		margin-bottom: 25px;
	}

	.temp32-progNav {
		left: calc(40% - 19px);
	}

	.temp31-location h6 {
		font-size: 16px;
	}

	.temp34-imgTxt img {
		width: 60px;
	}

	.temp34-img img {
		width: 73px;
	}

	.temp34-img {
		margin-bottom: 60px;
	}

	.temp37-thumbSItem {
		width: 42% !important;
		padding: 17px;
	}

	.temp37-sliderWrapper {
		gap: 30px;
	}

	.temp37-sliderTxt p {
		margin-bottom: 15px;
	}

	.temp37-msliderRight .jspVerticalBar {
		width: 7px;
	}

	.temp37-thumbSItem .swiper-button-next {
		top: 68%;
		width: 24px;
		height: 24px;
		right: 8px;

	}

	.temp37-thumbSItem .swiper-button-prev {
		top: 68%;
		width: 24px;
		height: 24px;
		right: 33px;
	}

	.temp37-sliderTxt {
		height: 342px;
	}

	.temp37-thumbSinner h6 {
		padding-left: 89px;
	}

	.temp37-thumbSinner img {
		width: 77px;
	}

	.temp37-thumbSItem .material-icons-outlined {
		font-size: 32px;
	}

	.temp37-pName h3 {
		margin-bottom: 5px;
	}

	.temp39-cardTxt p {
		font-size: 16px;
	}

	.temp40-wrapper h3 {
		margin-bottom: 23px;
	}

	.temp40-wrapper h6 {
		padding-bottom: 15px;
		padding-top: 15px;
	}


	.temp33-proCrads {
		width: calc(33.33333% - 15px);
	}

	.temp43-sliderBox .swiper-slide {
		padding-top: 25px;
		height: 140px;
	}

	.temp43-wrapper {
		gap: 70px;
	}

	.temp43-sliderBox {
		height: 340px;
	}

	/* style3 css */
	.temp50 {
		padding-top: 40px;
	}

	.temp50-top {
		margin-bottom: 50px;
		gap: 40px;
	}

	.temp50-tRight {
		width: calc(55% - 40px);
	}

	.temp50-list {
		margin-bottom: 50px;
	}

	.temp50-item p {
		line-height: 1.4;
		font-size: 15px;
	}

	.temp50-qRight {
		padding: 40px 30px;
	}

	.temp50-qRight img {
		height: 60px;
	}

	.temp50-qRight h3 {
		font-size: 22px;
	}

	/* style 3 */
	.esgFrame .temp26tabsMain {
		padding-bottom: 40px;
	}

	.esgFrame-tabRightBox h1 {
		font-size: 70px;
	}

	.esgFrame .RightSwiper {
		height: 220px;
	}

	.esgFrame-tab ul {
		margin-top: 10px;
	}

	.esgFrame-tab .esgFrame-rightSlider {
		top: -10px;
	}

	.mt70 {
		margin-top: 40px;
	}

	.temp60 .temp24-brochItem .temp24-brochImg {
		width: 28%;
	}

	.temp60 .temp24-date {
		padding: 25px;
		width: 160px;
		margin-right: -100px;
	}

	.temp60 .temp24-brochTxtTop h3 {
		margin-bottom: 15px;
	}

	.temp60 .temp24-brochTxtTop p {
		font-size: 20px;
	}

	.temp58-content .temp4-card h4 {
		margin-bottom: 5px;
	}

	.temp58-content ul {
		gap: 30px;
	}

	.temp58-content ul li {
		width: calc(25% - 23px);
	}

	.temp59-boxRight ul li {
		margin-bottom: 30px;
	}

	.temp59-boxRight ul li:nth-child(2) {
		margin-left: 30px;
	}

	.temp59-boxRight ul li:nth-child(3) {
		margin-top: -20px;
	}

	.temp59-boxRight ul li:nth-child(4) {
		margin-left: 30px;
	}

	.temp59-boxRight ul li h2 {
		font-size: 60px;
	}

	.temp59-boxRight ul li h3 {
		font-size: 24px;
	}

	.temp58 .temp4-filterContin .temp4-filterBy,
	.temp58 .temp4-filterContin .temp4-filterTitle {
		font-size: 16px;
	}

	.contactSlider .swiper-pagination-bullet {
		width: 15px;
		height: 15px;
	}

	.contactSlider .swiper-pagination-bullet-active {
		opacity: 1;
		width: 43px;
		height: 15px;
	}

	/* .contantMainRight {
        padding: 20px 30px;
    } */

	.contantMainRight ul {
		gap: 16px;
	}

	.contantMainLeftText h3 {
		margin-bottom: 20px;
	}

	.contantMainRight ul li input {
		height: 40px;
	}

	.contactSlider .swiper-pagination {
		padding-bottom: 20px;
	}

	.contantMainLeftText {
		bottom: 50px;
	}

	.checkboxContainer,
	.contantMainRight ul li select,
	.contantMainRight ul li textarea,
	.contantMainRight ul li input {
		font-size: 16px;
	}

	.temp58-content .temp4-card h4 {
		margin-bottom: 5px;
	}

	.temp58-content ul {
		gap: 30px;
	}

	.temp58-content ul li {
		width: calc(25% - 23px);
	}

	.temp59-boxRight ul li {
		margin-bottom: 30px;
	}

	.temp59-boxRight ul li:nth-child(2) {
		margin-left: 30px;
	}

	.temp59-boxRight ul li:nth-child(3) {
		margin-top: -20px;
	}

	.temp59-boxRight ul li:nth-child(4) {
		margin-left: 30px;
	}

	.temp59-boxRight ul li h2 {
		font-size: 60px;
	}

	.temp59-boxRight ul li h3 {
		font-size: 24px;
	}


	.temp56-container {
		margin-top: 40px;
	}

	.temp56-heading {
		margin-bottom: 35px;
		padding-bottom: 35px;
	}

	.temp-55Slider .temp55-imgBox {
		padding: 20px;
	}

	.temp-55Slider .temp55-imgBox h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.temp24fcTxt h4 {
		min-height: 47px;
	}

	.temp24-fSliderTxt h6 {
		font-size: 18px;
	}

	.temp24-sliderImg {
		width: 35%;
	}

	.temp24-fSliderTxt {
		width: 65%;
		float: left;
	}

	.contantMainLeftText h3 {
		font-size: 28px;
	}

	/* blog css */
	.blogsTop {
		padding-top: 60px;
	}

	.blog-innerMain-p p {
		margin-bottom: 15px;
	}

	.tempBlogInner1-p p {
		margin-bottom: 12px;
	}

	.tempBlogInner1-bp p {
		margin-bottom: 12px;
	}

	.tempBlogInner1-list li {
		margin-bottom: 10px;
	}

	.tempBlogInner1-head h4 {

		margin-bottom: 18px;
	}

	.tempBlogInner1-head h3 {
		font-size: 25px;
	}

	.blog-innerPart h3 {
		font-size: 22px;
	}

	.blog-innerPart h2 {
		font-size: 22px;
	}

	.errorP .thankyoubox img {
		width: 235px;
	}

	.tempBlogSocial {
		gap: 12px;

		li a {
			width: 36px;
			height: 36px;

			img {
				width: 20px;
				width: 20px;

				&.fTweeter {
					width: 18px;
					height: 18px;
				}
			}
		}
	}

	.blogT {
		gap: 32px;

		h2 {
			font-size: 30px;
			padding-bottom: 10px;

			&:after {
				width: 115px;
			}
		}

		p,
		ul li,
		ol li {
			font-size: 20px;
		}

		/* li:before {
			width: 8px;
			height: 8px;
			margin-top: 10px;
		} */

		img {
			max-width: 50%;
		}
	}

	.lirto-img {
		margin-right: 32px;
	}

	.rilto-img {
		margin-left: 32px;
	}

	.leftTxtRightImg {
		.ltri-img {
			margin-left: 32px;
		}
	}

	.leftImgRightTxt {
		.lirt-img {
			margin-right: 32px;
		}
	}

	.ltci-img {
		margin-top: 32px;

		img {
			max-width: 800px;
		}
	}

	/* Brochures sub tab section css start here */
	.brochuresSubTab {
		margin-bottom: 20px;

		ul {
			gap: 10px;

			li {
				padding: 10px 20px;
				font-size: 16px;
			}
		}
	}

	/* Brochures sub tab section css end here */

	/* Cookies css start here*/
	.cookiesArea {
		padding: 24px 16px;

		h6 {
			font-size: 18px;
		}
	}

	.cooTxt {
		gap: 50px;

		p {
			font-size: 16px;

			a {
				border-bottom-width: 1px;
			}
		}
	}

	.cooLinks {
		.primaryBtn {
			padding: 12px 24px;
		}
	}

	/* Cookies css end here*/

}

@media only screen and (max-width: 1300px) {

	section,
	.mb110 {
		margin-bottom: 72px;
	}

	h1,
	.h1 {
		font-size: 38px;
	}

	h2,
	.h2 {
		font-size: 30px;
	}

	h3,
	.h3 {
		font-size: 22px;
	}

	h6,
	.h6 {
		font-size: 16px;
	}

	.ptb60 {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.pt60 {
		padding-top: 35px;
	}

	.nav2 .nav li a {
		font-size: 14px;
	}

	.footerTop {
		margin-bottom: 25px;
	}

	.formRow {
		gap: 10px;
	}

	.fEmailBtn {
		width: 50px;
		height: 50px;
		padding: 20px;
	}

	.footerList ul li a {
		font-size: 12px;
	}

	.footerList {
		padding-bottom: 20px;
	}

	.footerList ul {
		gap: 38px;
	}

	.footerMiddle {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.formRow .material-icons-outlined {
		font-size: 16px;
	}

	.footerLogoTnc {
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.footerLogo img {
		width: 125px;
		height: 45px;
	}

	.footerTnc p a {
		font-size: 12px;
	}

	.footerCopyRight {
		padding-bottom: 20px;
	}

	.footerCopyRight p {
		font-size: 12px;
	}

	.temp2-itemTxt img {
		width: 65px;
		height: 65px;
	}

	.temp2-icon {
		margin-bottom: 10px;
	}

	.temp7-stayTxt p {
		font-size: 16px;
	}

	.temp7-stayInLoopLeft img {
		width: 80px;
		height: 80px;
	}

	.temp7-stayInLoopLeft {
		gap: 35px;
	}

	.temp7-stayInLoop {
		gap: 50px;
	}

	.temp7-turbhe {
		margin-top: -72px;
	}

	.temp6-readMoreBtn .readMoreBtn {
		gap: 15px;
	}

	.temp10-tabArea .temp10-tab {
		height: 338px;
	}

	.temp10-tabArea .temp10-tab li {
		padding: 13px 13px 13px 0;
	}

	.temp10-tabArea .tabcontent {
		padding: 15px;
	}

	.temp10-readMoreBtnSocial {
		padding-bottom: 6px;
	}

	.temp10-tabArea .temp10-tab li {
		padding: 15px 13px 15px 0;
	}

	.temp17-right p,
	.temp17-full p {
		font-size: 15px;
	}

	.temp19-tItem {
		padding: 16px 16px 25px;
	}

	.temp19-tTxt h3 {
		font-size: 22px;
	}

	.temp20-bcrumb {
		margin-bottom: 10px;
	}

	.temp20-breadCrumb h1 {
		margin-bottom: 17px;
	}

	.temp20-address {
		padding-bottom: 12px;
		margin-bottom: 22px;
	}

	.temp20-para {
		margin-bottom: 40px;
	}

	.temp20-bcrumb li a {
		font-size: 18px;
	}

	.temp23-tabConTxt h3 {
		margin-bottom: 10px;
	}

	.temp23-tabList ul li {
		padding: 15px 0;
	}

	/* temp24 css start here*/
	.temp24-fSliderTxt h6 {
		font-size: 18px;

	}

	/* temp24 css end here*/
	.temp25-item {
		width: 170px;
	}

	.temp25-item h6 {
		font-size: 18px;
	}

	.temp25-knowMore {
		display: flex;
		gap: 15px;
	}

	.temp27-tabHead:first-child h4 {
		padding-bottom: 15px;
	}

	.temp27-tabHead h4 {
		padding-bottom: 15px;
		margin-top: 15px;
	}

	.temp27-head {
		gap: 20px;
	}

	/* temp29 css end here */
	.tabs29headertab {
		margin-right: 0;
		padding-right: 28px;
	}

	/* temp29 css end here */
	.temp30-broRight {
		padding: 30px;
	}


	.temp31-capServices .temp21-siHead {
		padding: 20px 15px;
	}

	.temp33-searchPP {
		width: 365px;
	}

	.temp33-filterByTopic {
		max-height: calc(100vh - 31px);
	}

	.temp32-item {
		width: 770px !important;
	}

	.temp32-progNav {
		left: calc(40% - 14px);
	}

	.temp31-location {
		padding-top: 15px;
		margin-bottom: 30px;
	}

	.temp32imgSlider .swiper-pagination.temp32imgSliderPagin {
		padding: 60px 0 20px;
	}

	.temp37-thumbSinner img {
		width: 80px;
	}

	.temp37-thumbSItem .temp37-vrLine {
		right: 23%;
	}

	.fsSearchQuickLinks a {
		font-size: 14px;
	}

	.temp39-left p {
		font-size: 14px;
	}

	.temp38-searchWrapper .primaryBtn {
		min-width: 150px;
	}

	.temp28b-right {
		width: 62.7%;
		float: left;
	}

	.temp28b-left {
		width: 34%;
		float: left;
	}

	.temp42-right h3 {
		padding-right: 28px;
	}

	.temp45-left {
		padding: 85px 60px 85px 40px;
	}

	.temp45-left h2 {
		margin-bottom: 35px;
	}

	/* style 3 css */
	.temp59-boxRight ul li h2 {
		font-size: 50px;
	}

	.temp59-boxRight ul li h3 {
		font-size: 20px;
	}

	.temp58 .temp4-cLinks {
		gap: 14px;
	}

	.temp60 .temp24-brochTxtTop p {
		font-size: 18px;
	}

	.temp59-boxRight ul li h2 {
		font-size: 50px;
	}

	.temp59-boxRight ul li h3 {
		font-size: 20px;
	}

	.temp58 .temp4-cLinks {
		gap: 14px;
	}

	.formbtn {
		margin-top: 20px;
	}

	.contantMain {
		margin-top: 70px;
	}

	.contantMainLeftText h3 {
		font-size: 26px;
	}

	.contantMainLeftText p {
		font-size: 14px;
	}

	.contantMainLeftText {
		padding: 20px;
	}

	.contactSlider .swiper-pagination {
		padding-left: 20px;
	}

	.temp58-content .temp4-cImg img {
		height: 190px;
	}

	.temp58-content .temp4-cWrap {
		height: calc(100% - 210px);
	}

}

@media only screen and (max-width: 1200px) {
	.temp33-searchPP {
		width: 225px;
	}
}

@media only screen and (max-width: 1100px) {
	.mainNav {
		padding-inline: 6%;
	}

	main {
		overflow: hidden;
	}

	section,
	.mb110 {
		margin-bottom: 66px;
	}

	h1,
	.h1 {
		font-size: 32px;
	}

	h2,
	.h2 {
		font-size: 26px;
	}

	h3,
	.h3 {
		font-size: 20px;
	}

	h6,
	.h6 {
		font-size: 16px;
	}

	.pb60 {
		padding-bottom: 48px;
	}

	.ptb60 {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.pt60 {
		padding-top: 48px;
	}

	html.disable-scroll {
		overflow: hidden;
		block-size: 100%;
	}

	header.is-hidden {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.piramalLogo {
		padding: 8px 0;
	}

	.piramalLogo img {
		height: 44px;
	}

	.nav-right {
		display: flex;
		gap: 40px;
	}

	.mobileOnly-nav,
	.navToggle,
	.nav-subMenuHead .material-icons-outlined,
	.smCloseBtn,
	.mobSocial {
		display: block;
	}

	.mobSocial {
		width: 100%;
		float: left;
		margin-bottom: 30px;
		background-color: #FA4616;
		box-shadow: 0 3px 6px #0000000F;
	}

	.mobSocialInner {
		width: 100%;
		height: 50px;
		float: left;
		display: flex;
		align-items: center;
		gap: 20px;
		padding: 0 20px;
	}

	.mobSocialInner a img {
		width: 20px;
		height: 20px;
		float: left;
	}

	.desktopOnly-nav {
		display: none;
	}

	.nav-search {
		position: relative;
	}

	.nav-search:after {
		content: '';
		position: absolute;
		top: 25%;
		right: -15px;
		width: 1px;
		height: 50%;
		background: #E1E1E1;
	}

	.nav-searchBtn .material-icons-outlined {
		color: #333;
	}

	.nav-searchPP {
		width: 200px;
		position: fixed;
		right: 6%;
		top: 12px;
		z-index: 999991;
	}

	.bookMeetingOpened .nav-searchPP {
		top: 52px;
	}

	input[type="text"].nav-searchInput {
		padding: 6px 10px;
		font-size: 14px;
	}

	.nav-searchPPClose {
		padding: 6px 4px !important;
	}

	.navWrap {
		width: 100%;
		max-width: 430px;
		padding-top: 15px;
		height: calc(100vh - 50px);
		position: fixed;
		left: -100%;
		top: 60px;
		background: #fff;
		box-shadow: 0 3px 6px #0000000F;
		overflow: hidden;
		overflow-y: auto;
		transition: all .3s ease-in-out;
	}

	.navWrap.open-menu {
		left: 0;
		transition: all .3s ease-in-out;
	}

	.nav,
	.nav li {
		width: 100%;
	}

	.nav {
		padding: 0 20px;
	}

	.nav li {
		border-bottom: 1px solid rgba(225, 225, 225, 0.4);
	}

	.nav,
	.nav li:last-child {
		border-bottom: 0;
	}

	.nav li a {
		padding: 12px 0;
	}

	.nav2 {
		padding-top: 5px;
		padding-bottom: 30px;
		margin-top: 5px;
		border-radius: 16px 16px 0 0;
		background-color: #F8F8F8;
	}

	.nav2 .nav {
		flex-wrap: wrap;
	}

	.nav2 .nav li a {
		padding: 12px 0;
		font-size: 16px;
	}

	.nav-smBtn:before,
	.nav-smBtn:after,
	.nav-hasSubmenu:hover>.nav-subMenuHead>a:before {
		content: none;
	}

	.nav-smBtn {
		margin: 0;
	}

	.nav2 .nav li a.nav-btn {
		padding: 15px 0;
		color: #333;
		border: 0;
		border-radius: 0;
	}

	.nav-hasSubmenu:hover>a:before,
	.nav2 .nav-hasSubmenu:hover>.nav-subMenuHead>a:before {
		content: none;
	}

	.nav-subMenuHead .smBtn {
		width: 24px;
		float: right;
		transition: all .3s ease-in-out;
	}

	.nav li:hover>.nav-submenu,
	.nav-submenu {
		display: block;
	}

	.nav-submenu {
		width: 210px;
		top: 0;
		left: initial;
		right: -260px;
		transition: all .3s ease-in-out;
	}

	.nav-submenu.nav-sm-open {
		right: -20px;
	}

	.nav-subMenuHead.smBtn-open>a {
		color: #EE4223 !important;
	}

	.smCloseBtn {
		font-size: 20px;
		padding: 5px;
		position: absolute;
		left: calc(50% - 15px);
		top: -15px;
		box-shadow: 6px 6px 6px #00000029;
		border-radius: 100%;
		background: #FFE8E2;
		z-index: 1;
	}

	.nav-smInner {
		padding: 10px 20px 10px 14px;
		margin-top: 0;
		border-radius: 8px 0 0 8px;
		background: #FFE8E2;
		box-shadow: 6px 6px 6px #00000029;
	}

	.nav-smLarge .nav-submenu {
		width: 210px;
		left: initial;
		right: -260px;
		bottom: 0 !important;
		max-height: calc(100dvh - 120px);
	}

	.nav-smLarge .nav-submenu.nav-sm-open {
		right: 0;
	}

	.nav2 .nav-submenu {
		bottom: 15px;
		top: initial;
	}

	.navSocial ul li a img {
		width: 20px;
		height: 20px;
	}

	.nav2 .nav-hasSubmenu.nav-smLarge .nav-submenu,
	nav:first-child .nav .nav-smLarge .nav-submenu {
		top: 15px;
	}

	.nav-submenu li {
		border-bottom-color: #fff;
	}

	.nav-subMenuHead {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.nav-submenu li a {
		padding: 9px 5px !important;
		font-size: 16px;
	}

	.nav-smLarge .nav-submenu .nav-smInner {
		height: calc(100dvh - 125px);
		overflow: hidden;
		overflow-y: auto;
		gap: 0;
		flex-wrap: wrap;
		align-content: flex-start;
	}

	.nav2-col,
	.nav-4col .nav2-col {
		width: 100%;
	}

	.nav li .nav2-col h4 a {
		font-size: 16px;
		padding: 10px 5px 5px;
	}

	.nav2 .nav-smBtn .nav-submenu {
		bottom: 15px;
		top: initial;
	}

	.nav li.nav-smBtn {
		border-bottom: 0;
	}

	.navSocial {
		width: 100%;
		max-width: 430px;
		height: 50px;
		padding: 0 20px;
		float: left;
		background-color: #FA4616;
		box-shadow: 0 3px 6px #0000000F;
		position: fixed;
		bottom: 0;
		left: -100%;
		transition: all .3s ease-in-out;
		opacity: 0;
	}

	.navSocial.navSocialOpen {
		left: 0;
		opacity: 1;
	}

	.navSocial ul {
		width: 100%;
		height: 50px;
		float: left;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.navSocial li {
		float: left;
		margin-left: 20px;
	}

	.topSection,
	.topSectionAbout {
		margin-top: 60px;
	}

	.bookMeeting {
		padding: 6px 6%;
	}

	.bmTxt p {
		font-size: 14px;
	}

	.bookMeetingBtn {
		padding: 4px 16px;
	}

	.bookMeetingOpened header.is-hidden,
	.bookMeetingOpened .secondaryNav.is-hidden {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.bookMeetingOpened .topSection {
		margin-top: 99px;
	}

	.bookMeetingOpened .topSectionAbout {
		margin-top: 99px;
	}

	.bookMeetingOpened .navWrap {
		height: calc(100vh - 90px);
		top: 100px;
	}

	.footerTop {
		margin-bottom: 20px;
	}

	.footerList {
		padding-bottom: 20px;
	}

	.fEmailBtn {
		width: 45px;
		height: 45px;
		padding: 20px;
	}

	.footerMiddle {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.footerLogo img {
		width: 115px;
		height: 35px;
	}

	.footerLogoTnc {
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.secondaryNav {
		display: none;
	}

	.wnPP-list {
		gap: 30px;
	}

	.wnPP-list li {
		width: calc(33.333333% - 20px);
	}

	.wnPP-list li:not(:last-child):after {
		right: -15px;
	}

	.wnPP-list li a {
		gap: 15px;
	}

	.wnPP-img img {
		height: 120px;
	}

	.wnPP-txt p {
		display: none;
	}

	.temp1Slider .swiper-button-prev {
		left: 10px;
		width: 40px;
		height: 40px;
	}

	.temp1Slider .swiper-button-next {
		right: 10px;
		width: 40px;
		height: 40px;
	}

	.temp2-head {
		padding-right: 20%;
	}

	.temp2-itemTxt img {
		width: 50px;
		height: 50px;
	}

	.temp2-icon {
		margin-bottom: 5px;
	}

	.readMoreBtn {
		font-size: 14px;
	}

	.readMoreBtn {
		padding-bottom: 5px;
	}

	.temp2-item:hover .readMoreBtn span {
		width: 25px;
		height: 18px;
	}

	.temp2-item:hover .readMoreBtn span:before {
		width: 14px;
	}

	.temp2-item:hover .readMoreBtn span:after {
		left: 13px;
	}

	.temp2-icon {
		display: none;
	}

	.temp2-itemTxt h3 {
		margin-bottom: 0;
		color: #fff;
	}

	.temp2-img {
		opacity: 1;
	}

	.temp2-itemTxt {
		padding: 30px 20px;
		transform: none;
	}

	.temp2-item .temp2-itemTxt p {
		display: none;
		color: #fff;
	}

	.temp2-readMoreBtn {
		display: none;
	}

	.temp8-item .temp2-readMoreBtn {
		display: block;
	}

	.temp58-content {
		padding-bottom: 20px;
	}

	.readMoreBtn:hover span {
		width: 20px;
		height: 20px;
	}

	.readMoreBtn:hover span:before {
		width: 9px;
	}

	.readMoreBtn:hover span:after {
		left: 8px;
	}

	.temp2-imgTxt {
		margin-bottom: 30px;
	}

	.temp3-wrap {
		gap: 20px;
	}

	.temp3-txt {
		padding: 18px 16px;
	}

	.temp3-txt p {
		font-size: 12px;
	}

	.temp4-item {
		width: 270px;
		box-shadow: 6px 6px 6px #00000029;
		border-radius: 8px;
	}

	.temp4-card {
		padding: 10px;
		box-shadow: -10px -10px 10px #fff, 6px 6px 6px #00000029;
		background: transparent linear-gradient(125deg, #EBEBEB 0%, #fff 100%);
	}

	.temp4-cLinks {
		gap: 10px;
	}

	.orangeBtn {
		height: 42px;
		padding: 0 20px;
		border-radius: 6px;
	}

	.outlinedIconBtn {
		width: 42px;
		height: 42px;
		border-radius: 6px;
	}

	.temp4-cImg {
		margin-bottom: 18px;
	}

	.temp4-cImg img {
		border-radius: 4px;
	}

	.temp4-card h4 {
		margin-bottom: 12px;
	}

	.temp4-mapItem,
	.temp4-filter ul {
		gap: 20px;
	}

	.temp4-filter li,
	.temp4-filter a,
	.temp4-filterTitle,
	.temp4-filterBy {
		font-size: 12px;
	}

	.temp4-filterBy {
		min-width: 110px;
		padding: 0 5px;
		padding-right: 20px;
		background-size: 18px;
	}

	.temp4-filterTitle .material-icons-outlined {
		font-size: 18px;
	}

	.temp4-map {
		width: 70%;
	}

	.temp4-cardArea {
		width: 30%;
	}

	.temp5-tSlider {
		width: 300px;
		border-radius: 8px;
	}

	.temp5-slider .swiper-slide-active {
		width: 300px !important;
		min-width: 300px;
	}

	.temp5-item {
		height: 250px;
	}

	.temp5-itemTxt span {
		font-size: 60px;
	}

	.temp5-tSlider .swiper-slide .temp5-itemTxt {
		gap: 50px;
		padding: 30px 20px 20px 20px;
	}

	.temp5-itemTxt h3 {
		left: calc(100% - 30px);
		width: 230px;
		height: 25px;
	}

	.temp6-itemTxt h3 {
		height: calc(20px * 1.2 * 4);
	}

	.temp7-stayInLoop {
		gap: 40px;
		padding: 30px 30px;
	}

	.temp7-stayTxt p {
		font-size: 14px;
	}

	.temp7-emailSub .temp7-inputbtn {
		width: 30%;
	}

	.temp7-emailSub .email-signup {
		width: 70%;
	}

	.temp7-emailSub .temp7-inputbtn {
		padding: 22px;
		font-size: 12px;
	}

	.temp7-stayInLoopLeft img {
		width: 75px;
		height: 75px;
	}

	.temp7-stayInLoopLeft {
		gap: 30px;
	}

	.temp7-emailSub .email-signup {
		width: 66%;
	}

	.temp7-emailSub .temp7-inputbtn {
		width: 34%;
	}

	.temp7-inputbtn:hover:before {
		width: 0%;
	}

	.temp7-turbhe {
		margin-top: -66px;
	}

	.temp8-itemTxt {
		padding: 30px 25px;
	}

	.temp8-itemTxt {
		bottom: 0;
	}

	.temp6-itemTxt {
		padding-right: 0;
	}

	.blackBtn {
		gap: 25px;
	}

	.temp10-rItem {
		width: calc(50% - 11.25px);
	}

	.temp10-tabheading h3 {
		margin-bottom: 15px;
	}

	.temp10-tabArea .temp10-tab {
		height: 600px;
	}

	.temp10-tabArea .temp10-tab li {
		font-size: 16px;
	}

	.temp10-tabArea .temp10-tab li {
		padding: 13px 13px 13px 0;
	}

	.temp10-readMoreBtn {
		border-right: 1px solid #E1E1E1;
	}

	.temp10-rtabLink {
		gap: 20px;
	}

	.temp12-team {
		margin-bottom: 50px;
	}

	.temp12-item {
		width: calc(33.333333% - 16px);
	}

	.science-cTeam .temp12-item {
		width: calc(33.333% - 16px);
	}

	.temp12-link a:not(.btnArrowUpward) img {
		width: 24px;
	}

	.temp13-btm th,
	td {
		padding: 18px 20px;
	}

	.temp15-sLeft h6 {
		font-size: 14px;
	}

	.temp15-img {
		padding-top: 40px;
		margin-top: 40px;
		gap: 40px;
	}

	.temp17-2col {
		align-items: flex-start;
	}

	.temp19-bItem h3 {
		padding-right: 0;
	}

	.temp19-progNav {
		margin-top: 35px;
	}

	.temp20-progNav .swiper-pagination-progressbar.swiper-pagination-horizontal {
		width: 76%;
	}

	.temp20-breadCrumb h1 {
		margin-bottom: 15px;
	}

	.temp20-address {
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.temp20-para {
		margin-bottom: 35px;
	}

	.temp20-breadCrumb {
		width: 63.5%;
	}

	.temp20-progNav {
		right: 7%;
	}

	.temp20-dropDown {
		padding: 15px;
	}

	.temp21-txt p {
		font-size: 14px;
	}

	.temp23-tabContent {
		padding-left: 60px;
	}

	.temp23-tabList {
		width: 30%;
	}

	.temp23-tabContent {
		width: 70%;
	}

	.temp23-tabList ul li {
		padding: 13px 0;
	}

	/* temp24 css start here*/
	.temp24-progNav {
		margin-top: 20px;
	}

	.temp24-sliderItem {
		gap: 15px;
		padding: 15px 13px;
	}

	.temp24-feature {
		padding: 18px;
	}

	.temp24-progNav .swiper-pagination-progressbar.swiper-pagination-horizontal {
		width: 85%;
	}

	.temp24-newsPages ul li,
	.temp24-filetrs ul li {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.temp24-newsPages,
	.temp24-filetrs {
		padding: 25px 20px;
	}

	.temp24-vidList {
		gap: 16px;
	}

	.temp24-vidItem {
		width: calc(50% - 8px);
	}

	.temp24-sliderImg img {
		width: 100%;
	}

	.temp24-sliderImg {
		width: 100%;
	}

	.temp24-fSliderTxt {
		width: 100%;
		float: left;
	}

	.temp24-brochTxt,
	.webinars .temp24-brochTxt {
		width: calc(60% - 28px);
	}

	.temp24-brochImg,
	.webinars .temp24-brochImg {
		width: 40%;
	}

	.temp24-brochTxtTop p {
		-webkit-line-clamp: 2;
	}

	.temp33tableWrap {
		min-height: calc(100vh - 218px);
	}

	/* temp24 css end here*/
	.temp25-tabHead li {
		padding: 10px 20px;
	}

	.temp25-img {
		width: 65px;
		height: 65px;
		align-items: center;
		justify-content: center;
	}

	.temp25-img img {
		width: 35px;
		height: 35px;
	}

	.temp25-hrLine {
		/* width: 85%; */
		top: 25px;
	}

	.temp25-item {
		width: 160px;
	}

	.temp25-item h6 {
		font-size: 16px;
	}

	.temp25-img {
		justify-content: center;
		align-items: center;
	}

	.temp8-itemTxt h6 {
		width: 100%;
		float: left;
	}

	.temp59-boxRight ul li h2 {
		font-size: 44px;
	}


	.temp26-tabHead li {
		padding: 15px 13px;
	}

	.temp26-tab a {
		font-size: 14px;
	}

	.temp26-itemTop {
		gap: 30px;
	}

	.temp26-itemBottomHead h4 {
		margin-bottom: 20px;
	}

	.temp26-tabArea {
		overflow: hidden;
		overflow-x: auto;
		white-space: nowrap;
		border-bottom: 1px solid #E1E1E1;
	}

	.temp27-head h2,
	.careerfirst-left {
		width: 40%;
	}

	.temp27-head p,
	.careerfirst-right {
		width: 60%;
	}

	.careerfirst-left h2,
	.careerfirst-right p {
		width: 100%;
	}

	.temp30-leftWrapper .mb40 {
		margin-bottom: 30px;
	}

	.temp30-btmBtn {
		gap: 25px;
		justify-content: space-between;
	}

	.talkToExpBtn {
		display: flex;
		gap: 20px;
	}

	.temp31-capServicesWrap {
		gap: 15px;
	}

	.temp31-capServices .temp21-siHead {
		padding: 15px 12px;
	}

	.temp33-tableRight {
		width: 100%;
		float: left;
	}

	.temp33-tableLeft {
		width: 22%;
		float: left;
	}

	.temp33-tabHead li {
		padding: 12px 15px 12px 15px;
	}

	.temp33-udProduct {
		padding-left: 18px;
	}

	.chkbox label:before {
		width: 20px;
		height: 20px;
	}

	.temp33-label {
		align-items: center;
	}


	.chkbox input:checked+label:after {
		left: 7px;
		width: 7px;
		height: 13px;
		top: 4px;
	}

	.temp33-showAll {
		padding: 12px 20px;
	}

	.temp35-txt {
		width: 280px;
		padding: 16px;
		padding-left: 20px;
	}

	.temp35-txt P {
		font-size: 14px;
	}

	.temp36-left {
		height: 450px;
	}

	.temp36-mid {
		padding: 24px 0;
	}

	.temp36-mid li {
		padding: 16px 20px;
	}

	.temp36-mid a {
		font-size: 20px;
	}

	.temp36-rItem {
		padding: 25px 40px 25px 30px;
	}

	.temp36-rItem p {
		font-size: 14px;
	}

	.temp32-item {
		width: 550px !important;
		gap: 25px;
		transform: scale(.9) !important;
		transform-origin: left center;
	}

	.temp31-txt,
	.temp32-img {
		width: 100%;
	}

	.temp32-img {
		transform: translateX(10%);
	}

	.temp31-txt p {
		padding-top: 0;
		border-bottom: 0;
	}

	.temp31-location {
		padding-top: 20px;
		margin-top: 20px;
		margin-bottom: 35px;
	}

	.temp31-location h4 {
		margin-bottom: 15px;
		font-size: 20px;
	}

	.temp32-progNav {
		width: 100%;
		position: relative;
		bottom: 20px;
		left: 0;
	}

	.temp32-progNav .swiper-pagination:not(.swiper-pagination-lock) {
		margin-top: 80px;
	}

	.temp31-txt {
		transform: translateX(10%);
	}

	.temp34-left {
		width: 35%;
		padding: 75px 22px;
	}

	.temp34-right {
		width: 65%;
	}

	.temp37-sliderTxt {
		height: 350px;
	}

	.temp37-thumbSinner img {
		width: 70px;
	}

	.temp37-thumbSinner h4 {
		padding-left: 79px;
	}

	.temp37-thumbSItem .swiper-button-next {
		right: 9px;
	}

	.temp37-thumbSItem .material-icons-outlined {
		font-size: 28px;
	}

	.temp37-thumbSItem .swiper-button-prev {
		right: 30px;
	}

	.temp37-sliderWrapper {
		height: calc(100vh - 300px);
	}

	.temp37-thumbSItem {
		width: 54% !important;
		padding: 17px;
	}

	.temp37-thumbSinner h6 {
		padding-left: 80px;
	}

	.fsSearchQuickLinks a {
		padding: 0 15px;
		font-size: 12px;
	}

	.temp38-searchWrapper .primaryBtn {
		min-width: 145px;

		padding: 10px;
	}

	.temp38-searchWrapper .autoComplete_wrapper>input {
		padding: 8px !important;
	}

	.temp38-searchWrapper .autoComplete_wrapper>input::placeholder {
		font-size: 18px !important;
	}

	.fsSearchResultWrap {
		gap: 10px;
	}

	.temp38-popularTag {
		margin-top: 45px;
	}

	.temp39-cardTxt p {
		font-size: 14px;
	}

	.temp38-noResult {
		margin-top: 40px;
	}

	.temp20b-locationRef {
		padding-left: 9%;
	}

	.temp42-rightBtm {
		padding-top: 25px;
	}

	.temp42-right h3 {
		margin-bottom: 10px;
	}

	.temp42-rightBtm h3 {
		margin-bottom: 28px;
	}

	.temp42-wrapper {
		display: flex;
		gap: 45px;
		align-items: center;
	}

	.temp41-aSliderItem {
		gap: 40px;
	}

	.temp33-proCrads {
		width: calc(50% - 15px);
	}

	.temp45-left {
		padding: 45px 40px 45px 40px;
	}

	.temp45-left h2 {
		margin-bottom: 27px;
	}

	/* style 2 css */
	.temp50-list {
		gap: 20px;
	}

	.temp50-item img {
		width: 56px;
		height: 56px;
		top: -28px;
		left: calc(50% - 28px);
	}

	.temp50-item p {
		font-size: 14px;
	}

	.temp50-qRight h3 {
		font-size: 18px;
		margin-bottom: 25px;
	}

	.temp50-qRight {
		padding: 35px 25px;
	}

	.temp50-qRight img {
		height: 50px;
		margin-bottom: 25px;
	}

	/* style3 css */

	.esgFrame .temp26-tabArea {
		overflow: visible;
		overflow-x: visible;
	}

	.temp58 .temp4-filterContin .temp4-filterBy,
	.temp58 .temp4-filterContin .temp4-filterTitle {
		font-size: 14px;
	}

	.temp59-box {
		gap: 40px;
	}

	.temp59-boxRight {
		width: 43%;
	}

	.temp24-fSliderTxt p {
		margin-top: 0;
	}

	.temp24-fSliderTxt h6 {
		-webkit-line-clamp: 3;
	}

	.temp58-content ul li {
		width: calc(33.3333% - 20px);
	}

	.temp58-content .temp4-cLinks {
		justify-content: flex-start;
	}

	.ifmap2-item {
		width: calc(20% - 20px);
	}

	.ifmap2-tabItem {
		width: 20%;
	}

	.stickySection {
		top: 70px !important;
	}

	.contantMainLeft {
		width: 100%;
		margin-right: 0;
	}

	.contantMainRight {
		width: 100%;
		margin-top: 60px;
	}

	.contantMainBox {
		display: flex;
		flex-wrap: wrap;
	}

	.temp23-tabList {
		height: 365px;
	}

	.temp61 ul li .temp61-text p {
		font-size: 15px;
	}

	.careerEffectSliderMobile {
		display: block;
	}

	.careerEffectSliderMobile .container {
		padding-left: 0;
		padding-right: 0;
	}

	.careerEffectSliderDesktop {
		display: none;
	}

	.temp3-left {
		display: none;
	}

	.temp3-right {
		width: 100%;
	}

	.temp3-iImg {
		display: block;
	}

	.temp3-iImg img {
		height: 170px;
		object-fit: cover;
		border-radius: 8px;
	}

	.temp3Slider .swiper-wrapper {
		flex-wrap: nowrap;
	}

	.temp3-item {
		width: 290px;
		height: initial;
		border-radius: 0;
		display: block;

	}

	.careerEffectSliderMobile .temp3-item {
		margin-right: 16px;
	}

	.temp3-item.temp3-itemActive {
		background: transparent;
		box-shadow: none;
	}

	.temp3-txt {
		padding: 20px 0;
	}

	.temp3-txt h3 {
		margin-bottom: 12px;
	}

	.temp3-txt p {
		font-size: 16px;
		line-height: 1.3;
	}

	.ifmap2-tabInner {
		padding-left: 0;
	}

	.ifmap2-tabBtmTxt {
		padding-left: 0;
	}

	.temp3Slider .swiper-wrapper {
		flex-wrap: initial;
	}

	.temp26-itemTopRight h3 {
		margin-bottom: 20px;
		font-size: 22px;
	}

	.contantMainRight iframe {
		height: 660px;
	}

	.blogT-top {
		margin-bottom: 30px;

		h1 {
			margin-bottom: 10px;
			font-size: 36px;
		}

		.blogT-banner {
			margin-top: 16px;
		}
	}

	.blogT {
		gap: 30px;

		h2 {
			font-size: 20px;
			padding-bottom: 8px;

			&:after {
				width: 100px;
			}
		}

		p,
		ul li,
		ol li {
			font-size: 16px;
			line-height: 1.4;
		}
	}

}

@media only screen and (max-width: 1000px) {

	.temp18new .temp18-sYear {
		margin-top: -79px !important;
		font-size: 60px !important;
	}

	.temp18new .temp18-sImg:before {
		bottom: -37px;
		width: 15px;
		height: 15px;
		left: calc(50% - 15px);
	}

	section,
	.mb110 {
		margin-bottom: 80px;
	}

	.ptb60 {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.pt60 {
		padding-top: 48px;
	}

	.nav-searchPP {
		top: 12px;
	}

	.bookMeetingOpened .nav-searchPP {
		top: 48px;
	}

	.bookMeeting {
		gap: 6px;
	}

	.bookMeetingOpened .topSection,
	.bookMeetingOpened .topSectionAbout {
		margin-top: 97px;
	}

	.bmTxt {
		gap: 6px;
	}

	.bmTxt p {
		font-size: 12px;
	}

	.bookMeetingBtn {
		padding: 4px 16px;
		font-size: 12px;
	}

	.bookMeetingOpened .navWrap {
		height: calc(100vh - 97px);
		top: 97px;
	}

	footer {
		padding-top: 35px;
	}

	.footerTop {
		margin-bottom: 20px;
		gap: 35px;
	}

	.fEmailBtn {
		width: 40px;
		height: 40px;
		padding: 20px;
	}

	.footerList {
		padding-bottom: 25px;
	}

	.footerHeading {
		padding-right: 10px;
	}

	.footerMiddle {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.footerLogoTnc {
		padding-top: 15px;
		padding-bottom: 10px;
	}

	.footerCopyRight {
		padding-bottom: 15px;
	}

	.footerList ul {
		gap: 15px;
	}

	.desktopOnlyBtn {
		display: none;
	}

	.mobileOnlyBtn {
		display: flex;
	}

	.mobileOnlyBtnWrap {
		margin-top: 25px;
		display: block;
		width: 100%;
		float: left;
	}

	.headline h2 {
		width: 100%;
		text-wrap: initial;
	}

	.primaryBtn {
		padding: 20px;
		height: 52px;
	}

	.virBtn {
		padding: 20px;
		height: 52px;
	}

	.wnPP-img p {
		padding: 20px 0 10px;
		font-size: 10px;
	}

	.temp1Slider .swiper-horizontal>.swiper-pagination-progressbar,
	.temp1Slider .swiper-pagination-progressbar.swiper-pagination-horizontal {
		right: -50px;
	}

	.temp1Slider .swiper-button-prev img,
	.temp1Slider .swiper-button-next img {
		width: 10px;
	}

	.temp1Slider .swiper-button-prev {
		left: 5px;
	}

	.temp1Slider .swiper-button-next {
		right: 5px;
	}

	.temp1-txtImg {
		width: 100%;
	}

	.temp1-txt h1 {
		width: 100%;
	}

	.temp2-head {
		padding-right: 0%;
	}

	.temp2-list {
		gap: 30px;
	}

	.temp2-item {
		width: calc(50% - 15px);
	}

	.temp2-item .readMoreBtn span:before {
		width: 6px;
		left: 3px;
	}

	.temp2-item .readMoreBtn span {
		width: 15px;
		height: 15px;
	}

	.temp2-txtLeft p {
		margin-bottom: 10px;
	}

	.temp2-txt {
		gap: 0;
		flex-wrap: wrap;
	}

	.temp2-txtLeft {
		width: 100%;
	}

	.temp2-item .readMoreBtn span:after {
		left: 5px;
	}

	.readMoreBtn span:before {
		width: 6px;
		left: 4px;
	}

	.readMoreBtn:hover span:after {
		width: 5px;
		height: 5px;
	}

	.readMoreBtn:hover span:before {
		width: 6px;
		left: 4px;
	}

	.readMoreBtn span:after,
	.readMoreBtn:hover span:after {
		left: 6px;
	}

	.readMoreBtn span,
	.readMoreBtn:hover span {
		width: 17px;
		height: 17px;
	}

	.temp2-item .temp2-itemTxt {
		bottom: 0;
	}

	.temp2-itemTxt {
		padding: 20px;
	}

	.temp2-item .temp2-img:after {
		background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 65%, rgba(0, 0, 0, 1) 100%)
	}

	.temp2-item:hover .temp2-img:after {
		background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 41%, rgba(0, 0, 0, 1) 100%)
	}

	.temp2-txtLeft p {
		margin-bottom: 10px;
	}

	.temp2-txt {
		gap: 0;
		flex-wrap: wrap;
	}

	.temp2-txtLeft {
		width: 100%;
	}

	.temp2-imgTxt,
	.temp2-txt {
		padding: 0 20px;
	}


	.orangeBtn {
		padding: 0 15px;
	}

	.temp4-btmItem p {
		width: 100%;
		margin-top: 24px;
	}

	.temp4btm-nav {
		width: 50%;
		position: absolute;
		right: 0;
		top: 7px;
		z-index: 1;
	}

	.temp4-btmSliderArea {
		margin-bottom: 15px;
	}

	.temp5-sliderArea {
		margin-bottom: 20px;
	}

	.temp6-itemTxt {
		padding-right: 20px;
	}

	.temp6-btnDesk {
		display: none;
	}

	.temp6-btnMob {
		display: flex;
		gap: 35px;
		width: 26%;
		top: 35px;
	}

	.temp6Slider {
		position: relative;
		overflow: initial;
	}

	.temp6-sliderItem {
		width: 300px;
	}

	.temp6-onImgTxt {
		bottom: 15px;
		left: 14px;
	}

	.blackBtn:hover:before {
		width: 0;
	}

	.blackBtn:hover .blackBtnArrow {
		background: rgba(238, 66, 35, 1);
	}

	.temp7-stayInLoop {
		display: inline-block;
		padding: 29px 15px 18px 15px;
	}

	.temp7-stayInLoopLeft {
		display: inline-block;
	}

	.temp7-stayInLoopLeft img {
		width: 70px;
		height: 65px;
		margin-bottom: 20px;
	}

	.temp7-stayTxt {
		width: 100%;
		float: left;
		margin-bottom: 35px;
	}

	.temp7-stayTxt p {
		margin-top: 15px;
	}

	.temp7-stayInLoopRight {
		width: 100%;
		float: left;
	}

	.temp7-emailSub .temp7-inputbtn {
		padding: 21px;
		font-size: 14px;
		display: flex;
		justify-content: center;
	}

	.temp7-emailSub .email-signup {
		width: 75%;
		padding: 0px 30px 0px 30px;
	}

	.temp7-emailSub .temp7-inputbtn {
		width: 25%;
	}

	.temp7-emailSub {
		padding: 5px 5px;
	}

	.temp7-stayInLoopLeft {
		width: 100%;
	}

	.temp7-turbhe {
		margin-top: -80px;
	}

	.temp8-list {
		gap: 25px;
		flex-wrap: wrap;
	}

	.temp8-item {
		width: 100%;
	}

	.temp8-item .temp8-itemTxt {
		bottom: 0;
	}

	.temp8-itemTxt h6 {
		margin-bottom: 15px;
		width: 100%;
		float: left;
	}

	.temp4-filterBy {
		min-width: 90px;
	}

	.temp4-btm {
		margin-top: 15px;
	}

	.temp8-itemTxt {
		padding: 30px 16px;
	}

	.temp8-item .temp2-readMoreBtn {
		margin-top: 15px;
	}

	/* temp9 css start here */
	.temp9-btmSlider .temp9-swiper-pagination {
		top: 50%;
	}

	.nt .swiper-pagination {
		top: 50%;
	}

	.temp9-btmSlider {
		overflow: initial;
	}

	.temp10-tabArea .tabcontent {
		width: 70%;
	}

	.temp10-tabArea .temp10-tab {
		width: 30%;
	}

	.temp10-tabArea .temp10-tab {
		height: 610px;
	}

	.temp10-tabArea .temp10-tab li {
		padding: 11px 11px 11px 0;
	}

	.temp10-tabArea .temp10-tab li {
		font-size: 18px;
	}

	.temp11-txt {
		bottom: 35px;
	}

	.temp12-team {
		gap: 18px;
	}

	.temp12-item {
		width: calc(33.333333% - 12px);
	}

	.science-cTeam .temp12-item {
		width: calc(33.333% - 12px);
	}

	.temp12-txt p {
		height: calc(15px * 1.3 * 3);
		margin-bottom: 20px;
		font-size: 15px;
	}

	.temp13-top {
		flex-wrap: wrap;
	}

	.temp13-left,
	.temp13-right {
		width: 100%;
	}

	.temp13-left h2 {
		margin-bottom: 15px;
	}

	.temp13-left p {
		padding-right: 0;
		line-height: 1.37;
	}

	.temp13-right {
		padding: 24px;
	}

	.temp13-right h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.btnWithIcon {
		padding-bottom: 7px;
		font-size: 16px;
		letter-spacing: 0.64px;
		gap: 20px;
	}

	.btnWithIcon span img {
		height: 16px;
	}

	.temp13tSlider .swiper-slide,
	.temp16tabSlider .swiper-slide {
		width: 240px;
	}

	.temp13-tImg img {
		border-radius: 10px;
	}

	.temp13-progNav {
		margin-top: 30px;
	}

	.temp13-progNav .swiper-pagination-progressbar.swiper-pagination-horizontal {
		width: 80%;
	}

	.temp13-paItem {
		margin-top: 50px;
		padding-top: 50px;
		gap: 50px;
	}

	.temp13-paItemTxt {
		width: 100%;
	}

	.temp13-paItemTxt h3 {
		font-size: 32px;
		color: #000;
		margin-bottom: 25px;
	}

	.temp13-paItemImg {
		display: none;
	}

	.temp13-paItemImgM {
		display: flex;
		justify-content: center;
	}

	.temp13-paItemImgInnerM {
		width: 74%;
		display: flex;
		justify-content: center;
		padding-bottom: 15px;
		margin-bottom: 25px;
		border-bottom: 1px solid #E1E1E1;
	}

	.temp13-paItemImgInnerM img {
		max-width: 100%;
	}

	.temp13-paItemList h4 {
		color: #000;
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.temp13-paItemList h3 {
		color: #000;
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.temp13-paItemList li:before {
		width: 8px;
		height: 8px;
	}

	.abdc .temp13-paItemTxt,
	.abdc .temp13-paItemImg {
		width: 100%;
		border: 0;
	}

	.abdc .temp13-paItemImgM {
		display: flex;
		justify-content: flex-start;
	}

	.abdc .temp13-paItemImgInnerM {
		justify-content: flex-start;
		border-bottom: 0;
	}

	.abdc .temp13-paItemImg {
		display: none;
	}

	.abdc .temp13-paItemList li {
		width: 100%;
		margin-bottom: 13px;
	}

	.temp14-inner {
		gap: 30px;
		flex-wrap: wrap;
	}

	.temp14-left,
	.temp14-right,
	.temp15-left {
		width: 100%;
	}

	.temp14-rBtm {
		gap: 14px;
	}

	.temp14-avatar,
	.temp14-avatar img {
		width: 52px;
		height: 52px;
	}

	.temp14-rBtmTxt {
		width: calc(100% - 76px);
	}

	.temp14-rBtmTxt h3 {
		margin-bottom: 3px;
		font-size: 18px;
	}

	.temp15-top {
		padding-bottom: 70px;
		gap: 40px;
		flex-wrap: wrap;
	}

	.temp15-left h3 {
		margin-bottom: 25px;
		font-size: 32px;
		color: #000;
	}

	.temp15-right {
		width: 100%;
		padding: 24px;
	}

	.temp15-item {
		flex-direction: column;
	}

	.temp15-sRight {
		width: 100%;
		margin-top: 30px;
		padding-left: 0;
	}

	.temp15-sLeft h6 {
		font-size: 18px;
		margin-top: 15px;
	}

	.temp15-sLeft {
		width: 100%;
		align-items: flex-start;
		border-right: 0;
	}

	.temp15-sImg,
	.temp15-sImg img {
		width: 52px;
		height: 52px;
	}

	.temp15Slider {
		width: 100%;
	}

	.temp15-slider {
		flex-wrap: wrap;
	}

	.temp15-nav {
		width: 100%;
		margin-top: 30px;
		justify-content: flex-start;
		gap: 20px;
	}

	.temp15-img {
		padding-top: 30px;
		margin-top: 30px;
		gap: 30px;
	}

	.temp16-head {
		width: 100%;
	}


	.temp17-left,
	.temp17-right {
		width: 100%;
	}

	.temp17-left {
		padding-right: 0;
		margin-bottom: 30px;
	}

	.temp17-right p,
	.temp17-full p {
		font-size: 16px;
	}

	.mb50 {
		margin-bottom: 30px;
	}

	.mb40 {
		margin-bottom: 32px;
	}

	.headline.woLink h2 {
		width: 100%;
	}

	.temp18-progNav .swiper-pagination-progressbar.swiper-pagination-horizontal,
	.temp19-progNav .swiper-pagination-progressbar.swiper-pagination-horizontal {
		width: 80%;
	}

	.temp19-progNav {
		margin-top: 30px;
	}

	.temp20-progNav .swiper-pagination-progressbar.swiper-pagination-horizontal {
		width: 78%;
		left: 45px;
	}

	.temp20-progNav {
		left: initial;
		top: initial;
		bottom: 45px;
		width: 50%;
		right: initial;
		width: 100%;
		float: left;
		padding: 0 6%;
	}

	.temp20-nav {
		width: 7%;
	}

	.temp20-bcrumb li a {
		font-size: 16px;
	}

	.temp20-breadCrumb h1 {
		font-size: 34px;
	}

	.temp20-breadCrumb {
		width: 90.5%;
	}

	.temp20-txt {
		bottom: 65px;
	}

	.temp20-address {
		gap: 10px;
	}

	.temp20-dropDown {
		top: 52px;
	}

	.temp20-dropDown ul li a {
		font-size: 14px;
	}

	.temp20-sliderItem:after {
		background: transparent linear-gradient(180deg, #00000029 0%, #000000A3 29%, #000000DB 100%);
	}

	.temp20-btns .primaryBtn:hover:before {
		width: 0;
	}

	.temp20-btns .primaryBtn:hover span svg path {
		fill: #fff;
	}

	.temp20-btns .primaryBtn:hover {
		color: #fff;
	}

	.temp20b .temp20-btns {
		margin-top: 35px;
	}

	.temp20b-right,
	.temp20b-left {
		width: 100%;
		float: left;
	}

	.temp20b-left {
		width: 100%;
		float: left;
		margin-bottom: 22px;
	}

	.temp20b-wrapper {
		flex-wrap: wrap;

	}

	.temp23-tabList {
		display: none;
	}

	.temp23-tabContent {
		width: 100%;
		padding-left: 0;
	}

	/* .temp23-tabConTxt {
    position: relative;
  } */

	.temp23-img:after {
		content: none;
	}

	.temp23-tabConTxt h3 {
		display: none;
		text-align: left;
		color: #333333;
	}

	.temp23-tabConTxt p {
		text-align: left;
		color: #333333;
	}

	.temp23-mobAccHead h3 {
		text-align: left;
		color: #333333;
	}

	.temp23-mobAccHead {
		display: block;
		padding: 20px 0;
		display: flex;
		justify-content: space-between;
		cursor: pointer;
		align-items: flex-start;
	}

	.temp23-img {
		display: none;
	}

	.temp23-mobActive .temp23-mobAccHead h3 {
		color: #EE4223;
	}

	.temp23-mobActive .temp23-mobAccHead {
		color: #EE4223;
	}

	.temp23-mobAccHead span {
		transition: all 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
	}

	.temp23-mobAccHead .material-icons-outlined {
		font-size: 32px;
	}

	.temp23-mobActive .temp23-mobAccHead span {
		transform: rotate(180deg);
		color: #e34602;
	}

	.temp23-tabContent {
		display: block !important;
		border-bottom: 2px solid #E1E1E1;
	}

	.temp23-tabConTxt {
		padding: 20px;
	}

	.temp23-img img {
		border-radius: 8px;
	}

	.faciDownBtn .primaryBtn:hover:before {
		width: 0;
	}

	.faciDownBtn .primaryBtn:hover svg path {
		fill: #fff;
	}

	.faciDownBtn .primaryBtn:hover {
		color: #fff;
	}

	.faciSection .temp7-stayInLoopLeft,
	.faciSection .temp7-stayInLoopRight {
		width: 100%;
	}

	/* temp24 css start here*/

	.temp24-sliderItem {
		flex-wrap: wrap;
	}

	.temp24-progNav .swiper-pagination-progressbar.swiper-pagination-horizontal {
		width: 82%;
	}

	.temp24-right {
		width: 72%;
		float: left;
	}

	.temp24-left {
		width: 28%;
		float: left;
	}

	.temp24-newsPages,
	.temp24-filetrs {
		padding: 20px 15px;
	}

	.temp24-newsPages ul {
		display: flex;
		overflow-x: auto;
		flex-wrap: wrap;
		/* width:760px; */
	}

	.temp24-newsPages ul li,
	.temp24-filetrs ul li {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.temp24-filetrs .bgCircle {
		width: 20px;
		height: 20px;
	}

	.temp24-filetrs .material-icons-outlined {
		font-size: 18px;
	}

	.temp24-wrapper {
		gap: 16px;
	}

	.temp24-date span {
		font-size: 14px;
	}

	.temp24-fcImg img {
		border-radius: 6px;
	}

	.temp24fcTxt h4 {
		margin-bottom: 15px;
	}

	.temp24fcTxt {
		margin-top: 15px;
	}

	.temp24-fCardList {
		gap: 18px;
	}

	.temp24-fCardItem {
		width: calc(50% - 9px);
	}

	.temp24-nav {
		gap: 12px;
	}

	.temp24-brochWrap {
		padding: 0;
		background-color: #fff;
	}

	.temp24-brochItem {
		padding: 14px;
		gap: 20px;
	}

	.temp24-brochImg {
		width: 40%;
	}

	.webinars .temp24-brochImg {
		width: 40%;
	}

	.webinars .temp24-brochTxt {
		width: calc(60% - 32px);
	}

	/* .temp24-brochImg img {
		height: 145px;
	} */

	.temp24-brochTxt {
		width: calc(60% - 20px);
	}

	.temp24-vidItem {
		width: 100%;
	}


	/* temp24 css end here*/
	.temp25-tabHead li {
		padding: 10px 12px;
	}

	.temp25-item {
		/* width: 100% !important; */
		display: flex;
		flex-wrap: nowrap;
		gap: 20px;
		padding-bottom: 20px;
	}

	.temp25-item::before {
		width: 5px;
		height: 100%;
		top: 40px;
		left: 30px;
	}


	/* .temp25tabsMain {
  gap: 30px;
} */
	.temp26-itemTop {
		flex-wrap: wrap;
		gap: 25px;
		border-bottom: 0;
	}

	.temp26-itemTopRight .temp31-capServices {
		width: 100%;
	}


	.temp26-itemTopLeft,
	.temp26-itemTopRight {
		width: 100%;
		float: left;
	}

	.temp26-itemBottom {
		flex-wrap: wrap;
		gap: 25px;
	}

	.temp26-itemBottomLeft,
	.temp26-itemBottomRight {
		width: 100%;
		float: left;
	}

	.temp27-head h2,
	.careerfirst-left,
	.careerfirst-right,
	.temp27-head p {
		width: 100%;
	}

	.temp27-head h2 {
		margin-bottom: 32px;
	}

	.temp27-left {
		display: none;
	}

	.temp27-right {
		width: 100%;
		float: left;
	}

	.temp27-tabHead h4 {
		display: none;
	}

	.temp27-tabHeadMob {
		width: 100%;
		float: left;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #E1E1E1;
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.temp27-conTabActive .temp27-tabHeadMob {
		border: 0;
		color: #EE4223;
	}

	.temp27-conTabActive .temp27-tabHeadMob h4 {
		border: 0;
		color: #EE4223;
	}

	.temp27-tabHeadMob h4 {
		display: block;
		text-align: left;
		color: #333;
		text-transform: capitalize;
		border: 0;
	}

	.temp27-mobImg {
		width: 100%;
		float: left;
		display: flex;
		justify-content: space-between;
	}

	.temp27-mobImg img {
		width: 100%;
		float: left;
	}

	.temp27-tabHead {
		padding-right: 0;
	}

	.temp27-tabHead:first-child h4 {
		padding-bottom: 0;
	}

	.temp27-tabHeadMob:first-child {
		padding-bottom: 20px;
	}

	.temp27-tabHead h4 {
		padding-bottom: 0;
		padding-top: 0;
		margin-top: 0;
	}

	.temp27-tabHead p {
		width: 100%;
		float: left;
		padding: 20px 0;
	}

	.temp27-rotate {
		transform: rotate(0deg);
		transition: transform 0.3s ease;
	}

	.temp27-conTabActive .temp27-rotate {
		transform: rotate(180deg);
		transition: transform 0.3s ease;
	}



	.temp27-head {
		margin-bottom: 35px;
	}

	.temp27-tabHead.temp27-conTabActive {
		border: 0;
		padding-bottom: 0px;
	}

	.temp28b-right,
	.temp28b-left {
		width: 100%;
		float: left;
	}

	.temp28b-left {
		width: 100%;
		float: left;
		margin-bottom: 22px;
	}

	.temp28b-wrapper {
		flex-wrap: wrap;
	}

	.temp29:after {
		display: none;
	}

	.tab29-contentbox {
		flex-direction: column-reverse;
		gap: 25px;
	}

	.tab29-contentbox-image {
		width: 100%;
	}

	.tab29-contentbox-text {
		width: 100%;
	}

	.tabs29header {
		overflow: auto;
		margin-bottom: 30px;
		display: inherit;
	}

	.tabs29inner {
		width: 800px;
	}

	.tabs29headertab {
		font-size: 24px;
	}



	.temp21servSlider {
		display: none;
	}

	.temp21-accArea {
		display: block;
	}

	.temp21-accItem:not(:last-child) {
		border-bottom: 2px solid #E1E1E1;
	}

	.temp21-accHead {
		padding: 16px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		cursor: pointer;
	}

	.temp21-accHead h3 {
		width: calc(100% - 60px);
		float: left;
		letter-spacing: 0;
		color: #333;
		text-transform: capitalize;
		transition: all .4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
	}

	.temp21-accHead .material-icons-outlined {
		position: relative;
		margin-top: -2px;
		font-size: 32px;
		color: #333;
		transition: all .4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
	}

	.temp21-accActive .temp21-accHead h3,
	.temp21-accActive .temp21-accHead .material-icons-outlined {
		color: #EE4223;
	}

	.temp21-accActive .temp21-accHead .material-icons-outlined {
		transform: rotate(180deg);
	}


	.temp21-accContent {
		margin-bottom: 20px;
		display: none;
	}

	.temp21-accImg {
		margin-bottom: 20px;
	}

	.temp21-accImg img {
		border-radius: 8px;
	}

	.temp21-accContent p {
		margin-bottom: 15px;
		line-height: 1.44;
	}

	.temp21-siHead .material-icons-outlined {
		width: 35px;
		height: 35px;
		font-size: 22px;
	}

	.temp25-hrLine {
		width: auto !important;
		top: 25px;
		height: calc(100% - 100px);
		left: 28px;
	}

	.temp26-itemBottomHead li:before {
		width: 8px;
		height: 8px;
	}

	.temp21-txt li:before {
		width: 8px;
		height: 8px;
	}

	.temp26-itemBottomHead li {
		padding-left: 18px;
	}

	.temp27-head {
		gap: 0;
		flex-wrap: wrap;
	}

	.temp27-tabHeadMob .material-icons-outlined {
		font-size: 32px;
	}

	.temp30-leftWrapper .mb40 {
		margin-bottom: 15px;
	}


	.temp30-btmBtn {
		display: block;
	}

	.temp33-tableRight {
		display: none;
	}

	.talkToExpBtn {
		display: block;
		width: 100%;
		float: left;
		border-top: 1px solid #E1E1E1;
	}

	.temp30-btmBtn .btnArrowUpward {
		margin-bottom: 25px;
	}

	.talkToExpBtn h6 {
		margin: 25px 0;
	}

	.temp30-left {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 50px;
	}

	.temp30-leftWrapper {
		width: 100%;
		float: left;
	}

	.temp30-broRight {
		width: 100%;
		float: left;
	}

	.temp30-wrapper {
		background: linear-gradient(to bottom, #F8F8F8 calc(100% - 120px), #253746 120px);
	}

	.temp31-item .temp21-siHead h3 {
		width: calc(100% - 50px);
		float: left;
	}

	.temp31-item {
		width: 50%;
	}

	.temp31Slider {
		overflow: initial;
	}


	.temp33-head {
		width: 60%;
	}

	.temp33-search {
		padding: 10px;
		display: none;
	}

	.temp33-tabHead,
	.temp33-udProduct {
		width: 100%;
		float: left;
	}

	.temp33-udProduct {
		border: 0;
		padding-left: 0;
	}

	.temp33-proTableHeadWrapp {
		align-items: center;
		flex-direction: column;
		gap: 17px;
	}

	.temp33-proTableHead {
		padding: 10px 10px 16px 10px;
	}

	.temp33-Mobsearch {
		display: block;
	}

	.temp35-sItem {
		width: 100% !important;
		border-radius: 0;
	}

	.temp35-inner {
		background: #FFE8E2;
		border-radius: 12px;
	}

	.temp33-searchIcon {
		padding: 0;
		border: 0;
		outline: 0;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		background: transparent;
	}

	.temp33-udProduct {
		display: flex;
		justify-content: space-between;
	}

	.temp33-Mobsearch {
		position: relative;
		float: right;
		width: 40%;
	}

	/* .temp33-MobsearchBtn {
  cursor: pointer;
    float: left;
} */
	.temp33-searchIcon .material-icons-outlined {
		color: #333;
	}

	.temp33-MobsearchRow {
		position: relative;
		width: 100%;
		float: left;
		display: flex;
		align-items: center;
	}

	.temp33-MobsearchPP {
		width: 260px;
		position: absolute;
		right: -150%;
		top: 0;
		z-index: 999991;
		border: 1px solid #E1E1E1;
		border-radius: 4px;
		background: #F8F8F8;
		transition: all .8s ease-in-out;
	}

	.temp33-MobsearchPP.temp33-mobSearchActive {
		right: 0;
	}

	.temp33-MobsearchSubmit {
		width: 50px;
		float: left;
		background: #F8F8F8;
		border: 0;
		outline: 0;
		border-right: 1px solid #E1E1E1;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.temp33-MobsearchSubmit .material-icons-outlined {
		color: #EE4223;
		float: left;
	}

	input[type="text"].temp33-MobsearchInput {
		padding: 6px 10px;
		font-size: 14px;
		letter-spacing: 0px;
		color: #000;
		background: #F8F8F8;
		border: 0;
		outline: 0;
	}

	.temp33-MobsearchPPClose {
		padding: 6px 4px !important;
		color: #000;
		display: flex;
		align-items: center;
	}

	.temp33-MobsearchPP:after {
		content: '';
		position: absolute;
		top: 25%;
		right: -15px;
		width: 1px;
		height: 50%;
		background: #E1E1E1;
	}

	.temp33-Mobsearch {
		display: block;
	}

	.temp35-img {
		border-radius: 12px;
	}

	.temp33-mobFilter .temp33-filterBy {
		border: 0;
		background: #fff url(https://ppsazdevwebsitestg.blob.core.windows.net/public/img/dd.svg) no-repeat right 12px center;
	}

	.temp33-mob,
	.temp33-mobFilter {
		width: 100%;
		float: left;
	}

	.temp33-mobFilter {
		display: flex;
		align-items: center;
		padding: 0 0 0 12px;
	}

	.temp33-mobFilter p {
		text-align: left;
		letter-spacing: 0.64px;
		color: #333;
	}

	.temp33-mob {
		display: block;
	}

	.temp33-proTableHead {
		border: 0;
	}

	.temp33-showAll {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 991;
		left: 0;
		background: #fff;
		box-shadow: 0px 3px 16px #00000029;
		border-radius: 0;
		padding: 22px;
		display: none;
	}

	.temp33-showAll.temp33-stickBtm {
		display: flex;
	}

	.temp33-vewBtn .btnArrowUpward:hover span {
		width: 20px;
	}

	.temp35-txt {
		width: 100%;
		float: left;
		padding: 20px;
		position: static !important;
		right: 0;
		display: none;
		transition: all 0s linear;
		background: transparent;
	}

	.temp33-tableLeft,
	.temp33tableWrap {
		display: none;
	}

	.temp33-proTable {
		background: #FFF;
		box-shadow: 0px 3px 16px #00000029;
		border: 1px solid #ECECEC;
		border-radius: 12px;
	}

	.temp33-mobProductCard {
		width: 100%;
		float: left;
		padding: 20px 12px;
		display: flex;
		gap: 20px;
		flex-wrap: wrap;
	}

	.temp33-proCrads {
		width: calc(50% - 10px);
		float: left;
		padding: 20px;
		border-radius: 8px;
		background: #fff;
		padding: 20px;
		border: 1px solid #E1E1E1;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
	}

	.temp33-proCrads ul li {
		float: left;
		display: flex;
		gap: 15px;
		width: 100%;
		margin-bottom: 15px;
		align-items: flex-start;
	}

	.temp33-proCrads ul b {
		font-size: 18px;
		width: 50%;
		float: left;
	}

	.temp33-proCrads ul p {
		font-size: 18px;
		width: 50%;
		float: left;
	}

	.temp33-mobBtn {
		width: 100%;
		float: left;
	}

	.temp33-mobBtn {
		width: 100%;
		border-top: 1px solid #E1E1E1;
		padding-top: 15px;
	}

	.temp33-orderBtn {
		width: 100%;
	}

	.temp33-proCrads .temp33-statusGreen span {
		width: 10px;
		height: 10px;
		margin-right: 10px;
		position: relative;
		top: 0px;
		background-color: #049A5B;
	}

	.temp33-proCrads .temp33-statusYellow span {
		width: 10px;
		height: 10px;
		margin-right: 10px;
		position: relative;
		top: 0px;
		background-color: #F88C00;
	}

	.temp33-statusGreen p {
		color: #049A5B;
	}

	.temp33-statusYellow p {
		color: #F88C00;
	}

	.temp33-showAll b {
		font-size: 16px;
	}

	.temp26-itemBottomHead ul li li::before {
		width: 10px;
		height: 4px;
		top: 10px;
	}

	.temp35-txt:before {
		content: none;
	}

	.temp35-txtScroll {
		max-height: initial;
	}

	.temp35-txt h3 {
		margin-bottom: 15px;
		color: #EE4223;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	.temp35-txt P {
		font-size: 16px;
	}

	.temp35-sHead {
		padding: 40px 20px 20px;
		border-radius: 0 0 12px 12px;
	}

	.temp35-sHead h3 {
		font-size: 22px;
	}

	.temp35-rotate {
		display: block;
	}

	.nt .temp35-slider {
		display: flex;
		flex-wrap: wrap;
		gap: 27px;
	}

	.nt .temp9-progNav {
		display: none;
	}

	.temp34-left {
		width: 100%;
		padding: 75px 22px;
	}

	.temp34-right {
		width: 100%;
	}

	.temp34-wrapper {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.temp34-right {
		gap: 20px;
	}

	/* .temp34-wrapper {
    padding: 0 20px;
  } */
	.temp34-rightBox {
		width: calc(50% - 10px);
	}

	.temp34-img {
		margin-bottom: 30px;
	}

	.temp34-rightBox {
		width: 100%;
	}

	.temp34-wrapper {
		gap: 42px;
	}

	.temp34-img img {
		width: 56px;
	}

	.temp37-mainSLeft,
	.temp37-msliderRight {
		width: 100%;
		float: left;
	}

	.temp37-mainSLeft img {
		border-radius: 8px;
	}

	.temp37-sliderWrapper {
		height: 100%;
		flex-wrap: wrap;
		gap: 27px;
	}

	.temp37-btm {
		align-items: flex-end;
		flex-direction: column;
		margin-top: 60px;
	}

	.temp37-thumbSItem {
		width: 100% !important;
		float: left;
	}

	.temp37-txtWrapper {
		width: 100%;
		float: left;
		/* background: #ededed; */
		/* padding: 25px 0 17px 20px; */
		/* border-radius: 10px 0px 0px 10px; */
	}

	.temp37-sliderTxt {
		height: 450px;
		/* column-width: 250px; */
		/* column-gap: 30px; */
		/* column-rule: 1px solid #ccc; */
		overflow-x: scroll;
	}

	.temp37-sliderTxt p {
		height: auto;
	}

	.temp37-pName {
		width: 100%;
		float: left;
	}

	.temp37-msliderRight .temp37-sliderTxt p {
		padding: 0 !important;
	}


	.temp37-pName h3 {
		margin-bottom: 10px;
	}

	.temp37-vrLine {
		display: none;
	}

	.mobileOnlyBtn {
		display: block;
	}

	.temp38-searchWrapper {
		width: 70%;
	}

	.temp39-card {
		width: calc(50% - 10px);
		flex-wrap: wrap;
		gap: 0;
		padding: 20px 15px;
	}

	.temp39-cardImg,
	.temp39-left {
		width: 100%;
	}

	.temp39-left {
		align-content: flex-start;
	}

	.temp39-cardTxt {
		position: static;
		bottom: 0;
		z-index: 0;
	}

	.temp39-cardTxt p {
		color: #333;
		text-align: left;
		margin: 19px 0 8px 0;
	}

	.temp39-cardImg img {
		height: auto;
	}

	.temp39-cardImg:after {
		content: none;
	}

	.temp39-left h6 {
		margin-bottom: 15px;
	}

	.temp40-wrapper h6 {
		font-size: 18px;
		padding-top: 20px;
		padding-bottom: 15px;
	}

	.temp40-wrapper h3 {
		margin-bottom: 30px;
	}

	.temp20b-locationRef {
		padding-left: 6%;
	}

	/* .temp41-aSlider .temp9-progNav {
		top: -67px;
	} */
	.temp41-aSlider .swiper-pagination {
		width: 79%;
	}

	.temp42-left,
	.temp42-right {
		width: 100%;
		float: left;
	}

	.temp42-wrapper {
		gap: 45px;
		flex-direction: column;
	}

	.temp42-right h3 {
		padding-right: 0;
	}

	.temp43-left,
	.temp43-right {
		width: 100%;
		float: left;
	}

	.temp43-wrapper {
		display: flex;
		gap: 30px;
		flex-direction: column;
	}

	.temp43-sliderBox .swiper-slide {
		display: flex;
		gap: 30px;
		flex-direction: column;
	}

	.itemlist-icon img {
		width: 68px;
		height: 68px;
	}

	.temp44-itemlist .itemlist-icon {
		top: -34px;
	}

	.temp44 .container {
		padding: 0 40px;
	}

	.temp44-itemlist ul {
		flex-direction: column;
		gap: 70px;
	}

	.temp44-itemlist .itemlist-icon {
		top: -34px;
	}

	.temp44-itemlist li {
		width: 100%;
	}

	.itemlist-icon img {
		width: 68px;
		height: 68px;
	}

	.temp44-itemlist .itemlist-text {
		padding: 50px 16px 50px 16px;
	}

	.temp43-sliderBox::after {
		height: 0;
	}

	.temp45-left,
	.temp45-right {
		width: 100%;
	}

	.temp45-wrapper {
		display: flex;
		flex-direction: column-reverse;
	}

	.temp45-left {
		border-radius: 0 0 16px 16px;
		padding: 30px 15px;
	}

	.temp45-right img {
		border-radius: 16px 16px 0 0;
	}

	/* style 2 css */
	.temp50-top {
		gap: 0;
		flex-wrap: wrap;
	}

	.temp50-tLeft,
	.temp50-tRight,
	.temp50-txtCol {
		width: 100%;
	}

	.temp50-tLeft {
		margin-bottom: 20px;
	}

	.temp50-tRight p,
	.temp50-txt p {
		line-height: 1.37;
	}

	.temp50-txtCol {
		width: 100%;
		float: left;
	}

	.temp50-txt {
		gap: 15px;
	}

	.temp50-txt p:not(:last-child) {
		margin-bottom: 15px;
	}

	.temp50-qLeft {
		padding-right: 0;
	}

	.temp50-quote {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 40px;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.temp50-qRight {
		width: 90%;
		padding: 30px 20px;
		margin-top: -50px;
		position: relative;
		right: 5%;
		border-radius: 8px;
	}

	.temp50-qRight h3 {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.temp50-qRight img {
		height: 56px;
		margin-bottom: 30px;
	}

	.temp50-top.mb60 {
		margin-bottom: 30px;
	}

	/* style3 css */

	.esgFrame {
		margin-top: 0;
	}

	.esgFrame-tab ul li .esgFrame-leftMenu {
		width: 50%;
	}

	.esgFrame-tabRightBox h1 {
		font-size: 60px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.temp61 ul li .temp61-text p {
		min-height: 85px;
	}

	.temp61 ul li .temp61-text {
		bottom: -105px;
	}



	.temp62-head .headline {
		padding-left: 0;
	}

	.temp60 .temp24-date {
		padding: 15px;
		width: 120px;
		margin-right: -80px;
	}

	.temp60 .temp24-date h3:first-child {
		border-bottom: 1px solid #fff;
		margin-bottom: 3px;
		padding-bottom: 3px;
		font-weight: 400;
	}

	.temp59-boxRight ul li {
		padding: 30px 20px;
	}

	.temp59-boxRight ul li h2 {
		font-size: 40px;
	}

	.temp59-boxRight ul li h3 {
		font-size: 18px;
	}

	.temp59-boxLeft h3 {
		font-size: 18px;
	}

	.temp-55Slider {
		flex-wrap: wrap;
		padding: 0 20px;
	}

	.temp56 {
		flex-wrap: wrap;
		padding: 0 20px;
	}

	.temp5:before {
		top: 16%;
		height: 61%;
	}

	.awardscardchanges .temp24-date span {
		min-height: 34px;
	}

	.temp24-sliderImg {
		width: 100%;
	}

	/* .contantMainBox { flex-direction: column; } */
	.contantMainLeft {
		margin-right: 30px;
	}

	.temp41-aTxt,
	.temp41-aImg {
		width: 100%;
		float: left;
	}

	.temp41-aSliderItem {
		flex-direction: column-reverse;
	}

	.ifmap2-item {
		width: calc(33.3333% - 20px);
	}

	.ifmap2-tabItem {
		width: 30%;
	}

	.ifmap2MobileOnlyBtnWrap {
		width: 100%;
		float: left;
		display: block;
		margin-top: 35px;
	}

	.ifmap2MobileOnlyBtnWrap .primaryBtn.downloadBtn {
		height: 52px;
		font-size: 14px;
		gap: 20px;
	}

	/* blog css */
	.blogsTop {
		padding-top: 35px;
	}

	.blogsTop::before {
		height: 35%;
	}

	.formPP .contantMainRight {
		margin-top: 0;
	}
}

@media only screen and (max-width: 900px) {
	.esgFrame .temp26-tabHead {
		overflow: visible;
		padding-bottom: 10px;
		gap: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	.esgFrame .temp26-tabArea {
		overflow: auto;
	}

	.esgFrame .temp26-tabArea {
		border-bottom: 0;
	}

	.esgFrame-tab ul li .esgFrame-rightSlider {
		position: initial;
	}

	.esgFrame .RightSwiper {
		height: auto;
		width: 100%;
	}

	.esgFrame .temp26-tabHead li {
		border-bottom: 1px solid #E1E1E1;
		padding-bottom: 20px;
	}

	.esgFrame-tab ul li {
		flex-direction: column;
	}

	.esgFrame-tab ul li .esgFrame-leftMenu {
		width: 100%;
		margin-bottom: 15px;
	}

	.esgFrame-tab ul li .esgFrame-rightSlider {
		width: 100%;
	}


	.esgFrame-tab ul li .esgFrame-rightSlider .esgFrame-tabRightBox {
		width: 200px;
		margin-left: 15px;
	}

	.esgFrame-tab ul li .esgFrame-rightSlider .esgFrame-tabRightBox:first-child {
		margin-left: 0
	}

	.esgFrame-tab ul li .esgFrame-rightSlider .swiper-slide-active {
		margin-left: 0;
	}

	.esgFrame-tabRightBox h1 {
		font-size: 40px
	}

	.esgFrame .temp26 .temp26Indicator:after {
		display: none;
	}

	.esgFrame .temp26-tabHead li.temp26-refTabActive {
		position: relative;
	}

	.esgFrame .temp26-tabHead li.temp26-refTabActive:after {
		content: '';
		position: absolute;
		left: calc(50% - 5px);
		bottom: -10px;
		width: 18px;
		height: 18px;
		border-radius: 100%;
		background-color: #EE4223;
		transition: 0.7s;
		border: 1px solid #fff;
	}

	.contantMainBox {
		flex-direction: column;
	}



	.esgFrame-tabRightBox h3 {
		font-size: 18px;
	}

	.contactSlider .swiper-pagination {
		position: initial;
		padding-left: 0;
		margin-top: 30px;
	}

	.contactSlider .swiper-pagination-bullet {
		background: #333;
		width: 10px;
		height: 10px;
	}

	.contactSlider .swiper-pagination-bullet-active {
		width: 31px;
	}

	.contantMainLeftText {
		position: initial;
	}

	.contantMainLeftImage:before {
		display: none;
	}

	.contantMainLeftText {
		padding: 0;
		margin-top: 20px;
	}

	.contantMainLeftText h3 {
		color: #333;
		margin-bottom: 18px;
		font-weight: 500;
	}

	.contantMainLeftText p {
		color: #333;
		font-size: 16px;
	}

	.contantMainLeftImage img {
		border-radius: 16px;
	}


	.temp58-content .temp4-cImg img {
		height: 150px;
	}

	.temp58-content .temp4-cWrap {
		height: calc(100% - 170px);
	}

	.contantMainRight iframe {
		height: 930px;
	}

	/* Brochures sub tab section css start here */
	.brochuresSubTab {
		ul {
			li {
				padding: 10px 16px;
				font-size: 14px;
			}
		}
	}

	/* Brochures sub tab section css end here */

}

@media only screen and (max-width: 840px) {
	.temp61 ul li .temp61-text {
		bottom: -85px;
		padding-bottom: 10px;
	}

	.temp61 ul li .temp61-text p {
		font-size: 12px;
		min-height: 75px;
	}

	.temp61 ul li .temp61-text h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.ltci-img {
		img {
			max-width: 100%;
		}
	}
}

@media only screen and (max-width: 768px) {
	.temp61-content {
		overflow: hidden;
	}

	.temp13-topSlider {
		overflow: hidden;
	}

	.temp63 {
		overflow: hidden;
	}

	.careerEffectSliderMobile .temp3-item {
		width: 290px;
	}

	.careerEffectSliderMobile .temp3-iImg img {
		height: auto;
	}

	.careerEffectSliderMobile .temp3-txt {
		padding-bottom: 35px;
	}

	.careerEffectSliderMobile .temp3-txt h3 {
		font-size: 22px;
		color: #333333;
	}

	.temp62 .temp62-head h6 b {
		font-style: italic;
	}

	.temp64 .temp64-content h6 b {
		font-style: italic;
	}

	.temp64-content {
		margin-bottom: 30px;
	}

	.temp64-content h2 {
		margin-bottom: 20px;
	}

	.temp64-content h6 {
		margin-bottom: 15px;
	}

	.temp64 .temp64-content {
		padding-left: 0px;
		padding-right: 0px;
	}





	.mb60 {
		margin-bottom: 30px;
	}

	.temp62 .temp26-itemTop {
		gap: 25px;
		flex-direction: column-reverse;
	}

	.temp62 .temp26-itemTopRight h3 {
		margin-bottom: 20px;
	}

	.temp64-content {
		padding-left: 20px;
		padding-right: 20px;
	}

	.careersliderul {
		gap: 20px;
	}

	.careerslider1 {
		margin-bottom: 15px;
	}



	.temp64 .temp13-topSlider {
		width: calc(100% + 40px);
		margin-left: -20px;
	}

	.careersliderul li {
		width: 230px;
	}

	.temp62-head {
		margin-bottom: 30px;
	}

	.temp62-head h6 {
		font-size: 16px;
	}

	.temp4-filterBy {
		min-width: 85px;
	}

	.temp59-boxRight ul li h2 {
		font-size: 34px;
	}
}

@media only screen and (max-width: 767px) {
	.temp43-sliderBox {
		height: auto;
	}

	.temp31-sliderArea {
		margin-left: -20px;
	}

	.errorP .thankyoubox img {
		width: 185px;
	}

	.errorP .thankyoubox h6 {
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 35px;
	}

}

@media only screen and (max-width: 760px) {
	.temp6-sliderArea {
		margin-left: -20px;
		margin-right: -20px;
	}

	.temp6 .temp6-progNav {
		margin-left: 20px;
	}

	.temp6 .mobileOnlyBtnWrap {
		margin-left: 20px;
	}

	.temp20b-location {
		width: 100%;
	}

	.temp20b-locationRef {
		width: 100%;
	}

}

@media only screen and (max-width: 680px) {
	.nav-searchPP {
		top: 12px;
	}

	.bookMeetingOpened .nav-searchPP {
		top: 72px;
	}

	.bookMeeting {
		padding: 6px 20px;
	}

	.bookMeetingBtn {
		padding: 6px 16px;
	}

	.bookMeetingOpened .topSection,
	.bookMeetingOpened .topSectionAbout {
		margin-top: 116px;
	}

	.bookMeetingOpened .navWrap {
		height: calc(100vh - 117px);
		top: 117px;
	}

	.thankyoubox {
		width: 100%;
	}

	.formPP {
		margin: 20px;
	}

	.temp31-sliderArea {
		margin-left: 0;
	}

	.temp64 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.temp62 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.temp27-head,
	.temp27-bottom {
		padding: 0 20px;
	}

	.temp59 .headline {
		padding: 0 0;
	}

	.tabs29main {
		margin: 20px;
	}

	.temp38-searchInput {
		padding: 0 15px !important;
	}

	.temp50hMain {
		flex-direction: column-reverse;
		padding-left: 20px;
		padding-right: 20px;
		gap: 26px;
	}

	.temp50hMainLeft {
		width: 100%;
	}

	.temp50hMainRight {
		width: 100%;
	}

	.temp18new .temp18-sYear {
		margin-top: -80px !important;
		font-size: 60px !important;
		padding-bottom: 20px;
	}

	.temp18new .temp18-sImg:before {
		bottom: -36px;
		width: 10px;
		height: 10px;
	}

	.temp61-content {
		padding-left: 20px;
		padding-right: 20px;
	}

	.temp61-content .container {
		overflow: hidden;
	}

	.temp61 ul li .temp61-text {
		padding-bottom: 20px;
	}

	.temp61 ul li .temp61-text h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.temp61 .temp27 {
		padding-bottom: 0;
	}

	.temp61-content {
		margin-top: 0;
	}

	.temp61 .temp27.bgGray {
		background: #fff;
	}

	.careerslidertop .swiper-slide {
		width: 208px !important;
	}

	.careerslidertop .swiper-slide-prev {
		transform: translateX(150px) !important;
	}

	.careerslidertop .swiper-slide-next {
		transform: translateX(-150px) !important;
	}

	.careerslidertop .swiper-slide-active {
		width: 246px !important;
		z-index: 2;
		transform: translateX(0px) !important;
		transform: translateY(0px) !important;
	}

	.careerslidertop .swiper-slide-active .temp61-text p {
		display: block;
	}

	.careerslidertop .swiper-slide-active .temp61-text {
		bottom: 0;
	}

	.temp61 ul li {
		border-radius: 12px !important;
		margin: 0px;
	}

	.temp61 ul li:hover {
		transform: scale(1);
		z-index: inherit;
	}

	.temp61 ul li .temp61-text {
		bottom: 0;
	}

	.temp61 ul li .temp61-text p {
		font-weight: 300;
		min-height: auto;
		bottom: 0;
		display: none;
	}

	.temp6 .temp6-progNav {
		margin-left: 0;
	}

	.temp6 .mobileOnlyBtnWrap {
		margin-left: 0;
	}

	h1,
	.h1 {
		font-size: 34px;
		line-height: 1.2;
	}

	h2,
	.h2 {
		font-size: 28px;
	}

	h3,
	.h3 {
		font-size: 20px;
	}

	h4,
	.h4 {
		font-size: 18px;
	}

	h6,
	.h6 {
		font-size: 18px;
	}

	.mb40 {
		margin-bottom: 30px;
	}

	.mb50 {
		margin-bottom: 35px;
	}

	.mobileOnlyBtnWrap {
		padding: 0 20px;
	}

	section,
	.mb110 {
		margin-bottom: 60px;
	}

	/* Footer css start here */
	.container {
		padding: 0;
	}

	.footerSection {
		padding: 0 20px;
	}

	.footerHeading,
	.footerSub {
		width: 100%;
	}

	.footerHeading {
		padding-bottom: 30px;
	}

	.formRow {
		padding-bottom: 5px;
		margin-bottom: 0px;
		border-bottom: 2px solid rgba(255, 255, 255, 0.7);
	}


	input.fInputBtm {
		padding: 0px 0px 0px 0px;
		border-bottom: none;
	}

	.fEmailBtn {
		width: 45px;
		height: 45px;
		padding: 15px;
	}

	.footerList ul {
		display: block;
	}

	.footerListTwo ul {
		display: block;
	}

	.footerList,
	.footerListTwo {
		width: 50%;
	}

	.footerList ul li {
		padding-bottom: 15px;
	}

	.footerListTwo ul li {
		padding-bottom: 15px;
	}

	.footerListTwo {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.footerMiddle {
		padding-top: 28px;
		padding-bottom: 28px;
	}

	.footerList ul li a {
		font-size: 16px;
	}

	.footerListTwo ul li a {
		font-size: 16px;
	}

	.footerLogoTnc {
		display: block;
	}

	.footerLogo img {
		width: 100px;
		height: 35px;
	}

	.footerLogoTnc {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.footerLogo {
		width: 100%;
		float: left;
		padding-bottom: 15px;
	}

	.footerCopyRight p {
		text-align: left;
	}

	.footerSocial {
		float: right;
		width: auto;
	}

	.footerSocial ul li {
		width: 50%;
		float: left;
		padding-bottom: 15px;
	}

	.footerSocial ul {
		display: block;
	}

	.footerTnc p a {
		font-size: 16px;
	}

	.footerSocial::before {
		width: 1px solid red;
		height: 10px;
	}

	.footerTnc {
		text-align: start;
		padding-bottom: 15px;
		display: flex;
		justify-content: flex-start;
	}

	.footerCopyRight {
		display: flex;
		justify-content: flex-start;
	}

	.footerCopyRight p {
		font-size: 16px;
	}

	/* Footer css end here */
	/* .nav2 {
		padding-bottom: 150px;
	} */


	.headline {
		padding: 0 20px;
	}

	.temp1-img img,
	.temp1-video {
		height: 620px;
		/* height: 520px; */
	}

	.temp1-txt {
		padding: 0 20px;
	}

	.temp1-txt h1 {
		margin-bottom: 30px;
	}

	.temp1-link {
		margin-bottom: 60px;
	}

	.temp1-wnPopup {
		padding: 15px 20px;
		margin-bottom: 35px;
		border-radius: 8px;
	}

	.temp1-wnPopup h4 {
		font-size: 20px;
	}

	.temp1Slider .swiper-horizontal>.swiper-pagination-progressbar,
	.temp1Slider .swiper-pagination-progressbar.swiper-pagination-horizontal {
		display: none;
	}

	.temp1Slider .swiper-button-prev {
		bottom: 55px;
		left: initial;
		right: 65px;
	}

	.temp1Slider .swiper-button-next {
		bottom: 55px;
		left: initial;
		right: 20px;
	}

	.temp1-txt.temp1-txt2 {
		bottom: 120px;
	}

	.temp1-wnPPClose {
		top: 18px;
		right: 10px;
	}

	.wnPP-scroll {
		max-height: 170px;
	}

	.wnPP-list li:not(:last-child):after {
		width: 100%;
		height: 1px;
		right: initial;
		top: initial;
		bottom: -15px;
		left: 0;
	}

	.wnPP-img {
		width: 26%;
		border-radius: 12px;
	}

	.wnPP-img img {
		height: 105px;
	}

	.wnPP-img p {
		font-size: 14px;
	}

	.wnPP-list li {
		width: 96%;
	}

	.wnPP-txt {
		width: calc(74% - 20px);
	}

	.wnPP-txt h6 {
		margin-bottom: 0;
		line-height: 1.22;
	}

	.temp2-head {
		padding: 0 20px;
	}

	.temp2-list {
		padding: 0 20px;
		gap: 17px;
	}

	.temp2-item {
		width: calc(50% - 8.5px);
		box-shadow: none;
	}

	.temp2-readMoreBtn {
		display: none;
	}

	.temp2-itemTxt p.smlPara {
		display: none;
	}

	.temp2-item:hover .temp2-itemTxt p {
		display: none;
	}

	.temp2-item:hover .temp2-readMoreBtn {
		display: none;
	}

	.temp2-itemTxt {
		padding: 15px 15px;
	}

	.temp2-img:after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 41%, rgba(0, 0, 0, 1) 100%);
	}

	.temp2-img img {
		height: 150px;
		object-fit: cover;
		border-radius: 12px;
	}

	.temp2-itemTxt h3 {
		font-size: 18px;
	}

	.temp2-imgTxt,
	.temp2-txt {
		padding: 0 20px;
	}

	.temp4-wrap {
		padding: 0 20px;
	}

	.temp4-mapItem {
		gap: 0;
		flex-wrap: wrap;
	}

	.temp4-map,
	.temp4-cardArea {
		width: 100%;
	}

	.temp4-cImg img {
		height: 150px;
		object-fit: cover;
	}

	.temp4-cardArea {
		padding-bottom: 40px;
		margin-bottom: 35px;
		border-bottom: 1px solid #EE4223;
	}

	.temp4-btm {
		border-bottom: 1px solid #E1E1E1;
		gap: 13px;
		flex-wrap: wrap;
	}

	.temp4-top {
		display: none;
	}

	.temp4-topM {
		display: flex;
		gap: 20px;
		margin-bottom: 25px;
	}

	.temp4-topMfilter,
	.temp4-topMcontin {
		width: 50%;
		float: left;
	}

	.temp4-topMfilter {
		position: relative;
	}

	.temp4-topMfilter:after {
		position: absolute;
		right: -10px;
		content: '';
		width: 1px;
		height: 100%;
		background-color: #E1E1E1;
	}

	.temp4-filterBy {
		width: 100%;
		min-width: auto;
		padding: 0;
		padding-right: 30px;
		font-size: 16px;
		letter-spacing: 0.64px;
	}

	.temp4-cLinks {
		gap: 14px;
	}

	.temp4-cLinks .orangeBtn {
		width: calc(100% - 110px);
		justify-content: center;
	}

	.temp5-tSlider {
		width: 220px;
	}

	.temp5-tSlider .swiper-slide .temp5-itemTxt {
		gap: 30px;
		padding: 15px 10px 20px 10px;
	}

	.temp5-itemTxt span {
		font-size: 36px;
	}

	.temp5-item {
		height: 200px;
	}

	.temp5-slider .swiper-slide-active {
		width: 200px !important;
		min-width: 200px;
	}

	.temp5-sliderArea {
		padding: 0 20px;
	}

	.temp5-itemTxt {
		padding: 20px 30px;
		margin-right: 60px;
	}

	/* .temp5-item { width: 300px;} */

	.temp5-itemTxt h3 {
		left: calc(100% - 25px);
		width: 180px;
		height: 22px;
		font-size: 16px;
	}

	.temp6-sliderArea {
		margin-left: 0;
		margin-right: 0;
	}

	.temp25 .temp6-head {
		padding: 0;
	}

	.temp6-head {
		padding: 0 20px;
	}

	.temp7 {
		padding: 0 20px;
	}

	.temp7-stayInLoopLeft img {
		width: 60px;
		height: 55px;
	}

	.temp7-emailSub .email-signup {
		width: 60%;
		height: 48px;
	}

	.temp7-emailSub .email-signup {
		padding: 0px 15px 0px 15px;
	}

	.temp7-emailSub .temp7-inputbtn {
		width: 40%;
		padding: 15px;
		border-radius: 5px;
	}

	.temp7-turbhe {
		margin-top: -60px;
	}

	.temp8-list {
		padding: 0 20px;
		gap: 17px;
	}

	.temp2-readMoreBtn {
		margin-top: 0;
	}

	.temp8-img:after {
		height: 85%;
	}

	.temp8-list {
		gap: 20px;
	}

	.temp8-item .temp2-readMoreBtn {
		display: block;
	}

	.temp6-btnMob {
		display: flex;
		gap: 17px;
		width: 40%;
		top: 34px;
		padding: 15px;
	}

	.temp6-sliderTxt {
		padding: 15px;
	}

	.temp6-readMoreBtn .readMoreBtn span:before {
		width: 6px;
		left: 4px;
	}

	.temp6-readMoreBtn .readMoreBtn span:after {
		left: 6px;
	}

	.temp6-sliderItem {
		width: 300px;
	}

	.temp6-sliderBtn {
		padding-left: 20px;
		float: left;
		width: 100%;
		margin-top: 35px;
	}

	.temp6-nav {
		padding: 0 20px;
	}

	.temp6Slider .swiper-pagination {
		width: 63.3%;
		left: 20px;
		height: 2px;
	}

	.temp6-progNav {
		justify-content: space-between;
	}

	.temp6-progNav .swiper-pagination:not(.swiper-pagination-lock) {
		margin-top: 30px;
	}

	.temp10-rItem {
		width: 100%;
		background: transparent linear-gradient(135deg, #EBEBEB 0%, #FFFFFF 100%);
		border: 1px solid #E1E1E1;
		border-radius: 8px;
	}

	.tabcontent {
		width: 100%;
		background: none;
		border: none;
	}

	.temp10-tabArea .tabcontent {
		width: 100%;
		padding: 20px;
	}

	.temp10-rTxt p {
		margin-bottom: 40px;
		padding-right: 41%;
	}

	.temp10-rtabLink {
		margin-bottom: 8px;
	}

	.temp10-rightTabList {
		gap: 20px;
	}

	.temp10-readMoreBtnSocial {
		font-size: 16px;
		gap: 20px;
		padding-bottom: 10px;
		align-items: flex-end;
	}

	.temp10-itemImg img {
		height: auto;
	}

	.temp10-rTxt {
		height: auto;
	}

	.temp10-tabheading h3 {
		padding: 0 20px;
		margin-bottom: 25px;
	}

	.temp10-head h2 {
		width: 100%;
		padding: 0 20px;
	}

	.temp10-tabArea .temp10-tab {
		display: none;
	}

	.temp10-mobFilter {
		width: 100%;
		float: left;
		display: flex;
		justify-content: space-between;
		padding: 0 20px;
		cursor: pointer;
		gap: 12px;
		justify-content: space-between;
	}

	.temp10-mobFilter p {
		letter-spacing: 0.64px;
		color: #333333;
	}

	.temp10-expand {
		font-size: 20px;
	}

	.temp10-filter {
		font-size: 30px;
	}

	.temp10-filterHead {
		display: flex;
		gap: 20px;
		float: left;
		align-items: center;
		position: relative;
	}

	.temp10-mobFilter {
		display: flex;

	}

	.temp10-mobFLable {
		float: left;
		display: flex;
		gap: 10px;
		align-items: center;
	}

	.temp10-header .temp10-tab {
		display: none;
		position: absolute;
		width: 250px;
		border-radius: 8px;
		top: 40px;
		right: 20px;
		overflow: auto;
		height: auto;
		padding: 10px 20px;
		float: left;
		border-radius: 12px;
		background: #fff;
		box-shadow: 0 3px 8px #00000047;
	}

	.temp10-tabArea .temp10-tab li {
		font-size: 14px;
		padding: 11px 11px 11px 11px;
	}

	.temp10-mobFilter p {
		font-size: 14px;
	}

	.temp10-header {
		width: 100%;
		float: left;
		position: relative;
	}

	/* temp9 css starb here */
	.temp9-sliderArea {
		padding-bottom: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.temp9-btmItem {
		width: 260px;
	}

	.temp9-itemInner {
		width: 100%;
		float: left;
	}

	.temp9-nav {
		padding: 0 20px;
	}

	.temp9-btmSlider .temp9-swiper-pagination {
		width: 63.3%;
		left: 20px;
		height: 2px;
		top: 50%;
	}

	.nt .swiper-pagination {
		width: 63.3%;
		left: 20px;
		height: 2px;
		top: 50%;
	}

	.btnArrowUpward {
		font-size: 16px;
		letter-spacing: 0.64px;
		gap: 13px;
	}

	.temp11-txt {
		bottom: 60px;
		padding: 0 20px;
	}

	.temp12-list {
		padding: 0 20px;
	}

	.temp12-team {
		gap: 20px;
	}

	.temp12-item {
		width: 100%;
		padding: 12px 12px 20px;
		border-radius: 8px;
		box-shadow: 2px 4px 12px 0px #00000029;
	}

	.temp12-txt p {
		height: calc(16px * 1.3 * 3);
		margin-bottom: 20px;
		font-size: 16px;
	}

	.temp12-img img {
		border-radius: 8px;
	}

	.temp12-leader {
		gap: 35px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.temp12-lImg,
	.temp12-lTxt,
	.temp12-lHeadLeft,
	.temp16-headLeft,
	.temp16-headRight {
		width: 100%;
	}

	.temp12-lLinkedIn {
		display: none;
	}

	.temp12-lLinkedInM {
		display: block;
		margin-top: 40px;
	}

	.temp12-lHeadLeft h3 {
		margin-bottom: 10px;
	}

	.temp12-lHead {
		margin-bottom: 25px;
	}

	.temp12-btns {
		padding: 0 20px;
		flex-wrap: wrap;
		gap: 20px;
	}

	.temp12-btns .primaryBtn {
		width: 100%;
	}

	.science-cTeam .temp12-item {
		width: 100%;
	}

	.temp13 {
		padding: 0 20px;
	}

	.temp15 {
		padding: 60px 20px;
	}

	.temp13-progNav .swiper-pagination-progressbar.swiper-pagination-horizontal {
		width: 70%;
	}

	.temp13-paItemTxt p,
	.temp14-right p,
	.temp14-rBtmTxt h6,
	.temp15-left p {
		line-height: 1.37;
	}

	.temp13-paItemList ul {
		gap: 15px 0;
	}

	.temp13-paItemList li {
		width: 100%;
		padding-left: 16px;
		line-height: 1.37;
	}

	.temp13-paItem,
	.temp13-paItemList {
		padding-left: 20px;
		padding-right: 20px;
	}

	.temp13-btm {
		padding: 0 20px;
	}

	.temp14,
	.temp16 {
		padding: 0 20px;
	}

	.temp14-rBtmTxt h6 {
		font-size: 16px;
	}

	.abdc .temp13-paItemList li {
		margin-bottom: 0;
	}

	.temp14-left a .plyBtn {
		width: 52px;
		height: 52px;
	}

	.temp14-left a .plyBtn img {
		height: 20px;
	}

	.temp15-top {
		padding-bottom: 45px;
	}

	.temp15-sRight h3 {
		line-height: 1.3;
	}

	.temp15-img img {
		width: 103px;
		height: 103px;
	}

	.temp15-img {
		padding-top: 50px;
		margin-top: 50px;
		gap: 23px;
	}

	.temp16-filter ul {
		gap: 20px;
	}

	.temp16-tab p {
		line-height: 1.37;
	}

	.temp16-headLeft {
		width: 100%;
		padding: 8px 15px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		border-radius: 10px;
	}

	.temp16-head {
		margin-bottom: 32px;
		gap: 16px;
	}

	.temp16-headLeft h3 {
		font-size: 18px;
	}

	.temp16-headLeft h2 {
		font-size: 20px;
		padding-top: 0;
		margin-top: 0;
		border-top: 0;
		padding-left: 90px;
		border-left: 1px solid #fff;
	}

	.temp20-txt {
		padding: 0 20px;
		bottom: 100px;
	}

	.temp20-breadCrumb {
		width: 100%;
	}

	.temp20-btns {
		flex-wrap: wrap;
		gap: 15px;
	}

	.temp20-progNav {
		padding: 0 20px;
	}

	.temp20-progNav .swiper-pagination-progressbar.swiper-pagination-horizontal {
		width: 75%;
		left: 20px;
	}

	.temp20-breadCrumb h1 {
		margin-bottom: 22px;
	}

	.temp20-address {
		align-items: flex-start;
	}

	.temp20-btns .primaryBtn svg {
		width: 18px;
		height: 24px;
	}

	.temp20-btns .virBtn svg {
		width: 18px;
		height: 24px;
	}

	.temp20-dropDown {
		z-index: 99999;
	}

	.temp20b-wrapper {
		padding: 0 20px;
	}

	.temp20b-location {
		width: 100%;
		padding-left: 9%;
	}

	.temp20b-locationRef {
		width: 100%;
	}

	.temp20b-locationRef {
		padding-left: 9%;
	}

	.temp23-tabConTxt {
		padding: 15px;
	}

	.temp17-2col,
	.temp17-full,
	.temp18-filter,
	.temp19-top,
	.temp19-btm {
		padding: 0 20px;
	}

	.temp18-filter {
		padding-bottom: 12px;
		margin-bottom: 25px;
	}

	.temp18-filter ul {
		gap: 20px;
	}

	.temp18-sItem {
		width: 290px !important;
	}

	.temp18-sImg,
	.temp18-sImg img {
		height: 180px;
	}

	.temp18-sImg img {
		transform: scale(.9);
		border-radius: 8px;
	}

	.temp18-sImg:after {
		height: 2px;
	}

	.temp18-progNav {
		margin: 0 20px;
	}

	.temp18-progNav .swiper-pagination-progressbar.swiper-pagination-horizontal,
	.temp19-progNav .swiper-pagination-progressbar.swiper-pagination-horizontal {
		width: 70%;
	}

	.temp18-sTxtInner {
		margin-top: 10px;
		font-size: 14px;
	}

	.temp18-sTxtInner p {
		margin-bottom: 7px;
		font-size: 14px;
	}

	.temp18Slider:before,
	.temp18Slider:after {
		width: 0;
	}

	.temp19tSlider .swiper-slide {
		width: 300px;
	}

	.temp19tSlider .swiper-slide:before {
		box-shadow: -8px -8px 8px #fff;
	}

	.temp19tSlider .swiper-slide:after {
		background: transparent linear-gradient(137deg, rgba(235, 235, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
		filter: none;
		box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.16);
	}

	.temp19-tItem {
		padding: 20px 14px 35px;
	}

	.temp19-tTxt p {
		line-height: 1.44;
	}

	.temp19-tImg img {
		width: 62px;
	}

	.temp19-bItem h3 {
		line-height: 1.3;
		text-wrap: balance;
	}

	.temp19-bItem h4 {
		font-size: 20px;
	}

	.virBtn,
	.temp20-btns .primaryBtn {
		min-width: 205px;
	}

	.temp21-service {
		padding: 0 20px;
	}

	.temp22 {
		padding: 60px 20px;
	}

	.temp22-itemList {
		width: 100%;
		float: left;
		padding: 17px 0;
	}

	.temp22tabsMain ul {
		flex-wrap: wrap;
		gap: 0;
	}

	.temp22-tabHead li {
		padding: 15px 25px;
	}

	.temp22tabsMain {
		margin-top: 7px;
	}

	.temp23-tabWrapper {
		padding: 0 20px;
	}

	.temp24-newsPages ul {
		flex-wrap: nowrap;
		position: relative;
		overflow: hidden;
		overflow-x: auto;
	}

	/* temp24 css start here */
	.temp24-newsPages ul li a h4 {
		font-size: 16px;
		white-space: nowrap;
	}

	/* .temp24-newsPages ul li {
   display: inline-block;
  } */
	.temp24-left,
	.temp24-right {
		width: 100%;
		float: left;
	}

	.temp24-wrapper {
		flex-wrap: wrap;
	}

	.temp24-newsPages ul li {
		border: 0;
	}

	.temp24-newsPages ul li:first-child {
		padding-top: 10px;
	}

	.temp24-newsPages ul li:last-child {
		padding-bottom: 10px;
	}

	.temp24-newsPages ul li:last-child.temp24-newsPActive {
		padding-bottom: 10px;
		border-bottom: 5px solid #EE4223;
	}

	.temp24-newsPages ul li {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 30px;
		padding-right: 30px;
		width: auto;
		float: left;
	}

	.temp24-newsPages {
		padding: 0;
	}

	.temp24-newsPages {
		box-shadow: none;
		border-bottom: 1px solid #E1E1E1;
		border-radius: 0;
		width: 100%;
		overflow: auto;
	}

	.temp24-left {
		padding: 0 20px;
	}

	.temp24-newsPages .temp24-newsPActive {
		background: transparent linear-gradient(180deg, #FA461600 0%, #FA46161B 41%, #FA46169C 100%);
		border-radius: 8px;
		text-transform: capitalize;
		font-weight: 700;
		border-bottom: 5px solid #EE4223;
	}

	.temp24-filterByTopic {
		display: none;
		position: absolute;
		width: 300px;
		border-radius: 8px;
		top: 40px;
		right: 20px;
		overflow: auto;
		height: auto;
		padding: 20px 20px;
		float: left;
		border-radius: 12px;
		background: #fff;
		box-shadow: 0 3px 8px #00000047;
		z-index: 2;
	}

	.temp24-mobFilter {
		display: flex;
		gap: 10px;
		justify-content: space-between;
	}

	.temp24-mobFLable {
		display: flex;
		gap: 10px;
	}

	.temp24-filetrs {
		box-shadow: none;
		padding: 0;
		position: relative;

	}

	.temp-news .txtWhite {
		width: 86%;
	}

	.temp24-feature {
		padding: 15px 0;
	}

	.temp24-sliderItem {
		width: 300px;
		gap: 15px;
		padding: 20px 15px;
	}

	.temp24-fSliderTxt h6 {
		margin-bottom: 15px;
	}

	.temp24-fHead {
		padding: 0 20px;
		margin-bottom: 28px;
	}

	.temp24-progNav {
		padding: 0 20px;
		margin-top: 25px;
	}

	.temp24-progNav .swiper-pagination-progressbar.swiper-pagination-horizontal {
		width: 70%;
		left: 20px;
	}

	.temp24-rightCards {
		padding: 25px 20px;
	}

	.temp24-fCardItem {
		width: 100%;
		padding: 20px 15px;
	}

	.temp24-fCardItem .temp2-readMoreBtn {
		display: block;
	}

	.temp24-date {
		margin-bottom: 90px;
	}

	.temp24-date span {
		font-size: 16px;
	}

	.temp24-mob {
		display: block;
	}

	.temp24-newsPages ul li,
	.temp24-filetrs ul li {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.temp24-nav {
		gap: 10px;
	}

	.temp24-brochWrap {
		padding: 0 20px;
	}

	.temp24-brochImg,
	.temp24-brochTxt,
	.webinars .temp24-brochImg,
	.webinars .temp24-brochTxt {
		width: 100%;
	}

	/* .temp24-brochImg img {
		height: auto;
	} */

	.temp24-brochTxtTop h6 {
		margin-bottom: 15px;
		line-height: 1.44;
		-webkit-line-clamp: 3;
	}

	.temp24-brochTxtTop p {
		margin-bottom: 25px;
		font-size: 16px;
		line-height: 1.44;
		-webkit-line-clamp: 4;
	}

	.temp24-vidList {
		gap: 20px;
	}

	.temp24-vidItem {
		padding: 14px;
	}

	.temp24-vidImg {
		margin-bottom: 15px;
	}

	.temp25-orgBtn {
		width: 100%;
	}

	.temp24-vidTxt h6 {
		margin-bottom: 15px;
		line-height: 1.45;
		-webkit-line-clamp: 3;
	}

	.vidDate {
		font-size: 16px;
	}

	/* temp24 css end here */
	.temp26-sliderArea {
		padding: 0 20px;
	}

	.temp26-itemTop {
		gap: 20px
	}

	.temp26-itemBottomHead ul li {
		font-size: 16px;
		min-width: 100%;
	}

	.temp26-itemBottomHead {
		margin-top: 15px;
	}

	.temp26-itemBottom {
		gap: 20px;
	}

	.temp20-para {
		margin-bottom: 0;
	}

	.temp25 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.temp25-img {
		width: 76px;
		height: 76px;
	}

	.temp25-hrLine {
		left: 33px;
	}

	.temp25-item::before {
		left: 36px;
	}

	.temp25-item {
		padding-bottom: 25px;
	}

	.temp25 .mobileOnlyBtnWrap {
		padding: 0 0;
	}

	.drugDiscovery .temp20-txt {
		bottom: 50px;
	}

	.drugDiscovery .temp20-para p {
		text-align: left;
		color: #fff;
		padding-right: 20px;
	}

	.temp26-itemTopLeft img {
		height: auto;
		object-fit: cover;
		border-radius: 12px;
	}

	.temp26-tab a {
		font-size: 16px;
	}

	.temp28b-wrapper {
		padding: 0 20px;
	}

	.temp28b-right {
		padding-right: 0px;
	}

	.temp30-leftWrapper .mb40 {
		margin-bottom: 22px;
	}

	.temp30-para {
		margin-bottom: 40px;
	}

	.temp30-broTop {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 40px;
		align-items: flex-start;

	}

	.temp30-broTop:not(:last-child) {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.temp30-broRight {
		padding: 22px 15px;
	}

	.temp30-left {
		padding: 0 20px;
		gap: 30px;
	}

	.temp31-head {
		padding: 0 20px;
	}

	.temp31-item {
		width: 285px;
	}

	.drugSubBro .temp7 {
		padding: 48px 20px 20px 20px;
	}

	.temp31-capServicesWrap {
		flex-direction: column;
		gap: 12px;
	}

	.temp31-capServices {
		width: 100%;
	}

	.temp31b {
		padding-left: 20px;
		padding-right: 20px;
	}

	.temp31-capServices .temp21-siHead {
		padding: 15px;
	}

	.temp32-item {
		width: 320px !important;
		transform-origin: left 150px;
	}

	.temp32-item.swiper-slide-active .temp32-img img,
	.temp32-item.swiper-slide-active .temp32imgSlider,
	.temp32imgSlider,
	.temp32-item .temp32-img img {
		border-radius: 12px;
	}

	.temp32-img,
	.temp31-txt {
		transform: translateX(0);
	}

	.temp32-progNav {
		width: calc(100% - 40px);
		position: relative;
		bottom: 20px;
		left: 20px;
		justify-content: space-between;
	}

	.temp32Slider .swiper-pagination {
		width: 70%;
	}

	.temp33 {
		padding: 0 20px;
	}

	.temp33-proCrads {
		width: 100%;
		padding: 20px;
	}

	.temp33-mobProductCard {
		width: 100%;
		float: left;
		padding: 20px 12px;
		display: flex;
		gap: 20px;
		flex-direction: column;
	}

	.temp33-showAll {
		flex-wrap: wrap;
		gap: 20px;
	}

	.temp33-h6 {
		width: 100%;
		float: left;
	}

	.temp33-reqBtn {
		width: 100%;
		float: left;
	}

	.temp33-reqBtn .primaryBtn {
		width: 100%;
		float: left;
	}

	.temp33-h6 h6 {
		padding-right: 20px;
		border-right: 2px solid #E1E1E1;
	}

	.temp33-mobFilter .temp33-filterBy {
		padding-bottom: 0;
		padding-top: 0;
	}

	.temp33-mobFilter {
		padding-top: 20px;
	}

	.temp33-head {
		width: 69%;
	}

	.temp33-MobsearchPP {
		right: -388%;
		top: -8px;
	}

	.temp33-Mobsearch {
		width: 20%;
	}

	.chkbox {
		width: 80%;
		float: left;
	}

	.chkbox label:before {
		width: 24px;
		height: 24px;
	}

	.temp34-imgTxt img {
		width: 62px;
	}

	.temp34-imgTxt {
		gap: 22px;
		margin-bottom: 22px;
	}

	.temp34-rightBox {
		padding: 26px 14px 30px 14px;
	}

	.temp34-txt p:first-child {
		margin-bottom: 15px;
	}

	.temp34-left {
		width: 100%;
		padding: 27px 18px 30px 18px;
		border-radius: 12px;
		background-size: 100% 100%;
	}

	.temp34-left h3 {
		line-height: 1.6;
	}

	.temp34-wrapper {
		padding: 0 20px;
	}

	.temp35-desktop {
		padding: 30px 20px;
	}

	.temp35-img {
		height: 220px;
	}

	.temp35-txt {
		padding: 20px 16px;
	}

	.temp36 {
		padding: 30px 16px;
	}

	.temp36-main {
		border-radius: 12px;
		flex-wrap: wrap;
	}

	.temp36-left {
		width: 100%;
		height: 250px;
	}

	.temp36-lItem img {
		height: 250px;
		border-radius: 12px 12px 0 0;
	}

	.temp36-mid {
		width: 100%;
		padding: 0;
		overflow: hidden;
		overflow-x: auto;
	}

	.temp36-right {
		width: 100%;
		border-radius: 0 0 12px 12px;
	}

	.temp36-rItem.temp36-riActive {
		transform: translateY(0);
	}

	.temp36-rItem {
		height: auto;
		padding: 25px 16px;
		position: relative;
		border-radius: 0 0 12px 12px;
		opacity: 1;
		visibility: visible;
		display: none;
		transform: translateY(0);
		transition: all 0s ease-in-out;
	}

	.temp36-mid li {
		width: auto;
		padding: 16px 16px;
		position: relative;
		transition: all .4s ease-in-out;
	}

	.temp36-mid li:after {
		position: absolute;
		bottom: 0;
		left: calc(50% - 28px);
		width: 56px;
		height: 5px;
		content: '';
		background: transparent linear-gradient(180deg, #DE3618 0%, #EE4223 100%);
		border-radius: 8px 8px 0 0;
		opacity: 0;
		transition: all .3s linear;
	}

	.temp36-mid li.temp36active:after {
		opacity: 1;
	}

	.temp36-mid a {
		font-size: 16px;
	}

	.temp36-mid li.temp36active a {
		font-weight: 400;
	}

	.temp36-mid ul {
		flex-wrap: nowrap;
		/* overflow-x: auto; */
		white-space: nowrap;
	}

	.temp36-activeLine {
		height: 5px;
		background: transparent linear-gradient(180deg, #DE3618 0%, #EE4223 100%);
		border-radius: 8px 8px 0 0;
		position: absolute;
		bottom: 0;
		top: initial;
		display: none;
	}

	.temp36-rItem h3 {
		margin-bottom: 15px;
	}

	.temp36-rItem p {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.temp37-sliderWrapper {
		padding: 0 20px;
	}

	.temp37-msliderRight .temp37-sliderTxt p {
		padding-right: 20px !important;
	}

	.temp37-sliderTxt {
		height: 390px;
		padding-right: 50px;
		/* column-width: 150px; */
		/* column-gap: 50px; */
		width: 100%;
		/* background: #ededed; */
		/* padding: 25px 20px 17px 20px; */
		border-radius: 10px 0px 0px 10px;
	}

	.temp37-txtWrapperTwo {
		width: 100%;
		float: left;
	}

	.temp37-txtWrapper {
		background: none;
		padding: 0;
		border-radius: 0;
	}

	.temp39-card {
		width: 100%;

	}

	.temp39,
	.temp38-wrap {
		padding: 0 20px;
	}

	.temp38-popularTag h4 {
		width: 100%;
	}

	.fsSearchResultWrap {
		width: 100%;
	}

	.temp38-popularTag {
		flex-wrap: wrap;
		gap: 20px;
		margin-top: 40px;
	}

	.fsSearchQuickLinks a {
		padding: 0 18px;
		font-size: 16px;
		height: 28px;
	}

	.temp38-searchWrapper .primaryBtn {
		display: none;
	}

	.temp38-searchWrapper {
		width: 100%;
		padding: 17px 20px;
		box-shadow: 0px 4px 8px #00000029;
		border-radius: 8px;
	}

	.temp38-searchSubmit {
		display: block;
	}

	.temp38-searchSubmit {
		position: static !important;
		width: 22px;
		float: left;
		background: #fff;
		border: 0;
		outline: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.temp38-searchWrapper .autoComplete_wrapper {
		width: 90% !important;
		position: static;
		padding-left: 20px;
	}

	.temp38-searchWrapper .autoComplete_wrapper>input {
		padding: 0px !important;
		font-size: 16px !important;
		line-height: 1.44;
	}

	.temp38-searchWrapper .autoComplete_wrapper>input::placeholder {
		font-size: 16px;
	}

	.autoComplete_wrapper>ul {
		border-radius: 8px;
	}

	.autoComplete_wrapper>ul {
		width: 100%;
	}

	.autoComplete_wrapper>ul>li {
		padding: 19px 14px;
		font-size: 16px;
		padding-bottom: 15px;
	}

	.temp39-resultWrap .headline {
		padding: 0;
	}

	.temp39-resultWrap {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}

	.temp40-wrapper {
		padding: 0 20px;
	}

	.temp38-noResult {
		flex-direction: column;
	}

	.temp38-noResult h3 {
		font-size: 24px;
	}

	.temp41-aSlider .swiper-pagination {
		width: 70%;
	}

	.temp41 {
		padding: 0 20px;
	}

	.temp41-aSlider .temp9-nav {
		justify-content: center;
	}

	.temp41-aTxt {
		gap: 20px;
	}

	/* .temp41-aSlider .temp9-progNav {
        top: -95px;
    } */
	.temp42 {
		padding: 0 20px;
	}

	.temp42-wrapper {
		gap: 30px;
	}

	.temp42-right h3 {
		margin-bottom: 13px;
	}

	.temp42-rightBtm h3 {
		margin-bottom: 30px;
	}

	.temp33-proCrads {
		width: 100%;
	}

	#genericpop {
		width: 90%;
		padding: 12px;
		border-radius: 8px;
	}

	.generic-itemPop .temp33-mobProductCard {
		padding: 0;
		margin-top: 15px;
		gap: 12px;
	}

	.generic-itemHead h3 {
		font-size: 24px;
	}

	.temp43 {
		padding: 0 20px;
	}

	.temp43-sliderBox {
		height: 160px;
		width: calc(100% + 20px);
	}

	.temp43-sliderBox .swiper-slide {
		width: 245px;
		border-top: 0;
	}

	.temp44 .container {
		padding: 0 20px;

	}

	.temp44-itemlist .itemlist-icon {
		top: -29px;
	}

	.itemlist-icon img {
		width: 62px;
		height: 62px;
	}

	.temp44-itemlist .itemlist-text {
		padding: 50px 16px 50px 16px;
	}

	.temp44-itemlist {
		margin-top: 60px;
	}

	.temp44-itemlist ul {
		flex-direction: column;
		gap: 70px;
	}

	.temp44-itemlist li {
		width: 100%;
	}

	.itemlist-text h3 {
		font-size: 22px;
	}

	.temp45-left {
		border-radius: 0 0 8px 8px;
		padding: 30px 15px;
	}

	.temp45-right img {
		border-radius: 8px 8px 0 0;
	}

	.temp45 {
		padding: 0 20px;
	}

	.temp45-left h2 {
		margin-bottom: 15px;
	}

	/* stle 2 css */
	.temp50-top,
	.temp50-list,
	.temp50-txt {
		padding-left: 20px;
		padding-right: 20px;
	}

	.temp50-tRight p,
	.temp50-txt p {
		line-height: 1.44;
	}

	.temp50-tLeft .h2 {
		line-height: 1.2;
	}

	.temp50-list:before {
		width: 9px;
		height: 100%;
		bottom: 0;
		left: 20px;
	}

	.temp50-list {
		padding-bottom: 0;
		padding-left: 100px;
		padding-top: 28px;
		margin-top: 20px;
		gap: 55px;
		flex-direction: column;
		align-items: flex-start;
	}

	.temp50-item {
		width: 240px;
	}

	.temp50-item:after {
		left: -78px;
		bottom: calc(50% - 8px);
	}

	.temp50-itemInner {
		padding: 47px 15px 25px;
	}

	.temp50-itemInner:before {
		left: -8px;
		bottom: calc(50% - 8px);
	}

	.temp50-itemInner:after {
		width: 74px;
		height: 4px;
		left: -76px;
		bottom: calc(50% - 2px);
	}

	.temp50-item h6 {
		margin-bottom: 10px;
	}

	.temp50-item p {
		font-size: 16px;
	}

	.temp50-qLeft img {
		height: 250px;
		object-fit: cover;
	}

	.contantMainRight ul li {
		width: 100%;
	}

	.contantMain {
		padding-left: 20px;
		padding-right: 20px;
	}

	.contantMainBottomBox {
		flex-direction: column;
		padding-left: 20px;
		padding-right: 20px;
	}

	.contantMainBottomBoxLeft {
		width: 100%;
		padding-right: 0;
		border: 0;
		margin-bottom: 40px;
		padding-bottom: 40px;
		border-bottom: 1px solid #E1E1E1;
	}

	.contantMainBottomBox h3 {
		margin-bottom: 20px;
	}

	.contantMain {
		margin-bottom: 40px;
	}

	.formbtn .primaryBtn {
		width: 100%;
	}

	/* .contantMainRight {
        padding: 15px 15px 20px;
    } */

	.contantMainBottomBoxRigt {
		width: 100%;
		padding-left: 0;
		border: 0;
	}

	.temp61 ul li .temp61-text h3 {
		margin-bottom: 10px;
	}

	.temp60 .temp24-brochItem {
		flex-direction: column;
		position: relative;
		background: transparent linear-gradient(138deg, #EBEBEB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
		border-radius: 12px;
	}

	.temp60 .temp24-brochTxtTop h3 {
		font-size: 18px;
	}

	.temp60 .temp24-brochTxtTop p {
		font-size: 16px;
		margin-bottom: 40px;
	}

	.temp60 .temp24-date {
		position: absolute;
		top: 30%;
		left: 15px;
		margin-right: 0;
		padding: 10px;
		width: 95px;
	}

	.temp60 .temp24-date h3 {
		font-size: 16px;
	}

	.temp60 .temp24-brochWrap {
		padding: 0;
	}

	.temp60 .temp24-date h3:first-child {
		border-bottom: 2px solid #fff;
		margin-bottom: 5px;
		padding-bottom: 5px;
		font-weight: 400;
	}

	.temp60 .temp24-brochItem .temp24-brochImg {
		width: 100%;
	}

	.temp60 .temp24-brochTxt {
		width: 100%;
	}

	.temp58-content .temp19-progNav {
		display: block;
	}

	.temp59-box {
		flex-direction: column-reverse;
		gap: 50px;
	}

	.temp59-boxLeft {
		width: 100%;
	}

	.temp59-boxLeft p {
		font-size: 20px;
	}

	.temp59-boxRight {
		width: 100%;
	}

	.temp59-boxRight ul li h2 {
		font-size: 48px;
	}

	.temp59-boxRight ul li h3 {
		font-size: 18px;
	}

	.temp59-boxRight ul li:nth-child(3) {
		margin-top: -28px;
	}

	.temp58 .temp26-tabHead {
		display: none;
	}

	.mobileonly {
		display: flex !important;
	}

	.temp58 .temp6-head {
		padding: 0 0;
	}

	.temp58 .mobileOnlyBtnWrap {
		padding: 0 0;
	}

	.temp58 .temp26-tabArea {
		border-bottom: 0;
		position: relative;
	}

	.temp58 .temp26-tabArea:after {
		content: '';
		position: absolute;
		left: 50%;
		height: 100%;
		border-left: 1px solid #E1E1E1;
	}

	.temp58-content ul {
		gap: 0px;
		flex-wrap: nowrap;
	}

	.temp58-content ul li {
		width: 300px;
		margin-bottom: 10px;
	}

	.temp58 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.temp59 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.temp58-content {
		width: calc(100% + 20px);
	}

	.temp58-content .temp19-progNav {
		display: block;
		float: left;
		width: 100%;

	}

	.temp59-box {
		flex-direction: column-reverse;
		gap: 50px;
	}

	.temp59-boxLeft {
		width: 100%;
	}

	.temp59-boxLeft p {
		font-size: 20px;
	}

	.temp59-boxRight {
		width: 100%;
	}

	.temp59-boxRight ul li h2 {
		font-size: 48px;
	}

	.temp59-boxRight ul li h3 {
		font-size: 18px;
	}

	.temp59-boxRight ul li:nth-child(3) {
		margin-top: -28px;
	}

	.temp58 .temp26-tabHead {
		display: none;
	}

	.mobileonly {
		display: flex !important;
	}

	.temp58 .temp26-tabArea {
		border-bottom: 0;
		position: relative;
	}

	.temp58 .temp26-tabArea:after {
		content: '';
		position: absolute;
		left: 50%;
		height: 100%;
		border-left: 1px solid #E1E1E1;
	}

	.temp58-content ul {
		gap: 0px;
		flex-wrap: nowrap;
	}

	.temp58-content ul li {
		width: 300px;
		margin-bottom: 10px;
	}

	.temp58 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.temp59 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.temp24fcTxt h4 {
		min-height: auto;
	}

	.temp56-container {
		padding: 0 20px;
		margin-top: 30px;
	}

	.temp56-heading {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.temp56-heading h3 {
		text-align: left;
	}

	.temp58-content .temp4-cImg img {
		height: 150px;
	}

	.temp58-content .temp4-cWrap {
		height: calc(100% - 170px);
	}

	.temp58 .temp4-filterContin {
		width: 45%;
	}

	.temp58 .temp4-filterContin .temp4-filterTitle {
		font-size: 12px;
		letter-spacing: 0;
	}

	.temp58 .temp4-filterContin .temp4-filterBy {
		min-width: 70%;
		padding: 5px;
		padding-right: 20px;
		font-size: 12px;
		letter-spacing: 0;
	}

	/* blog css */


	.blog-innerMain,
	.tempBlogInner1 {
		padding: 0 20px;
	}

	.tempBlogInner1-head h3 {
		font-size: 22px;
	}

	.blog-innerPart h3 {
		font-size: 20px;
	}

	.blog-innerPart h2 {
		font-size: 20px;
	}

	.tempBlogInner1-head h4 {
		margin-bottom: 22px;
	}

	.blog-innerPart h4 {
		margin-bottom: 22px;
	}

	.tempBlogInner1-list li::before {
		width: 8px;
		height: 8px;
		margin-top: 5px;
	}

	.tempBlogInner1-list {
		padding-left: 20px;
		margin-bottom: 18px;
	}

	.blogsTop::before {
		height: 30%;
	}

	.ifmap2 {
		padding: 40px 20px 80px;
	}

	.ifmap2-list {
		gap: 16px;
	}

	.ifmap2-item {
		width: calc(50% - 8px);
	}

	.ifmap2-tabItem {
		width: 100%;
	}

	.ifmap2-tabList,
	.ifmap2-tab {
		overflow: initial;
	}

	.ifmap2-tab .ifmap2MobileOnlyBtnWrap {
		margin-top: 20px;
	}

	.ifmap2-tabInner {
		overflow-x: inherit;
		flex-wrap: wrap;
		flex-direction: column;
		padding-left: 0;
		padding-bottom: 0;
	}

	.ifm-item.ifm-mg,
	.ifm-item,
	.ifm-item:not(:last-child).ifm-mg {
		margin-bottom: 10px;
	}

	.ifmap2-tabItem:not(:last-child) {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.ifm-txt {
		border-radius: 10px;
		padding: 16px 20px;
	}

	.ifmap2-tabItem:not(:last-child):before {
		width: 30px;
		height: 72px;
		left: 14%;
		bottom: -45px;
		top: initial;
		right: initial;
		background: url(../png/map-arrow.png) repeat-y center 0, linear-gradient(270deg, #FC582E 0%, #FFCCBF 100%);
		background-size: auto 36px;
		background-repeat: repeat-y;
		z-index: -1;
		animation: bgScroll 2s linear infinite;
	}

	.ifm-item:not(:last-child):before,
	.ifmap2-tabItem:not(:last-child):before {
		left: 8%;
	}

	.ifm-orItem.ifm-orItem:after,
	.ifm-andItem.ifm-andItem:after {
		font-size: 16px;
		padding: 8px 18px;
		border-radius: 10px;
		left: calc(50% - 28px);
		top: -22px;
	}

	.ifm-item {
		padding: 5px 0;
		background: transparent;
	}

	.ifm-txtTop img {
		width: 42px;
		height: 42px;
	}

	.ifm-txtTop h6 {
		width: calc(100% - 57px);
		min-height: 42px;
	}

	.ifmap2-btm {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
	}

	.ifmap2-item:before {
		filter: blur(5px);
	}

	.ifmap2-iImg {
		height: 60px;
	}

	.ifmap2-iImg img {
		max-width: 52px;
	}

	.abdc {
		padding-bottom: 160px;
	}

	.fancybox-slide {
		padding: 0;
	}

	.careerEffectSliderMobile .temp3-right {
		margin: 0 -20px;
	}

	.errorP {
		background-image: url(../png/404-bg-m.png);
		background-repeat: repeat;
		padding-bottom: 160px;
		object-fit: cover;
	}

	.errorP {
		padding: 0 25px 160px 25px;

	}

	.scButton .temp12-btns {
		padding: 0;
	}

	.formPP .contantMainRight {
		padding: 15px 0px 20px;
	}

	.formPP .contantMainRight {
		margin-top: 0;
	}

	.blogT-top {
		padding-inline: 20px;
	}

	.blogTDesktop {
		display: none;
	}

	.blogTMobile {
		display: block;
	}

	.blogT {
		padding-inline: 20px;
		gap: 24px;

		h2 {
			width: 100%;
			float: left;
			font-size: 24px;
		}

		p,
		li,
		ul,
		ol {
			width: 100%;
			float: left;
		}

		/*ul li,
		ol li {
			 padding-left: 20px;

			&:before {
				width: 7px;
				height: 7px;
				margin-top: 8px;
			} 
		}*/

		img {
			max-width: 100%;
			width: 100%;
			float: left;
		}
	}

	.lirto-img {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.rilto-img {
		margin-left: 0;
		margin-bottom: 20px;
	}

	.leftTxtRightImg {
		.ltri-img {
			margin-left: 0;
			margin-bottom: 20px;
		}
	}

	.leftImgRightTxt {
		.lirt-img {
			margin-right: 0;
			margin-bottom: 20px;
		}
	}

	.tempBlogSocial {
		li {
			width: auto;
		}
	}

	/* Brochures sub tab section css start here */
	.brochuresSubTab {
		padding-inline: 20px;
		margin-bottom: 16px;

		ul {
			gap: 6px;

			li {
				padding: 10px 16px;
				font-size: 12px;
				font-weight: 400;
			}
		}
	}

	/* Brochures sub tab section css end here */
	/* Cookies css start here*/
	.cookiesArea {
		padding: 24px 20px;

		h6 {
			font-size: 18px;
		}
	}

	.cooTxt {
		gap: 24px;
		flex-direction: column;
		justify-content: flex-start;

		p {
			font-size: 16px;

			a {
				border-bottom-width: 1px;
			}
		}
	}

	.cooLinks {
		width: 100%;
		float: left;
		gap: 16px;

		.primaryBtn {
			padding: 12px 24px;
		}
	}

	/* Cookies css end here*/

}

@media only screen and (max-width: 540px) {
	.temp60 .temp24-date {
		position: absolute;
		top: 26%;
		left: 15px;
		margin-right: 0;
		padding: 10px;
		width: 95px;
	}
}

@media only screen and (max-width: 440px) {
	.temp60 .temp24-date {
		position: absolute;
		top: 22%;
		left: 15px;
		margin-right: 0;
		padding: 10px;
		width: 95px;
	}

	.errorP {
		padding-bottom: 130px;
	}

}

@media only screen and (max-width: 420px) {

	/* Brochures sub tab section css start here */
	.brochuresSubTab {
		ul {
			gap: 4px;

			li {
				padding: 10px;
				font-size: 11px;
			}
		}
	}

	/* Brochures sub tab section css end here */
}

@media only screen and (max-width: 390px) {
	.nav-searchPP {
		top: 12px;
	}

	.bookMeetingOpened .nav-searchPP {
		top: 66px;
	}

	.bookMeetingOpened .topSection,
	.bookMeetingOpened .topSectionAbout {
		margin-top: 113px;
	}

	.bmTxt p {
		font-size: 11px;
	}

	.footerSection {
		padding: 0px 15px;
	}

	.bookMeetingOpened .navWrap {
		height: calc(100vh - 113px);
		top: 114px;
	}

	.ptb100 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.pb100 {
		padding-bottom: 50px;
	}

	.temp1-img img,
	.temp1-video {
		height: 520px;
	}

	.temp7-emailSub .email-signup {
		padding: 0px 37px 0px 15px;
		height: 44px;
	}

	.temp7-emailSub .temp7-inputbtn {
		font-size: 12px;
	}

	.temp7-emailSub .input[type="email"]::placeholder {
		font-size: 12px;
	}

	.temp60 .temp24-date {
		width: 89px;
		top: 19%;
	}

	.temp6-btnMob {
		display: flex;
		gap: 15px;
		width: 42%;
		top: 34px;
		padding: 13px;
	}

	.temp6-btnMob {
		width: 45%;
	}

	.temp10-filterHead .temp10-tab {
		left: 160px;
	}

	.temp20-progNav .swiper-pagination-progressbar.swiper-pagination-horizontal {
		width: 72%;
	}

	.temp20-breadCrumb h1 {
		font-size: 32px;
	}

	.temp24-newsPages ul li {
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.temp33-head {
		width: 78%;
	}

	.temp33-h6 {
		gap: 15px;
	}

	.temp33-h6 h6 {
		padding-right: 15px;
	}

	.temp33-MobsearchPP {
		right: -490%;
	}

	.temp33-MobsearchPP {
		width: 290px;
	}

	.chkbox label {
		font-size: 14px;
		gap: 8px;
	}

	.temp32-item {
		width: 290px !important;
	}

	.abdc {
		padding-bottom: 160px;
	}

}

@media only screen and (max-width: 360px) {
	.footerHeading {
		padding-bottom: 25px;
	}

	.footerList ul li {
		padding-bottom: 10px;
	}

	.footerMiddle {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.footerTnc {
		text-align: start;
		padding-bottom: 10px;
	}

	.fEmailBtn {
		width: 40px;
		height: 40px;
	}

	.temp7-emailSub .temp7-inputbtn {
		padding: 14px;
	}

	.temp10-filterHead .temp10-tab {
		left: 145px;
	}

	.temp16-headLeft h2 {
		padding-left: 50px;
	}

	.temp24-newsPages ul li {
		padding-left: 20px;
		padding-right: 20px;
	}

	.temp33-h6 {
		gap: 10px;
	}

	.temp33-h6 h6 {
		padding-right: 10px;
	}

	.temp33-MobsearchPP {
		right: -510%;
	}

	/* .temp41-aSlider .temp9-progNav {
        top: -114px;
    } */
	/* Brochures sub tab section css start here */
	.brochuresSubTab {
		ul {

			li {
				padding: 8px;
			}
		}
	}

	/* Brochures sub tab section css end here */
}