@font-face {
	font-family: 'TheSans';
	src: url('../fonts/TheSans-Plain.ttf');
	src: url('../fonts/TheSans-Plain.eot'), url('../fonts/TheSans-Plain.woff') format('woff'), url('../fonts/TheSans-Plain.svg') format('svg');
}

@font-face {
	font-family: 'TheSansB6SemiBold';
	src: url('../fonts/TheSansB6SemiBold.eot');
	src: url('../fonts/TheSansB6SemiBold.ttf'), url('../fonts/TheSansB6SemiBold.woff2') format('woff2');
}

@font-face {
	font-family: 'TheSanSemiBold';
	src: url('../fonts/TheSansB6SemiBold.eot');
	src: url('../fonts/TheSansB6SemiBold.ttf'), url('../fonts/TheSansB6SemiBold.woff2') format('woff2');
}



html body.pageType-ContentPage.language-ar {
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    color: #444444;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif !important;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

.btn-primary-fill {
	background-color: var(--misaPrimaryBtnColor);
	color: #fff;
}

.btn-secondary-fill {
	background-color: var(--misaFirstColor);
	color: #fff;
}

.btn-misaSecondColor-fill {
	background-color: var(--misaSecondColor);
	color: #fff;
}

.btn-primary-fill:hover {
	color: #fff;
}

.btn-icon {
	margin-right: 18px;
}

.btn-icon img {
	transform: rotate(180deg);
}

.btn-radMore {
	border-radius: 50px;
	padding: 5px 16px 5px 22px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.btn-video {
	padding: 5px 15px 5px 15px;
	color: #fff;
	border-radius: 8px;
	font-size: 18px;
	height: 60px;
	display: flex;
	align-items: center;
}

.explore-all {
	position: absolute;
	top: 13px;
	right: 0;
}

.btn-knowmore {
	padding: 10px 30px;
	background-color: var(--misaSecondColor);
	border: 1px solid var(--misaSecondColor);
	border-radius: 27px;
	font-size: 16px;
	text-transform: uppercase;
}

.btn-knowmore span.arow-icon {
	margin-left: 5px;
}

section {
	padding: 25px 0;
	overflow: hidden;
}

.section-title {
	padding: 30px 0 0 0;
	position: relative;
}

.section-title h2 {
	font-size: 45px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 0;
	position: relative;
	z-index: 2;
}

.section-title p {
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

.page-portal-homepage .nav-menu a {
	color: #fff;
}

.page-portal-homepage #topbar .social-links a {
	color: #fff;
}

.page-portal-homepage .btn-trans label.lang-btn {
	color: #fff !important;
}

.page-portal-homepage .btn-trans .btn-trans label.lang-btn.active {
	color: #fff;
}

@media (max-width: 575px) {
	.section-title h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.col-md-12.card-wrapper .flip-card .col-md-3 a.know-more-link img {
		height: 50% !important;
	}

	.page-portal-homepage .ui-widget-content {
		width: 300px !important;
		left: 40px !important;
	}
}

@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

.sagiaNavigation {
	position: fixed;
	top: 139px;
	right: 0;
	left: 0;
	z-index: 1030;
	background: #dfddddf5;
}

.sagiaNavigation.login-scrolled {
	top: 63px;
}

.sagiaNavigation_row {
	display: flex;
	justify-content: space-between;
}

.sagiaNavigation_row .sagiaNavigation-list,
.sagiaNavigation-list-hasSub,
.sagiaNavigation-subPane {
	display: flex;
	align-items: center;
}

.sagiaNavigation-right {
	display: flex;
	justify-content: space-around;
	align-items: baseline;
}

.sagiaNavigation-entry-hasSub {
	display: flex;
}

ul.sagiaNavigation-list,
.sagiaNavigation-subNav {
	padding: 0;
	margin: 0;
}

ul.sagiaNavigation-list li {
	margin-right: 10px;
}

ul.sagiaNavigation-subNav li svg {
	margin: 0px 10px;
}

.sagiaNavigation-user {
	margin: 0px 7px;
}

#topbar .contact-info a {
	line-height: 1;
	color: rgba(255, 255, 255, 0.6);
	transition: 0.3s;
}

#header.header-scrolled .logo {
	top: 4px;
}

#topbar .contact-info a:hover {
	color: #fff;
}

#topbar .contact-info i {
	color: #cc1616;
	padding-right: 4px;
}

#topbar .contact-info i.icofont-phone {
	margin-left: 15px;
}

.pageLabel--sectors-opportunities-opportunities #topbar .social-links a {
	color: var(--misaSecondColor);
}

#topbar .social-links a {
	color: var(--misaSecondColor);
	margin-right: 15px;
	display: inline-block;
	line-height: 1px;
	transition: 0.3s;
	font-size: 12px;
	text-transform: uppercase;
	align-items: center;
	justify-content: center;
}

#header .hd-scroll {
	display: none;
}

#header.header-scrolled .hd-static {
	display: none;
}

#header.header-scrolled .hd-scroll {
	display: block;
}

.pageLabel--sectors-opportunities-opportunities #header.header-scrolled .nav-menu a {
	color: var(--misaSecondColor);
}

#header.header-scrolled .nav-menu a {
	color: #787878;
}

.header-inner-pages {
	background: rgba(0, 0, 0, 0.9) !important;
}

.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu>ul {
	display: flex;
}

.nav-menu>ul>li {
	position: relative;
	white-space: nowrap;
	transition: 0.3s;
}

.nav-menu>ul>li.nav-item.dropdown a.nav-link.dropdown-toggle::after {
	position: absolute;
	top: 19px;
	left: 4px;
	content: "";
	display: inline-block;
	background-image: url("../img/nav-arrow-down-green.svg");
	background-repeat: no-repeat;
	width: 12px;
	height: 20px;
	border: none;
}

.nav-menu>ul>li.nav-item.dropdown.show a.nav-link.dropdown-toggle::after {
	content: "";
	position: absolute;
	top: 18px;
	left: 4px;
	background-image: url("../img/nav-arrow-up-green.svg");
	display: inline-block;
	width: 12px;
	height: 20px;
	border: none;
}

.pageLabel--sectors-opportunities-opportunities #header.header-scrolled .nav-menu>ul>li.nav-item.dropdown a.nav-link.dropdown-toggle::after {
	color: var(--misaSecondColor);
	filter: none;
	opacity: 1;
}

#header.header-scrolled .nav-menu>ul>li.nav-item.dropdown a.nav-link.dropdown-toggle::after {
	filter: grayscale(0.9) brightness(0.4);
	opacity: 0.9;
}

#header.header-scrolled .nav-menu>ul>li.nav-item.dropdown.show a.nav-link.dropdown-toggle::after {
	filter: none;
	opacity: 0.9;
}

.nav-menu>ul>li.nav-item.dropdown .sub-items li {
	text-align: right;
}

.nav-menu>ul>li.nav-item.dropdown .sub-items li a {
	color: #707070;
	font-size: 14px;
	font-weight: 100;
	background-color: #fff;
}

.nav-menu>ul>li.nav-item.dropdown .sub-items li .dropdown-item,
.nav-menu>ul>li.nav-item.dropdown .sub-items li span.dropdown-item {
	padding: 15px 0px 15px;
	text-align: right;
	border-bottom: 1px solid #707070;
	text-transform: none;
}

.nav-menu>ul>li.nav-item.dropdown .sub-items li span.dropdown-item a {
	padding: 0;
	text-transform: none;
}

.nav-menu>ul>li.nav-item.dropdown .sub-items li .dropdown-item:hover,
.nav-menu>ul>li.nav-item.dropdown .sub-items li span.dropdown-item:hover {
	border-bottom: 1px solid var(--misaSecondColor);
}

.nav-menu>ul>li.nav-item.dropdown .sub-items li:hover>a,
.nav-menu>ul>li.nav-item.dropdown .sub-items li:hover span>a {
	color: var(--misaSecondColor);
}

.nav-menu>ul>li.nav-item.dropdown .sub-items .dropdown-item.active,
.nav-menu>ul>li.nav-item.dropdown .sub-items .dropdown-item:active {
	background-color: transparent;
}

.nav-menu>ul>li.nav-item.dropdown .sub-items .dropdown-item:focus,
.nav-menu>ul>li.nav-item.dropdown .sub-items .dropdown-item:hover {
	background-color: transparent;
}

.nav-menu>ul>li.nav-item.dropdown .sub-items li>ul.submenu.dropdown-menu {
	border: none;
}

.nav-menu>ul>li.nav-item.dropdown .sub-items li>ul.submenu.dropdown-menu li a.dropdown-item {
	border: none;
	padding-left: 15px;
	padding-bottom: 0px;
	width: 200px;
	white-space: normal;
}

.nav-menu>ul>li span.nav-link {
	display: block;
	padding: 0;
}

.pageLabel--sectors-opportunities-opportunities .nav-menu a {
	color: var(--misaSecondColor);
}

.nav-menu .nav-item .dropdown:hover a {
	color: var(--misaSecondColor) !important;
}

.nav-menu a {
	display: block;
	position: relative;
	color: var(--misaSecondColor);
	transition: none;
	font-size: 13px;
	padding: 12px 35px 12px 25px;
	text-transform: uppercase;
	font-weight: 600;
}

/* @media (min-width: 992px) and (max-width: 1200px) {
	.nav-menu a {
		padding: 12px 16px;
	}
} */

.nav-menu .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.nav-menu .drop-down li {
	min-width: 180px;
	position: relative;
}

.nav-menu .drop-down ul a {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	color: #191919;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
	color: #e82d2d;
}

.nav-menu .drop-down>a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
}

.nav-menu .drop-down .drop-down>a {
	padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
	content: "\eaa0";
	font-family: IcoFont;
	position: absolute;
	right: 15px;
}

ul.dropdown-list,
.second-dropdown-list {
	display: none;
	line-height: 1.7em;
	position: absolute;
	width: 178px;
	text-transform: capitalize;
	background-color: #fff;
	transition: display .5s linear;
	top: 35px;
	left: -58px;
}

ul.dropdown-list li a {
	color: #707070;
}

@media (max-width: 1366px) {
	.nav-menu .drop-down .drop-down ul {
		left: -90%;
	}

	.nav-menu .drop-down .drop-down:hover>ul {
		left: -100%;
	}

	.nav-menu .drop-down .drop-down>a:after {
		content: "\ea9d";
	}
}

.mobile-nav {
	position: fixed;
	top: 0px;
	right: 0;
	bottom: 15px;
	left: 0px;
	z-index: 9998;
	overflow-y: auto;
	background: #fff;
	transition: ease-in-out 0.2s;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	padding: 100px 20px 0px;
}

.mobile-nav-Icon {
	position: absolute !important;
	top: 20px;
	right: 12px;
	display: block !important;
	width: 120px !important;
	height: 55px;
}

.mobile-nav-logo {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('../img/mobile-nav-logo.png');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 120px;
	height: 60px;
}

.mobile-nav .nav-item.dropdown .dropdown-toggle::after {
	content: '';
	position: absolute;
	top: 17px;
	left: 8px;
	background-image: url("../img/nav-arrow-down-green.svg");
	display: inline-block;
	width: 11px;
	height: 7px;
	border: none;
	transform: rotate(0deg);
	transition: all 0.25s ease-in;
}

.nav-item.dropdown .dropdown-toggle.login-btn-in-menu {
	display: none;
}

.mobile-nav .nav-item.dropdown .dropdown-toggle.login-btn-in-menu::after {
	background: transparent;
}

.mobile-nav .nav-item.dropdown.show .dropdown-toggle::after {
	transform: rotate(180deg);
	transition: all 0.25s ease-out;
}

.mobile-nav .nav-item.dropdown {
	border-bottom: 1px solid #EAEAEA;
}

.mobile-nav .nav-item.dropdown.show {
	border: none;
}

.mobile-nav .dropdown-menu.dropdown-large.show {
	position: relative !important;
	top: 0 !important;
	transform: unset !important;
	margin-left: 0px;
	width: 100%;
	border: none;
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 10px;
}

.mobile-nav .dropdown-menu.dropdown-large>.row.g-3 {
	padding: 0 20px 0 0;
	box-shadow: none;
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav a {
	display: inline-block;
	position: relative;
	color: #707070;
	padding: 10px 0px;
	font-weight: 400;
	outline: none;
	font-size: 16px;
	width: 100%;
	text-align: right;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
	color: #707070 !important;
	text-decoration: none;
}

.mobile-nav .nav-item:hover a {
	color: #707070 !important;
	text-decoration: none;
}

.mobile-nav .drop-down>a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}

.mobile-nav .active.drop-down>a:after {
	content: "\eaa1";
}

.mobile-nav .drop-down>a {
	padding-right: 35px;
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}

.mobile-nav .drop-down li {
	padding-left: 20px;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
	overflow: hidden;
	display: none;
	transition: ease-in-out 0.2s;
}

.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	opacity: 1;
	visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}

.mobile-nav .sub-items a {
	padding: 5px 0px;
}

.btn-trans {
	background: #0000002e;
	border-radius: 8px;
	padding: 6px 10px;
}

.pageLabel--sectors-opportunities-opportunities .btn-trans label.lang-btn {
	color: var(--misaSecondColor);
}

.btn-trans label.lang-btn {
	padding: 0;
	color: var(--misaSecondColor);
	font-size: 10px;
	margin: 0 10px;
	border: 0;
	line-height: 16px;
	cursor: pointer;
}

.btn-trans label.lang-btn:hover {
	text-decoration: underline;
	text-decoration-color: var(--misaSecondColor);
	text-decoration-thickness: 3px;
}

.pageLabel--sectors-opportunities-opportunities .btn-trans label.lang-btn.active {
	color: var(--misaSecondColor);
}

.btn-trans label.lang-btn.active {
	color: var(--misaSecondColor);
}

.lang-en,.lang-zh {
	position: relative;
}

.lang-en:before,.lang-zh:before {
	position: absolute;
	content: '';
	right: 21px;
	top: 0px;
	width: 1px;
	height: 15px;
	background-color: #707070;
}

.lang-btn.focus,
.lang-btn:focus {
	outline: 0;
	box-shadow: none;
}

.login-text {
	top: 2px;
	position: relative;
}

.Header_vs_logo {
	margin-right: 40px !important;
}

.ar-text {
	position: relative;
	top: -2px;
}

.page-breadcrums {
	padding: 0px;
	background-color: #F0F0EF;
}

.page-breadcrums ol.breadcrumb {
	background-color: transparent;
	margin: 0;
}

.page-breadcrums ol.breadcrumb li {
	font-size: 14px;
}

.page-breadcrums ol.breadcrumb li>a {
	color: #707070;
}

.page-breadcrums ol.breadcrumb li.active {
	font-size: 14px;
	color: var(--misaSecondColor);
	text-decoration: underline;
}

.page-breadcrums ol.breadcrumb li+li::before {
	float: left;
	padding-right: .5rem;
	color: #6c757d;
	content: ">";
}

.page-breadcrums ol.breadcrumb li+li {
	padding-left: .5rem;
}

.footer {
	width: 100%;
	background-color: #f7f7f7;
	color: #787878;
}

.footer-menu-faq {
	background-color: #F8F8F8;
	padding: 10px 0px 45px;
}

.footer-menu-links .footer-menu {
    display: flex;
    flex-wrap: wrap;
}

.footer-menu-links .footer-menu li {
    flex: 0 0 calc(33.33% - 10px); /* Adjust the width as needed */
    margin-right: 10px; /* Add space between items */
    box-sizing: border-box;
}

.footer-menu-links .first-list {
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0em;
}

.nav-bottom-footer {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping */
}

.nav-bottom-footer .nav-item {
    white-space: nowrap; /* Prevent text from wrapping */
    margin-left: 10px; /* Adjust spacing between items */
}
@media only screen and (max-width: 600px){
.nav-bottom-footer .nav-item {
    white-space: wrap; /* Prevent text from wrapping */
}
}
.footer-menu-links .no-gutters :nth-child(3) ul li:nth-child(5) a {
	color: var(--misaSecondColor);
}

.footerContent .f-coll .display-7 {
	font-size: 20px;
	color: #026A37;
	text-align: left;
	line-height: 24px;
	min-height: 4rem;
	text-align: right;
}

.footerContentBg .f-coll .display-7 {
	color: #FAFAFA;
}

.footerContent .pt-5 {
	padding-top: 2rem !important;
}

.footerContent .f-coll p {
	font-size: 14px;
	font-weight: normal;
	color: #4b4b4b;
	text-align: left;
	line-height: 20px;
}

.footerContent .f-coll p.text {
	min-height: 5rem;
}

.footerContentBg .f-coll p {
	color: #A8A8A8;
}

.footerContent .f-coll ul {
	padding: 5px 0 0;
	display: flex;
	justify-content: space-between;
}

.footerContent .f-coll .link,
.footerContent .f-coll ul li a {
	font-weight: bold;
	font-size: 14px;
	color: #0489A3;
	opacity: 1;
	transition: all .4s ease;
}

.footerContent .f-coll .link:hover,
.footerContent .f-coll ul li a:hover {
	opacity: 0.5;
	text-decoration: none;
}

.footerContentBg .f-coll .link,
.footerContentBg .f-coll ul li a {
	color: #61A2D7;
}

.footerContent .f-coll p {
	padding-bottom: 0px;
	text-align: right;
}

.footerContent .f-coll ul li {
	position: relative;
	height: 11px;
	line-height: 11px;
}

.footerContent .f-coll ul li::after {
	position: absolute;
	content: '';
	top: 1px;
	height: 11px;
	padding-left: 10px;
	border-left: 1px solid #d5d5d5;
}

.footerContent .f-coll ul li:last-child:after {
	border-right: none;
}

.footerLogo a:hover {
	opacity: 0.5;
	color: transparent;
}

.footer .footer-menu li {
	margin-bottom: 1rem;
	text-align: right;
}

.footer .footer-menu li a {
	color: #707070;
}

.footer .footer-menu li:first-child {
	margin-top: 0;
}

.footer img.footer_logo {
	margin-top: 9px;
}

.footer a.nav-link {
	padding: 0;
}

.footer .selctors-industries .container>ul li h6 {
	font-size: 13px;
}

.footer .selctors-industries .container>ul li a {
	line-height: 1.2;
	font-size: 11px;
	margin-bottom: 0.3rem;
	color: rgba(255, 255, 255, 0.8);
}

.footer .selctors-industries .container>ul li a:hover {
	color: #5CC83B;
}

.footerContent .f-coll .link img {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.social-links {
	margin: 0;
	padding: 0;
	justify-content: center;
	margin-right: auto;
}

.Header_vs_logo img {
	width: 90px;
}

.social-links li {
	float: right;
	margin-left: 8px;
	position: relative;
	width: 28px;
	height: 28px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.follow-us {
	text-align: right;
	position: relative;
	display: block;
	font-size: 19px;
	margin-top: 0.6rem;
	margin-bottom: 15px;
	color: var(--misaSecondColor);
}

.copyright {
	background-color: #f7f7f7;
	font-size: 12px;
	font-weight: bold;
	color: #787878;
	padding-bottom: 20px;
}

.copyright .copyrightText {
	text-align: left;
}

.nav-bottom-footer {
	padding: 0;
}

.nav-bottom-footer li a {
	font-family: Arial;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	color: #787878;
	text-decoration: none;
	border-bottom:1px solid;
}

.footer-second-part {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: right;
}

@media (min-width: 576px) and (max-width: 767px) {
	.footerContent .f-coll ul li::after {
		padding-right: 50px;
	}

	.page-homepage .copyright {
		font-size: 16px;
		padding-bottom: 1.5rem !important;
	}
}

@media (max-width: 768px) {
	.footerContent .f-coll .display-7 {
		font-size: 20px;
		color: #026A37;
		text-align: center;
		min-height: 4rem;
	}

	.footerContent .f-coll ul {
		justify-content: space-around;
	}

	.footerContent .f-coll p {
		padding-bottom: 0px;
		text-align: center;
		padding-bottom: 35px;
	}

	.footerContent .f-coll ul li::after {
		padding-right: 20px;
	}

	.ft-logo {
		position: absolute;
		bottom: 0px;
		left: 10%;
		right: 0;
		width: 100%;
		display: block;
		align-items: center;
		justify-content: center;
		border-bottom: none !important;
	}

	.ft-social-logo {
		position: relative;
		margin-right: auto;
	}

	.footer .text-left {
		border-bottom: 1px solid rgb(112 112 112 / 18%);
	}

	.footer .footer-menu {
		padding: 0;
		margin-top: 12px;
	}

	.footer .footer-menu li {
		text-align: center;
	}

	.copyright .container {
		max-width: 100% !important;
	}

	.copyright div {
		font-weight: bold;
	}

	.copyright div .nav-bottom-footer li {
		display: inline-block;
		vertical-align: top;
	}

	.footer-menu-links .social-links {
		padding-right: 50%;
	}

	.footer-menu-links .social-links li {
		float: none;
		display: inline-flex;
	}

	.follow-us {
		font-size: 14px;
		text-align: center;
		color: #141414;
		padding-right: 50%;
		margin-top: 20px;
		margin-bottom: 0;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.copyright {
		font-size: 14px;
	}
}

.box-1 {
	background-color: lightgray;
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
}

.footer-popup {
	position: relative;
	background-color: #F8F8F8;
}

.popup-up .footer-popup .footerContent {
	padding-top: 30px;
}

.float-button {
	width: 100px;
	height: 100px;
	border-radius: 100px !important;
	box-shadow: 0px 4px 8px #0000003B;
	background-color: #0097A9;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	font-size: 16px;
	text-transform: uppercase;
	bottom: 80px;
	left: 70px;
	border: 0;
	cursor: pointer;
	transition: all .4s ease;
	z-index: 9999;
}

.float-button-up {
	bottom: 210px;
	transition: all .4s ease;
	background-color: white;
	color: #fff !important;
}

.float-button-up img {
	visibility: hidden;
}

button:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
}

.float-button.float-button-up:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	background-image: url(../img/float-close.png);
	width: 26px;
	height: 26px;
	transform: translate(-50%, -50%);
}

.popup {
	width: 100%;
	height: 300px;
	position: fixed;
	bottom: -300px;
	transition: all .4s ease;
	opacity: 0;
	z-index: 9;
	left: 0;
}

.popup-up {
	bottom: -41px;
	transition: all .4s ease;
	opacity: 1;
}

.full-bg {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	display: none;
}

.sucess-slider-contols {
	position: absolute;
	bottom: -63px;
	left: 68px;
	z-index: 999;
	display: flex;
}

.sucess-slider-count {
	font-weight: 600;
	color: var(--misaFirstColor);
	font-size: 20px;
	margin: 0px 15px;
}

#hero {
	width: 100%;
	position: relative;
}

#hero .container-home-hero {
	padding-top: 320px;
	text-align: right;
}

#hero h1 {
	font-size: 32px;
	font-weight: 600;
	line-height: 37px;
	letter-spacing: 0em;
	margin: 0 0 25px 0;
	color: #fff;
	text-shadow: 0px 0px 10px #00000073;
	transform: translateZ(0);
	opacity: 1;
}

#hero h2 {
	color: #eee;
	margin-bottom: 10px;
	font-size: 30px;
}

#hero .btn-get-started {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
	padding: 10px 28px;
	transition: 0.5s;
	border: 2px solid #fff;
	color: #fff;
}

#hero .btn-get-started:hover {
	background: #cc1616;
	border-color: #cc1616;
}

#homepage-icons {
	background-color: rgba(0, 113, 77, 0.2);
}

#homepage-icons a {
	color: #000;
}

#homepage-icons p {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	color: var(--misaSecondColor);
	padding-top: 10px;
}

@media (max-width: 768px) {
	.where-to-invest-main-wrapper .hexagen-grid-wrapper {
		width: 100%;
	}

	.where-to-invest-main-wrapper .hexagen-grid-wrapper svg {
		width: 100%;
		height: 10%;
	}

	#hero h1 {
		font-size: 28px;
		line-height: 36px;
		text-align: right;
	}

	#hero h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
		text-align: right;
	}
}

#hero video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#hero img.home-banner {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#hero .video-popup-btn {
	justify-content: space-between;
}

#hero .video-banner-top {
	position: absolute;
	top: -110px;
	left: 0px;
	z-index: 99;
	width: 100%;
}

#hero .video-banner-top svg {
	width: 100%;
	height: 100%;
}

#hero .video-banner-bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	width: 100%;
}

#hero .video-banner-bottom svg {
	width: 100%;
	height: 100%;
}

#hero video.video-banner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 300px;
	background-color: red;
	z-index: 999;
}

.play-btn {
	width: 61px;
	height: 61px;
	border-radius: 50%;
	display: block;
	position: relative;
	overflow: hidden;
}

.play-btn::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 15px solid #fff;
	z-index: 100;
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn:before {
	content: '';
	position: absolute;
	width: 61px;
	height: 61px;
	opacity: 1;
	border-radius: 50%;
	border: 2px solid var(--misaSecondColor);
	background: var(--misaSecondColor);
}

.play-btn:hover::after {
	border-left: 15px solid var(--misaSecondColor);
	transform: scale(20);
}

.play-btn:hover::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 200;
	-webkit-animation: none;
	animation: none;
	border-radius: 0;
}

a.m-scrollButton {
	z-index: 99;
	background: transparent;
	border: none;
	position: absolute;
	left: 50%;
	bottom: 15%;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	text-align: center;
}

a.m-scrollButton:hover {
	background: rgba(29, 31, 34, .075);
}

@-webkit-keyframes scroll {
	0% {
		transform: translateY(0);
	}

	30% {
		transform: translateY(60px);
	}
}

@keyframes scroll {
	0% {
		transform: translateY(0);
	}

	30% {
		transform: translateY(60px);
	}
}

svg #wheel {
	-webkit-animation: scroll ease 2s infinite;
	animation: scroll ease 2s infinite;
}

.video_section .modal-content {
	background-color: transparent;
	border: none;
	width: 100%;
}

#videoModal .video_section {
	max-width: 80%;
}

.btn-dismiss {
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #fff !important;
	width: 75px;
	height: 75px;
	z-index: 999;
	border-radius: 50px;
	opacity: 1;
}

.btn-dismiss span {
	color: #000;
	font-weight: 300;
	font-size: 36px;
	top: -5px;
	position: relative;
}

.btn-dismiss:hover {
	background-color: #45D9EF !important;
	opacity: 1 !important;
}

.number-talk-items-container {
	margin-top: 20px;
}

.when-number-talk-container h2 {
	color: var(--misaSecondColor);
}

.when-number-talk-container .content ul {
	list-style: none;
	padding: 0;
}

.when-number-talk-container .content ul li {
	padding-bottom: 10px;
}

.when-number-talk-container .content ul i {
	font-size: 20px;
	padding-right: 4px;
	color: #cc1616;
}

.when-number-talk-container .content p:last-child {
	margin-bottom: 0;
}

#when-number-talk {
	position: relative;
	background-color: rgba(0, 113, 77, 0.2);
}

#when-number-talk .btn-video {
	background-color: var(--misaSecondColor);
}

.when-number-talk-container .talk_item-number {
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0em;
	color: var(--misaSecondColor);
	text-align: right;
}

.when-number-talk-container .talk_item-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0em;
	color: var(--misaSecondColor);
	text-align: right;
}

@media (min-width: 1200px) {
	.where-to-invest-main-wrapper .hexagen-grid-wrapper {
		width: 918px;
	}

	.where-to-invest-main-wrapper .hexagen-grid-wrapper svg {
		width: auto;
		height: auto;
	}
}

.flex-container {
	position: absolute;
	height: 600px;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
}

.flex-title {
	position: relative;
	top: 56%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	text-align: center;
	font-size: 32px;
	color: #FFFFFF;
	text-shadow: 0px 3px 6px #001F24;
}

.flex-about p {
	color: #fff !important;
}

.figures #pills-tabContent {
	height: 600px;
	width: 100%;
}

.page-link:hover {
	background-color: #e9ecef01 !important;
}

@media screen and (max-width: 768px) {
	.flex-title {
		transform: rotate(0deg) !important;
	}

	#pills-tabContent {
		height: 0vh;
		width: 100%;
	}
}

.flex-about {
	opacity: 0;
	color: #f1f1f1;
	position: relative;
	width: 70%;
	padding: 5%;
	top: -18%;
	line-height: 1.3;
	margin: auto;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	transform: rotate(0deg);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	background: var(--misaSecondColor)ab 0% 0% no-repeat padding-box;
}

.mobile_viewonly {
	display: none;
}

@media screen and (max-width: 768px) {
	.flex-about {
		padding: 0%;
		border: 0px solid #f1f1f1;
	}

	#headingOne {
		display: none;
	}

	.mobile_viewonly {
		display: block;
	}
}

.flex-slide {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
	.flex-slide {
		overflow: auto;
		overflow-x: hidden;
	}

	.flex-slide p {
		font-size: 2em;
	}

	.flex-slide ul li {
		font-size: 2em;
	}
}

.flex-slide:hover {
	-webkit-flex-grow: 3;
	flex-grow: 3;
}


.flex-slide:hover .one:not(:hover) {
	filter: blur(8px);
}


.contact-form {
	width: 100%;
}

input {
	width: 100%;
}

textarea {
	width: 100%;
}

.spinner {
	position: fixed;
	top: 0;
	left: 0;
	background: #222;
	height: 100%;
	width: 100%;
	z-index: 11;
	margin-top: 0;
	color: #fff;
	font-size: 1em;
}

.cube1,
.cube2 {
	background-color: #fff;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
	animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
	25% {
		-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
	}

	50% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
	}

	75% {
		-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	}

	100% {
		-webkit-transform: rotate(-360deg);
	}
}

@keyframes sk-cubemove {
	25% {
		transform: translateX(42px) rotate(-90deg) scale(0.5);
		-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
	}

	50% {
		transform: translateX(42px) translateY(42px) rotate(-179deg);
		-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
	}

	50.1% {
		transform: translateX(42px) translateY(42px) rotate(-180deg);
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
	}

	75% {
		transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
		-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	}

	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
	}
}

.flex-container.active .flex-slide.blur {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	transition: 0.3s;
}

.flex-container.active .flex-slide.blur .flex-title,
.flex-container.active .flex-slide.blur .flex-about,
.flex-container.active .flex-slide.blur .flex-title .arrow-img {
	opacity: 0;
}

.flex-container.active .flex-slide.active.blur .flex-title,
.flex-container.active .flex-slide.active.blur .flex-about,
.flex-container.active .flex-slide.active.blur .flex-title .arrow-img {
	opacity: 1;
	transition: 0.3s;
}

.flex-container.active .flex-slide.active.blur .flex-title,
.flex-container.active .flex-slide.active.blur .flex-title {
	font-size: 32px;
	color: #22D5EF;
	text-shadow: 0px 3px 6px #001F24;
}

.flex-container.active .flex-slide.active.blur {
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
	transition: 0.3s;
}

img.arrow-img {
	transform: rotate(0deg);
	opacity: 0;
	transition: 0.3s;
	width: 150px;
	height: 37px;
}

.reasons .pagination .page-item a {
	font-weight: 600;
	color: var(--misaFirstColor);
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 8px;
}

.page-link:hover {
	background-color: #FFFFFF;
}

.rightsideshow {
	transform: rotate(0deg);
	filter: grayscale(0.5) brightness(0.5);
}

.leftsideshows {
	transform: rotate(180deg);
}

.showss {
	display: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #5b696401 !important;
}

.imgarrowright {
	margin-right: 90px;
}

.countss {
	font-weight: 600;
	color: var(--misaFirstColor);
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 8px;
}

.owl-nav .marginsetcount {
	margin-top: -30px;
	margin-right: -40px;
	position: absolute;
	bottom: 7px;
	right: 49%;
}

.titletextinres {
	transition: all 500ms ease;
	text-align: center;
	font-size: 40px;
	color: #FFFFFF;
	text-shadow: 0px 3px 6px #001f24;
}

.titletextinress {
	transition: all 500ms ease;
	text-align: center;
	font-size: 28px;
	color: #FFFFFF;
	text-shadow: 0px 3px 6px #001f24;
}

p.contowl {
	line-height: 1.3;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
}

.reasons svg.arrow-imgs {
	fill: #FFFFFF;
	filter: hue-rotate(0deg);
	width: 60px;
	height: 35px;
	position: absolute;
}

.reasons .owl-item .item {
	opacity: 0.4;
	transition: .4s ease all;
	transform: scale(1);
	box-shadow: 0px 0px 15px #424242;
}

.reasons .owl-item.active .item {
	opacity: 1;
	transform: scale(1);
}

.reasons img.hights {
	height: 500px;
}

.reasons div.backhight {
	height: 400px;
	background-color: #22D5EF;
}

.arrow-top .reasons {
	position: relative;
	top: 30px;
}

.reasons .get-explore-btn {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 130px;
	height: 43px;
	padding: 10px 25px;
	border-radius: 50px;
	color: #FFFFFF;
	transition: 0.3s;
	text-decoration: none;
	text-transform: uppercase;
	background-color: var(--misaSecondColor);
}

.reasons #headingOne .button_reasons {
	margin-top: -70px;
	position: relative;
	width: 100%;
	float: right;
}

.explore-key-section .reasons .get-explore-btn {
	position: absolute;
	left: 0;
	top: 20px;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	width: 175px;
	height: 45px;
	line-height: 19px;

	text-transform: uppercase;
	border-radius: 27px;
	padding: 12px 10px 15px 20px;
}

.explore-key-section .reasons .get-explore-btn svg {
	position: relative;
	top: 7px;
	margin-left: -10px;
	margin-right: 7px;
	transform: rotate(180deg);
}

.fo-container {
	padding-top: 88px;
}

.fo-container .titleArea .feature_totitle {
	color: #707070;
	padding-bottom: 53px;
	margin-bottom: 0;
}

.fo-container .explore-all {
	top: 0;
}

.fo-container #pills-tabContent .flex-container .flex-slide .card-image {
	padding-bottom: 15px;
}

.fo-container #pills-tabContent .flex-container .flex-slide .card-image .flex-img {
	width: auto;
	height: auto;
}

.fo-container #pills-tabContent .flex-container.active .flex-slide.active.blur .card-image {
	position: absolute;
	top: -300px;
}

.fo-container .explore-all .get-explore-btn {
	font-size: 16px;
	position: absolute;
	left: 0;
	width: 185px;
	height: 45px;
	line-height: 19px;
	padding: 13px 20px 13px 20px;
}

.fo-container .explore-all .get-explore-btn svg {
	position: relative;
	top: 3px;
	right: 5px;
	padding-top: 0;
}

.fo-container .page-item:last-child .page-link:last-child {
	padding-right: 0
}

.feature_totitle {
	text-align: center;
	font-size: 45px;
	font-weight: 600;
	text-transform: uppercase;
	opacity: 1;
}

.feature .flex-slide {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	width: 100%;
}

.feature .flex-slide:hover {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.feature .one {
	width: 33.33%;
}

@media screen and (max-width: 768px) {
	.feature_totitle {
		text-align: center;
		font-size: 35px;
		font-weight: 600;
		text-transform: uppercase;
		opacity: 1;
	}
}

.feature .pagination .page-item a#numberss {
	font-weight: 600;
	color: var(--misaFirstColor);
	text-transform: uppercase;
	font-size: 20px;
	padding: 10px 6px;
}

.feature .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: var(--misaSecondColor);
	border-bottom: 2px solid var(--misaFirstColor) !important;
	border-top: 0px solid var(--misaFirstColor) !important;
	border-left: 0px solid var(--misaFirstColor) !important;
	border-right: 0px solid var(--misaFirstColor) !important;
	background-color: #fff;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}

.feature .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
	color: #707070 !important;
	border-bottom: 0px solid var(--misaFirstColor) !important;
	border-top: 0px solid var(--misaFirstColor) !important;
	border-left: 0px solid var(--misaFirstColor) !important;
	border-right: 0px solid var(--misaFirstColor) !important;
	background-color: #fff;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}

.feature .one {
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/Featured_Opportunities/Destination-Management-Company.png);
	background-size: cover;
	background-position: center center;
	position: relative;
}

.feature .flex-slide:hover .one:not(:hover) {
	filter: blur(8px);
}

.feature .two {
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/Featured_Opportunities/City.png);
	background-size: cover;
	background-position: center center;
}

.feature .three {
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/Featured_Opportunities/Smart_Intermodal-Transport.png);
	background-size: cover;
	background-position: center center;
}

.feature .card-title h5 {
	text-align: right;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
}

.flex-knowmore-btn {
	text-align: right !important;
}

.feature .card-title span.more {
	color: var(--misaSecondColor) !important;
	text-align: left;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

.feature .card-title span.more svg {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.flex-container.active .flex-slide.blur .flex-title .card-title h5 {
	opacity: 0;
}

.feature .flex-about {
	opacity: 0;
	color: #f1f1f1;
	position: relative;
	width: 99%;
	padding: 2%;
	top: 20%;
	line-height: 1.3;
	margin: auto;
	text-align: left;
	font-size: 18px;
	color: #FFFFFF;
	transform: rotate(0deg);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	background: var(--misaSecondColor)00 0% 0% no-repeat padding-box;
}

.feature h5.features_head {
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0px 3px 6px #001F24;
	text-transform: uppercase;
}

.features p.title {
	text-align: left;
	font-size: 30px;
	font-weight: 600;
	color: var(--misaFirstColor);
	text-shadow: 0px 2px 4px black;
	margin-bottom: 0.2rem;
}

.features p.content {
	text-align: left;
	font-size: 14px;
	font-weight: 300;
	color: #f0f0ff;
	text-shadow: 0px 2px 4px black;
}

.feature .get-explore-btn {
	width: 130px;
	height: 23px;
	padding: 0 15px;
}

.feature .get-explore-btn {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 130px;
	height: 23px;
	padding: 10px 25px;
	border-radius: 50px;
	color: #FFFFFF;
	transition: 0.3s;
	text-decoration: none;
	text-transform: uppercase;
	background-color: var(--misaSecondColor);
	z-index: 1;
}

.rounded-pill svg {
	padding-top: 5px;
}

.feature div.backhight {
	height: auto;
	background-color: #22D5EF;
}

.feature .mobile_viewonly .backhight h5.features_head {
	font-size: 26px;
	text-shadow: 0px 1px 1px #000;
}

.feature .mobile_viewonly .backhight p.title {
	font-size: 18px;
	text-shadow: 0px 0px 0px #000;
}

.feature .mobile_viewonly .backhight .features .pxy-2 {
	padding: 0px 20px;
}

.feature .mobile_viewonly .backhight .features p.content {
	font-size: 12px;
	text-shadow: 0px 1px 1px #000;
}

.feature .mobile_viewonly .backhight .wdth-cont {
	color: #FFFFFF;
	width: 85%;
	margin: 0px auto;
	text-align: center;
}

.feature .mobile_viewonly .backhight .titletextinress {
	font-size: 28px;
	text-shadow: 0px 1px 1px #000;
}

.feature .mobile_viewonly svg.arrow-imgsd {
	fill: #FFFFFF;
	filter: hue-rotate(0deg);
	width: 60px;
	height: 35px;
	position: absolute;
}

.laptop_viewonly {
	display: block;
}

.mobile_viewonly {
	display: none;
}

@media screen and (max-width: 768px) {
	.laptop_viewonly {
		display: none;
	}

	.mobile_viewonly {
		display: block;
	}

	.mobile_viewonly.feature_righttop {
		margin: 0px auto;
		margin-bottom: 0px !important;
		width: 50%;
	}

	.feature .mobile_viewonly .tab-pane.fade .item .hights {
		height: 660px;
	}
}

.feature .flex-title {
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	text-align: center;
	font-size: 32px;
	color: #FFFFFF;
	text-shadow: 0px 3px 6px #001F24;
	width: 100%;
	padding: 0 1rem 0 0.25rem;
}

.feature .flex-title .card-title {
	text-align: right;
}


/* End */

.slide_homepage {
	background-color: #F2F2F2;
}

.circle_sliders {
	width: 60px;
	height: 60px;
	background: var(--misaSecondColor) 0% 0% no-repeat padding-box;
	box-shadow: 0px 10px 12px #00000029;
	opacity: 1;
	border-radius: 50px;
}

.sliders_det {
	width: 171px;
	height: 156px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 12px 53px #00000029;
	border-radius: 30px;
	padding: 20px;
}

.sliders_det img {
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.middle_hight {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.middle_hight .circle_sliders {
	top: 45%;
}

.middle_hight .carousel-control-prev {
	left: -45px;
}

.middle_hight .carousel-control-next {
	right: -65px;
}

.slide_heightset {
	height: 300px;
}

.slide_heightset .row {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.company-portfollio {
	padding: 0;
	background-color: #F2F2F2;
}

.explore-gia-btn {
	position: absolute;
	top: 31px;
	right: 0;
}

.where-to-invest-container {
	padding-top: 0;
	padding-bottom: 0px;
}

.where-to-invest .title-heading {
	font-size: 45px;
	font-weight: 600;
	text-align: center;
	line-height: 50px;
	color: var(--misaFirstColor);
	text-transform: uppercase;
	padding-top: 64px;
	padding-bottom: 24px;
	margin-bottom: 0;
	display: flex;
	width: 100%;
	justify-content: center;
}

.where-to-invest .title-heading span {
	color: #707070;
	margin: 0 8px;
}

.where-to-invest .sector {
	font-size: 24px;
	color: var(--misaSecondColor);
	text-align: center;
	line-height: 45px;
	padding-bottom: 60px;
	text-transform: uppercase;
}

.where-to-invest-main-wrapper.img-0 #content_1 {
	display: block;
}

.where-to-invest-main-wrapper.img-0 #content_2 {
	display: none;
}

.where-to-invest-main-wrapper.img-1 #content_1 {
	display: none;
}

.where-to-invest-main-wrapper.img-1 #content_2 {
	display: block;
}

.hexagen-grid-wrapper {
	width: 918px;
	margin: 0 auto;
	padding-top: 150px;
}

.hexagen-grid-wrapper svg .active #outline {
	fill: #fff;
	opacity: 1;
}

.hexagen-grid-wrapper svg .active #text {
	fill: #025635;
}

.hexagen-grid-wrapper svg .active #icon {
	stroke: var(--misaFirstColor);
}

.sector-box {
	border-radius: 27px;
	background: rgb(0 0 0 / 24%);
	padding: 0px 0px 53px 0px;
}

.sector-box-inner {
	position: relative;
	margin: 0px 30px 48px 30px;
	padding: 0px 38px 53px 38px;
	z-index: 9;
}

.sector-box-inner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 27px;
	background: rgb(0 0 0 / 50%);
}

.sect-left-panel,
.sect-right-panel {
	z-index: 9;
	padding: 30px 0;
}

.sect-right-panel {
	display: flex;
	flex-wrap: wrap;
}

.sector-box .section-title h4 {
	font-size: 45px;
	color: var(--misaFirstColor);
	line-height: 50px;
	text-transform: uppercase;
	padding-bottom: 53px;
	margin: 0;
	text-align: right;
}

.sector-box .section-title p {
	font-size: 20px;
	color: #fff;
	width: 516px;
	line-height: 30px;
	padding-bottom: 80px;
	margin: 0;
	text-align: right;
}

.section-title .know-more {
	font-size: 16px;
	color: #fff;
	line-height: 19px;
	width: 175px;
	height: 45px;
	padding: 10px 20px;
	text-align: center;
	background: var(--misaSecondColor);
	border-radius: 27px;
	text-transform: uppercase;
	float: right;
	display: flex;
	align-items: center;
}

.section-title .know-more svg {
	position: relative;
	right: 10px;
	margin: 0;
	transform: rotate(180deg);
}

.section-counts .count-item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	border-right: 2px solid #fff;
	margin-bottom: 42px;
	word-break: break-word;
	padding: 0 15px;
}

.section-counts .count-item:nth-of-type(even) {
	border: none;
}

.section-counts h5 {
	font-size: 43px;
	color: var(--misaFirstColor);
	line-height: 48px;
	text-transform: uppercase;
	padding-bottom: 13px;
	margin: 0;
	text-align: center;
}

.section-counts p.description {
	font-size: 16px;
	color: #fff;
	line-height: 19px;
	text-align: center;
	margin: 0;
	padding: 0 20px;
}

.sub-sector h6 {
	font-size: 30px;
	color: #fff;
	line-height: 34px;
	margin: 0;
	color: var(--misaFirstColor);
	padding-bottom: 31px;
}

.sub-sector a {
	display: inline-block;
	vertical-align: top;
	padding-right: 32px;
}

@media (max-width: 575.98px) {
	.where-to-invest-container .hexagen-grid-wrapper {
		width: 100%;
		padding-top: 70px;
	}

	.where-to-invest-container .hexagen-grid-wrapper svg {
		max-width: 100%;
		height: auto;
	}

	.where-to-invest-container .section-counts h5 {
		font-size: 30px;
	}

	.where-to-invest-container .sector-box .section-title h4 {
		font-size: 35px;
	}

	.where-to-invest-container .section-title {
		padding: 30px 15px;
	}

	.where-to-invest-container .sector-box .section-title p {
		width: 100%;
		padding-bottom: 50px;
	}

	.where-to-invest-container .section-title .know-more {
		float: none;
		display: block;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.where-to-invest-container .section-title {
		padding: 30px 15px;
	}

	.where-to-invest-container .sector-box .section-title p {
		width: 100%;
		padding-bottom: 50px;
	}

	.where-to-invest-container .hexagen-grid-wrapper {
		width: 100%;
		padding-top: 70px;
	}

	.where-to-invest-container .hexagen-grid-wrapper svg {
		max-width: 100%;
		height: auto;
	}

	.where-to-invest-container .section-title .know-more {
		float: none;
		display: block;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
}

#incentiveforinvestors {
	padding-top: 67px;
	padding-bottom: 0;
}

#incentiveforinvestors .title-heading {
	padding-top: 0;
}

#incentiveforinvestors .explore-btn {
	font-size: 16px;
	font-weight: 600;
	width: 185px;
	height: 45px;
	top: 0;
	color: #fff;
	text-align: center;
	line-height: 19px;
	padding: 13px 20px 13px 20px;
	text-transform: uppercase;
}

#incentiveforinvestors .explore-btn {
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 30px;
}

#incentiveforinvestors .explore-btn img {
	padding-top: 4px;
	padding-left: 5px;
	vertical-align: top;
}

#incentiveforinvestors .card p {
	font-size: 20px;
	color: #484848;
	line-height: 22px;
	width: 80% !important;
	margin-left: auto;
	margin-right: auto;
}

.incentiveContainer {
	background: url(../img/inc_bg.png) no-repeat;
	background-size: cover;
	background-position: top center;
}

.title-heading {
	font-size: 45px;
	font-weight: 600;
	text-align: center;
	line-height: 50px;
	color: var(--misaFirstColor);
	text-transform: uppercase;
	padding-top: 69px;
	padding-bottom: 84px;
}

.explore-btn {
	position: absolute;
	top: 33%;
	right: 0;
	width: 175px;
	font-size: 16px;
	text-align: center;
	line-height: 19px;
	color: #fff;
	padding: 13px 30px;
	border-radius: 27px;
	text-transform: uppercase;
	background-color: var(--misaSecondColor);
}

.explore-btn svg {
	position: relative;
	left: 5px;
}

.explore-btn:hover {
	border: none;
	color: #fff;
	text-decoration: none;
	background-color: var(--misaSecondColor);
}

.inc-card {
	transition: transform .2s ease;
	background-color: transparent;
}

.inc-card:hover {
	transform: scale(1.1);
}

.inc-card h4 {
	font-size: 20px;
	font-weight: 600;
	color: #025635;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}

.inc-card p {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	line-height: 22px;
	color: #484848;
	padding: 14px 0;
	min-height: 100px;
	width: 70% !important;
}

.inc-card span img {
	position: absolute;
	left: 50%;
	top: 35%;
	transform: translate(-50%, -50%);
}

.img-box {
	position: relative;
	min-height: 6.5rem;
}

@media (max-width: 575.98px) {
	#incentiveforinvestors {
		padding-top: 0;
		padding-bottom: 50px;
	}

	#incentiveforinvestors .title-heading {
		font-size: 29px;
		line-height: 34px;
		padding-bottom: 30px;
	}

	#incentiveforinvestors .card h4 {
		font-size: 16px;
		line-height: 18px;
	}

	#incentiveforinvestors .card p {
		width: 100% !important;
	}

	#incentiveforinvestors .explore-btn {
		position: static;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
	}

	#incentiveforinvestors .features-1 {
		font-size: 14px;
		line-height: 16px;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}

	#incentiveforinvestors .features-1 .inc-card .img-box {
		min-height: 5.5rem;
	}

	#incentiveforinvestors .features-1 .inc-card p {
		font-size: 16px;
		line-height: 22px;
		padding-top: 9px;
		padding-bottom: 26px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	#incentiveforinvestors {
		padding-bottom: 50px;
	}

	#incentiveforinvestors .title-heading {
		font-size: 29px;
		line-height: 32px;
		padding-bottom: 30px;
	}

	#incentiveforinvestors .explore-btn {
		position: static;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
	}

	#incentiveforinvestors .features-1 {
		font-size: 14px;
		line-height: 16px;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}

	#incentiveforinvestors .features-1 .inc-card .img-box {
		min-height: 5.5rem;
	}

	#incentiveforinvestors .features-1 .inc-card p {
		font-size: 16px;
		line-height: 22px;
		padding-top: 9px;
		padding-bottom: 26px;
	}
}

@media (min-width: 768px) {
	#incentiveforinvestors .title-heading {
		padding-bottom: 10px;
	}

	#incentiveforinvestors .explore-btn {
		position: static;
		display: block;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) {
	#incentiveforinvestors .title-heading {
		padding-bottom: 30px;
	}

	#incentiveforinvestors .explore-btn {
		position: static;
		display: block;
		margin-bottom: 30px;
	}
}

@media (min-width: 1200px) {
	#incentiveforinvestors .title-heading {
		padding-bottom: 84px;
	}

	#incentiveforinvestors .explore-btn {
		position: absolute;
		margin-bottom: 0;
	}
}

.mg-container .section-title h2 {
	font-size: 45px;
	font-weight: 600;
	color: var(--misaFirstColor);
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	padding-bottom: 63px;
	margin-bottom: 0;
}

.mg-container .section-title .explore-btn {
	width: 185px;
	font-weight: bold;
}

.mg-container .section-title .explore-btn img {
	vertical-align: top;
	padding-left: 5px;
	padding-top: 6px;
}

#mg .project-info h4 {
	padding-bottom: 13px !important;
	margin-bottom: 0;
}

#mg .project-info p {
	line-height: 32px;
	padding-bottom: 42px;
}

#mg .project-info ul li a {
	line-height: 34px;
	pointer-events: none;
}

#mg .project-info ul li strong {
	line-height: 18px;
}

#mg .project-info .know-more {
	display: none;
}

#mg .clientContainer .box-wrapper {
	width: auto;
	height: 117px;
}

#mg .mg-slider {
	position: relative;
	padding-top: 80px;
	padding-bottom: 20px;
}

#mg #slider-1 .top-logo .red-sea img {
	padding-top: 50px;
}

#mg .project-info h4 {
	font-size: 34px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 38px;
	text-transform: uppercase;
	text-align: right;
}

#mg .project-info p {
	font-size: 20px;
	color: #fff;
	text-align: right;
}

#mg .project-info ul {
	margin-bottom: 0;
	padding-bottom: 0 !important;
}

#mg .project-info ul li {
	line-height: 28px;
	transition: all 0.5s ease;
	text-align: right;
}

#mg .project-info ul li:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

#mg .project-info ul li a {
	font-size: 30px;
	font-weight: 600;
	color: var(--misaFirstColor);
}

#mg #slider-1 .project-info {
	opacity: 1;
	background: transparent linear-gradient(360deg, #FFFFFF00 0%, #56B8ADC5 72%, #25A395 100%) 0% 0% no-repeat;
}

#mg #slider-1 .project-info ul li a {
	color: #025635;
}

#mg .project-info ul li a:hover,
.know-more-link:hover {
	text-decoration: none;
}

#mg .project-info ul li strong {
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
}

#mg .project-info ul li a sup {
	top: 0;
}

#mg .clientContainer .nav-item:nth-child(2) .box-wrapper img {
	padding-top: 15px;
}

#mg .clientContainer .box-wrapper {
	background: rgb(255 255 255 / 43%);
}

#mg .clientContainer .box-wrapper.active {
	background: rgb(0 0 0 / 43%);
}

#mg .clientContainer .box-wrapper a {
	position: relative;
	z-index: 99;
}

#mg .clientContainer .box-wrapper a:hover {
	opacity: 0.3;
}

#mg .project-info .know-more .know-more-link {
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
	transition: 0.3s;
}

#mg .know-more-link svg {
	position: relative;
	top: 4px;
}

#mg .get-explore-btn {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 130px;
	height: 23px;
	padding: 0 15px;
	border-radius: 50px;
	color: #FFFFFF;
	transition: 0.3s;
	text-decoration: none;
	text-transform: uppercase;
	background-color: var(--misaSecondColor);
}

#mg .get-explore-btn svg {
	position: relative;
	top: 4px;
}

#mg .get-explore-btn:hover {
	color: #000;
	text-decoration: none;
}

@media (max-width: 575.98px) {
	.mobile-nav-overly {
		display: none;
	}

	.mg-container {
		padding-bottom: 0;
	}

	#mg #mg-slider .tab-content .top-logo {
		padding-top: 30px;
	}

	#mg #mg-slider .tab-content .top-logo img {
		width: 115px;
		height: 146px;
	}

	#mg .mg-slider {
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.mg-container .section-title h2 {
		font-size: 26px;
		line-height: 29px;
		padding-bottom: 30px;
	}

	#mg .project-info h4 {
		position: absolute;
		top: -25%;
		left: 25%;
		right: 0;
		width: 100%;
		font-size: 41px;
		line-height: 45px;
		text-align: center;
	}

	.mg-container .section-title .explore-btn {
		position: static;
		display: block;
		font-weight: bold;
		margin-left: auto;
		margin-right: auto;
		padding: 13px 20px;
	}

	.mg-container .section-title .explore-btn img {
		vertical-align: top;
		padding-top: 4px;
	}

	#mg .clientContainer {
		padding-top: 0 !important;
		padding-right: 15px;
		margin-top: 0 !important;
	}

	#mg .clientContainer .box-wrapper {
		width: 100%;
	}

	#mg .project-info ul {
		display: block !important;
		text-align: center;
	}

	#mg .project-info ul li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding-bottom: 60px;
	}

	#mg .project-info ul li:nth-child(3),
	#mg .project-info ul li:nth-child(4) {
		padding-bottom: 0;
	}

	#mg .project-info ul li a {
		display: block !important;
		font-size: 30px;
		line-height: 34px;
	}

	#mg .project-info ul li strong {
		font-size: 18px;
		line-height: 18px;
	}

	#mg .clientContainer .nav-item {
		padding-right: 0px !important;
	}

	#mg .project-info p {
		text-align: center;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.mg-container {
		padding-bottom: 0;
	}

	#mg .mg-slider {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.mg-container .section-title h2 {
		font-size: 26px;
		line-height: 29px;
		padding-bottom: 30px;
	}

	#mg .project-info h4 {
		font-size: 41px;
		line-height: 45px;
		text-align: center;
		position: absolute;
		top: -34%;
		left: 60%;
		right: 0;
		width: 50%;
		z-index: 9;
	}

	#mg .section-title h2 {
		padding-bottom: 30px;
	}

	#mg .container .section-title .explore-btn {
		position: static;
		display: block;
		font-weight: bold;
		margin-left: auto;
		margin-right: auto;
		padding: 13px 20px;
	}

	#mg .container .clientContainer .box-wrapper {
		width: 100%;
	}

	#mg .project-info ul {
		display: block !important;
		text-align: center;
	}

	#mg .project-info ul li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding-bottom: 60px;
	}

	#mg .project-info ul li:nth-child(3),
	#mg .project-info ul li:nth-child(4) {
		padding-bottom: 0;
	}

	#mg .project-info ul li a {
		display: block !important;
		font-size: 30px;
		line-height: 34px;
	}

	#mg .project-info ul li strong {
		font-size: 18px;
		line-height: 18px;
	}

	#mg .clientContainer .nav-item {
		padding-left: 0px !important;
	}

	#mg .project-info p {
		text-align: center;
	}

	#mg #mg-slider .tab-content .top-logo,
	#mg #mg-slider .tab-content .col-sm-8 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	#mg #mg-slider .tab-content .col-sm-8 {
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	#mg .section-title h2 {
		padding-bottom: 30px;
	}

	#mg .container .section-title .explore-btn {
		position: static;
		display: block;
		margin: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	#mg .container .clientContainer .box-wrapper {
		width: 100%;
	}

	#mg .project-info ul li a,
	#mg .project-info ul li strong {
		font-size: 20px;
	}

	.mg-container .section-title .explore-btn img {
		padding-top: 4px;
	}
}

@media (min-width: 992px) {
	#mg .explore-btn {
		position: static;
		display: block;
		margin: auto;
		padding: 13px 20px;
	}

	.mg-container .section-title h2 {
		padding-bottom: 30px;
	}

	.mg-container .section-title .explore-btn img {
		padding-top: 4px;
	}
}

@media (min-width: 1200px) {
	#mg .explore-btn {
		position: absolute;
		top: 18%;
	}

	#mg .project-info p {
		width: 612px;
	}

	.mg-container .section-title .explore-btn img {
		vertical-align: top;
		padding-top: 4px;
		padding-left: 5px;
	}

	.mg-container .section-title h2 {
		padding-bottom: 63px;
	}

	#mg .clientContainer .box-wrapper {
		width: 240px;
		height: 127px;
	}
}

.successstory-container .section-title .explore-btn {
	position: absolute;
	top: 20%;
	right: 0;
	width: 185px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 19px;
	color: #fff;
	padding: 13px 20px;
	border-radius: 27px;
	background-color: var(--misaSecondColor);
}

.successstory-container .section-title .explore-btn img {
	vertical-align: top;
	padding-top: 4px;
}

.successstory-container .success-main-content {
	position: relative;
	padding-top: 100px;
}

.successstory-container .success-main-content:before {
	position: absolute;
	content: '';
	background: #f0f0f0;
	width: 75%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.successstory-container .success-main-content .quote-wrapper:before {
	content: url(../img/success/invertedcommas.svg);
	position: absolute;
	left: -50px;
	width: 117px;
	height: 118px;
	z-index: 999;
	cursor: pointer;
}

.successstory-container .success-main-content .quote-wrapper:hover:after {
	content: url(../img/success/inverted-commas-on-hover.svg);
	position: absolute;
	left: -50px;
	z-index: 999;
	width: 117px;
	height: 118px;
	z-index: 999;
	cursor: pointer;
}

.successstory-container .section-title h2 {
	font-size: 45px;
	line-height: 50px;
	font-weight: 600;
	color: #707070;
	padding-bottom: 26px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.successstory-container .sucess_section .sucess_content {
	padding-left: 70px;
}

.successstory-container .sucess_section .sucess_content h2 img {
	padding-bottom: 48px;
}

.successstory-container .sucess_section .sucess_content p {
	font-size: 20px;
	font-weight: normal;
	color: #707070;
	text-align: left;
	line-height: 35px;
}

.successstory-container .sucess_section .sucess_content p:nth-child(3) {
	font-weight: 600;
	padding-top: 30px;
}

.successstory-container .sucess_section .sucess_content p span.para-title {
	color: #026A37;
	font-weight: 600;
}

.logo-padding-bottom .success-logo-container .sucess_section .sucess_content .position-relative img {
	position: static !important;
	padding-bottom: 15px;
}

.logo-padding-bottom .success-logo-container .sucess_section .sucess_content {
	min-height: 560px;
}

.successstory-container .sucess_section .sucess_content .link {
	display: block;
	font-weight: 600;
	font-size: 14px;
	color: #0097A9;
	line-height: 28px;
	padding-top: 30px;
	transition: 0.3s;
	text-transform: uppercase;
}

.successstory-container .sucess_section .sucess_content .link svg {
	position: relative;
	top: 2px;
}

.successstory-container .success-main-content .sucess-slider-contols {
	position: absolute;
	float: left;
	left: 7% !important;
	right: auto !important;
}

@media (max-width: 575.98px) {
	.successstory-container {
		padding-top: 0;
		padding-bottom: 0;
	}

	.successstory-container .success-main-content {
		padding-top: 0;
		padding-right: 0;
	}

	.successstory-container .section-title h2 {
		font-size: 30px;
		line-height: 34px;
	}

	.successstory-container .sucess_section .sucess_content h2 img {
		padding-top: 48px;
	}

	.successstory-container .section-title .explore-btn {
		position: static;
	}

	.successstory-container .success-main-content:before {
		top: 28%;
		width: 100%;
	}

	.successstory-container .sucess_section .sucess_content {
		padding: 30px;
	}

	.successstory-container .success-main-content .quote-wrapper {
		padding-top: 40px;
	}

	.successstory-container .success-main-content .quote-wrapper:before {
		top: 0;
		width: 70px;
		height: 70px;
		left: 7%;
		content: url(../img/success/quotation-mobile.svg);
	}

	.successstory-container .success-main-content .quote-wrapper:hover:after {
		top: 0;
		left: -1%;
		content: url(../img/success/quotation-mobile-hover.svg);
	}

	.successstory-container .sucess_section .sucess_content p {
		text-align: center;
		width: 100%;
	}

	.successstory-container .sucess_section .sucess_content p:nth-child(3) {
		font-weight: normal;
	}

	.successstory-container .sucess_section .sucess_content .link {
		display: none;
	}

	.successstory-container .success-main-content .sucess-slider-contols {
		left: 0;
		right: 0;
		bottom: 20px;
		width: 100%;
		justify-content: center;
	}

	.successstory-container .explore-btn {
		position: static;
		margin: 0 auto;
		text-align: center;
		display: block;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.successstory-container {
		padding-top: 30px;
		padding-bottom: 0;
	}

	.successstory-container .success-main-content {
		padding-top: 0;
		padding-right: 0;
	}

	.successstory-container .section-title h2 {
		font-size: 30px;
		line-height: 34px;
	}

	.successstory-container .sucess_section .sucess_content h2 img {
		padding-top: 48px;
	}

	.successstory-container .section-title .explore-btn {
		position: static;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.successstory-container .success-main-content:before {
		top: 28%;
		width: 100%;
	}

	.successstory-container .sucess_section .sucess_content {
		padding: 30px;
	}

	.successstory-container .success-main-content .quote-wrapper {
		padding-top: 30px;
	}

	.successstory-container .success-main-content .quote-wrapper:before {
		top: 0;
		width: 70px;
		height: 70px;
		left: 7%;
		content: url(../img/success/quotation-mobile.svg);
	}

	.successstory-container .success-main-content .quote-wrapper:hover:after {
		top: 0;
		left: -1%;
		content: url(../img/success/quotation-mobile-hover.svg);
	}

	.successstory-container .sucess_section .sucess_content p {
		width: 100%;
		text-align: center;
	}

	.successstory-container .sucess_section .sucess_content p:nth-child(3) {
		font-weight: normal;
	}

	.successstory-container .sucess_section .sucess_content .link {
		display: none;
	}

	.successstory-container .success-main-content .sucess-slider-contols {
		position: static;
		display: block;
		left: 0;
		right: 0px;
		width: 100%;
		padding-bottom: 20px;
		text-align: center;
		justify-content: center;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.successstory-container {
		padding: 30px 0;
	}

	.successstory-container .explore-btn {
		position: static;
		margin: 0 auto;
		text-align: center;
		display: block;
		margin-bottom: 30px;
	}

	.successstory-container .explore-btn img {
		vertical-align: top;
		padding-top: 6px;
	}

	.successstory-container .section-title h2 {
		padding-bottom: 0;
	}
}

@media (min-width:768px) {
	.successstory-container .success-main-content .quote-wrapper {
		padding-top: 40px;
	}

	.successstory-container .success-main-content .quote-wrapper:before {
		top: 0;
		width: 70px;
		height: 70px;
		left: -10%;
		content: url(../img/success/quotation-mobile.svg);
	}

	.successstory-container .success-main-content .quote-wrapper:hover:after {
		top: 0;
		left: -25%;
		content: url(../img/success/quotation-mobile-hover.svg);
	}
}

@media (min-width: 992px) {
	.successstory-container .section-title .explore-btn {
		top: 22%;
	}
}

@media (min-width: 1200px) {
	.successstory-container .sucess_section .sucess_content p {
		width: 602px !important;
	}

	.successstory-container .success-main-content .quote-wrapper {
		padding-top: 40px;
	}

	.successstory-container .success-main-content .quote-wrapper:before {
		content: url(../img/success/invertedcommas.svg);
		position: absolute;
		left: -50px;
		width: 117px;
		height: 118px;
	}

	.successstory-container .success-main-content .quote-wrapper:hover:after {
		content: url(../img/success/inverted-commas-on-hover.svg);
		position: absolute;
		left: -50px;
		z-index: 999;
		width: 117px;
		height: 118px;
	}

	.logo-padding-bottom .success-logo-container .carousel-logos {
		width: 90%;
	}
}

.newsAndUpdateContainer .titleContainer .explore-btn {
	position: absolute;
	right: 12px;
	top: 36px;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	width: 185px;
	height: 45px;
	line-height: 19px;
	text-transform: uppercase;
	border-radius: 27px;
	padding: 13px 10px 15px 20px;
}

#newsandupdates,
#newsandupdates .titleContainer {
	position: relative;
	padding-bottom: 0;
	padding-top: 0;
}

#newsandupdates .titleContainer .title-heading .section-title {
	position: relative;
	font-size: 45px;
	font-weight: 600;
	color: var(--misaFirstColor);
	line-height: 50px;
	padding-bottom: 33px;
	text-transform: uppercase;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation: fadeInAnimation ease 2s;
}

#newsandupdates .titleContainer .secNavigation {
	position: absolute;
	top: 14px;
	right: 0;
	width: auto;
}

#newsandupdates .titleContainer .secNavigation .pagination li:nth-child(2) {
	position: relative;
	top: 3px;
}

#newsandupdates .titleContainer .pagination .page-item a {
	font-size: 20px;
	padding: 0 8px;
	font-weight: 600;
	color: var(--misaFirstColor);
	text-transform: uppercase;
}

#newsandupdates .titleContainer .page-item a svg.bi-arrow-left {
	color: #707070;
}

#newsandupdates .titleContainer .page-item a svg.bi-arrow-right {
	color: #0489A3;
}

#newsandupdates .titleContainer .pagination .page-item a svg {
	width: 28px;
	height: 28px;
}

.know-more-link h6 {
	margin-bottom: -20px;
	color: #000;
	cursor: pointer;
}

.know-more-link h6:hover {
	cursor: pointer;
}

.badge-pill-custom {
	padding-left: 0px;
}

@keyframes fadeInAnimation {
	0% {
		opacity: 0;
		left: -100px;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

#newsandupdates .contentWrapper .card-wrapper .flip-card .card-img {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
	border-radius: 10px;
}

#newsandupdates .contentWrapper .card-wrapper .flip-card .card-img img {
	width: 100%;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	transition: all .5s;
	height: 200px;
}

#newsandupdates .contentWrapper .card-wrapper .flip-card .card-box {
	text-align: right;
	height: 8rem;
}

#newsandupdates .contentWrapper .card-wrapper .flip-card .card-box span {
	font-size: 14px;
	font-weight: 400;
	color: var(--misaDarkGrayText);
	text-align: right;
}

#newsandupdates .contentWrapper .card-wrapper .flip-card .card-box p {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: var(--misaDarkGrayText);
}

#newsandupdates .contentWrapper .card-wrapper .flip-card .card-box h2 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0px;
	color: var(--misaFirstColor);
	padding: 5px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 21px;
	max-height: 48px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#newsandupdates .contentWrapper .card-wrapper .flip-card .card-box h2 a {
	color: var(--misaFirstColor);
}

#newsandupdates .contentWrapper .card-wrapper .flip-card .know-more-link {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.28px;
	color: #0489a3;
	transition: 0.3s;
	margin-left: -15px;
}

#newsandupdates .contentWrapper .card-wrapper .flip-card .know-more-link:hover {
	color: #1C1C1C;
	opacity: 0.5;
	text-decoration: none;
}

#newsandupdates .contentWrapper .card-wrapper .flip-card .know-more-link svg {
	position: relative;
	color: #9E9E9E;
	top: 4px;
}

@media (max-width: 575.98px) {
	#newsandupdates .titleContainer .title-heading .section-title {
		font-size: 30px;
		line-height: 34px;
	}

	.newsAndUpdateContainer .titleContainer .explore-btn {
		position: static;
		display: block;
		padding: 13px 20px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

	.newsAndUpdateContainer .titleContainer .explore-btn img {
		margin-top: -4px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	#newsandupdates .titleContainer {
		padding-top: 0 !important;
	}

	#newsandupdates .titleContainer .secNavigation {
		position: static;
		padding-top: 0 !important;
		padding-bottom: 1rem !important;
		margin-top: 0 !important;
	}

	#newsandupdates .titleContainer .title-heading {
		padding-top: 0 !important;
		padding-bottom: 1rem !important;
		margin-top: 0 !important;
	}

	#newsandupdates .titleContainer .title-heading .section-title {
		font-size: 45px;
	}

	#newsandupdates .titleContainer .secNavigation ul {
		justify-content: center !important;
	}

	.newsAndUpdateContainer .titleContainer .explore-btn {
		position: static;
		display: block;
		padding: 13px 20px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

	.newsAndUpdateContainer .titleContainer .explore-btn img {
		vertical-align: top;
		padding-top: 4px;
	}
}

@media (min-width:768px) {
	.newsAndUpdateContainer .titleContainer .explore-btn {
		position: static;
		top: 26%;
		display: block;
		width: 185px;
		padding: 13px 20px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

	.newsAndUpdateContainer .titleContainer .explore-btn img {
		vertical-align: top;
		padding-top: 6px;
		margin-top: 5px;
		transform: rotate(180deg);
	}
}

@media (min-width:992px) {
	.newsAndUpdateContainer .titleContainer .explore-btn {
		position: absolute;
		width: 185px;
	}
}

@media (min-width:1200px) {
	.newsAndUpdateContainer .titleContainer .explore-btn {
		width: 185px;
		padding: 13px 20px 13px 20px;
	}

	.newsAndUpdateContainer .titleContainer .explore-btn img {
		vertical-align: top;
		padding-top: 4px;
		margin-top: 5px;
		transform: rotate(180deg);
	}
}

.contact-us {
	position: relative;
	height: auto;
	padding: 43px 0 120px 0;
}

.contact-us h3 {
	position: absolute;
	top: 27px;
	left: 0;
	right: 0;
	width: 100%;
	font-size: 45px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 65px;
	text-transform: uppercase;
	text-shadow: 0px 3px 6px #00000029;
}

.contact-us p {
	color: #fff;
}

.contact-us .txt-link:hover {
	text-decoration: underline;
}

.contactus-content {
	width: 100%;
	height: 100%;
	margin: 0;
	text-align: center;
}

.contactus-content a.txt-link {
	position: absolute;
	bottom: 25%;
	left: 0;
	right: 0;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	padding: 17px;
	line-height: 27px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
	background: var(--misaSecondColor);
}

.contactus-content a.txt-link img {
	vertical-align: top;
	padding-left: 5px;
	padding-top: 9px;
}

@media (max-width: 575px) {
	.contact-us {
		height: 192px;
	}

	.contact-us h3 {
		font-size: 22px;
		line-height: 22px;
		width: 194px;
		margin: 0 auto;
	}

	.contactus-content a.txt-link {
		left: 0;
		right: 0;
		bottom: 72%;
		width: 100%;
		font-size: 10px;
		line-height: 12px;
		padding: 5px 30px;
		transform: none;
		border-radius: 0;
		background-color: transparent;
	}

	.contactus-content a.txt-link img {
		padding-top: 0;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.contact-us {
		height: auto;
		padding-bottom: 30px;
	}

	.contactus-content {
		height: auto;
	}

	.contactus-content a.txt-link {
		left: 0;
		right: 0;
		bottom: 30%;
		width: 100%;
		font-size: 16px;
		padding: 5px 30px;
		transform: none;
		border-radius: 0;
		background-color: transparent;
	}
}

@media (min-width: 768px) {
	.contact-us h3 {
		width: 75%;
		margin: 0 auto;
	}

	.contactus-content a.txt-link {
		max-width: 50%;
		flex: 0 0 50%;
		width: 273px;
		height: 60px;
	}
}

@media (min-width: 1200px) {
	.contact-us h3 {
		width: 100%;
	}
}

.economic-overview-container {
	padding: 30px;
	padding-top: 44px;
	padding-bottom: 142px;
	background-image: url(../img/WhenNumberTalk.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.title-area .title-heading {
	font-size: 45px;
	font-weight: 600;
	text-align: center;
	line-height: 50px;
	color: var(--misaFirstColor);
	text-transform: uppercase;
	padding-top: 69px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.economic-overview-container .title-area h2 {
	padding-top: 0;
}

.title-area h3 {
	font-size: 20px;
	font-weight: 400;
	color: #707070;
	line-height: 30px;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 82px;
}

.title-heading span {
	display: block;
	color: #707070;
}

.economic-overview .m1 {
	margin-top: 150px;
}

.economic-overview .m2 {
	margin-top: 250px;
}

.economic-overview .mn1 {
	margin-top: -100px;
}

.economic-overview .mn2 {
	margin-top: -250px;
}

.economic-overview p {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 35px;
	color: #FFFFFF;
	width: 856px;
	margin: 0 auto;
	padding-top: 54px;
	padding-bottom: 79px;
}

.economic-overview .panel-box {
	height: 380px;
	text-align: center;
	padding-top: 36px;
	padding-bottom: 65px;
	border-radius: 30px;
	background: #FFFFFF;
	box-shadow: 0px 65px 60px #00000033;
}

.economic-overview .panel-box .box-img {
	justify-content: center;
}

.panel-box h3.count {
	font-size: 42px;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
	color: #025635;
	padding-bottom: 20px;
}

.panel-box p.desc {
	font-size: 25px;
	font-weight: normal;
	line-height: 32px;
	color: #025635;
	margin: 0;
	width: 100%;
	padding: 0 20px;
}

.card h4 {
	font-size: 20px;
	font-weight: 600;
	color: #025635;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}

.economic-overview-container .o-stories__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-row-gap: 20px;
	grid-column-gap: 24px;
}

.economic-overview-container .yCmsComponent {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	margin-bottom: 30px;
}

.economic-overview-container .yCmsComponent:nth-child(1) {
	grid-column: 2/span 1;
	grid-row: 1/9;
}

.economic-overview-container .yCmsComponent:nth-child(2) {
	grid-column: 3/span 1;
	grid-row: 7/11
}

.economic-overview-container .yCmsComponent:nth-child(3) {
	grid-column: 1/span 1;
	grid-row: 6/10;
}

.economic-overview-container .yCmsComponent:nth-child(4) {
	grid-column: 2/span 1;
	grid-row: 9/13;
}

.economic-overview-container .yCmsComponent:nth-child(5) {
	grid-column: 3/span 1;
	grid-row: 11/15;
}

.economic-overview-container .yCmsComponent:nth-child(6) {
	grid-column: 1/span 1;
	grid-row: 10/14;
}

.economic-overview-container .yCmsComponent:nth-child(7) {
	grid-column: 2/span 1;
	grid-row: 13/17;
}

.economic-overview-container .yCmsComponent:nth-child(8) {
	grid-column: 1/span 1;
	grid-row: 14/18;
}

.economic-overview-container .yCmsComponent:nth-child(9) {
	grid-column: 2/span 1;
	grid-row: 17/26;
}

.economic-overview-container .yCmsComponent:nth-child(10) {
	grid-column: 3/span 1;
	grid-row: 15/21;
}

@media (max-width: 575.98px) {
	.economic-overview-container {
		padding: 15px;
	}

	.economic-overview .title-area .title-heading {
		font-size: 30px;
	}

	.economic-overview .panel-box {
		height: auto;
	}

	.economic-overview-container .yCmsComponent {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}
}

@media (max-width: 576px) {
	.economic-overview .panel-box {
		height: 450px;
	}

	.economic-overview-container .yCmsComponent {
		flex: 0 0 50%;
		max-width: 50%;
		width: 100%;
	}
}

@media (max-width: 992px) {
	.economic-overview .panel-box {
		width: 440px;
		height: 450px;
	}

	.economic-overview-container .yCmsComponent {
		flex: 0 0 50%;
		max-width: 50%;
		width: 100%;
	}
}

@media (max-width: 1200px) {
	.economic-overview-container .yCmsComponent {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 100%;
		width: auto;
	}

	.economic-overview .panel-box {
		width: 100%;
		height: 380px;
	}
}

.success_logo_img {
	position: relative;
}

.successstory-container .icon_right {
	right: 0;
}

.successstory-container .sucess_content p {
	width: 435px !important;
}

.successstory-container .success-slider-box {
	margin-bottom: 50px;
}

.success-slider .success-slider-box img {
	width: 150px;
	height: 100px;
	padding: 10px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #F0F0EF;
	border-radius: 14px;
	margin: 15px;
}

.successstory-container .meet-kingdom-control {
	left: 5%;
	width: 10%;
	bottom: 80px;
	margin: 0 auto;
}

.successstory-container .success-main-content .kingdom-quote-wrapper {
	padding-top: 0;
}

.successstory-container .success-main-content .sucess_img_bg .kingdom-quote-wrapper::before,
.successstory-container .success-main-content .sucess_img_bg .kingdom-quote-wrapper:after {
	top: -11%;
}

.slider-carousel {
	position: relative;
}

.slider-carousel .carousel-inner .carousel-item {
	min-height: 570px;
}

.Inc-tab-panel {
	padding: 0 9rem;
}

.Inc-tab-banner {
	position: relative;
}

.Inc-tab-banner-content {
	position: relative;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	z-index: 9;
	padding-top: 105px;
}

.key-reason-invest {
	padding-bottom: 30px;
}

.key-reason-invest .tab-content {
	position: relative;
	margin-top: -75px;
}

.key_reasons_component img.img-fluid.w-100 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
}

.key-reason-invest ul li a.nav-link {
	font-size: 22px;
	color: #707070;
	padding: 15px;
	line-height: 28px;
	border-right: 1px solid #d8d8d8;
	z-index: 9;
	height: 100%;
	background: #fff;
	border-radius: 0px;
}


.key-reason-invest ul li {
	min-height: 100%;
	/* width: 177px; */
	z-index: 99;
	text-align: center;
}

.key-reason-invest .Inc-tab-panel ul li a.nav-link {
	font-size: 22px;
	color: #707070;
	padding: 15px;
	line-height: 28px;
	border-right: 1px solid #d8d8d8;
	z-index: 9;
	height: 100%;
	background: #fff;
	border-radius: 0px;
}

.key-reason-invest .Inc-tab-panel ul {
	box-shadow: 0px 0px 25px #000000B3;
	display: flex;
	flex-wrap: nowrap;
	padding: 0;
}

.key-reason-invest .Inc-tab-panel ul .nav-link.active {
	position: relative;
	color: #fff;
	border: none;
	border-radius: 0;
	background-color: var(--misaSecondColor);
	height: 100%;
}

.key-reason-invest .Inc-tab-panel ul li:last-child a.nav-link {
	border-left: none;
}

.key-reason-invest .tab-content h1,
.key-reason-invest .tab-content h2 {
	font-size: 35px;
	color: var(--misaFirstColor);
	line-height: 43px;
}

.key-reason-invest .tab-content h2 {
	color: #fff;
}

.key-reason-invest .count-outer {
	padding-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

.key-reason-invest .count-block {
	display: inline-block;
	vertical-align: top;
	width: 14%;
	margin-bottom: 30px;
	border-left: 2px solid var(--misaFirstColor);
}

.key-reason-invest .count-block h5 {
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 40px;
	text-transform: uppercase;
}

.key-reason-invest .count-block p {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	display: block;
	line-height: 30px;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: lowercase;
}

.meet-kingdom-control .carousel-control-next-icon,
.meet-kingdom-control .carousel-control-prev-icon {
	padding: 20px;
	background-size: 50% 50%;
	border-radius: 50px;
	background-color: var(--misaSecondColor);
}

.international-ranking-container .title-area .title-heading {
	font-size: 45px;
	font-weight: 600;
	text-align: center;
	line-height: 50px;
	color: var(--misaFirstColor);
	text-transform: uppercase;
	padding-top: 69px;
	padding-bottom: 66px;
	margin-bottom: 0;
}

.international-ranking-container .int-video {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.success-logo-container #carouselExampleControls .carousel-indicators {
	display: flex;
	margin: 0;
	margin-bottom: 10px;
	justify-content: space-between;
	padding-right: 0;
	padding-left: initial;
}

.success-logo-container #carouselExampleControls .carousel-indicators li {
	width: 260px;
	height: 135px;
	text-indent: unset;
	padding: 10px;
	line-height: 100px;
	margin-left: 10px;
	margin-right: 10px;
	flex: 0 0 auto;
	text-align: center;
	vertical-align: middle;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #F0F0EF;
	border-radius: 14px;
}

.success-logo-container #carouselExampleControls .carousel-indicators li.active {
	background: transparent linear-gradient(180deg, #FFFFFF00 0%, #C7C7C7 100%) 0% 0% no-repeat padding-box;
	border: 1px solid #F0F0EF;
	border-radius: 14px;
}

.success-logo-container .carousel-logos {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -30%;
	overflow-x: scroll;
	overflow-y: hidden;
}

.success-logo-container .carousel-indicators li::before,
.success-logo-container .carousel-indicators li::after {
	position: static;
	content: none;
}

.logo-padding-bottom {
	padding-bottom: 250px;
}

.successstory-container .sucess_section .sucess_content {
	min-height: 500px;
}

.successstory-container .sucess_section .sucess_content .sucess_content_itenlogo {
	text-align: right;
}

.sucess_content .text-left,
.successstory-container .sucess_section .sucess_content p {
	text-align: right;
}

.successstory-container .explore-btn {
	top: 25%;
	padding: 13px 20px;
}

.successstory-container .sucess_section .sucess_content h2 img {
	padding-bottom: 18px;
}

@media (max-width: 575.98px) {
	.successstory-container .icon_right {
		position: static !important;
	}

	.successstory-container .sucess_section .sucess_content .sucess_content_itenlogo {
		text-align: center;
	}

	.sucess_content .text-left,
	.successstory-container .sucess_section .sucess_content p {
		text-align: center;
	}

	.Inc-tab-panel {
		padding: 0;
	}

	.Inc-tab-banner-content {
		top: 5%;
	}

	.key-reason-invest .Inc-tab-panel ul,
	.key-reason-invest .Inc-tab-panel ul li {
		width: 100%;
	}

	.key-reason-invest .Inc-tab-panel ul li a.nav-link {
		border-bottom: 1px solid;
	}

	.key-reason-invest .count-block {
		width: 50%;
		height: auto;
		margin-bottom: 30px;
		border-right: none;
		border-bottom: none;
	}

	.key-reason-invest .count-block p {
		font-size: 14px;
		line-height: normal;
		padding-left: 5px;
		padding-right: 5px;
	}

	#pills-tabContent {
		left: 0;
		height: 200vh;
		background-color: #000;
	}

	.key-reason-invest .tab-content {
		margin-top: -30px;
	}

	.meet-kingdom-control .carousel-control-next,
	.meet-kingdom-control .carousel-control-prev {
		background-color: transparent;
	}

	.successstory-container .success-main-content .sucess_img_bg .kingdom-quote-wrapper::before,
	.successstory-container .success-main-content .sucess_img_bg .kingdom-quote-wrapper:after {
		top: 0;
	}

	.successstory-container .sucess_section .sucess_content p {
		width: 100% !important;
	}

	.successstory-container .success_logo_img img {
		position: static !important;
	}

	.successstory-container .sucess_section .sucess_content {
		padding-top: 30px;
		padding-bottom: 0;
	}

	.successstory-container .sucess_section .sucess_content p {
		line-height: normal;
	}

	.success_logo_img {
		padding-bottom: 30px;
		text-align: center;
	}

	.successstory-container .meet-kingdom-control {
		width: 40%;
		left: 0;
		right: 0;
		text-align: center;
		display: block;
		bottom: -15px;
		margin: 0 auto;
	}

	.success-slider .success-slider-box img {
		display: inline-block;
		vertical-align: top;
		width: 140px;
	}

	.successstory-container .sucess_section .sucess_content {
		text-align: center;
	}

	.key-reason-invest .tab-content h1,
	.key-reason-invest .tab-content h2 {
		font-size: 24px;
		line-height: normal;
	}

	.key-reason-invest .count-outer {
		padding-top: 0;
	}

	.key-reason-invest .count-block h5,
	.key-reason-invest .count-block p {
		font-size: 20px;
	}

	.international-ranking-container .title-area .title-heading {
		font-size: 30px;
	}

	.logo-padding-bottom {
		padding-bottom: 50%;
	}

	.success-logo-container .carousel-logos {
		bottom: -20%;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.successstory-container .icon_right {
		position: static !important;
	}

	.successstory-container .explore-btn {
		position: static;
		display: block;
		margin: 0 auto;
	}

	.successstory-container .sucess_section .sucess_content h2 img {
		padding-top: 0 !important;
	}

	.Inc-tab-panel {
		padding: 0;
	}

	.key-reason-invest .tab-content h1,
	.key-reason-invest .tab-content h2 {
		font-size: 18px;
		line-height: normal;
		padding-bottom: 10px;
	}

	.key-reason-invest .count-outer {
		padding-top: 0;
	}

	.key-reason-invest .Inc-tab-panel ul {
		width: 100%;
	}

	.key-reason-invest .Inc-tab-panel ul li {
		width: 95px;
	}

	.key-reason-invest .count-block h5 {
		font-size: 14px;
		line-height: normal;
		padding-left: 15px;
		padding-right: 15px;
	}

	.key-reason-invest .count-block p {
		font-size: 14px;
		line-height: normal;
		padding-left: 5px;
		padding-right: 5px;
	}

	.key-reason-invest .Inc-tab-panel ul li a.nav-link {
		font-size: 14px;
		border-bottom: 1px solid;
	}

	.key-reason-invest .count-block {
		height: 100px;
		border-bottom: none;
	}

	#pills-tabContent {
		left: 0;
		min-height: 200vh;
		background-color: #000;
	}

	.key-reason-invest .Inc-tab-panel ul .nav-link.active:after {
		top: 100%;
		left: 30%;
	}

	.meet-kingdom-control .carousel-control-next,
	.meet-kingdom-control .carousel-control-prev {
		background-color: transparent;
	}

	.success_logo_img {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: -50px;
		text-align: center;
	}

	.successstory-container .sucess_section .sucess_content {
		text-align: center;
	}

	.successstory-container .meet-kingdom-control {
		width: 25%;
		left: 0;
		right: 0;
		text-align: center;
		display: block;
		bottom: 0;
		margin: 0 auto;
	}

	.success-slider .success-slider-box img {
		width: 130px;
	}

	.successstory-container .success-main-content .sucess_img_bg .kingdom-quote-wrapper::before,
	.successstory-container .success-main-content .sucess_img_bg .kingdom-quote-wrapper:after {
		top: 0;
	}

	.successstory-container .sucess_section .sucess_content p {
		width: 100% !important;
	}

	.successstory-container .success_logo_img img {
		position: static !important;
	}

	.key-reason-invest .tab-content h1,
	.key-reason-invest .tab-content h2 {
		font-size: 24px;
	}

	.logo-padding-bottom {
		padding-bottom: 30%;
	}

	.success-logo-container .carousel-logos {
		bottom: -20%;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.successstory-container .icon_right {
		position: static !important;
	}

	.successstory-container .sucess_section .sucess_content p {
		width: auto !important;
	}

	.successstory-container .meet-kingdom-control {
		right: 30px;
		width: 16%;
		bottom: -3%;
	}

	.meet-kingdom-control .carousel-control-next,
	.meet-kingdom-control .carousel-control-prev {
		background-color: transparent;
	}

	.key-reason-invest .Inc-tab-panel ul li {
		width: 108px;
	}

	.success-slider .success-slider-box img {
		width: 130px;
	}

	.Inc-tab-panel {
		padding: 0;
	}

	#pills-tabContent {
		left: 0;
		min-height: 90vh;
		background-color: #000;
	}

	.key-reason-invest .count-outer {
		padding-top: 50px;
	}

	.key-reason-invest .count-block {
		height: 100px;
		width: 20%;
		border-bottom: none;
	}

	.key-reason-invest .count-block h5 {
		font-size: 12px;
		line-height: normal;
		padding-left: 10px;
		padding-right: 10px;
	}

	.key-reason-invest .count-block p {
		font-size: 14px;
		line-height: normal;
	}

	.key-reason-invest .Inc-tab-panel ul li a.nav-link {
		font-size: 14px;
		border-bottom: 1px solid;
	}

	.successstory-container .success-main-content .sucess-slider-contols {
		bottom: 20px;
	}
}

@media (min-width: 992px) and (max-width:1199px) {

	.meet-kingdom-control .carousel-control-next-icon,
	.meet-kingdom-control .carousel-control-prev-icon {
		padding: 15px;
	}

	.successstory-container .sucess_section .sucess_content p {
		width: auto !important;
	}

	.successstory-container .icon_right {
		position: static !important;
	}

	.key-reason-invest .Inc-tab-panel ul .nav-link.active,
	.key-reason-invest .Inc-tab-panel ul li a.nav-link {
		font-size: 16px;
	}

	.key-reason-invest .count-block {
		width: 20%;
	}
}

.invesment-hub-section-bg {
	min-height: 500px;
	background: url(../img/Investments_hubs_bg.png) no-repeat;
	background-size: cover;
}

.investment-hub-container .what-do-section h2 {
	font-size: 45px;
	color: var(--misaFirstColor);
	font-weight: 600;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 25px;
}

.investment-hub-container .what-do-section h5 {
	font-size: 25px;
	color: #707070;
	font-weight: 600;
	line-height: 36px;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	padding-bottom: 35px;
}

.investment-hub-container .what-we-do {
	padding-top: 90px;
}

.investment-hub-container .what-we-do .panle-box {
	width: auto;
	height: 225px;
	text-align: center;
	padding: 30px;
	margin-bottom: 30px;
	border: 1px solid #F0F0EF;
	border-radius: 14px;
	background: #FFFFFF;
	box-shadow: 0px 12px 53px #00000029;
}

.investment-hub-container .what-we-do .panle-box p {
	font-size: 16px;
	display: block;
	font-weight: 600;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
}

.investment-hub-container .what-we-do .panle-box p a {
	color: var(--misaSecondColor);
	text-decoration: underline;
}

@media (max-width: 575.98px) {
	.investment-hub-container .what-do-section h5 {
		width: 100%;
	}

	.investment-hub-container .what-we-do .panle-box {
		width: 100%;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.investment-hub-container .what-do-section h5 {
		width: 100%;
	}

	.investment-hub-container .what-we-do .panle-box {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.investment-hub-container .what-do-section h5 {
		width: 100%;
	}

	.investment-hub-container .what-we-do .panle-box {
		width: 100%;
		height: 100%;
	}

	.investment-hub-container .what-we-do .panle-box .panel-img {
		height: 120px;
	}
}

@media (min-width: 992px) and (max-width:1199px) {
	.investment-hub-container .what-do-section h5 {
		width: 100%;
	}

	.investment-hub-container .what-we-do .panle-box {
		width: 100%;
		height: 100%;
	}
}

@media (min-width: 1200px) {
	.investment-hub-container .what-we-do .panle-box .panel-img {
		height: 80%;
	}
}

.facts-container,
.investment-op-container {
	padding: 30px;
	padding-top: 44px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/Key-facts-and-figures-background.jpg);
}

.key-fact-section,
.key-strength-section {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-row-gap: 20px;
}

.key-fact-section .macro_economic_component:nth-child(2),
.key-fact-section .macro_economic_component:nth-child(5),
.key-fact-section .macro_economic_component:nth-child(8),
.key-fact-section .macro_economic_component:nth-child(11),
.key-fact-section .macro_economic_component:nth-child(14),
.key-fact-section .macro_economic_component:nth-child(17),
.key-fact-section .macro_economic_component:nth-child(20) {
	position: relative;
	top: 40%;
}

.key-strength-section .key-strength-box:nth-child(2),
.key-strength-section .key-strength-box:nth-child(5),
.key-strength-section .key-strength-box:nth-child(8),
.key-strength-section .key-strength-box:nth-child(11),
.key-strength-section .key-strength-box:nth-child(14),
.key-strength-section .key-strength-box:nth-child(17),
.key-strength-section .key-strength-box:nth-child(20) {
	position: relative;
	top: 40%;
}

.key-fact-box {
	text-align: center;
	color: #025635;
	height: 300px;
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	border-radius: 30px;
	box-shadow: 0px 30px 75px #00000029;
}

.key-fact-box h3 {
	font-size: 42px;
	font-weight: 600;
	text-align: center;
	line-height: 38px;
	color: #025635;
	padding-top: 20px;
	padding-bottom: 10px;
}

.key-fact-box p {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 30px;
	color: #025635;
	padding-left: 15px;
	padding-right: 15px;
}

.key-strength-box {
	position: relative;
	text-align: center;
	min-height: 500px;
	padding-bottom: 30px;
}

.key-strength-box .overlay-txt {
	position: absolute;
	left: 0;
	right: 0;
	color: #fff;
	bottom: 15%;
	width: 100%;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 32px;
	text-transform: uppercase;
}

.investment-opportunities .panel-box-block {
	position: relative;
	width: 72%;
	min-height: 269px;
	padding: 40px;
	margin-bottom: 60px;
	border-radius: 30px;
	background: #FFFFFF;
	box-shadow: 0px 20px 60px #00000029;
}

.investment-opportunities .macro_economic_component:nth-of-type(even) .panel-box-block {
	float: right;
}

.investment-opportunities .panel-box-block .box-img {
	display: inline-block;
	vertical-align: top;
}

.investment-opportunities .panel-box-block .box-img-right {
	display: inline-block;
	vertical-align: top;
	padding-top: 30px;
	padding-left: 30px;
}

.investment-opportunities .panel-box-block .box-img-right h3 {
	font-size: 42px;
	font-weight: 600;
	color: var(--misaFirstColor);
	text-align: left;
	line-height: 38px;
	padding-bottom: 10px;
}

.investment-opportunities .panel-box-block .box-img-right p {
	font-size: 30px;
	font-weight: 600;
	color: #025635;
	width: 100%;
	text-align: left;
	line-height: 40px;
	padding-bottom: 0;
}

.investment-opportunities .panel-box-block p {
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #707070;
	width: 400px;
	margin: 0;
}

.strategic-sector-sWrapper .content-area p {
	font-size: 20px;
	font-weight: 600;
	color: #707070;
	line-height: 30px;
}

.content-area .area {
	padding-top: 50px;
	padding-bottom: 50px;
}

.content-area .sec-area {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	border-right: 1px solid #707070;
}

.content-area .sec-area strong {
	font-size: 27px;
	font-weight: 600;
	color: var(--misaFirstColor);
}

.content-area .sec-area span {
	color: #707070;
}

.content-area .sec-area p {
	font-size: 14px;
	font-weight: 300;
	color: #707070;
	line-height: 17px;
}

.content-area .sub-sectors h6 {
	font-size: 35px;
	font-weight: 600;
	color: #BF9B35;
}

.content-area .sub-sectors ul {
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.content-area .sub-sectors ul li {
	display: inline-block;
	vertical-align: top;
	padding: 20px;
}

.content-area .sub-sectors ul li:first-child {
	padding-left: 0;
}

.content-area .sub-sectors ul li strong {
	display: block;
	font-size: 16px;
	color: #025635;
	text-align: center;
	max-width: 120px;
}

@media (max-width: 575.98px) {
	.province-container .content-area {
		padding-left: 30px !important;
	}

	.province-container .content-area .sec-area {
		width: 40%;
	}

	.province-container .strategic-sector-sWrapper .map-area img {
		position: static;
	}

	.province-container .content-area .sub-sectors ul li:first-child {
		padding-left: 30px;
	}

	.facts-container .key-fact-box {
		height: auto;
	}

	.facts-container,
	.investment-op-container {
		padding: 15px;
	}

	.investment-opportunities .panel-box-block {
		width: 100%;
		display: block !important;
	}

	.investment-opportunities .macro_economic_component:nth-of-type(even) .panel-box-block {
		float: none;
	}

	.province-container .investment-opportunities .panel-box-block .box-img,
	.province-container .panel-box-block .box-img-right {
		display: block;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.province-container .content-area {
		padding-left: 30px !important;
	}

	.province-container .content-area .sec-area {
		width: 40%;
	}

	.province-container .strategic-sector-sWrapper .map-area img {
		position: static;
	}

	.province-container .content-area .sub-sectors ul li:first-child {
		padding-left: 30px;
	}

	.facts-container .key-fact-box {
		height: auto;
	}

	.facts-container,
	.investment-op-container {
		padding: 15px;
	}

	.investment-opportunities .panel-box-block {
		width: 100%;
		display: block !important;
	}

	.investment-opportunities .macro_economic_component:nth-of-type(even) .panel-box-block {
		float: none;
	}

	.province-container .investment-opportunities .panel-box-block .box-img,
	.province-container .panel-box-block .box-img-right {
		display: block;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.province-container .content-area {
		padding-left: 30px !important;
	}

	.province-container .content-area .sec-area {
		width: 40%;
	}

	.investment-opportunities .panel-box-block {
		width: 100%;
	}

	.facts-container .key-fact-box {
		height: auto;
	}
}

@media (min-width: 992px) and (max-width:1199px) {
	.province-container .content-area {
		padding-left: 30px !important;
	}

	.province-container .content-area .sec-area {
		width: 40%;
	}

	.investment-opportunities .panel-box-block {
		width: 100%;
	}
}

.rhq-glance h2,
.support-setting h2,
.economic-zone h2,
.regional-hqs-container .section-title h2,
.regions-title-container .title-area h2 {
	font-size: 42px;
	line-height: 47px;
	font-weight: 600;
	color: var(--misaFirstColor);
	padding-bottom: 30px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.rhq-glance h2 span,
.support-setting h2 span,
.economic-zone h2 span,
.regional-hqs-container .section-title h2 span,
.regions-title-container .title-area h2 span {
	color: #707070;
}

.rhq-glance p {
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	color: #585858;
	width: 50%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 15px;
}

.rhq-glance .read-more {
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	text-align: center;
	width: 175px;
	height: 45px;
	margin-top: 32px;
	border-radius: 27px;
	padding: 10px;
	text-transform: uppercase;
	box-shadow: 0px 0px 10px #00000033;
	background-color: var(--misaSecondColor);
}

.rhq-glance .economy-section,
.support-setting-section {
	padding-top: 40px;
	padding-bottom: 20px;
}

.rhq-glance .economy-section h2,
.support-setting-section h2 {
	width: 50%;
	margin: 0 auto;
}

.RHQ-Header-banner-image {
	background-size: cover;
	background-image: url(../img/RHQ-Header-banner-image.jpg) !important;
}

.setup-captial {
	text-transform: uppercase;
}

.enquiry-btn {
	position: relative;
	top: 30px;
	display: block;
	font-size: 18px;
	padding: 12px 30px;
	text-align: center;
	border-radius: 27px;
	height: 48px;
	background-color: var(--misaSecondColor);
}

.regional-panel {
	position: relative;
	top: -150px;
	z-index: 999;
	padding: 30px;
	background: #FFFFFF;
	box-shadow: 0px 20px 60px #00000029;
}

.regional-panel p {
	font-size: 25px;
	color: #707070;
	font-weight: 600;
}

.new-home h2 {
	font-size: 42px;
	line-height: normal;
	font-weight: 600;
	color: var(--misaFirstColor);
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 40px;
	text-transform: uppercase;
}

.new-home h2 span {
	color: #707070;
}

.new-home p {
	font-size: 20px;
	line-height: 40px;
	font-weight: 600;
	color: #585858;
	text-align: center;
	margin-bottom: 0;
}

.new-home .new-home-section {
	position: relative;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}

.new-home .new-home-section .play img {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.container-fluid .rhq-economic-zone-container {
	padding: 30px;
	padding-top: 44px;
	padding-bottom: 142px;
	background-size: cover;
	overflow: visible;
	background: url(../img/rhq/economic-sec-bg.png) no-repeat;
}

.rhq-support-container {
	padding: 30px;
	padding-top: 44px;
	padding-bottom: 50px;
	background-size: 100% 100%;
	overflow: visible;
	background: url(../img/rhq/economic-sec-bg.png) no-repeat;
}

.regional-hqs-container .successstory-container .sucess_section .sucess_content .position-relative img {
	top: -70px;
}

.rhq-economic-special-zone-container {
	padding: 30px;
	padding-top: 44px;
	/* padding-bottom: 200px; */
	background-size: 100% 100%;
	background: url(../img/rhq/economic-sec-bg.png) no-repeat;
}

.support-setting .title-area {
	padding-bottom: 82px;
}

.title-area .title-heading {
	font-size: 45px;
	font-weight: 600;
	text-align: center;
	line-height: 50px;
	color: var(--misaFirstColor);
	text-transform: uppercase;
	padding-top: 69px;
	padding-bottom: 5px;
}

.title-area p {
	font-size: 20px;
	font-weight: 400;
	color: #707070;
	line-height: 30px;
	text-align: center;
}

.title-heading span {
	display: block;
	color: #707070;
}

.support-setting-view p {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 35px;
	color: #FFFFFF;
	width: 856px;
	margin: 0 auto;
	padding-top: 54px;
	padding-bottom: 79px;
}

.support-setting-view .panel-box {
	height: max-content;
	text-align: center;
	padding-top: 36px;
	padding-bottom: 65px;
	border-radius: 30px;
	background: #FFFFFF;
	box-shadow: 0px 65px 60px #00000033;
}

.panel-box .box-img {
	padding-bottom: 5px;
}

.panel-box h4.count {
	font-size: 42px;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
	color: #025635;
	padding-bottom: 20px;
}

.panel-box p.desc {
	font-size: 25px;
	font-weight: normal;
	line-height: 32px;
	color: #025635;
	margin: 0;
	width: 100%;
	padding: 0 20px;
}

.overflow-visible {
	overflow: visible;
}

.support-setting-section {
	padding-top: 0;
}

.support-setting-view {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 15px;
}

.support-setting-view .panel-box:nth-of-type(odd) {
	margin-top: 80%;
}

.support-setting-view .panel-box {
	grid-row: 1;
	height: max-content;
	text-align: center;
	padding-top: 0;
	padding-bottom: 15px;
	border-radius: 0;
	border-bottom: 5px solid var(--misaFirstColor) !important;
	background: #FFFFFF;
	border: 1px solid #F0F0EF;
	box-shadow: 0px 26px 33px #00000029;
}

.support-setting-view .panel-box .box-img {
	padding-bottom: 5px;
}

.support-setting-view .panel-box .box-img img {
	width: 100%;
}

.support-setting-view .panel-box ul.list {
	position: relative;
	padding: 0;
	padding-left: 35px;
}

.support-setting-view .panel-box ul img.service-icon {
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.support-setting-view .panel-box ul.list li {
	text-align: left;
}

.support-setting-view .panel-box ul.list li a {
	font-size: 16px;
	line-height: 35px;
	color: #707070;
	pointer-events: none;
}

.support-setting-view .panel-box h5 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 22px;
	color: var(--misaFirstColor);
	position: relative;
	left: -20px;
	padding-top: 60px;
	padding-bottom: 20px;
	margin-bottom: 0;
}

.support-setting-view .panel-box p.desc {
	font-size: 25px;
	font-weight: normal;
	line-height: 32px;
	color: #025635;
	margin: 0;
	width: 100%;
	padding: 0 20px;
}

.regions-container {
	padding: 0px 15px;
	background: none;
}

.regions-title-container .title-area {
	padding-top: 42px;
	background-color: #F0F0EF;
}

.regions-container .region-map h4 {
	font-size: 35px;
	font-weight: 600;
	color: var(--misaFirstColor);
	line-height: 57px;
	margin-bottom: 0;
}

.regions-container .region-map p {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	line-height: 25px;
	margin-bottom: 0;
	padding-right: 15px;
}

.regions-container .region-map .meta-data h5 {
	font-size: 27px;
	font-weight: 600;
	color: #fff;
	line-height: 30px;
}

.regions-container .region-map .meta-data span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	line-height: 18px;
	margin-bottom: 0;
}

.regions-container .region-map .know-more-btn {
	background: var(--misaSecondColor);
	border-radius: 27px;
	padding: 10px 20px;
	height: 45px;
	color: #fff;
	margin-bottom: 25px;
}

.economic-zone-section {
	background-color: rgb(0 166 190 / 70%);
}

.economic-zone-section .nav-tabs .nav-li .select {
	color: #fff !important;
	border-color: #1E5066;
	box-shadow: 0px 18px 25px #0000008C;
	background: transparent linear-gradient(90deg, var(--misaSecondColor) 0%, var(--misaSecondColor)00 100%);
}

.economic-zone-section a:hover {
	border: none;
}

.economic-zone-section .nav-li {
	border-bottom: 2px dashed #1E5066;
}

.economic-zone-section .nav-li a {
	position: relative;
	padding: 30px 60px;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	color: #000000C4 !important;
	text-align: left;
	margin: 0 auto;
	background-color: transparent;
}

.economic-zone-section .nav-li a img {
	position: absolute;
	top: 35%;
	right: 20px;
}

.economic-zone-section .tab-content .content .description h5 {
	font-size: 25px;
	font-weight: normal;
	line-height: 39px;
	color: var(--misaFirstColor);
	margin-bottom: 0;
}

.economic-zone-section .tab-content .content .description {
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	color: #585858;
	padding: 10px 17px;
	border: 1px solid #707070;
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.economic-zone-section .tab-content .tab-pane img {
	width: 100%;
}

.economic-zone-section .slider-controls {
	text-align: center;
	padding-top: 60px;
}

.economic-zone-section .slider-controls a {
	display: inline-block;
	vertical-align: top;
}

.contactus-content h5 {
	top: 20%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50%;
	font-size: 42px;
	font-weight: normal;
	color: var(--misaFirstColor);
	margin-bottom: 0;
	text-transform: uppercase;
}

.RHQ_riyadh_province_detaisl {
	background: #f0f0ef;
	padding: 0px;
	position: relative;
	margin: 0px;
}

.RHQ_riyadh_province_detaisl_title {
	text-align: center;
	font-size: 36px;
	color: #025635;
	text-transform: uppercase;
}

.RHQ_contact_bg {
	background-image: url(../img/RHQ_contact_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 200px;
}

.RHQ_contactpage-form-tab .nav-link.active {
	border-bottom: 4px solid var(--misaSecondColor);
	background-color: transparent;
	color: var(--misaSecondColor);
}

.RHQ_contactpage-form-tab .nav-link {
	text-align: center;
	font-size: 31px;
	color: #000000;
}

.RHQ_contactpage-form-tab .nav-link.active {
	text-align: center;
	font-size: 31px;
	color: var(--misaSecondColor);
}

.RHQ_Nav_bar .nav-pills .nav-link.active,
.RHQ_Nav_bar.nav-pills .show>.nav-link {
	background: transparent linear-gradient(90deg, var(--misaSecondColor) 0%, var(--misaSecondColor)00 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 18px 25px #0000008c;
	text-align: left;
	font-size: 25px;
	color: #FFFFFF;
	flex: 1 1 auto;
}

.RHQ_Nav_bar .nav-pills .nav-link,
.RHQ_Nav_bar.nav-pills>.nav-link {
	border-bottom: 2px dashed #1E5066;
	padding: 2rem 4rem;
	text-align: left;
	font-size: 25px;
	color: #000000C4;
	position: relative;
	flex: 1 1 auto;
}

.RHQ_Nav_bar .nav-pills .nav-link.active:after {
	content: '';
	position: absolute;
	top: 0;
	right: 25px;
	background-image: url('../img/rhq/tab-right-arrow.png');
	width: 39px;
	height: 100%;
	display: flex;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: right;
}

.economic-zone-section {
	background-color: rgb(0 166 190 / 00%);
}

.RHQ_bg_less_color {
	background: var(--misaSecondColor)7A 0% 0% no-repeat padding-box;
}

.RHQ_bg_images_on_resgions {
	position: absolute;
	top: 60%;
	left: 25%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	z-index: 9;
	padding: 50px;
}

.RHQ_bg_images_on_resgions svg {
	height: 400px;
}

.RHQ_class {
	margin-left: auto;
}

.province-map-details {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.rhq-map-info-wrapper {
	position: relative;
}

.rhq-map-info {
	border-right: 1px solid #707070;
	text-align: center;
}

.rhq-map-info-wrapper .rhq-map-info:last-child {
	border-right: none;
}

.map-info-header {
	font-size: 42px;
	color: var(--misaFirstColor);
}

.map-info-text {
	font-size: 16px;
	color: #707070;
}

.rhq-events-block {
	position: relative;
}

.rhq-events-block h4.rhq-events {
	color: #fff;
	font-size: 22px;
	position: absolute;
	bottom: 0;
	left: 45%;
	transform: translate(-50%, -50%);
	line-height: 25px;
	justify-content: center;
	display: flex;
	width: 60%;
}

.rhq-contant h2 {
	font-size: 42px;
	color: var(--misaFirstColor);
	text-align: center;
	text-transform: uppercase;
}

.rhq-contant h3 {
	font-size: 22px;
	color: #484848;
	text-align: center;
}

.rhq-contant h3.cntct-number,
.rhq-contant h3.cntct-number a {
	color: var(--misaSecondColor);
	text-decoration: underline;
}

.map-bg-area::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #D4E1EC;
	clip-path: polygon(0 0, 29% 0, 100% 100%, 0% 100%);
}

.map-bg-area-img {
	height: 500px !important;
	width: 510px !important;
	left: 20%;
	top: 5%;
}

@media (min-width: 769px) and (max-width: 1025px) {
	.map-bg-area-img {
		height: 400px !important;
		width: 369px !important;
		left: 20%;
		top: 5%;
	}

	.map-bg-area::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #D4E1EC;
		clip-path: polygon(0 0, 34% 0, 100% 100%, 0% 100%);
	}

	.strategic-sector-sWrapper .content-area p {
		font-size: 10px;
		font-weight: 600;
		color: #707070;
		line-height: 20px;
	}

	.RHQ_Nav_bar .nav-pills .nav-link,
	.RHQ_Nav_bar.nav-pills>.nav-link {
		border-bottom: 2px dashed #1E5066;
		padding: 1rem 3rem 1rem 1rem;
		text-align: left;
		font-size: 16px;
		color: #000000C4;
		position: relative;
	}

	.RHQ_Nav_bar .nav-pills .nav-link.active:after {
		content: '';
		position: absolute;
		top: 0;
		right: 25px;
		background-image: url(../img/rhq/tab-right-arrow.png);
		width: 32px;
		height: 100%;
		display: flex;
		justify-content: center;
		background-repeat: no-repeat;
		background-position: right;
		background-size: 70%;
	}

	.RHQ_Nav_bar .nav-pills .nav-link.active,
	.RHQ_Nav_bar.nav-pills .show>.nav-link {
		background: transparent linear-gradient(90deg, var(--misaSecondColor) 0%, var(--misaSecondColor)00 100%) 0% 0% no-repeat padding-box;
		box-shadow: 0px 18px 25px #0000008c;
		text-align: left;
		font-size: 16px;

		color: #FFFFFF;
		flex: 1 1 auto;
	}
}

.show-interest-wrapper {
	border: 1px solid #F0F0F0;
	background-color: #FBFBFB;
	padding: 0;
	margin: 0;
}

.accountLogin-background {
	overflow: auto;
	min-height: 100vh;
}

.accountLogin-background {
	background-color: rgba(29, 36, 44, 0.12);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-image: url('../img/show-interest-banner.jpg');
}

.accountLogin-headline {
	width: 100%;
}

.accountLogin-headline {
	text-align: center;
}

.accountLogin-headline-logo {
	display: inline-block;
}

.accountLogin-headline-logo {
	margin: 30px auto;
}

.accountLogin-headline-logo img,
img.accountLogin-headline-logo {
	height: 75px;
	width: auto;
}

.show-interest-form-normal-item input {
	box-shadow: 0 0 5pt 0.5pt #d3d3d3;
	height: 48px;
	border-radius: 100px !important;
	padding: 12px 34px 12px;
	font-size: 19px !important;
}

.show-interest-form-normal-item input:focus {
	border: 1px solid #ced4da !important;
}

.show-interest-form-normal-item select.drop-item {
	box-shadow: 0 0 5pt 0.5pt #d3d3d3;
	height: 48px !important;
	border-radius: 100px !important;
	padding: 12px 34px 12px;
	font-size: 19px !important;
}

.show-interest-form-normal-item-textarea textarea {
	border-radius: 25px !important;
	padding: 34px;
	resize: none;
	box-shadow: 0 0 5pt 0.5pt #d3d3d3;
}

.show-interest-form-normal-item .form-control.ddl-countryCode {
	border-radius: 100px 0px 0px 100px !important;
}

.show-interest-form-normal-item .form-control.mobile-number {
	border-radius: 0px 100px 100px 0px !important;
}

.hyph-seperator {
	padding-left: 20px;
	position: relative;
}

.hyph-seperator::before {
	content: '-';
	position: absolute;
	top: 0;
	left: 4px;
	font-size: 37px;
	color: var(--misaFirstColor);
}

.resourceDetailTop p:first-child {
	font-size: 45px;
	color: var(--misaFirstColor);
	line-height: 1.2;
}

@media (max-width: 991px) {
	.key-reason-invest .count-block {
		width: 95% !important;
	}
}

@media (max-width: 1024px) {
	.key-reason-invest .count-block {
		width: 95% !important;
	}

	.key-reason-card .card .collapse .play-button {
		height: 7vh !important;
	}
}

@media (max-width: 580px) {
	.key-reason-invest .Inc-tab-panel ul {
		flex-wrap: wrap !important;
	}
}

.key-reason-title .nav-pills {
	display: none !important;
}

@media(min-width:768px) {
	.key-reason-title .nav-pills {
		display: flex !important;
	}

	.key-reason-card .card .card-header {
		display: none !important;
	}

	.key-reason-card .card .card-collapse {
		display: block !important;
	}
}

@media(max-width:767px) {
	.key-reason-card>.tab-pane {
		display: block !important;
		opacity: 1;
		z-index: 9;
	}

	.key-reason-card .card-header {
		font-size: 22px;
		color: #707070;
		padding: 15px;
		line-height: 28px;
		border-right: 1px solid #d8d8d8;
		z-index: 9;
		height: 100%;
		background: #fff;
		border-radius: 0px;
		font-size: 14px;
		border-bottom: 1px solid;
	}

	.key-reason-card .card-header a {
		color: #707070;
		text-align: right;
	}

	.owl-carousel-key {
		width: 90% !important;
	}

	.key_reasons_component img.img-fluid.w-100 {
		top: initial !important;
	}

	.Inc-tab-banner-content {
		padding-top: 40px;
	}

	.number-talk-items-container .talk_item {
		margin-bottom: 20px;
	}

	.when-number-talk-container .talk_item-number {
		font-size: 24px;
		font-weight: 400;
		line-height: 28px;
		letter-spacing: 0em;
		color: var(--misaSecondColor);
	}

	.when-number-talk-container .talk_item-text {
		font-size: 14px;
		font-weight: 400;
		line-height: 16px;
		letter-spacing: 0em;
		color: var(--misaSecondColor);
	}

	.header-home-container p {
		font-size: 14px;
		font-weight: 400;
		line-height: 16px;
		letter-spacing: 0em;
	}

	.header-home-container h5 {
		font-size: 16px;
		font-weight: 500;
		line-height: 18px;
		letter-spacing: 0em;
	}

	#homepage-icons .homepageIconsItem {
		margin-bottom: 20px;
	}

	#hero .container-home-hero {
		padding-top: 220px;
	}

	#home-page-global-search {
		top: 70px !important;
	}

	#hero {
		overflow: unset;
		height: 255px;
	}

	#hero img.home-banner {
		width: 100%;
	}

	#homepage-icons {
		padding: 100px 0 0 0;
	}

	#newsandupdates .contentWrapper .card-wrapper .flip-card .card-box span {
		font-size: 14px;
	}

	.page-portal.pageType-ProductPage.template-pages-portal-portalProduct .newsAndUpdateContainer .explore-keys-btn {
		display: table;
		margin: 0 auto;
	}

	.nav-item.dropdown .dropdown-toggle.login-btn-in-menu {
		display: block;
	}

	.contact-accordion .card-header h5 button.btn.btn-link {
		font-size: 16px !important;
	}

	#accordion-explore .card-header span {
		font-size: 18px !important;
	}

	#home-page-global-search {
		top: 120px;
	}

	.misa-btn-special {
		height: 35px !important;
		padding: 10px !important;
	}

	.misa-text-title {
		font-size: 25px;
		font-weight: 500;
		text-align: center;
	}

	.opportunity-article-section-statistics .jumbotron-statistics-box {
		min-height: auto !important;
	}
}

@media(min-width:320px) and (max-width:430px) {
	.owl-carousel-key {
		width: 85% !important;
	}
}

.key-reason-card .card .count-outer .owl-prev {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 0%;
	margin-left: -20px;
	display: block !important;
	border: 0px solid black;
}

.key-reason-card .card .count-outer .owl-next {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 0%;
	right: -20px;
	display: block !important;
	border: 0px solid black;
}

.key-reason-card .card .count-outer .owl-prev i,
.key-reason-card .card .count-outer .owl-next i {
	color: var(--misaSecondColor) !important;
}

.key-reason-header-color {
	background-color: var(--misaSecondColor) !important;
}

.key-reason-header-color a {
	color: #fff !important;
}

.owl-carousel-key .owl-item {
	float: right;
}

@media (min-width: 768px) {
	.key-reason-card .card .collapse {
		display: block;
	}
}

@media only screen and (max-width: 1024px) {
	.key-reason-card {
		width: 100% !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.key-reason-invest .count-outer {
		display: block !important;
	}

	.owl-carousel-key {
		width: 90% !important;
	}

	.key-reason-card .card .count-outer .owl-next,
	.key-reason-card .card .count-outer .owl-prev {
		top: 15% !important;
	}

	.key-reason-invest .tab-content h1,
	.key-reason-invest .tab-content h2 {
		font-size: 24px !important;
	}

	.key-reason-invest .count-block p {
		font-size: 16px !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.key-reason-invest .Inc-tab-panel ul li {
		width: 20%;
	}
}

@media (max-width: 575.98px) {
	.Inc-tab-banner-content {
		top: 27% !important;
	}

	.key-reason-invest .tab-content h1,
	.key-reason-invest .tab-content h2 {
		font-size: 18px !important;
	}

	.key-reason-invest .count-block h5,
	.key-reason-invest .count-block p {
		font-size: 16px !important;
	}

	.key-reason-card .card .collapse .play-button {
		height: 7vh !important;
	}

	.key_reasons_component>img:first-child {
		min-height: 65vh;
		resize: both;
		object-fit: fill;
	}
}

@media (min-width: 576px) and (max-width: 767px) {

	.key-reason-invest .tab-content h1,
	.key-reason-invest .tab-content h2 {
		font-size: 20px !important;
	}

	.key-reason-invest .count-block {
		height: auto !important;
	}

	.key-reason-invest .count-block p {
		font-size: 16px !important;
	}
}

@media (max-width:599px) {
	.key-reason-invest .count-block {
		border-left: none !important;
	}
}

@media (max-width: 372.98px) {

	.key-reason-invest .tab-content h1,
	.key-reason-invest .tab-content h2 {
		font-size: 16px !important;
	}

	.key-reason-invest .count-block h5,
	.key-reason-invest .count-block p {
		font-size: 14px !important;
	}
}

@media (min-width: 992px) and (max-width: 1024px) {

	.key-reason-card .card .count-outer .owl-next,
	.key-reason-card .card .count-outer .owl-prev {
		top: 35% !important;
	}

	#pills-tabContent {
		min-height: auto !important;
	}
}

.key-reason-invest .count-outer {
	justify-content: center;
}

@media (min-height: 1200px) and (max-height: 1400px) {
	.key_reasons_component>img:first-child {
		min-height: 35vh;
		resize: both;
		object-fit: fill;
	}
}

@media (min-height: 800px) and (max-height: 850px) {
	.key_reasons_component>img:first-child {
		min-height: auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.key-reason-invest .count-block {
		height: auto !important;
	}
}

.key-reason-card .card .collapse .play-button {
	height: 7vh !important;
}

.error-not-found {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	margin-bottom: 30px !important;
	border-radius: 25px;
	min-height: 26rem;
	width: 88% !important;
}

.error-not-found img {
	width: 150px;
	float: left;
}

.err-404 {
	background: -webkit-linear-gradient(rgba(255, 255, 255, 1), rgba(0, 166, 190, 1), rgba(0, 17, 11, 1));
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 150px;
}

.err-button-home {
	margin-top: 2%;
	background-color: white;
	color: rgba(0, 166, 190, 1);
	border: 2px solid rgba(0, 166, 190, 1);
	border-radius: 50px;
	width: 120px;
	height: 40px;
}

.margin-top-5 {
	margin-top: -5% !important;
}

.notfound-text {
	font-size: 24px;
	margin: 5px auto;
}

@media (max-width:767px) {
	.err-404 {
		font-size: 100px;
	}

	.error-not-found {
		width: 90%;
		min-height: 23rem;
	}

	.notfound-text {
		font-size: 16px;
	}
}

.page-opportunity-search-page .js-site-search-input {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 8px 18px;
	gap: 6px;
	width: 100%;
	background: #F5F6F7;
	border-radius: 10px;
	order: 1;
	color: #5B738B;
	align-self: stretch;
	border: none;
}

.page-opportunity-search-page .a-search {
	position: absolute;
	top: 5px;
	left: 25px;
	color: #7B838C;
}

.page-opportunity-search-page .general-info a.enquiry-btn {
	position: absolute;
	top: unset;
	bottom: 40px;
	right: 0;
	color: var(--misaSecondColor);
	background-color: transparent;
	padding: 0 15px;
}

@media (min-width: 992px) {
	.page-opportunity-search-page .general-info a.enquiry-btn {
		bottom: 55px;
	}
}

.page-opportunity-search-page .general-info svg {
	display: none;
}

.page-opportunity-search .opportunity-card .opp-type {
	min-height: 6rem !important;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}

.sector-opportunities-title .nav-pills {
	display: none !important;
}

@media(min-width:768px) {
	.sector-opportunities-title .nav-pills {
		display: flex !important;
	}

	.sector-opp-card .card .card-header {
		display: none !important;
	}

	.sector-opp-card .card .collapse {
		display: block;
	}

	.sector-opp-card .card .card-collapse {
		display: block !important;
	}
}

@media(max-width:767px) {
	.sector-opp-card>.tab-pane {
		display: block !important;
		opacity: 1;
		z-index: 9;
	}

	.sector-opp-card .card-header {
		color: #707070;
		padding: 15px;
		line-height: 28px;
		border-right: 1px solid #d8d8d8;
		z-index: 9;
		height: 100%;
		background: #fff;
		border-radius: 0px;
		font-size: 22px;
	}

	.sector-opp-card .card-header a {
		color: var(--misaSecondColor);
	}

	#fact-tab-content {
		padding: 40px 0px 0px !important;
	}

	#fact-tab-content h3 {
		display: none;
	}

	.Inc-sectordetails-wrapper {
		margin-bottom: 5vh;
	}

	.Inc-sectoritem-overview,
	.Inc-sector-keyFacts ul.keyFacts li,
	.Inc-sector-keyDetails p {
		font-size: 16px !important;
	}

	.Inc-sector-keyFacts ul.keyFacts li span.unit {
		font-size: 45px !important;
	}

	.Inc-sectoritem-overview {
		padding-bottom: 30px !important;
	}

	#sector-value-proposition {
		margin-top: 80px !important;
	}

	.Inc-sectordetails-wrapper .Inc-nosubsector-keyfacts {
		margin-top: -68px !important;
	}

	.sector-content-banner {
		min-height: 200px !important;
		height: 200px !important;
	}

	.sector-link-header {
		position: relative;
	}

	.sector-link-header::after {
		content: "\f107";
		color: var(--misaSecondColor);
		left: 20px;
		position: absolute;
		font-family: "FontAwesome"
	}

	.sector-link-header[aria-expanded="true"]::after {
		content: "\f106";
		color: #fff;
	}
}

.sector-opp-card .card .count-outer .owl-prev {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 0%;
	margin-left: -20px;
	display: block !important;
	border: 0px solid black;
}

.sector-opp-card .card .count-outer .owl-next {
	width: 15px;
	height: 100px;
}

@media (max-width:767px) {
	.contact-us .txt-link:hover {
		text-decoration: none !important;
	}

	.contactus-content a.txt-link {
		border-radius: 30px !important;
		background: var(--misaSecondColor) !important;
		bottom: 13vh !important;
		width: 50% !important;
		position: relative !important;
	}

	.contact-us h3 {
		width: 96% !important;
	}

	.contactus-content a.txt-link img {
		vertical-align: middle !important;
	}
}

@media (min-width: 763px) {
	.service-card p {
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		padding-bottom: initial !important;
		margin-bottom: 5% !important;
		min-height: 7rem;
	}

	.service-card h3 {
		-webkit-box-orient: vertical;
		display: block;
		display: -webkit-box;
		overflow: hidden !important;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		min-height: 6rem;
	}
}

@media (min-width: 763px) {
	.media-center-webinar {
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		padding-bottom: initial !important;
		min-height: 7rem;
	}
}

@media (min-width: 987px) {
	.media-center-webinar {
		min-height: 9rem;
		-webkit-line-clamp: 3;
	}
}

ul#arabic-list li {
	text-align: right;
}

.btn-branding {
	font-size: 14px;
	font-weight: bold;
	text-align: center;

	width: 130px;
	height: 43px;
	padding: 10px 25px;
	border-radius: 50px;
	color: #FFFFFF !important;
	transition: 0.3s;
	text-decoration: none;
	text-transform: uppercase;
	background-color: var(--misaSecondColor);
	margin-right: 5px;
}

@media (min-width: 340px) and (max-width: 767px) {
	.btn-branding {
		width: max-content;
		margin-bottom: 5px;
	}

	.brand-policy-logos {
		display: flex;
		flex-direction: column;
	}
}

.policy-acceptance input[type=checkbox] {
	width: auto;
}

@media (min-width: 763px) {
	.Inc-fearured-opp-headtitle {
		-webkit-box-orient: vertical;
		display: -webkit-box;
		overflow: hidden !important;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		min-height: 4.5rem;
	}

	.Inc-fearured-opp-type {
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		padding-bottom: initial !important;
		margin-bottom: 5% !important;
		min-height: 4rem;
	}
}

.disabled {
	background-color: #AEAEAE;
	pointer-events: none;
	cursor: default;
}

.disabled :hover {
	background-color: #AEAEAE;
}

.regional-panel {
	font-size: 25px;
	color: #707070;
	font-weight: 600;
	z-index: 1;
}

.rhq-glance-heading,
.investor-journey-container-heading {
	padding-top: 0px !important;
	padding-bottom: 30px !important;
}

.rhq-glance-heading p {
	display: inline;
}

.rhq-glance-heading p,
.investor-journey-container-heading p,
.regions-title-container h1 p {
	font-size: 42px !important;
	line-height: 47px !important;

	text-transform: uppercase;
	font-size: 45px;
	font-weight: 600;
	text-align: center;
}

.rhq-glance-heading p:nth-child(1),
.investor-journey-container-heading p:nth-child(1),
.regions-title-container h1 p:nth-child(1) {
	color: var(--misaFirstColor);
}

.rhq-glance-heading p:nth-child(2),
.investor-journey-container-heading p:nth-child(2),
.regions-title-container h1 p:nth-child(2) {
	color: #707070;
}

.investor-journey-container-heading p:nth-child(2) {
	padding-bottom: 5% !important;
}

.rhq-glance-content {
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;

	color: #585858;
	width: 50%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 15px;
}

.rhq-glance-read-more {
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	text-align: center;
	width: 175px;
	height: 45px;

	margin-top: 32px;
	border-radius: 27px;
	padding: 10px;
	text-transform: uppercase;
	box-shadow: 0px 0px 10px #00000033;
	background-color: var(--misaSecondColor);
}

.the_kingdom_culture_component iframe {
	width: 88% !important;
	height: 430px !important;
	align-items: center !important;
	right: 0 !important;
	margin: 5% auto;
}

.rhq-kingdom-glance-readmore {
	display: block;
	width: 100%;
	margin-bottom: 6rem;
}

.rhq-kingdom-video-container video {
	width: 100%;
}

.the_kingdom_culture-container {
	margin-top: 6% !important;
}

.the_kingdom_culture-container .embed-responsive-16by9::before {
	padding-top: 45% !important;
}

.investor-journey-container,
.upcoming-special-zone-container {
	padding: 30px;
	padding-top: 44px;
	padding-bottom: 50px;
	overflow: visible;
	background: url(../img/rhq/economic-sec-bg.png) no-repeat;
}

.investorguide-journey-container {
	padding: 30px;
	padding-top: 44px;
	padding-bottom: 50px;
	overflow: visible;
}

.regional-hq-services {
	position: relative;
	padding: 0;
}

.regional-hq-services p {
	text-align: right;
	font-size: 16px;
	line-height: 35px;

	color: #707070;
	pointer-events: none;
	width: auto !important;
	padding-top: initial !important;
	padding-bottom: initial !important;
}

.regional-hq-service-heading {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 22px;

	color: var(--misaFirstColor);
	position: relative;
	left: -20px;
	padding-top: 60px;
	padding-bottom: 20px;
	margin-bottom: 0;
}

.province-business-culture-container .title-heading,
.RHQ_riyadh_province_detaisl h1 {
	text-align: center !important;
	font-size: 36px !important;

	color: #025635 !important;
	text-transform: uppercase !important;
}

.RHQ_riyadh_province_detaisl {
	margin-top: 3% !important;
}

.RHQ_riyadh_province_detaisl h1 {
	margin-bottom: 3% !important;
}

.rhq-events-block h2.rhq-events {
	color: #32465A;
	font-size: 22px;
	position: absolute;
	bottom: 0;
	left: 45%;
	transform: translate(-50%, -50%);
	line-height: 25px;
	justify-content: center;
	display: flex;
	width: 60%;
	font-weight: 600;
	margin-bottom: 0;
}

.upcoming-special-zone-container h1.title-heading {
	font-size: 42px !important;
	line-height: 47px !important;
	font-weight: 600 !important;

	color: var(--misaFirstColor) !important;
	text-align: center !important;
	padding-bottom: 30px !important;
	margin-bottom: 0 !important;
	text-transform: uppercase !important;
}

.d-order-1 {
	order: 1;
}

.d-order-2 {
	order: 2;
}

.upcoming-special-zone-container .container .economic-zone-section .tab-content h4 {
	font-size: 25px;
	font-weight: normal;
	line-height: 39px;
	color: var(--misaFirstColor);
	margin-bottom: 0;
}

.upcoming-special-zone-container .description {
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	color: #585858;
	padding: 10px 17px;
	border: 1px solid #707070;
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}


.regional-hqs-container {
	width: 100%;
}

.upcoming-special-zone-container .container {
	max-width: 96% !important;
}

.upcoming-special-zone-container .container .nav .nav-link {
	display: none !important;
}

.rhq-zone-container-heading.active:after {
	top: 40px !important;
	background-position: top !important;
}

.rhq-contant h3 {
	line-height: 30px;
}

.RHQ_contact_bg .contact-accordion .card .card-header {
	background-color: #f0f0f0;
}

.regions-title-container .region-title-data {
	background: #f0f0ef;
	padding-top: 42px;
}

.regions-title-container h1 {
	padding-bottom: 30px;
}

.province_region_container {
	margin-top: -8px !important;
}

body.page-province-region-homepage .regions-title-container .region-title-data {
	display: none;
}



@media (max-width:991px) {
	.the_kingdom_culture-container .embed-responsive-16by9::before {
		padding-top: 85% !important;
	}

	.support-setting-view {
		display: flex;
		flex-direction: column;
	}

	.support-setting-view .panel-box {
		margin-top: unset !important;
		margin-bottom: 15px;
	}

	.support_regional_hq_component .box-img {
		padding-top: 15px;
	}

	.regional-hq-services p {
		text-align: right;
		font-weight: 400;
	}

	.regional-hq-service-heading {
		left: initial !important;
	}

	.support-setting-view .panel-box ul.list {
		padding-right: 35px;
	}

	.rhq-zone-container-heading {
		padding: 15px !important;
		font-size: 20px !important;
	}

	.upcoming-special-zone-container .description {
		position: relative !important;
	}

	.economic-zone-section .tab-content {
		margin-bottom: auto !important;
	}

	.rhq-contact-us h5 {
		position: unset !important;
		font-size: 27px;
		padding: 0 16px;
		width: 100%;
	}

	.RHQ_contact_bg {
		padding: unset !important;
	}

	.RHQ_contact_bg .pb-5 {
		padding: 22px 0 !important;
	}

	.RHQ_contactpage-form-tab .nav-link {
		font-size: 25px !important;
	}

	.rhq-contant h2 {
		font-size: 32px !important;
		margin-bottom: 15px;
	}

	.rhq-contant h3 {
		font-size: 20px;
		font-weight: unset;
	}

	.RHQ_contact_bg .tab-content {
		min-height: auto !important;
		height: auto !important;
	}

	.RHQ_contact_bg .card-body {
		font-size: 14px !important;
	}

	.regional-hqs-container .successstory-container .meet-kingdom-control {
		bottom: -1% !important;
	}

	.regional-hqs-container .successstory-container .meet-kingdom-control {
		left: 27vw;
	}
}

@media (max-width: 640px) {
	.regional-panel {
		font-size: 17px;
		font-weight: unset;
	}

	.rhq-glance-heading p,
	.the_kingdom_culture-container h1,
	.investor-journey-container-heading p,
	.regions-title-container h1 p,
	.upcoming-special-zone-container h1.title-heading,
	.regional-hqs-container .successstory-container h2 {
		font-size: 32px !important;
	}

	.rhq-glance-content {
		width: 96%;
		font-size: 17px;
		line-height: 35px;
	}

	.the_kingdom_culture_component iframe {
		width: 90% !important;
	}

	.upcoming-special-zone-container .container {
		max-width: 94% !important;
	}

	.upcoming-special-zone-container .tab-content {
		width: 93%;
		left: 0;
	}

	.rhq-zone-container-heading {
		padding: 15px !important;
		font-size: 20px !important;
	}

	.upcoming-special-zone-container .container .economic-zone-section .tab-content h4 {
		font-size: 20px !important;
		line-height: 32px !important;
	}

	.upcoming-special-zone-container .description span {
		font-size: 15px;
	}

	.rhq-zone-container-heading.active:after {
		top: 45px !important;
	}
}

@media (max-width: 570px) {
	.the_kingdom_culture-container .embed-responsive-16by9::before {
		padding-top: 120% !important;
	}

	.RHQ_contact_bg .tab-content {
		min-height: auto !important;
		height: auto !important;
	}

	.upcoming-special-zone-container .tab-content>.tab-pane {
		display: flex !important;
		flex-direction: column;
		opacity: 1;
		z-index: 9;
	}

	.rhq-link-header {
		background: transparent linear-gradient(90deg, var(--misaSecondColor) 0%, var(--misaSecondColor)00 100%) 0% 0% no-repeat padding-box;
		box-shadow: 0px 18px 25px #0000008c;
		text-align: left;

		color: #000000C4;
		flex: 1 1 auto;
		border-bottom: 2px dashed #1E5066;
		padding: 0.75rem 1.25rem;
	}

	.rhq-link-header:hover {
		color: #fff;
	}

	.upcoming-special-zone-container .tab-content .card-header {
		display: block !important;
		padding: initial !important;
	}

	.rhq-link-header[aria-expanded="true"]:after {
		width: 30px;
		right: 40px;
		content: '';
		position: absolute;
		top: initial;
		background-image: url(../img/rhq/tab-right-arrow.png);
		height: 30px;
		display: flex;
		justify-content: center;
		background-repeat: no-repeat;
		background-position: top;
		background-size: 70%;
		margin-top: -20px;
	}

	.upcoming-special-zone-container .tab-content .tab-pane .collapse {
		order: 1;
	}

	.regional-panel {
		top: -0px;
	}

	.rhq-banner-content .banner-container {
		padding: 0;
	}

	.support-setting-section {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	.support_regional_hq_component .box-img {
		padding-top: 0px !important;
	}

	.investor-journey-container {
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-bottom: 0px !important;
	}

	.regional-hqs-container {
		margin: auto auto !important;
	}

	.regional-hqs-container .section-title {
		width: 100% !important;
	}

	.investor-journey-container .title-area,
	.rhq-map-info-wrapper .rhq-events-block {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

@media (min-width:571px) {
	.upcoming-special-zone-container .tab-content .card-header {
		display: none !important;
	}

	.upcoming-special-zone-container .tab-content .collapse {
		display: block;
	}

	.upcoming-special-zone-container .tab-content .card-collapse {
		display: block !important;
	}

	.upcoming-special-zone-container .container .nav .nav-link {
		display: block !important;
	}
}

@media (max-width: 762px) {
	.regional-hqs-container {
		margin: auto 5%;
		padding-top: 0 !important;
		margin-top: 0 !important;
	}

	.rhq_arrow_control .carousel-control-next,
	.rhq_arrow_control .carousel-control-prev {
		width: 15% !important;
	}

	.regional-hqs-container .successstory-container {
		padding-bottom: 45px;
	}

	.regional-hqs-container .sucess_section {
		padding-bottom: 40px !important;
	}
}

@media (min-width:1000px) and (max-width:1400px) {
	.upcoming-special-zone-container .description {
		padding: 20px 17px;
	}

	.upcoming-special-zone-container .container .nav .nav-link {
		font-size: 20px;
	}
}

@media (max-width:768px) {
	.rhq-map-info-wrapper {
		display: block !important;
	}

	.rhq-map-info-wrapper .rhq-map-info {
		border-right: unset !important;
	}

	.province-map-details {
		display: block;
	}

	.province-map-details img,
	.region-wrapper .box-inner .box-num {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.rhq-map-info-wrapper .rhq-events-block img,
	.region-wrapper .box-inner .box-num {
		width: 100%;
	}

	.region-wrapper .box-inner {
		width: 100%;
	}

	.regional-hqs-container .successstory-container .meet-kingdom-control {
		left: 0px !important;
	}

	.rhq-map-info-wrapper .rhq-events-block {
		margin-bottom: 15px;
	}
}

@media (min-width:1199px) {
	.province-map-details .province-map-details .rhq-map-info-wrapper {
		width: 82%;
	}
}

@media (min-width:637px) and (max-width:986px) {
	.support-setting-view .panel-box .box-img img {
		width: 40% !important;
	}

	.regional-hq-services p {
		text-align: center;
	}
}

@media (min-width:799px) and (max-width:1100px) {
	.province-map-details .province-map-details .rhq-map-info-wrapper {
		width: 80% !important;
	}
}

:root {
	--Nhexa: 4;
	--gap: 2vw;
	--size: calc(calc(100vw / var(--Nhexa)) - var(--gap));
	--misaFirstColor: #BF9B2E;
	--misaSecondColor: #006F45;
	--misaGrayText: #A6A6A8;
	--misaDarkGrayText: #787878;
	--misaPrimaryBtnColor: #BF9B2E;
	--misaThirdColor: #0097A9;
	margin: 0;
	padding: 0;
	border: 0 none;
	position: relative;
	box-sizing: inherit;
}

@media only screen and (min-width: 1100px) {
	:root {
		--Nhexa: 6;
	}
}

@media only screen and (max-width: 600px) {
	:root {
		--Nhexa: 2;
	}

	body {
		margin-right: calc(var(--size) * 0.3);
	}
}

.portal-sector .hexagon-portal {
	padding-top: 200px;
}

.portal-sector.home-portal-sector .hexagon-portal {
	margin-top: 60px;
}

.hexagon-portal {
	padding-left: calc(var(--size) * 0.5) !important;
	padding-top: 75px;
	hyphens: auto;
	margin: calc(var(--size) * 0.5) auto 0;
	width: calc(var(--size) * calc(var(--Nhexa) - .5));
	display: grid;
	grid-template-columns: repeat(var(--Nhexa), 1fr);
	grid-gap: var(--gap);
	padding-bottom: 100px;
}

article {
	background: #F6F6F6;
	width: var(--size);
	height: calc(var(--size) / 1.1111111);
	clip-path: url(#hexagono);
	clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
	margin-left: calc(var(--size) / 2);
	color: #fff;
	overflow: hidden;
	transition: transform .2s;
	z-index: 9;
}

article::before {
	content: "";
	float: right !important;
	width: 25%;
	height: 100%;
	clip-path: polygon(0% 0%, 100% 0%, 0% 50%, 100% 100%, 0% 100%);
	shape-outside: polygon(0% 0%, 100% 0%, 0% 50%, 100% 100%, 0% 100%);
}

article:nth-child(2n) {
	margin: calc(var(--size) * -0.5) calc(var(--size) * -0.75) 0 calc(var(--size) * -0.25);
}

article:hover {
	transform: scale(1.1);
}

article.active {
	background-color: #FFFFFF;
}

article.is-disabled {
	background-color: rgb(255 255 255 / 55%);
}

figure {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	max-width: 50%;
	height: 100%;
	font-size: calc(9 / var(--Nhexa) * 1vw);
	line-height: 1;
	color: #fff;
	transition: 0.75s 0.05s;
	text-align: center;
}

figure .sector-item-icon {
	margin-bottom: 10px;
}

figure h2 {
	font-size: 16px;
	color: #025635;
}

.Inc-sector-content h4 {
	font-size: 20px;
	color: #646464;
	text-align: center;
}

.Inc-sector-panel {
	background-image: url('../img/sector_bg.png');
	background-size: cover;
	position: relative;
	-webkit-transition: opacity .6s cubic-bezier(.25, .46, .45, .94);
	-o-transition: opacity .6s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .6s cubic-bezier(.25, .46, .45, .94);
}

.Inc-sector-panel-header {
	font-size: 45px;
	text-transform: uppercase;
	color: var(--misaFirstColor);
	width: 100%;
	text-align: center;
	padding-top: 80px;
}

.Inc-sector-sucessStories {
	position: relative;
}

.Inc-sector-sucessStories-header {
	font-size: 45px;
	text-transform: uppercase;
	color: #707070;
	width: 100%;
	text-align: center;
	padding-bottom: 45px;
}

.home-sector-banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1320px;
	}
}

@media (min-width: 992px) {
	.dropdown-menu .dropdown-toggle:after {
		border-top: .3em solid transparent;
		border-right: 0;
		border-bottom: .3em solid transparent;
		border-left: .3em solid;
	}

	.dropdown-menu .dropdown-menu {
		margin-left: 0;
		margin-right: 0;
	}

	.dropdown-menu li {
		position: relative;
	}

	.nav-item .submenu {
		display: none;
		position: absolute;
		right: 95%;
		top: -2px;
		padding: 10px;
	}

	.nav-item .submenu-left {
		right: 100%;
		left: auto;
	}

	.dropdown-menu li:hover {
		background-color: transparent
	}

	.dropdown-menu li:hover .submenu {
		display: block;
	}

	.dropdown-large {
		min-width: 1080px;
		top: 0px !important;
		left: -60px !important;
		padding: 30px !important;
		border-radius: 25px;
		min-height: auto;
		border: none;
	}

	.show_height {
		min-height: 400px;
	}

	.sub-items li a {
		font-size: 18px;
		color: #707070;
	}

	.menu-img-item {
		white-space: normal;
	}

	.menu-img-item p {
		font-size: 18px;
		margin-top: 17px;
		color: #484848;
		white-space: normal;
	}

	.nav-menu .nav-item.dropdown.show>a {
		background-color: #fff;
		border-radius: 15px 15px 0px 0px;
		color: var(--misaSecondColor);
	}

	.footer .footer-menu {
		margin-right: -40px;
	}

	.footer .footer-menu li {
		float: right;
		margin-left: 35px;
	}
}

.pageLabel--sectors-opportunities-opportunities .banner-section,
.page-resources-list-page .banner-section {
	display: flex;
	align-items: end;
	background: #F2F8F6;
	height: 255px;
}

@media (min-width: 768px) {

	.pageLabel--sectors-opportunities-opportunities .banner-section,
	.page-resources-list-page .banner-section {
		height: 400px;
	}
}

.pageLabel--sectors-opportunities-opportunities .banner-section h1,
.page-resources-list-page .banner-section h1 {
	font-weight: 700;
	color: var(--misaSecondColor);
	position: absolute;
	bottom: 16px;
	right: 0;
	transform: translate(0vh, 0);
	padding: 0 15px !important;
	margin-bottom: 10px !important;
	font-size: 32px;
	font-weight: 700;
	color: var(--misaSecondColor);
	text-align: right;
}

.page-portal.pageType-ProductPage.template-pages-portal-portalProduct .banner-section {
	height: 70vh;
	background: rgba(0, 113, 77, 0.05);
}

.page-portal.pageType-ProductPage.template-pages-portal-portalProduct .banner-section h1 {
	font-weight: 700;
	font-size: 5vh;
	color: var(--misaSecondColor);
	margin-top: 30vh;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(0vh, 0);
}

.page-portal.pageType-ProductPage.template-pages-portal-portalProduct .newsAndUpdateContainer .know-more-link h5 {
	color: var(--misaDarkGrayText);
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: right;
}

.page-portal.pageType-ProductPage.template-pages-portal-portalProduct .newsAndUpdateContainer .desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: -5px;
	text-align: right;
	color: var(--misaDarkGrayText);
}

.page-portal.pageType-ProductPage.template-pages-portal-portalProduct .newsAndUpdateContainer .irr-value {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0em;
	margin-top: 8px;
	color: var(--misaDarkGrayText);
	text-align: right;
}

.banner-section .banner-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.banner-section h1 {
	margin: 0 0 10px 0;
	font-size: 60px;
	font-weight: 700;
	line-height: 56px;
	color: #fff;
}

.banner-section h2 {
	color: #FFFFFF;
	margin-bottom: 20px;
	font-size: 32px;
}

.aboutusContainer {
	padding-bottom: 0px;
}

.aboutusContainer h2 {
	font-size: 45px;
	color: var(--misaFirstColor);
	font-weight: normal;
	text-align: center;
	line-height: 60px;

	width: 1019px;
	margin: 0 auto;
	padding-top: 26px;
	padding-bottom: 28px;
}

.aboutusContainer .aboutus {
	margin-bottom: 60px;
}

.aboutusContainer .section-item {
	position: relative;
	padding: 50px 70px 80px;
}

.aboutusContainer .section-item::before {
	width: 75%;
	position: absolute;
	content: '';
	width: 75%;
	height: 100%;
	top: 0px;
	right: 0px;
	background-color: #EEEEF6;
}

.aboutusContainer .section-item .section-img {
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.aboutusContainer .section-item .section-img img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	padding-top: 0;
	height: 94%;
	width: 100%;
}

.aboutusContainer .section-item .section-desc {
	padding-top: 47px;
	padding-left: 49px;
	background-color: #EEEEF6;
}

.aboutusContainer .section-item .section-desc .general-info {
	padding: 0;
}

.aboutusContainer .section-item .section-desc p {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #707070;
	margin: 0;

	padding-bottom: 26px;
}

.aboutusContainer .section-goal {
	position: relative;
	margin-top: 111px;
	margin-bottom: 111px;
}

.aboutusContainer .goal {
	position: relative;
	width: 540px;
	height: 490px;
	background: #FFFFFF;
	box-shadow: 0px 30px 75px #00000029;
	border-radius: 30px;
}

.aboutusContainer .section-goal .yCmsComponent:nth-child(1).goal {
	margin-top: -111px;
}

.aboutusContainer .section-goal .yCmsComponent:nth-child(2).goal {
	float: right;
}

.aboutusContainer .goal h4 {
	font-size: 45px;
	line-height: 30px;
	font-weight: 600;
	color: #025635;
	margin: 0;

	padding-top: 40px;
	padding-bottom: 28px;
}

.aboutusContainer .goal img {
	margin-top: 80px;
}

.aboutusContainer .goal p {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #707070;
	width: 431px;
	margin: 0 auto;

}

.aboutusContainer .our-values {
	width: 887px;
	margin: 0 auto;
}

.aboutusContainer .our-values h2 {
	position: relative;
	z-index: 999;
	font-weight: bold;
	font-size: 45px;
	line-height: 30px;
	text-transform: uppercase;
	padding-top: 0;
	margin-bottom: 90px;
}

.aboutusContainer .our-values .icon-box .icon,
.aboutusContainer .our-values .icon-box .icon-desc {
	vertical-align: top;
}

.aboutusContainer .our-values .icon-box .icon {
	padding-right: 43px;
}

.aboutusContainer .our-values .icon-box .icon-desc {
	width: 75%;
	padding-bottom: 41px;
	margin-bottom: 41px;
	border-bottom: 1px dashed #707070;
}

.aboutusContainer .our-values .icon-box .icon-desc h4 {
	font-weight: bold;
	font-size: 45px;
	line-height: 30px;
	color: #025635;
	padding-bottom: 20px;
	margin: 0;
}

.aboutusContainer .our-values .icon-box .icon-desc p {
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #707070;
	margin: 0;
}

.aboutusContainer .section-bg {
	position: relative;
	background: url(../img/About-us/section-bg.png) no-repeat;
	padding-bottom: 100px;
}

.aboutusContainer .what-do-section h2 {
	font-weight: 600;
	font-size: 45px;
	line-height: 30px;
	padding-top: 77px;
	padding-bottom: 100px;
}

.aboutusContainer .what-do-section .what-we-do .panel {
	position: relative;
	width: 601px;
	height: 200px;
	padding: 58px;
	border-radius: 30px;
	background: #FFFFFF;
	box-shadow: 0px 20px 60px #00000029;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.aboutusContainer .what-do-section .what-we-do .yCmsComponent:nth-child(2n+1) .panel {
	float: right;
}

.aboutusContainer .what-do-section .what-we-do .yCmsComponent:nth-child(2n) .panel {
	float: left;
}

.aboutusContainer .what-do-section .what-we-do .panel p {
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #707070;
	width: 400px;
	margin: 0;
	padding-left: 20px;
}

.aboutusContainer .what-do-section .what-we-do .panel .numbers {
	position: absolute;
	bottom: 0;
	right: 15px;
}

@media (max-width: 575.98px) {
	.aboutusContainer .section-bg {
		background-size: cover;
	}

	.aboutusContainer h2 {
		width: 100%;
	}

	.aboutusContainer .section-item::before {
		width: 100%;
	}

	.aboutusContainer .section-item .section-img img {
		position: static;
	}

	.aboutusContainer .section-item .section-desc {
		padding-left: 15px;
	}

	.aboutusContainer .section-goal {
		margin-top: 0;
		background-size: cover;
	}

	.aboutusContainer .our-values {
		text-align: center;
	}

	.aboutusContainer .goal,
	.aboutusContainer .goal p,
	.aboutusContainer .our-values,
	.aboutusContainer .our-values .icon-box .icon-desc,
	.aboutusContainer .what-do-section .what-we-do .panel,
	.aboutusContainer .what-do-section .what-we-do .panel p {
		width: 100%;
	}

	.aboutusContainer .goal {
		position: static;
		margin-bottom: 30px;
		background-position: center;
	}

	.aboutusContainer .goal p {
		padding: 0 10px;
	}

	.aboutusContainer .our-values h2 {
		padding-top: 90px;
	}

	.aboutusContainer .our-values .icon-box .icon {
		margin-bottom: 30px;
	}

	.aboutusContainer .what-do-section .what-we-do .panel {
		display: block !important;
		height: auto;
		padding: 15px;
		padding-top: 50px;
		text-align: center;
		margin-bottom: 30px;
	}

	.aboutusContainer .what-do-section .what-we-do .panel p {
		padding-top: 20px;
		padding-left: 0;
	}

	.aboutusContainer .what-do-section .what-we-do .panel .numbers {
		position: static;
	}

	.aboutusContainer .section-item .section-img {
		padding: 0;
		background-repeat: no-repeat;
		background-size: contain;
		height: 305px;
	}

	.aboutusContainer h2 {
		font-size: 22px;
		color: var(--misaFirstColor);
		font-weight: normal;
		text-align: center;
		line-height: 24px;

		width: 100%;
		margin: 0 auto;
		padding-top: 26px;
		padding-bottom: 28px;
	}
}

@media (min-width: 576px) {
	.aboutusContainer .section-bg {
		background-size: cover;
	}

	.aboutusContainer h2 {
		width: 100%;
	}

	.aboutusContainer .section-item::before {
		width: 100%;
	}

	.aboutusContainer .section-item .section-img img {
		left: 0;
	}

	.aboutusContainer .section-item .section-desc {
		padding-left: 15px;
	}

	.aboutusContainer .section-goal {
		background-size: cover;
	}

	.aboutusContainer .goal {
		position: static;
		margin-bottom: 30px;
		background-position: center;
	}

	.aboutusContainer .our-values h2 {
		padding-top: 50px;
	}

	.aboutusContainer .our-values .icon-box .icon {
		margin-bottom: 30px;
	}

	.aboutusContainer .our-values .icon-box .icon-desc {
		width: 60%;
	}

	.aboutusContainer .what-do-section .what-we-do .panel {
		display: block !important;
		height: auto;
		padding: 15px;
		padding-top: 50px;
		text-align: center;
	}

	.aboutusContainer .what-do-section .what-we-do .panel p {
		padding-top: 20px;
		padding-left: 0;
	}

	.aboutusContainer .what-do-section .what-we-do .panel .numbers {
		position: static;
	}

	.aboutusContainer .what-do-section .what-we-do .panel,
	.aboutusContainer .what-do-section .what-we-do .panel p {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.aboutusContainer h2 {
		width: 100%;
	}

	.aboutusContainer .section-item::before {
		width: 100%;
	}

	.aboutusContainer .section-item .section-img {
		padding: 0;
	}

	.aboutusContainer .section-item .section-desc {
		padding-left: 30px;
		padding-bottom: 0;
	}

	.aboutusContainer .section-goal {
		background-size: cover;
		padding-bottom: 60px;
	}

	.aboutusContainer .section-goal .container .col-md-12 {
		margin-bottom: 30px;
	}

	.aboutusContainer .goal {
		width: 100%;
		height: 100%;
		margin-bottom: 20px;
	}

	.aboutusContainer .our-values h2 {
		width: 100%;
		padding-top: 70px;
		margin-bottom: 70px;
	}

	.aboutusContainer .what-do-section .what-we-do .panel {
		text-align: left;
		padding: 50px;
		display: flex !important;
	}

	.aboutusContainer .what-do-section .what-we-do .panel p {
		padding-top: 0;
		padding-left: 15px;
	}
}

@media (min-width: 992px) {
	.aboutusContainer h2 {
		width: 100%;
	}

	.aboutusContainer .section-item .section-desc {
		padding-left: 30px;
	}

	.aboutusContainer .goal {
		width: 540px;
		height: 490px;
		margin-bottom: 20px;
	}

	.aboutusContainer .what-do-section .what-we-do .panel {
		padding: 58px;
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.aboutusContainer .section-bg {
		margin-top: 20px;
		background-size: cover;
	}

	.aboutusContainer h2 {
		width: 1019px;
	}

	.aboutusContainer .section-item::before {
		width: 70%;
	}

	.aboutusContainer .section-item .section-desc {
		padding-left: 50px;
		padding-bottom: 0px;
		padding-right: 0;
	}

	.aboutusContainer .goal {
		position: relative;
		width: 540px;
		height: 490px;
	}

	.aboutusContainer .goal-right {
		position: relative;
		margin-bottom: 0;
	}

	.aboutusContainer .section-goal .container .row {
		margin-bottom: 0;
	}

	.aboutusContainer .section-goal {
		padding-bottom: 0;
		background-position: center center;
		background-size: cover;
	}

	.aboutusContainer .section-goal .container .col-md-12 {
		margin-bottom: 0;
	}

	.aboutusContainer .our-values {
		padding-top: 0;
	}

	.aboutusContainer .our-values .icon-box .icon-desc {
		width: 75%;
	}

	.aboutusContainer .what-do-section .what-we-do .panel {
		width: 601px;
		height: 200px;
		padding: 50px;
	}

	.aboutusContainer .what-do-section .what-we-do .panel p {
		width: 400px;
		padding-left: 20px;
	}

	.aboutusContainer .what-do-section .what-we-do .panel .numbers {
		position: absolute;
	}
}

#contact-head {
	width: 100%;
	height: 100vh;
	background: url("../img/contact-local.png") top center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.local-map {
	position: relative;
	margin-top: 5px;
}

#contact-head .contact-head-container {
	position: absolute;
	bottom: -150px;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

#contact-head h1 {
	margin: 0 0 10px 0;
	font-size: 41px;
	font-weight: 700;
	line-height: 56px;
	color: #fff;
	text-transform: uppercase;
}

#contact-head h2 {
	color: #FFFFFF;
	margin-bottom: 20px;
	font-size: 32px;
}

#main-contact {
	margin-top: 20px;
	z-index: 3;
	position: relative;
}

.contact-map {
	width: 100%;
	height: 100%;
	background: url("../img/contact-global.png") top center;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 180px 0px 0px;
}

.contact-map h1 {
	margin: 0 auto;
	font-size: 41px;
	font-weight: 700;
	line-height: 56px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.contact-map-tab {
	position: relative;
	top: 30px;
	justify-content: center;
}

.contact-map-tab li {
	width: 22%;
}

.contact-map-tab li.nav-item a.nav-link {
	background-color: #F0F0EF;
	padding: 11px 50px 16px 48px;
	color: #484848;
	font-size: 25px;
	text-align: center;
}

.contact-map-tab li.nav-item a.nav-link.active {
	background-color: var(--misaSecondColor);
	color: #fff;
}

.contact-map-tab li:nth-child(1) a {
	border-radius: 20px 0px 0px 20px;
}

.contact-map-tab li:nth-child(2) a {
	border-radius: 0px 20px 20px 0px;
}

.contactpage-form {
	width: 100%;
}

.contactpage-form-tab {
	padding: 0;
	justify-content: flex-end;
}

.contactpage-form-tab li.nav-item {
	margin: 0px 10px;
	box-shadow: 3px 13px 16px 5px rgb(0 0 0 / 16%);
	min-width: 175px;
	border-radius: 15px;
}

.contactpage-form-tab li.nav-item a.nav-link {
	background: transparent;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	color: #707070;
	padding-top: 50px;
}

.contactpage-form-tab li.nav-item a.nav-link img {
	width: 94px;
	height: 94px;
	margin-bottom: 5px;
}

.contactpage-form-tab li.nav-item a.nav-link span {
	font-size: 25px;
	text-align: center;
	margin-top: 35px;
}

.contactpage-form-tab li.nav-item a.nav-link.active {
	color: var(--misaSecondColor);
	border-radius: 0;
}

.contactpage-form-tab li.nav-item a.nav-link.active svg path {
	stroke: var(--misaSecondColor);
}

.contactpage-form .tab-content {
	margin-top: 0;
	height: auto !important;
}

.contactpage-form .tab-content h2 {
	font-size: 42px;
	color: var(--misaFirstColor);
	text-transform: uppercase;
	text-align: right !important;
}

.contactpage-form .tab-content h3 {
	font-size: 22px;
	color: #484848;
	text-align: center;
}

.contactpage-form .tab-content h3.cntct-number {
	color: var(--misaSecondColor);
}

.select-option .input-select {
	border-radius: 50px;
	padding: 16px 29px;
	font-size: 19px;
	color: #707070;
}

.seperator {
	content: '';
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 75%;
	height: 20px;
	border-top: 3px dashed #9F9F9F;
	margin: 14px auto 23px;
}

.contact-num {
	text-align: center;
}

.contact-num img {
	width: 43px;
	height: 43px;
}

.btn-form-fill {
	font-size: 18px;
	color: #fff;
	padding: 10px 0px;
	border-radius: 15px;
	background-color: var(--misaSecondColor);
}

.btn-form-outline {
	font-size: 18px;
	color: var(--misaSecondColor);
	background-color: #eeefeb;
	padding: 10px 0px;
	border-radius: 30px;
	border: 1px solid var(--misaSecondColor);
}

.btn-form-outline:hover {
	color: #707070;
}

.form-action-btn {
	justify-content: flex-end;
}

.contact-tab ul.nav-pills {
	margin-bottom: 80px;
}

.contact-tab ul.nav-pills li.nav-item {
	margin: 0 25px;
}

.contact-tab ul.nav-pills .nav-link {
	background-color: transparent;
	color: #000000;
	font-size: 31px;
}

.contact-tab ul.nav-pills .nav-link.active {
	background-color: transparent;
	color: var(--misaSecondColor);
	border-bottom: 3px solid var(--misaSecondColor);
	border-radius: 0;
}

.contact-info .contact-info-item {
	display: flex;
	align-items: baseline;
	margin-bottom: 25px;
}

.contact-info-item-header img {
	width: 66px;
	height: 66px;
}

.contact-info-item-footer {
	font-size: 25px;
	color: #000;
	margin-left: 15px;
}

.btn-arow {
	margin-right: 30px;
}

.contact-accordion .card {
	border-radius: 0;
	border: none;
}

.contact-accordion .card .card-header {
	background-color: #f8f8f8;
	border-radius: 0;
	padding-right: 0;
	border: none;
}

.contact-accordion .card .card-body {
	padding-right: 5px;
	text-align: right !important;
	margin-right: 0 !important;
}

.contact-accordion .card-header h5 button.btn.btn-link {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 23px;
	letter-spacing: 0em;
	color: var(--misaFirstColor);
	padding: 0px;
	text-decoration: none;
	text-transform: capitalize;
}

.contact-accordion .card-header h5 button.btn.btn-link.collapsed {
	color: var(--misaFirstColor);
}

.contact-accordion .card-header h5 button.btn.btn-link:hover,
.card-header h5 button.btn.btn-link:focus {
	outline: none;
	box-shadow: none;
}

.contact-accordion .card-header h5 {
	padding-left: 24px;
	position: relative;
	text-align: right;
}

.contact-accordion .card-header h5 button.btn.btn-link:after {
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	width: 20px;
	height: 20px;
	background-image: url("../img/minus.svg");
	background-repeat: no-repeat;
}

.contact-accordion .card-header h5 button.btn.btn-link.collapsed:after {
	background-image: url('../img/plus.svg');
	background-repeat: no-repeat;
}

.pvcy-policy {
	color: var(--misaSecondColor);
}

a.pvcy-policy:hover,
a.pvcy-policy:focus {
	color: var(--misaSecondColor);
	text-decoration: underline;
}

.select-country-dial {
	background-color: #fff;
	border-radius: 50px;
}

.select-country-dial .input-select {
	border-radius: 50px 0px 0px 50px;
}

.select-country-dial .input-State {
	border-radius: 0px 50px 50px 0px;
	border-left: 0;
	padding-left: 13px;
}

.select-country-dial .form-floating>.form-control:focus~label,
.select-country-dial .form-floating>.form-control:not(:placeholder-shown)~label,
.select-country-dial .form-floating>.form-select~label {
	opacity: .65;
	transform: scale(0.95) translateY(-0.75rem) translateX(0.5rem);
	font-size: 14px;
	color: var(--misaFirstColor);
	padding-left: 4px;
}

.w-30 {
	width: 30%;
}

.w-70 {
	width: 70%;
}

.select-country-dial .form-floating>label {
	padding-left: 13px;
}

.form-btn-toggle .btn-secondary {
	background-color: #FFFFFF;
	color: #707070;
	font-size: 19px;
	border: 0;
	border-radius: 50px !important;
	padding: 10px 50px 10px 30px;
}

.form-btn-toggle .btn-secondary.active {
	background-color: var(--misaSecondColor) !important;
	color: #fff !important;
}

.form-btn-toggle .btn-secondary.active:after {
	content: '';
	position: absolute;
	top: 18px;
	right: 18px;
	width: 20px;
	height: 15px;
	background-image: url('../img/tick.png');
}

.form-btn-toggle label.btn-secondary+label.btn-secondary {
	margin-left: 15px;
}

.mand-field-text {
	font-size: 19px;
	color: #707070;
}

.form-check input[type=checkbox] {
	width: 24px;
	height: 24px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #9F9F9F;
	margin: 0 10px 0px 0px;
	position: relative;
}

.mandatory {
	color: var(--misaFirstColor);
	padding-left: 0;
	padding-right: 5px;
}

.custom-file {
	height: 50px;
	line-height: 50px;
}

.custom-file input {
	padding: 21px 34px;
}

.custom-file label {
	height: 50px;
	border-radius: 8px;
	border-color: #8396A8 !important;
	line-height: 35px;

	.pvcy-policy {
		font-size: 17px;
		color: #707070;
	}
}


.custom-file-label {
	overflow: visible;
}

.custom-file-label::after {
	width: 84px;
	height: 84px;
	background-color: var(--misaSecondColor);
	border-radius: 50px;
	top: -13px;
	right: -1px;
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "+";
	color: #ffff;
	font-size: 50px;
	text-align: center;
}

.contact-form .form-row>.col,
.form-row>[class*=col-] {
	padding-left: 15px;
	padding-right: 15px;
}

.form-normal-item input {
	height: 50px;
	line-height: 50px;
	border-radius: 10px;
	padding: 10px;
	font-size: 17px;
	border-color: #8396A8;
}

.form-normal-item-select select {
	box-shadow: 0 0 5pt 0.5pt #d3d3d3;
	height: 55px !important;
	border-radius: 10px;
	padding: 15px 34px 14px;
	color: #495057;
	font-size: 19px;
}

.form-normal-item-select.focused select {
	color: #707070 !important;
	padding: 15px 34px 14px;
	line-height: 30px;
}

.form-normal-item-select select option {
	color: #707070;
}

.form-normal-item-select .caret {
	display: block;
	background: url(../img/select-arrow.png) no-repeat;
	position: absolute;
	left: 40px;
	top: 28px;
	width: 12px;
	height: 9px;
	pointer-events: none;
}

.form-normal-item-select.rotateCaret .caret {
	animation-name: rotateCaret;
	animation-duration: .5s;
	animation-fill-mode: forwards;
}

@keyframes rotateCaret {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

.form-normal-item-textarea {
	margin-bottom: 35px;
	text-align: right;
}

.form-normal-item-textarea textarea {
	border-radius: 10px;
	padding: 10px;
	font-size: 17px;
	border-color: #8396A8;
}

.control-label {
	width: 100%;
	text-align: right;
	font-size: 17px;
	font-weight: 400;
	color: var(--misaDarkGrayText);
}

.form-group.focused .control-label {
	opacity: 1;
}

.form-control {
	align-self: flex-end;
}

.form-control::-webkit-input-placeholder {
	color: transparent;
	transition: 240ms;
}

.form-control:focus::-webkit-input-placeholder {
	transition: none;
}

.form-group.focused .form-control::-webkit-input-placeholder {
	color: #bbb;
}

.popover.fade.bs-popover-bottom.show {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 16px 40px #00000029;
	border-radius: 6px;
	width: 500px;
	height: auto;
}

.popover_word {
	text-align: left;
	font-size: 13px;

	color: #707070;
}

.box_phone_word {
	text-align: left;
	font-size: 14px;
	font-weight: 600;

	color: var(--misaSecondColor);
}

.box_telephone_word {
	font-size: 5px;
	font-weight: 600;

	color: #707070;
}

#News_press {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 750px;
	padding:0;
}

#News_press .carousel-inner {
	height: 750px;
}

#News_press .rect {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#News_press .News_Press_Releases {
	font-size: 60px;
	color: #ffffff;
	font-weight: 600;

	text-align: right;
}

#News_press .toplist {
	top: 20%;
	position: absolute;
	width: 100%;
}

@media (max-width: 992px) {
	/* .page-newsevents-list-page #header .logo {
		padding: 10px !important;
	} */
}

.page-newsevents-list-page #News_press .News_press_bgwhite {
	background-color: #BF9B2E;
	border-radius: 10px;
	position: absolute;
	top: 10vw;
	/* Positioned 50% from the top */
	right: 20%;
	/* Aligned to the left edge of the page */
	transform: translateY(-50%);
	/* Center vertically */
	height: auto;
	width: 100%;
	box-shadow: 0px 4px 30px #333;
	border-radius: 5px;
}

.page-newsevents-list-page #News_press .highlight_title {

	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	display: flex;
	align-items: flex-end;
	color: #FFFFFF;
}

.page-newsevents-list-page #News_press .carousel-item p {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 350px;
}

#News_press .News_press_bgwhite {
	background-color: #ffffffdb;
	position: absolute;
	top: 20%;
	right: 0px;
	height: auto;
	width: 100%;
	box-shadow: 0px 4px 30px #333;
	border-radius: 5px;
}

#News_press h4.date {
	color: var(--misaFirstColor);
	font-size: 37px;
	font-weight: 600;
	padding: 0px 10px;
	margin: 0px;
}

.page-newsevents-list-page #News_press h4.date {
	font-family: 'Arial';
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF !important;
}

.page-newsevents-list-page #News_press h6.date_name {
	font-size: 18px;
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	color: #FFFFFF;
}

#News_press h6.date_name {
	color: #025635;
	font-size: 12px;
	font-weight: 600;

	text-transform: uppercase;
	padding: 0px 5px;
	margin: 0px;
}

#News_press .top_date {
	background-color: #ffffff;
	position: absolute;
	top: -41px;
	box-shadow: 0px 4px 30px #333;
	padding: 3px;
	margin-left: 40px;
	z-index: 1;
	text-align: center;
}

#News_press .highlight_title {
	color: #025635;
	font-size: 45px;

	overflow: hidden;
	max-height: 14rem;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.content-info h3.highlight_title {
	color: var(--misaFirstColor) !important;
}

#News_press .para_title {
	color: #484848;
	font-size: 20px;

	overflow: hidden;
	max-height: 14rem;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

#News_press .know_more {
	font-size: 16px;

	padding: 14px 15px;
	border-radius: 50px;
	color: var(--misaSecondColor);
	font-weight: 600;
	text-transform: uppercase;
}

#News_press .arrow_set {
	position: absolute;
	width: 100%;
}

#News_press .carousel-control-next,
#News_press .carousel-control-prev {
	background-color: var(--misaSecondColor);
	border-radius: 100%;
	opacity: 1;
}

#News_press .carousel-control-next-icon {
	background-image: url(../img/news_page/Icon_feather-arrow-left.png);
}

#News_press .carousel-control-prev-icon {
	background-image: url(../img/news_page/Icon_feather-arrow-right.png);
}

#News_press .control_arrow {
	background: var(--misaSecondColor);
	width: 50px;
	height: 50px;
	border-radius: 50px;
}

#News_press .carousel-control-next {
	right: 90%;
}

#News_press .carousel-control-prev {
	left: 2%;
}

#News_press .carousel-control-next:focus,
#News_press .carousel-control-next:hover,
#News_press .carousel-control-prev:focus,
#News_press .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 1;
}

#News_press .carousel-indicators li {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 3px solid var(--misaSecondColor);
	background-color: #ffffff00;
}

#News_press .carousel-indicators li.active {
	border: 3px solid var(--misaSecondColor);
	background-color: var(--misaSecondColor);
}

#News_press .carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
	border-radius: 100%;
	bottom: 0px;
}

#News_press .carousel-indicators {
	bottom: 25px;
	width: 50%;
	margin: 0px auto;
}

#News_press .carousel-item .mask {
	height: 100%;
	min-height: 450px;
}

.mask {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
}

#News_press .carousel-item a {
	font-size: 16px;

	/*padding: 14px 15px;*/
	border-radius: 50px;
	color: var(--misaSecondColor);
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
}

#News_press .carousel-item a:hover {
	text-decoration: none;
}

#News_press .carousel-item h2 {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

#News_press .carousel-item p {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

#News_press .carousel-item a {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

#News_press .carousel-item h6 {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

#News_press .carousel-item h4 {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

#News_press .carousel-item h3 {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

#News_press .carousel-item .like {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

#News_press .carousel-item .mask .News_press_bgwhite {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	display: block;
	height: auto;
	max-width: 100%;
}

#News_press .like,
#News_press h2,
#News_press h3,
#News_press h4,
#News_press h6,
#News_press p,
#News_press a,
#News_press .carousel-item .mask .News_press_bgwhite {
	-webkit-animation-duration: 1s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.content-slider-part {
	margin-left: auto;
}

#News_press .carousel-item {
	height: 100vh;
	min-height: 100vh;
}

#News_press .carousel-control-next,
#News_press .carousel-control-prev {
	height: 40px;
	width: 40px;
	padding: 12px;
	top: 99%;
	transform: translateY(-135%);
}

#News_press ol {
	margin-block-start: 0;
	margin-block-end: -10px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
}

#News_press .carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}

#News_press .carousel-fade .carousel-item.active,
#News_press .carousel-fade .carousel-item-next.carousel-item-left,
#News_press .carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

#News_press .carousel-fade .active.carousel-item-left,
#News_press .carousel-fade .active.carousel-item-right {
	opacity: 0;
}

#News_press .carousel-fade .carousel-item-next,
#News_press .carousel-fade .carousel-item-prev,
#News_press .carousel-fade .carousel-item.active,
#News_press .carousel-fade .active.carousel-item-left,
#News_press .carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@media screen and (max-width: 768px) {
	#News_press .News_Press_Releases {
		font-size: 40px;
		color: #ffffff;
		font-weight: 600;

		text-align: center;
	}

	#News_press .highlight_title {
		color: #025635;
		font-size: 35px;

	}

	#News_press .para_title {
		color: #484848;
		font-size: 14px;

	}

	#News_press .carousel-control-prev {
		left: 30%;
	}

	#News_press .carousel-control-next {
		right: 30%;
	}

	.carousel-control-next,
	.carousel-control-prev {
		height: 40px;
		width: 40px;
		padding: 12px;
		top: 20%;
		transform: translateY(-180%);
		background-color: var(--misaSecondColor);
	}

	#News_press .paddding_align {
		padding: 25px 40px !important;
	}
}

.news-date {
	position: absolute;
	left: 30px;
	top: -40px;
	height: 84px;
	width: 78px;
	background-color: #FFFFFF;
	box-shadow: 0px 6px 10px #00000070;
	padding: 14px 5px;
}

.pageLabel--newseventslist .events-card-img {
	border-radius: 10px;
}

.eventDay {
	font-family: 'Arial' !important;
	;
	font-weight: 400;
	font-size: 14px !important;
	line-height: 16px !important;
	color: #FFFFFF !important;
	display: block;
}

.eventMonth {
	font-family: 'Arial' !important;
	;
	font-weight: 700 !important;
	;
	font-size: 16px !important;
	;
	line-height: 18px !important;
	color: #FFFFFF !important;
}

.event-card-date {
	width: auto !important;
}

.news-date .day {
	font-size: 45px;
	color: var(--misaFirstColor);
	line-height: 35px;
	margin-bottom: 5px;
}

.news-date .month {
	color: #025635;
	font-size: 14px;
	font-weight: 600;
}

.news-header {
	font-size: 32px;
}

.tab-section {
	width: 100%;
	height: auto;
}

.eventName {
	font-family: 'Arial';
	font-weight: 600;
	font-style: normal;
	font-size: 1.2vw;
	color: #006F45;
}

.pageLabel--newseventslist .eventShortInformation,
.page-resources-list-page .eventShortInformation {
	color: var(--misaDarkGrayText);
	white-space: nowrap;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0;
}

.pageLabel--newseventslist .flip-card-text,
.page-resources-list-page .flip-card-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pageLabel--newseventslist .eventsName,
.page-resources-list-page .eventsName {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	color: var(--misaFirstColor);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 5px 0 5px 0;
	text-transform: capitalize;
}

.tabs-normal li a.nav-link {
	font-size: 20px;
	color: #707070;
	font-size: 20px;
	color: #707070;
	padding: 0.9rem 0rem 1.3rem;
	margin-right: 60px;
}

.tabs-normal li a.nav-link.active {
	color: var(--misaSecondColor);
	background-color: transparent;
	border-bottom: 3px solid var(--misaFirstColor);
	border-radius: 0;
}

.modal-dialog {
	max-width: 800px;
	margin: 30px auto;
}

.modal-body {
	position: relative;
	padding: 0px;
}

.btn-close {
	position: absolute;
	right: -30px;
	top: 0;
}

.news-card {
	position: relative;
	margin-bottom: 20px;
	box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	background: #fff;
}

.news-card-img {
	min-height: 500px;
}

.news-card .news-card-inner {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 25px 30px;
	width: 100%
}

.news-card .news-card-inner h3 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 15px;
	overflow: hidden;
	overflow: hidden;
	max-height: 14rem;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.page-economic-investment-reports .news-card .news-card-inner h3 {
	-webkit-line-clamp: 5 !important;
}

.news-card .news-card-inner p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
	overflow: hidden;
	display: none;
	transition: all 1.5s;
}

.news-card:hover .news-card-inner p {
	display: block;
}

.vedio_outer .video-player-container {
	background-color: #fff;
	border: 1px solid #EEEEF6;
	padding: 20px 15px
}

.videos-card-inner {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.videos-card-inner h3 {
	font-size: 32px;
	color: var(--misaFirstColor);
	margin-top: 20px;
	margin-bottom: 0;
	overflow: hidden;
	min-height: 5rem;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	width: 80%;
	white-space: pre-wrap;
	word-break: break-word;
	text-align: right;
}

.video-companyLogo {
	position: relative;
}

body.page-living-in-saudi .content {
	font-size: 20px;
	color: #707070;
	width: 830px;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0px 90px;
}

.achievements-panel {
	position: relative;
	margin-bottom: 100px;
}

.achievement_header {
	margin-bottom: 35px;
}

.achievement_header h1 {
	font-size: 45px;
	color: var(--misaFirstColor)
}

.achievement_header .achievement_header_icon {
	margin-right: 50px;
}

.achievement_statastics {
	padding: 45px 0px 45px;
	position: relative;
	margin-bottom: 60px;
}

.achievement_banner_right,
.list_of_achievements,
.achievement_banner_left {
	z-index: 9;
}

.achievements-panel .yCmsComponent:nth-child(1) .achievements-section .achievement_statastics:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 66%;
	height: 100%;
	background-image: url('../img/Living-in-Saudi .png');
	z-index: 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.achievements-panel .yCmsComponent:nth-child(2) .achievements-section .achievement_statastics:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 66%;
	height: 100%;
	background-image: url('../img/Living-in-Saudi .png');
	z-index: 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.achievements-panel .yCmsComponent:nth-child(3) .achievements-section .achievement_statastics:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 66%;
	height: 100%;
	background-image: url('../img/Living-in-Saudi .png');
	z-index: 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.achievements-panel .yCmsComponent:nth-child(4) .achievements-section .achievement_statastics:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 66%;
	height: 100%;
	background-image: url('../img/Living-in-Saudi .png');
	z-index: 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.achievements_points {
	text-align: center;
}

.achievements_points h1 {
	font-size: 65px;
	color: var(--misaFirstColor);
}

.achievements_points p {
	font-size: 16px;
	color: #5A5858;
	margin-bottom: 30px;
}

@media (max-width: 992px) {
	body.page-living-in-saudi .content {
		font-size: 20px;
		color: #707070;
		width: auto;
		margin: 0 auto;
		text-align: center;
		padding: 60px 15px 90px;
	}

	.achievements-panel .yCmsComponent:nth-child(1) .achievements-section .achievement_statastics:after,
	.achievements-panel .yCmsComponent:nth-child(3) .achievements-section .achievement_statastics:after {
		width: 100%;
		height: 100%;
	}

	.achievements-panel .yCmsComponent:nth-child(2) .achievements-section .achievement_statastics:after,
	.achievements-panel .yCmsComponent:nth-child(4) .achievements-section .achievement_statastics:after {
		width: 100%;
		height: 100%;
	}
}

.page-details-banner {
	width: 100%;
	height: 95vh;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.page-details-banner .banner-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.page-details-banner:before {
	content: "";
	background: rgba(60, 65, 51, 0.4);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.page-details-banner-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	z-index: 9;
}

.page-details-banner-item {
	text-align: left;
}

.page-details-banner-item h1 {
	margin: 0 0 10px 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	color: #fff;
}

.page-details-banner-item h2 {
	color: #FFFFFF;
	margin-bottom: 20px;
	font-size: 35px;
	text-shadow: 0px 8px 15px #00000061;
}

.page-details-banner-item .event-date {
	background-color: #fff;
	text-align: center;
	padding: 6px 13px 9px;
	width: auto;
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}

.page-details-banner-item .event-date .event-num {
	font-size: 37px;
	color: var(--misaFirstColor);
	line-height: 1;
}

.page-details-banner-item .event-date .event-mon {
	font-size: 12px;
	color: #025635;
}

.page-details-banner-item .btn-get-started {
	font-weight: 400;
	font-size: 18px;

	padding: 8px 18px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px 0px;
	border: 1px solid var(--misaSecondColor);
	color: #fff;
	background-color: var(--misaSecondColor);
	justify-content: center;
	align-items: center;
	display: inline-flex;
	height: 45px;
}

.news-detail-content p {
	font-size: 20px;
	font-weight: normal;

	line-height: 30px;
	color: #707070;
	padding-bottom: 35px;
	margin: 0;
}

.news-detail-content ul {
	font-size: 20px;
	font-weight: normal;

	line-height: 30px;
	color: #707070;
}

.news-detail-content ul li {
	list-style-type: disc;
}

.news-detail-content ul li em {
	font-style: normal;
}

.page-details-banner-item .btn-share {
	color: #fff;
	font-size: 20px;
}

.page-details-banner-item .btn-get-started .btn-arow-started {
	margin-left: 8px;
}

.page-details-banner-item .btn-get-started:hover {
	background: var(--misaSecondColor);
}

.page-details-banner-item .btn-outline {
	border: 1px solid var(--misaSecondColor);
	border-radius: 47px;
	font-size: 18px;
	padding: 8px 18px;
	height: 45px;
	margin-left: 30px;
	color: #fff;
	background: rgb(255 255 255 / 20%);
	align-items: center;
	justify-content: center;
	display: inline-flex;
}

.page-details-banner-item .btn-outline {
	color: #fff
}

.Inc-mediaCenter-wrapper-header {
	position: relative;
}

.Inc-mediaCenter-wrapper-header h1 {
	font-size: 45px;
	color: #707070;
}

.Inc-mediaCenter-wrapper-header p {
	font-size: 20px;
	color: #707070;
}

.Inc-mediaCenter-sectionwrapper {
	position: relative;
}

.Inc-mediaCenter-sectionwrapper .title-icon {
	margin: 0 auto;
	margin-bottom: 15px;
}

.Inc-mediaCenter-sectionwrapper h1.title {
	font-size: 45px;
	color: #707070;
	width: 100%;
	text-align: center;
	margin-bottom: 80px;
}

.pagination-bottom li.page-item .page-link {
	color: var(--misaFirstColor);
	font-size: 20px;
}

.pagination-bottom li.page-item.active .page-link {
	background-color: transparent !important;
}

.pagination-bottom li.page-item .page-link.arrow-left img,
.pagination-bottom li.page-item .page-link.arrow-right img {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.pagination-bottom li.page-item.active a.page-link {
	color: #0489A3;
}

.Inc-mediaCenter-resource-panel {
	position: relative;
	padding: 25px 0px 38px;
	margin-bottom: 50px;
}

.Inc-mediaCenter-resource-panel::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 67%;
	height: 100%;
	background-color: #EEEEF6;
}

.Inc-mediaCenter-resource-img {
	height: 358px;
}

.Inc-mediaCenter-Date {
	position: absolute;
	left: 15px;
	top: -60px;
	height: 84px;
	width: 78px;
	background-color: #FFFFFF;
	box-shadow: 0px 6px 10px #00000070;
	padding: 14px 5px;
	text-align: center;
}

.Inc-mediaCenter-Date .day {
	font-size: 45px;
	color: var(--misaFirstColor);
	line-height: 35px;
	margin-bottom: 5px;
}

.Inc-mediaCenter-Date .month {
	color: #025635;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}

.Inc-sector-banner {
	height: 70vh;
	background-color: rgba(0, 113, 77, 0.05);
}

.Inc-sector-banner .Inc-sector-banner-container {
	align-items: right;
}

.Inc-sector-banner-container h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 37px;
	letter-spacing: 0em;
	color: var(--misaSecondColor);
	margin-top: 30vh;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(0vh, 0);
}

.Inc-section-baner-logo {
	margin-bottom: 30px;
}

.Inc-baner-btnwraper {
	display: inline-block;
	align-items: center;
	justify-content: right;
	flex-direction: column;
}

.btn-sector-secondary {
	color: #fff;
	background-color: rgb(255 255 255 / 28%);
	border: 1px solid #fff;
	border-radius: 27px;
	font-size: 16px;
	padding: 10px 20px;
	text-transform: uppercase;
}

.btn-sector-primary {
	color: #fff;
	background-color: var(--misaSecondColor);
	border-radius: 4px;
	font-size: 16px;
	padding: 15px 20px;
	text-transform: uppercase;
	min-width: 300px;
}

.contact-button {
	background-color: #b29534;
	color: #fff;
	border-radius: 27px;
	font-size: 16px;
	padding: 10px 20px;
	text-transform: uppercase;
}

.btn-sector-primary a img {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.btn-sector-secondary .download-icon {
	margin-right: 18px;
}

.btn-sector-primary .arrow-icon,
.btn-sector-secondary .arrow-icon {
	margin-right: 15px;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.Inc-baner-btnwraper .btn {
	margin: 0 10px;
}

.Inc-sectordetail-overview {
	position: relative;
}

.Inc-sectordetail-overview h1,
.Inc-sectordetail-overview h3 {
	font-size: 45px;
	color: var(--misaFirstColor);
	text-transform: uppercase;
	margin-bottom: 25px;
	width: 100%;
}

.Inc-sectordetail-overview p {
	font-size: 20px;
	color: #646464;
	width: 92%;
}

.Inc-sectordetails-wrapper {
	background-color: #F9F9F9;
}

.Inc-sectordetails-wrapper .Inc-nosubsector-keyfacts {
	margin-top: -160px;
}

.Inc-sector-explorer {
	position: relative;
	padding: 50px 0px 80px;
}

.Inc-sector-explorer h1 {
	font-size: 45px;
	color: #707070;
	margin: 0px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}

.Inc-sector-explorer h1.exp-title {
	color: var(--misaFirstColor);
}

.Inc-sector-explorer h1.sub-title {
	color: #707070;
}

.Inc-sectordetails-tab {
	position: relative;
}

.Inc-sectordetails-tab ul {
	width: 100%;
	display: flex;
}

.Inc-sectordetails-tab ul li {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 33.33%;
	background-color: #FFFFFF;
	border: 1px solid #CACACA;
	padding: 20px 72px 20px 73px;
	text-align: center;
	z-index: 1;
}

.Inc-sectordetails-tab ul li a,
.Inc-sectordetails-tab ul li a.nav-link.active {
	color: #707070;
	font-size: 25px;
	background-color: transparent !important;
}

.Inc-sectordetails-tab ul li.active {
	background-color: var(--misaSecondColor);
	box-shadow: 9px 17px 40px #000000B3;
	z-index: 2;
}

.Inc-sectordetails-tab ul li.active a,
.Inc-sectordetails-tab ul li.active a.nav-link.active {
	color: #fff;
	background-color: transparent !important;
}

.sector-tab-content {
	position: relative;
	margin-top: -148px;
}

.sector-tab-content .tab-items {
	background-color: #fff;
	display: none;
}

.sector-tab-content .tab-items.active {
	display: block;
}

.Inc-sectoritem-overview {
	text-align: center;
	font-size: 25px;
	color: #646464;
	padding-bottom: 100px;
}

.Inc-sectoritem-overview h3 {
	color: var(--misaFirstColor);
	font-size: 45px;
}

.Icn-secitem-sources .Icn-secitem-source-info {
	width: 636px;
	margin-bottom: 96px;
}

.Icn-secitem-sources:nth-child(2n) .Icn-secitem-source-info {
	float: left;
}

.Icn-secitem-sources:nth-child(2n+1) .Icn-secitem-source-info {
	margin-left: auto;
}

.Inc-sector_source-infoItem {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 30px 75px #00000029;
	border-radius: 30px;
	padding: 50px 45px;
}

.Inc-sector-keyDetails {
	display: block;
	position: relative;
	margin-top: 66px;
	margin-right: 30px;
}

.Inc-sector-keyDetails h3 {
	position: relative;
	font-size: 29px;
	color: var(--misaFirstColor);
	margin-bottom: 30px;
	text-align: right;
}

.Inc-sector-keyDetails ul {
	padding-right: 4rem;
	margin-bottom: 40px;
}

.Inc-sector-keyDetails ul li {
	list-style-type: disc;
	font-size: 25px;
	color: #646464;
	margin-bottom: 30px;
	line-height: 1.4;
	text-align: right;
}

.Inc-sector-keyDetails p {
	font-size: 30px;
	padding-right: 25px;
	position: relative;
	text-align: right;
}

.Inc-sector-keyDetails p:before {
	content: '';
	position: absolute;
	top: 14px;
	right: 0;
	width: 9px;
	height: 9px;
	background-color: var(--misaFirstColor);
	border-radius: 100px;
}

.Inc-sector-keyFacts ul.keyFacts {
	padding: 0;
	display: flex;
	margin-bottom: 50px;
	flex-wrap: wrap;
	justify-content: center;
}

.Inc-sector-keyFacts ul.keyFacts li {
	font-size: 20px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 30px 75px #00000029;
	border-radius: 30px;
	padding: 50px 45px;
	width: 360px;
	margin: 20px;
	text-align: center;
}

.Inc-sector-keyFacts ul.keyFacts li span.unit {
	color: var(--misaFirstColor);
	font-size: 55px;
	word-break: break-word;
}

#fact-tabsItems {
	position: relative;
	top: 475px;
}

.banner-item {
	min-height: 540px;
}

.banner-item img {
	height: 540px;
}

#fact-tab-content {
	padding: 150px 0px 0px;
}

#sector-value-proposition {
	background-color: #FFFCF1;
	position: relative;
	margin-top: 132px;
}

#sector-value-proposition::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/sector_value.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.val-header {
	background-color: var(--misaFirstColor);
	text-align: center;
	color: #fff;
	margin-top: -53px;
	padding: 24px 0px;
}

.val-header h1 {
	font-size: 45px;
	margin: 0;
}

.val-item-buttons {
	text-align: center;
}

.row.kpi-row {
	font-weight: 700;
	font-size: 5vh;
	color: var(--misaSecondColor);
	margin-top: 40vh;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(0vh, 0);
}

.kpi {
	background-color: rgba(0, 113, 77, 0.2);
	border-radius: 10px;
}

.kpi-value {
	font-size: 1.5rem;
}

.kpi-postfix {
	font-size: 1.2rem;
}

.contact-name {
	color: #fff;
	font-weight: bold;
	font-size: 1.3rem;
}

.contact-role {
	color: #fff;
}

.contact-row {
	margin-right: 0px;
	margin-bottom: 15px;
	font-size: 1.2rem;
}

.Inc-secdetil-enop-header {
	font-size: 45px;
	color: #707070;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.Inc-fearured-opp {
	height: 390px;
	background: #fff;
	cursor: pointer;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease 0.5s;
	padding: 45px 20px 50px;
	box-shadow: 0px 30px 75px #00000029;
	display: flex;
	flex-direction: column;
	border-radius: 30px;
}

.Inc-fearured-opp-headtitle {
	font-size: 30px;
	color: #646464;
	overflow: hidden;
	max-height: 14rem;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
	height: 4.5rem;
}

.Inc-fearured-opp-type {
	font-size: 25px;
	color: var(--misaFirstColor);
	text-align: center;
	margin-bottom: 12px;
}

.Inc-sector-icon-mini {
	position: absolute;
	bottom: 20px;
	right: 40px;
	width: 65px;
	height: 65px;
}

.Inc-sector-icon-mini img {
	filter: grayscale(100);
}

.btn-sector-outline {
	color: var(--misaSecondColor);
	background-color: transparent;
	border: 1px solid var(--misaSecondColor);
	border-radius: 27px;
	font-size: 16px;
	padding: 10px 20px;
	text-transform: uppercase;
}

.btn-sector-outline .arrow-icon {
	margin-left: 10px;
}

.Inc-fearured-opp button.btn {
	margin: 12px 0px;
}

.Inc-fearured-opp button.btn.btn-sector-primary {
	width: 175px
}

.Inc-fearured-opp button.btn.btn-sector-outline {
	width: 197px
}

.Inc-energyoppertunities .Inc-title-header {
	display: flex;
	justify-content: flex-end;
	position: relative;
	margin-bottom: 70px;
	margin-top: 80px8
}

@media (max-width: 576px) {
	.Inc-baner-btnwraper {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
	}

	.Inc-baner-btnwraper .btn {
		margin: 10px;
		width: 100%;
	}

	.Inc-sectordetails-tab ul li a {
		font-size: 15px;
	}

	.Inc-sectordetails-tab ul li {
		padding: 20px 50px 20px 50px;
	}
}

.Inc-exploreMore-section {
	background-color: #FFF9E7;
	background-size: cover;
	background-position: center;
	padding: 6.5rem 0 6.5rem 0;
	overflow-x: hidden;
}

.Inc-exploreMore-section .Inc-exploreMore-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	position: relative;
}

.Inc-exploreMore-section .Inc-exploreMore-itemLeft {
	padding-right: 4.7rem;
	width: 25rem;
	text-align: right;
}

.Inc-exploreMore-section .Inc-exploreMore-itemRight {
	margin-right: 2rem;
	width: 75rem;
}

.Inc-exploreMore-section .Inc-exploreMore-itemRight {
	height: 100%;
	position: relative;
}

.owl-carousel .item {
	min-width: 400px;
}

.owl-carousel .item .news-card .news-date {
	top: 0px;
}

.owl-carousel .item .news-card .btn-knowmore {
	display: inline-flex;
	align-items: center;
}

.owl-theme .owl-nav {
	margin-top: 10px;
}

.Inc-exploreMore-itemLeft h1 {
	font-size: 41px;
	color: var(--misaFirstColor);
	margin-bottom: 60px;
}

.Inc-exploreMore-itemLeft p {
	font-size: 20px;
	color: #707070;
	margin-bottom: 60px;
}

.eventsDetail-keys {
	position: relative;
	padding-bottom: 0;
}

.eventsDetail-keys h1 {
	font-size: 45px;
	font-weight: 600;
	color: var(--misaFirstColor);
	text-align: center;
	line-height: 50px;
	margin-bottom: 0;
	padding-bottom: 50px;
}

.eventsDetail-keys-wrapper {
	background-image: url('../img/keys_banner.png');
	background-size: cover;
	position: relative;
	padding: 38px 0px 25px;
}

.eventsDetail-keys-wrapper .box {
	width: 20%;
	min-height: 215px;
	text-align: center;
	border-radius: 28px;
	padding: 60px 20px;
	background: #FFFFFF;
	border: 1px solid #EEEEF6;
	margin: 16px;
}

.eventsDetail-keys-wrapper .box h4 {
	font-size: 22px;
	font-weight: 600;
	color: var(--misaFirstColor);
	text-align: center;
	line-height: 30px;
	padding-bottom: 8px;
	word-break: break-all;
}

.eventsDetail-keys-wrapper .box strong {
	font-size: 14px;
	font-weight: 600;
	color: #025635;
	text-align: center;
	line-height: 17px;
	width: 100px;
	display: block;
	margin: 0 auto;
}

.key-detail-content {
	display: flex;
	flex-wrap: wrap;
}

.text-truncate {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.eventsDetail-agenda {
	position: relative;
}

.eventsDetail-agenda h1 {
	font-size: 45px;
	font-weight: 600;
	color: var(--misaFirstColor);
	text-align: center;
	line-height: 50px;
	margin-bottom: 0;
	padding-bottom: 50px;
}

.eventsDetail-agenda .agenda-event {
	position: relative;
	padding-top: 41px;
	padding-bottom: 41px;
	width: 100%;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
}

.eventsDetail-agenda .agenda-event-date {
	font-size: 20px;
	font-weight: 600;
	color: var(--misaFirstColor);
	width: 166px;
	height: 84px;
	text-align: center;
	line-height: 30px;

	padding-top: 15px;
	padding-bottom: 8px;
	box-shadow: 0px 10px 19px #00000029;
	background-color: #fff;
}

.eventsDetail-agenda .agenda-event-desc {
	padding-left: 60px;
}

.eventsDetail-agenda .agenda-event-desc strong {
	display: block;
	font-size: 25px;
	font-weight: 600;
	color: #025635;
	line-height: 30px;

	padding-bottom: 10px;
}

.eventsDetail-agenda .agenda-event-desc span {
	font-size: 20px;
	color: #707070;
	line-height: 30px;

}

.eventsDetail-agenda .agenda-event:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	border-bottom: 1px dashed #707070;
}

@media (max-width: 992px) {
	.eventsDetail-agenda .agenda-event {
		position: relative;
		padding-top: 41px;
		padding-bottom: 41px;
		width: 100%;
		display: inline-flex;
		flex-direction: column;
		align-items: center;
	}

	.eventsDetail-agenda .agenda-event-desc {
		padding-top: 30px;
		padding-left: 0;
		text-align: center;
	}
}

.eventsDetail-linkwebsite {
	position: relative;
}

.eventsDetail-linkwebsite .invest-forum-content {
	text-align: center;
	word-break: break-all;
}

.eventsDetail-linkwebsite .invest-forum-content h3 {
	font-size: 32px;
	color: #025635;
}

.eventsDetail-linkwebsite .invest-forum-content .invest-forum-content-link {
	color: var(--misaSecondColor);
	font-size: 32px;
	text-decoration: underline;
}

.sector-modal-dialog .modal-content {
	border-radius: 30px;
}

.sector-modal-dialog .modal-content .form-row {
	padding: 0px 20px 50px;
}

.sector-modal-dialog .modal-header {
	border: none;
	padding-top: 35px;
	padding-bottom: 30px;
}

.sector-modal-dialog .opp-contact-buttons {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.header-home-container {
	width: 200px;
	background-color: var(--misaThirdColor);
	padding: 10px;
	z-index: 1;
	border-radius: 10px;
}

.header-home-container p {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0em;
	color: #fff;
}

.header-home-container h5 {
	margin-top: 15px;
	font-size: 20px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0em;
}

.header-home-container:nth-of-type(1) {
	margin-left: 10px;
}

#home-page-global-search {
	position: absolute;
	width: 100%;
	top: 220px;
}

#home-page-global-search .home-page-global-search-input {
	background-color: #F5F6F7;
	color: #7B838C;
	outline: none;
	border: 1px solid var(--misaGrayText);
	border-radius: 10px;
	padding: 0.5rem 1rem;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
}

#home-page-global-search .a-search {
	position: absolute;
	top: 8px;
	left: 25px;
	color: #7B838C;
}

#accordion-explore {
	margin-top: 25px;
}

#accordion-explore .card-header {
	background-color: #fff;
	border: none;
}

#accordion-explore .card-header span {
	font-size: 32px;
	font-weight: 400;
	line-height: 37px;
	letter-spacing: 0em;
}

#accordion-explore .card .card-header a {
	color: var(--misaFirstColor);
	font-size: 20px;
	font-weight: 600;
	line-height: 23px;
	letter-spacing: 0em;
}

#accordion-explore .card .card-body {
	color: var(--misaDarkGrayText);
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: -20px;
	margin-bottom: -15px;
}

.sector-modal-dialog .opp-contact-buttons div.btns {
	margin: 0 9px;
}

.opportunity-modal-dialog .modal-header h5 {
	text-transform: uppercase;
}

#mediaModal .mediaModal_section {
	max-width: 80%;
}

.opportunity-card {
	position: relative;
}

.opportunity-thumbimg {
	position: absolute;
	bottom: 12px;
	right: 20px;
	width: 125px;
	height: 125px;
	z-index: 0;
}

.map-data {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.targetDiv {
	display: none;
}

#neom {
	display: block;
}

.mega-giga-sectionWrapper {
	min-height: 1100px;
}

.newsDetails-carosel-wrapper {
	background-image: url(../img/keys_banner.png);
	background-size: cover;
	position: relative;
	padding: 65px 0px 100px;
}

.newsDetails-carosel .controls {
	position: relative;
}

.newsDetails-carosel .controls .carousel-control-prev,
.newsDetails-carosel .controls .carousel-control-next {
	width: 60px;
	background: var(--misaSecondColor);
	height: 60px;
	border-radius: 100px;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.newsDetails-carosel .controls .carousel-control-prev .carousel-control-prev-icon {
	background-image: url('../img/arrow_asset_left.png');
	width: 20px;
	height: 47px;
}

.newsDetails-carosel .controls .carousel-control-next .carousel-control-next-icon {
	background-image: url('../img/arrow_asset_right.png');
	width: 20px;
	height: 47px;
}

.carousel-dots {
	position: relative;
}

.carousel-dots .carousel-indicators {
	bottom: -60px;
}

.carousel-dots .carousel-indicators li {
	border-radius: 100px;
	width: 17px;
	height: 17px;
	border: 2px solid var(--misaSecondColor);
	background-color: transparent;
}

.carousel-dots .carousel-indicators li.active {
	background-color: var(--misaSecondColor);
}

.province_region_container {
	margin-top: 60px;
	position: relative;
}

.region_component {
	position: relative;
}

.region_component_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.region-wrapper {
	position: relative;
}

.region-wrapper-left {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 24%;
	top: 50%;
	z-index: 99;
	transform: translate(-50%, -50%);
}

.region-wrapper-right {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgb(0 0 0 / 50%);
	padding: 100px 50px;
	position: relative;
	text-align: center;
	margin-left: auto;
}

.region-wrapper-right h1 {
	color: var(--misaFirstColor);
	font-size: 35px;
	margin-bottom: 25px;
}

.region-wrapper-right h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 50px;
}

.box-inner {
	width: 500px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.box-num {
	display: inline-block;
	vertical-align: top;
	padding-top: 40px;
	padding-bottom: 65px;
	border-radius: 30px;
	width: 159px;
	height: 140px;
	margin-right: 37px;
	text-align: center;
	margin-bottom: 30px;
	background: #FFFFFF;
	box-shadow: 0px 30px 75px #00000029;
}

.box-num h4 {
	font-size: 27px;
	line-height: 30px;
	font-weight: 600;

	color: var(--misaFirstColor);
	text-align: center;
	padding-top: 0;
}

.box-num strong {
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;

	color: #025635;
	text-align: center;
}

.region-wrapper-right .know-more-btn {
	background: var(--misaSecondColor);
	border-radius: 27px;
	padding: 10px 20px;
	height: 45px;
	color: #fff !important;
	margin-bottom: 25px;
}

.region-map a path.outer,
.region-map a g,
.region-map a text {
	cursor: pointer;
}

.region-map a:hover path.outer {
	fill: var(--misaFirstColor)33;
}

.region-map a.active path.outer {
	fill: var(--misaFirstColor)99;
}

.Inc-mediaCenter-sectionwrapper h1.service-title {
	position: relative;
	color: var(--misaFirstColor);
	line-height: 50px;
	padding-bottom: 25px;
}

.Inc-mediaCenter-sectionwrapper h1 a.explore-btn {
	top: 0;
	padding: 13px 20px;
}

.Inc-mediaCenter-sectionwrapper h1 a.webinar-service-btn {
	top: auto;
}

.successstory-container .sucess_content h6.success-content-title {
	font-size: 28px;
	font-weight: 600;
	color: var(--misaFirstColor);
	line-height: 40px;
	text-transform: uppercase;
}

.video-inner-div {
	min-height: 300px;
	background-color: var(--misaFirstColor);
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #EEEEF6;
}

.page-newsevents-list-page .video-inner-div {
	min-height: 0px !important;
	background-color: #FFF !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	padding: 10px !important;
}

.video-inner-div h4 {
	font-size: 28px;
	font-weight: 600;
	color: var(--misaFirstColor);
	line-height: 40px;
	padding: 15px;
	text-transform: uppercase;
}

.announcementsBox {
	border-radius: 10px;
	background: rgba(0, 113, 77, 0.05);
	padding: 30px;
}

/*.resources-card-img{
    width: 151px;
    height: 136px;
}*/

.containerPadding {
	padding: 20px;
}

.page-newsevents-list-page .events-container .event {
	display: none;
}

.page-newsevents-list-page .loadNewsEventShowLessButton {
	background: #BF9B2E;
	border: none;
	cursor: pointer;
}

.page-newsevents-list-page .showMoreLessButtonContainer {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-newsevents-list-page .news-container .news {
	display: none;
}

@media (max-width: 768px) {
	.pageLabel--newseventslist .container.banner.homeLink {
		top: 66vh !important;
		left: 19px !important;
	}
}

.news-service-card .service-card {
	padding: 20px;
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom: 40px;
	background-color: #EEEEF6;
}

.news-service-card .service-card h3 {
	color: var(--misaFirstColor);
	margin-bottom: 0;
}

.news-service-card .service-card p {
	color: #707070;
	padding-top: 17px;
	padding-bottom: 24px;
	text-align: right;
}

.news-service-card .service-card-img {
	max-height: 285px;
}

.portal-guide {
	background: url('../img/Investor-guide/portal-guide-image.png') top center;
}

.portal-guide p {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;

	color: #FFFFFF;
	opacity: 1;
}

.invest_lic_outer,
.bussiness_lic_invest_outer {
	padding: 3em 0;
}

.invest_lic_outer h2 {
	color: #707070;
	font-size: 45px;
}

.invest_lic_outer .invest_lic_first_text {
	color: var(--misaFirstColor);
}

.invest_lic_outer p {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;

	color: #646464;
}

.invest_lic_outer p span {
	color: var(--misaFirstColor);
}

.yCmsComponent.col.invest_lic_inner p>span {
	display: block;
}

.invest_lic_inner {
	position: relative;
}

.invest_lic_inner p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;

	color: #646464;
	position: absolute;
	top: 50%;
	bottom: 50%;
	width: 25%;
	margin-left: 0;
	left: auto;
	right: 50%;
	text-align: right;
}

.bussiness_lic_invest_outer {
	background: url('../img/Investor-guide/What type of businesses background.jpg')no-repeat;
	background-size: cover;
	padding: 3em;
}

.bussiness_lic_invest_outer h2 {
	color: #707070;
	font-size: 45px;
	margin: 0;
	line-height: 1;
}

.bussiness_lic_img_inner {
	text-align: center;
	margin: -2em 0 2em 0;
}

.bussiness_lic_img_inner p {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 30px 75px #00000029;
	border-radius: 30px;
	text-align: center;
	height: 200px;
	width: 220px;
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 22px;
	line-height: 31px;
	font-weight: 600;

	color: #646464;
	padding: 2em 1em 0;
	line-height: normal;
	margin: auto;
}

.bussiness_lic_invest_inner button {
	background: var(--unnamed-color-00a6be) 0% 0% no-repeat padding-box;
	background: var(--misaSecondColor) 0% 0% no-repeat padding-box;
	border-radius: 27px;
	outline: none;
	border: none;
	color: #fff;
}

.download_btn button {
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;

	color: #FFFFFF;
	background: var(--misaSecondColor) 0% 0% no-repeat padding-box;
	border-radius: 27px;
	outline: none;
	border: none;
	cursor: pointer;
	padding: 6px 20px;
	margin: 0 8px;
}

.additional_lic_inner .download_btn button {
	margin-bottom: 15px;
}

.bussiness_lic_invest_outer h2 strong {
	color: var(--misaFirstColor);
	font-size: 90px;
}

.bussiness_lic_invest_outer h5 {
	text-align: left;
	font-size: 30px;
	line-height: 46px;
	font-weight: normal;

	color: #646464;
	padding: 1em 0 0;
	margin: 0;
}

.bussiness_lic_invest_inner {
	padding: 0 0 8em 0;
}

.bussiness_lic_invest_inner .bussiness_lic_img_inner img {
	max-width: 134px;
	position: relative;
	top: 4em;
}

.investor_lic_invest_inner .inner_box {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 30px 75px #00000029;
	border-radius: 30px;
	margin-top: 2.5em !important;
	padding: 2em;
	width: 100%;
	min-width: 100%;
	min-height: 450px;
	margin: auto;
	display: inline-block;
	word-break: break-word;
}

.inner_box p {
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;

	color: #025635;
}

.document_lic_inner {
	padding: 4em 0;
}

.document_lic_inner .invest_lic_inner p {
	position: absolute;
	top: 40%;
	bottom: 50%;
	width: 50%;
	margin-right: 0;
	left: auto;
	right: 43%;
	font-size: 35px;
	line-height: 47px;
	font-weight: normal;

	color: var(--misaFirstColor);
	text-align: right;
}

.document_lic_box {
	text-align: left;
	display: flex;
}

.document_lic_box p {
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;

	color: #373737;
	text-align: right;
}

.document_lic_box {
	text-align: right;
	display: flex;
	margin: 3em 0 0;
	padding: 0 2em;
}

.document_lic_inner_right {
	border-right: 2px #cacaca dashed;
}

.document_lic_inner_right-Span {
	text-align: right;
	float: right;
	padding: 0 1.5em;
	font-size: 26px;
	margin-bottom: 25px;
	font-weight: 500;
}

.additional_lic_inner {
	background: url('../img/Investor-guide/additional_background_image.jpg')no-repeat;
	background-size: cover;
	padding: 3em;
	margin-top: 3em;
}

.inner_box:hover {
	color: #fff !important;
	background: var(--misaSecondColor);
	transition: 3ms ease;
	width: 100%;
}

.additional_lic_inner .inner_box {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 30px 75px #00000029;
	border-radius: 30px;
	margin-top: 3em !important;
	padding: 2em;
	max-width: 95%;
	margin: auto;
}

.additional_lic_inner .inner_box:hover {
	color: none !important;
}

.additional_lic_inner_box h6 {
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;

	color: var(--misaFirstColor);
	padding: 1em 0;
	width: 80%;
	margin: auto;
}

.additional_lic_inner_box ul {
	text-align: right;
	font-size: 25px;
	line-height: 46px;
	font-weight: 600;

	color: #373737;
}

.top_offset {
	margin-top: 10em;
}

.additional_lic_inner .download_btn {
	margin: 3em 0 0;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}

.investor_journey_inner p {
	position: absolute;
	top: 20%;
	bottom: 50%;
	width: 50%;
	margin-left: 0;
	left: auto;
	right: 43%;
	font-size: 35px;
	line-height: 47px;
	font-weight: normal;

	color: var(--misaFirstColor);
	text-align: right;
}

.investor_journey_inner p strong {
	font-size: 35px;
	line-height: 47px;
	font-weight: 600;

	color: #025635;
}

.investor_journey_inner_right .document_lic_box p {
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;

	color: #373737;
	margin: 15px 0px;
	text-align: right;
}

.document_lic_box {
	display: block;
}

.investor_journey_inner_right .document_lic_box strong {
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;

	color: var(--misaFirstColor);
	text-transform: capitalize;
	display: block;
	margin-bottom: 10px;
}

.investor_journey_inner_right {
	border-right: 2px dashed #025635;
}

.investor_journey_inner_right .document_lic_box {
	margin: 0 0 3em 0;
}

.investor_lic_invest_inner .inner_box:hover .hover_box,
.investor_lic_invest_inner .inner_box:hover .hover_box p {
	display: block;
	word-break: break-word;
}

.hover_box {
	display: none;
	position: absolute;
	top: 0;
	color: #fff;
	width: 100%;
	height: 100%;
	left: 0;
	padding: 7px;
}

.investor_lic_invest_inner {
	padding: 0 0 8em 0;
	max-width: 85%;
	margin: auto;
	margin-bottom: 90px;
}

.investor_lic_invest_inner .inner_box:hover img,
.investor_lic_invest_inner .inner_box:hover p {
	display: none;
}

.investor_lic_invest_inner .hover_box_inner {
	height: -webkit-fill-available !important;
}

.investor_lic_invest_inner .hover_box {
	margin: 0 !important;
}

.hover_box_inner {
	display: inline-table;
}

.hover_box_inner_child {
	display: table-cell;
	vertical-align: middle;
}

.hover_box_inner_child small {
	font-size: 16px;
}

.INS_sections_insdetials {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
}

#loan-program {
	margin-top: -6%;
}

.INS_para {
	text-align: center;
	font-size: 20px;
	font-weight: 600;

	color: #707070;
}

.INS_header_golden {
	text-align: center;
	font-size: 34px;
	font-weight: 600;

	color: var(--misaFirstColor);
	text-transform: uppercase;
}

.INS_header_para {
	text-align: center;
	font-size: 25px;

	color: #707070;
}

.INS_center_wm0 {
	width: 100%;
	margin: 0px auto;
}

.INS_loanpbm_header {
	text-align: center;
	font-size: 25px;
	font-weight: 600;

	color: var(--misaFirstColor);
}

.INS_loanpbm_para {
	text-align: left;
	font-size: 20px;
	font-weight: 600;

	color: #707070;
}

.INS_loan_bg {
	background-image: url(../img/Investor/Loan_program_background.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 50px 10px 0px;
}

.alink {
	text-align: center;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;

	color: var(--misaSecondColor);
	text-transform: uppercase;
}

.INS_attractive .INS_shadow_pad {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 12px 25px #00000029;
	border-radius: 25px;
	padding: 20px;
	height: 100%;
}

.INS_energynutil .INS_shadow_pad {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 12px 25px #00000029;
	border-radius: 25px;
	padding: 20px;
	height: 150px;
}

.INS_shadow_pad {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 12px 25px #00000029;
	border-radius: 25px;
	padding: 20px;
	height: 100%;
}

.INS_EnergynUtil_bg {
	background-image: url(../img/Investor/Energy_&_utility_enablement_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 50px 10px;
}

.INS_attractive_bg {
	background-image: url(../img/Investor/Attractive_property_solutions_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 50px 10px;
}

.INS_padding_tax_word {
	padding: 60px;
	padding-left: 45px;
}

.INS_tax_bg_linear {
	background: linear-gradient(to right, #ffffff 15%, #ffffff 5%, #ffffff 25%, #ececec 10%, #ececec 15%, #ececec 30%);
}

.INS_tax_pos_image {
	position: relative;
	margin-top: -55px;
}

ul.INS_list_font li {
	text-align: left;
	font-size: 20px;
	font-weight: 600;

	color: #707070;
}

ul.INS_list_font {
	padding-inline-start: 20px;
}

.INS_rowcenter {
	text-align: center;
	justify-content: center;
}

.INS_col_loanpbm {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 33.33%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
}

.INC-main-item-box {
	min-height: 14rem;
	justify-content: center;
	align-items: center;
	display: flex;
}

@media only screen and (max-width: 600px) {
	.INS_col_loanpbm {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.INS_img_width {
	height: 110px;
}

.INS_financial_header {
	text-align: center;
	font-size: 25px;

	color: #025635;
	text-transform: capitalize;
	padding-bottom: 50px;
}

.INS_financial_paddding {
	padding: 0px 80px;
}

.INS_financial_para {
	text-align: center;
	font-size: 20px;
	font-weight: 600;

	color: #707070;
}

.INS_border_right {
	border-left: 1px solid #C1C1C1;
}

.INS_financial_imageheight {
	height: auto;
}

.INS_tax_imageshadow {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 35px #00000029;
	border: 1px solid #CCCCCC;
}

.INS_tax_headeron {
	font-size: 25px;

	color: #707070;
}

.INS_tax_headeron_para {
	font-size: 20px;

	color: #707070;
}

.INS_smes_headeron {
	font-size: 25px;
	font-weight: 600;
	text-align: left;

	color: #025635;
}

.INS_smes_headeron_para {
	font-size: 20px;
	font-weight: 600;

	color: #707070;
}

.INS_smes_imageshadow {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 35px #00000029;
	border: 1px solid #CCCCCC;
}

.INS_padd_Smes_20 {
	padding: 20px;
}

.INS_padding_Smes_word {
	padding: 60px;
}

.INS_SEMS_BG_center {
	background-image: url('../img/Investor/SMES_ECOSYSTEM_STIMULUS.jpg');
	background-size: 100% 100%;
	background-position: center;
	height: 365px;
}

.INS_SEMS_BG_center_export {
	background-image: url('../img/Investor/bg.jpg');
	background-size: 100% 100%;
	background-position: center;
	height: 365px;
}

.INS_SEMS_Credit_header {
	text-align: left;
	font-size: 25px;
	font-weight: 600;

	color: #707070;
}

.INS_SEMS_Credit_para {
	text-align: left;
	font-size: 20px;
	font-weight: 600;

	color: #707070;
}

.INS_center_Credit {
	top: 60%;
	position: relative;
	width: 100%;
	/* margin: 0px auto; */
}

.INS_EPM_SP_header {
	text-align: center;
	font-size: 20px;
	font-weight: bold;

	color: #707070;
}

.INS_EPM_nav .INS_EPM_border_set {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #CCCCCC;
	border-radius: 25px;
	height: 100%;
}

.INS_EPM_nav .nav-tabs .nav-item.show .nav-link,
.INS_EPM_nav .nav-tabs .nav-link.active {
	color: #49505700;
	background-color: #ffffff00;
	border-color: #dee2e6 #dee2e6 #fff;
	border: 0px;
}

.INS_EPM_nav .nav-tabs .nav-link:focus,
.INS_EPM_nav .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6;
	border: 0;
}

.INS_Tab_pane_Show {
	background-image: url('../img/Investor/Employment support program-background.jpg');
	background-size: 100% 100%;
	background-position: center;
}

.INS_EPM_nav .nav-pills .nav-link.active,
.INS_EPM_nav .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff00;
	position: relative;
}

.INS_EPM_nav .nav-pills .nav-link {
	position: relative;
	height: 100%;
}

.INS_EPM_nav .nav-pills .nav-item {
	width: 25%;
}

.INS_aLINK_i {
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;

	color: #FFFFFF;
	text-transform: uppercase;
}

.INS_li_ul_under {
	text-align: left;
	font-size: 16px;
	font-weight: normal;

	color: #FFFFFF;
}

.INS_letter_set_para {
	text-align: left;
	font-size: 20px;
	font-weight: normal;

	color: #FFFFFF;
}

.INS_letter_set_header {
	text-align: left;
	font-size: 25px;
	font-weight: bold;

	color: #FFFFFF;
}

.INS_EPM_nav .nav-pills .nav-link:after {
	content: '+';
	position: absolute;
	bottom: 0;
	left: 40%;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	color: var(--misaSecondColor);
	font-size: 42px;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	display: flex;
	bottom: -20px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 10px #0000007D;
}

.INS_EPM_nav .nav-pills .nav-link.active:after {
	content: '-';
	position: absolute;
	background: var(--misaSecondColor) 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 10px #0000007D;
	color: #ffffff;
	left: 45%;
}

.nav-link.active .INS_EPM_border_set {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 25px #00000029;
	border: 2px solid var(--misaSecondColor);
	border-radius: 25px;
}

.INC-banner-portal {
	background: url('../img/Investor/Banner-Incentives-for-investors.jpg') top center;
}

.INLS_popover_word {
	text-align: center;
	font-size: 20px;
	font-weight: 600;

	color: #025635;
}

.INLS_popover_alink {
	text-align: center;
	text-decoration: underline;
	font-size: 16px;
	font-weight: 600;

	color: var(--misaSecondColor);
}

.popover {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 12px 53px #00000029;
	border-radius: 25px;
}

.INDS_BG_none {
	background: none !important;
}

.INDS_Border_blue {
	border: 1px solid var(--misaSecondColor);
}

.INDS_margin_leftn40 {
	margin-left: -40px;
}

.logis_show {
	cursor: pointer;
}

.logis_show:active path {
	fill: var(--misaFirstColor);
}

.INL_table .table td,
.INL_table .table th {
	padding: 3px 5px !important;
}

.Inc_two_width_2 ul {
	width: 80%;
	display: flex;
	margin: 0px auto;
}

.Inc_two_width_2 ul li.nav-item {
	width: 50%;
}

ul.INS_list_font li {
	list-style-type: disc !important;
}

.INS_loanpbm_para {
	margin-top: 20px;
	margin-bottom: 20px;
}

.INS_EPM_nav .nav-pills .nav-link.active:after {
	left: 40%;
}

ul.INS_li_ul_under li {
	list-style-type: disc !important;
}

.INS_EPM_nav .nav-pills .nav-link:after {
	justify-content: center;
	align-items: end !important;
}

.INS_margin_hed {
	margin: 40px 20px;
}

.hover_box_inner_child P {
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 28px;
}

.INC_Box_set {
	margin: 20px 10px 0px 30px;
	text-align: left;
}

@media (max-width:1140px) and (min-width:962px) {
	.panel-box h3.count {
		font-size: 20px;
		font-weight: 600;
		text-align: center;
		line-height: 20px;

		color: #025635;
		padding-bottom: 15px;
	}

	.panel-box p.desc {
		font-size: 15px;
		font-weight: normal;
		line-height: 20px;
		color: #025635;
		margin: 0;
		width: 100%;
		padding: 0 20px;
	}

	.page-regional-hq .tab-content {
		width: 93%;
		left: 0;
	}

	.page-regional-hq .RHQ_contact_bg #pills-tabContent {
		height: auto;
		min-height: unset;
		background: transparent;
	}

	.page-regional-hq .contact-accordion .btn {
		white-space: unset;
		text-align: left;
		font-size: 16px !important;
		text-decoration: none;
	}

	.page-regional-hq .contact-accordion .card-body {
		font-size: 14px;
	}

	.page-regional-hq .RHQ_contact_bg {
		padding: unset;
	}

	.page-regional-hq .contactus-content h5 {
		position: unset !important;
		font-size: 27px;
		padding: 0 15px;
		width: 100%;
	}

	.page-regional-hq .RHQ_riyadh_province_detaisl .d-flex.rhq-map-info-wrapper {
		display: grid !important;
		grid-template-columns: auto auto auto;
	}

	.page-regional-hq .support-setting-view .panel-box ul.list {
		padding: 0 15px !important;
	}

	.page-media-center .Inc-mediaCenter-sectionwrapper h1.title {
		font-size: 37px;
	}

	#News_press {
		height: 76vh;
	}

	#News_press .carousel-item {
		min-height: unset;
		height: 410px;
	}

	#News_press .carousel-item .mask {
		height: unset;
		min-height: unset;
	}

	#News_press .News_Press_Releases {
		font-size: 32px;
		margin-bottom: 50px;
		margin-top: 15px;
	}

	#News_press .carousel-item .mask .News_press_bgwhite {
		height: unset;
		min-height: 235px;
	}

	#News_press .carousel-item img {
		width: 100% !important;
		height: 100%;
		position: absolute;
		object-fit: cover;
	}

	.page-saudi-economic-sectors .INL_SD_Real_Sector_header_green {
		height: unset;
	}
}

@media (max-width:1024px) and (min-width:992px) {
	.page-sector-details .Inc-energyoppertunities .Inc-title-header {
		height: unset;
	}

	.page-sector-details .Inc-sectordetail-overview p {
		width: 100%;
	}

	.page-sector-details .Inc-sector-explorer h1 {
		width: 100%;
		height: auto;
		min-height: unset;
		font-size: 30px;
		line-height: 40px;

		padding: 0 15px;
	}

	.page-sector-details .Inc-sectordetail-overview h1,
	.Inc-sectordetail-overview h3 {
		width: 100%;
		height: auto;
		min-height: unset;
		font-size: 30px !important;
		line-height: 40px;

		padding: 0 15px;
	}

	.page-sector-details .Inc-sector-sucessStories-header {
		width: 100%;
		height: auto;
		min-height: unset;
		font-size: 30px;
		line-height: 40px;

		padding: 0 15px;
	}

	.page-sector-details .successstory-container .sucess_section .sucess_content p {
		font-size: 18px;
		font-weight: unset;
		line-height: 24px;
	}

	.page-sector-details .meet-kingdom-control .carousel-control-next img,
	.page-sector-details .meet-kingdom-control .carousel-control-prev img {
		width: 65px;
	}

	.page-sector-details .sector-tab-content.sector-opp-card .card-header a {
		font-size: 20px;
		line-height: 24px;
	}

	.page-sector-details .Inc-sector-keyFacts ul.keyFacts li span.unit {
		font-size: 30px !important;
		line-height: 40px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.page-sector-details .Inc-fearured-opp-headtitle {
		font-size: 19px;
		min-height: unset;
		height: unset;
	}

	.page-sector-details .Inc-fearured-opp-type {
		font-size: 18px;
		line-height: 40px;
	}

	.page-sector-details .Inc-sector-keyDetails ul li {
		font-size: 16px;

		line-height: 24px;
	}

	.page-sector-details .Inc-sectordetails-tab ul li a {
		font-size: 20px;
	}

	.page-sector-details .Inc-sectoritem-overview h3 {
		width: 100%;
		height: auto;
		min-height: unset;
		font-size: 30px;
		line-height: 40px;

		padding: 0 15px;
	}

	.page-sector-details .Inc-sectoritem-overview p {
		font-size: 16px;
		color: #646464;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}

	.page-sector-details .Inc-sector-keyDetails p {
		font-size: 16px;
		color: #646464;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}

	.page-sector-details .val-header h1 {
		width: 100%;
		height: auto;
		min-height: unset;
		font-size: 30px;
		line-height: 40px;

		padding: 0 15px;
	}

	.page-sector-details .Inc-sector-keyDetails p:before {
		top: 9px;
	}

	.page-portal-homepage .contactus-content a.txt-link img {
		padding-left: 11px;
		padding-top: 5px;
	}

	.page-portal-homepage .explore-key-section .reasons .get-explore-btn {
		font-size: 16px;
		font-weight: unset;

		line-height: 19px;
	}

	.page-portal-homepage .contactus-content a.txt-link {
		font-size: 16px;
		font-weight: unset;
		justify-content: space-evenly;
		align-items: center;

		line-height: 19px;
		height: 60px;
		padding: 15px 50px;
		display: flex;
		width: fit-content;
	}

	.page-portal-homepage .fo-container .explore-all .get-explore-btn {
		font-size: 16px;
		font-weight: unset;

		line-height: 19px;
	}

	.page-portal-homepage #incentiveforinvestors .explore-btn {
		font-size: 16px;
		font-weight: unset;

		line-height: 19px;
	}

	.page-portal-homepage #mg .explore-btn {
		font-size: 16px;
		font-weight: unset;

		line-height: 19px;
	}

	.page-portal-homepage .newsAndUpdateContainer .titleContainer .explore-btn {
		font-size: 16px;
		font-weight: unset;

		line-height: 19px;
	}

	.page-portal-homepage .swiper-about p {
		font-size: 16px;
		line-height: 28px;
		font-weight: unset;
	}

	.page-portal-homepage .where-to-invest .title-heading {
		font-size: 30px;
		line-height: 34px;

	}

	.page-portal-homepage .feature_totitle {
		font-size: 30px;
		line-height: 34px;

	}

	.page-portal-homepage #newsandupdates .titleContainer .title-heading .section-title {
		font-size: 30px;
		line-height: 34px;

	}

	.page-portal-homepage .card h4 {
		font-size: 16px;
	}

	.page-portal-homepage .sector-box .section-title h4 {
		font-size: 30px;

		line-height: 40px;
	}

	.page-portal-homepage .title-heading,
	.page-portal-homepage .mg-container .section-title h2 {
		font-size: 30px;

		line-height: 40px;
	}

	.page-portal-homepage .sector-box .section-title p {
		font-size: 16px;
		line-height: 24px;

		padding-bottom: 25px;
	}

	.page-portal-homepage .section-title .know-more {
		font-size: 15px;
		font-weight: unset;
	}

	.page-portal-homepage .section-counts h5 {
		font-size: 30px;
		line-height: 40px;
	}

	.page-portal-homepage #mg .project-info h4 {
		font-size: 30px;
		line-height: 40px;
	}

	.page-portal-homepage .successstory-container .section-title h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.page-portal-homepage #mg .project-info p {
		font-size: 15px;
		line-height: 25px;

	}

	.page-portal-homepage .successstory-container .sucess_section .sucess_content p {
		font-size: 16px;
		line-height: 25px;

	}

	.page-portal-homepage #incentiveforinvestors .features-1 .inc-card p {
		font-size: 16px;
		line-height: 25px;

	}

	.page-contact-us .contact-map h1 {
		font-size: 25px;
		line-height: 30px;
		font-weight: unset;
		margin-bottom: 15px;
	}

	.contactpage-form .tab-content .contact-text h3 {
		font-size: 18px;
		line-height: 20px;
	}

	.contactpage-form .tab-content .contact-text h3:nth-child(2) {
		font-weight: bold;
		font-size: 16px;
	}

	.contact-map-tab li.nav-item a.nav-link {
		padding: 10px;
		font-size: 11px;
	}

	.contactpage-form .tab-content h3 {
		font-size: 15px;
		line-height: 25px;
		font-weight: unset;
	}

	.contactpage-form .tab-content h2 {
		font-size: 30px;
		padding: 0 15px;

	}

	.contactpage-form .contact-accordion .card-header h5 button.btn.btn-link {
		white-space: unset;
		font-size: 15px;
		line-height: 22px;
		padding-right: 10px;
		text-align: left
	}

	.contactpage-form .contact-accordion .card-body {
		font-size: 17px;
	}

	.page-province .key-fact-box img {
		width: 80px;
	}

	.page-province .content-area .sub-sectors h6 {
		font-size: 27px;
		text-align: center;
	}

	.page-province .key-strength-box .overlay-txt {
		bottom: 90px;
		font-size: 15px;
		line-height: 22px;
		font-weight: unset;
		padding: 0 15px;
	}

	.page-province .title-area .title-heading {
		font-size: 27px;
		padding-top: 0;
	}

	.page-province .banner-section h2 {
		font-size: 15px;
		line-height: 24px;
		font-weight: unset;
	}

	.page-province .province-container {
		margin-top: 0 !important;
	}

	.page-province .strategic-sector-sWrapper .content-area p {
		font-size: 15px;
		padding: 0 !important;
		font-weight: unset;
		text-align: center;
		line-height: 24px;
	}

	.strategic-sector-sWrapper .area .sec-area strong {
		font-size: 25px;
		line-height: 28px;
	}

	.strategic-sector-sWrapper .area .sec-area p {
		font-size: 15px;
		line-height: 19px;
	}

	.page-province .content-area .sub-sectors ul li img {
		width: 60px;
	}

	.page-province .content-area .sub-sectors ul li strong {
		font-size: 15px;
		line-height: 19.5px;
		font-weight: unset;
	}

	.page-province .key-fact-box h3 {
		font-size: 25px;
		line-height: 28px;
	}

	.page-province .key-fact-box p {
		font-size: 15px;
		line-height: 22px;
		font-weight: unset;
	}

	.search-reports-container input[type=search],
	.search-reports-container input[type=text],
	.page-opportunity-search .opp-search-container input[type=search],
	.page-opportunity-search .opp-search-container input[type=text] {
		font-size: 14px;
		height: 45px;
		padding-left: 35px;
	}

	.search-reports-container .a-search img,
	.page-opportunity-search .a-search img {
		margin-top: -8px;
		width: 14px;
	}

	.search-reports-container .search-btn,
	.page-opportunity-search .opp-search-btn {
		height: 45px;
		top: 0;
		right: 16px;
		font-size: 14px;
	}

	.search-reports-container .reset-search,
	.page-opportunity-search .opp-search-container .reset-search {
		font-size: 10px;
		line-height: 12px;
	}

	.page-opportunity-search .opp-filter-btn {
		height: 45px;
		font-size: 14px;
	}

	.page-opportunity-search .sectors-opp {
		padding: 15px;
		padding-bottom: 15px !important;
	}

	.page-opportunity-search .section-headline {
		margin: 20px 0 !important;
		padding: 0 15px;
		font-size: 30px;
		line-height: 40px;
	}

	.page-opportunity-search .all-opportunity-description-text {
		font-size: 14px !important;
		line-height: 24px;
	}

	.page-opportunity-search .opportunity-card .opp-headtitle {
		font-size: 22px;
		line-height: 27px;
		font-weight: unset !important;
		height: unset;
		min-height: unset;
		word-break: unset;
	}

	.page-opportunity-search .opportunity-card .opp-type {
		font-size: 18px;
		line-height: 40px;
		font-weight: unset !important;
		height: unset;
		min-height: unset;
	}

	.page-opportunity-search .opportunity-card .know-more-btn,
	.page-opportunity-search .opportunity-card .interest-btn {

		line-height: 19px;
	}

	.page-opportunity-search .opportunity-card .content-box {
		min-height: 273px;
		box-shadow: 0px -3px 75px #00000029;
	}

	.page-opportunity-search .sectors-list {
		padding: 0;
	}

	.page-opportunity-search .sectors-opportunity .sectors-list .sector-btn {
		margin: 15px 0;
		padding: 15px 15px;
		height: auto;
		font-size: 15px;
		width: 46%;
		margin-right: 3% !important;
		border-radius: 7px;
		min-height: 100px;
	}

	.page-opportunity-search .sectors-opportunity .sectors-list .sector-btn:first-child {
		position: relative;
		top: 29px;
	}

	.page-opportunity-search .opp-sector-item-icon {
		width: 40px;
		height: 40px;
	}

	.page-opportunity-search .filter-buttons .btn {
		font-size: 16px;
		height: 45px;
		width: 35%;
		margin: auto auto 20px auto;
		padding: 0;
	}

	.page-opportunity-search .opp-filter-btn {
		margin-top: 0;
		width: auto;
	}

	.page-opportunity-search .filter-buttons {
		display: inline-block;
		margin: auto;
		margin: auto;
		width: 100%;
	}

	.Inc-baner-btnwraper {
		flex-direction: unset;
		display: flex !important;
	}

	.sectors-content h1.clr_gld.section-headline.my-2 {
		font-size: 30px;
		line-height: 40px;
		color: var(--misaFirstColor);
	}

	.sectors-content .opportunity-productData-description p {
		font-size: 15px !important;
		line-height: 24px;
	}

	h3.section-headline {
		font-size: 30px;
		line-height: 40px;
		padding: 0 15px;
	}

	.sectors-content .opportunity-productData-description ul {
		padding: 15px;
	}

	.opportunity-productData-description .bulled-list li span {
		font-size: 15px !important;
		line-height: 24px;
	}

	.opportunity-contact .heading {
		font-size: 30px !important;
		line-height: 40px;
	}

	#corForm .form-group.form-floating.col-md-6.form-normal-item .control-label {
		font-size: 15px;
		transform: translate3d(0, 11px, 0) scale(1);
	}

	#corForm .form-group.focused .control-label {
		transform: scale(0.75) !important;
		top: -1px;
	}

	#corForm .form-normal-item-select select {
		padding: 0px 34px 0;
		height: 48px !important;
		font-size: 14px;
	}

	#corForm .control-label {
		font-size: 15px;
	}

	#corForm .form-group.form-floating.col-md-6.form-normal-item input {
		padding: 15px 34px 15px;
		height: 48px;
		font-size: 14px;
	}

	#corForm .form-normal-item-select .caret {
		top: 20px;
	}

	#corForm .ddl-countryCode.form-control {
		padding-left: 50px !important;
	}

	.page-meet-the-kingdom .key-reason-invest .count-block p {
		font-weight: unset;
		font-size: 15px !important;
		line-height: 24px;
	}

	.page-meet-the-kingdom .title-area .title-heading {
		font-size: 30px;
		line-height: 40px;

		font-weight: unset;
		padding: 15px 15px;
	}

	.page-meet-the-kingdom .title-area h2.title-heading {
		color: #484848;
	}

	.page-meet-the-kingdom .economic-overview .panel-box h3.count {
		font-size: 25px;
		line-height: 40px;
	}

	.page-meet-the-kingdom .key-reason-card .card-header {
		border-bottom: unset;
		font-size: 14px;
	}

	.page-meet-the-kingdom .key-reason-invest .tab-content h1,
	.key-reason-invest .tab-content h2 {
		font-size: 25px;
		font-weight: unset;
		line-height: 39px;
		padding: 0 15px;
	}

	.page-meet-the-kingdom .key-reason-invest .count-block h5 {
		font-size: 30px !important;
		line-height: 40px;
	}

	.page-meet-the-kingdom .mega-giga-title-container .title-area h3 {
		font-size: 15px;
		line-height: 24px;
		padding-bottom: 15px !important;
		padding: 0 15px;
	}

	.page-meet-the-kingdom .mega-giga-container .content-area h3 {
		font-size: 20px;
		line-height: 26px;
		font-weight: unset;
	}

	.page-meet-the-kingdom .mega-giga-container .content-area h4 {
		font-size: 15px;
		line-height: 24px;
		font-weight: unset;
	}

	.page-meet-the-kingdom .mega-giga-container .content-area h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.page-meet-the-kingdom .mega-giga-container .content-area p {
		font-size: 15px;
		line-height: 19px;
	}

	.page-meet-the-kingdom .successstory-container .sucess_section .sucess_content h2 {
		font-size: 18px;
		text-align: center;
	}

	.page-meet-the-kingdom .successstory-container .sucess_section .sucess_content p {
		font-size: 18px;
		text-align: center;
	}

	.page-meet-the-kingdom .js-responsive-image.achievement_header_icon.position-absolute {
		display: none;
	}

	/*page-meet-the-kingdom  05Nov L End*/
	/* 05Nov L sector*/
	.page-sectors-opportunities .Inc-sector-content h4 {
		font-size: 15px;
		line-height: 24px;
	}

	.page-sectors-opportunities section {
		padding: 30px 0;
	}

	.page-sectors-opportunities .Inc-sector-content {
		padding-bottom: 0;
	}

	.page-sectors-opportunities .investment-hub-container .what-do-section h2 {
		font-size: 30px;
	}

	.page-sectors-opportunities .investment-hub-container .what-do-section h5 {
		font-size: 15px;
		line-height: 24px;
	}

	.page-sectors-opportunities .investment-hub-container .what-we-do {
		padding-top: 0;
	}

	.page-sectors-opportunities .fo-container .titleArea .feature_totitle {
		font-size: 30px;
		line-height: 40px;
	}

	.banner-section h2 {
		font-size: 16px;
		font-weight: unset;
		padding: 0 15px;
	}

	.banner-section h1 {
		font-size: 30px;
		font-weight: unset;
		padding: 0 15px;
		line-height: 30px;
	}

	body.page-living-in-saudi .achievement_header h1 {
		font-size: 30px;
	}

	body.page-living-in-saudi .achievement_header .achievement_header_icon {
		width: 50px;
	}

	body.page-living-in-saudi .achievements_points h1 {
		font-size: 30px;
	}

	.region-wrapper-right h3 {
		font-size: 15px;
		font-weight: unset;
		line-height: 25px;
	}

	.region-wrapper-right h1 {
		font-size: 30px;

		line-height: 40px;
		text-transform: uppercase;
	}

	.page-province-region-homepage .region-wrapper-right .box-inner {
		width: 100%;
		grid-gap: 20px;
	}

	.page-province-region-homepage .region-wrapper-right .box-num {
		width: 46%;
		height: auto;
		margin-right: 3%;
		margin-bottom: 15px;
		min-height: 163px;
		padding: 15px;
	}

	.page-province-region-homepage .region-wrapper-right .box-num h4 {
		font-size: 25px;
		line-height: 30px;
	}

	.page-province-region-homepage .region-wrapper-right .know-more-btn {
		margin-bottom: 0;
		margin-top: 25px;
	}
}



.nav-item.dropdown .dropdown-toggle[aria-expanded="true"] {
	color: var(--misaSecondColor);
}

@media (max-width:1000px) and (min-width:641px) {
	.footerContent .f-coll .display-7 {
		font-size: 18px;
	}

	.footerContent .f-coll .link,
	.footerContent .f-coll ul li a {
		font-size: 12px;
		font-weight: unset;
	}

	.mobile-nav-active .mobile-nav-toggle,
	.mobile-nav-active .mobile-nav-toggle.page-scrolled {
		background-image: url("../img/close_white.svg");
		background-repeat: no-repeat;
	}

	.dropdown-menu.dropdown-large {
		border: 0px solid transparent !important;
		width: 100%;
	}

	.dropdown-menu.dropdown-large>.row.g-3 {
		justify-content: space-between;
		padding-left: 34px;
		padding-right: 35px;
	}

	.menu-img-item img {
		padding: 10px;
	}

	.menu-img-item p {
		padding: 10px;
	}

	.nav-item.dropdown .dropdown-toggle[aria-expanded="true"] {
		color: var(--misaSecondColor);
	}

	.nav-item.dropdown {
		border-bottom: 1px solid #868686
	}

	.mobile-nav ul {
		padding: 0;
	}

	.nav-item.dropdown .dropdown-toggle::after {
		position: absolute;
		left: 4px;
		top: 21px;
	}
}

.sucess-slider-contols {
	z-index: 1 !important;
}

.page-regional-hq .regional-panel {
	z-index: 1 !important;
}

.aboutusContainer .our-values h2 {
	z-index: 1;
}

@media (max-width: 768px) {

	.aboutInvestinSaudi-toptext,
	.aboutInvestinsaudi-goalsection,
	.aboutInvestinsaudi-ourvalues,
	.aboutInvestinsaudi-whatWedo {
		padding-top: 0px;
		padding-bottom: 20px;
	}

	.page-about-invest-saudi .banner-section h1 {
		font-size: 36px;
	}

	.aboutusContainer h2 {
		font-size: 20px;
	}

	.aboutInvestinSaudi-toptext .section-item .section-desc p {
		font-size: 17px;
		line-height: 25px;
	}

	.aboutusContainer .section-item {
		position: relative;
		padding: 25px 10px 5px;
	}

	.aboutInvestinsaudi-goalsection .goal h4 {
		font-size: 24px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.aboutInvestinsaudi-goalsection .goal {
		height: auto;
		padding: 20px 0;
	}

	.aboutInvestinsaudi-goalsection .goal p {
		font-size: 17px;
		line-height: 25px;
		color: #646464;
	}

	.aboutusContainer .section-goal .yCmsComponent:nth-child(1).goal {
		margin-top: 10px;
	}

	.aboutInvestinsaudi-goalsection .goal img {
		margin-top: 0px !important;
		height: 60px !important;
	}

	.aboutusContainer .our-values h2 {
		z-index: 1;
		margin-bottom: 5px;
		padding-top: 30px;
		font-size: 28px;
	}

	.our-values-column .icon-box .icon img {
		height: 60px !important;
	}

	.our-values-column .icon-box .icon {
		padding-right: 0px !important;
	}

	.aboutusContainer .our-values .icon-box .icon-desc h4 {
		font-weight: bold;
		font-size: 24px;
		line-height: 24px;
		padding-bottom: 10px;
	}

	.aboutusContainer .our-values .icon-box .icon-desc p {
		font-weight: normal;
		font-size: 17px;
		line-height: 25px;
		color: #646464;
	}

	.aboutInvestinsaudi-whatWedo h2 {
		padding-top: 0;
		padding-bottom: 10px;
	}

	.aboutusContainer .what-do-section h2 {
		font-weight: 600;
		font-size: 28px;
		line-height: 30px;
		padding-top: 0px;
		padding-bottom: 10px;
	}

	.aboutusContainer .what-do-section .what-we-do .panel img {
		height: 60px;
	}

	.aboutusContainer .what-do-section .what-we-do .panel p {
		font-weight: normal;
		font-size: 17px;
		line-height: 25px;
		color: #646464;
	}

	.aboutusContainer .what-do-section .what-we-do .panel {
		padding-top: 30px;
	}

	.aboutInvestinsaudi-whatWedo .section-bg {
		padding-bottom: 50px;
	}
}

@media (max-width: 991px) {
	.aboutInvestinsaudi-goalsection .goal {
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.aboutusContainer .section-goal {
		margin-bottom: 0px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.aboutInvestinSaudi-toptext .section-item .section-img {
		height: 450px;
	}

	.our-values-column .icon-box {
		text-align: right;
	}
}

.chart-bottom-link .anchor-link {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: right;

	color: var(--misaSecondColor);
	text-decoration: underline;
}

.chart-bottom-link .anchor-link span {
	text-transform: uppercase;
}

.bs-popover-right {
	z-index: 99;
}

@media (min-width: 962px) and (max-width: 1299px) {
	.page-economic-highlights .economic-dashboard-container .o-stories__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

#News_press .carousel-item img {
	width: 100% !important;
	position: absolute;
	height: -webkit-fill-available;
	object-fit: cover;
}

.page-details-banner .banner-image {
	height: -webkit-fill-available;
	object-fit: cover;
}

@media (min-width: 641px) and (max-width: 767px) {
	.page-opportunity-search .opp-filter-btn {
		margin-top: 15px !important;
	}

	.page-saudi-economic-sectors .realSectorDiv {
		height: unset !important;
		position: relative;
		top: 25% !important;
		display: unset !important;
		vertical-align: unset !important;
		transform: unset !important;
	}

	.page-saudi-economic-sectors .posRelDiv {
		position: relative;
	}

	.mobArrowDiv {
		text-align: center;
		transform: rotate(90deg);
	}
}

@media (min-width: 601px) and (max-width: 1500px) {
	.hexagon-portal figure h2 {
		font-size: 12px;
	}
}

@media (min-width: 1100px) {
	.hexFix article:last-child {
		margin: calc(var(--size) * -0.5) calc(var(--size) * -0.20) 0 calc(var(--size) * 0.70);
		position: relative;
		left: 12%;
	}
}

@media (min-width: 601px) and (max-width: 1099px) {
	.hexagon-portal figure h2 {
		font-size: 12px;
	}

	.hexFix article:last-child {
		margin: calc(var(--size) * -0.5) calc(var(--size) * -0.20) 0 calc(var(--size) * 0.70);
		position: relative;
		left: 7%;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.nav-menu>ul>li {
		margin-left: 0px !important;
	}
}

.country-code-mobile {
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 768px) {
	#resons-home1 .flex-container {
		display: flex !important;
	}

	#resons-profile1 .flex-container {
		display: flex !important;
	}
}

@media screen and (max-width: 768px) {
	#resons-home1>.flex-container {
		display: flex !important;
	}

	#resons-profile1>.flex-container {
		display: flex !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.page-meet-the-kingdom .key-reason-invest .Inc-tab-panel ul li {
		width: unset;
	}
}

.opportunity-productData-description li {
	padding: 20px 10px !important;
}

.opportunity-productData-description li span {
	font-size: 18px !important;
}

@media(max-width: 410px) {
	#hero .video-popup-btn {
		justify-content: center;
		flex-direction: column;
	}

	#hero .video-popup-btn .btn-video {
		font-size: 16px;
		max-width: 285px;
	}

	#hero .video-popup-btn .play-btn {
		margin-top: 15px;
	}
}

@media (min-width: 990px) and (max-width: 1120px) {

	/* .nav-menu>ul>li:nth-child(4) {
		white-space: pre-wrap;
		word-wrap: break-word;
		word-break: break-all;
		white-space: normal;
		display: block;
		min-width: 197px;
	} */
	.page-sectors-opportunities .investment-hub-container .yCmsComponent {
		margin-bottom: 15px;
	}

	.page-sectors-opportunities .fo-container .explore-all {
		position: unset;
	}

	.page-guide .download_btn button:first-child {
		margin-bottom: 15px;
	}

	.bussiness_lic_invest_outer .d-flex {
		display: grid !important;
		grid-template-columns: auto auto;
	}
}

@media (max-width: 767px) {
	.ft-logo {
		left: 0;
	}

	#hero h1 {
		text-align: center;
	}

	.opportunity-article-section-header .badge.badge-pill {
		margin-top: 10px;
	}

	.opportunity-article-section-body .jumbotron.jumbotron-main {
		margin-top: 20px;
	}

	.Header_vs_logo {
		display: none !important;
	}

	.language-and-login {
		position: fixed;
		top: 13px;
		left: 40px;
		z-index: 10001;
	}

	.language-and-login .btn-trans {
		background: none;
	}

	.mobile-nav-active .language-and-login .btn-trans .lang-btn {
		color: var(--misaSecondColor) !important;
	}


	.page-portal-homepage .mobile-nav-toggle {
		background-image: url("../img/toggle-menu-white.svg");
	}
}

@media (min-width:768px) and (max-width:769px) {
	.ft-logo {
		bottom: 25px;
	}
}

@media (min-width:576px) and (max-width:991px) {
	.page-portal-homepage .figures #pills-tabContent {
		min-height: 600px;
	}
}

.page-portal-homepage .pull-right.p-0.feature_righttop.laptop_viewonly {
	display: none;
}

.page-portal-homepage .mg-inActive {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 0px !important;
}

.page-portal-homepage .ui-helper-hidden-accessible {
	display: none
}

.ui-widget-content .ui-menu-item .name:has(> .title) {
	margin-bottom: -8px !important;
}

.ui-widget-content .ui-menu-item .name:not(:has(.title)) {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page-portal-homepage .ui-widget-content {
	background-color: #F5F6F7;
	color: #7B838C;
	outline: none;
	border: 1px solid var(--misaGrayText);
	border-radius: 0.15rem;
	padding: 0.375rem 0.75rem;
	z-index: 1;
	overflow-x: hidden;
	width: 420px;
}

.page-portal-homepage .ui-widget-content .ui-menu-item a {
	color: #7B838C;
}

.page-portal-homepage .ui-widget-content .ui-menu-item a.ui-menu-item-wrapper .name {
	text-transform: lowercase;
	font-size: 18px;
	margin-right: 15px;
	margin-bottom: 0px;
}

.page-portal-homepage .ui-widget-content .ui-menu-item a.ui-menu-item-wrapper .name .title {
	font-size: 15px;
	margin-right: -15px;
}

.page-portal-homepage .ui-widget-content .ui-menu-item a.ui-menu-item-wrapper .name::first-letter {
	text-transform: uppercase;
}

.page-portal-homepage .ui-widget-content .ui-menu-item a.ui-menu-item-wrapper .price {
	display: none;
}

@media (min-width: 992px) {
	.page-portal-homepage #mg .explore-btn {
		position: unset;
		top: -18px;
		margin-bottom: 10px;
	}

	.page-portal-homepage .figures.feature.fo-container .explore-all {
		position: unset;
	}

	.page-opportunity-search .opportunity-card .opp-headtitle {
		height: auto;
	}

	.page-opportunity-search .opportunity-card .opp-type {
		height: auto;
	}
}

.page-opportunity-search .opportunity-thumbimg {
	visibility: hidden;
}



.nav-item.dropdown .dropdown-toggle[aria-expanded="true"] {
	color: var(--misaSecondColor);
}

@media (max-width:1000px) and (min-width:641px) {
	.footerContent .f-coll .display-7 {
		font-size: 18px;
	}

	.footerContent .f-coll .link,
	.footerContent .f-coll ul li a {
		font-size: 12px;
		font-weight: unset;
	}

	.page-portal-homepage .mobile-nav-toggle {
		height: 40px;
		width: 30px;
		background-image: url("../img/toggle-menu-white.svg");
		background-repeat: no-repeat;
	}

	.mobile-nav-active .mobile-nav-toggle,
	.mobile-nav-active .mobile-nav-toggle.page-scrolled {
		background-image: url("../img/close_white.svg");
		background-repeat: no-repeat;
	}

	.dropdown-menu.dropdown-large {
		border: 0px solid transparent !important;
		width: 100%;
	}

	.dropdown-menu.dropdown-large>.row.g-3 {
		justify-content: space-between;
		padding-left: 34px;
		padding-right: 35px;
	}

	.menu-img-item img {
		padding: 10px;
	}

	.menu-img-item p {
		padding: 10px;
	}

	.nav-item.dropdown .dropdown-toggle[aria-expanded="true"] {
		color: var(--misaSecondColor);
	}

	.nav-item.dropdown {
		border-bottom: 1px solid #868686
	}

	.mobile-nav ul {
		padding: 0 15px;
	}

	.nav-item.dropdown .dropdown-toggle::after {
		position: absolute;
		left: 8px;
		top: 21px;
	}
}

.sucess-slider-contols {
	z-index: 1 !important;
}

.page-regional-hq .regional-panel {
	z-index: 1 !important;
}

.aboutusContainer .our-values h2 {
	z-index: 1;
}

@media (max-width: 768px) {

	.aboutInvestinSaudi-toptext,
	.aboutInvestinsaudi-goalsection,
	.aboutInvestinsaudi-ourvalues,
	.aboutInvestinsaudi-whatWedo {
		padding-top: 0px;
		padding-bottom: 20px;
	}

	.page-about-invest-saudi .banner-section h1 {
		font-size: 36px;
	}

	.aboutusContainer h2 {
		font-size: 20px;
	}

	.aboutInvestinSaudi-toptext .section-item .section-desc p {
		font-size: 17px;
		line-height: 25px;
	}

	.aboutusContainer .section-item {
		position: relative;
		padding: 25px 10px 5px;
	}

	.aboutInvestinsaudi-goalsection .goal h4 {
		font-size: 24px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.aboutInvestinsaudi-goalsection .goal {
		height: auto;
		padding: 20px 0;
	}

	.aboutInvestinsaudi-goalsection .goal p {
		font-size: 17px;
		line-height: 25px;
		color: #646464;
	}

	.aboutusContainer .section-goal .yCmsComponent:nth-child(1).goal {
		margin-top: 10px;
	}

	.aboutInvestinsaudi-goalsection .goal img {
		margin-top: 0px !important;
		height: 60px !important;
	}

	.aboutusContainer .our-values h2 {
		z-index: 1;
		margin-bottom: 5px;
		padding-top: 30px;
		font-size: 28px;
	}

	.our-values-column .icon-box .icon img {
		height: 60px !important;
	}

	.aboutusContainer .our-values .icon-box .icon-desc h4 {
		font-weight: bold;
		font-size: 24px;
		line-height: 24px;
		padding-bottom: 10px;
	}

	.aboutusContainer .our-values .icon-box .icon-desc p {
		font-weight: normal;
		font-size: 17px;
		line-height: 25px;
		color: #646464;
	}

	.aboutInvestinsaudi-whatWedo h2 {
		padding-top: 0;
		padding-bottom: 10px;
	}

	.aboutusContainer .what-do-section h2 {
		font-weight: 600;
		font-size: 28px;
		line-height: 30px;
		padding-top: 0px;
		padding-bottom: 10px;
	}

	.aboutusContainer .what-do-section .what-we-do .panel img {
		height: 60px;
	}

	.aboutusContainer .what-do-section .what-we-do .panel p {
		font-weight: normal;
		font-size: 17px;
		line-height: 25px;
		color: #646464;
	}

	.aboutusContainer .what-do-section .what-we-do .panel {
		padding-top: 30px;
	}

	.aboutInvestinsaudi-whatWedo .section-bg {
		padding-bottom: 50px;
	}
}

@media (max-width: 991px) {
	.aboutInvestinsaudi-goalsection .goal {
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.aboutusContainer .section-goal {
		margin-bottom: 0px;
	}
}

.chart-bottom-link .anchor-link {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: left;

	color: var(--misaSecondColor);
	text-decoration: underline;
}

.chart-bottom-link .anchor-link span {
	text-transform: uppercase;
}

.bs-popover-right {
	z-index: 99;
}

@media (min-width: 962px) and (max-width: 1299px) {
	.page-economic-highlights .economic-dashboard-container .o-stories__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

#News_press .carousel-item img {
	width: 100% !important;
	position: absolute;
	height: -webkit-fill-available;
	object-fit: cover;
}

.page-details-banner .banner-image {
	height: -webkit-fill-available;
	object-fit: cover;
}

@media (min-width: 641px) and (max-width: 767px) {
	.page-saudi-economic-sectors .realSectorDiv {
		height: unset !important;
		position: relative;
		top: 25% !important;
		display: unset !important;
		vertical-align: unset !important;
		transform: unset !important;
	}

	.page-saudi-economic-sectors .posRelDiv {
		position: relative;
	}

	.mobArrowDiv {
		text-align: center;
		transform: rotate(90deg);
	}
}

@media (min-width: 601px) and (max-width: 1500px) {
	.hexagon-portal figure h2 {
		font-size: 12px;
	}
}

@media (min-width: 1100px) {
	.hexFix article:last-child {
		margin: calc(var(--size) * -0.5) calc(var(--size) * -0.20) 0 calc(var(--size) * 0.70);
		position: relative;
		left: 12%;
	}
}

@media (min-width: 601px) and (max-width: 1099px) {
	.hexagon-portal figure h2 {
		font-size: 12px;
	}

	.hexFix article:last-child {
		margin: calc(var(--size) * -0.5) calc(var(--size) * -0.20) 0 calc(var(--size) * 0.70);
		position: relative;
		left: 7%;
	}
}

.country-code-mobile {
	display: flex;
}

@media screen and (max-width: 768px) {
	#resons-home1 .flex-container {
		display: flex !important;
	}

	#resons-profile1 .flex-container {
		display: flex !important;
	}
}

@media screen and (max-width: 768px) {
	#resons-home1>.flex-container {
		display: flex !important;
	}

	#resons-profile1>.flex-container {
		display: flex !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.page-meet-the-kingdom .key-reason-invest .Inc-tab-panel ul li {
		width: unset;
	}

	.document_lic_inner_right {
		width: 27rem;
	}
}

.opportunity-productData-description li {
	padding: 20px 10px !important;
}

.opportunity-productData-description li span {
	font-size: 18px !important;
}

@media (min-width: 990px) and (max-width: 1120px) {

	/* .nav-menu>ul>li:nth-child(4) {
		white-space: pre-wrap;
		word-wrap: break-word;
		word-break: break-all;
		white-space: normal;
		display: block;
		min-width: 197px;
	} */
	.page-sectors-opportunities .investment-hub-container .yCmsComponent {
		margin-bottom: 15px;
	}

	.page-sectors-opportunities .fo-container .explore-all {
		position: unset;
	}

	.page-guide .download_btn button:first-child {
		margin-bottom: 15px;
	}

	.bussiness_lic_invest_outer .d-flex {
		display: grid !important;
		grid-template-columns: auto auto;
	}
}

@media (max-width: 767px) {
	.ft-logo {
		left: 0;
	}
}

@media (min-width:768px) and (max-width:769px) {
	.ft-logo {
		bottom: 25px;
	}
}

@media (min-width:576px) and (max-width:991px) {
	.page-portal-homepage .figures #pills-tabContent {
		min-height: 600px;
	}
}

.page-portal-homepage .pull-right.p-0.feature_righttop.laptop_viewonly {
	display: none;
}

.page-portal-homepage .mg-inActive {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 0px !important;
}

@media (min-width: 992px) {
	.page-portal-homepage #mg .explore-btn {
		position: unset;
		top: -18px;
		margin-bottom: 10px;
	}

	.page-portal-homepage .figures.feature.fo-container .explore-all {
		position: unset;
	}

	.page-opportunity-search .opportunity-card .opp-headtitle {
		height: auto;
	}

	.page-opportunity-search .opportunity-card .opp-type {
		height: auto;
	}
}

.page-opportunity-search .opportunity-thumbimg {
	visibility: hidden;
}



@media (min-width: 641px) and (max-width:941px) {
	.rhq_arrow_control {
		bottom: -6% !important;
	}
}

@media(min-width:100px) and (max-width:1024px) {
	.page-investment-data .yearpicker-container {
		margin-top: 369px !important;
	}
}

.page-portal-homepage #successstories #carouselExampleIndicators {
	padding-bottom: 60px;
}

@media(min-width:992px) and (max-width:4024px) {
	.nav-menu .dropdown-menu.dropdown-large.show {
		margin-left: 0px !important;
	}

	.nav-menu .dropdown-menu.dropdown-large>.row.g-3 {
		justify-content: flex-start !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
		box-shadow: none !important;
	}

	.nav-item.dropdown {
		border-bottom: 0px solid transparent !important;
	}
}

@media(min-width:641px) and (max-width:992px) {
	.nav-menu .dropdown-menu.dropdown-large.show {
		margin-left: 0px !important;
	}

	.nav-menu .dropdown-menu.dropdown-large>.row.g-3 {
		padding-left: 0px !important;
		padding-right: 0px !important;
		box-shadow: none !important;
	}
}

.nav-menu li.nav-item.dropdown .nav-link {
	border-bottom: none;
}

.nav-menu li.nav-item.dropdown .nav-link.active {
	background-color: #ffffff6b;
	border-bottom: 3px solid var(--misaSecondColor);
	border-radius: 15px 15px 0px 0px;
}

.nav-menu>ul>li.nav-item.dropdown .sub-items li:hover>a,
.nav-menu>ul>li.nav-item.dropdown .sub-items li:hover span>a {
	font-weight: bold;
	color: var(--misaSecondColor);
}

#header.header-scrolled .nav-menu>ul>li.nav-item.dropdown .sub-items li:hover>a,
#header.header-scrolled .nav-menu>ul>li.nav-item.dropdown .sub-items li:hover span>a {
	color: var(--misaSecondColor);
}

.numbers_golden_set {
	font-weight: 600;

	color: var(--misaFirstColor);
	text-transform: uppercase;
	font-size: 20px;
	padding: 0px 6px;
}

.successstory-container .success-main-content .sucess-slider-contols {
	right: 7%;
}

.opacity_gray_color {
	filter: grayscale(0.5) brightness(0.5);
	opacity: 0.4;
}

.color_arrow.opacity_gray_color {
	filter: grayscale(0.5) brightness(0.5);
	opacity: 0.7;
}

.leftsideshows.opacity_gray_color.rightsideshow {
	filter: grayscale(0.5) brightness(0.5);
	opacity: 1.7;
}

#mg .project-info p {
	width: 612px;
	height: 230px;
}

.page-portal-homepage #mg .explore-btn {
	top: 33px;
	margin-bottom: 10px;
	right: 0%;
	position: absolute;
}

.header-scrolled .dropdown-menu.dropdown-large.show {
	box-shadow: rgb(156 156 156 / 60%) 18px 25px 20px;
}

.rightsideshow {
	transform: rotate(0deg);
	filter: grayscale(0.5) brightness(0.5);
	opacity: 0.2;
}

@media(min-width: 768px) and (max-width: 991px) {
	.page-meet-the-kingdom .success-logo-container .carousel-logos {
		bottom: -35%;
	}

	.page-sector-details .Inc-sector-keyDetails p:before {
		top: 9px;
	}

	.page-sector-details .banner-item img {
		height: 270px;
		object-fit: cover;
	}

	.page-sector-details #fact-tabsItems {
		top: 235px;
	}

	.page-sector-details .Inc-sectordetails-tab ul li a {
		font-size: 20px;
	}

	.page-sector-details .Inc_two_width_2 ul li.nav-item {
		padding: 20px;
	}

	.sector-opportunities-title .nav-pills {
		min-height: 120px;
	}

	.page-sector-details .banner-item {
		min-height: 380px;
	}

	.page-sector-details #fact-tab-content {
		padding-top: 0;
	}

	.page-sector-details .Inc-sectoritem-overview h3 {
		width: 100%;
		height: auto;
		min-height: unset;
		font-size: 30px;
		line-height: 40px;

		padding: 0 15px;
	}

	.page-sector-details .Inc-sectoritem-overview p {
		font-size: 16px;
		color: #646464;
		width: 90%;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}

	.page-sector-details .Inc-sectoritem-overview {
		padding-bottom: 0;
	}

	.page-sector-details .Inc-sector-keyFacts ul.keyFacts {
		flex-wrap: unset;
	}

	.page-sector-details .Inc-sector-keyDetails p {
		font-size: 16px;
		color: #646464;
		width: 90%;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}

	.page-sector-details #fact-tab-content {
		margin-top: 35px;
	}

	.page-sector-details .val-header h1 {
		width: 100%;
		height: auto;
		min-height: unset;
		font-size: 30px;
		line-height: 40px;

		padding: 0 15px;
	}

	.page-sector-details .val-header {
		margin-top: 10px;
		padding: 15px;
	}

	.page-sector-details .Inc-sector-keyFacts ul.keyFacts {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 15px;
	}

	.page-sector-details .Inc-sector-keyFacts ul.keyFacts li {
		width: 100%;
		margin-bottom: 0;
	}
}

@media (min-width:768px) and (max-width:769px) {
	.ft-logo {
		bottom: 42px !important;
	}
}

@media (min-width:641px) and (max-width:767px) {
	.footer img.footer_logo {
		position: relative;
	}
}

.bussiness_lic_invest_inner_box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-row-gap: 20px;
	grid-column-gap: 24px;
}

.bussiness_lic_invest_inner_box .inner_box:nth-child(2),
.bussiness_lic_invest_inner_box .inner_box:nth-child(4),
.bussiness_lic_invest_inner_box .inner_box:nth-child(6),
.bussiness_lic_invest_inner_box .inner_box:nth-child(8),
.bussiness_lic_invest_inner_box .inner_box:nth-child(10),
.bussiness_lic_invest_inner_box .inner_box:nth-child(12),
.bussiness_lic_invest_inner_box .inner_box:nth-child(14) {
	position: relative;
	top: 40%;
}

.additional_lic_inner_2d_flex {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: 1px;
	grid-column-gap: 24px;
}

.additional_lic_inner_box_even:nth-child(even) {
	margin-top: 4em;
}

@media only screen and (max-width: 600px) {
	.additional_lic_inner_2d_flex {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 1px;
		grid-column-gap: 24px;
	}

	.additional_lic_inner_box_even:nth-child(even) {
		margin-top: 1em;
	}

	.invest_lic_outer p {
		margin: 0px -20px;
	}
}



div.bussiness_lic_img_inner:nth-child(even) {
	margin-top: 3rem;
}

.INS_height_text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	line-clamp: 8;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-moz-binding: url('ellipsis.xml#ellipsis');
}

.INS_height_150px {
	height: 150px;
}

.INS_height_texts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-moz-binding: url('ellipsis.xml#ellipsis');
}



@media (min-width: 768px) {
	.INS_height_350px {
		height: auto;
	}

	.INS_height_150px {
		height: auto;
	}

	.eh-card:nth-child(6) .eh-panel-box h2:first-child {
		font-size: 18px;
		line-height: 1.5;
	}

	.opportunity-card .know-more-btn,
	.opportunity-card .interest-btn {
		font-size: 12px;
	}
}

@media (min-width: 992px) {
	.INS_height_350px {
		height: 280px;
	}
}

@media (max-width: 768px) {
	.additional_lic_inner_box_even:nth-child(even) {
		margin-top: 0em;
	}

	div.bussiness_lic_img_inner:nth-child(even) {
		margin-top: 0;
	}
}

body.page-regional-head-quarters .meetRegions_links .region-map {
	width: 90%;
}

.opportunity-productData-description p {
	font-size: 20px !important;
	color: #646464;
	text-align: center;
}

.opportunity-productData-description h3,
.opportunity-contact .heading {
	color: var(--misaSecondColor);
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: right;
}

.opportunity-productData-description ul {
	font-size: 20px !important;
	color: #646464;
	padding: 50px;
	display: block;
}

.opportunity-productData-description li {
	list-style-type: none;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	font-size: 18px;
	padding: 50px 60px !important;
	width: 360px;
	height: 242px;
	background: #fff;
	margin-bottom: 30px;
	vertical-align: top;
}

.opportunity-productData-description li span {
	font-size: 18px !important;
}

.opportunity-contact {
	background-color: rgba(0, 113, 77, 0.05);
}

.opp-metadata {
	background: #fcfaf4;
	color: #b29534;
	margin-left: 15px;
	margin-right: 15px;
}

.opp-contact-card {
	background: var(--misaSecondColor);
	max-width: 500px;
	justify-content: center;
	margin-left: 15px;
	margin-right: 15px;
}

.opp_description {
	background: url("../img/opp_highlights.png");
	background-size: cover;
}

.opportunity-contact textarea {
	box-shadow: 0px 19px 47px rgb(0 0 0 / 16%);
	border-radius: 10px !important;
	border: none;
}

.opportunity-contact .my-mobile {
	display: flex;
}

.opportunity-contact .my-mobile .ddl-countryCode {
	margin-right: 1px;
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
}

.opportunity-contact .my-mobile .mobile-number {
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
}

.btn-contact-apply {
	padding: 10px 80px;
	background-color: var(--misaSecondColor);
	border: 1px solid var(--misaSecondColor);
	border-radius: 27px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}

.bulled-list li {
	padding-left: 0;
}

.my-form select.form-control {
	padding: .475rem .75rem;
	width: 100%;
	height: auto
}

.opportunity-card .content-box {
	background: #ffffff;
	box-shadow: 0px 30px 75px #00000029;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease 0.5s;
	padding: 25px !important;
	height: 100%;
}

.opportunity-card .opp-headtitle {
	font-size: 20px;
	color: #646464;
	margin-bottom: 15px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.opportunity-card .opp-container {
	display: flex;
}

.opp-container-child {
	flex: 1;
}

.opportunity-card .opp-type {
	font-size: 18px;
	color: var(--misaFirstColor);
	margin-bottom: 15px;
}

.opportunity-card .know-more-btn {
	background: var(--misaSecondColor);
	border-radius: 27px;
	padding: 10px 20px;
	color: #fff;
	margin-right: 10px;
}

.opportunities-cart-button {
	justify-content: center !important;
	gap: .7rem !important;
}

.opportunity-card .interest-btn {
	background: #fff;
	border-radius: 27px;
	padding: 10px 20px;
	color: var(--misaSecondColor);
	border: 1px solid var(--misaSecondColor);
}

.opportunity-card.total-results {
	margin-bottom: 25px;
	white-space: nowrap;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: var(--misaGrayText);
	text-align: right;
}

.custom-button {
	font-weight: 500;
	font-size: 12px;
	display: flex;
	border-radius: 10px;
	color: var(--misaDarkGrayText);
	align-items: center;
	background: rgba(120, 120, 120, 0.05);
	border: none;
	padding: 7px 8px;
	cursor: pointer;
}

.custom-button:hover {
	color: #fff;
}

.custom-badge {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: unset;
	padding: 4px 6px;
	gap: 4px;
	min-width: 30px;
	background: rgba(191, 155, 48, 0.6);
	border-radius: 20px;
	flex: none;
	order: 1;
	font-style: normal;
	font-size: 12px;
	letter-spacing: -0.001em;
	color: #F8F9FB;
	font-family: inherit;
	font-weight: 400;
}

.page-opportunity-search-page .facet.js-facet .text-capitalize.selected {
	background-color: var(--misaPrimaryBtnColor);
	border-radius: 10px;
}

.page-opportunity-search-page .facet.js-facet .text-capitalize.selected * {
	color: #fff;
}

.page-opportunity-search-page .facet.js-facet .selected {
	background-color: var(--misaPrimaryBtnColor);
	border-radius: 10px;
}

.page-opportunity-search-page .facet.js-facet .selected * {
	color: #fff;
}

.page-opportunity-search-page .facet {
	text-align: right;
}

.page-opportunity-search-page .custom-badge {
	margin-right: 8px;
}

.custom-button:hover {
	background-color: var(--misaFirstColor);
}

.all-opportunity .pagination .page-item .page-link {
	font-size: 20px;
	color: #FFFFFF;
}

.parentCategory-button {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	display: flex;
	align-items: flex-end;
	color: var(--misaFirstColor);
	background: rgba(191, 155, 46, 0.3);
	border-radius: 15px;
}

.pageLabel--newseventslist .container.banner.homeLink {
	color: #BF9B2E !important;

	font-weight: 400;
	font-size: 14px;
	position: absolute !important;
	width: 100% !important;
	top: 105vh !important;
	left: 8vh !important;
}

@media (max-width: 768px) {
	.pageLabel--newseventslist .container.banner.homeLink {
		top: 66vh !important;
		right: 19px !important;
	}
}

.container.banner.homeLink {
	z-index: 9999;
	font-weight: 400;
	color: var(--misaSecondColor);
}

.pageLabel--newseventslist .newsName {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	color: #006F45;
	margin-bottom: 10px;
}

.pageLabel--newseventslist .newsDate {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #BF9B2E;
}

.media-card-img {
	width: 123px;
	height: 87px;
	border-radius: 10px;
}

body.page-newsevents-list-page .rhq-banner-content:nth-of-type(1) {
	display: none;
}

body.pageLabel--reportList .rhq-banner-content:nth-of-type(1) {
	display: none;
}

.pageTitle-container {
	background: rgba(0, 113, 77, 0.05);
	height: 50vh !important;
}

.pageLabel--reportList .pageTitle {
	color: var(--misaSecondColor) !important;
	font-size: 40px !important;
	font-weight: 600 !important;
	text-align: right;
}

.newsTitle {
	font-weight: 700;
	font-size: 24px;
	color: #006F45;
	margin-bottom: 70px;
	text-align: right;
}

.page-newsevents-list-page .pageTitle {
	position: absolute;
	width: 100%;
	/* Occupy full width */
	height: 46px;
	left: 0;
	/* Reset left */
	top: 50%;
	/* Vertically center the element */
	transform: translateY(-50%);
	/* Adjust for centering vertically */

	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 46px;
	display: flex;
	justify-content: center;
	/* Horizontally center the text */
	align-items: center;
	/* Vertically center the text */
	color: #BF9B2E;
}

.page-newsevents-list-page .eventDescription {

	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}

/* Adjust the styles for mobile devices */
@media (max-width: 768px) {
	.page-newsevents-list-page .pageTitle {
		font-size: 24px;
		line-height: normal;
	}

	.page-newsevents-list-page #News_press .News_press_bgwhite {
		top: 30vw !important;
		left: 0px !important;
		transform: translateY(0) !important;
		border-radius: 10px !important;
	}

	.page-newsevents-list-page #News_press .carousel-item .mask .News_press_bgwhite {
		min-height: 0px !important;
	}
}

.col-md-12.alternate,
div.alternate {
	background-color: rgba(191, 155, 46, 0.07);
	border-radius: 10px;
}

.box-white-background {
	background-color: #fff;
}

@media (max-width: 767px) {
	.pageLabel--newseventslist .row {
		margin-right: 0px;
		margin-left: 0px;
	}
}

.col-md-12.card-wrapper .flip-card .col-md-3.img-opp-container {
	height: 35vh;
	display: flex;
}

.col-md-12.card-wrapper .flip-card .col-md-3 a.know-more-link img {
	display: block;
	height: 100%;
}

.pageLabel--sectors-opportunities-opportunities .flip-card strong {
	font-family: 'Arial';
	color: var(--misaFirstColor);
}

.pageLabel--sectors-opportunities-opportunities .flip-card p {
	font-family: 'Arial';
	color: var(--misaFirstColor);
}


.all-opportunity .pagination .page-item .page-link {
	font-size: 20px;
	color: var(--misaFirstColor);
	width: 40px;
	height: 40px;
	text-align: center;
}

.pageLabel--sectors-opportunities-opportunities .all-opportunity .pagination .page-item.active .page-link,
.pageLabel--sectors-opportunities-opportunities .all-opportunity .pagination .page-link:hover {
	background: var(--misaFirstColor) !important;
	border-color: var(--misaFirstColor);
}

.all-opportunity .pagination .page-item.active .page-link,
.all-opportunity .pagination .page-link:hover {
	background: var(--misaSecondColor) !important;
	border-color: var(--misaSecondColor);
	color: #fff;
	border-radius: 30px !important;
}

.sectors-opportunity .sectors-list .sector-btn {
	display: inline-flex;
	color: #025635;
	padding: 23px 35px;
	margin: 30px 25px 0px 0px;
	background: #fff;
	border: 1px solid #F2F2F2;
	border-radius: 74px;
	box-shadow: 0px 20px 32px #37373724;
	width: 288px;
	height: 108px;
	font-size: 16px;
	cursor: pointer;
}

.sectors-opportunity .sectors-list .sector-btn.selected {
	background: var(--misaSecondColor) 0% 0% no-repeat padding-box;
	box-shadow: 0px 20px 32px #37373724;
	color: #FFFFFF;
	position: relative;
}

.sectors-opportunity .sectors-list .sector-btn .close-icon {
	display: none;
}

.sectors-opportunity .sectors-list .sector-btn.selected .close-icon {
	display: block;
	position: absolute;
	top: -10px;
	right: -20px;
}

.sectors-opportunity .sectors-list a.selected {
	background-color: #7B838C;
	color: #FFFFFF;
}

.search-reports-container input[type=search],
.search-reports-container input[type=text],
.opp-search-container input[type=search],
.opp-search-container input[type=text] {
	width: 100%;
	box-shadow: 0px 19px 41px #00000017;
	border: 1px solid #F2F2F2;
	border-radius: 30px;
	height: 60px;
	color: #7B838C;
	font-size: 16px;
	line-height: 24px;
	outline: none;
	padding-right: 50px;
}

.search-reports-container input[type=search]::placeholder,
.search-reports-container input[type=text]::placeholder,
.opp-search-container input[type=search]::placeholder,
.opp-search-container input[type=text]::placeholder {
	color: #7B838C;
}

.search-reports-container .search-btn,
.opp-search-btn,
.opp-filter-btn {
	color: #fff;
	padding: 9px 20px;
	background: var(--misaSecondColor);
	border: 1px solid var(--misaSecondColor);
	border-radius: 30px;
	position: absolute;
	right: 19px;
	top: 4px;
	height: 52px;
	text-transform: uppercase;
}

.opp-filter-btn img {
	margin-right: 10px;
}

.opp-reset-search-btn {
	color: var(--misaSecondColor);
	padding: 9px 60px;
	background: transparent;
	border: 2px solid var(--misaSecondColor);
	border-radius: 30px;
	height: 55px;
	text-transform: uppercase;
	margin-right: 40px;
	order: 2;
}

.opp-filter-search-btn {
	color: #fff;
	padding: 9px 60px;
	background: var(--misaSecondColor);
	border: 1px solid var(--misaSecondColor);
	border-radius: 30px;
	height: 55px;
	text-transform: uppercase;
	order: 1;
}

.search-reports-container,
.opp-search-container {
	background: url("../img/opp-search-background.png");
	background-size: cover;
	padding: 50px 50px 60px;
}

.search-reports-container-full,
.opp-search-container-full {
	background: url("../img/opp-search-background_full.png") !important;
	background-size: cover;
	padding: 50px 50px 60px;
}

.search-reports-container .reset-search,
.opp-search-container .reset-search {
	position: absolute;
	right: 40px;
	bottom: -5px;
	font-size: 16px;
	color: #646464;
}

.filter-buttons {
	display: flex;
	justify-content: center;
}

.download-opportunity {
	background-color: #e4eeeb;
	border-radius: 4px;
	color: var(--misaSecondColor);
	padding: 10px 25px;
	border: 2px solid var(--misaSecondColor);
	font-size: 20px;
	cursor: pointer;
}

.opportunity-modal-dialog {
	max-width: 500px;
}

.opportunity-modal-dialog .modal-header h5 {
	font-size: 30px;
}

.opp-sector-item-icon {
	width: 60px;
	height: 60px;
}

.opp-contact-buttons {
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.opp-contact-buttons .btn {
	font-size: 16px;
	padding: 10px 40px;
}

.all-opportunity-filter {
	font-size: 20px !important;
}

.all-opportunity-description {
	font-size: 25px !important;
	margin: 25px 0 !important;
}

.all-opportunity-description-text {
	font-size: 20px !important;
	color: #646464 !important;
	text-align: center;
}

.search-reports-container form a.a-search,
.page-opportunity-search-page form a.a-search {
	cursor: default;
}

.page-reports-economic-investment-monitor-search .ui-autocomplete .name,
.page-reports-investment-highlights-search .ui-autocomplete .name,
.page-monthly-bulletin-search .ui-autocomplete .name,
.page-report-studies-search .ui-autocomplete .name,
.page-opportunity-search-page .ui-autocomplete .name {
	color: #646464;
}

.page-reports-economic-investment-monitor-search .ui-autocomplete .price,
.page-reports-investment-highlights-search .ui-autocomplete .price,
.page-monthly-bulletin-search .ui-autocomplete .price,
.page-report-studies-search .ui-autocomplete .price,
.page-opportunity-search-page .ui-autocomplete .price {
	display: none;
}

.page-reports-economic-investment-monitor-search .ui-autocomplete,
.page-reports-investment-highlights-search .ui-autocomplete,
.page-monthly-bulletin-search .ui-autocomplete,
.page-report-studies-search .ui-autocomplete,
.page-opportunity-search-page .ui-autocomplete {
	width: 100px;
	background: #FFF;
	box-shadow: 0px 19px 41px #00000017;
	border: 1px solid #f2f2f2;
	border-radius: 30px;
	padding: 10px 50px 30px 50px;
}

.page-reports-economic-investment-monitor-search .ui-autocomplete li,
.page-reports-investment-highlights-search .ui-autocomplete li,
.page-monthly-bulletin-search .ui-autocomplete li,
.page-report-studies-search .ui-autocomplete li,
.page-opportunity-search-page .ui-autocomplete li {
	margin: 10px;
}

.my-4.opportunity-card {
	margin-bottom: 0 !important;
}

.opp-filter-container .facet ul li {
	padding-right: 0;
	z-index: 1;
}

.opp-filter-container .facet ul li:before {
	content: none !important;
}

.opp-filter-container .facet ul li label {
	color: #32465A;
}

.opp-mobile-show {
	display: none;
}

@media (max-width:1350px) {
	.opportunities-cart-button {
		flex-direction: row;
		flex-wrap: wrap;
		text-align: center;
		justify-content: center !important;
	}
}

@media (max-width: 1665px) {

	.opportunity-card .know-more-btn,
	.opportunity-card .interest-btn {
		width: 100%;
		margin: 0;
	}
}

.sector-list-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section-headline {
	text-align: center;
	font-size: 45px;
	font-weight: 600;
	text-transform: uppercase;
	opacity: 1;
	color: #646464;
}

.error-msg {
	font-size: 16px;
	color: #FF0000;
	text-transform: capitalize;
	text-align: left;
}

.formSuccess,
.contactSuccess {
	text-align: center;
	font-size: 30px;
}

.country-code-mobile .ddl-countryCode {
	border-top-left-radius: 2px !important;
	border-bottom-left-radius: 2px !important;
	width: 125px;
	direction: ltr;
}

.country-code-mobile .intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
	right: 10px;
}

.country-code-mobile {
	background-color: none;
}

.country-code-mobile .iti-flag {
	display: none;
}

.country-code-mobile .flag-container {
	right: 30px !important;
	left: unset !important;
}

.country-code-mobile .flag-container .selected-flag {
	top: 0 !important;
}

.country-code-mobile .flag-container .iti-arrow {
	background-image: url("../img/arrow-down-grey.svg");
	height: 16px !important;
	width: 16px !important;
	border: none !important;
	top: 18px !important;
}

.country-code-mobile .flag-box {
	width: 0 !important;
}

.country-code-mobile .ddl-countryCode {
	padding-top: 7px !important;
	padding-left: 16px !important;
	border-right: none !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-top-left-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
}

.country-code-mobile .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
	background-color: transparent !important;
}

.country-code-mobile .phonenumber {
	padding-top: 8px !important;
	border-left: none;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
}

.country-code-mobile .intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
	padding-top: 12px;
	padding-left: 6px !important;
	padding-right: 52px !important;
}


@media (max-width: 640px) and (min-width: 100px){
.page-miza-homepage .responsive-contact-btn {
    margin-top: 20px !important;
}
.page-miza-homepage .mizaEnquiryFromWrap label
{
    margin-top: 30px !important;
}
}

.country-miza-homepage-code-mobile {
	display:flex;
}

.country-miza-homepage-code-mobile .intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.country-miza-homepage-code-mobile .intl-tel-input .selected-flag .iti-flag.al {
    height: 15px;
    background-position: -132px 0px;
}

.country-miza-homepage-code-mobile .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    left: 10px !important;
}

.country-miza-homepage-code-mobile .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: 10px !important;

}

.country-miza-homepage-code-mobile .flag-container {
	left: 0 !important;
}



.page-miza-homepage .intl-tel-input.allow-dropdown .selected-flag {
	top: 0 !important;
}

.page-contact-us .flag-container {
    right:10px!important;
	left: 0 !important;
}

.page-portal .flag-container {
    right:10px!important;
	left: 0 !important;
}

.page-contact-us .intl-tel-input.allow-dropdown .selected-flag {
	top: 0 !important;
}
.page-contact-us .intl-tel-input .selected-flag .iti-arrow {
    right:30px!important;
    right: unset;
}

.page-contact-us .intl-tel-input .selected-flag .iti-arrow {
    right:30px!important;
    right: unset;
}

.page-portal .intl-tel-input .selected-flag .iti-arrow {
	 right:30px!important;
     right: unset;
}

.country-miza-homepage-code-mobile .intl-tel-input .selected-flag .iti-arrow {
   position: absolute;
   top: 50%;
   margin-top: -2px;
   right: 6px;
   width: 0;
   height: 0;
   border-left: 3px solid transparent;
   border-right: 3px solid transparent;
   border-top: 4px solid #555;
}

.page-miza-homepage .country-miza-homepage-code-mobile .ddl-countryCode {
	padding-top: 7px !important;
	padding-left: 16px !important;
	border-right: none !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.page-contact-us .country-miza-homepage-code-mobile .ddl-countryCode {
	padding-top: 7px !important;
	padding-left: 16px !important;
	border-right: none !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.country-miza-homepage-code-mobile .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
	background-color: transparent !important;
}

.page-miza-homepage .country-miza-homepage-code-mobile .phonenumber {
	padding-top: 8px !important;
	border-left: none;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.page-contact-us .country-miza-homepage-code-mobile .phonenumber {
	padding-top: 8px !important;
	border-left: none;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.country-miza-homepage-code-mobile .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
      padding-top: 10px;
      padding-left: 6px !important;
      padding-right: 55px !important;
}

.page-portal .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
      padding-top: 10px;
      padding-left: 6px !important;
      padding-right: 55px !important;
}

.page-miza-homepage .btn-form-outline {
   font-size: 18px;
   color: #707070;
   background-color: #fff;
   padding: 10px 0px;
   border-radius: 30px;
   border: 1px solid #00a6be;
}

.page-miza-homepage .btn-form-fill {
    font-size: 18px;
    color: #fff;
    padding: 10px 0px;
    border-radius: 30px;
    background-color: #00a6be;
}

.input-wrapper {
	position: relative;
	width: calc(100% - 125px);
	float: right;
}

.input-wrapper input {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.mega-giga-container {
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}

.mg-background {
	position: absolute;
	height: 100%;
	width: 100%;
}

.mega-image-popup {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.mega-icons {
	z-index: 9;
}

.mega-giga-container .map-area {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
}

.mega-giga-container .content-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgb(0 0 0 / 50%);
	padding: 100px 50px;
	position: static;
	text-align: center;
}

.mega-giga-container .content-area h3 {
	font-size: 25px;
	color: #ffffff;
	margin-bottom: 30px;
	z-index: 9;
}

.mega-giga-container .content-area h4 {
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
	z-index: 9;
}

.content-data {
	text-align: center;
	color: #ffffff;
}

.mega-giga-container .content-area h2 {
	font-size: 35px;
	color: var(--misaFirstColor);
}

.mega-giga-container .content-area p {
	font-size: 16px;
}

.content-area .know-more-btn {
	background: var(--misaSecondColor);
	border-radius: 27px;
	padding: 10px 20px;
	height: 45px;
	color: #fff !important;
	margin-bottom: 25px;
}

.mg-active {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 0px !important;
}

.mega-jiamap a.active path {
	fill: var(--misaFirstColor);
}

@media (max-width:768px) {
	.opportunity-productData-description ul {
		display: block;
	}

	.opportunity-productData-description li {
		width: 100%;
		margin-left: 0px !important;
		margin-bottom: 20px;
	}

	.opportunity-card .opp-headtitle {
		font-size: 25px;
		word-break: break-all;
	}

	.opportunity-card .opp-type {
		word-break: break-all;
	}

	.opportunity-card .content-box {
		padding: 20px !important;
	}

	.opportunity-card .know-more-btn,
	.opportunity-card .interest-btn {
		width: 100%;
	}

	.opp-filter-btn {
		position: unset;
		width: 100%;
		margin-top: 40px;
	}

	.sectors-list {
		padding: 20px;
		width: 100%;
	}

	.sectors-opportunity .sectors-list .sector-btn {
		margin-right: 0px !important;
		width: 100%;
	}

	.filter-buttons {
		flex-direction: column;
		margin-top: 30px;
	}

	.filter-buttons .btn {
		width: 100%;
		margin-bottom: 20px;
	}

	.sectors-opportunity .search-placeholder {
		font-size: 13px !important;
	}

	.opportunity-card.total-results {
		text-align: right;
	}

	.opp-mobile-show {
		display: block;
		text-align: right;
	}

	.opp-mobile-hidde {
		display: none;
	}

	.opp-sort-filter-total .opportunity-card.opp-filter>div,
	.opp-sort-filter-total .opportunity-card.opp-sort form {
		margin: 10px 0;
	}

	.opp-sort-filter-total .opportunity-card label.full {
		width: 100%;
		justify-content: left;
	}

	.opp-sort-filter-total .opportunity-card.opp-sort select {
		padding: 0 !important;
		margin: 0;
		border: 0;
		appearance: none;
		font-size: 14px;
		color: #5f6470;
		width: 100%;
		height: 20px;
		text-align: left;
	}

	.opp-sort-filter-total .opportunity-card.opp-sort {
		border-top: 1px solid rgba(0, 0, 0, .1);
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		border-right: 1px solid rgba(0, 0, 0, .1);
	}

	.opp-sort-filter-total .opportunity-card.opp-filter {
		border-top: 1px solid rgba(0, 0, 0, .1);
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}

	.opp-sort-filter-total .opportunity-card.opp-filter span#opp-open-modal-filter {
		font-size: 14px;
		color: #5f6470;
		width: 100%;
		height: 25px;
		display: block;
		cursor: pointer;
	}

	.opp-sort-filter-total .modal {
		padding: 0 !important;
		z-index: 9999;
		margin: 5px !important;
	}

	.opp-sort-filter-total .modal .modal-dialog {
		width: 100%;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.opp-sort-filter-total .modal .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.opp-sort-filter-total .modal .modal-body {
		overflow-y: auto;
	}

	.opp-sort-filter-total .opp-filter-container .facet__name {
		text-align: left !important;
	}

	.opp-sort-filter-total .opp-filter-container .facet__name i {
		float: right;
		cursor: pointer;
		color: #5f6470;
	}
}

.economic-dashboard-container {
	padding: 50px;
	background-image: url(../img/WhenNumberTalk.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.economic-dashboard-container .o-stories__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-row-gap: 20px;
	grid-column-gap: 24px;
}

.economic-dashboard-container .eh-card {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 275px;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	margin-bottom: 30px;
}

.economic-highlights-overview .eh-panel-box {
	height: 275px;
	text-align: center;
	padding: 35px;
	border-radius: 30px;
	background: #FFFFFF;
	box-shadow: 0px 65px 60px #00000033;
	align-items: center;
	display: flex;
	flex-direction: column;
	vertical-align: middle;
	justify-content: center;
}

.eh-card .count {
	color: var(--misaFirstColor);
	font-size: 35px;
	margin-bottom: 0px;
	line-height: 39px;
}

.eh-card .desc {
	color: #707070;
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 30px;
}

.eh-card .name {
	color: #025635;
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 22px;
}

.eh-card .calendar {
	color: #707070;
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 0px;
}

.section-header {
	font-size: 20px;
	color: #707070;
	font-weight: 600;
	text-align: right;
}

.checkbox-container {
	display: block;
	position: relative;
	padding-right: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	color: #707070;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: right;
}

.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	right: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border: 1px solid var(--misaSecondColor);
	border-radius: 5px;
}

.checkbox-container:hover input~.checkmark {
	background-color: #fff;
}

.checkbox-container input:checked~.checkmark {
	background-color: var(--misaSecondColor);
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-container input:checked~.checkmark:after {
	display: block;
}

.checkbox-container .checkmark:after {
	left: 9px;
	top: 4px;
	width: 6px;
	height: 13px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.select-chart,
.select-date,
.select-indicator {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
}

.select-date::-webkit-inner-spin-button {
	display: none;
}

.select-date::-webkit-calendar-picker-indicator {
	background-color: white
}

.select-date input[type=date] {
	font-size: 16px;
	height: 45px;
	color: #B2B2B2;
	margin-left: 15px;
	border: 1px solid #B2B2B2;
}

.select-date label {
	color: #B2B2B2;
	font-size: 16px;
	float: right;
}

.select-indicator .container {
	display: block;
	position: relative;
	padding-right: 30px;
	margin-bottom: 20px;
	cursor: pointer;
	color: #707070;
	font-size: 16px;
	text-align: right;
}

.select-indicator .container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.select-indicator .check {
	position: absolute;
	top: 0;
	right: 0;
	height: 24px;
	width: 24px;
	background-color: #fff;
	border: 1px solid var(--misaSecondColor);
	border-radius: 50%;
}

.select-indicator .container:hover input~.check {
	background-color: gray;
}

.select-indicator .container input:checked~.check {
	background-color: var(--misaSecondColor);
}

.select-indicator .check:after {
	content: "";
	position: absolute;
	display: none;
}

.select-indicator .container input:checked~.check:after {
	display: block;
}

.select-indicator .container .check:after {
	top: 3px;
	left: 3px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: white;
}

.apply-filter-buttons {
	position: relative;
}

.apply-filter-buttons .row {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.apply-filter-buttons .secondary {
	height: 45px;
	background: #FFFFFF;
	border: 1px solid var(--misaSecondColor);
	border-radius: 23px;
	color: var(--misaSecondColor);
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.apply-filter-buttons .primary {
	height: 45px;
	background: var(--misaSecondColor);
	border: 1px solid var(--misaSecondColor);
	border-radius: 23px;
	color: #ffff;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.apply-filter-buttons .primary:hover {
	color: inherit;
}

.indices-container {
	background: #F0F0EF;
	padding: 25px;
	position: relative;
}

.filter-header {
	position: absolute;
	top: -23px;
	left: 50%;
	padding: 12px 100px;
	transform: translateX(-50%);
	height: 45px;
	line-height: 23px;
	background: #707070;
	border: 1px solid #707070;
	color: #fff;
	font-size: 20px;
}

.credit-rating-stats {
	display: flex;
	justify-content: center;
	margin-top: 35px;
}

.credit-rating-stats div {
	margin-left: 12px;
	margin-right: 12px;
}

.eh-page-breadcrums {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: transparent;
	width: 100%;
	z-index: 2;
}

.eh-page-breadcrum-link {
	position: absolute;
	bottom: 10px;
	left: 0px;
	background: transparent;
	width: 100%;
	padding-bottom: 0px;
}

.eh-page-links {
	display: flex;
	justify-content: space-evenly;
	font-size: 22px;
}

.eh-page-link {
	display: flex;
	max-width: 250px;
}

.eh-page-link a img.close-icon {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.eh-page-link.active a {
	color: #22D5EF;
}

.chart-container {
	border: 1px solid #AEAEAE;
	border-radius: 25px;
	padding: 45px 30px;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}

.chart-header {
	background-color: var(--misaFirstColor);
	width: 600px;
	padding: 15px 40px;
	color: #fff;
	position: absolute;
	top: -55px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	font-size: 25px;
}

.logistics-chart-header {
	padding: 15px 40px;
	color: #707070;
	text-align: center;
	left: 50%;
	font-size: 16px;
}

#renderoverallSaudiPopulationChartDiv {
	height: 275px;
	width: 200px;
}

#rendergraduatesByDegreeChartDiv,
#renderlabourPrivateSectorChartDiv,
#rendersaudiUnemploymentChartDiv {
	height: 275px;
}

#renderpopulationByRegionDiv,
#CommercialChartDiv,
#fundAssetChartDiv,
#renderemploymentByRegionChartDiv,
#renderFDIValueChartDiv,
#renderFDIGrowthChartDiv,
#capitalInformationChartDiv {
	height: 375px;
}

#ChartDivError,
#growthChartDivError {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.saudi-sector-map {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.saudi-sector-map img {
	height: 143px;
}

.eh-page-grid-link {
	position: relative;
	bottom: 80px;
	width: 275px;
	font-size: 24px;
	text-align: center;
	color: #fff;
}

.page-economic-highlights .eh-page-grid-link {
	position: absolute;
	bottom: 20px;
}

.eh-page-grid-link img.close-icon {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

body.page-economic-highlights .eh-page-breadcrums .toggle-div.container .eh-page-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-row-gap: 20px;
	grid-column-gap: 24px;
}

.eh-page-grid {
	display: flex;
	justify-content: center;
}

.page-infrastructure-logistics .eh-page-grid,
.page-sa-international-indices .eh-page-grid,
.page-saudi-economic-sectors .eh-page-grid,
.page-investment-data .eh-page-grid {
	display: flex;
	justify-content: space-evenly;
}

.page-infrastructure-logistics .thumbnail .eh-page-grid-link,
.page-sa-international-indices .thumbnail .eh-page-grid-link,
.page-saudi-economic-sectors .thumbnail .eh-page-grid-link,
.page-investment-data .thumbnail .eh-page-grid-link {
	bottom: 0;

}

.eh-page-breadcrums .thumbnail {
	width: 275px;
	position: relative;
}

.info-text {
	font-size: 10px !important;
	line-height: 12px !important;
	position: absolute;
	bottom: 20px;
	left: 10px;
	width: 100%;
	padding-left: 10px;
	padding-right: 15px;
}

@media (max-width: 575.98px) {
	.economic-dashboard-container {
		padding: 15px;
	}

	.economic-highlights-overview .title-area .title-heading {
		font-size: 30px;
	}

	.economic-highlights-overview .eh-panel-box {
		height: auto;
	}

	.economic-dashboard-container .eh-card {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}
}

@media (max-width: 576px) {
	.economic-highlights-overview .eh-panel-box {
		height: 450px;
	}

	.economic-dashboard-container .eh-card {
		flex: 0 0 50%;
		max-width: 50%;
		width: 100%;
	}
}

@media (max-width: 992px) {
	.apply-filter-buttons .row {
		position: relative;
	}

	.apply-filter-buttons .secondary {
		margin-bottom: 20px;
	}

	.apply-filter-buttons .row {
		position: relative;
		display: inline-block;
	}

	.apply-filter-buttons .col-md-6 {
		width: 100%;
		max-width: 100%;
		display: block;
	}

	.economic-highlights-overview .eh-panel-box {
		width: 440px;
		height: 450px;
	}

	.economic-dashboard-container .eh-card {
		flex: 0 0 50%;
		max-width: 50%;
		width: 100%;
	}
}

@media (max-width: 1200px) {
	.economic-dashboard-container .eh-card {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 100%;
		width: auto;
	}

	.economic-highlights-overview .eh-panel-box {
		width: 100%;
		height: 380px;
	}
}

.eco-banner {
	width: 100%;
	height: 95vh;
	background-size: cover;
	position: relative;
	z-index: 1;
	background-position: top center;
}

.eco-banner-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.eco-banner-container h1 {
	margin: 0 0 10px 0;
	font-size: 45px;
	font-weight: 700;
	line-height: 56px;
	color: #fff;
}

.sagiaHead-paddingHelper {
	padding-bottom: 0px !important;
}

.page-breadcrums {
	padding: 0px;
	background-color: #F0F0EF;
}

.page-breadcrums ol.breadcrumb {
	background-color: transparent;
	margin: 0;
	padding: .75rem 1rem !important;
}

.page-breadcrums ol.breadcrumb li.breadcrumb-item {
	font-size: 14px;
}

.page-breadcrums ol.breadcrumb li.breadcrumb-item>a {
	color: #707070;
}

.page-breadcrums ol.breadcrumb li.breadcrumb-item.active {
	font-size: 14px;
	color: var(--misaSecondColor);
	text-decoration: underline;
}

.page-breadcrums ol.breadcrumb li.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: .5rem;
	color: #6c757d;
	content: ">";
}

.text-header {
	font-size: 45px;
	color: #707070;
	text-transform: uppercase;
}

.INL_logistics_header {
	text-align: center;
	font-weight: 600;
	font-size: 30px;

	color: #FFFFFF;
}

.INL_bg_gold_header {
	background: var(--misaFirstColor) 0% 0% no-repeat padding-box;
	width: 60%;
	margin: 0px auto;
	padding: 10px 1px;
	position: sticky;
	display: block;
	margin-top: -35px;
}

.INL_row_shadow {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 12px 53px #00000029;
	border-radius: 25px;
}

.INL_logistics_icons_headeron {
	text-align: center;
	font-weight: 600;
	font-size: 35px;

	color: #025635;
}

.INL_logistics_icons_para {
	text-align: center;
	font-size: 16px;

	color: #707070;
}

.INL_padding_Center {
	text-align: center;
	width: 100%;
	margin: 25px auto;
	padding: 10px 10px;
}

.INL_padding_Center .img-fluid {
	height: 50px;
	margin-bottom: 10px;
}

.INL_row_gray_shadow {
	background: #F0F0EF 0% 0% no-repeat padding-box;
	border-radius: 25px;
}

.INL_industrial_city_header {
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	color: #025635;
	padding: 60px 20px 25px;
}

.tabs_bg_gray_color {
	background: #eeeaea !important;
	padding: 30px;
}

.tabs_bg_gray_color.active {
	background: var(--misaSecondColor) !important;
	color: #FFFFFF !important;
}

.INL_row_gray_shadow .nav-tabs .nav-item {
	width: 33.33%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	display: flex;
}

.INL_row_gray_shadow .nav-tabs .nav-link {
	text-align: center;
	/*  */
	font-weight: bold;
	font-size: 20px;

	color: #707070;
	width: 100%;
}

.INL_total_bg_box {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 12px 53px #00000029;
	border-radius: 25px;
	padding: 60px 20px 25px;
}

.INL_total_gold_header {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: var(--misaFirstColor);
}

.INL_total_number {
	text-align: center;
	font-weight: 600;
	font-size: 35px;

	color: #025635;
}

.INL_total_number_contant {
	text-align: center;
	font-size: 16px;

	color: #707070;
}

.INL_SD_Industrial_Cities {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 12px 53px #00000029;
	border-radius: 25px;
	/* -webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; */
	padding: 30px 10px;
	margin: 20px 0px;
}

.INL_SD_Industrial_Cities_header {
	text-align: center;
	font-weight: 600;
	font-size: 20px;

	color: #025635;
	height: 52px;
}

.INL_table_para {
	text-align: left;
	/*   */
	font-size: 16px;

	color: #707070;
}

.INL_table_number {
	text-align: right;
	font-weight: 600;
	font-size: 16px;

	color: var(--misaFirstColor);
}

.INL_table .table td,
.INL_table .table th {
	padding: 0px;
	vertical-align: top;
	border-top: 0px solid #dee2e6;
}

.INL_SD_Industrial_Cities .alink {
	text-align: center;
	text-decoration: underline;
	font-size: 16px;
	font-weight: 600;

	color: var(--misaSecondColor);
	text-transform: uppercase;
}

.INL_technology_Text_Block {
	position: relative;
}

.INL_technology_text {
	position: absolute;
	bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.INL_technology_text_content {
	text-align: center;
	font-size: 25px;
	font-weight: 600;

	color: #FFFFFF;
}

.w-80 {
	width: 80%;
}

.INL_height_190px {
	height: 190px;
}

.INL_height_150px {
	height: 150px;
}

.Inc-dashboard {
	background-image: url(../img/Private_Industrial_Cities_and_Complexes_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.infra-tabs ul {
	background-color: #F2F2F2;
}

.grpah-item {
	display: flex;
	align-items: center;
}

.investData-tabs ul {
	background-color: #F2F2F2;
}

.investData-tabs ul li {
	width: 50% !important;
}

.filter-wrap {
	background-color: #F0F0EF;
}

.filter-panel-header {
	background-color: #707070;
	text-align: center;
	font-size: 20px;
	color: #fff;
	padding: 13px 20px;
	width: 100%;
}

.filter-panel h1 {
	font-size: 20px;
	color: var(--misaFirstColor);
	text-align: center;
	padding: 24px 0px 17px;
}


/* End */


/****Real Sector****/

.INL_BG_image {
	background-image: url(../img/Private_Industrial_Cities_and_Complexes_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.INL_bg_gray_paraset {
	width: 50%;
	margin: 0px auto;
	padding: 10px 1px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 600;

	color: #707070;
}

.INL_SD_Real_Sector {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 12px 53px #00000029;
	border-radius: 25px;
	padding: 30px 10px;
	margin: 20px 0px;
	height: 90%;
}

body.page-saudi-economic-sectors .INL_SD_Real_Sector {
	height: 90%;
}

#monetarySectorDashboard .INL_SD_Real_Sector {
	min-height: 206px;
}

.INL_SD_Real_Sector_header {
	text-align: center;
	font-size: 35px;
	font-weight: 600;

	color: var(--misaFirstColor);
}

.INL_SD_Real_Sector_paper {
	text-align: center;
	font-size: 18px;
	font-weight: 600;

	color: #707070;
}

.INL_SUB_Sector {
	text-align: center;
	font-size: 12px;
	font-weight: 600;

	color: #707070;
	margin-top: -10px;
}

.INL_SD_Real_Sector_header_green {
	text-align: center;
	font-size: 20px;
	font-weight: bold;

	color: #025635;
	height: 45px;
}


/* .INL_SD_Real_Sector_paper2{
text-align: center;
font-size: 16px;
font-weight: 600;


color: #707070;
margin-top: 20px;
} */

.INL_SD_Real_Sector_paper2 {
	text-align: center;
	font-size: 16px;
	font-weight: 600;

	color: #707070;
	margin-top: 20px change to 40px;
}

.w-60 {
	width: 60%;
}

.INL_Workforce_para {
	text-align: center;
	font-size: 25px;
	font-weight: 600;

	color: #025635;
}

.INL_Select_year {
	text-align: center;
	font-size: 20px;

	color: #707070;
	margin-left: 20px;
}

.INL_Select_number {
	text-align: center;
	font-size: 19px;
	font-weight: 600;

	color: #707070;
	width: 155px !important;
	height: 65px !important;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #BEBEBE;
	border-radius: 15px;
}

.INL_Select_overall {
	text-align: right;
	font-size: 20px;

	color: var(--misaFirstColor);
	font-weight: 600;
}

.INL_Select_download {
	text-align: right;
	font-size: 20px;
	font-weight: 600;

	color: #707070;
}

.INL_margin_n35px {
	margin: -35pxpx auto;
}

.INL_EEMP_number_set {
	text-align: center;
	font-size: 45px;
	color: #025635;
}

.INL_EEMP_number_para {
	font-size: 30px;
	color: #707070;
}

.INL_UEMP_header {
	text-align: center;
	font-size: 20px;

	color: #707070;
}

.INL_Arrow_bg_log {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(../img/sector_arrow.png);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.INL_Height_setle334 {
	height: 334px;
}

.INL_unemp_hei50 {
	width: 145px;
	height: 46px;
	margin: 25px auto;
}

.INL_UEMP_header_number_green {
	text-align: center;
	font-size: 20px;

	color: #025635;
}

.INL_UEMP_header_number_gold {
	text-align: center;
	font-size: 20px;

	color: var(--misaFirstColor);
}


/******Investment Data*******/

.INDS_tabs_centers .nav-tabs .nav-item {
	width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 50%;
	display: flex;
}

.INDS_tabs_centers .nav-tabs .nav-link {
	text-align: center;
	font-weight: bold;
	font-size: 20px;

	color: #707070;
	width: 100%;
}

.INDS_gray_color_aside {
	background: #F0F0EF 0% 0% no-repeat padding-box;
}

.INDS_Filter_by {
	background: #707070 0% 0% no-repeat padding-box;
	border: 1px solid #707070;
	text-align: center;
	font-weight: 600;
	font-size: 20px;

	color: #FFFFFF;
}

.INDS_select_sector {
	text-align: center;
	font-weight: 600;
	font-size: 20px;

	color: var(--misaFirstColor);
}

.INDS_select_sector_input {
	border-radius: 25px 0px 0px 25px;
}

.INDS_select_sector_input_btn {
	border-radius: 0px 25px 25px 0px;
}

.INDS_input_Checkbox_wh {
	width: 24px;
	height: 24px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #9F9F9F;
	border-radius: 5px;
}

.INDS_input_Checkbox_label {
	text-align: left;
	font-weight: 600;
	font-size: 16px;

	color: #707070;
	padding-left: 35px;
	position: absolute;
	line-height: 20px;
	width: 240px;
	/* height: 215px;
padding: 0px 0px 0px 35px;*/
}

.INDS_input_Checkbox_wh.custom-control-input {
	width: 24px;
	height: 24px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #9F9F9F;
	border-radius: 5px;
}

.INDS_HL_Checkbox .custom-control-label {
	position: relative;
	margin-bottom: 0;
}

.INDS_HL_Checkbox .custom-checkbox .custom-control-input {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #9F9F9F;
	border-radius: 5px;
}

.INDS_HL_Checkbox .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background: var(--misaSecondColor) !important;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
	width: 24px;
	height: 24px;
}

.INDS_HL_Checkbox .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
	width: 24px;
	height: 24px;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #9F9F9F;
	border-radius: 5px;
}

.INDS_HL_Checkbox .custom-checkbox .custom-control-label::before {
	width: 24px;
	height: 24px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #9F9F9F;
	border-radius: 5px;
}

.INDS_padding_15px25 {
	padding: 15px 25px;
}

.INDS_select_tab .nav-tabs .nav-link {
	text-align: center;
	font-weight: bold;
	font-size: 16px;

	color: #ffffff;
	width: 100%;
	border-radius: 25px 0px 0px 25px;
	/* border-radius: 25px; */
}

.INDS_select_tab .nav.nav-tabs {
	background: var(--misaSecondColor);
	border-radius: 25px;
	padding-right: 0px;
}

.INDS_select_tab .nav-tabs .nav-item {
	width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 50%;
	display: flex;
	border-radius: 25px;
}

.INDS_select_tab .nav.nav-tabs .nav-link.active {
	background: #C6C6C6;
	/* border-radius:25px 0px 0px 25px; */
}

.INDS_select_tab .nav.nav-tabs .nav-link {
	background: #C6C6C6;
	color: #fff !important;
}

.INDS_select_tab .nav.nav-tabs .nav-link.active {
	background: var(--misaSecondColor);
	color: #fff !important;
}

.INID_BG_image {
	background-image: url(../img/Infrastructures_and_Logistics/Private_Industrial_Cities_and_Complexes_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.INID_for_header {
	text-align: center;
	font-weight: 600;
	font-size: 30px;

	color: #FFFFFF;
}

.INID_word_paper2 {
	text-align: center;
	font-size: 16px;
	font-weight: 600;

	color: #707070;
}

.INID_SD_header_green {
	text-align: center;
	font-size: 20px;
	font-weight: bold;

	color: #025635;
}

.INID_SUB_data {
	text-align: center;
	font-size: 12px;
	font-weight: 600;

	color: #707070;
	margin-top: -5px;
}

.INID_SD_inv_data_header {
	text-align: center;
	font-size: 35px;
	font-weight: 600;

	color: var(--misaFirstColor);
}

.INID_SD_Data_IN_sho {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 12px 53px #00000029;
	border-radius: 25px;
	padding: 30px 10px;
	margin: 20px 0px;
}

.INID_Select_over_header {
	text-align: center;
	font-size: 20px;

	color: var(--misaFirstColor);
	font-weight: 600;
}

.INID_row_border_image {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #AEAEAE;
	border-radius: 25px;
}

.INID_apadding_050px {
	padding: 0px 50px;
}

.INID_border_filter_in_line {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #707070;
	border-radius: 27px;
	padding: 10px 45px 10px 30px;
	text-align: center;
	font-size: 16px;

	color: #707070;
	text-transform: capitalize;
	position: relative;
	margin: 10px;
}

.INDS_Filter_by_Close {
	color: var(--misaSecondColor);
	position: absolute;
	top: 10px;
	right: 15px;
	font-weight: bold;
	cursor: pointer;
}

.desktop_incentives {
	display: block;
}

.mobile_incentives {
	display: none;
}


/*----Macroeconomic overview section css code ----*/

.rhq-support-setting-container,
.rhq-economic-zone-container {
	padding: 30px;
	padding-top: 44px;
	padding-bottom: 142px;
	background-size: cover;
	background: url(../img/Infrastructures_and_Logistics/data/economic-sec-bg.png) no-repeat;
}

.title-area .title-heading {
	font-size: 45px;
	font-weight: 600;
	text-align: center;
	line-height: 50px;
	color: var(--misaFirstColor);
	text-transform: uppercase;
	padding-top: 69px;
	padding-bottom: 5px;
}

.content-wrapper .content-header {
	position: relative;
	padding: 30px;
	padding-top: 45px;
	min-height: 210px;
	background-color: #F0F0EF;
	text-align: right;
}

.content-header h4 {
	position: relative;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	top: -58px;
	width: 50%;
	height: 55px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: var(--misaFirstColor);
}

.content-header h5 {
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	color: #707070;
	margin-bottom: 20px;
}

.content-header .btn {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 19px;
	color: #fff;
	padding: 15px 20px;

	border-radius: 27px;
	text-transform: uppercase;
	border: 1px solid var(--misaSecondColor);
	background-color: var(--misaSecondColor);
}

.fund-assets-period label {
	background-color: #C6C6C6 !important;
}

.fund-assets-period label.active {
	color: #fff;
	border: none;
	background-color: var(--misaSecondColor) !important;
}

.content-header .input-group label {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 32px;
	color: #707070;
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
}

.content-header .input-group {
	display: inline-block;
	vertical-align: top;
	width: 30%;
}

.content-header .input-group .form-control {
	display: inline-block;
	vertical-align: top;
	width: 110px;
	height: 45px;
}

.content-header .input-group img {
	padding-top: 10px;
	padding-left: 5px;
}

.content-header .button-group {
	position: relative;
}


/* .content-header .button-group a:first-child {
padding-left: 40px;
} */

.content-header .button-group a:first-child svg {
	position: absolute;
	right: 10px;
	transform: scaleX(-1);
}

#sector-filter-form .reset span {
	vertical-align: super;
	margin-right: 10px;
}

.content-header .button-group .btn {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	width: 119px;
	height: 45px;

	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 23px;
	text-transform: uppercase;
}

.content-header .button-group .reset {
	color: var(--misaSecondColor);
	background-color: #fff;
	border: 1px solid var(--misaSecondColor);
	border-top-right-radius: 23px !important;
	border-bottom-right-radius: 23px !important;
}

.content-header .button-group .reset:active {
	color: var(--misaSecondColor);
	background-color: #fff;
	border: 1px solid var(--misaSecondColor);
	box-shadow: none !important;
}

.content-header .button-group .apply {
	background-color: var(--misaSecondColor);
}

.content-header .indicator {
	margin-bottom: 20px;
}

.content-header .indicator a {
	color: var(--misaSecondColor);
	width: 40%;
	background: #fff;
	padding: 10px 30px;
	border-radius: 27px;
	margin-right: 10px;
	margin-bottom: 15px;
	border: 1px solid var(--misaSecondColor);
}

.content-wrapper .content-header .indicator a.active {
	background: var(--misaSecondColor);
	border: 1px solid var(--misaSecondColor);
	border-radius: 27px;
}

.content-header .btn-group-toggle .btn {
	height: 45px;
	padding: 12px 20px;
}

.content-header .btn-group-toggle .btn-secondary.active {
	color: #fff;
	border: none;
	background-color: #C6C6C6;
}

.content-body {
	position: relative;
	text-align: center;
}

.content-body .reports-download {
	position: absolute;
	top: 10px;
	right: 30px;
	z-index: 999;
}

.content-body .reports-download a {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	color: #707070;
	font-weight: 600;
	padding: 7px;
}

.content-body .reports-download a img {
	width: auto;
	border: none;
	border-radius: 0;
	padding-top: 0;
}

.content-body img {
	width: 100%;
	padding-top: 60px;
	border: 1px solid #AEAEAE;
	border-radius: 25px;
	background-color: #fff;
}

.test-item.active {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

@media (max-width: 575.98px) {
	.content-header h4 {
		width: 100%;
		height: auto;
	}

	.content-header .btn {
		display: block;
		padding: 10px;
		white-space: normal;
		margin-bottom: 20px;
	}

	.content-header .input-group {
		width: 100%;
	}

	.content-header .input-group label {
		width: 30%;
		margin-bottom: 20px;
	}

	.content-header .indicator a {
		width: 100%;
	}

	.content-header .button-group .btn {
		margin-top: 20px;
	}

	.content-body {
		margin-bottom: 30px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.content-header h4 {
		width: 100%;
		height: auto;
	}

	.content-header .btn {
		display: block;
		padding: 10px;
		white-space: normal;
		margin-bottom: 20px;
	}

	.content-header .input-group {
		width: 100%;
	}

	.content-header .input-group label {
		width: 30%;
		margin-bottom: 20px;
	}

	.content-header .indicator a {
		width: 100%;
	}

	.content-header .button-group .btn {
		margin-top: 20px;
	}

	.content-body {
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.content-wrapper {
		margin-top: 60px;
	}

	.content-header .button-group {
		display: block;
	}

	.content-header h4 {
		width: 100%;
		height: auto;
	}

	.content-header .btn {
		display: block;
		padding: 10px;
		white-space: normal;
		margin-bottom: 20px;
	}

	.content-header .input-group {
		width: 100%;
	}

	.content-header .input-group .form-control {
		width: 40%;
	}

	.content-header .input-group label {
		width: 30%;
		margin-bottom: 20px;
	}

	.content-header .indicator a {
		width: 100%;
	}

	.content-header .button-group .btn {
		width: auto;
		margin-top: 20px;
	}
}

/*@media (min-width: 992px) and (max-width:1199px) {
	.content-wrapper {
		margin-top: 60px;
	}
	.content-header h4 {
		width: 75%;
		height: auto;
	}
	.content-header .btn {
		padding: 10px;
		white-space: normal;
		margin-bottom: 20px;
	}
	.content-header .input-group .form-control {
		width: 50%;
	}
	.content-header .input-group {
		width: 100%;
	}
	.content-header .input-group label {
		width: 30%;
		margin-bottom: 20px;
	}
	.content-header .indicator a {
		width: 40%;
	}
	.content-header .button-group .btn {
		width: auto;
		margin-top: 20px;
	}
}*/

@media (min-width: 1200px) {
	.economic-heightlight-container {
		margin-top: 100px;
	}

	.content-header h4 {
		position: absolute;
		top: -30px;
		left: 0;
		right: 0;
	}

	.economic-heightlight-container .content-wrapper {
		margin-bottom: 100px;
	}

	.content-body img {
		margin-top: -20px;
		width: 98%;
		margin-left: auto;
		margin-right: auto;
	}
}


/* --------------- */

.dsp-mob-none {
	display: block;
}

.dsp-none {
	display: none;
}

@media (min-width: 340px) and (max-width: 767px) {
	.dsp-mob-none {
		display: none;
	}

	.dsp-none {
		display: block;
	}

	.swiper {
		width: 100%;
		height: 100%;
	}

	.swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		height: 500px !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.swiper-title h4 {
		color: #22D5EF;
	}

	.swiper-slide img {
		width: 50%;
		height: 50%;
		object-fit: cover;
		text-align: center;
		justify-content: center;
		display: block;
		margin: 0 auto;
	}

	.swiper-about {
		margin: auto;
		padding: 5%;
		text-align: center;

		transform: rotate(0deg);
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		background: var(--misaSecondColor)ab 0% 0% no-repeat padding-box;
	}

	.swiper-about p {
		color: #FFFFFF !important;
		width: 100%;
	}

	.swiper-pagination {
		position: relative !important;
		top: 10px;
	}

	.swiper-pagination span {
		width: 12px;
		height: 12px;
		text-align: center;
		line-height: 20px;
		font-size: 12px;
		opacity: 1;
		background: #fff;
		margin-right: 5px;
	}

	.swiper-pagination-bullet {
		background: #fff;
		border: 1px solid #22D5EF;
	}

	.swiper-pagination .swiper-pagination-bullet-active {
		background: #22D5EF;
	}

	.arrow-top {
		display: none;
	}
}

@media (max-width: 768.1px) {
	.desktop_incentives {
		display: none;
	}

	.mobile_incentives {
		display: block;
		width: 100%;
	}
}

.no-opportunities-text {
	font-size: 32px;
	font-style: italic;
}


/*Contact Us Arabic*/

.contact-map .tab-content {
	height: auto !important;
	background-color: initial !important;
	color: initial !important;
	padding: initial !important;
	width: auto !important;
	right: auto !important;
	position: initial !important;
	top: initial !important;
	padding-top: auto !important;
	display: block;
}

.contactpage-form .tab-content {
	background-color: initial !important;
	position: initial !important;
	display: block;
	color: #32465A !important;
}

.contactpage-form .tab-content .tab-pane .contact-accordion .show {
	display: block !important;
}

.contact-map-tab li:nth-child(1) a {
	border-radius: 0px 20px 20px 0px;
}

.contact-map-tab li:nth-child(2) a {
	border-radius: 20px 0px 0px 20px;
}

.popover_word,
.contactpage-form .tab-content .contact-accordion .card .card-body,
.contactpage-form .tab-content .contact-accordion .card .card .card-body {
	text-align: right !important;
}

.contact-accordion .card-header h5 button.btn.btn-link {
	float: right;
}

.contact-accordion .card-header h5 button.btn.btn-link:after {
	right: initial;
	left: 10px;
}

@media only screen and (min-width: 1586px) {
	.contact-map .container {
		max-width: 1320px !important;
	}
}

.contact-map svg text {
	cursor: pointer;
}


/*Contact Us Arabic*/


/*incentives arabic -START*/

.INS_shadow_pad .INS_loanpbm_para,
ul.INS_list_font li,
.INS_letter_set_header,
.INS_letter_set_para,
.INS_aLINK_i,
.INS_SEMS_Credit_header,
.INS_SEMS_Credit_para,
.INS_li_ul_under {
	text-align: right;
}

.INS_tax_headeron,
.INS_tax_headeron_para,
.INS_smes_headeron,
.INS_smes_headeron_para {
	text-align: right !important;
}

.emp-support-program-content .nav {
	margin-bottom: 1.5rem !important;
}

.INS_aLINK_i,
.INS_padding_tax_word a,
.INS_padding_Smes_word div a {
	float: right;
}

.INS_tax_bg_linear {
	background: linear-gradient(to left, #ffffff 15%, #ffffff 5%, #ffffff 25%, #ececec 10%, #ececec 15%, #ececec 30%);
}

.INS_EPM_nav .nav-pills .nav-link.active:after {
	align-items: end !important;
}

.INS_rowcenter div:last-child .INS_border_right {
	border-left: none !important;
}

@media (max-width:999px) {
	.emp-support-program-content .mobile_incentives {
		display: block;
		width: 100%;
	}

	.INS_tax_bg_linear {
		background: linear-gradient(to right, #ffffff 0%, #ffffff 0%, #ffffff 0%, #ececec 0%, #ececec 15%, #ececec 30%) !important;
	}

	.INS_attractive_bg .INS_loanpbm_para {
		text-align: center !important;
	}

	.emp-support-program-content .nav {
		padding: initial !important;
	}

	.emp-support-program-content .mobile_incentives .tab-content {
		display: block !important;
		position: inherit !important;
	}

	.emp-support-program-content .mobile_incentives .tab-pane {
		padding-bottom: 3vh;
	}
}

@media (min-width:1000px) {
	.incentives-container-tabcontent {
		height: auto !important;
		padding: initial !important;
		width: auto !important;
		right: auto !important;
		position: initial !important;
		top: initial !important;
	}

	.incentives-container-tabcontent .tab-pane {
		padding-bottom: 10px;
	}

	.incentives-container-tabcontent {
		display: block !important;
	}

	.INS_sections_insdetials .INS_attractive_bg .INS_height_150px {
		height: 130px !important;
	}

	.INS_sections_insdetials .INS_financial_paddding .INS_financial_para {
		height: 120px;
	}
}


/*incentives arabic -END*/


/*Sector Opportunities - Opprtunities landing page START*/

.page-economic-investments-terms .paginate_button img.transform-180-degree,
.search-result-reports-container .pagination .page-item .page-link img,
.opportunity-card img,
.all-opportunity .pagination .page-item .page-link img {
	transform: rotateY(180deg);
}

.search-reports-container .reset-search,
.opp-search-container .reset-search {
	left: 30px;
	right: inherit;
}

.search-reports-container .search-btn,
.opp-search-btn {
	right: initial;
	left: 20px;
}

.opp-filter-btn {
	right: initial;
	left: 20px;
}

.sector-list-text {
	text-align: right;
}

.opp-sector-item-icon {
	margin-left: 0.5rem !important;
	margin-right: initial !important;
}

.opp-search-container input[type=search] {
	border-radius: 30px !important;
}



@media (min-width: 992px) {
	.page-opportunity-search .opportunity-card .opp-headtitle {
		height: 80px;
	}
}

@media (min-width: 1025px) {
	.opp-search-container input[type=search] {
		height: 60px !important;
	}

	.opp-reset-search-btn {
		margin-right: 40px;
		margin-left: initial;
	}

	.opp-search-btn {
		width: 100px;
	}
}


/*Sector Opportunities - Opprtunities landing page END*/
.pageLabel--newseventslist .news-date {
	height: 60px !important;
	width: 81px !important;
	background-color: #006F45;
	color: #FFFFFF;
}

.news-date {
	right: 28px !important;
	left: auto !important;
	top: -3% !important;
	height: auto;
	width: 75px;
	background-color: #fff;
}


/* #News_press .News_press_bgwhite {
    position: relative !important;
} */

.news-date .month {
	font-size: 20px !important;
}

.news-card .news-card-inner {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 20px 25px 30px;
	width: 100%;
	left: auto;
	text-align: right;
}

.content-slider-part {
	margin-left: 0;
	margin-right: auto;
}


/* #News_press .carousel-control-prev {
    left: 8% !important
} */


/* #News_press .carousel-control-next {
    right: 85% !important;
} */

.play-btn:before {
	left: 0;
	top: 0;
}

#News_press .carousel-item a {
	display: block;
}

.explore-btn {
	left: 0;
	right: auto;
	margin-left: 10px;
}

.search-result-reports-container .news-card .btn-knowmore span.arow-icon img {
	transform: none;
}

.btn-knowmore span.arow-icon img {
	transform: rotate(180deg);
}

.explore-btn svg {
	transform: rotate(180deg);
}

@media (min-width: 763px) {

	.service-card h3,
	.service-card p {
		min-height: 0rem !important;
	}
}

.service-card .btn-knowmore {
	display: table-cell;
}

.dsp-ar-flex {
	display: flex;
	justify-content: center;
}

#myTabContent.tab-content {
	height: auto;
	background-color: #fff;
	color: #fff;
	padding: 22px;
	width: auto;
	position: relative;
	right: 0%;
}

.page-details-banner-item {
	text-align: left;
}

.news-service-card .service-card h3 {
	text-align: right;
}

.video-inner-div h4 {
	text-align: right;
}

#News_press .highlight_title {
	text-align: right;
}

.reasons .pagination .page-item a img {
	transform: rotate(180deg);
}

.reasons .pagination .page-item a img {
	transform: rotate(180deg);
}

.reasons .pagination .page-item a img.leftsideshows {
	transform: rotate(0deg);
}

.fo-container .explore-all .get-explore-btn img {
	transform: rotate(180deg);
}

#incentiveforinvestors .explore-btn img {
	transform: rotate(180deg);
}

.page-portal-homepage #mg .explore-btn img {
	transform: rotate(180deg);
}

.page-portal-homepage #mg .explore-btn {
	top: 33px;
	margin-bottom: 10px;
	position: absolute;
	left: 0% !important;
	right: auto !important;
}

#incentiveforinvestors .explore-btn {
	left: 0% !important;
	right: auto !important;
}

.successstory-container .explore-btn {
	left: 0%;
	right: auto !important;
}

.successstory-container .explore-btn img {
	transform: rotate(180deg);
}

.sucess-slider-contols .leftsideshows {
	transform: rotate(180deg);
}

.leftsideshows {
	transform: rotate(0deg) !important;
}

.sucess-slider-contols a span.successstories_right img {
	transform: rotate(180deg);
}

.contactus-content a.txt-link img {
	transform: rotate(180deg);
	margin-top: 10px;
	margin-right: 10px;
}

.mg-container .top-logo {
	text-align: right;
}


/* <!-- about Saudi--> */

.aboutusContainer .section-item .section-desc p,
.aboutusContainer .our-values .icon-box .icon-desc p {
	text-align: right;
}

.explore-all {
	left: 0;
	right: auto;
}

.fo-container .explore-all .get-explore-btn {
	left: 0;
	right: auto;
}

.achievement_header .achievement_header_icon {
	margin-left: 50px;
}

.aboutusContainer .section-item::before {
	left: 0;
	right: auto;
}

.aboutusContainer .section-item .section-desc {
	padding-left: 0px;
	padding-right: 50px;
}

.aboutusContainer .our-values .icon-box .icon-desc h4 {
	text-align: right;
}

.aboutusContainer .what-do-section .what-we-do .panel .numbers {
	left: 15px;
	right: auto;
}

.aboutusContainer .what-do-section .what-we-do .panel p {
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 992px) {
	.aboutusContainer .section-item .section-desc {
		padding-left: 0px;
		padding-right: 30px;
	}

	.aboutusContainer .what-do-section .what-we-do .panel p {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
	.aboutusContainer .section-item .section-desc {
		padding-left: 0px;
		padding-right: 15px;
	}

	.aboutusContainer .what-do-section .what-we-do .panel p {
		padding-left: 15px;
		padding-right: 15px;
	}

	.aboutusContainer .our-values .icon-box .icon-desc h4,
	.aboutusContainer .our-values .icon-box .icon-desc p {
		text-align: center;
	}

	.aboutusContainer .our-values .icon-box .icon {
		padding-left: 0;
	}
}

.aboutusContainer .section-item::before {
	right: auto !important;
	left: 0 !important;
}

@media (min-width: 1200px) {
	.aboutusContainer .section-item .section-desc {
		padding-left: 0px !important;
		padding-right: 50px !important;
	}

	.aboutusContainer .what-do-section .what-we-do .panel p {
		padding-right: 20px !important;
		padding-left: initial !important;
		width: 380px !important;
	}

	.newsAndUpdateContainer .titleContainer .explore-btn {
		float: left;
		left: 0% !important;
		right: auto !important;
	}
}

.aboutusContainer .section-goal .yCmsComponent:nth-child(2).goal {
	float: left !important;
}

.aboutusContainer .what-do-section .what-we-do .panel .numbers {
	left: 15px !important;
	right: initial !important;
}

@media (min-width: 768px) {
	.page-opportunity-search-page .page-main-content {
		margin-top: 20px !important;
		margin-bottom: 25px !important;
	}

	.aboutusContainer .what-do-section .what-we-do .panel p {
		padding-right: 15px;
		padding-left: initial;
	}

	.aboutusContainer .what-do-section .what-we-do .panel {
		text-align: right;
	}
}

@media (max-width: 767px) {
	.aboutusContainer .section-goal .yCmsComponent:nth-child(1).goal {
		float: left !important;
	}

	.aboutusContainer .section-item .section-img {
		background-position: center;
	}
}


/* about saudi css end */

.pagination-bottom {
	float: left;
	position: relative;
}

.page-item.prev-item a.page-link img {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.page-item.next-item a.page-link img {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

#News_press .know_more svg {
	transform: rotate(180deg);
}

#News_press .para_title,
#News_press .know_more,
.news-detail-content p {
	text-align: right;
}

.page-newsevents-list-page #News_press .top_date {
	background-color: #006F45;
}

.page-media-center #News_press .top_date,
.page-events #News_press .top_date,
.page-news #News_press .top_date,
.page-resources #News_press .top_date,
.page-videos #News_press .top_date {
	right: 10%;
}

.page-media-center #News_press h4.date {
	padding: 0 20px;
}


.page-news-details .page-details-banner-item h2,
.page-resource-details .page-details-banner-item h2,
.page-event-details .page-details-banner-item h2,
.page-event-details .page-details-banner-item h6 {
	text-align: right;
}

.page-news-details .page-details-banner-item .event-date,
.page-event-details .page-details-banner-item .event-date,
.page-resource-details .page-details-banner-item .event-date {
	display: table;
}

.page-resource-details .page-details-banner-item .btn-get-started {
	float: right;
}

.page-event-details .owl-carousel .owl-stage-outer,
.page-news-details .owl-carousel .owl-stage-outer,
.page-resource-details .owl-carousel .owl-stage-outer {
	overflow: initial;
}


/*RHQ page START*/

@media only screen and (min-width: 1586px) {
	.container {
		max-width: 1320px !important;
	}
}

.rhq-banner-content .aos-animate a svg {
	margin-right: 8px;
}

.rhq-banner-content .aos-animate a svg,
.rhq-kingdom-glance-readmore a svg,
.province_region_innercontainer .meetRegions_some-class .region-wrapper .know-more-btn img {
	transform: rotateY(180deg);
}

.regional-panel,
.RHQ_Nav_bar .nav-pills .nav-link,
.RHQ_Nav_bar .nav-pills .nav-link.active,
.economic-zone-section .RHQ_Nav_bar .tab-content .collapse .description {
	text-align: right;
}

.support-setting-view .panel-box ul.list {
	padding-right: 35px;
	padding-left: initial !important;
}

.regional-hq-service-heading {
	right: -20px;
	left: initial !important;
}


/* .successstory-container .meet-kingdom-control {
    right: 82%;
} */

.province-map-details .province-map-details .rhq-map-info {
	border-right: none;
	border-left: 1px solid #707070;
}

.province-map-details .province-map-details .rhq-map-info-wrapper .rhq-map-info:last-child {
	border-left: none !important;
}

.RHQ_Nav_bar .nav-pills .nav-link.active:after {
	right: initial;
	left: 10px;
	transform: rotateY(180deg);
}

.contact-accordion .card-header h5 button.btn.btn-link {
	text-align: right;
}

.RHQ_contact_bg .tab-content .contact-us-padding-top8rem {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.upcoming-special-zone-container .description {
	width: 100%;
}

.RHQ_contact_bg .tab-content .contact-accordion .collapse.show {
	display: block !important;
}

.RHQ_contact_bg .tab-content .contact-accordion .card-body {
	color: #32465A !important;
	text-align: right;
}

.RHQ_contact_bg .contact-accordion .card .collapse .card-body {
	padding-left: 7%;
}

@media only screen and (max-width: 1381px) {
	.upcoming-special-zone-container .economic-zone .tab-content {
		height: auto;
		width: auto;
	}
}

@media (max-width: 768px) {
	.regional-hqs-container .successstory-container .meet-kingdom-control {
		left: initial;
		right: 0px;
	}

	.rhq-map-info-wrapper .rhq-map-info {
		border-left: none !important;
	}

	.RHQ_contact_bg .nav {
		padding-right: 0;
	}

	.regions-title-container .province-business-culture-container .province-map-details .province-map-details .rhq-map-info {
		margin-bottom: 5px;
	}
}

@media (min-width: 768px) {
	.economic-zone-section .RHQ_Nav_bar .tab-content .collapse {
		display: block !important;
	}

	.successstory-container .sucess_section .sucess_content {
		padding-right: 70px;
		padding-left: initial;
	}
}

@media (min-width: 769px) and (max-width: 1025px) {
	.RHQ_Nav_bar .nav-pills .nav-link {
		padding: 1rem 1rem 1rem 3rem;
	}
}

@media (max-width: 570px) {
	.upcoming-special-zone-container .tab-content .tab-pane .collapse.show {
		display: block !important;
	}

	.rhq-link-header {
		text-align: right;
	}

	.rhq-link-header[aria-expanded="true"]:after {
		left: 40px;
		right: initial;
		transform: rotateY(180deg);
	}

	.contact-accordion .card-header h5 {
		padding-left: 22px;
		padding-right: initial;
	}

	.contact-accordion .card-header h5 button.btn.btn-link:after {
		left: 0px;
	}
}

@media (max-width: 991px) {
	.RHQ_contact_bg .tab-content {
		padding: auto !important;
	}

	.rhq-glance-content {
		width: 99%;
	}

	.upcoming-special-zone-container .tab-content {
		left: initial;
		right: 0;
	}
}

@media (min-width: 1200px) {

	.successstory-container .success-main-content .quote-wrapper:before,
	.successstory-container .success-main-content .quote-wrapper:after {
		right: 93% !important;
	}

	.RHQ_riyadh_province_detaisl .rhq-map-info-wrapper .rhq-events .RHQ_riyadh_province_detaisl .rhq-map-info-wrapper {
		text-align: center;
	}
}

@media (max-width: 1199px) {
	.successstory-container .success-main-content .quote-wrapper:before {
		right: 90% !important;
	}

	.successstory-container .success-main-content .quote-wrapper:after {
		right: 80% !important;
	}
}

@media (min-width:992px) {
	.regions-title-container .province_region_container .province_region_innercontainer .region-wrapper-right {
		margin-left: initial;
		margin-right: auto;
	}

	.regions-title-container .province_region_container .region-wrapper-left.meetRegions_links {
		margin-left: 50%;
	}
}


/*RHQ page END*/


/*---------arabic version added ------------*/

.province-container .map-bg-area::before {
	transform: scaleX(-1);
}


/* .invest_lic_outer .title-area h2 {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    color: var(--misaFirstColor);
    text-transform: uppercase;
    padding-top: 69px;
    padding-bottom: 5px;
} */


/* .invest_lic_outer h2 {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    color: var(--misaFirstColor);
    text-transform: uppercase;
    padding-top: 69px;
    padding-bottom: 5px;
} */


/* .invest_lic_inner p {
    left: 30%;
}


.investor_journey_inner p {
    left: 10%;
} */

@media (max-width: 575.98px) {
	.bussiness_lic_invest_outer h2 {
		font-size: 30px;
		text-align: right;
		padding-top: 20px;
	}

	.invest_lic_outer h2 {
		font-size: 30px;
	}

	.invest_lic_outer .title-area h2 {
		font-size: 30px;
	}

	.invest_lic_outer p {
		left: 18%;
		font-size: 20px;
		padding-left: 7px;
		margin-bottom: 20px;
	}

	.document_lic_inner .invest_lic_inner p {
		right: 25%;
	}

	.additional_documents_license_component h3 p {
		text-align: right;
	}

	.document_lic_inner .document_lic_inner_right span {
		float: none !important;
		text-align: right !important;
	}

	.investor_journey_inner_right .document_lic_box strong {
		text-align: right;
	}

	.invest_lic_outer .title-area .pt-3 p {
		text-align: right;
	}

	.province-container .strategic-sector-sWrapper .content-area p {
		text-align: right;
	}

	.province-container .strategic-sector-sWrapper .content-area .area .sec-area {
		width: 49%;
		padding-left: 3rem !important;
	}

	.province-container .strategic-sector-sWrapper .content-area .sub-sectors h6 {
		padding-right: 0;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.province-container .strategic-sector-sWrapper .content-area .sub-sectors ul {
		display: flex;
	}

	.bussiness_lic_invest_outer h2 {
		padding-top: 20px;
	}

	.invest_lic_outer .title-area,
	.bussiness_lic_invest_outer h2 {
		font-size: 30px;
		text-align: right;
	}

	.invest_lic_outer .title-area h2 {
		text-align: right;
	}

	.invest_lic_outer .document_lic_inner .investor_journey_inner p {
		left: -7%;
	}

	.document_lic_inner .invest_lic_inner p {
		left: 20%;
	}

	.invest_lic_inner p {
		left: 10%;
		text-align: left !important;
	}

	.invest_lic_outer p,
	.bussiness_lic_invest_outer h5 {
		text-align: right;
	}

	.invest_lic_outer p {
		font-size: 20px;
		margin: 0;
	}

	.investor_lic_invest_inner .inner_box {
		background: #FFFFFF 0% 0% no-repeat padding-box;
		box-shadow: 0px 30px 75px #00000029;
		border-radius: 30px;
		margin-top: 2.5em !important;
		padding: 2em;
		width: 100%;
		min-height: 350px;
		margin: auto;
		display: inline-block;
	}

	.additional_documents_license_component h3 p {
		text-align: right;
	}

	.investor-journey-container .investor_journey_inner_right {
		border-left: none;
		margin-bottom: 20px;
		border-right: 2px dashed #025635;
	}

	.document_lic_outer .document_lic_inner_right {
		border-left: none;
		margin-bottom: 20px;
		border-right: 2px #cacaca dashed;
	}

	.investor_journey_inner_right .document_lic_box strong {
		text-align: right;
	}

	.investor-journey-container .title-area .title-heading {
		padding-bottom: 15px;
	}

	.document_lic_inner .document_lic_inner_right span {
		float: none !important;
		text-align: right !important;
	}

	.invest_lic_outer .d-flex {
		display: grid !important;
		grid-template-columns: auto auto;
	}

	.province-container .strategic-sector-sWrapper .content-area p {
		text-align: right;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.invest_lic_inner p {
		left: 10%;
	}

	.bussiness_lic_invest_outer h2 {
		padding-top: 20px;
	}

	.document_lic_inner_right .INC_Box_set {
		margin-bottom: 20px;
	}

	.province-container .strategic-sector-sWrapper .content-area .pr-5 {
		text-align: center;
	}

	.province-container .strategic-sector-sWrapper .content-area .sub-sectors h6 {
		padding-right: 0;
	}
}

@media (min-width: 768px) {
	.businesses_investment_license_container {
		text-align: right;
	}

	.businesses_investment_license_container h5 {
		text-align: right;
	}

	/* .investor-journey-container .document_lic_box,
    .additional_lic_inner_box .additional_documents_license_component,
    .additional_lic_inner_box .additional_documents_license_component h3 p {
        text-align: right;
    } */
	.document_lic_inner .document_lic_inner_right span {
		float: none !important;
		text-align: right !important;
		padding-left: 15px;
	}

	p.INC_Box_set {
		text-align: right;
		padding-right: 40px;
	}

	.investor_journey_inner_right .document_lic_box strong {
		text-align: right;
	}

	.investor-journey-container .title-area .title-heading {
		margin-bottom: 30px;
	}

	.investor-journey-container .investor_journey_inner_right {
		border-left: none;
		margin-bottom: 15px;
		border-right: 2px dashed #025635;
	}

	.document_lic_outer .document_lic_inner_right {
		border-left: none;
		border-right: 2px #cacaca dashed;
	}

	.additional_documents_license_component h3 p {
		text-align: right;
	}

	.key-strength-container .key-strength-section .key-strength-box {
		padding-right: 15px;
	}
}

@media (min-width: 1200px) {
	.key-strength-container .key-strength-section .key-strength-box {
		padding-right: 15px;
	}
}

.province-container .strategic-sector-sWrapper .content-area {
	text-align: right;
}

.province-container .strategic-sector-sWrapper .content-area .sec-area {
	width: auto;
	padding-left: 3rem;
	padding-right: 3rem;
	border-left: 1px solid #707070;
	border-right: none;
}


/* .province-container .strategic-sector-sWrapper .content-area .pr-5 {
    text-align: right;
} */

.province-container .content-area .sub-sectors h6 {
	padding-right: 3rem;
}

.key-reason-card .card .count-outer .owl-prev {
	left: 0;
}

@media (min-width:1200px) {
	.economic-heightlight-container .btn-group.button-group a.apply {
		margin-right: 1.5rem;
	}

	.economic-heightlight-container .btn-group.button-group.ml-3 {
		margin-left: 0 !important;
	}

	.com-reg-comp {
		margin-right: 0 !important;
	}

	.content-flex {
		display: flex !important;
	}

	.w-40 {
		width: 40% !important;
	}

	#sector-filter-form {
		display: flex;
	}

	#sector-filter-form a:first-child {
		margin-right: initial !important;
		margin-left: 0.5rem;
	}
}

@media (min-width:641px) and (max-width:991px) {
	.economic-heightlight-container .btn-group.button-group a.apply {
		margin-right: 0.5rem;
	}
}

@media (max-width:640px) {
	.INDS_tabs_centers .nav {
		padding-right: 0px;
	}

	.INDS_select_tab .nav.nav-tabs li:first-child a.nav-link {
		border-radius: 0px 25px 25px 0px !important;
	}

	.content-header .button-group .btn {
		width: 100%;
	}

	.com-reg-btn-grp,
	.fund-asset-btn-grp {
		margin-left: 0px !important;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.com-reg-btn-grp div,
	.fund-asset-btn-grp {
		width: 100%;
	}
}

@media (min-width:991px) {

	.com-reg-btn-grp .btn-group.button-group div,
	.fund-asset-btn-grp div,
	.gross-fix-btn-grp div {
		margin-left: 0px !important;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.economic-heightlight-container .btn-group.button-group a.reset {
		width: 100%;
	}

	.economic-heightlight-container .btn-group.button-group a span {
		margin-right: 15px;
	}
}

.economic-heightlight-container .btn-group.button-group a span {
	vertical-align: super;
}

.btn-group.fund-assets-period>.btn:not(:first-child) {
	border-radius: 27px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group.fund-assets-period>.btn:not(:last-child):not(.dropdown-toggle) {
	border-radius: 27px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.sector-period li:first-child a.nav-link {
	border-radius: 0px 25px 25px 0px !important;
}

@media (max-width:800px) {
	.com-reg-btn-grp {
		padding-top: 0px !important;
		margin-top: 2rem !important;
	}
}

@media (min-width:641px) and (max-width:991px) {

	.gross-fix-btn-grp,
	.fund-asset-btn-grp,
	.com-reg-btn-grp div {
		display: flex !important;
	}

	#commercial-form {
		width: 100%;
	}
}

@media (max-width:991px) {
	.content-header .input-group img {
		padding-right: 5px;
	}

	#topbar .social-links a {
		margin-left: 0px !important;
	}
}

.diff-color p {
	color: var(--misaSecondColor) !important;
}



@media (max-width: 768px) {
	.page-infrastructure-logistics .eh-page-breadcrum-link .eh-page-links {
		text-align: right;
	}
}











#left img#firstimg {
	filter: grayscale(0.5) brightness(0.5);
	opacity: 0.2;
}


/* 150 % zoom */




/*-----------------*/

.media-explore-more-left {
	margin-right: 13%;
	text-align: right;
}

.media-explore-more-left h1 {
	font-size: 41px;
	color: var(--misaFirstColor);
	margin-bottom: 60px;
}

.media-explore-more-left p {
	font-size: 20px;
	color: #707070;
	margin-bottom: 60px;
}

@media (max-width:768px) {
	.media-explore-resolution .card-wrapper {
		display: flex;
		justify-content: center;
	}
}

@media (max-width:1200px) {
	.media-explore-more-left {
		margin-right: 0;
		text-align: center;
	}

	.media-explore-resolution {
		display: flex;
		justify-content: center;
	}

	.media-explore-resolution .news-card {
		margin-bottom: 30px;
	}

	.Inc-exploreMore-inner {
		display: block !important;
	}

	.media-explore-more-left h1 {
		margin-bottom: 10px;
	}

	.media-explore-more-left p,
	.media-explore-more-left {
		margin-bottom: 50px;
	}
}

@media (max-width:640px) {
	.media-explore-more-left {
		padding: 0 20px;
	}

	.media-explore-resolution {
		margin: 0;
	}
}

/*-----scrollbar------------*/

.macro_economic_container.successstory-container .carousel .carousel-logos::-webkit-scrollbar-thumb {
	background-color: #818B99;
	border: 3px solid transparent;
	border-radius: 9px;
	background-clip: content-box;
	width: 30px;
}

.rhq-Faq-header {
	text-align: right;
	padding-right: 25px;
}

.rhq-Faq-table thead th {
	background: #0097a9;
	color: #fff;
	font-weight: 100;
	border: none !important;
}

.rhq-Faq-table td {
	border-top: none;
	border: 1px solid #0097a9;
	color: #32465A;
}

/* --Media Query-- */
/* 1.Mobile */
@media (max-width: 640px) and (min-width: 100px) {
	#pills-tabContent {
		background: none;
	}

	#top-featured,
	#newly-released {
		font-size: 14px !important;
	}

	.fo-container .laptop_viewonly {
		display: block;
	}

	.sector-box .section-title h4 {
		font-size: 28px;
		font-size: 14px;
	}

	.feature .card-title h5 {
		margin-top: 0;
		font-size: 13px;
	}

	#pills-tabContent>#top-featured>.flex-container {
		display: flex !important;
	}

	#resons-home1>.flex-container {
		display: flex;
	}

	#incentiveforinvestors .title-heading {
		font-size: 23px;
	}

	.sectors-investment a>svg {
		margin-bottom: 0px !important;
	}

	.Inc-tab-banner-content {
		overflow: hidden;
	}

	.footer img.footer_logo {
		width: 30%;
	}

	.copyright div {
		font-weight: 400;
		font-size: 16px;
	}

	.page-portal .download-opportunity {
		display: flex;
		align-items: center;
		width: 93%;
		margin: auto;
		justify-content: center;
		font-size: 15px;
	}

	.page-sector-details .container.sector-opportunities-title {
		display: none;
	}

	.page-sector-details .Inc-section-baner-logo img {
		width: 65px;
	}

	.page-sector-details .page-sector-details .Inc-sector-keyDetails p:before {
		top: 9px;
	}

	.page-sector-details .Inc-baner-btnwraper {
		flex-direction: column;
	}

	.page-sector-details .Inc-sectordetail-overview p {
		width: 100%;
	}

	.page-sector-details .Inc-sector-explorer h1 {
		width: 100%;
		height: auto;
		min-height: unset;
		font-size: 30px;
		line-height: 40px;

		padding: 0 15px;
	}

	.page-sector-details .Inc-sector-explorer h1:last-child {
		margin-bottom: 15px;
	}

	.page-sector-details .Inc-sector-sucessStories-header {
		width: 100%;
		height: auto;
		min-height: unset;
		font-size: 30px;
		line-height: 40px;

		padding: 0 15px;
	}

	.page-sector-details .successstory-container .sucess_section .sucess_content p {
		font-size: 18px;
		font-weight: unset;
		line-height: 24px;
	}

	.page-sector-details .successstory-container .sucess_section .sucess_content h2 img {
		padding-top: 0;
	}

	.page-sector-details .successstory-container .sucess_section .sucess_content {
		min-height: 580px;
	}

	.page-sector-details .successstory-container .meet-kingdom-control {
		bottom: 28px;
	}

	.page-sector-details .meet-kingdom-control .carousel-control-next img,
	.page-sector-details .meet-kingdom-control .carousel-control-prev img {
		width: 65px;
	}

	.page-sector-details .sector-tab-content.sector-opp-card {
		margin-top: unset;
	}

	.page-sector-details .sector-tab-content.sector-opp-card .card-header a {
		font-size: 20px;
		line-height: 24px;
		text-align: right;
	}

	.page-sector-details .Inc-sector-keyFacts ul.keyFacts li span.unit {
		font-size: 30px !important;
		line-height: 40px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.page-sector-details #sector-value-proposition {
		margin-top: 0;
	}

	.page-sector-details .Inc-fearured-opp {
		box-shadow: 0px -2px 75px #00000029;
	}

	.page-sector-details .Inc-fearured-opp-headtitle {
		font-size: 19px;
		min-height: unset;
		height: unset;
	}

	.page-sector-details .Inc-fearured-opp-type {
		font-size: 18px;
		line-height: 40px;
	}

	.page-sector-details .Inc-fearured-opp button.btn.btn-sector-outline {
		width: 100%;
	}

	.page-sector-details .Inc-baner-btnwraper .btn {
		min-width: 170px;
		margin-bottom: 15px;
	}

	.page-sector-details .Inc-fearured-opp button.btn.btn-sector-primary {
		width: 100%;
	}

	.page-sector-details .Inc-fearured-opp {
		height: auto;
	}

	.page-sector-details .Inc-sectordetails-wrapper .Inc-nosubsector-keyfacts {
		margin-top: 0 !important;
	}

	.page-sector-details .Inc-sector-keyDetails ul li {
		font-size: 16px;

		line-height: 24px;
	}

	.page-sector-details .resBannerHide {
		display: none;
	}

	.page-details-banner-item h2 {
		font-size: 25px;
		font-weight: unset;
	}

	.key-detail-content {
		display: flex;
		flex-wrap: unset;
		flex-direction: column;
	}

	.eventsDetail-keys-wrapper .box {
		width: auto;
		min-height: initial;
	}

	.news-detail-content p {
		font-size: 16px;
		padding-bottom: 10px;
	}

	.Inc-exploreMore-section .Inc-exploreMore-itemLeft {
		min-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.Inc-exploreMore-itemLeft h1 {
		font-size: 32px;
		margin-bottom: 25px;
	}

	.Inc-exploreMore-itemLeft p {
		font-size: 17px;
	}

	.Inc-exploreMore-section .Inc-exploreMore-inner {
		flex-direction: column;
	}

	.Inc-exploreMore-section .Inc-exploreMore-itemRight {
		margin-top: 20px;
	}

	.news-card .news-card-inner h3 {
		font-size: 23px;
	}

	.resourceDetailTop p:first-child {
		font-size: 32px;
		line-height: 45px;
	}

	.page-meet-the-kingdom .carousel-inner {
		padding-bottom: 30px;
	}

	.meet-kingdom-control .carousel-control-next,
	.meet-kingdom-control .carousel-control-prev {
		transform: translateY(-49%);
	}

	.opportunity-productData-description li span {
		font-size: 14px !important;
	}

	.page-province .map-bg-area::before {
		z-index: -2;
	}

	.page-province .province-container .strategic-sector-sWrapper .map-area img {
		position: unset;
	}

	.page-province .map-bg-area-img {
		height: 100% !important;
		width: 100% !important;
	}

	.province-container .content-area .sec-area.pl-5 {
		padding-left: 0 !important;
	}

	.key-strength-box .overlay-txt {
		font-size: 18px;
	}

	.province-container .content-area .sec-area {
		text-align: center;
	}

	.page-province .content-area .sub-sectors ul li strong {
		max-width: 100%;
	}

	.page-meet-the-kingdom .economic-overview-container .o-stories__list {
		display: block;
		margin-top: 30px;
	}

	.page-meet-the-kingdom .key-reason-invest .Inc-tab-panel ul {
		flex-wrap: unset;
		display: block;
	}

	.page-meet-the-kingdom .key-reason-invest .Inc-tab-panel ul .nav-link {
		font-size: 18px;
	}

	.page-meet-the-kingdom .key-reason-invest .count-outer {
		display: block;
	}

	.page-meet-the-kingdom .key-reason-invest .Inc-tab-panel ul li {
		width: 100%;
	}

	.page-meet-the-kingdom .key-reason-invest .count-block {
		width: 100%;
	}

	.hexagon-portal {
		grid-gap: 13px;
	}

	.page-meet-the-kingdom .economic-overview .panel-box {
		box-shadow: -1px -2px 60px #00000033;
	}

	.page-meet-the-kingdom #pills-tabContent {
		height: auto;
		margin-top: 15px;
	}

	.page-meet-the-kingdom .key-reason-invest .count-block p {
		font-weight: unset;
		font-size: 15px !important;
		line-height: 24px;
	}

	.page-meet-the-kingdom svg {
		width: 100%;
		height: -webkit-fill-available;
		padding-top: 20px;
	}

	.page-meet-the-kingdom .title-area .title-heading {
		font-size: 30px;
		line-height: 40px;

		font-weight: unset;
		padding: 15px 15px;
	}

	.page-meet-the-kingdom .title-area h2.title-heading {
		color: #484848;
	}

	.page-meet-the-kingdom .title-area h3 {
		padding-bottom: 0;
	}

	.page-meet-the-kingdom .title-area {
		padding: 0;
	}

	.page-meet-the-kingdom .js-responsive-image.achievement_header_icon.position-absolute {
		right: 0;
	}

	.page-meet-the-kingdom .economic-overview .panel-box h3.count {
		font-size: 25px;
		line-height: 40px;
	}

	.page-meet-the-kingdom .economic-overview .panel-box {
		height: auto;
		min-height: 230px;
		padding: 15px 15px;
	}

	.page-meet-the-kingdom .key-reason-card .card-header {
		border-bottom: unset;
		font-size: 14px;
	}

	.page-meet-the-kingdom .key_reasons_component {
		position: relative;
	}

	.page-meet-the-kingdom .key-reason-invest .tab-content h1,
	.key-reason-invest .tab-content h2 {
		font-size: 25px;
		font-weight: unset;
		line-height: 39px;
		padding: 0 15px;
	}

	.page-meet-the-kingdom .key-reason-invest .count-block h5 {
		font-size: 30px !important;
		line-height: 40px;
	}

	.page-meet-the-kingdom .mega-giga-title-container .title-area h3 {
		font-size: 15px;
		line-height: 24px;
		padding-bottom: 15px !important;
		padding: 0 15px;
	}

	.page-meet-the-kingdom .mega-giga-container .content-area h3 {
		font-size: 20px;
		line-height: 26px;
		font-weight: unset;
	}

	.page-meet-the-kingdom .mega-giga-container .content-area h4 {
		font-size: 15px;
		line-height: 24px;
		font-weight: unset;
	}

	.page-meet-the-kingdom .mega-giga-container .map-data img.mg-background {
		object-fit: cover;
	}

	.page-meet-the-kingdom .mega-giga-container .content-area h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.page-meet-the-kingdom .mega-giga-container .content-area p {
		font-size: 15px;
		line-height: 19px;
	}

	.page-meet-the-kingdom .mega-giga-container .content-area {
		padding: 50px 15px 15px 15px;
	}

	.page-meet-the-kingdom .successstory-container .section-title h2 {
		padding-bottom: 0;
	}

	.page-meet-the-kingdom .successstory-container .sucess_section .sucess_content p {
		font-size: 16px;
		line-height: 24px;
	}

	.page-meet-the-kingdom .sucess-slider-contols.meet-kingdom-control img {
		width: 60px;
	}

	.successstory-container .success-main-content .quote-wrapper:before,
	.successstory-container .success-main-content .quote-wrapper:after {
		display: none;
	}

	.page-meet-the-kingdom .success-logo-container .carousel-logos {
		bottom: -23% !important;
	}

	.page-meet-the-kingdom .logo-padding-bottom .success-logo-container .sucess_section .sucess_content {
		min-height: 580px;
		padding: 15px;
	}

	.page-meet-the-kingdom .successstory-container .meet-kingdom-control {
		bottom: 23px;
	}

	.page-meet-the-kingdom .successstory-container .sucess_section .sucess_content h2 img {
		padding-top: 0;
	}

	.page-meet-the-kingdom .successstory-container .success-main-content .quote-wrapper {
		padding-top: 0;
	}

	.page-sectors-opportunities .Inc-sector-content h4 {
		font-size: 15px;
		line-height: 24px;
	}

	.page-sectors-opportunities section {
		padding: 30px 0;
	}

	.page-sectors-opportunities .Inc-sector-content {
		padding-bottom: 0;
	}

	.page-sectors-opportunities .investment-hub-container .what-do-section h2 {
		font-size: 30px;
	}

	.page-sectors-opportunities .investment-hub-container .what-do-section h5 {
		font-size: 15px;
		line-height: 24px;
	}

	.page-sectors-opportunities .investment-hub-container .what-we-do {
		padding-top: 0;
	}

	.page-sectors-opportunities .fo-container .titleArea .feature_totitle {
		font-size: 30px;
		line-height: 40px;
	}

	.Inc-sector-banner {
		height: 434px;
	}

	.Inc-section-baner-logo img {
		width: 82px;
	}

	.Inc-baner-btnwraper .btn {
		font-size: 11px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.Inc-baner-btnwraper {
		flex-direction: unset;
		display: flex !important;
	}

	.sectors-content h1.clr_gld.section-headline.my-2 {
		font-size: 30px;
		line-height: 40px;
		color: var(--misaFirstColor);
	}

	.sectors-content .opportunity-productData-description p {
		font-size: 15px !important;
		line-height: 24px;
	}

	h3.section-headline {
		font-size: 30px;
		line-height: 40px;
		padding: 0 15px;
	}

	.sectors-content .opportunity-productData-description ul {
		padding: 15px;
	}

	.sectors-content .opportunity-productData-description .bulled-list li {
		padding: 25px !important;
		height: auto;
		min-height: 190px;
	}

	.opportunity-productData-description .bulled-list li span {
		font-size: 15px !important;
		line-height: 24px;
	}

	.opportunity-contact .heading {
		font-size: 30px !important;
		line-height: 40px;
	}

	#corForm .form-group.form-floating.col-md-6.form-normal-item {
		padding: 0;
	}

	#corForm .form-group.form-floating.col-md-6.form-normal-item .control-label {
		font-size: 15px;
		transform: translate3d(0, 11px, 0) scale(1);
	}

	#corForm .form-group.focused .control-label {
		transform: scale(0.75) !important;
		top: -1px;
	}

	#corForm .form-normal-item-select select {
		padding: 0px 34px 0px;
		height: 48px !important;
		font-size: 14px;
	}

	.contact-form .form-row>.col,
	.form-row>[class*=col-] {
		padding: 0;
	}

	#corForm .control-label {
		font-size: 15px;
	}

	#corForm .form-group.form-floating.col-md-6.form-normal-item input {
		padding: 15px 34px 15px;
		height: 48px;
		font-size: 14px;
	}

	#corForm .form-normal-item-select .caret {
		top: 20px;
	}

	#corForm .ddl-countryCode.form-control {
		text-align: right;
		padding-right: 50px !important;
	}

	.search-reports-container input[type=search],
	.search-reports-container input[type=text],
	.page-opportunity-search .opp-search-container input[type=search],
	.page-opportunity-search .opp-search-container input[type=text] {
		font-size: 14px;
		height: 45px;
		padding-left: 35px;
	}

	.page-opportunity-search .a-search img {
		margin-top: -8px;
		width: 14px;
	}

	.search-reports-container .search-btn,
	.page-opportunity-search .opp-search-btn {
		height: 45px;
		top: 0;
		right: 16px;
		font-size: 14px;
	}

	.search-reports-container .reset-search,
	.page-opportunity-search .opp-search-container .reset-search {
		font-size: 10px;
		line-height: 12px;
		z-index: 9;
	}

	.page-opportunity-search .opp-filter-btn {
		height: 45px;
		font-size: 14px;
	}

	.page-opportunity-search .sectors-opp {
		padding: 15px;
		padding-bottom: 15px !important;
	}

	.page-opportunity-search .section-headline {
		margin: 20px 0 !important;
		padding: 0 15px;
		font-size: 30px;
		line-height: 40px;
	}

	.page-opportunity-search .all-opportunity-description-text {
		font-size: 14px !important;
		line-height: 24px;
	}

	.page-opportunity-search-page .opportunity-card .opp-headtitle {
		font-size: 22px;
		line-height: 27px;
		font-weight: unset !important;
		height: unset;
		min-height: unset;
		word-break: unset;
	}

	.page-opportunity-search-page .opportunity-card .opp-type {
		font-size: 18px;
		line-height: 40px;
		font-weight: unset !important;
		height: unset;
		min-height: unset;
	}

	.page-opportunity-search-page .opportunity-card .know-more-btn,
	.page-opportunity-search-page .opportunity-card .interest-btn {

		line-height: 19px;
	}

	.page-opportunity-search .opportunity-card .content-box {
		min-height: 273px;
		box-shadow: 0px -3px 75px #00000029;
	}

	.page-opportunity-search .sectors-list {
		padding: 0;
	}

	.page-opportunity-search .sectors-opportunity .sectors-list .sector-btn {
		margin: 15px 0;
		padding: 15px 15px;
		height: auto;
		font-size: 15px;
	}

	.page-opportunity-search .opp-sector-item-icon {
		width: 40px;
		height: 40px;
	}

	.filter-buttons .btn {
		font-size: 16px;
		height: 45px;
		width: 80%;
		margin: auto auto 20px auto;
	}

	.page-videos .videos-card-inner h3 {
		font-size: 20px;
		height: 52px;
		min-height: unset;
		padding-right: 0;
	}

	.page-videos .vedio_outer.mb-5 {
		margin-bottom: unset !important;
	}

	.page-videos #pills-tabContent {
		min-height: auto !important;
		height: auto !important;
	}

	.page-videos .videos-card-inner {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.page-videos .videos-card-inner img {
		position: unset;
		width: 50%;
	}

	.page-resources #pills-tabContent {
		min-height: auto !important;
		height: auto !important;
	}

	.page-news .tabs-normal li a.nav-link,
	.page-events .tabs-normal li a.nav-link,
	.page-resources .tabs-normal li a.nav-link,
	.page-videos .tabs-normal li a.nav-link {
		margin-right: 20px;
		padding: 0 0 9px 0;
		font-size: 18px;
	}

	.page-events #pills-tabContent {
		min-height: auto !important;
		height: auto !important;
	}

	#News_press {
		height: 434px;
	}

	#News_press .carousel-item {
		min-height: unset;
		height: 434px;
	}

	#News_press .carousel-item .mask {
		height: unset;
		min-height: unset;
	}

	#News_press .News_Press_Releases {
		font-size: 32px;
		margin-bottom: 50px;
		margin-top: 15px;
	}

	#News_press .carousel-item .mask .News_press_bgwhite {
		height: unset;
		min-height: 235px;
	}

	#News_press .carousel-indicators li {
		display: none;
	}

	#News_press .carousel-item img {
		width: 100% !important;
		position: absolute;
		height: -webkit-fill-available;
		object-fit: cover;
	}

	.page-news #pills-tabContent {
		height: auto;
	}

	.page-news .pagination-bottom {
		float: left;
		width: 100%;
		text-align: center;
		margin: 0 !important;
		align-items: center;
		justify-content: center;
	}

	.page-news #pills-tabContent .col-sm-4.mb-5:last-child {
		margin-bottom: 0 !important;
	}

	.page-news #pills-tabContent {
		height: auto;
		min-height: auto;
	}

	.page-media-center #News_press {
		height: 100vh;
	}

	.page-media-center #News_press .carousel-item {
		min-height: unset;
	}

	.page-media-center #News_press .carousel-item .mask {
		height: unset;
		min-height: unset;
	}

	.page-media-center #News_press .News_Press_Releases {
		font-size: 32px;
		margin-bottom: 50px;
		margin-top: 15px;
	}

	.page-media-center #News_press .carousel-item .mask .News_press_bgwhite {
		height: unset;
		min-height: 235px;
	}

	.page-newsevents-list-page #News_press .carousel-item .mask .News_press_bgwhite {
		display: initial;
	}

	.page-media-center #News_press .carousel-indicators li {
		display: none;
	}

	.page-media-center #News_press .carousel-item img {
		width: 100% !important;
		position: absolute;
		height: -webkit-fill-available;
		object-fit: cover;
	}

	.page-media-center .Inc-mediaCenter-wrapper-header h1 {
		font-size: 32px;
	}

	.page-media-center .Inc-mediaCenter-wrapper-header p {
		font-size: 17px;
	}

	.page-media-center section {
		padding: 30px 0;
	}

	.page-media-center .Inc-mediaCenter-sectionwrapper h1.title {
		font-size: 32px;
	}

	.page-media-center .Inc-mediaCenter-sectionwrapper .title.service-title .explore-btn {
		top: 83%;
		left: 0;
		right: 0;
		margin: auto;
	}

	.page-media-center .Inc-mediaCenter-sectionwrapper h1 a.webinar-service-btn {
		bottom: unset;
	}

	.page-media-center .tab-section {
		padding-top: 0;
	}

	.page-media-center .video-inner-div h4 {
		font-size: 17px;
		line-height: 27px;
	}

	.page-media-center .news-service-card .service-card h3 {
		font-size: 27px;
	}

	.page-saudi-economic-sectors .eco-banner-container h1 {
		font-size: 25px;
		line-height: 1;
	}

	.page-saudi-economic-sectors .eh-page-links {
		display: block;
		font-size: 14px;
	}

	.page-saudi-economic-sectors .eh-page-link {
		display: block;
		padding: 0 15px;
		width: 100%;
		background: #00000024;
		max-width: unset;
		font-size: 15px;
		text-align: right;
	}

	.page-saudi-economic-sectors section {
		padding: 30px 0;
		padding-bottom: 0 !important;
	}

	.page-saudi-economic-sectors .INL_bg_gold_header {
		font-size: 27px;
		padding: 5px;
		margin-top: unset;
		width: 100%;
	}

	.page-saudi-economic-sectors .INL_bg_gray_paraset {
		width: 100%;
		font-size: 17px;
		margin: unset;
		margin-bottom: 0;
		font-weight: unset;
		margin-top: 0;
	}

	.page-saudi-economic-sectors .realSectorDiv {
		height: unset !important;
		position: relative;
		top: 25% !important;
		display: unset !important;
		vertical-align: unset !important;
		transform: unset !important;
	}

	.page-saudi-economic-sectors .posRelDiv {
		position: relative;
	}

	.page-saudi-economic-sectors .mobArrowDiv {
		text-align: center;
		transform: rotate(90deg);
	}

	.page-saudi-economic-sectors .realSectorDivHeight {
		height: auto !important;
	}

	.page-saudi-economic-sectors .INL_logistics_header {
		font-size: 27px;
	}

	.page-saudi-economic-sectors .INL_SD_Real_Sector_header {
		font-size: 32px;
	}

	.page-saudi-economic-sectors .INL_SD_Real_Sector_paper {
		font-size: 17px;
	}

	.page-saudi-economic-sectors .INL_SD_Real_Sector_header_green {
		font-size: 17px;
	}

	.page-saudi-economic-sectors .w-60 {
		width: 100%;
	}

	.page-saudi-economic-sectors .w-60 .col-md-6 {
		padding: 0 !important;
	}

	.page-saudi-economic-sectors .form-inline {
		align-items: center;
		justify-content: center;
	}

	.page-saudi-economic-sectors label.INL_Select_year {
		margin-right: 0;
		text-align: right;
		display: block;
	}

	.page-saudi-economic-sectors .form-inline input {
		margin-left: 0 !important;
	}

	.page-saudi-economic-sectors .INL_EEMP_number_set {
		font-size: 27px;
	}

	.page-saudi-economic-sectors .INL_EEMP_number_para {
		font-size: 17px;
	}

	.page-saudi-economic-sectors .INL_SD_Real_Sector.p-4 .col-md-8 {
		padding: 0;
	}

	.page-saudi-economic-sectors .INL_UEMP_header {
		font-size: 16px;
	}

	.page-saudi-economic-sectors .INL_UEMP_header_number_gold,
	.page-saudi-economic-sectors .INL_UEMP_header_number_green {
		font-size: 17px;
	}

	.INL_SD_Real_Sector.w-100 .position-absolute.text-center {
		position: unset !important;
	}

	.page-infrastructure-logistics .INL_bg_gold_header {
		width: 100%;
		margin-top: 0;
	}

	.page-infrastructure-logistics .pull-left.INL_icons .row {
		display: grid;
	}

	.page-infrastructure-logistics .INL_logistics_header {
		font-size: 27px;
	}

	.page-infrastructure-logistics .INL_industrial_city_header {
		padding: 25px 20px 25px;
	}

	.page-infrastructure-logistics .INL_row_gray_shadow ul {
		flex-direction: column;
	}

	.page-infrastructure-logistics .INL_row_gray_shadow .nav-tabs .nav-link {
		padding: 15px;
		font-size: 15px;
		background: #cccccc7a;
		margin-bottom: 5px;
	}

	.page-infrastructure-logistics .INL_row_gray_shadow .nav-tabs .nav-item {
		width: 100%;
	}

	.page-infrastructure-logistics .INDS_margin_leftn40 {
		margin: unset;
	}

	.page-infrastructure-logistics .INDS_Border_blue svg {
		width: 100%;
		height: 100%;
	}

	.page-infrastructure-logistics .INDS_Border_blue .col-md-12 {
		padding: 0 !important;
	}

	.page-infrastructure-logistics section {
		padding: 15px 0;
	}

	.page-infrastructure-logistics .INL_total_bg_box {
		padding: 0 20px 25px;
		margin-bottom: 20px;
	}

	.page-infrastructure-logistics .INL_total_bg_box img {
		width: 60px;
	}

	.page-infrastructure-logistics .INL_height_190px,
	.INL_height_150px {
		height: unset !important;
	}

	.page-infrastructure-logistics .INL_total_gold_header {
		font-size: 27px;
	}

	.page-infrastructure-logistics .INL_total_number {
		font-size: 27px;
	}

	.infraLogisticsLastDiv {
		width: unset !important;
	}

	.infraLogisticsLastDiv .col-md-6 {
		padding: 0;
	}

	.infraLogisticsTechZone .col-md-6,
	.infraLogisticsTechZone .col-md-4 {
		margin-bottom: 15px;
	}

	.page-sa-international-indices .eh-page-links,
	.page-infrastructure-logistics .eh-page-links {
		display: block;
		font-size: 14px;
	}

	.page-sa-international-indices .eh-page-link,
	.page-infrastructure-logistics .eh-page-link {
		display: block;
		padding: 0 15px;
		width: 100%;
		background: #00000024;
		max-width: unset;
		font-size: 15px;
		text-align: right;
	}

	.page-sa-international-indices .filter-header {
		position: unset;
		transform: unset;
		height: unset
	}

	.page-sa-international-indices .indices-container {
		padding: 25px 15px;
	}

	.chart-container .chart-header {
		width: 100% !important;
		padding: 15px 15px !important;
		position: unset !important;
		transform: unset !important;
		font-size: 17px !important;
	}

	.chart-container {
		padding: 20px 15px !important;
		margin: 0 15px !important;
	}

	.select-indicator .container input {
		left: 0;
	}

	.page-economic-investments-terms .thumbnail .eh-page-grid-link,
	.eh-page-grid-link {
		position: absolute;
		bottom: 0;
		width: 100%;
		font-size: 15px;
		text-align: right;
		height: -webkit-fill-available;
		top: 0;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: right;
		background: #00000038;
		padding: 0 15px;
	}

	.page-economic-highlights .eh-page-grid-link {
		position: absolute;
		bottom: 0;
		width: 100%;
		font-size: 15px;
		text-align: right;
		height: -webkit-fill-available;
		top: 0;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: right;
		background: #00000038;
		padding: 0 15px;
	}

	.eh-page-breadcrums {
		top: -160px;
	}

	.eh-page-breadcrums .container {
		padding: 0;
	}

	.eh-page-breadcrums {
		height: -webkit-fill-available;
	}

	.page-economic-highlights .eh-page-grid .thumbnail a {
		position: relative;
		width: 100%;
		height: -webkit-fill-available;
		display: flex;
		align-items: center;
	}

	.page-economic-highlights .eh-page-breadcrums .thumbnail {
		width: 100% !important;
		display: block;
		height: 52px;
	}

	.eh-page-breadcrums .thumbnail {
		width: 100% !important;
		display: block;
		height: 42px;
	}

	.page-economic-investments-terms .eh-page-breadcrums .thumbnail {
		height: 30px;
	}

	.page-economic-highlights .eh-page-grid,
	body.page-economic-highlights .eh-page-breadcrums .toggle-div.container .eh-page-grid {
		display: block;
		justify-content: space-between;
		width: 100%;
		height: 43px;
	}

	.economic-dashboard-container .o-stories__list {
		grid-template-columns: auto !important;
	}

	.economic-highlights-overview .eh-panel-box {
		height: unset !important;
		min-height: 280px;
	}

	.eh-page-breadcrums .eh-page-grid .thumbnail img {
		display: none;
	}

	.eh-page-breadcrums .eh-page-grid .thumbnail .eh-page-grid-link img {
		display: inline-block !important;
		width: 36px;
		position: relative;
		top: 4px;
		-webkit-transform: scaleX(-1);
		-ms-transform: scaleX(-1);
		transform: scaleX(-1);
	}

	#topbar .social-links a {
		font-size: 8px;
		margin-right: 8px;
	}

	.achievements-panel .yCmsComponent:nth-child(2) .achievement_header h1 img {
		left: 15px;
	}

	.page-details-banner {
		height: 434px;
	}

	body.page-guide .banner-section {
		background-position: top right;
	}

	.banner-section h2 {
		font-size: 14px;
		font-weight: unset;
		padding: 0 15px;
	}

	body.page-living-in-saudi .content {
		font-size: 14px;
		padding: 15px 15px;
		line-height: 24px;
	}

	body.page-living-in-saudi .achievement_header h1 {
		font-size: 30px;
		display: inline-block;
		margin-bottom: 15px;
	}

	body.page-living-in-saudi .achievement_header h1 span {
		display: inline;
		position: relative;
		top: 5px;
	}

	body.page-living-in-saudi .achievement_header .achievement_header_icon {
		left: 5px;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 40px;
		height: 40px;
	}

	body.page-living-in-saudi .achievements-section .achievement_header p {
		font-size: 14px;
		padding: 0 15px;
	}

	body.page-living-in-saudi .achievement_statastics {
		padding: 0px 0px 0px;
	}

	body.page-living-in-saudi .achievement_statastics img {
		padding-bottom: 15px;
	}

	body.page-living-in-saudi .achievement_banner_left:nth-child(even) {
		order: 1;
	}

	body.page-living-in-saudi .list_of_achievements:nth-child(odd) {
		order: 2;
	}

	body.page-living-in-saudi .achievements_points h1 {
		font-size: 27px;
	}

	body.page-living-in-saudi .achievements_points {
		grid-template-columns: auto auto;
		grid-gap: 20px;
	}

	body.page-living-in-saudi .achievements_points p {
		font-size: 15px;
	}

	.page-regional-hq .eco-banner-container h1 {
		font-size: 27px;
		line-height: 45px;
	}

	.page-regional-hq .regional-panel p {
		font-size: 17px;
		font-weight: unset;
	}

	.page-regional-hq .rhq-glance h2,
	.page-regional-hq .support-setting h2,
	.page-regional-hq .economic-zone h2,
	.page-regional-hq .regional-hqs-container .section-title h2,
	.page-regional-hq .regions-title-container .title-area h2 {
		font-size: 32px;
	}

	.page-regional-hq .rhq-glance p {
		width: 100%;
		font-size: 17px;
		line-height: 35px;
	}

	.page-regional-hq .new-home h2 {
		font-size: 32px;
	}

	.page-regional-hq .new-home .new-home-section .play img {
		top: 0;
		bottom: 0;
		margin: auto;
		width: 50px;
	}

	.page-regional-hq .support-setting-view .panel-box:nth-of-type(odd) {
		margin-top: unset;
	}

	.page-regional-hq .support-setting-view {
		display: flex;
		flex-direction: column;
	}

	.page-regional-hq .support-setting-view .panel-box {
		margin-bottom: 15px;
	}

	.page-regional-hq .rhq-support-container {
		padding: 0;
	}

	.page-regional-hq .regions-title-container {
		padding-top: 0 !important;
	}

	.page-regional-hq .successstory-container .sucess_section .sucess_content p {
		padding-top: 0 !important;
		margin-top: 0 !important;
		font-size: 17px;
	}

	.regional-hqs-container {
		padding-bottom: 0 !important;
	}

	.region-map .text-center .im-fluid {
		width: 100%;
	}

	.rhq-economic-special-zone-container {
		padding-bottom: 50px;
	}

	.page-regional-hq .economic-zone-section .pr-0 {
		padding-right: 15px !important;
	}

	.page-regional-hq .economic-zone-section .nav-li a {
		font-size: 22px;
	}

	.page-regional-hq section {
		padding: 30px 0;
	}

	.page-regional-hq .new-home .new-home-section iframe {
		width: 100%;
	}

	.page-regional-hq .section-title.w-50 {
		width: 100% !important;
	}

	.RHQ_bg_images_on_resgions {
		position: unset;
		transform: unset;
		background: url(../img/13Provisions/Riyadh-Province-background-img.jpg) no-repeat;
		padding: 0 15px;
	}

	.RHQ_riyadh_province_detaisl_title {
		padding: 10px 15px;
		font-size: 27px;
	}

	.page-regional-hq .province-map-details {
		display: block;
		width: 100%;
	}

	.page-regional-hq .province-map-details svg {
		width: 100%;
	}

	.page-regional-hq .rhq-map-info-wrapper {
		display: block !important;
	}

	.page-regional-hq .rhq-map-info-wrapper .map-info-header {
		font-size: 32px;
	}

	.page-regional-hq .rhq-map-info {
		border-right: unset;
	}

	.page-regional-hq .rhq-events-block img {
		width: 100%;
	}

	.page-regional-hq .rhq-events-block {
		margin-bottom: 15px;
	}

	.page-regional-hq .RHQ_Nav_bar .nav-pills .nav-link {
		padding: 15px;
		font-size: 20px;
	}

	.page-regional-hq .RHQ_Nav_bar .nav-pills .nav-link.active:after {
		width: 30px;
		right: 8px;
	}

	.page-regional-hq .economic-zone-section .tab-content .content .description h5 {
		font-size: 20px;
		line-height: 32px;
	}

	.page-regional-hq .economic-zone-section .tab-content .content .description p {
		font-size: 15px;
	}

	.page-regional-hq .contactus-content {
		margin-bottom: 0 !important;
	}

	.page-regional-hq .contactus-content h5 {
		position: unset !important;
		font-size: 27px;
		padding: 0 15px;
		width: 100%;
	}

	.page-regional-hq .RHQ_contact_bg .pb-5 {
		padding: 22px 0 !important;
	}

	.page-regional-hq .RHQ_contactpage-form-tab .nav-link {
		font-size: 25px;
	}

	.page-regional-hq .rhq-contant h2 {
		font-size: 27px;
		margin-bottom: 15px;
	}

	.page-regional-hq .rhq-contant h3 {
		font-size: 16px;
		font-weight: unset;
		line-height: 29px;
	}

	.page-regional-hq .RHQ_contact_bg #pills-tabContent {
		height: auto;
	}

	.page-regional-hq .contact-accordion .btn {
		white-space: unset;
		text-align: left;
		font-size: 16px !important;
		text-decoration: none;
	}

	.page-regional-hq .contact-accordion .card-body {
		font-size: 14px;
	}

	.page-regional-hq .regional-hqs-container.mt-5.pt-5 {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}

	.page-regional-hq .support-setting .title-area {
		padding-bottom: 20px;
	}

	.page-province .key-strength-box {
		min-height: 420px;
	}

	.page-province .banner-section h2 {
		font-size: 15px;
		line-height: 24px;
		font-weight: unset;
	}

	.page-province .province-container {
		margin-top: 0 !important;
	}

	.page-province .strategic-sector-sWrapper .content-area p {
		font-size: 15px;
		padding: 0 !important;
		font-weight: unset;
		text-align: center;
		line-height: 24px;
	}

	.strategic-sector-sWrapper .area .sec-area strong {
		font-size: 25px;
		line-height: 28px;
	}

	.strategic-sector-sWrapper .area .sec-area p {
		font-size: 15px;
		line-height: 19px;
	}

	.strategic-sector-sWrapper .area .sec-area {
		margin-bottom: 15px;
		border: unset;
	}

	.page-province .content-area .sub-sectors ul li img {
		width: 60px;
	}

	.page-province .content-area .sub-sectors ul li strong {
		font-size: 15px;
		line-height: 19.5px;
		font-weight: unset;
	}

	.page-province .key-fact-box h3 {
		font-size: 25px;
		line-height: 28px;
	}

	.page-province .key-fact-box p {
		font-size: 15px;
		line-height: 22px;
		font-weight: unset;
	}

	.page-province .key-fact-box {
		margin-bottom: 15px;
		box-shadow: 1px -3px 75px #00000029;
	}

	.page-province .content-area .area {
		position: unset;
		top: -146px;
		left: -22px;
	}

	.page-province .content-area .sub-sectors ul {
		display: grid;
		grid-template-columns: auto;
	}

	.page-province .content-area .sub-sectors ul {
		text-align: center;
	}

	.province-container .content-area .sec-area {
		width: 100%;
	}

	.page-province .content-area .sub-sectors h6 {
		font-size: 30px;
		line-height: 34px;

		text-align: center;
	}

	.page-province .title-area .title-heading {
		font-size: 30px;

		line-height: 34px;
		padding-top: 0;
	}

	.page-province .key-fact-section,
	.key-strength-section {
		display: block;
		margin-top: 0 !important;
	}

	.page-province .key-fact-box img {
		width: 60px;
	}

	.page-province .key-strength-box img {
		max-width: unset;
		width: 100%;
	}

	.page-province .key-strength-box .overlay-txt {
		bottom: 40px;
		font-weight: unset;
		padding: 0 15px;
	}

	.page-province .key-strength-container .title-area.mt-5 {
		margin-top: 0 !important;
	}

	.macro_economic_icon img {
		width: 80px;
	}

	.province-container .investment-opportunities .panel-box-block .box-img,
	.province-container .panel-box-block .box-img-right {
		text-align: center;
	}

	.page-province .investment-opportunities .panel-box-block .box-img-right h3 {
		font-size: 27px;
	}

	.page-province .investment-opportunities .panel-box-block .box-img-right p {
		font-size: 17px;
		line-height: 25px;
	}

	.region-wrapper-right {
		padding: 25px 15px;
	}

	.region-wrapper-right h3 {
		font-size: 15px;
		font-weight: unset;
		line-height: 25px;
		margin-bottom: 5px
	}

	.region-wrapper-right h1 {
		font-size: 30px;

		line-height: 40px;
		text-transform: uppercase;
	}

	.page-province-region-homepage .region-wrapper-right .box-inner {
		width: 100%;
		grid-gap: 20px;
		padding: 0 10px;
	}

	.page-province-region-homepage .region-wrapper-right .box-num {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: auto;
		min-height: 163px;
		padding: 15px;
		margin-right: 3%;
		margin-bottom: 15px;
	}

	.page-province-region-homepage .region-wrapper-right .box-num h4 {
		font-size: 25px;
		line-height: 30px;
	}

	.page-province-region-homepage .region-wrapper-right .know-more-btn {
		margin-bottom: 0;
		margin-top: 25px;
	}

	.region-wrapper-left {
		position: unset;
		transform: unset;
		padding: 15px;
	}

	.region-wrapper-left .region-map {
		width: 100%;
		height: auto;
		z-index: 1;
	}

	.regional-hq-services p {
		text-align: center;
		font-weight: 400;
	}

	.province_region_container {
		position: relative;
	}

	.region_component {
		position: unset;
	}

	.region_component_image {
		height: -webkit-fill-available;
		object-fit: cover;
	}

	.INS_EPM_nav .nav-pills .nav-link:after,
	.INS_EPM_nav .nav-pills .nav-link.active:after {
		left: 0%;
		right: 0;
		margin: auto;
	}

	.INS_rowcenter {
		flex-direction: column;
	}

	.INS_col_loanpbm {
		width: 100%;
	}

	.INS_col_loanpbm .INS_shadow_pad {
		min-height: 200px;
		height: unset;
	}

	.nav-link.active .INS_EPM_border_set {
		text-align: center;
	}

	.INS_EnergynUtil_bg {
		padding: 25px 10px;
	}

	.INS_sections_insdetials .INS_para {
		font-size: 16px;
		padding: 0 15px;
		font-weight: unset;
	}

	.INS_sections_insdetials {
		padding: 20px 0;
	}

	.INS_smes_imageshadow .p-4 {
		padding: 7px !important;
	}

	.INS_header_golden {
		font-size: 22px;
		padding: 0 15px;
	}

	.INS_header_para {
		font-size: 17px;
	}

	.INS_loanpbm_header {
		font-size: 20px;
		line-height: 25px;
	}

	.INS_loanpbm_para {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 0;
		font-weight: unset;
	}

	ul.INS_list_font li {
		font-size: 16px;
		font-weight: unset;
	}

	.INS_col_loanpbm {
		margin-bottom: 15px;
	}

	.INS_energynutil .INS_shadow_pad {
		margin-bottom: 15px;
	}

	.INS_EPM_nav .nav-pills .nav-item {
		width: 100%;
		margin-bottom: 25px;
	}

	.nav-link.active .INS_EPM_border_set {
		width: unset;
	}

	.INS_shadow_pad .alink {
		font-size: 13px;
	}

	.INS_Tab_pane_Show .p-4 {
		padding: 15px !important;
	}

	.INS_Tab_pane_Show .m-5 {
		margin: 0 !important;
	}

	.INS_EPM_nav #pills-tabContent {
		height: auto !important;
		min-height: unset;
	}

	.INS_letter_set_header {
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 0 !important;
	}

	.INS_letter_set_para,
	.INS_li_ul_under {
		font-size: 17px;
		font-weight: unset;
	}

	.INS_aLINK_i {
		font-size: 13px;
		font-weight: unset;
	}

	.INS_EnergynUtil_bg a {
		width: 100%;
	}

	.INS_center_Credit {
		top: 45%;
	}

	.INS_SEMS_Credit_header {
		font-size: 20px;
	}

	.INS_SEMS_Credit_para {
		font-size: 16px;
		font-weight: unset;
	}

	.INS_financial_paddding {
		padding: 0 15px;
	}

	.INS_border_right {
		border: none;
	}

	.INS_financial_imageheight {
		width: 200px;
	}

	.INS_financial_para {
		font-size: 18px;
		font-weight: unset;
	}

	.INS_financial_paddding .alink,
	.INS_padding_tax_word .alink,
	.INS_padding_Smes_word .alink {
		font-size: 13px;
		font-weight: unset;
	}

	.INS_tax_headeron {
		font-size: 21px;
	}

	.INS_tax_headeron_para {
		font-size: 17px;
		font-weight: unset;
	}

	.INS_padding_Smes_word {
		padding: 30px 56px;
	}

	.INS_smes_headeron {
		font-size: 20px;
		font-weight: 600;
	}

	.INS_smes_headeron_para {
		font-size: 17px;
		font-weight: unset;
	}

	.invest_lic_outer .d-flex,
	.bussiness_lic_invest_outer .d-flex {
		display: block !important;
	}

	.bussiness_lic_invest_outer .download_btn a {
		font-size: 20px;
	}

	.additional_lic_inner .download_btn button {
		font-size: 19px;
		margin-bottom: 15px;
	}

	.bussiness_lic_invest_inner,
	.investor_lic_invest_inner {
		padding: 0 !important;
	}

	.additional_lic_inner,
	.additional_lic_inner .inner_box {
		padding: 15px;
	}

	.document_lic_inner {
		padding: 0;
	}

	.investor_journey_inner_right .document_lic_box img {
		width: 100%;
	}

	.investor_journey_inner p {
		line-height: 27px;
		top: 37%;
	}

	.investor_journey_inner_right .document_lic_box strong {
		font-size: 24px;
	}

	.investor_journey_inner_right .document_lic_box p {
		font-size: 18px;
	}

	.additional_lic_inner_box h6 {
		font-size: 25px;
		line-height: 36px;
		width: 100%;
	}

	.additional_lic_inner_box ul {
		font-size: 20px;
		line-height: 30px;
	}

	.investor_lic_invest_inner .inner_box {
		width: 100%;
		min-height: 350px;
	}

	.bussiness_lic_invest_inner_box.top_offset {
		margin-top: 0 !important;
	}

	.invest_lic_inner p {
		width: 50%;
		line-height: 20px;
		font-size: 14px !important;
	}

	.invest_lic_inner img {
		width: 100%;
	}

	.invest_lic_outer .invest_lic_first_text {
		font-size: 18px;
	}

	.invest_lic_outer h2 {
		font-size: 25px;
	}

	.invest_lic_outer p {
		font-size: 16px;
		padding: 0 15px;
	}

	.bussiness_lic_invest_outer {
		padding: 20px
	}

	.bussiness_lic_invest_outer h2 strong {
		font-size: 30px
	}

	.bussiness_lic_invest_outer h2 {
		line-height: 1.2;
		font-size: 20px;
	}

	.bussiness_lic_invest_outer h5 {
		font-size: 20px;
		line-height: 36px;
	}

	.page-contact-us .contact-map {
		padding: 125px 0px 0px;
	}

	.page-contact-us .contact-map h1 {
		font-size: 25px;
		line-height: 30px;
		font-weight: unset;
	}

	.contactpage-form .tab-content .contact-text h3 {
		font-size: 18px;
		line-height: 20px;
	}

	.contactpage-form .tab-content .contact-text h3:nth-child(2) {
		font-weight: bold;
		font-size: 16px;
	}

	#contact-map svg {
		width: 100%;
		height: auto;
	}

	.contact-map-tab li {
		width: 40%;
	}

	.contact-map-tab li.nav-item a.nav-link {
		padding: 10px;
		font-size: 11px;
	}

	#contact-map #pills-tabContent {
		background-color: transparent;
	}

	.contactpage-form .tab-content {
		min-height: unset;
	}

	#contact-map .contact-map-tab {
		position: unset;
	}

	#contact-map #pills-tabContent {
		height: auto;
		min-height: unset;
	}

	.contactpage-form-tab li.nav-item {
		min-width: 30%;
		width: 30%;
		margin-bottom: 15px;
		box-shadow: 1px 4px 16px 5px rgb(0 0 0 / 16%);
		margin-right: 0;
	}

	.contactpage-form-tab li.nav-item a.nav-link {
		padding: 15px;
	}

	.contactpage-form-tab li.nav-item a.nav-link span {
		font-size: 14px;
		margin-top: 4px;
		padding-left: 0px;
		line-height: 17px;
	}

	.contactpage-form-tab svg {
		height: 24px;
		width: 26px;
	}

	.contactpage-form {
		padding-top: 30px;
	}

	.contactpage-form .tab-content {
		padding: 30px 0px 0px;
	}

	.contactpage-form .tab-content h3 {
		font-size: 15px;
		line-height: 25px;
		font-weight: unset;
	}

	.contactpage-form .tab-content h2 {
		font-size: 30px;
		padding: 0 15px;

	}

	.contactpage-form .contact-num:first-child {
		margin-bottom: 15px;
	}

	.contactpage-form .contact-accordion .card-header h5 button.btn.btn-link {
		white-space: unset;
		font-size: 15px;
		line-height: 22px;
		padding-left: 10px;
		text-align: right;
	}

	.contactpage-form .contact-accordion .card-body {
		font-size: 15px;
		line-height: 22px;
	}

	.page-portal-homepage .play-btn:before {
		width: 49px;
		height: 49px;
	}

	.page-portal-homepage .play-btn::after {
		left: 41%;
		right: 41%;
		top: 41%;
	}

	.page-portal-homepage .play-btn {
		margin-top: 15px;
		margin-bottom: 0 !important;
	}

	.page-portal-homepage .m-scrollButton {
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}

	.page-portal-homepage .when-number-talk-container .talk_item img {
		width: 60px;
	}

	.page-portal-homepage .explore-key-section .reasons .get-explore-btn {
		font-size: 16px;
		font-weight: unset;
		justify-content: space-evenly;
		align-items: center;

		line-height: 19px;
	}

	.page-portal-homepage .fo-container .explore-all .get-explore-btn {
		font-size: 16px;
		font-weight: unset;
		justify-content: space-evenly;
		align-items: center;

		line-height: 19px;
	}

	.page-portal-homepage #incentiveforinvestors .explore-btn {
		font-size: 16px;
		font-weight: unset;
		justify-content: space-evenly;
		align-items: center;

		line-height: 19px;
		margin-bottom: 30px;
	}

	.page-portal-homepage #mg .explore-btn {
		font-size: 16px;
		font-weight: unset;
		justify-content: space-evenly;
		align-items: center;

		line-height: 19px;
		position: unset !important;
	}

	.page-portal-homepage .newsAndUpdateContainer .titleContainer .explore-btn {
		font-size: 16px;
		font-weight: unset;
		justify-content: space-evenly;
		align-items: center;

		line-height: 19px;
		position: unset !important;
	}

	.page-portal-homepage .explore-key-section .reasons .get-explore-btn svg {
		top: -2px;
		width: 16px;
		height: 21px;
	}

	.page-portal-homepage .swiper-about p {
		font-size: 16px;
		line-height: 28px;
		font-weight: unset;
		margin: auto;
	}

	.page-portal-homepage .where-to-invest .title-heading span {
		display: inline-block;
	}

	.page-portal-homepage .where-to-invest .title-heading {
		display: inline-block;
		font-size: 30px;
		line-height: 34px;

	}

	.page-portal-homepage #newsandupdates .titleContainer .title-heading .section-title {
		font-size: 30px;
		line-height: 34px;

	}

	.page-portal-homepage .feature_totitle {
		font-size: 30px;
		line-height: 34px;

	}

	.page-portal-homepage .sector-item-icon {
		width: 60px;
	}

	.page-portal-homepage .sector-box-inner {
		margin: 0;
		padding: 0 15px;
	}

	.page-portal-homepage .sector-box .section-title h4 {
		font-size: 30px;

		line-height: 40px;
		text-align: center;
	}

	.page-portal-homepage .sector-box .section-title p {
		font-size: 16px;
		text-align: center;
		line-height: 24px;

		padding-bottom: 25px;
	}

	.page-portal-homepage .sect-left-panel {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.page-portal-homepage .section-title .know-more {
		font-size: 15px;
		font-weight: unset;
		align-items: center;
		justify-content: center;
	}

	.page-portal-homepage .section-counts h5 {
		font-size: 30px;
		line-height: 40px;
	}

	.page-portal-homepage .feature .flex-title .card-title img {
		width: 80px;
	}

	.page-portal-homepage .feature .flex-title {
		margin-left: 0 !important;
		padding: 0 15px;
	}

	.page-portal-homepage .figures #pills-tabContent {
		padding: 0;
	}

	.page-portal-homepage .inc-card span img {
		width: 60px;
	}

	.page-portal-homepage #mg #mg-slider .tab-content .top-logo img {
		height: auto;
		display: block;
		margin: auto;
	}

	.page-portal-homepage #mg #mg-slider .tab-content .top-logo {
		text-align: center;
	}

	.page-portal-homepage #mg .project-info h4 {
		font-size: 30px;
		line-height: 40px;
		width: 100%;
	}

	.page-portal-homepage #mg .project-info p {
		width: 100%;
		min-height: 130px;
		height: auto;
		font-size: 15px;
		line-height: 25px;

	}

	.page-portal-homepage #mg .project-info ul li {
		width: 100%;
		padding-bottom: 30px;
		text-align: center;
	}

	.page-portal-homepage #mg .project-info ul li:nth-child(3),
	.page-portal-homepage #mg .project-info ul li:nth-child(4) {
		padding-bottom: 30px;
	}

	.page-portal-homepage .successstory-container .sucess_section .sucess_content h2 img {
		padding-top: 0;
	}

	.page-portal-homepage .successstory-container .sucess_section .sucess_content p {
		font-size: 16px;
		line-height: 25px;

	}

	.page-portal-homepage .contact-us {
		height: -webkit-fill-available;
		padding: 15px 0;
	}

	.page-portal-homepage .contact-us .contactus-content h3 {
		margin: 0;
		width: 100%;
		padding: 0 15px;
	}

	.page-portal-homepage .contactus-content a.txt-link {
		font-size: 16px;
		font-weight: unset;
		justify-content: center;
		align-items: center;

		line-height: 19px;
		display: block;
		padding: 13px 20px;
		margin-left: auto;
		margin-right: auto;
		bottom: 25%;
		display: flex;
		background-color: var(--misaSecondColor);
		width: fit-content;
		border-radius: 50px;
	}

	.page-portal .opportunity-productData-description li {
		padding: 0 !important;
		font-size: 15px;
		line-height: 24px;

		height: auto;
	}

	.page-portal-homepage .sect-right-panel {
		flex-direction: column;
	}

	.page-portal-homepage .section-counts .count-item {
		width: 100%;
		border-right: unset;
	}

	.fo-container .feature_righttop.mobile_viewonly {
		display: none;
	}

	#resons-home1 h4 {
		font-size: 14px;
	}

	#resons-home1 .flex-about {
		top: -43%;
	}

	#headingOne {
		display: unset;
	}

	#top-featured,
	#newly-released {
		margin: 0 !important;
	}

	.explore-key-section .reasons .get-explore-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
		width: 190px;
		position: unset;
		padding: unset;
	}

	.where-to-invest .sector {
		padding-bottom: 0;
	}

	.where-to-invest .title-heading {
		font-size: 32px;
		padding-top: 0;
	}

	.explore-key-section .reasons .get-explore-btn svg {
		top: 0;
	}

	#resons-home1 .flex-about p {
		font-size: 13px;
		line-height: 21px;
	}

	#resons-home1>.flex-container {
		left: 0;
	}

	#mg {
		padding-top: 0;
	}

	#mg .mg-slider {
		margin-top: 26px;
	}

	#mg .explore-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
		width: 190px;
		position: unset;
	}

	.fo-container .explore-all .get-explore-btn,
	.fo-container .explore-all {
		position: unset;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 5px;
	}

	.fo-container .titleArea .feature_totitle {
		margin-bottom: 20px;
		padding-bottom: 15px;
	}

	.play-btn {
		overflow: unset;
		margin-left: 10px;
	}

	.play-btn:before {
		left: 0;
	}

	#hero .video-popup-btn {
		justify-content: start;
	}

	.mg-slider {
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
	}

	#mg-slider img {
		height: -webkit-fill-available;
		height: 100%;
		object-fit: cover;
	}

	#mg #mg-slider .tab-content .top-logo img {
		display: none;
	}

	#mg .project-info h4 {
		position: unset;
	}

	#mg .clientContainer .nav-item:nth-child(2) .box-wrapper img {
		padding-top: 30px;
		width: 100%;
		height: 100%;
	}

	.page-portal-homepage .flex-title {
		font-size: 14px;
	}

	.flex-container.active .flex-slide.active.blur .flex-title,
	.flex-container.active .flex-slide.active.blur .flex-title {
		font-size: 14px;
	}

	.success-logo-container .carousel-logos {
		bottom: -25% !important;
	}

	.title-heading giga-title-txt {
		font-size: 31px !important;
		font-weight: 600;
		text-align: center;
		line-height: 32px;
		color: var(--misaFirstColor);
		text-transform: uppercase;
		padding-top: 25px;
		padding-bottom: 10px;
	}

	.panel-box h3.count {
		font-size: 20px;
		font-weight: 600;
		text-align: center;
		line-height: 20px;

		color: #025635;
		padding-bottom: 15px;
	}

	.panel-box p.desc {
		font-size: 15px;
		font-weight: normal;
		line-height: 20px;
		color: #025635;
		margin: 0;
		width: 100%;
		padding: 0 20px;
	}

	.all-opportunity-description {
		font-size: 30px !important;
	}

	.opportunity-thumbimg {
		display: none;
	}

	.banner-section h1 {
		font-size: 25px;
		font-weight: unset;
		padding: 0 15px;
		line-height: 30px;
	}

	.resBannerHide {
		min-height: 200px;
		height: 200px;
	}

	.float-button {
		width: 60px;
		height: 60px;
		border-radius: 60px;
		box-shadow: 0px 4px 8px #0000003b;
		background-color: #0097A9;
		color: white;
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		font-size: 12px;
		text-transform: uppercase;
		bottom: 22px;
		left: 30px;
		border: 0;
		cursor: pointer;
		transition: all .4s ease;
		z-index: 99;
	}

	.float-button-up {
		bottom: initial;
		transition: all .4s ease;
		background-color: white !important;
		color: #fff !important;
		top: 0;
		z-index: 99999999;
	}

	.Inc-sectordetail-overview {
		padding: 30px 0;
	}

	.Inc-sectordetail-overview h1,
	.Inc-sectordetail-overview h3 {
		font-size: 29px;
		color: var(--misaFirstColor);
		text-transform: uppercase;
		margin-bottom: 25px;
		width: 100%;
	}

	.Inc-sectordetail-overview p {
		font-size: 16px;
		color: #646464;
		width: 90%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.Inc-sector-explorer h1 {
		font-size: 22px;
		min-height: 70px;
		width: 95%;
	}

	​ .Inc-sector-explorer {
		padding: 30px 0px 50px;
	}

	.Inc-nosubsector-keyfacts {
		margin-top: 0px;
	}

	.val-header h1 {
		font-size: 22px;
		margin: 0;
	}

	.Inc-sector-explorer {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.Inc-nosubsector-keyfacts {
		margin-top: 5px;
	}

	.Inc-sector-keyDetails {
		display: block;
		position: relative;
		margin-top: 25px;
		margin-left: 5px;
	}

	.Inc-sector-keyDetails ul li {
		list-style-type: disc;
		font-size: 17px;
		color: #646464;
		margin-bottom: 10px;
		line-height: 1.4;
	}

	.Inc-sector-keyDetails ul {
		padding-right: 20px;
		margin-bottom: 30px;
	}

	.Inc-energyoppertunities .Inc-title-header {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		height: 120px;
		margin-bottom: 5px;
	}

	.Inc-secdetil-enop-header {
		font-size: 21px;
		color: #707070;
		text-align: center;
		text-transform: uppercase;
		position: inherit;
		left: 0;
		top: 0;
		transform: none;
	}

	.responsive-btn-sector {
		color: #fff;
		background-color: var(--misaSecondColor);
		border: 1px solid var(--misaSecondColor);
		border-radius: 27px;
		font-size: 16px;
		padding: 10px 10px;
		text-transform: uppercase;
		margin-left: auto;
		margin-right: auto;
		width: 254px;
		margin-top: 20px;
	}

	.Inc-fearured-opp {
		height: 348px;
		background: #fff;
		cursor: pointer;
		transition: all ease .5s;
		-webkit-transition: all ease .5s;
		-moz-transition: all ease 0.5s;
		padding: 20px 20px 20px;
		box-shadow: 0px 30px 75px #00000029;
		display: flex;
		flex-direction: column;
		border-radius: 30px;
	}

	.Inc-fearured-opp-headtitle {
		font-size: 21px;
	}

	.Inc-sector-sucessStories {
		padding: 0;
	}

	.Inc-sector-sucessStories-header {
		font-size: 27px;
		text-transform: uppercase;
		color: #707070;
		width: 100%;
		text-align: center;
		padding-bottom: 25px;
	}

	.Inc-sector-panel-header {
		font-size: 30px;
		line-height: 40px;
		padding: 30px 15px 0 15px;
	}

	.hexagon-portal {
		margin-right: 30px;
	}

	.Inc-sector-keyDetails h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	figure h2 {
		font-size: 11px;
		color: #025635;
	}

	.responsive-banner {
		min-height: 100px;
		max-height: 101px;
		height: 100px;
	}

	#fact-tabsItems {
		position: relative;
		top: 115px;
	}

	.responsive-banner-fact img {
		height: 120px;
	}

	.responsive-banner-fact {
		min-height: 110px;
	}

	.crMob-num {
		font-size: 17px;
		line-height: 17px;
		left: 35px;
	}

	.col-5.menu-img-item {
		display: none;
	}

	.sector-box .section-title h4 {
		font-size: 25px;
	}

	.sector-box .section-title p {
		width: 98%;
		font-size: 16px;
	}

	.page-investment-data .content-header h4 {
		font-size: 18px;
	}

	#Domestic_Data .content-header .button-group a:first-child {
		padding-left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#Domestic_Data .content-header .indicator a {
		font-size: 14px;
	}

	.page-regional-hq .regional-hqs-container .macro_economic_container.successstory-container {
		padding-bottom: 45px;
	}

	.page-regional-hq .regional-hqs-container .macro_economic_container.successstory-container .sucess_section .sucess_content {
		min-height: 430px;
	}

	#renderFDIGrowthChartDiv {
		height: 650px !important;
	}

	.page-investment-data .INDS_HLs_Checkbox .checkbox-container {
		font-size: 14px;
	}

	.page-investment-data .eco-banner-container h1 {
		font-size: 25px;
	}

	.page-investment-data .eh-page-links {
		display: block;
		font-size: 14px;
	}

	.page-investment-data .eh-page-link {
		display: block;
		padding: 0 15px;
		width: 100%;
		background: #00000024;
		max-width: unset;
		font-size: 15px;
		text-align: right;
	}

	.page-investment-data .INDS_tabs_centers .nav-tabs .nav-link {
		font-size: 18px;
		padding: 15px;
		font-weight: unset;
	}

	.page-investment-data .INDS_gray_color_aside {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.page-investment-data .content-header .input-group {
		display: flex !important;
		align-items: center;
		justify-content: space-evenly;
	}

	.page-investment-data #Annualy .content-wrapper.p-2 .btn-group.button-group.pt-3.mt-3 {
		display: block;
	}

	.page-investment-data #Annualy .content-wrapper.p-2 .btn-group.button-group.pt-3.mt-3 #sector-filter-form {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.page-investment-data #Annualy .content-wrapper.p-2 .content-header .button-group a:first-child {
		padding-right: 0;
		margin-left: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.page-investment-data .content-header .button-group a:first-child svg {
		position: unset;
		left: 15px;
		margin-right: 6px;
	}

	.page-investment-data #FDI_Data .col-9.p-0 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.page-investment-data #FDI_Data .INID_border_filter_in_line {
		width: 100%;
		margin-top: 13px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.page-investment-data .INL_bg_gold_header {
		width: 100%;
	}

	.page-investment-data .INID_BG_image .row.pt-5.pl-3.pr-3.pb-4 .col-4.mx-auto {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.page-investment-data .tab-content {
		padding: 0 !important;
	}

	.page-investment-data .INID_for_header {
		font-size: 19px;
	}

	.mobile-nav-active .mobile-nav-toggle,
	.mobile-nav-active .mobile-nav-toggle.page-scrolled {
		background-image: url("../img/close_white.svg");
		background-repeat: no-repeat;
	}

	.nav-item.dropdown {
		border-bottom: 1px solid #868686
	}

	.nav-item.dropdown .dropdown-toggle::after {
		position: absolute;
		left: 4px;
		top: 21px;
	}

	.dropdown-menu.dropdown-large.show {
		margin-left: 50px;
	}

	.dropdown-menu.dropdown-large>.row.g-3 {
		justify-content: space-between;
		padding-left: 15px;
		padding-right: 15px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	}

	.sector-opp-card .responsive-banner-fact img {
		height: auto !important;
	}

	.bussiness_lic_invest_inner_box {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 1px;
		grid-column-gap: 24px;
	}

	.bussiness_lic_invest_inner_box .inner_box:nth-child(even) {
		margin-top: 2rem !important;
	}

	.bussiness_lic_invest_inner_box .inner_box:nth-child(2),
	.bussiness_lic_invest_inner_box .inner_box:nth-child(4),
	.bussiness_lic_invest_inner_box .inner_box:nth-child(6),
	.bussiness_lic_invest_inner_box .inner_box:nth-child(8),
	.bussiness_lic_invest_inner_box .inner_box:nth-child(10),
	.bussiness_lic_invest_inner_box .inner_box:nth-child(12),
	.bussiness_lic_invest_inner_box .inner_box:nth-child(14) {
		position: relative;
		top: 0;
	}

	#News_press .carousel-control-prev {
		left: 3% !important;
	}

	#News_press .carousel-control-next {
		right: 65% !important;
	}

	.INS_tax_bg_linear {
		background: linear-gradient(to right, #ececec 15%, #ececec 5%, #ececec 25%, #ececec 10%, #ececec 15%, #ececec 30%);
	}

	.page-opportunity-search .opp-search-btn {
		right: initial;
		left: 16px;
	}

	.opportunity-card .interest-btn {
		width: 100%;
	}

	.page-infrastructure-logistics .INDS_margin_leftn40 {
		margin: unset;
		margin-left: 15px;
	}

	.page-infrastructure-logistics .INL_row_gray_shadow ul {
		padding: 0;
	}

	.eco-banner {
		height: 434px;
	}

	.eh-page-breadcrum-link {
		bottom: 0;
	}

	.eco-banner-container {
		top: -50px;
	}

	.eco-banner-container h1 {
		font-size: 25px;
		line-height: 1.2;
	}

	.popup-up {
		bottom: -41px;
		transition: all .4s ease;
		opacity: 1;
		height: 100%;
		z-index: 99999;
	}

	.footer-popup {
		height: 100%;
	}

	.footer-popup .footerContent .f-coll .display-7 {
		min-height: initial;
	}

	.footer-popup .footerContent .f-coll p.text {
		min-height: initial;
		padding: 10px 0px;
	}

	.eh-page-breadcrums .thumbnail {
		position: relative;
	}

	.eh-page-breadcrums {
		top: -210px;
	}

	.eh-page-grid {
		flex-direction: column;
	}
}

/* 2.Ipad - Potrait*/
@media (max-width: 991px) and (min-width: 641px) {
	.page-sector-details .Inc-energyoppertunities .Inc-title-header {
		height: unset;
	}

	.page-sector-details .btn.btn-sector-primary.responsive-btn-sector {
		width: 180px;
		margin: auto;
	}

	.page-sector-details .Inc-sectordetail-overview p {
		width: 100%;
	}

	.page-sector-details .Inc-sector-explorer h1 {
		width: 100%;
		height: auto;
		min-height: unset;
		font-size: 30px;
		line-height: 40px;

		padding: 0 15px;
	}

	.page-sector-details .Inc-sectordetail-overview h1,
	.Inc-sectordetail-overview h3 {
		width: 100%;
		height: auto;
		min-height: unset;
		font-size: 30px !important;
		line-height: 40px;

		padding: 0 15px;
	}

	.page-sector-details .Inc-sector-explorer h1:last-child {
		margin-bottom: 15px;
	}

	.page-sector-details .Inc-sector-sucessStories-header {
		width: 100%;
		height: auto;
		min-height: unset;
		font-size: 30px;
		line-height: 40px;

		padding: 0 15px;
	}

	.page-sector-details .successstory-container .sucess_section .sucess_content p {
		font-size: 18px;
		font-weight: unset;
		line-height: 24px;
	}

	.page-sector-details .successstory-container .sucess_section .sucess_content h2 img {
		padding-top: 0;
	}

	.page-sector-details .successstory-container .sucess_section .sucess_content {
		min-height: 580px;
	}

	.page-sector-details .successstory-container .meet-kingdom-control {
		bottom: 28px;
	}

	.page-sector-details .meet-kingdom-control .carousel-control-next img,
	.page-sector-details .meet-kingdom-control .carousel-control-prev img {
		width: 65px;
	}

	.page-sector-details .sector-tab-content.sector-opp-card {
		margin-top: -155px;
	}

	.page-sector-details .banner-item img {
		height: 270px;
		object-fit: cover;
	}

	.page-sector-details .banner-item {
		min-height: 295px;
	}

	.page-sector-details .sector-tab-content.sector-opp-card .card-header a {
		font-size: 20px;
		line-height: 24px;
	}

	.page-sector-details .Inc-sector-keyFacts ul.keyFacts li span.unit {
		font-size: 30px !important;
		line-height: 40px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.page-sector-details #sector-value-proposition {
		margin-top: 0;
	}

	.page-sector-details .Inc-fearured-opp {
		box-shadow: 0px -2px 75px #00000029;
	}

	.page-sector-details .Inc-fearured-opp-headtitle {
		font-size: 19px;
	}

	.page-sector-details .Inc-fearured-opp-type {
		font-size: 18px;
		line-height: 40px;
	}

	.page-sector-details .Inc-fearured-opp button.btn.btn-sector-outline {
		width: 100%;
	}

	.page-sector-details .Inc-baner-btnwraper .btn {
		min-width: 170px;
		margin-bottom: 15px;
	}

	.page-sector-details .Inc-fearured-opp button.btn.btn-sector-primary {
		width: 100%;
	}

	.page-sector-details .Inc-fearured-opp {
		height: auto;
	}

	.page-sector-details .Inc-sectordetails-wrapper .Inc-nosubsector-keyfacts {
		margin-top: 0 !important;
	}

	.page-sector-details .Inc-sector-keyDetails ul li {
		font-size: 16px;

		line-height: 24px;
	}

	.page-sector-details .resBannerHide {
		display: none;
	}

	.page-portal .opportunity-productData-description li {
		padding: 0 !important;
		font-size: 15px;
		line-height: 24px;

		height: auto;
	}

	.page-portal-homepage .play-btn:before {
		width: 49px;
		height: 49px;
	}

	.page-portal-homepage .play-btn::after {
		left: 41%;
		right: 41%;
		top: 41%;
	}

	.page-portal-homepage .play-btn {
		margin-bottom: 0 !important;
	}

	.page-portal-homepage .m-scrollButton {
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}

	.page-portal-homepage .when-number-talk-container .talk_item img {
		width: 60px;
	}

	.page-portal-homepage .explore-key-section .reasons .get-explore-btn {
		font-size: 16px;
		font-weight: unset;
		justify-content: space-evenly;
		align-items: center;

		line-height: 19px;
	}

	.page-portal-homepage .contactus-content a.txt-link {
		font-size: 16px;
		font-weight: unset;
		justify-content: space-evenly;
		align-items: center;

		line-height: 19px;
		height: 60px;
		padding: 15px 50px;
		display: flex;
		width: fit-content;
	}

	.page-portal-homepage .contactus-content a.txt-link img {
		padding-left: 11px;
		padding-top: 5px;
	}

	.page-portal-homepage .fo-container .explore-all .get-explore-btn {
		font-size: 16px;
		font-weight: unset;
		justify-content: space-evenly;
		align-items: center;

		line-height: 19px;
	}

	.page-portal-homepage #incentiveforinvestors .explore-btn {
		font-size: 16px;
		font-weight: unset;
		justify-content: space-evenly;
		align-items: center;

		line-height: 19px;
		margin-bottom: 30px;
	}

	.page-portal-homepage #mg .explore-btn {
		font-size: 16px;
		font-weight: unset;
		justify-content: space-evenly;
		align-items: center;

		line-height: 19px;
		position: unset !important;
	}

	.page-portal-homepage .newsAndUpdateContainer .titleContainer .explore-btn {
		font-size: 16px;
		font-weight: unset;
		justify-content: space-evenly;
		align-items: center;

		line-height: 19px;
		position: unset !important;
	}

	.page-portal-homepage .explore-key-section .reasons .get-explore-btn svg {
		top: -2px;
		width: 16px;
		height: 21px;
	}

	.page-portal-homepage .swiper-about p {
		font-size: 16px;
		line-height: 28px;
		font-weight: unset;
		margin: auto;
	}

	.page-portal-homepage .where-to-invest .title-heading span {
		display: inline-block;
	}

	.page-portal-homepage .where-to-invest .title-heading {
		display: inline-block;
		font-size: 30px;
		line-height: 34px;

	}

	.page-portal-homepage .feature_totitle {
		font-size: 30px;
		line-height: 34px;

	}

	.page-portal-homepage #newsandupdates .titleContainer .title-heading .section-title {
		font-size: 30px;
		line-height: 34px;

	}

	.page-portal-homepage .card h4 {
		font-size: 16px;
	}

	.page-portal-homepage .sector-item-icon {
		width: 60px;
	}

	.page-portal-homepage .sector-box-inner {
		margin: 0;
		padding: 0 15px;
	}

	.page-portal-homepage .sector-box .section-title h4 {
		font-size: 30px;

		line-height: 40px;
		text-align: center;
	}

	.page-portal-homepage .title-heading,
	.page-portal-homepage .mg-container .section-title h2 {
		font-size: 30px;

		line-height: 40px;
		text-align: center;
	}

	.page-portal-homepage .sector-box .section-title p {
		font-size: 16px;
		text-align: center;
		line-height: 24px;

		padding-bottom: 25px;
	}

	.page-portal-homepage .sect-left-panel {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.page-portal-homepage .section-title .know-more {
		font-size: 15px;
		font-weight: unset;
		align-items: center;
		justify-content: center;
	}

	.page-portal-homepage .section-counts h5 {
		font-size: 30px;
		line-height: 40px;
	}

	.page-portal-homepage .feature .flex-title .card-title img {
		width: 80px;
	}

	.page-portal-homepage .feature .flex-title {
		margin-left: 0 !important;
		padding: 0 15px;
	}

	.page-portal-homepage .figures #pills-tabContent {
		padding: 0;
	}

	.page-portal-homepage .inc-card span img {
		width: 60px;
	}

	.page-portal-homepage .section-title {
		padding: 15px 15px;
	}

	.page-portal-homepage #mg #mg-slider .tab-content .top-logo img {
		height: auto;
		display: block;
		margin: auto;
	}

	.page-portal-homepage #mg #mg-slider .tab-content .top-logo {
		text-align: center;
	}

	.page-portal-homepage #mg .project-info h4 {
		font-size: 30px;
		line-height: 40px;
		margin: auto;
	}

	.page-portal-homepage .successstory-container .section-title h2 {
		font-size: 30px;
		line-height: 40px;
		margin: auto;
	}

	.page-portal-homepage .mg-container .d-flex.justify-content-between.list-unstyled.pb-4 {
		flex-wrap: wrap;
	}

	.page-portal-homepage #mg .project-info p {
		width: 100%;
		min-height: 232px;
		height: auto;
		font-size: 15px;
		line-height: 25px;

	}

	.page-portal-homepage #mg .project-info ul li {
		width: 50%;
		padding-bottom: 30px;
	}

	.page-portal-homepage #mg .project-info ul li:nth-child(3),
	.page-portal-homepage #mg .project-info ul li:nth-child(4) {
		padding-bottom: 30px;
	}

	.page-portal-homepage .successstory-container .sucess_section .sucess_content h2 img {
		padding-top: 0;
	}

	.page-portal-homepage .successstory-container .sucess_section .sucess_content p {
		font-size: 16px;
		line-height: 25px;

	}

	.page-portal-homepage #incentiveforinvestors .features-1 .inc-card p {
		font-size: 16px;
		line-height: 25px;

	}

	.page-regional-hq .successstory-container .meet-kingdom-control {
		bottom: -7% !important;
	}

	#renderFDIGrowthChartDiv {
		height: 650px !important;
	}

	.page-economic-investments-terms .eco-banner-container h1,
	.page-investment-data .eco-banner-container h1 {
		font-size: 32px;
	}

	.page-economic-investments-terms .eh-page-links,
	.page-investment-data .eh-page-links {
		display: block;
		font-size: 14px;
	}

	.page-economic-investments-terms .eh-page-link,
	.page-investment-data .eh-page-link {
		display: block;
		padding: 0 15px;
		width: 100%;
		background: #00000024;
		max-width: unset;
		font-size: 15px;
		text-align: right;
	}

	.page-investment-data .INDS_tabs_centers .nav-tabs .nav-link {
		font-size: 18px;
		padding: 15px;
		font-weight: unset;
	}

	.page-investment-data .INDS_gray_color_aside {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.page-investment-data .content-header .input-group {
		display: flex !important;
		align-items: center;
		justify-content: space-evenly;
	}

	.page-investment-data #Annualy .content-wrapper.p-2 .btn-group.button-group.pt-3.mt-3 {
		display: block;
	}

	.page-investment-data #Annualy .content-wrapper.p-2 .btn-group.button-group.pt-3.mt-3 #sector-filter-form {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.page-investment-data #Annualy .content-wrapper.p-2 .content-header .button-group a:first-child {
		padding-left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.page-investment-data .content-header .button-group a:first-child svg {
		position: unset;
		left: 15px;
		margin-right: 6px;
	}

	.page-investment-data #FDI_Data .col-9.p-0 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.page-investment-data #FDI_Data .col-9.p-0 .INID_border_filter_in_line {
		width: 100%;
		margin-top: 20px;
	}

	.page-investment-data .INL_bg_gold_header {
		width: 100%;
	}

	.page-investment-data .INID_BG_image .row.pt-5.pl-3.pr-3.pb-4 .col-4.mx-auto {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.page-investment-data .tab-content {
		padding: 0 !important;
	}

	.page-investment-data .INID_for_header {
		font-size: 20px;
	}

	.page-investment-data .tab-content {
		width: auto;
	}

	.page-investment-data .content-header .button-group .btn {
		width: 100%;
	}

	.opportunity-productData-description li span {
		font-size: 14px !important;
	}

	.page-province .map-bg-area::before {
		z-index: -2;
	}

	.page-province .province-container .strategic-sector-sWrapper .map-area img {
		position: unset;
	}

	.page-province .map-bg-area-img {
		height: auto !important;
		width: 70% !important;
		display: flex;
		margin: auto;
		align-items: center;
	}

	.province-container .content-area .sec-area.pl-5 {
		padding-left: 0 !important;
	}

	.key-strength-box .overlay-txt {
		font-size: 18px;
	}

	.province-container .content-area .sec-area {
		text-align: center;
	}

	.page-province .content-area .area {
		position: unset !important;
	}

	.page-province .content-area .sub-sectors ul li strong {
		max-width: 100%;
	}

	.page-meet-the-kingdom .key-reason-invest .Inc-tab-panel ul .nav-link {
		font-size: 14px;
	}

	.page-meet-the-kingdom .key-reason-invest .count-outer {
		display: block;
	}

	.page-meet-the-kingdom .key-reason-invest .count-block {
		width: 100%;
	}

	.page-meet-the-kingdom #pills-tabContent {
		height: auto !important;
		min-height: auto;
	}

	.page-meet-the-kingdom .key-reason-invest .count-block p {
		font-weight: unset;
		font-size: 20px;
	}

	.page-meet-the-kingdom svg {
		width: 100%;
	}

	.page-meet-the-kingdom .title-area .title-heading {
		font-size: 32px;
		line-height: 45px;
	}

	.page-meet-the-kingdom .economic-overview-container .o-stories__list {
		display: flex;
		flex-wrap: wrap;
		margin-top: 30px;
	}

	.page-meet-the-kingdom .economic-overview .panel-box {
		box-shadow: -1px -2px 60px #00000033;
	}

	.page-meet-the-kingdom .economic-overview-container .yCmsComponent {
		flex: 44%;
		margin-right: 3%;
	}

	.page-meet-the-kingdom .Inc-tab-panel {
		margin-top: 15px;
	}

	.page-meet-the-kingdom .key-reason-invest .count-block p {
		font-weight: unset;
		font-size: 15px !important;
		line-height: 24px;
	}

	.page-meet-the-kingdom svg {
		width: 100%;
		height: -webkit-fill-available;
		padding-top: 20px;
	}

	.page-meet-the-kingdom .title-area .title-heading {
		font-size: 30px;
		line-height: 40px;

		font-weight: unset;
		padding: 15px 15px;
	}

	.page-meet-the-kingdom .title-area h2.title-heading {
		color: #484848;
	}

	.page-meet-the-kingdom .title-area h3 {
		padding-bottom: 0;
	}

	.page-meet-the-kingdom .title-area {
		padding: 0;
	}

	.page-meet-the-kingdom .js-responsive-image.achievement_header_icon.position-absolute {
		right: 0;
	}

	.page-meet-the-kingdom .economic-overview .panel-box h3.count {
		font-size: 25px;
		line-height: 40px;
	}

	.page-meet-the-kingdom .economic-overview .panel-box {
		height: auto;
		min-height: 230px;
		padding: 15px 15px;
	}

	.page-meet-the-kingdom .key-reason-card .card-header {
		border-bottom: unset;
		font-size: 14px;
	}

	.page-meet-the-kingdom .key_reasons_component {
		position: relative;
	}

	.page-meet-the-kingdom .key-reason-invest .tab-content h1,
	.key-reason-invest .tab-content h2 {
		font-size: 25px;
		font-weight: unset;
		line-height: 39px;
		padding: 0 15px;
	}

	.page-meet-the-kingdom .key-reason-invest .count-block h5 {
		font-size: 30px !important;
		line-height: 40px;
	}

	.page-meet-the-kingdom .mega-giga-title-container .title-area h3 {
		font-size: 15px;
		line-height: 24px;
		padding-bottom: 15px !important;
		padding: 0 15px;
	}

	.page-meet-the-kingdom .mega-giga-container .content-area h3 {
		font-size: 20px;
		line-height: 26px;
		font-weight: unset;
	}

	.page-meet-the-kingdom .mega-giga-container .content-area h4 {
		font-size: 15px;
		line-height: 24px;
		font-weight: unset;
	}

	.page-meet-the-kingdom .mega-giga-container .map-data img.mg-background {
		object-fit: cover;
	}

	.page-meet-the-kingdom .mega-giga-container .content-area h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.page-meet-the-kingdom .mega-giga-container .content-area p {
		font-size: 15px;
		line-height: 19px;
	}

	.page-meet-the-kingdom .mega-giga-container .content-area {
		padding: 50px 15px 15px 15px;
	}

	.page-meet-the-kingdom .successstory-container .section-title h2 {
		padding-bottom: 0;
		font-size: 30px;
		line-height: 40px;

		font-weight: unset;
		padding: 0px 15px;
	}

	.page-meet-the-kingdom .successstory-container .success-main-content .quote-wrapper {
		padding: 0 20px;
	}

	.page-meet-the-kingdom .successstory-container .sucess_section .sucess_content {
		padding-bottom: 50px;
		padding-top: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.page-meet-the-kingdom .successstory-container .sucess_section .sucess_content h2 {
		font-size: 18px;
		text-align: center;
	}

	.page-meet-the-kingdom .successstory-container .sucess_section .sucess_content p {
		font-size: 18px;
		text-align: center;
	}

	.page-meet-the-kingdom .successstory-container .success-main-content .quote-wrapper:before,
	.page-meet-the-kingdom .successstory-container .success-main-content .quote-wrapper:after {
		display: none;
	}

	.page-meet-the-kingdom .sucess-slider-contols.meet-kingdom-control img {
		width: 60px;
	}

	.page-sectors-opportunities .figures #pills-tabContent {
		min-height: 600px;
	}

	.page-sectors-opportunities .Inc-sector-content h4 {
		font-size: 15px;
		line-height: 24px;
	}

	.page-sectors-opportunities section {
		padding: 30px 0;
	}

	.page-sectors-opportunities .Inc-sector-content {
		padding-bottom: 0;
	}

	.page-sectors-opportunities .investment-hub-container .what-do-section h2 {
		font-size: 30px;
	}

	.page-sectors-opportunities .investment-hub-container .what-do-section h5 {
		font-size: 15px;
		line-height: 24px;
	}

	.page-sectors-opportunities .investment-hub-container .what-we-do {
		padding-top: 0;
	}

	.page-sectors-opportunities .investment-hub-container .what-we-do .yCmsComponent.col-md-4 {
		margin-bottom: 30px;
	}

	.page-sectors-opportunities .fo-container .titleArea .feature_totitle {
		font-size: 30px;
		line-height: 40px;
	}

	.page-sectors-opportunities .investment-hub-container .what-we-do .panle-box {
		height: auto;
		min-height: 245px;
	}

	.Inc-sector-banner {
		height: 600px;
	}

	.Inc-section-baner-logo img {
		width: 82px;
	}

	.Inc-baner-btnwraper .btn {
		font-size: 11px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.Inc-baner-btnwraper {
		flex-direction: unset;
		display: flex !important;
	}

	.sectors-content h1.clr_gld.section-headline.my-2 {
		font-size: 30px;
		line-height: 40px;
		color: var(--misaFirstColor);
	}

	.sectors-content .opportunity-productData-description p {
		font-size: 15px !important;
		line-height: 24px;
	}

	h3.section-headline {
		font-size: 30px;
		line-height: 40px;
		padding: 0 15px;
	}

	.sectors-content .opportunity-productData-description ul {
		padding: 15px;
	}

	.sectors-content .opportunity-productData-description .bulled-list li {
		padding: 25px !important;
		height: auto;
		min-height: 190px;
		width: 43%;
		margin-right: 3%
	}

	.opportunity-productData-description .bulled-list li span {
		font-size: 15px !important;
		line-height: 24px;
	}

	.opportunity-contact .heading {
		font-size: 30px !important;
		line-height: 40px;
	}

	#corForm .form-group.form-floating.col-md-6.form-normal-item .control-label {
		font-size: 15px;
		transform: translate3d(0, 11px, 0) scale(1);
	}

	#corForm .form-group.focused .control-label {
		transform: scale(0.75) !important;
		top: -1px;
	}

	#corForm .control-label {
		font-size: 15px;
	}

	#corForm .form-group.form-floating.col-md-6.form-normal-item input {
		padding: 15px 34px 15px;
		height: 48px;
		font-size: 14px;
	}

	#corForm .form-normal-item-select .caret {
		top: 20px;
	}

	#corForm .ddl-countryCode.form-control {
		padding-right: 56px !important;
		text-align: right;
	}

	.page-opportunity-search .opp-search-container input[type=search],
	.page-opportunity-search .opp-search-container input[type=text] {
		font-size: 14px;
		height: 45px;
		padding-left: 35px;
	}

	.page-opportunity-search .a-search img {
		margin-top: -8px;
		width: 14px;
	}

	.page-opportunity-search .opp-search-btn {
		height: 45px;
		top: 0;
		right: 16px;
		font-size: 14px;
	}

	.page-opportunity-search .opp-search-container .reset-search {
		font-size: 10px;
		line-height: 12px;
	}

	.page-opportunity-search .opp-filter-btn {
		height: 45px;
		font-size: 14px;
	}

	.page-opportunity-search .sectors-opp {
		padding: 15px;
		padding-bottom: 15px !important;
	}

	.page-opportunity-search .section-headline {
		margin: 20px 0 !important;
		padding: 0 15px;
		font-size: 30px;
		line-height: 40px;
	}

	.page-opportunity-search .all-opportunity-description-text {
		font-size: 14px !important;
		line-height: 24px;
	}

	.search-result-reports-container .news-card .headtitle,
	.page-opportunity-search-page .opportunity-card .opp-headtitle {
		font-size: 22px;
		line-height: 27px;
		font-weight: unset !important;
		word-break: unset;
	}

	.page-opportunity-search-page .opportunity-card .opp-type {
		font-size: 18px;
		line-height: 40px;
		font-weight: unset !important;
		height: unset;
		min-height: unset;
	}

	.search-result-reports-container .news-card .btn-knowmore,
	.page-opportunity-search-page .opportunity-card .know-more-btn,
	.page-opportunity-search-page .opportunity-card .interest-btn {

		line-height: 19px;
	}

	.page-opportunity-search .opportunity-card .content-box {
		min-height: 273px;
		box-shadow: 0px -3px 75px #00000029;
	}

	.page-opportunity-search .sectors-list {
		padding: 0;
	}

	.page-opportunity-search .sectors-opportunity .sectors-list .sector-btn {
		margin: 15px 0;
		padding: 15px 15px;
		height: auto;
		font-size: 15px;
		width: 46%;
		margin-right: 3% !important;
		border-radius: 7px;
		min-height: 100px;
	}

	.page-opportunity-search .sectors-opportunity .sectors-list .sector-btn:first-child {
		position: relative;
		top: 29px;
	}

	.page-opportunity-search .opp-sector-item-icon {
		width: 40px;
		height: 40px;
	}

	.page-opportunity-search .filter-buttons .btn {
		font-size: 16px;
		height: 45px;
		width: 35%;
		margin: auto auto 20px auto;
		padding: 0;
	}

	.page-opportunity-search .opp-filter-btn {
		margin-top: 0;
		width: auto;
	}

	.page-opportunity-search .filter-buttons {
		display: inline-block;
		margin: auto;
		margin: auto;
		width: 100%;
	}

	.page-videos .videos-card-inner h3 {
		font-size: 20px;
		height: 52px;
		min-height: unset;
		padding-right: 0;
	}

	.page-videos .vedio_outer.mb-5 {
		margin-bottom: unset !important;
	}

	.page-videos #pills-tabContent {
		min-height: auto !important;
		height: auto !important;
	}

	.page-videos .videos-card-inner img {
		position: unset;
		width: auto;
	}

	.page-resources #pills-tabContent {
		min-height: auto !important;
		height: auto !important;
	}

	.page-events #pills-tabContent,
	.page-news #pills-tabContent {
		min-height: auto !important;
		height: auto !important;
	}

	.page-saudi-economic-sectors .eco-banner-container h1 {
		font-size: 35px;
	}

	.page-saudi-economic-sectors .eh-page-links {
		display: block;
		font-size: 14px;
		text-align: right;
	}

	.page-saudi-economic-sectors .eh-page-link {
		display: block;
		padding: 0 15px;
		width: 100%;
		background: #00000024;
		max-width: unset;
		font-size: 15px;
	}

	.page-saudi-economic-sectors section {
		padding: 30px 0;
		padding-bottom: 0 !important;
	}

	.page-saudi-economic-sectors .INL_bg_gold_header {
		font-size: 27px;
		padding: 5px;
		margin-top: unset;
		width: 100%;
	}

	.page-saudi-economic-sectors .INL_bg_gray_paraset {
		width: 100%;
		font-size: 17px;
		margin: unset;
		margin-bottom: 0;
		font-weight: unset;
		margin-top: 0;
	}

	.page-saudi-economic-sectors .INL_logistics_header {
		font-size: 27px;
	}

	.page-saudi-economic-sectors .INL_SD_Real_Sector_header {
		font-size: 32px;
	}

	.page-saudi-economic-sectors .INL_SD_Real_Sector_paper {
		font-size: 17px;
	}

	.page-saudi-economic-sectors .INL_SD_Real_Sector_header_green {
		font-size: 17px;
		height: unset;
	}

	.page-saudi-economic-sectors .w-60 {
		width: 100%;
	}

	.page-saudi-economic-sectors .w-60 .col-md-6 {
		padding: 0 !important;
	}

	.page-saudi-economic-sectors .form-inline {
		align-items: center;
		justify-content: center;
		min-width: 328px;
	}

	.page-saudi-economic-sectors label.INL_Select_year {
		margin-right: 20px;
	}

	.page-saudi-economic-sectors .form-inline input {
		margin-left: 0 !important;
	}

	.page-saudi-economic-sectors .INL_EEMP_number_set {
		font-size: 27px;
	}

	.page-saudi-economic-sectors .INL_EEMP_number_para {
		font-size: 17px;
	}

	.page-saudi-economic-sectors .INL_SD_Real_Sector.p-4 .col-md-8 {
		padding: 0;
	}

	.page-saudi-economic-sectors .INL_UEMP_header {
		font-size: 16px;
	}

	.page-saudi-economic-sectors .INL_UEMP_header_number_gold,
	.page-saudi-economic-sectors .INL_UEMP_header_number_green {
		font-size: 17px;
	}

	.INL_SD_Real_Sector.w-100 .position-absolute.text-center {
		position: unset !important;
	}

	.page-infrastructure-logistics .tab-content {
		width: 100% !important;
	}

	.page-infrastructure-logistics .INL_bg_gold_header {
		width: 100%;
		margin-top: 0;
	}

	.page-infrastructure-logistics .pull-left.INL_icons .row {
		display: grid;
	}

	.page-infrastructure-logistics .INL_logistics_header {
		font-size: 27px;
	}

	.page-infrastructure-logistics .INL_industrial_city_header {
		padding: 25px 20px 25px;
	}

	.page-infrastructure-logistics .INL_row_gray_shadow ul {
		flex-direction: column;
		padding: 0;
	}

	.page-infrastructure-logistics .INL_row_gray_shadow .nav-tabs .nav-link {
		padding: 15px;
		font-size: 15px;
		background: #cccccc7a;
		margin-bottom: 5px;
	}

	.page-infrastructure-logistics .INL_row_gray_shadow .nav-tabs .nav-item {
		width: 100%;
	}

	.page-infrastructure-logistics .INDS_margin_leftn40 {
		margin: unset;
	}

	.page-infrastructure-logistics .INDS_Border_blue svg {
		width: 100%;
		height: 100%;
	}

	.page-infrastructure-logistics .INDS_Border_blue .col-md-12 {
		padding: 0 !important;
	}

	.page-infrastructure-logistics section {
		padding: 30px 0;
	}

	.page-infrastructure-logistics .INL_total_bg_box {
		padding: 0 20px 25px;
		margin-bottom: 20px;
	}

	.page-infrastructure-logistics .INL_total_bg_box img {
		width: 60px;
	}

	.page-infrastructure-logistics .INL_height_190px,
	.INL_height_150px {
		height: unset !important;
	}

	.page-infrastructure-logistics .INL_total_gold_header {
		font-size: 27px;
	}

	.page-infrastructure-logistics .INL_total_number {
		font-size: 27px;
	}

	.infraLogisticsLastDiv {
		width: unset !important;
	}

	.infraLogisticsTechZone .col-md-6,
	.infraLogisticsTechZone .col-md-4 {
		margin-bottom: 15px;
	}

	.page-sa-international-indices .eco-banner-container h1,
	.page-infrastructure-logistics .eco-banner-container h1 {
		font-size: 35px;
	}

	.page-sa-international-indices .eh-page-links,
	.page-infrastructure-logistics .eh-page-links {
		display: block;
		font-size: 14px;
	}

	.page-sa-international-indices .eh-page-link,
	.page-infrastructure-logistics .eh-page-link {
		display: block;
		padding: 0 15px;
		width: 100%;
		background: #00000024;
		max-width: unset;
		font-size: 15px;
		text-align: right;
	}

	.page-sa-international-indices .filter-header {
		position: unset;
		transform: unset;
		height: unset;
		text-align: center;
	}

	.page-sa-international-indices .indices-container {
		padding: 25px 15px;
	}

	.chart-container .chart-header {
		width: 100% !important;
		padding: 15px 15px !important;
		position: unset !important;
		transform: unset !important;
		font-size: 17px !important;
	}

	.chart-container {
		padding: 20px 15px !important;
		margin: 0 15px !important;
	}

	.select-indicator .container input {
		left: 0;
	}

	.economic-dashboard-container {
		padding: 20px 15px !important;
	}

	.page-economic-highlights .eh-page-grid-link {
		position: absolute;
		bottom: 0;
		width: 100%;
		font-size: 15px;
		text-align: center;
		top: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background: #00000069;
	}

	.eh-page-breadcrums .container {
		padding: 0;
	}

	.page-economic-highlights .eh-page-grid .thumbnail a {
		position: relative;
		width: 100%;
		display: block;
	}

	.page-economic-highlights .eh-page-grid {
		display: flex;
		grid-column-gap: 25px;
		justify-content: space-between;
	}

	.economic-dashboard-container .o-stories__list {
		grid-template-columns: auto auto !important;
	}

	.economic-highlights-overview .eh-panel-box {
		height: unset !important;
		min-height: 280px;
	}

	#News_press {
		height: 76vh;
	}

	#News_press .carousel-item {
		min-height: unset;
		height: 70vh;
	}

	#News_press .carousel-item .mask {
		height: unset;
		min-height: unset;
	}

	#News_press .News_Press_Releases {
		font-size: 32px;
		margin-bottom: 50px;
		margin-top: 15px;
	}

	#News_press .carousel-item .mask .News_press_bgwhite {
		height: unset;
		min-height: 235px;
	}

	#News_press .carousel-indicators li {
		display: none;
	}

	#News_press .carousel-item img {
		width: 100% !important;
		position: absolute;
		height: -webkit-fill-available;
		object-fit: cover;
	}

	.page-media-center .Inc-mediaCenter-wrapper-header h1 {
		font-size: 32px;
	}

	.page-media-center .Inc-mediaCenter-wrapper-header p {
		font-size: 17px;
	}

	.page-media-center section {
		padding: 30px 0;
	}

	.page-media-center .Inc-mediaCenter-sectionwrapper h1.title {
		font-size: 32px;
	}

	.page-media-center .Inc-mediaCenter-sectionwrapper .title.service-title .explore-btn {
		top: 83%;
		left: 0;
		right: 0;
		margin: auto;
	}

	.page-media-center .Inc-mediaCenter-sectionwrapper h1 a.webinar-service-btn {
		bottom: unset;
	}

	.page-media-center .tab-section {
		padding-top: 0;
	}

	.page-media-center .video-inner-div h4 {
		font-size: 18px;
		line-height: 33px;
	}

	.banner-section {
		height: 600px;
	}

	.banner-section h2 {
		font-size: 14px;
		font-weight: unset;
		padding: 0 15px;
	}

	body.page-living-in-saudi .content {
		font-size: 14px;
		padding: 15px 15px;
		line-height: 24px;
	}

	body.page-living-in-saudi .achievement_header h1 {
		font-size: 30px;
		display: inline-block;
		margin-bottom: 15px;
		padding-left: 55px;
	}

	body.page-living-in-saudi .achievement_header .achievement_header_icon {
		position: absolute;
		left: 5px;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 40px;
		height: 40px;
	}

	body.page-living-in-saudi .achievements-section .achievement_header p {
		font-size: 14px;
		padding: 0 15px;
	}

	body.page-living-in-saudi .achievement_statastics {
		padding: 0px 0px 0px;
	}

	body.page-living-in-saudi .achievement_statastics img {
		padding-bottom: 15px;
	}

	body.page-living-in-saudi .achievement_banner_left:nth-child(even) {
		order: 1;
	}

	body.page-living-in-saudi .list_of_achievements:nth-child(odd) {
		order: 2;
	}

	body.page-living-in-saudi .achievements_points h1 {
		font-size: 27px;
	}

	body.page-living-in-saudi .achievements_points {
		display: grid;
		grid-template-columns: auto auto;
		grid-gap: 20px;
	}

	body.page-living-in-saudi .achievements_points p {
		font-size: 15px;
	}

	.page-regional-hq .tab-content {
		width: 93%;
		left: 0;
	}

	.page-regional-hq .support-setting-view .panel-box .box-img img {
		width: unset;
	}

	.page-regional-hq .support-setting-view .panel-box .box-img {
		padding-top: 15px;
	}

	.page-regional-hq .support-setting-view .panel-box h5 {
		left: unset;
	}

	.page-regional-hq .support-setting-view .panel-box ul.list li {
		text-align: center;
	}

	.page-regional-hq .eco-banner-container h1 {
		font-size: 27px;
		line-height: 45px;
		padding: 0 15px;
	}

	.page-regional-hq .regional-panel p {
		font-size: 17px;
		font-weight: unset;
	}

	.page-regional-hq .rhq-glance h2,
	.page-regional-hq .support-setting h2,
	.page-regional-hq .economic-zone h2,
	.page-regional-hq .regional-hqs-container .section-title h2,
	.page-regional-hq .regions-title-container .title-area h2 {
		font-size: 32px;
	}

	.page-regional-hq .rhq-glance p {
		width: 100%;
		font-size: 17px;
		line-height: 35px;
	}

	.page-regional-hq .new-home h2 {
		font-size: 32px;
	}

	.page-regional-hq .new-home .new-home-section .play img {
		top: 0;
		bottom: 0;
		margin: auto;
		width: 50px;
	}

	.page-regional-hq .support-setting-view .panel-box:nth-of-type(odd) {
		margin-top: unset;
	}

	.page-regional-hq .support-setting-view {
		display: flex;
		flex-direction: column;
	}

	.page-regional-hq .support-setting-view .panel-box {
		margin-bottom: 15px;
	}

	.page-regional-hq .rhq-support-container {
		padding-bottom: 0;
	}

	.page-regional-hq .successstory-container .sucess_section .sucess_content p {
		padding-top: 0 !important;
		margin-top: 0 !important;
		font-size: 17px;
	}

	.regional-hqs-container {
		padding-bottom: 0 !important;
	}

	.region-map .text-center .im-fluid {
		width: 100%;
	}

	.rhq-economic-special-zone-container {
		padding-bottom: 50px;
	}

	.page-regional-hq .economic-zone-section .nav-li a {
		font-size: 22px;
	}

	.page-regional-hq .new-home .new-home-section iframe {
		width: 100%;
	}

	.page-regional-hq .section-title.w-50 {
		width: 100% !important;
	}

	.RHQ_bg_images_on_resgions {
		position: unset;
		transform: unset;
		background: url(../img/13Provisions/Riyadh-Province-background-img.jpg) no-repeat;
		padding: 0 15px;
		max-width: 100%;
		width: 100%;
		flex: 0 0 100%;
	}

	.RHQ_riyadh_province_detaisl_title {
		padding: 10px 15px;
		font-size: 27px;
	}

	.page-regional-hq .province-map-details {
		display: block;
		width: 100%;
	}

	.page-regional-hq .province-map-details svg {
		width: 100%;
	}

	.page-regional-hq .rhq-map-info-wrapper {
		display: block !important;
	}

	.page-regional-hq .rhq-map-info-wrapper .map-info-header {
		font-size: 32px;
	}

	.page-regional-hq .rhq-map-info {
		border-right: unset;
	}

	.page-regional-hq .rhq-events-block img {
		width: 100%;
	}

	.page-regional-hq .rhq-events-block {
		margin-bottom: 15px;
	}

	.page-regional-hq .RHQ_Nav_bar .nav-pills .nav-link {
		padding: 15px;
		font-size: 20px;
	}

	.page-regional-hq .RHQ_Nav_bar .nav-pills .nav-link.active:after {
		width: 30px;
		right: 8px;
	}

	.page-regional-hq .economic-zone-section .tab-content .content .description h5 {
		font-size: 20px;
		line-height: 32px;
	}

	.page-regional-hq .economic-zone-section .tab-content .content .description p {
		font-size: 15px;
	}

	.page-regional-hq .contactus-content {
		margin-bottom: 0 !important;
	}

	.page-regional-hq .contactus-content h5 {
		position: unset !important;
		font-size: 27px;
		padding: 0 15px;
		width: 100%;
	}

	.page-regional-hq .RHQ_contact_bg .pb-5 {
		padding: 22px 0 !important;
	}

	.page-regional-hq .RHQ_contactpage-form-tab .nav-link {
		font-size: 25px;
	}

	.page-regional-hq .rhq-contant h2 {
		font-size: 32px;
		margin-bottom: 15px;
	}

	.page-regional-hq .rhq-contant h3 {
		font-size: 20px;
		font-weight: unset;
	}

	.page-regional-hq .RHQ_contact_bg #pills-tabContent {
		height: auto;
		min-height: unset;
	}

	.page-regional-hq .contact-accordion .btn {
		white-space: unset;
		text-align: left;
		font-size: 16px !important;
		text-decoration: none;
	}

	.page-regional-hq .contact-accordion .card-body {
		font-size: 14px;
	}

	.page-regional-hq .RHQ_contact_bg {
		padding: unset;
	}

	.page-regional-hq .regional-hqs-container {
		overflow: visible;
	}

	.page-province .key-fact-section .macro_economic_component:nth-child(2),
	.page-province .key-fact-section .macro_economic_component:nth-child(5),
	.page-province .key-fact-section .macro_economic_component:nth-child(8),
	.page-province .key-fact-section .macro_economic_component:nth-child(11),
	.page-province .key-fact-section .macro_economic_component:nth-child(14),
	.page-province .key-fact-section .macro_economic_component:nth-child(17),
	.page-province .key-fact-section .macro_economic_component:nth-child(20) {
		position: unset;
	}

	.page-province .banner-section h2 {
		font-size: 15px;
		line-height: 24px;
		font-weight: unset;
	}

	.page-province .province-container {
		margin-top: 0 !important;
	}

	.page-province .strategic-sector-sWrapper .content-area p {
		font-size: 15px;
		padding: 0 !important;
		font-weight: unset;
		text-align: center;
		line-height: 24px;
	}

	.strategic-sector-sWrapper .area .sec-area strong {
		font-size: 25px;
		line-height: 28px;
	}

	.strategic-sector-sWrapper .area .sec-area p {
		font-size: 15px;
		line-height: 19px;
	}

	.strategic-sector-sWrapper .area .sec-area {
		margin-bottom: 15px;
	}

	.page-province .content-area .sub-sectors ul li img {
		width: 60px;
	}

	.page-province .content-area .sub-sectors ul li strong {
		font-size: 15px;
		line-height: 19.5px;
		font-weight: unset;
	}

	.page-province .key-fact-box h3 {
		font-size: 25px;
		line-height: 28px;
	}

	.page-province .key-fact-box p {
		font-size: 15px;
		line-height: 22px;
		font-weight: unset;
	}

	.page-province .key-fact-box {
		margin-bottom: 15px;
		box-shadow: 1px -3px 75px #00000029;
	}

	.page-province .content-area .area {
		text-align: center;
		position: absolute;
		top: -146px;
		left: -22px;
	}

	.page-province .content-area .sub-sectors ul {
		display: grid;
		grid-template-columns: auto auto;
	}

	.page-province .content-area .sub-sectors ul {
		text-align: center;
	}

	.page-province .content-area .sub-sectors h6 {
		font-size: 27px;
		text-align: center;
	}

	.page-province .title-area .title-heading {
		font-size: 27px;
		padding-top: 0;
	}

	.page-province .key-fact-section,
	.key-strength-section {
		display: grid;
		grid-template-columns: 1fr 1fr;
		/* 06Nov */
	}

	.page-province .key-fact-section .macro_economic_component:nth-child(2),
	.page-province .key-fact-section .macro_economic_component:nth-child(5),
	.page-province .key-fact-section .macro_economic_component:nth-child(8),
	.page-province .key-fact-section .macro_economic_component:nth-child(11) {
		top: 0;
	}

	.page-province .key-strength-box {
		min-height: 100px;
		margin-right: 20px;
	}

	.page-province .key-strength-section .key-strength-box:nth-child(2),
	.page-province .key-strength-section .key-strength-box:nth-child(5),
	.page-province .key-strength-section .page-province .key-strength-box:nth-child(8),
	.page-province .key-strength-section .key-strength-box:nth-child(11) {
		top: 0;
	}

	.page-province .key-fact-box img {
		width: 60px;
	}

	.page-province .key-strength-box img {
		max-width: unset;
		width: 100%;
	}

	.page-province .key-strength-box .overlay-txt {
		bottom: 40px;
		font-size: 15px;
		line-height: 22px;
		font-weight: unset;
		padding: 0 15px;
	}

	.page-province .key-strength-container .title-area.mt-5 {
		margin-top: 0 !important;
	}

	.macro_economic_icon img {
		width: 80px;
	}

	.province-container .investment-opportunities .panel-box-block .box-img,
	.province-container .panel-box-block .box-img-right {
		text-align: center;
	}

	.page-province .investment-opportunities .panel-box-block .box-img-right h3 {
		font-size: 27px;
	}

	.page-province .investment-opportunities .panel-box-block .box-img-right p {
		font-size: 17px;
		line-height: 25px;
	}

	.region-wrapper-right {
		padding: 25px 15px;
		max-width: 100% !important;
		margin: auto;
		flex: 100%;
	}

	.region-wrapper-right h3 {
		font-size: 15px;
		font-weight: unset;
		line-height: 25px;
		margin-bottom: 0;
	}

	.region-wrapper-right h1 {
		font-size: 30px;

		line-height: 40px;
		text-transform: uppercase;
	}

	.page-province-region-homepage .region-wrapper-right .box-inner {
		width: 500px;
		grid-gap: 20px;
	}

	.page-province-region-homepage .region-wrapper-right .box-num {
		width: 46%;
		height: auto;
		margin-right: 3%;
		margin-bottom: 15px;
		min-height: 163px;
		padding: 15px;
		display: inline-flex;
		justify-content: center;
		flex-direction: column;
	}

	.page-province-region-homepage .region-wrapper-right .box-num h4 {
		font-size: 25px;
		line-height: 30px;
	}

	.page-province-region-homepage .region-wrapper-right .know-more-btn {
		margin-bottom: 0;
		margin-top: 25px;
	}

	.region-wrapper-left {
		position: unset;
		transform: unset;
		padding: 15px;
		margin: auto;
	}

	.region-wrapper-left .region-map {
		width: 360px;
		height: auto;
		z-index: 1;
	}

	.province_region_container {
		position: relative;
	}

	.region_component {
		position: unset;
	}

	.region_component_image {
		height: -webkit-fill-available;
		object-fit: cover;
	}

	.INS_rowcenter {
		flex-direction: column;
	}

	.INS_col_loanpbm {
		width: 100%;
	}

	.INS_col_loanpbm .INS_shadow_pad {
		min-height: 200px;
		height: unset;
	}

	.nav-link.active .INS_EPM_border_set {
		text-align: center;
	}

	.INS_EPM_nav .nav-pills .nav-link:after,
	.INS_EPM_nav .nav-pills .nav-link.active:after {
		left: 0%;
		right: 0;
		margin: auto;
	}

	.INS_EPM_nav .tab-content {
		width: 100%;
		min-height: unset !important;
	}

	.INS_Financial .INS_rowcenter {
		flex-direction: unset;
	}

	.INS_EnergynUtil_bg {
		padding: 25px 10px;
	}

	.INS_sections_insdetials .INS_para {
		font-size: 16px;
		padding: 0 15px;
		font-weight: unset;
	}

	.INS_sections_insdetials {
		padding: 20px 0;
	}

	.INS_smes_imageshadow .p-4 {
		padding: 7px !important;
	}

	.INS_header_golden {
		font-size: 22px;
		padding: 0 15px;
	}

	.INS_header_para {
		font-size: 17px;
	}

	.INS_loanpbm_header {
		font-size: 20px;
		line-height: 25px;
	}

	.INS_loanpbm_para {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 0;
		font-weight: unset;
	}

	ul.INS_list_font li {
		font-size: 16px;
		font-weight: unset;
	}

	.INS_col_loanpbm {
		margin-bottom: 15px;
	}

	.INS_energynutil .INS_shadow_pad {
		margin-bottom: 15px;
	}

	.INS_EPM_nav .nav-pills .nav-item {
		width: 100%;
		margin-bottom: 25px;
	}

	.nav-link.active .INS_EPM_border_set {
		width: unset;
	}

	.INS_shadow_pad .alink {
		font-size: 13px;
	}

	.INS_Tab_pane_Show .p-4 {
		padding: 15px !important;
	}

	.INS_Tab_pane_Show .m-5 {
		margin: 0 !important;
	}

	.INS_EPM_nav #pills-tabContent {
		height: auto;
	}

	.INS_letter_set_header {
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 0 !important;
	}

	.INS_letter_set_para,
	.INS_li_ul_under {
		font-size: 17px;
		font-weight: unset;
	}

	.INS_aLINK_i {
		font-size: 13px;
		font-weight: unset;
	}

	.INS_EnergynUtil_bg a {
		width: 100%;
	}

	.INS_center_Credit {
		top: 45%;
	}

	.INS_SEMS_Credit_header {
		font-size: 20px;
	}

	.INS_SEMS_Credit_para {
		font-size: 16px;
		font-weight: unset;
	}

	.INS_financial_paddding {
		padding: 0 15px;
	}

	.INS_financial_imageheight {
		width: 200px;
	}

	.INS_financial_para {
		font-size: 18px;
		font-weight: unset;
	}

	.INS_financial_paddding .alink,
	.INS_padding_tax_word .alink,
	.INS_padding_Smes_word .alink {
		font-size: 13px;
		font-weight: unset;
	}

	.INS_tax_headeron {
		font-size: 21px;
	}

	.INS_tax_headeron_para {
		font-size: 17px;
		font-weight: unset;
	}

	.INS_padding_Smes_word {
		padding: 30px 56px;
	}

	.INS_smes_headeron {
		font-size: 20px;
		font-weight: 600;
	}

	.INS_smes_headeron_para {
		font-size: 17px;
		font-weight: unset;
	}

	.invest_lic_outer .d-flex,
	.bussiness_lic_invest_outer .d-flex {
		display: grid !important;
		grid-template-columns: auto auto;
	}

	.additional_lic_inner .d-flex {
		display: block !important;
	}

	.bussiness_lic_invest_outer .download_btn a {
		font-size: 20px;
	}

	.additional_lic_inner .download_btn button {
		font-size: 19px;
		margin-bottom: 15px;
	}

	.bussiness_lic_invest_inner,
	.investor_lic_invest_inner {
		padding: 0;
	}

	.additional_lic_inner,
	.additional_lic_inner .inner_box {
		padding: 15px;
	}

	.additional_lic_inner_box img {
		width: auto;
	}

	.document_lic_inner {
		padding: 0;
	}

	.investor_journey_inner img {
		width: 100%;
	}

	.investor_journey_inner_right .document_lic_box img {
		width: 100%;
	}

	.document_lic_box img {
		width: auto;
	}

	.investor_journey_inner p {
		line-height: 27px;
		top: 0%;
		width: 80%;
		right: 70px;
	}

	.investor_journey_inner_right .document_lic_box strong {
		font-size: 24px;
	}

	.investor_journey_inner_right .document_lic_box p {
		font-size: 18px;
	}

	.additional_lic_inner_box h6 {
		font-size: 25px;
		line-height: 36px;
		width: 100%;
	}

	.additional_lic_inner_box ul {
		font-size: 20px;
		line-height: 30px;
	}

	.investor_lic_invest_inner .inner_box {
		width: 100%;
	}

	.bussiness_lic_invest_inner_box.top_offset {
		margin-top: 0 !important;
	}

	.document_lic_inner .invest_lic_inner p {
		line-height: 25px;
		top: 70px;
		right: 48%;
		;
	}

	.invest_lic_inner p {
		width: 50%;
		line-height: 20px;
		font-size: 14px !important;
		left: 45%;
	}

	.invest_lic_inner img {
		width: 100%;
	}

	.invest_lic_outer .invest_lic_first_text {
		font-size: 18px;
	}

	.invest_lic_outer h2 {
		font-size: 25px;
	}

	.invest_lic_outer p {
		font-size: 16px;
		padding: 0 15px;
	}

	.bussiness_lic_invest_outer {
		padding: 20px
	}

	.bussiness_lic_invest_outer h2 strong {
		font-size: 30px
	}

	.bussiness_lic_invest_outer h2 {
		line-height: 1.2;
		font-size: 20px;
	}

	.bussiness_lic_invest_outer h5 {
		font-size: 20px;
		line-height: 36px;
	}

	.page-contact-us .contact-map {
		padding: 125px 0px 0px;
	}

	.page-contact-us .contact-map h1 {
		font-size: 25px;
		line-height: 30px;
		font-weight: unset;
		margin-bottom: 15px;
	}

	.contactpage-form .tab-content .contact-text h3 {
		font-size: 18px;
		line-height: 20px;
	}

	.contactpage-form .tab-content .contact-text h3:nth-child(2) {
		font-weight: bold;
		font-size: 16px;
	}

	#contact-map svg {
		width: 100%;
		height: auto;
	}

	.contact-map-tab li {
		width: 40%;
	}

	.contact-map-tab li.nav-item a.nav-link {
		padding: 10px;
		font-size: 11px;
	}

	#contact-map #pills-tabContent {
		background-color: transparent;
	}

	#contact-map .contact-map-tab {
		position: unset;
	}

	#contact-map #pills-tabContent {
		height: auto;
		min-height: unset;
	}

	.contactpage-form-tab li.nav-item {
		min-width: 155px;
		min-height: 90px;
		margin-bottom: 15px;
		box-shadow: 1px 4px 16px 5px rgb(0 0 0 / 16%);
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.contactpage-form-tab li.nav-item a.nav-link {
		padding: 10px;
	}

	.contactpage-form-tab li.nav-item a.nav-link span {
		font-size: 15px;
		margin-top: 0;
		padding-left: 10px;
		line-height: 17px;
	}

	.contactpage-form-tab svg {
		height: 26px;
		width: 60px;
		margin-bottom: 10px;
	}

	.contactpage-form {
		padding-top: 30px;
	}

	.contactpage-form .tab-content {
		padding: 30px 0px 0px;
		min-height: unset !important;
	}

	.contactpage-form .tab-content h3 {
		font-size: 15px;
		line-height: 25px;
		font-weight: unset;
	}

	.contactpage-form .tab-content h2 {
		font-size: 30px;
		padding: 0 15px;

	}

	.contactpage-form .contact-num:first-child {
		margin-bottom: 15px;
	}

	.contactpage-form .contact-accordion .card-header h5 button.btn.btn-link {
		white-space: unset;
		font-size: 15px;
		line-height: 22px;
		padding-left: 10px;
		text-align: right;
	}

	.contactpage-form .contact-accordion .card-body {
		font-size: 17px;
	}

	.fo-container .feature_righttop.mobile_viewonly {
		display: none;
	}

	#resons-home1 h4 {
		font-size: 14px;
	}

	.page-portal-homepage .flex-title {
		font-size: 14px;
	}

	.flex-container.active .flex-slide.active.blur .flex-title,
	.flex-container.active .flex-slide.active.blur .flex-title {
		font-size: 14px;
	}

	#resons-home1 .flex-about {
		top: -43%;
	}

	#headingOne {
		display: unset;
	}

	#top-featured,
	#newly-released {
		margin: 0 !important;
	}

	.explore-key-section .reasons .get-explore-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
		width: 190px;
		position: unset;
		padding: unset;
	}

	.where-to-invest .sector {
		padding-bottom: 0;
	}

	.where-to-invest .title-heading {
		font-size: 32px;
		padding-top: 0;
	}

	.explore-key-section .reasons .get-explore-btn svg {
		top: 0;
	}

	#resons-home1 .flex-about p {
		font-size: 13px;
		line-height: 21px;
	}

	#resons-home1>.flex-container {
		left: 0;
	}

	#mg {
		padding-top: 0;
	}

	#mg .mg-slider {
		margin-top: 26px;
	}

	#mg .explore-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
		width: 190px;
		position: unset;
	}

	.fo-container .explore-all .get-explore-btn,
	.fo-container .explore-all {
		position: unset;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 5px;
	}

	.fo-container .titleArea .feature_totitle {
		margin-bottom: 20px;
		padding-bottom: 15px;
	}

	.play-btn {
		overflow: unset;
		margin-left: 10px;
	}

	.play-btn:before {
		left: 0;
	}

	#hero .video-popup-btn {
		justify-content: start;
		min-width: 700px;
	}

	.mg-slider {
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
	}

	#mg-slider img {
		height: -webkit-fill-available;
		object-fit: cover;
	}

	#mg #mg-slider .tab-content .top-logo img {
		display: none;
	}

	#mg .project-info h4 {
		position: unset;
	}

	#mg .clientContainer .nav-item:nth-child(2) .box-wrapper img {
		padding-top: 15px;
		width: 100%;
	}

	.float-button {
		width: 60px;
		height: 60px;
		border-radius: 60px;
		box-shadow: 0px 4px 8px #0000003b;
		background-color: #0097A9;
		color: white;
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		font-size: 12px;
		text-transform: uppercase;
		bottom: 22px;
		left: 30px;
		border: 0;
		cursor: pointer;
		transition: all .4s ease;
		z-index: 99;
	}

	.float-button-up {
		bottom: 210px;
		transition: all .4s ease;
		background-color: white !important;
		color: #fff !important;
	}

	.Inc-sectordetail-overview {
		padding: 40px 0;
	}

	.Inc-sectordetail-overview h1,
	.Inc-sectordetail-overview h3 {
		font-size: 35px;
		color: var(--misaFirstColor);
		text-transform: uppercase;
		margin-bottom: 25px;
		width: 100%;
	}

	.Inc-sectordetail-overview p {
		font-size: 16px;
		color: #646464;
		width: 90%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.Inc-sector-explorer h1 {
		font-size: 32px;
		width: 95%;
	}

	.Inc-sector-explorer {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.val-header h1 {
		font-size: 30px;
		margin: 0;
	}

	.Inc-sector-keyDetails {
		display: block;
		position: relative;
		margin-top: 28px;
		margin-right: 6px;
	}

	.Inc-sector-keyDetails ul li {
		list-style-type: disc;
		font-size: 19px;
		color: #646464;
		margin-bottom: 12px;
		line-height: 1.4;
	}

	.Inc-sector-keyDetails ul {
		padding-right: 24px;
		margin-bottom: 30px;
	}

	.Inc-energyoppertunities .Inc-title-header {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		height: 130px;
		margin-bottom: 5px;
	}

	.Inc-secdetil-enop-header {
		font-size: 31px;
		color: #707070;
		text-align: center;
		text-transform: uppercase;
		position: inherit;
		left: 0;
		top: 0;
		transform: none;
		margin-bottom: 15px;
	}

	.Inc-fearured-opp {
		height: 358px;
		background: #fff;
		cursor: pointer;
		transition: all ease .5s;
		-webkit-transition: all ease .5s;
		-moz-transition: all ease 0.5s;
		padding: 20px 20px 20px;
		box-shadow: 0px 30px 75px #00000029;
		display: flex;
		flex-direction: column;
		border-radius: 30px;
	}

	.Inc-fearured-opp-headtitle {
		font-size: 28px;
	}

	.successstory-container .meet-kingdom-control {
		left: 30px;
		width: 16%;
		bottom: -3%;
	}

	.Inc-sector-sucessStories-header {
		font-size: 31px;
		text-transform: uppercase;
		color: #707070;
		width: 100%;
		text-align: center;
		padding-bottom: 35px;
	}

	header .logo img {
		top: 0 !important;
	}

	.Inc-sector-keyDetails h3 {
		font-size: 28px;
		margin-bottom: 25px;
	}

	.banner-section h1 {
		font-size: 25px;
		font-weight: unset;
		padding: 0 15px;
		line-height: 30px;
	}

	.all-opportunity-description {
		font-size: 30px !important;
	}

	.opportunity-thumbimg {
		display: none;
	}

	.panel-box h3.count {
		font-size: 22px;
		font-weight: 600;
		text-align: center;
		line-height: 25px;

		color: #025635;
		padding-bottom: 15px;
	}

	.panel-box p.desc {
		font-size: 15px;
		font-weight: normal;
		line-height: 20px;
		color: #025635;
		margin: 0;
		width: 100%;
		padding: 0 20px;
	}

	#pills-tabContent>#top-featured>.flex-container {
		display: flex;
	}

	#pills-tabContent {
		background: none;
	}

	#top-featured,
	#newly-released {
		font-size: 14px !important;
	}

	.fo-container .laptop_viewonly {
		display: block;
	}

	.sector-box .section-title h4 {
		font-size: 28px;
		font-size: 14px;
	}

	.sector-box .section-title p {
		width: 98%;
		font-size: 18px;
	}

	.rhq-banner-content h1 {
		font-size: 27px !important;
		line-height: 45px !important;
		padding: 0 15px;
	}

	.regional-panel {
		font-size: 17px;
		font-weight: unset;
	}

	.rhq-glance-heading p,
	.the_kingdom_culture-container h1,
	.investor-journey-container-heading p,
	.regions-title-container h1 p,
	.upcoming-special-zone-container h1.title-heading {
		font-size: 32px !important;
	}

	.rhq-glance-content {
		width: 100%;
		font-size: 17px;
		line-height: 35px;
	}

	.rhq-kingdom-glance-readmore {
		margin-bottom: 3rem;
	}

	.the_kingdom_culture_component iframe {
		width: 90% !important;
	}

	.the_kingdom_culture-container .embed-responsive-16by9::before {
		padding-top: 60% !important;
	}

	.RHQ_riyadh_province_detaisl h1 {
		padding: 10px 15px;
		font-size: 27px !important;
	}

	.upcoming-special-zone-container .container {
		max-width: 94% !important;
	}

	.upcoming-special-zone-container .tab-content {
		width: 93%;
		left: 0;
	}

	.upcoming-special-zone-container .rhq-zone-container-heading {
		padding: 15px;
		font-size: 20px;
	}

	.upcoming-special-zone-container .container .economic-zone-section .tab-content h4 {
		font-size: 20px !important;
		line-height: 32px !important;
	}

	.upcoming-special-zone-container .description span {
		font-size: 15px;
	}

	#News_press .carousel-control-next {
		right: 80% !important;
	}

	#News_press .carousel-control-prev {
		left: 8% !important;
	}

	.page-opportunity-search .opp-search-btn {
		right: initial;
		left: 15px;
	}

	.opp-search-container .text-right {
		text-align: left !important;
	}

	.opportunity-card .interest-btn {
		width: 100%;
	}

	.page-infrastructure-logistics .pull-left.INL_icons .row {
		display: flex;
	}

	.page-infrastructure-logistics .eh-page-breadcrum-link .eh-page-links {
		text-align: right;
	}

	.regional-hqs-container .sucess_content_itenlogo.position-relative img {
		margin-right: 0px !important;
		padding-right: 0px !important;
	}

	.successstory-container .success-main-content .sucess_img_bg .kingdom-quote-wrapper::before,
	.successstory-container .success-main-content .sucess_img_bg .kingdom-quote-wrapper:after {
		top: -5%;
	}

	.successstory-container .sucess_section .sucess_content {
		padding-right: 40px;
	}

	.successstory-container .sucess_section .sucess_content .text-left {
		padding-left: 20px;
	}

	.eh-page-breadcrums {
		top: -160px;
	}

	.page-economic-investments-terms .eh-page-breadcrums {
		top: -264px;
		background: #00000024;
	}

	.page-sa-international-indices .eh-page-breadcrums,
	.page-infrastructure-logistics .eh-page-breadcrums,
	.page-saudi-economic-sectors .eh-page-breadcrums,
	.page-investment-data .eh-page-breadcrums {
		top: -190px;
		background: #00000024;
	}

	.eh-page-breadcrums .thumbnail {
		position: relative;
	}

	.page-economic-investments-terms .thumbnail .eh-page-grid-link,
	.eh-page-grid-link {
		font-size: 15px;
	}

	.page-economic-highlights .eh-page-grid,
	body.page-economic-highlights .eh-page-breadcrums .toggle-div.container .eh-page-grid {
		display: flex;
		grid-column-gap: 25px;
		justify-content: space-between;
		flex-direction: row;
	}

	.page-economic-investments-terms .eh-page-grid,
	.page-infrastructure-logistics .eh-page-grid,
	.page-sa-international-indices .eh-page-grid,
	.page-saudi-economic-sectors .eh-page-grid,
	.page-investment-data .eh-page-grid {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.page-economic-investments-terms .eh-page-breadcrums .thumbnail,
	.page-economic-investments-terms .thumbnail .eh-page-grid-link,
	.page-sa-international-indices .eh-page-breadcrums .thumbnail,
	.page-sa-international-indices .thumbnail .eh-page-grid-link,
	.page-infrastructure-logistics .eh-page-breadcrums .thumbnail,
	.page-infrastructure-logistics .thumbnail .eh-page-grid-link,
	.page-saudi-economic-sectors .eh-page-breadcrums .thumbnail,
	.page-saudi-economic-sectors .thumbnail .eh-page-grid-link,
	.page-investment-data .eh-page-breadcrums .thumbnail,
	.page-investment-data .thumbnail .eh-page-grid-link {
		width: 100%;
		text-align: right;
		bottom: 0;
	}

	.page-sa-international-indices .eh-page-breadcrums .thumbnail>img.close-icon,
	.page-infrastructure-logistics .eh-page-breadcrums .thumbnail>img.close-icon,
	.page-saudi-economic-sectors .eh-page-breadcrums .thumbnail>img.close-icon,
	.page-investment-data .eh-page-breadcrums .thumbnail>img.close-icon {
		display: none;
	}
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	.follow-us {
		white-space: nowrap;
		padding: 0;
	}

	.social-links {
		white-space: nowrap;
		padding-right: 0 !important;
	}

	.successstory-container .success-main-content .quote-wrapper:before,
	.successstory-container .success-main-content .quote-wrapper:hover:after {
		z-index: 0 !important;
	}

	.embed-responsive {
		z-index: 9 !important;
	}

	#topbar .social-links a {
		font-size: 8px;
	}

	.bussiness_lic_invest_inner_box {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 20px;
		grid-column-gap: 24px;
	}

	.investor_lic_invest_inner .inner_box {
		width: 100%;
		min-height: 350px;
	}

	.bussiness_lic_invest_inner_box .inner_box:nth-child(2),
	.bussiness_lic_invest_inner_box .inner_box:nth-child(4),
	.bussiness_lic_invest_inner_box .inner_box:nth-child(6),
	.bussiness_lic_invest_inner_box .inner_box:nth-child(8),
	.bussiness_lic_invest_inner_box .inner_box:nth-child(10),
	.bussiness_lic_invest_inner_box .inner_box:nth-child(12),
	.bussiness_lic_invest_inner_box .inner_box:nth-child(14) {
		position: relative;
		top: 0;
	}

	.key-detail-content {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.eventsDetail-keys-wrapper .box {
		width: 44%;
		min-height: 215px;
	}

	.bussiness_lic_img_inner {
		text-align: center;
		margin: 0em 0 2em 0;
	}

	.additional_lic_inner_2d_flex {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 1px;
		grid-column-gap: 24px;
	}

	.float-button-up {
		bottom: 286px;
	}

	.popup-up {
		bottom: 18px;
		transition: all .4s ease;
		opacity: 1;
	}
}

/* 3.Ipad - Landscape*/
@media (min-width: 961px) and (max-width: 1260px) {
	.Inc-secdetil-enop-header {
		font-size: 28px;
	}

	.page-economic-investments-terms .thumbnail .eh-page-grid-link,
	.page-economic-highlights .eh-page-grid-link {
		position: absolute;
		bottom: 0;
		width: 100%;
		font-size: 15px;
		text-align: center;
		top: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background: #00000069;
	}

	.page-economic-highlights .eh-page-grid .thumbnail a {
		position: relative;
		width: 100%;
		display: block;
	}

	.page-economic-highlights .eh-page-grid,
	body.page-economic-highlights .eh-page-breadcrums .toggle-div.container .eh-page-grid {
		display: flex;
		grid-column-gap: 25px;
		justify-content: space-between;
	}

	.page-investment-data .content-header .button-group a:first-child svg {
		position: unset;
		left: 15px;
		margin-right: 6px;
	}

	.page-investment-data #FDI_Data .col-9.p-0 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.page-investment-data #FDI_Data .col-9.p-0 .INID_border_filter_in_line {
		width: 100%;
		margin-top: 20px;
	}

	.page-investment-data .INL_bg_gold_header {
		width: 100%;
	}

	.page-investment-data .INID_BG_image .row.pt-5.pl-3.pr-3.pb-4 .col-4.mx-auto {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.page-investment-data .tab-content {
		padding: 0 !important;
	}

	.page-investment-data .INID_for_header {
		font-size: 27px;
	}

	.mobile-nav-active .mobile-nav-toggle,
	.mobile-nav-active .mobile-nav-toggle.page-scrolled {
		background-image: url("../img/close_white.svg");
		background-repeat: no-repeat;
	}

	.nav-item.dropdown {
		border-bottom: 1px solid #868686
	}

	.nav-item.dropdown .dropdown-toggle::after {
		position: absolute;
		left: 4px;
		top: 21px;
	}

	.dropdown-menu.dropdown-large.show {
		margin-left: 50px;
	}

	.dropdown-menu.dropdown-large>.row.g-3 {
		justify-content: space-between;
		padding-left: 15px;
		padding-right: 15px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	}

	.page-infrastructure-logistics .eh-page-grid,
	.page-sa-international-indices .eh-page-grid,
	.page-saudi-economic-sectors .eh-page-grid,
	.page-investment-data .eh-page-grid {
		display: flex;
		justify-content: space-evenly;
		flex-direction: row;
	}

	.page-economic-investments-terms .eh-page-breadcrums {
		bottom: 80px;
	}

	.page-economic-investments-terms .thumbnail .eh-page-grid-link {
		width: 150px;
		font-size: 16px;
	}

	.page-infrastructure-logistics .thumbnail .eh-page-grid-link,
	.page-sa-international-indices .thumbnail .eh-page-grid-link,
	.page-saudi-economic-sectors .thumbnail .eh-page-grid-link,
	.page-investment-data .thumbnail .eh-page-grid-link {
		bottom: 0;
		width: 200px;
		font-size: 22px;
	}
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
	.INL_SD_Real_Sector {
		height: 90%;
	}
}

/* 150% zoom media query  */
@media (max-width: 1024px) and (min-width: 992px) {
	.rhq-banner-content h1 {
		font-size: 27px !important;
		line-height: 45px !important;
	}

	.rhq-zone-container-heading.active:after {
		top: 40px !important;
	}

	.page-opportunity-search .opp-search-btn {
		right: initial;
		left: 20px;
	}

	.investor_lic_invest_inner .inner_box {
		min-height: 350px;
	}

	.bussiness_lic_invest_inner_box {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 20px;
		grid-column-gap: 24px;
	}

	.bussiness_lic_invest_inner_box .inner_box:nth-child(2),
	.bussiness_lic_invest_inner_box .inner_box:nth-child(4),
	.bussiness_lic_invest_inner_box .inner_box:nth-child(6),
	.bussiness_lic_invest_inner_box .inner_box:nth-child(8),
	.bussiness_lic_invest_inner_box .inner_box:nth-child(10),
	.bussiness_lic_invest_inner_box .inner_box:nth-child(12),
	.bussiness_lic_invest_inner_box .inner_box:nth-child(14) {
		position: relative;
		top: 40%;
	}

	.investor_lic_invest_inner {
		padding: 0 0 4em 0;
		max-width: 85%;
		margin: auto;
		margin-bottom: 0px;
	}
}

/* 125% zoom media query  */
@media (max-width:1300px) and (min-width:1024px) {
	.bussiness_lic_img_inner p {
		width: 192px;
	}

	.page-province-region-homepage .banner-section h1,
	.page-province .banner-section h1 {
		font-size: 48px;
	}

	.page-province-region-homepage .banner-section h2,
	.page-province .banner-section h2 {
		font-size: 22px;
	}
}

/* 110% zoom media query  */
@media (max-width:1400px) and (min-width:1324px) {
	.banner-section h1 {
		font-size: 50px;
		line-height: 1.2;
	}

	.banner-section h2 {
		font-size: 22px;
	}
}

/* End */

@media (max-width: 1550px) and (min-width: 1024px) {
	.page-economic-investments-terms .eh-page-grid-link {
		width: 180px !important;
		font-size: 18px !important;
	}
}

@media (max-width:640px) {
	.sucess_img_bg {
		z-index: 999;
	}
}



.font-zoom-icon {
	height: 25px;
	cursor: pointer;
	margin-top: 10px;
}

@media (max-width:640px) {
	.font-zoom-icon {
		height: 15px;
		cursor: pointer;
		margin-top: 10px;
	}
}

.page-sector-details .Inc-sectordetail-overview p {
	font-weight: 400;
}




/*Sitemap*/
.sitemap-section-heading {
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 2px;
	color: var(--misaFirstColor);
}

.sitemap-section {
	width: 100%;
	position: relative;
	display: flex;
	padding: 12% 5%;
}

.sitemap-content {
	text-transform: uppercase;
	display: block;
	text-align: left;
}

.sitemap-content-level1 a {
	font-size: 26px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 2px;
	color: var(--misaFirstColor);
	display: block;
}

.sitemap-content-level2 a {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 2px;
	color: #707070;
	display: block;
}

table,
th,
tr,
td {
	border: 1px solid #e4e9ee;
	;
}

.language {
	font-size: 18px;
	margin-right: 5px;
	cursor: pointer;
	color: #fff;
	position: relative;
	top: 3px;
	font-weight: 400;
}

/* .language:first-child{
	font-size: 20px !important;
} */
@media (max-width:640px) {
	.language {
		display: none;
	}
}

@media (max-width:1200px) {
	.language {
		top: 5px;
	}
}


.grid-section {
	text-align: right;
}

#g-recaptcha_incorrect {
	display: none;
}

#errorResponseModal .modal-content {
	display: flex;
	width: 50%;
	margin: auto;
	border-radius: 30px;
	border: 1px solid #f2f2f2;
}

#errorResponseModal .modal-header button {
	background: none;
	border: 1px solid #FFF;
	cursor: pointer;
}

#errorResponseModal .modal-body button {
	margin: auto;
	justify-content: center;
	width: auto;
}

#errorResponseModal .modal-body .modal-heroImage svg path {
	stroke: #0097a9;
}

#errorResponseModal .modal-footer button {
	background: var(--misaSecondColor) 0% 0% no-repeat padding-box !important;
	border: none !important;
	color: #fff;
	width: 120px !important;
	cursor: pointer !important;
	border-radius: 30px;
}


#contact-us-form-success {
	display: block;
	text-align: center;
	margin-bottom: 10%;
	margin-top: 5%;
	font-size: 25px;
}

.contact-us-form-ticket {
	color: var(--misaSecondColor);
}

.form-mand-text {
	text-align: right;
}

#contact-us-upload-file {
	text-align: right;
}

.custom-file-label::after {
	right: initial;
	left: 0;
}

.custom-file-input:lang(ar)~.custom-file-label::after {
	content: "+";
	color: #ffff;
	font-size: 50px;
	text-align: center;
}

@media (max-width:400px) {
	.contact-form {
		width: 90%;
		margin-left: 15px;
		margin-right: 15px;
	}

	.contact-form .form-check input[type="checkbox"] {
		width: 50px;
	}

	.contact-form .form-action-btn div:nth-child(1) {
		order: 2;
	}

	.contact-form .form-action-btn div:nth-child(2) {
		order: 1;
		margin-bottom: 10px;
	}
}

.page-portal .product-card {
	background: #fff;
	cursor: pointer;
	padding: 45px 20px 50px;
	-webkit-box-shadow: 0 15px 21px #00000029;
	box-shadow: 0 15px 21px #00000029;
	border-radius: 30px;
}

.page-portal .product-header {
	background: var(--misaFirstColor) 0% 0% no-repeat padding-box;
	opacity: 1;
	padding: 10px 17px;
	color: #fff;
	width: max-content;
}

.page-portal .product-card a {
	display: block;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
	color: var(--misaSecondColor);
	text-transform: uppercase;
	margin-top: 10px;
}

.page-portal .product-card a:hover {
	text-decoration: none;
	color: #555;
}


.selected-flag {
	top: -10px;
}

#contactusformModal .modal-dialog {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

div#contactusformModal .modal-content {
	background: #fff;
	box-shadow: 0 18px 33px #00000029;
	border: 1px solid #fff;
	border-radius: 25px;
}

div#contactusformModal .modal-body {
	color: #707070;
	font-size: 25px;
	line-height: 35px;
	padding: 60px;
	text-align: center;
}

#btnContactModalClose {
	background-color: var(--misaSecondColor);
	color: #fff;
	width: 200px;
	border-radius: 113px;
	padding: 10px;
}

@media (min-width:1201px) and (max-width:1499px) and (max-height:700px) {

	/*150% resolution*/
	.nav-menu a {
		font-size: 10px;
	}
}


label.lang-btn {
	margin-bottom: 2px;
}

.page-dashboard #dashboard-carousel .owl-nav .owl-prev {
	left: 9% !important;
}

.page-dashboard #dashboard-carousel .owl-nav .owl-next {
	right: 8% !important;
}

#logoutModal .js-formInputFileBox .modal-close.bttn_close {
	border-radius: 25px !important;
	border: 0px solid var(--misaSecondColor) !important;
	top: 5px;
	right: 10px;
}

@media screen and (max-width:640px) {
	.header-user-name {
		display: none;
	}

	.sagiaNavigation-user {
		margin-right: 0;
	}
}

@media screen and (min-width:1200px) {
	.header-user-icon {
		padding-right: 1rem;
	}
}

body.page-notFound #globalMessageModal,
body.page-notFound #globalModalBackDrop {
	display: none !important;
}

.menu-img-item p {
	text-align: right;
}

.page-economic-investments-terms .eh-page-grid-link {
	width: 220px;
	font-size: 20px;
}

.page-economic-investments-terms table,
.page-economic-investments-terms th,
.page-economic-investments-terms tr {
	border: none;
}

.page-economic-investments-terms td {
	border: 1px solid #f4f4f4;
}

.page-economic-investments-terms table.dataTable.no-footer {
	border-bottom: 1px solid #ededed;
}

.page-economic-investments-terms .tableModule-head th {
	background-color: #f7f7f7 !important;
	font-weight: 600;
	letter-spacing: 0;
	color: #707070;
	font-size: 16px;
	border: 1px solid #ededed;
}

.page-economic-investments-terms .tableModule-head tr:last-child {
	border-bottom: 0;
}

.page-economic-investments-terms .tableModule {
	margin: 50px 0;
}

.page-economic-investments-terms .tableModule-headline {
	color: var(--misaSecondColor);
	font-weight: 500;
}

.page-economic-investments-terms .tableModule .tableModule-body tr:hover {
	background-color: #f7f7f7 !important;
}

.page-economic-investments-terms .tableModule .tableModule-body td {
	letter-spacing: 0;
	color: #707070;
	font-size: 14px;
	vertical-align: top;
}

.page-economic-investments-terms .tableModule .tableModule-body td ul li {
	list-style-type: disc;
}

.page-economic-investments-terms .tableModule .dataTables_wrapper .dataTables_filter,
.page-economic-investments-terms .tableModule .dataTables_wrapper .dataTables_filter label {
	width: 50%
}

.page-economic-investments-terms .tableModule .dataTables_wrapper .dataTables_filter input {
	margin-left: 10px;
	width: 250px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate,
.tableModule select {
	color: #707070 !important;
}

.tableModule .dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.tableModule .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.tableModule .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.tableModule .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus,
.tableModule .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	border-color: transparent;
	color: var(--misaSecondColor) !important;
	background: none;
}

.tableModule .dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.tableModule .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	text-decoration: underline !important;
}

.tableModule .dataTables_wrapper .dataTables_paginate .paginate_button {
	height: 24px;
	line-height: 24px;
	text-indent: -0.5px;
	font-size: 15px;
	color: #32465a !important;
	margin: 0;
	padding: 0 10px;
}

.tableModule .dataTables_wrapper .dataTables_paginate .paginate_button.paginationModule-control {
	width: 42px;
	height: 32px;
	padding: 0 5px;
	margin: 0;
	border: 0;
}

.tableModule .dataTables_wrapper .dataTables_paginate .paginate_button.paginationModule-control.disabled,
.tableModule .dataTables_wrapper .dataTables_paginate .paginate_button.paginationModule-control.disabled:focus,
.tableModule .dataTables_wrapper .dataTables_paginate .paginate_button.paginationModule-control.disabled:hover {
	cursor: not-allowed;
	pointer-events: visible;
	border: none;
}

.tableModule .dataTables_wrapper .dataTables_info,
.tableModule .dataTables_wrapper .dataTables_paginate {
	margin-top: 24px;
	padding-top: 0;
}

.tableModule {
	overflow-x: auto;
}

.paragraph-component,
.paragraph-component p {
	margin: 25px 0;
	text-align: center;
	font-size: 16px !important;
	line-height: 25px !important;
	font-weight: 600 !important;
	color: #32465A !important;
}

.page-economic-investment-reports .InvestmentSaudiLastReportCategory-container,
.page-economic-investment-reports .investment-reports-container {
	margin-top: 75px;
}

.search-result-reports-container .btn-primary-fill,
.search-result-reports-container .btn-primary-fill:hover {
	color: #fff;
}

.reports-filter-header {
	font-size: 20px !important;
	margin-bottom: 1rem !important;
	margin-top: 0 !important;
}

.search-result-reports-container label.full {
	width: 100%;
}

.search-result-reports-container .facet select {
	width: 75%;
}

.report-facet-form-js #report-facet-search button {
	margin-top: 20px;
}


/* Changes to edit PortalHeaderSlot on SmartEdidt */

span[data-smartedit-component-id="PortalHeaderSlot"] #topbar {
	position: inherit;
}

span[data-smartedit-component-id="PortalHeaderSlot"] #topbar .social-links a {
	color: #787878;
}

span[data-smartedit-component-id="PortalHeaderSlot"] header#header {
	position: inherit;
	background: #f7f7f7;
}

span[data-smartedit-component-id="PortalHeaderSlot"] header#header a {
	color: #787878
}

span[data-smartedit-component-id="PortalHeaderSlot"] header#header .logo {
	z-index: 1;
}

span[data-smartedit-component-id="PortalHeaderSlot"] header#header .hd-scroll {
	display: block;
}

span[data-smartedit-component-id="PortalHeaderSlot"] header#header .hd-static {
	display: none;
}

smartedit-element[data-smartedit-component-id="PortalHeaderSlot"] .se-decorative-body__inner-border,
smartedit-element[data-smartedit-component-id="PortalHeaderSlot"]>smartedit-element {
	margin-top: 32px;
}


smartedit-element[data-smartedit-component-id="PortalHeaderSlot"] .se-decorative-panel-area {
	margin-top: 0 !important;
}

.themeStart47 .slick-prev {

	left: 100% !important;
}

@media(max-width:768px) {

	.themeStart47 .slick-prev {

		left: 100% !important;
	}
}

.glyphicon-plus:before {
	content: "\2b";
}

.glyphicon-minus:before {
	content: "\2212";
}

.more-less {
	float: right;
}

.text-right-ar {
	text-align: right;
}

/* sectors main page */

.pageLabel--sectors-opportunities .banner-section h1 {
	margin-top: 28vh;
}

.sectors {
	display: flex;
	flex-wrap: wrap;
	margin-top: 55px;
	margin-bottom: 50px;
	gap: 25px;
}

.sector {
	display: flex;
	text-align: center;
	padding: 25px 15px;
	border-radius: 10px;
	background: #f6f6f6;
	color: #fff;
	width: 100%;
}

.sector a {
	display: block;
	flex: 1;
}

.sector .icon {
	margin-bottom: 20px;
	border: 2px solid #bf9b2e;
	padding: 10px;
	background-color: #fff;
	border-radius: 100%;
}

.sector img {
	height: 60px;
	width: 60px;
}

.sector h2 {
	font-size: 16px;
	color: var(--misaDarkGrayText);
	text-align: center;
}

@media (min-width: 576px) {
	.sector {
		flex: 1 1 calc(50% - 25px);
		max-width: 50%;
	}
}

@media (min-width: 768px) {
	.sector {
		flex: 1 1 calc(33.33% - 25px);
		max-width: 33.33%;
	}
}

@media (min-width: 992px) {
	.sector {
		flex: 1 1 calc(20% - 25px);
		max-width: 20%;
	}
}

.sector-search {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 60px;
}

.sector-search form {
	flex: 1;
}

.sector-search input {
	background-color: #F5F6F7;
	color: #7B838C;
	outline: none;
	border: 1px solid var(--misaGrayText);
	border-radius: 10px;
	padding: 0.5rem 1rem;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
}

.sector-search .sort {
	width: 41px;
	height: 41px;
	line-height: 41px;
	background-color: #bf9b2e;
	border: 0;
	border-radius: 100%;
}

.sector-search .sort::after {
	display: none;
}

.sector-search .dropdown-menu {
	position: relative;
	margin-left: 10px;
	border-color: #f6f6f6;
	background-color: #f6f6f6;
}

.sector-search .dropdown-menu::before {
	position: absolute;
	content: '';
	top: 10px;
	left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #f6f6f6;
}

.sector-search .dropdown-item {
	font-size: 15px;
	color: #5F6D7E;
	text-align: right;
}

.sector-search .dropdown-item:hover,
.sector-search .dropdown-item.active,
.sector-search .dropdown-item:active {
	background-color: #BF9B2E;
	color: #fff;
}

.sector-search .a-search {
	position: absolute;
	top: 7px;
	left: 15px;
	color: #7B838C;
}

/* Article Details Page CSS Code Start */

.article-details-page {
	position: relative;
	text-align: right;
}

.article-details-page-banner {
	width: 100%;
	height: 286px;
	background-position: top center;
	background-size: cover;
	background-color: #f1f7f5;
	position: relative;
	z-index: 1;
}

.article-details-page-banner .article-details-page-banner-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: start;
	flex-direction: column;
	text-align: left;
	z-index: 9;
	margin-bottom: 15px;
}

.article-details-page-banner .breadcrumb-container {
	display: flex;
	align-items: center;
}

.article-details-page-banner .breadcrumb-container .breadcrumb-page-info {
	color: #006F45;
	font-size: 14px;
	font-weight: 400;
}

.article-details-page-banner .breadcrumb-container .breadcrumb-left-icon {
	background-image: url('../img/article-details-breadcrumb-left-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	display: inline-block;
	cursor: pointer;
}

.article-detail-page-general-title {
	color: var(--misaSecondColor) !important;
	font-size: 32px !important;
	font-weight: 700 !important;
	letter-spacing: 0;
	text-transform: capitalize;
	text-align: right;
}

.article-details-page ul {
	padding-top: 20px;
	padding-bottom: 20px;
}

.article-details-page ul li {
	list-style-type: disc !important;
	color: #BF9B2E;
	line-height: 18px;
}

.article-details-page .article-detail-page-title {
	font-size: 32px;
	font-weight: 600;
	line-height: 37px;
	letter-spacing: 0;
	text-transform: capitalize;
	color: var(--misaFirstColor);
}

.article-details-page .article-detail-page-subtitle {
	font-size: 32px;
	font-weight: 600;
	line-height: 37px;
	letter-spacing: 0;
	text-transform: capitalize;
	color: var(--misaFirstColor);
}

.article-details-page p {
	color: var(--misaDarkGrayText);
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}

.article-detail-page-video iframe {
	width: 100%;
	height: 304px;
}

.article-details-page .our-goal-and-mission .center-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 173px;
	border-radius: 10px;
}

.article-details-page .our-goal,
.our-mission {
	background: rgba(120, 120, 120, 0.05);
	font-size: 26px;
	font-weight: 700;
	color: var(--misaFirstColor);
}

.article-details-page .our-values .our-values-img {
	width: 100%;
	height: 208px;
	border-radius: 10px;
}

.article-details-page .our-values .value-item {
	color: #BF9B2E;
	display: flex;
	align-items: start;
}

.article-details-page .our-values .value-item .value-content {
	display: flex;
	flex-direction: column;
	align-items: start;
}

.article-details-page .our-values .value-item h2 {
	font-size: 24px;
	font-weight: 400;
}

.article-details-page .our-values .value-item p {
	font-size: 12px;
	font-weight: 400;
}

.article-details-page .our-values .value-icon {
	background-image: url("../img/article-details-our-values-shape-orange.png");
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	margin-left: 10px;
}

.article-details-page .what-we-do-box {
	background: rgba(120, 120, 120, 0.05);
	padding: 20px;
	border-radius: 5px;
	display: flex;
	align-items: flex-start;
}

.article-details-page .number-box {
	background-color: var(--misaFirstColor);
	width: 40px;
	height: 40px;
	display: flex;
	font-size: 32px;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	font-weight: 400;
	margin-right: 20px;
}

.article-details-page .boxes-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.article-details-page .box-content .title {
	font-size: 12px;
	font-weight: 600;
	padding-top: 10px;
	color: var(--misaDarkGrayText);
}

.article-details-page .box-content p {
	color: var(--misaDarkGrayText);
	font-weight: 400;
	font-size: 12px;
}

.article-details-page .btn-download {
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 5px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}

.article-details-page .btn-share {
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}

.article-details-page .btn-download {
	background-color: var(--misaFirstColor);
	color: #FFFFFF;
	margin-right: 10px;
}

.article-details-page .btn-share {
	background-color: #FFFFFF;
	color: var(--misaFirstColor) !important;
}

.article-details-page .icon-download {
	display: inline-block;
	background-image: url("../img/article-details-page-download-icon.png");
	background-repeat: no-repeat;
	width: 20px;
	height: 16px;
	margin-right: 10px;
}

.article-details-page .icon-share {
	display: inline-block;
	background-image: url("../img/article-details-page-share-icon.png");
	background-repeat: no-repeat;
	width: 25px;
	background-size: contain;
	height: 16px;
	margin-left: 5px;
}



.article-details-page .download-share-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
}

.article-details-page .recent-projects-card-img {
	width: 100%;
	height: 172px;
	margin-bottom: 10px;
	border-radius: 10px;
}

.article-details-page .recent-projects-card-title {
	color: var(--misaDarkGrayText);
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
}

.article-details-page .article-detail-page-title-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.article-details-page .see-all-btn {
	background-color: var(--misaFirstColor);
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
	border: none;
	padding: 8px 12px 8px 12px;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
}

/* Article Details Page CSS Code Finish */

/* Article Details Sector Page CSS Code Start */


.article-details-sector-page {
	position: relative;
	text-align: right;
}

.article-details-sector-page-banner {
	width: 100%;
	height: 286px;
	background-position: top center;
	background-size: cover;
	background-color: #f1f7f5;
	position: relative;
	z-index: 1;
}

.article-details-sector-page-banner .article-details-sector-page-banner-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: start;
	flex-direction: column;
	text-align: left;
	z-index: 9;
	margin-bottom: 15px;
}

.article-details-sector-page-banner .article-details-sector-page-banner-container .article-details-sector-page-general-title {
	color: #006F45;
	font-size: 32px;
	font-weight: 700;
	text-align: right;
}

.article-details-sector-page-banner .breadcrumb-container {
	display: flex;
	align-items: center;
}

.article-details-sector-page-banner .breadcrumb-container .breadcrumb-page-info {
	color: var(--misaSecondColor);
	font-size: 18px;
	font-weight: 400;
}

.article-details-sector-page-banner .breadcrumb-container .breadcrumb-left-icon {
	background-image: url('../img/article-details-breadcrumb-left-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	display: inline-block;
	cursor: pointer;
}

.article-details-sector-page-general-title {
	color: #006F45;
	font-size: 32px;
	font-weight: 700;
}

.article-details-sector-page .article-details-sector-page-title {
	font-size: 32px;
	font-weight: 600;
	line-height: 37px;
	letter-spacing: 0;
	text-transform: capitalize;
	color: var(--misaFirstColor);
}

.article-details-sector-page p {
	color: #BF9B2E;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}

.article-details-sector-page-img img {
	width: 100%;
	height: 278px;
}

.article-details-sector-page-info-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	border-radius: 10px;
}

.article-details-sector-page-info-box-item {
	background: rgba(0, 113, 77, 0.05);
	color: #006F45;
	padding: 10px;
	flex-basis: calc(29% - 10px);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.article-details-sector-page-info-box-item h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
}

.article-details-sector-page-info-box-item p {
	margin: 5px 0 0 0;
	font-size: 14px;
	color: #006F45 !important;
	text-align: center;
}

.article-details-sector-page .success-stories-title {
	color: #006F45;
	font-size: 24px;
	font-weight: 700;
}

.article-details-sector-page .success-stories-video iframe {
	height: 208px;
}

.article-details-sector-page .success-stories-container .boxes {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;

}

.article-details-sector-page .success-stories-container .boxes .box {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.article-details-sector-page .success-stories-container .boxes .box p {
	color: #006F45 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
}

.article-details-sector-page .slider-carousel .carousel-inner .carousel-item {
	min-height: auto !important;
}

.article-details-sector-page .value-proposition-items {
	display: flex;
	flex-direction: column;
	color: #BF9B2E;
}

.article-details-sector-page .value-proposition-item {
	display: flex;
	flex-direction: row;
}

.article-details-sector-page .value-proposition-item .value-proposition-text p {
	color: var(--misaFirstColor) !important;
	position: relative;
	padding-right: 20px;
}

.article-details-sector-page .value-proposition-item .value-proposition-text p:before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background-color: var(--misaFirstColor) !important;
	border-radius: 50%;
}

.article-details-sector-page .chart-multiple {
	background-image: url("../img/chart-multiple.png");
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	margin-left: 5px;
}

.article-details-sector-page .building-home {
	background-image: url("../img/building-home.png");
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	margin-left: 5px;
}

.article-details-sector-page .briefcase {
	background-image: url("../img/briefcase.png");
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	margin-left: 5px;
}

.article-details-sector-page .value-proposition-title {
	font-size: 32px;
	font-weight: 600;
	line-height: 37px;
	letter-spacing: 0;
	text-transform: capitalize;
	color: var(--misaFirstColor);
}

.article-details-sector-page .article-sector-details-page-subheading h1 {
	font-size: 32px;
	font-weight: 600;
	line-height: 37px;
	letter-spacing: 0;
	text-transform: capitalize;
	color: var(--misaFirstColor);
}

.article-details-sector-page .view-opportunity-button {
	border-radius: 8px;
	background: #BF9B2E;
	display: inline-flex;
	height: 46px;
	padding: 8px 18px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
}

.article-details-sector-page .success-stories-title {
	color: var(--misaFirstColor);
	font-size: 32px;
	font-weight: 600;
	line-height: 37px;
	letter-spacing: 0;
	text-transform: capitalize;
}

.article-details-sector-page .contact-expert-button {
	display: flex;
	width: 200px;
	height: 56px;
	font-size: 18px;
	font-weight: 500;
	padding: 8px 0;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: var(--misaFirstColor);
}

.article-details-sector-page .contact-expert-button:hover {
	color: #fff;
}

.article-details-sector-page .energy-opportunities-title {
	color: #BF9B2E;
	font-size: 24px;
	font-weight: 700;
}


.article-details-sector-page .energy-opportunities-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.article-details-sector-page .energy-opportunities-item {
	display: flex;
	align-items: start;
}

.article-details-sector-page .energy-opportunities-item-img img {
	width: 125px;
	height: 125px;
	margin-right: 15px;
}

.article-details-sector-page .energy-opportunities-texts {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.article-details-sector-page .energy-opportunities-texts .energy-opportunities-header {
	font-size: 16px;
	font-weight: 700;
	color: #BF9B2E;
	padding-bottom: 5px;
}

.article-details-sector-page .energy-opportunities-texts .energy-opportunities-content {
	font-size: 14px;
	font-weight: 400;
	color: #BF9B2E;
	padding-bottom: 5px;
}

.article-details-sector-page .energy-opportunities-texts .energy-opportunities-footer {
	font-size: 14px;
	font-weight: 400;
	color: #006F45;
}


.article-details-sector-page .latest-news-title {
	color: #006F45;
	font-size: 24px;
	font-weight: 700;
}


.article-details-sector-page .latest-news-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.article-details-sector-page .latest-news-item {
	display: flex;
	align-items: start;
}

.article-details-sector-page .latest-news-item-img img {
	width: 125px;
	height: 125px;
	margin-right: 15px;
}

.article-details-sector-page .latest-news-texts {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.article-details-sector-page .latest-news-texts .latest-news-header {
	font-size: 16px;
	font-weight: 700;
	color: #006F45;
	padding-bottom: 5px;
}


.article-details-sector-page .latest-news-texts .latest-news-footer {
	font-size: 14px;
	font-weight: 400;
	color: #BF9B2E;
}


.article-details-sector-page .key-sectors-video iframe {
	border-radius: 10px;
	height: 208px;
}


.article-details-sector-page .key-sectors-container {
	width: 100%;
	padding: 20px;
	background: #FFF;
}

.article-details-sector-page .key-sectors-container .title {
	font-size: 24px;
	color: #006F45;
	font-weight: 700;
}

.article-details-sector-page .key-sectors-container .boxes {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;

}

.article-details-sector-page .key-sectors-container .boxes .box {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.article-details-sector-page .key-sectors-container .boxes .box p {
	color: #006F45 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
}

.article-details-sector-page .key-sectors-container .boxes .box .icon {
	width: 50px;
	height: 50px;
	background-color: #E6E9EC;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.article-details-sector-page .key-sectors-container .boxes .box .sectors-icon {
	background-image: url('../img/article-details-events-sectors-icon.png');
	background-repeat: no-repeat;
	background-position: center;
}

.article-details-sector-page .success-stories-container .boxes .box .icon {
	width: 50px;
	height: 50px;
	background-color: #E6E9EC;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.article-details-sector-page .success-stories-container .boxes .box .left-icon {
	background-color: #fff !important;
	background-image: url('../img/article-details-events-left-arrow-icon.png');
	background-repeat: no-repeat;
	background-position: center;
}

.article-details-sector-page .success-stories-container .boxes .box .next-icon {
	background-color: #fff !important;
	background-image: url('../img/article-details-events-right-arrow-icon.png');
	background-repeat: no-repeat;
	background-position: center;
}


/* Article Details Sector Page CSS Code End */

/* Article Details Region Page CSS Code Start */

.article-details-region-page {
	position: relative;
}


.article-details-region-page-banner {
	width: 100%;
	height: 50vh;
	background-position: top center;
	background-size: cover;
	background-color: #f1f7f5;
	position: relative;
	z-index: 1;
}

.article-details-region-page-banner .article-details-region-page-banner-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: start;
	flex-direction: column;
	text-align: left;
	z-index: 9;
	margin-bottom: 15px;
}


.article-details-region-page-general-title {
	color: #fff !important;
	font-size: 40px !important;
	font-weight: 700 !important;
}

.article-details-region-page .article-details-region-page-title {
	font-size: 24px;
	font-weight: 700;
	color: #BF9B2E;
}

.article-details-region-page p {
	color: #BF9B2E;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}

.article-details-region-page-img img {
	width: 100%;
	height: 278px;
}

.article-details-region-page-info-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	border-radius: 10px;
}

.article-details-region-page-info-box-item {
	background: rgba(0, 113, 77, 0.05);
	color: #006F45;
	padding: 3px;
	border-radius: 10px;
	flex-basis: calc(29% - 10px);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.article-details-region-page-info-box-item h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
}

.article-details-region-page-info-box-item p {
	margin: 5px 0 0 0;
	font-size: 14px;
	color: #006F45 !important;
}

.article-details-region-page .chart-multiple {
	background-image: url("../img/chart-multiple.png");
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	margin-left: 5px;
}

.article-details-region-page .building-home {
	background-image: url("../img/building-home.png");
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	margin-left: 5px;
}

.article-details-region-page .briefcase {
	background-image: url("../img/briefcase.png");
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	margin-left: 5px;
}

.article-details-region-page .value-proposition-title {
	color: #BF9B2E;
	font-size: 24px;
	font-weight: 700;
}

.article-details-region-page .lines {
	background-image: url("../img/article-region-details-lines.png");
	background-repeat: no-repeat;
	width: 91px;
	height: 127px;
	display: flex;
	flex-direction: row;
}

.article-details-region-page .view-opportunity-button {
	border-radius: 8px;
	background: #BF9B2E;
	display: inline-flex;
	height: 46px;
	padding: 8px 18px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
}


.article-details-region-page .core-components-title {
	color: #BF9B2E;
	font-size: 24px;
	font-weight: 700;
}

.article-details-region-page .core-components-content {
	color: #BF9B2E;
	font-size: 16px;
	font-weight: 400;
}

.article-details-region-page .core-components-content-dark {
	color: #006F45;
	font-size: 16px;
	font-weight: 700;
}

.article-details-region-page .key-sectors-title {
	color: #BF9B2E;
	font-size: 16px;
	font-weight: 700;
}

.article-details-region-page .contact-expert-button {
	display: flex;
	width: 200px;
	height: 56px;
	padding: 8px 0;
	justify-content: center;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
	border-radius: 10px;
	background: #BF9B2E;
}


.article-details-region-page .investment-opportunities-title {
	color: #BF9B2E;
	font-size: 24px;
	font-weight: 700;
}


.article-details-region-page .investment-opportunities-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.article-details-region-page .investment-opportunities-item {
	display: flex;
	align-items: start;
}

.article-details-region-page .investment-opportunities-item-img img {
	width: 125px;
	height: 125px;
	margin-right: 15px;
}

.article-details-region-page .investment-opportunities-texts {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.article-details-region-page .investment-opportunities-texts .investment-opportunities-header {
	font-size: 16px;
	font-weight: 700;
	color: #BF9B2E;
	padding-bottom: 5px;
}

.article-details-region-page .investment-opportunities-texts .investment-opportunities-content {
	font-size: 14px;
	font-weight: 400;
	color: #BF9B2E;
	padding-bottom: 5px;
}

.article-details-region-page .investment-opportunities-texts .investment-opportunities-footer {
	font-size: 14px;
	font-weight: 400;
	color: #006F45;
}


.article-details-region-page .latest-news-title {
	color: #006F45;
	font-size: 24px;
	font-weight: 700;
}


.article-details-region-page .latest-news-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.article-details-region-page .latest-news-item {
	display: flex;
	align-items: start;
}

.article-details-region-page .latest-news-item-img img {
	width: 125px;
	height: 125px;
	margin-right: 15px;
}

.article-details-region-page .latest-news-texts {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.article-details-region-page .latest-news-texts .latest-news-header {
	font-size: 16px;
	font-weight: 700;
	color: #006F45;
	padding-bottom: 5px;
}


.article-details-region-page .latest-news-texts .latest-news-footer {
	font-size: 14px;
	font-weight: 400;
	color: #BF9B2E;
}


.article-details-region-page .key-sectors-video iframe {
	border-radius: 10px;
	height: 208px;
}


.article-details-region-page .key-sectors-container {
	width: 100%;
	padding: 20px;
	background: #FFF;
}

.article-details-region-page .key-sectors-container .title {
	font-size: 24px;
	color: #006F45;
	font-weight: 700;
}

.article-details-region-page .key-sectors-container .boxes {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;

}

.article-details-region-page .key-sectors-container .boxes .box {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.article-details-region-page .key-sectors-container .boxes .box p {
	color: #006F45 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
}

.article-details-region-page .key-sectors-container .boxes .box .icon {
	width: 88px;
	height: 88px;
	background-color: #E6E9EC;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.article-details-region-page .key-sectors-container .boxes .box .regions-icon {
	background-image: url('../img/article-details-events-regions-icon.png');
	background-repeat: no-repeat;
	background-position: center;
}

.article-details-region-page .key-sectors-container .boxes .box .next-icon {
	background-image: url('../img/right-regular.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff !important;
}

.article-details-region-page .key-sectors-container .boxes .box .left-icon {
	background-color: #fff !important;
}

.article-details-region-page .opportunity-pagination {
	color: #006F45;
}


.article-details-region-page .opportunity-pagination li.page-item.active a.page-link {
	color: #006F45;
}

.article-details-region-page .opportunity-pagination li.page-item .page-link {
	color: #006F45;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.article-details-region-page .opportunity-pagination li.page-item.active .page-link {
	background-color: transparent !important;
}

.article-details-region-page .region-tab-link {
	color: #BF9B2E;
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
	align-items: flex-start;
}


.article-details-region-page .latest-news .title {
	color: #006F45;
	font-size: 24px;
	font-weight: 700;
}

.article-details-region-page .latest-news .latest-news-card-img {
	width: 100%;
	height: 172px;
}

.article-details-region-page .latest-news .latest-news-card-bottom {
	color: #006F45;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 30px;
}

.article-details-region-page .latest-news .latest-news-time-location {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.article-details-region-page .latest-news .latest-news-time-location .event-time {
	font-size: 12px;
	color: #006F45;
	font-weight: 400;
}

.article-details-region-page .latest-news .latest-news-time-location .event-location {
	font-size: 12px;
	color: #006F45;
	font-weight: 400;
}

.article-details-region-page .latest-news .date {
	top: -15px;
	left: 30px;
	background-color: #006F45;
	padding: 5px 10px;
	display: flex;
	flex-direction: column;
}

.article-details-region-page .latest-news .day {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

.article-details-region-page .latest-news .month {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.article-details-region-page .latest-news .navigation-icons {
	display: flex;
	justify-content: center;
	align-items: center;

}

.article-details-region-page .latest-news .navigation-icons .left-icon {
	background-image: url('../img/article-details-events-left-arrow-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
	display: inline-block;
	cursor: pointer;
	margin: 10px;
}

.article-details-region-page .latest-news .navigation-icons .right-icon {
	background-image: url('../img/article-details-events-right-arrow-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
	margin: 10px;
	display: inline-block;
	cursor: pointer;
}

.article-details-region-page .latest-news .navigation-icons .page-info {
	margin: 10px 30px 10px 30px;
	color: #BF9B2E;
	font-size: 16px;
	font-weight: 700;
}

.article-details-region-page .latest-news .latest-news-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.article-details-region-page .key-sector-tabs-link {
	font-size: 14px !important;
	color: #BF9B2E !important;
}

/* Article Details Region Page CSS Code End */

/* Article Details News Page CSS Code Start */

.article-details-news-page {
	position: relative;
	text-align: right;
}

.article-details-news-page-banner-title {
	color: #fff;
	margin: 0 0 15px 10px;
	line-height: 56px;
	font-size: 40px;
	font-weight: 600;
}


.article-details-news-page-banner-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: start;
	flex-direction: column;
	text-align: left;
	z-index: 9;
	margin-bottom: 15px;
}

.article-details-news-page .article-details-news-title {
	color: var(--misaFirstColor);
	font-size: 32px;
	font-weight: 600;
}

.article-details-news-page p {
	color: var(--misaDarkGrayText);
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}

.article-details-news-page .article-details-news-img {
	width: 100%;
	height: 278px;
}

.article-details-news-page .breadcrumb-container {
	display: flex;
	align-items: center;
}

.article-details-news-page .breadcrumb-container .breadcrumb-page-info {
	color: #BF9B2E !important;
	font-size: 14px;
	font-weight: 400;
}

.article-details-news-page .breadcrumb-container .breadcrumb-left-icon {
	background-image: url('../img/article-details-events-left-arrow-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	display: inline-block;
	cursor: pointer;
}

.article-details-news-page .article-details-news-video iframe {
	width: 100%;
	height: 282px;
	border-radius: 10px;
	border: none;
}

.article-details-news-page .article-details-news-sub-heading {
	color: #BF9B2E;
	font-size: 32px;
	font-weight: 600;
}

.article-details-news-page .new-events .title {
	color: var(--misaFirstColor);
	font-size: 32px;
	font-weight: 600;
}

.article-details-news-page .new-events .new-events-card-img {
	width: 100%;
	height: 172px;
	border-radius: 10px;
}

.article-details-news-page .new-events .new-events-card-bottom {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0px;
	color: var(--misaFirstColor);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 5px 0 0 0;
}

.article-details-news-page .new-events .new-events-time-location {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.article-details-news-page .new-events .new-events-time-location .event-time {
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0em;
	color: var(--misaDarkGrayText);

}

.article-details-news-page .new-events .new-events-time-location .event-location {
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0em;
	color: var(--misaDarkGrayText);
}

.article-details-news-page .new-events .date {
	top: -15px;
	left: 30px;
	background-color: #006F45;
	padding: 5px 10px;
	display: flex;
	flex-direction: column;
}

.article-details-news-page .new-events .day {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

.article-details-news-page .new-events .month {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.article-details-news-page .new-events .navigation-icons {
	display: flex;
	justify-content: center;
	align-items: center;

}

.article-details-news-page .new-events .navigation-icons .left-icon {
	background-image: url('../img/article-details-events-left-arrow-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
	display: inline-block;
	cursor: pointer;
	margin: 10px;
}

.article-details-news-page .new-events .navigation-icons .right-icon {
	background-image: url('../img/article-details-events-right-arrow-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
	margin: 10px;
	display: inline-block;
	cursor: pointer;
}

.article-details-news-page .new-events .navigation-icons .page-info {
	margin: 10px 30px 10px 30px;
	color: #BF9B2E;
	font-size: 16px;
	font-weight: 700;
}


/* Article Details News Page CSS Code Finish */

/* Article Details Events Page CSS Code Start */

.article-details-events-page {
	position: relative;
	text-align: right;
}

.article-details-events-page-banner-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: start;
	flex-direction: column;
	text-align: right;
	z-index: 9;
	margin-bottom: 15px;
}

.article-details-events-page-general-title {
	color: #fff;
	margin: 0 0 15px 10px;
	line-height: 56px;
	font-size: 40px;
	font-weight: 600;
}

.article-details-events-page p {
	color: var(--misaDarkGrayText);
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}

.article-details-events-page .article-details-event-title {
	font-size: 32px;
	font-weight: 600;
	line-height: 37px;
	letter-spacing: 0;
	text-transform: capitalize;
	color: var(--misaFirstColor);
}

.article-details-events-page .article-details-events-page-event-img {
	height: 327px;
	width: 100%;
}

.article-details-events-page .breadcrumb-container {
	display: flex;
	align-items: center;
}

.article-details-events-page .breadcrumb-container .breadcrumb-page-info {
	color: #BF9B2E;
	font-size: 14px;
	font-weight: 400;
}

.article-details-events-page .breadcrumb-container .breadcrumb-left-icon {
	background-image: url('../img/article-details-events-left-arrow-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	display: inline-block;
	cursor: pointer;
}

.article-details-events-page .event-info-box-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.article-details-events-page .event-info-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	border-radius: 10px;
}

.article-details-events-page .event-info-box-item {
	background: rgba(120, 120, 120, 0.05);
	color: #006F45;
	padding: 3px;
	flex-basis: calc(50% - 10px);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.article-details-events-page .event-info-box-item h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
}

.article-details-events-page .event-info-box-item p {
	margin: 5px 0 0 0;
	font-size: 14px;
	color: #006F45 !important;
}

.article-details-events-page .event-time-location {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.article-details-events-page .event-time {
	font-size: 16px;
	color: var(--misaDarkGrayText);
}

.article-details-events-page .event-location {
	font-size: 16px;
	color: var(--misaDarkGrayText);
}

.article-details-events-page .subjects-container .title {
	font-size: 32px;
	font-weight: 600;
	line-height: 37px;
	letter-spacing: 0;
	text-transform: capitalize;
	color: var(--misaFirstColor);
}

.article-details-events-page .subjects-container ul li {
	list-style-type: disc !important;
	color: var(--misaFirstColor);
	margin-bottom: 15px;
}

.article-details-events-page .subjects-container ul li p {
	line-height: 23px;
	font-size: 20px;
}

.article-details-events-page .highlighted-speakers-container {
	display: flex;
	flex-direction: column;
	align-items: start;
}

.article-details-events-page .highlighted-speakers-container .title {
	font-size: 32px;
	font-weight: 600;
	line-height: 37px;
	letter-spacing: 0;
	text-transform: capitalize;
	color: var(--misaFirstColor);
}

.article-details-events-page .highlighted-speakers {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.article-details-events-page .speaker {
	flex: 1;
	border-left: 3px solid #BF9B2E;
	padding-left: 10px;
	margin-right: 10px;
}

.article-details-events-page .speaker h2 {
	font-size: 20px;
	font-weight: 400;
	color: var(--misaDarkGrayText);
	margin: 0;
}

.article-details-events-page .speaker p {
	font-size: 14px;
	font-weight: 400;
	color: var(--misaDarkGrayText);
	margin: 5px 0 0 0;
}

@media (max-width: 768px) {
	.highlighted-speakers {
		flex-direction: column;
		align-items: flex-start;
	}

	.speaker {
		margin-bottom: 20px;
		width: 100%;
	}
}

.article-details-events-page .sponsors-partners-container {
	width: 100%;
	padding: 20px;
	background: rgba(0, 113, 77, 0.05);
}

.article-details-events-page .sponsors-partners-container-title {
	font-size: 32px;
	font-weight: 600;
	line-height: 37px;
	letter-spacing: 0;
	text-transform: capitalize;
	color: var(--misaFirstColor);
}

.article-details-events-page .sponsors-partners-container .boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	padding: 20px 0 20px 0;
}

.article-details-events-page .sponsors-partners-container .boxes .box {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.article-details-events-page .sponsors-partners-container .boxes .box p {
	color: #006F45 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
}

.article-details-events-page .sponsors-partners-container .boxes .box .icon {
	width: 50px;
	height: 50px;
	background-color: #006F45;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.article-details-events-page .sponsors-partners-container .boxes .box .sectors-icon {
	background-image: url('../img/article-details-events-sectors-icon.png');
	background-repeat: no-repeat;
	background-position: center;
}

.article-details-events-page .sponsors-partners-container .boxes .box .news-icon {
	background-image: url('../img/article-details-events-news-icon.png');
	background-repeat: no-repeat;
	background-position: center;
}

.article-details-events-page .sponsors-partners-container .boxes .box .events-icon {
	background-image: url('../img/article-details-events-icon.png');
	background-repeat: no-repeat;
	background-position: center;
}

.article-details-events-page .sponsors-partners-container .boxes .box .reports-icon {
	background-image: url('../img/article-details-reports-icon.png');
	background-repeat: no-repeat;
	background-position: center;
}

.article-details-events-page .sponsors-partners-container .boxes .box .services-icon {
	background-image: url('../img/article-details-services-icon.png');
	background-repeat: no-repeat;
	background-position: center;
}

.article-details-events-page .sponsors-partners-container .boxes .box .incentives-icon {
	background-image: url('../img/article-details-incentives-icon.png');
	background-repeat: no-repeat;
	background-position: center;
}

.article-details-events-page .sponsors-partners-container .boxes .box .guide-icon {
	background-image: url('../img/article-details-guide-icon.png');
	background-repeat: no-repeat;
	background-position: center;
}

.event-top-info-box {
	background-color: #BF9B2E;
	border-radius: 10px;
	color: #fff;
	position: relative;
	padding: 10px;
}

.event-top-info-box .date {
	top: -15px;
	right: 10px;
	background-color: #006F45;
	padding: 5px 10px;
	display: flex;
	flex-direction: column;
}

.event-top-info-box .day {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

.event-top-info-box .month {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.event-top-info-box .event-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: left;
}

.event-top-info-box .event-description {
	font-size: 14px;
	font-weight: 400;
}

.article-details-events-page .similar-events .title {
	color: #006F45;
	font-size: 24px;
	font-weight: 700;
}

.article-details-events-page .similar-events .similar-events-card-img {
	width: 100%;
	height: 172px;
}

.article-details-events-page .similar-events .similar-events-card-bottom {
	color: #006F45;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 30px;
}

.article-details-events-page .similar-events .similar-events-time-location {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.article-details-events-page .similar-events .similar-events-time-location .event-time {
	font-size: 12px;
	color: #006F45;
	font-weight: 400;
}

.article-details-events-page .similar-events .similar-events-time-location .event-location {
	font-size: 12px;
	color: #006F45;
	font-weight: 400;
}

.article-details-events-page .similar-events .date {
	top: -15px;
	left: 30px;
	background-color: #006F45;
	padding: 5px 10px;
	display: flex;
	flex-direction: column;
}

.article-details-events-page .similar-events .day {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

.article-details-events-page .similar-events .month {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.article-details-events-page .similar-events .navigation-icons {
	display: flex;
	justify-content: center;
	align-items: center;

}

.article-details-events-page .similar-events .navigation-icons .left-icon {
	background-image: url('../img/article-details-events-left-arrow-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
	display: inline-block;
	cursor: pointer;
	margin: 10px;
}

.article-details-events-page .similar-events .navigation-icons .right-icon {
	background-image: url('../img/article-details-events-right-arrow-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
	margin: 10px;
	display: inline-block;
	cursor: pointer;
}

.article-details-events-page .similar-events .navigation-icons .page-info {
	margin: 10px 30px 10px 30px;
	color: #BF9B2E;
	font-size: 16px;
	font-weight: 700;
}


/* Article Details Events Page CSS Code Finish */

.general-breadcrumb-left-icon {
	background-image: url('../img/article-details-breadcrumb-left-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	display: inline-block;
	cursor: pointer;
}

.opportunity-article-section-header {
	background: rgba(0, 113, 77, 0.05);
}

.opportunity-article-section-header .breadcrumb-container .breadcrumb-page-info {
	color: #006F45;
	font-size: 18px;
	font-weight: 400;
}

.opportunity-article-section-header .breadcrumb-container .breadcrumb-left-icon {
	background-image: url('../img/article-details-breadcrumb-left-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	display: inline-block;
	cursor: pointer;
}

.opportunity-article-section-header div.container:nth-of-type(1) {
	margin-top: 25vh;
}

.opportunity-article-section-header .opportunity-tags {
	text-align: right;
}

.opportunity-article-section-header .badge.badge-pill {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	background-color: rgba(0, 113, 77, 0.25);
	color: var(--misaSecondColor);
}

.opportunity-article-section-header h1.page-title {
	font-weight: 700;
	font-size: 5vh;
	color: var(--misaSecondColor);
	text-align: right;
}

.opportunity-article-section-body h3.sub-title {
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0em;
	color: var(--misaDarkGrayText);
	text-align: right;
}

.opportunity-article-section-body .paragraph-desc-container {
	color: var(--misaDarkGrayText);
}

.opportunity-article-section-body .desc {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	color: var(--misaDarkGrayText);
	text-align: right;
}

.opportunity-article-section-body .desc * {
	text-align: right;
}

.opportunity-article-section-body .desc~* {
	text-align: right;
}

.opportunity-article-section-body .desc ul li {
	list-style-type: square;
}

.opportunity-article-section-body .desc~ul li {
	list-style-type: square;
}

.opportunity-article-section-body h3.second-sub-title {
	margin-top: 50px;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0em;
	color: var(--misaDarkGrayText);
	text-align: right;
}

.opportunity-article-section-body .jumbotron.jumbotron-main {
	background-color: rgba(0, 113, 77, 0.25);
	border-radius: 20px;
	color: var(--misaSecondColor);
	padding: 2rem 2rem;
	margin-bottom: 0;
}

.opportunity-article-section-body .jumbotron.jumbotron-main .irr-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0em;
}

.opportunity-article-section-body .jumbotron.jumbotron-main .irr-desc {
	margin-top: 5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
}

.opportunity-article-section-body .jumbotron.jumbotron-main .irr-box {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid var(--misaSecondColor);
	background-color: rgba(0, 113, 77, 0.2);
	margin-bottom: 20px;
}

.opportunity-article-section-body .jumbotron.jumbotron-main .irr-location-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: right;
}

.opportunity-article-section-body .jumbotron.jumbotron-main .irr-location-title-segment {
	font-size: 14px;
}

.opportunity-article-section-body .jumbotron.jumbotron-main .irr-location-desc {
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: right;
}

.opportunity-article-section-body .jumbotron.jumbotron-main .irr-sector-div {
	background-color: rgba(0, 113, 77, 0.2);
	border-radius: 10px;
	padding: 10px;
	margin-top: 5px;
}

.opportunity-article-section-body .jumbotron.jumbotron-main .irr-sector-div .title {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0em;
}

.opportunity-article-section-body .jumbotron.jumbotron-main .irr-sector-div .title-segment {
	font-size: 17px;
}

.opportunity-article-section-body .jumbotron.jumbotron-main .irr-sector-div .badge-irr-sector {
	background-color: var(--misaFirstColor);
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.001em;
}

.special-badge-opportunity-details {
	background-color: rgba(191, 155, 46, 0.15);
	color: var(--misaDarkGrayText);
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.001em;
}

.special-badge-opportunity-details-green {
	background-color: rgba(101, 220, 137, 0.5);
	color: var(--misaDarkGrayText);
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.001em;
}

.opportunity-article-section-body .jumbotron.jumbotron-main .btn-download-pdf-opportunity {
	color: var(--misaSecondColor);
	background-color: rgba(0, 113, 77, 0.05);
	border: 1px solid rgba(0, 113, 77, 0.5);
	border-radius: 10px;
	min-height: 53px;
}

.opportunity-article-section-body .jumbotron.jumbotron-main .btn-download-pdf-opportunity:hover {
	background-color: rgba(0, 113, 77, 0.2);
}

.opportunity-article-section-body .jumbotron.jumbotron-second {
	background-color: rgba(191, 155, 46, 0.25);
	border-radius: 20px;
	color: var(--misaSecondColor);
	padding: 2rem 2rem;
}

.opportunity-article-section-body .div-form-opportunity-lead {
	display: none;
}

.opportunity-article-section-body .div-form-opportunity-lead label {
	width: 100%;
	text-align: right;
}

.opportunity-article-section-body .jumbotron.jumbotron-second .btn-get-in-touch-opportunity {
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.0015em;
	width: 100%;
	color: #fff;
	border-radius: 8px;
	height: 45px;
}

.opportunity-article-section-body .jumbotron.jumbotron-second .opportunity-owner {
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: 0em;
	margin-top: 10px;
	text-align: right;
}

.opportunity-article-section-body .jumbotron.jumbotron-second .opportunity-owner-position {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	margin-top: 10px;
	text-align: right;
}

.opportunity-article-section-statistics .jumbotron-statistics-box {
	background-color: rgba(0, 113, 77, 0.05);
	border-radius: 10px;
	padding: 25px;
	min-height: 22rem;
}

.opportunity-article-section-statistics .jumbotron-statistics-box .capacity {
	margin-top: 1rem;
	margin-bottom: 0;
	list-style-position: inside;
	padding-right: 0;
}

.opportunity-article-section-statistics .jumbotron-statistics-box .opportunity-statics-title {
	color: var(--misaDarkGrayText);
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0em;
	margin-bottom: 20px;
}

.opportunity-article-section-statistics .jumbotron-statistics-box .opportunity-statics-desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	margin-top: 15px;
	color: var(--misaDarkGrayText);
	text-align: right;
}

.opportunity-article-section-statistics .jumbotron-statistics-box .opportunity-statics-desc+ul * {
	color: var(--misaDarkGrayText);
	text-align: right;
}

.opportunity-article-section-statistics .special-statistics-box {
	color: var(--misaDarkGrayText);
	border: 1px solid var(--misaDarkGrayText);
	background-color: #fff;
	border-radius: 10px;
	padding: 25px;
	min-height: 22rem;
	text-align: right;
}

.opportunity-article-section-statistics .special-statistics-box .opportunity-statics-title {
	color: var(--misaDarkGrayText);
}

.opportunity-article-section-statistics .special-statistics-box .opportunity-statics-desc {
	color: var(--misaDarkGrayText);
}

.opportunity-article-section-statistics .statistics-stackeholders {
	min-height: 0;
}

.opportunity-article-section-statistics .statistics-stackeholders .stackholder-name {
	color: var(--misaDarkGrayText);
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 600;
}

.opportunity-article-section-statistics .statistics-stackeholders a p {
	color: var(--misaSecondColor);
}

.opportunity-article-section-statistics .box-without-height {
	min-height: 0;
}

.opportunity-article-section-statistics .jumbotron-statistics-box .bulled-list {
	list-style-position: inside;
	padding-left: 0;
	text-align: right;
	color: var(--misaDarkGrayText);
}

.banner-section {
	width: 100%;
	height: 95vh;
	background-position: top center;
	background-size: cover;
	position: relative;
	z-index: 1;
}


.page-link-and-title,
.page-resources-list-page .banner-section {
	display: flex;
	align-items: end;
	background: #F2F8F6;
	height: 255px;
}

@media (min-width: 768px) {

	.page-link-and-title,
	.page-resources-list-page .banner-section {
		height: 350px;
	}
}

.page-link-and-title a.homeLink {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 14px;
	color: var(--misaSecondColor) !important;
	margin-bottom: 10px;
	padding-left: 0 !important;
}

.page-link-and-title h1,
.page-resources-list-page .banner-section h1 {
	margin-bottom: 10px !important;
	font-size: 32px;
	font-weight: 700;
	color: var(--misaSecondColor);
	text-align: right;
}

.page-resources-list-page .banner-section h1 {
	margin-top: 200px;
}

@media (min-width: 768px) {
	.page-resources-list-page .banner-section h1 {
		margin-top: 271px;
	}
}

.page-link-and-title .content {
	text-align: right;
}


.page-link-and-title .text {
	margin-top: 14px;
	font-size: 14px;
	text-align: right;
	color: var(--misaSecondColor);
}

.page-contact-us h3 {
	color: var(--misaFirstColor);
	font-size: 24px;
	font-weight: 700;
	text-align: right;
}

.contact-details {
	width: 100%;
	margin-top: 25px;
	justify-content: center;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

@media (min-width: 992px) {
	.contact-details {
		flex-direction: row;
	}
}

.contact-details>div {
	display: flex;
	flex-direction: column;
	gap: 35px;
	align-items: center;
	background-color: rgba(191, 155, 46, 0.05);
	border-radius: 10px;
	padding: 10px;
}

@media (min-width: 576px) {
	.contact-details>div {
		flex-direction: row;
		padding: 16px 25px;
	}
}

.contact-details .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	width: 56px;
	border-radius: 100%;
	background-color: var(--misaFirstColor);
}

.contact-details .icon .svg {
	height: 20px;
	width: 20px;
}

.contact-details .contact-type {
	color: var(--misaFirstColor);
	font-weight: 700;
	font-size: 14px;
}

.contact-details .telephone-numbers {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.contact-details .telephone-numbers .number {
	display: flex;
	gap: 20px;
}

.contact-details .telephone-numbers .number :first-child {
	font-size: 16px !important;
	color: var(--misaFirstColor);
	font-weight: 700;
}

.contact-details .telephone-numbers .number a:hover {
	text-decoration: underline !important;
}

.contact-details .telephone-numbers .number :last-child {
	margin-left: auto;
	font-size: 16px !important;
	color: var(--misaDarkGrayText);
}

.contact-details .email-addresses {
	display: flex;
}

.contact-details .email-addresses .email a {
	font-size: 16px;
	color: var(--misaDarkGrayText);
	/*
	text-decoration: underline;
	Code commented to revert the generic link behavior
	*/
	font-weight: 700;
}

.contact-details .email-addresses .email a:hover {
	color: var(--misaDarkGrayText) !important;
	text-decoration: underline !important;
}

.locations {
	margin-top: 25px;
	padding: 0 20px;
	background: rgba(120, 120, 120, 0.05);
	border-radius: 10px;
}

.locations .location {
	margin-bottom: 30px;
	color: var(--misaDarkGrayText);
}

.locations .name {
	font-weight: 700;
}

.locations .address {
	margin-bottom: 8px;
}

.sagia-accordion {
	display: flex;
	position: relative;
	cursor: pointer;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
}

.sagia-accordion:after {
	position: absolute;
	content: "+";
	font-size: 30px;
	left: 0;
	top: -5px;
}

.sagia-accordion.active::after {
	content: "-";
}

.sagia-accordion.locations-accordion {
	padding: 10px 0;
	color: var(--misaFirstColor);
	font-size: 16px;
	font-weight: 700;
	background: transparent;
}

.sagia-accordion.faqs-accordion {
	padding: 20px 10px 20px 50px;
	font-size: 20px;
	font-weight: 700;
	background: rgba(120, 120, 120, 0.05);
	color: var(--misaFirstColor);
	border-radius: 10px;
}

.sagia-accordion.faqs-accordion.no-background {
	background: #fff !important;
}

.sagia-accordion.faqs-accordion:after {
	top: 12px;
	left: 20px;
}

.sagia-accordion.faqs-accordion .tag {
	margin-left: auto;
	font-size: 14px;
	font-weight: 400;
	border-radius: 125px;
	color: var(--misaFirstColor);
	background: #EADEB9;
	padding: 5px 15px;
}

.sagia-accordion-panel {
	padding: 10px 0;
	display: none;
	overflow: hidden;
}

.sagia-accordion-panel.faqs-accordion-panel {
	padding: 0 20px 20px 20px;
	background: rgba(191, 155, 46, 0.05);
}

.sagia-accordion-panel.faqs-accordion-panel.no-background {
	background: #fff !important;
}

#pills-profile2 {
	display: none !important;
}

.contactpage-form .contact-form-title {
	color: var(--misaFirstColor);
	text-transform: unset !important;
	font-size: 24px !important;
	text-align: left !important;
	margin-bottom: 14px;
}

.contactpage-form .form-icon_browse {
	border: 1px solid #8396A8 !important;
	background-color: #fff !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

a.submit-button,
.submit-button,
.contactpage-form .submit-button {
	min-width: 185px !important;
	margin-top: 25px;
	background-color: var(--misaFirstColor) !important;
	color: #fff !important;
	text-transform: capitalize;
	padding: 16px 0 !important;
	cursor: pointer;
	display: flex;
	gap: 10px !important;
	align-items: center;
	justify-content: center;
	border-radius: 8px !important;
	border: 0 !important;
	outline: 0 !important;
}

a.submit-button {
	padding: 14px 0 !important;
	display: inline-block;
	text-align: center;
}


.page-article-list-page {
	position: relative;
	text-align: right;
}

.page-article-list-page .article-listing-page-top-paragraph {
	color: var(--misaFirstColor) !important;
	font-size: 24px;
	font-weight: 400;
}

.page-article-list-page .articles-list {
	padding: 10px
}

.page-article-list-page .articles-list .date {
	color: var(--misaGrayText) !important;
	font-size: 12px !important;
}

.page-article-list-page .articles-list:hover {
	background: rgba(191, 155, 46, 0.05);
}

.page-article-list-page .articles-list-item {
	color: var(--misaDarkGrayText) !important;
	padding: 10px;
	border-radius: 10px;
}

.page-article-list-page .articles-list a {
	color: #BF9B2E;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.page-article-list-page .articles-list p {
	color: var(--misaDarkGrayText) !important;
	font-size: 14px;
	font-weight: 400;
}

.page-article-list-page .article-listing-page-banner {
	width: 100%;
	height: 286px;
	background-position: top center;
	background-size: cover;
	background-color: #f1f7f5;
	position: relative;
	z-index: 1;
}

.page-article-list-page .article-listing-page-banner .article-listing-page-banner-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: start;
	flex-direction: column;
	text-align: left;
	z-index: 9;
	margin-bottom: 15px;
}

.page-article-list-page .article-listing-page-banner .breadcrumb-container {
	display: flex;
	align-items: center;
}

.page-article-list-page .article-listing-page-banner .breadcrumb-container .breadcrumb-page-info {
	color: #006F45;
	font-size: 14px;
	font-weight: 400;
}

.page-article-list-page .article-listing-page-banner .breadcrumb-container .breadcrumb-left-icon {
	background-image: url('../img/article-details-breadcrumb-left-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	display: inline-block;
	cursor: pointer;
}

.page-article-list-page .article-listing-page-general-title {
	font-size: 32px !important;
	font-weight: 700 !important;
	color: #006F45 !important;
	text-align: right;
}

.page-resources-list-page .page-item .page-link {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

.page-resources-list-page .pagination {
	display: flex;
	gap: 10px;
	align-items: center;
}

.page-resources-list-page .prev-next-link {
	margin-top: 8px;
}

.resource-title {
	display: flex;
	align-items: center;
}

.resource-title h2 {
	font-size: 32px;
	color: var(--misaFirstColor);
}

.resource-title.no-border {
	border-top: none;
}

.resource-title .action {
	margin-left: auto;
}

.resource-title .action .see-more {
	padding: 5px 10px;
	border-radius: 8px;
	background-color: #BF9B2E;
	color: #fff;
}

.article {
	display: flex;
	gap: 10px;
	padding: 10px;
	background-color: #F8F8F8;
	border-radius: 10px;
}

.article .image {
	width: 150px;
	height: 150px;
	border: 1px solid #ccc;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.article .information {
	padding: 10px;
	text-align: right;
}

.article .information .date {
	margin: 10px 0 0 0;
	font-size: 12px;
	color: var(--misaGrayText);
}

.article .information .title {
	font-size: 16px;
	font-weight: 700;
	color: var(--misaFirstColor);
}

.article .information .description,
.article .information .description p {
	color: var(--misaDarkGrayText) !important;
}

.event {
	display: flex;
	flex-direction: column;
	margin-bottom: 45px;
	color: #006F45;
}

.event .image {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	min-height: 160px;
	border-radius: 10px;
}

.event .image .date {
	position: absolute;
	display: flex;
	color: #fff;
	flex-direction: column;
	background-color: #006F45;
	padding: 10px;
	width: 75px;
	left: 10px;
	top: -20px;
	font-weight: 700;
}

.event .image .date .day {
	font-weight: 400;
}

.event .image .date .month {
	margin-top: -5px;
}

.event .time-and-location {
	display: flex;
}

.event .time-and-location .location {
	margin-left: auto;
}

.event .description {
	margin-top: 10px;
}

.event .description a {
	color: var(--misaFirstColor);
}

.event .description a:hover {
	color: var(--misaSecondColor);
}

.news {
	display: flex;
	flex-direction: column;
	margin-bottom: 35px;
}

.news .image {
	border: 1px solid #ccc;
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
	border-radius: 10px;
}

.news .headline {
	display: block;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0px;
	color: var(--misaFirstColor);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 5px 0 5px 0;
}

.news a.headline:hover {
	color: var(--misaFirstColor);
}

.news .date {
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0em;
	color: var(--misaGrayText);
}

.resources .button-large {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 8px;
	background-color: #BF9B2E;
	color: #fff;
	font-size: 20px;
}

.opportunity {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px;
	color: #BF9B2E;
	background-color: #fff;
	border-radius: 10px;
}

.opportunity.alternate {
	background-color: rgba(191, 155, 46, 0.07);
}

.opportunity .information {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 15px;
}

.opportunity .image {
	width: 135px;
	border-radius: 10px;
}

.opportunity svg {
	width: 100%;
	height: 100%;
}

.opportunity .title-and-description {
	width: 100%;
}

@media (min-width: 576px) {
	.opportunity .title-and-description {
		width: 225px;
	}
}

@media (min-width: 576px) {
	.opportunity.search .title-and-description {
		width: 360px;
	}
}

@media (min-width: 1200px) {
	.opportunity.search .title-and-description {
		width: 400px;
	}
}


.opportunity .title {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	font-style: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 21px;
	max-height: 48px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.opportunity .description {
	font-size: 14px;
}

.opportunity .market-info {
	color: var(--misaDarkGrayText);
	text-align: left;
}

.opportunity p {
	color: var(--misaDarkGrayText) !important;
	font-style: normal;
}

.opportunity span {
	color: var(--misaDarkGrayText) !important;
}

.opportunity .link:hover p {
	color: var(--misaFirstColor) !important;
}

.opportunity .sector-name {
	align-self: flex-start;
	padding: 0 20px;
	border-radius: 125px;
	color: #BF9B2E;
	background-color: #ECE1C0;
	width: auto !important;
	height: 30px;
	line-height: 27px;
	text-transform: capitalize;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.opportunity .sector-name:hover {
	cursor: pointer;
	background-color: var(--misaSecondColor);
	color: #fff;
}

@media (min-width: 576px) {
	.opportunity {
		flex-direction: row;
	}

	/* .opportunity .title-and-description {
		flex: 1;
	} */
}

@media (min-width: 992px) {
	.opportunity .information {
		flex-direction: row;
		gap: 30px;
	}

	.opportunity .sector-name {
		margin-right: auto;
		width: auto !important;
	}
}


.button-large {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 8px;
	background-color: #BF9B2E;
	color: #fff !important;
	font-size: 20px;
}

.button-large:hover {
	text-decoration: underline;
}

.page-resources-list-page .action {
	text-align: right;
}

.resource-title .action .see-more:hover {
	text-decoration: underline;
}

.page-newsevents-list-page .breadcrumb-container {
	display: flex;
	align-items: center;
}

.page-report-list-page .breadcrumb-container {
	display: flex;
	align-items: center;
}

.page-newsevents-list-page .breadcrumb-container .breadcrumb-page-info {
	color: #BF9B2E;
	font-size: 14px;
	font-weight: 400;
}

.pageLabel--reportList .loadNewsEventShowLessButton {
	background: var(--misaFirstColor);
	border: none;
	cursor: pointer;
}

.pageLabel--reportList .showMoreLessButtonContainer {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pageLabel--reportList .reportName {
	font-family: 'Arial';
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0px;
	color: var(--misaFirstColor);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 5px 0 0 0;
}

.pageLabel--reportList .reportType {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: var(--misaDarkGrayText) !important;
}

.page-newsevents-list-page .breadcrumb-container .breadcrumb-left-icon {
	background-image: url('../img/article-details-events-left-arrow-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	display: inline-block;
	cursor: pointer;
}

.pageLabel--reportList .breadcrumb-container .breadcrumb-left-icon {
	background-image: url('../img/article-details-events-left-arrow-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	display: inline-block;
	cursor: pointer;
}

.pageLabel--reportList .breadcrumb-container .breadcrumb-page-info {
	color: var(--misaFirstColor) !important;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	align-items: center;
}

.pageLabel--reportList .container.banner.homeLink {
	display: none !important;
}

.page-newsevents-list-page .latest-announcements {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 0;
	text-align: right;
	text-transform: capitalize;

	.header {
		width: 100%;
	}

	.title {
		font-weight: 600;
		font-size: 32px;
		color: var(--misaFirstColor);
	}

	.content {
		display: flex;
		flex-direction: column;
		gap: 1rem;
		width: 100%;
	}

	.announcement {
		display: flex;
		gap: 1rem;
		border-radius: 10px;
		background: rgba(120, 120, 120, 0.05);

		.image {
			width: 100%;
			max-width: 150px;
			height: 136px;
			border-radius: 10px 0 0 10px;
		}

		.details {
			display: flex;
			flex-direction: column;
			gap: 0.5rem;
			padding-right: 10px;

			.date {
				font-weight: 400;
				font-size: 14px;
				color: var(--misaDarkGrayText);
			}

			.headline {
				font-weight: 700;
				font-size: 16px;
				line-height: 24px;
				color: var(--misaDarkGrayText);
				text-transform: capitalize;
			}

			.description {
				font-weight: 400;
				font-size: 14px;
				line-height: 20px;
				color: var(--misaDarkGrayText);
				text-transform: capitalize;
			}
		}
	}
}

.mobile-nav-toggle.page-scrolled {
	background-image: url("../img/toggle-menu.svg");
}


.mobile-nav-toggle {
	top: 20px;
	height: 20px;
}

@media (min-width: 640px) and (max-width: 992px) {
	.mobile-nav-active .mobile-nav-toggle {
		left: 41px;
	}
}

.mobile-nav .Header_vs_logo {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 90px;
	display: block !important;
	margin: 0 !important;
	padding: 0;
	text-align: right;
}

.mobile-nav-active .mobile-nav-toggle {
	left: 30px;
}

.misa-btn-special {
	font-size: 18px;
	padding: 0px 90px 0 90px;
	text-align: center;
	height: 50px;
	font-weight: 500;
	border-radius: 8px;
	color: #fff !important;
}

.misa-text-title {
	font-size: 32px;
	font-weight: 600;
	line-height: 37px;
	letter-spacing: 0em;
	text-transform: capitalize;
	text-align: right;
	color: var(--misaFirstColor);
}

.page-report-list-page .misa-text-title {
	padding: 10px;
}

.misa-text-title * {
	font-size: 32px;
	font-weight: 600;
	line-height: 37px;
	letter-spacing: 0em;
}

.misa-text-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: right;
}

.page-report-list-page .media-card-img {
	width: 100% !important;
	height: 172px !important;
}

.page-report-list-page .reportDate {
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 16px !important;
	letter-spacing: 0em !important;
	color: var(--misaDarkGrayText) !important;
	padding: 7px;
}

.page-newsevents-list-page {
	text-align: right;

	.nav-menu a {
		color: #fff;
	}

	.btn-trans label.lang-btn {
		color: #fff;
	}

	.news-events-page-banner-container {
		position: absolute;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
		display: flex;
		justify-content: flex-end;
		align-items: start;
		flex-direction: column;
		text-align: left;
		z-index: 9;
		margin-bottom: 15px;
	}

	.event-top-info-box .event-description {
		font-size: 14px;
		font-weight: 400;
		color: #fff !important;
	}

	.event-top-info-box .date {
		top: -36px !important;
	}

	.event-top-info-box p {
		color: #fff !important;
	}

	.upcoming-events-title {
		font-weight: 600;
		font-size: 32px;
		color: var(--misaFirstColor);
		margin-bottom: 70px;
		text-transform: capitalize;
	}

	.latest-news-header {
		.latest-news-title {
			font-weight: 600;
			font-size: 32px;
			color: var(--misaFirstColor);
		}
	}

	.latest-news-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 20px;
	}

	.latest-news {
		flex: 1 0 calc(33.333% - 1rem);
		max-width: calc(33.333% - 1rem);
		box-sizing: border-box;
		overflow: hidden;
		margin-bottom: 30px;

		.link {
			display: block;
			width: 100%;
			text-decoration: none;
			color: inherit;
		}

		.image-wrapper {
			width: 100%;
			height: auto;
			position: relative;
		}

		.image {
			width: 100%;
			border-radius: 10px;
		}

		.text {
			display: block;
			padding: 10px 0 10px 0;
		}

		.title {
			font-size: 20px;
			font-weight: 600;
			letter-spacing: 0;
			color: var(--misaFirstColor);
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			padding: 5px 0 0 0;
			margin-bottom: 10px;
			text-transform: capitalize;
		}

		.date {
			font-size: 14px;
			font-weight: 600;
			line-height: 16px;
			letter-spacing: 0em;
			color: var(--misaDarkGrayText);
		}
	}

	.get-the-latest-updates {
		background: rgba(120, 120, 120, 0.05);
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 20px 0 20px 0;
		justify-content: center;
		text-align: center;
	}

	.get-updates-title {
		margin-bottom: 20px;
		font-size: 16px;
		font-weight: 400;
		color: var(--misaFirstColor);
	}

	.join-newsletter-btn {
		background: #BF9B2E !important;
		border: none;
		height: 50px !important;
		font-size: 24px;
		font-weight: 500;
		line-height: 24px;
		letter-spacing: 0.0015em;
		color: #fff;
	}

	.media-library-title {
		font-weight: 600;
		font-size: 32px;
		color: var(--misaFirstColor);
		text-transform: capitalize;
	}

	.media-library {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.media-content {
		display: flex;
		justify-content: space-between;
		width: 100%;
		gap: 20px;
	}

	.media-left iframe {
		border: none !important;
		border-radius: 10px;
	}

	.media-left,
	.media-right {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.video-fluid {
		width: 100%;
	}

	& .media-right iframe {
		border: none !important;
		border-radius: 10px;
	}

	.videoTitle,
	.videoDate {
		width: 100%;
	}

	.videoTitle {
		font-weight: 700;
		font-size: 16px;
		color: var(--misaDarkGrayText);
		padding-right: 10px;
		text-transform: capitalize;
	}

	.videoDate {
		font-weight: 400;
		font-size: 14px;
		color: var(--misaDarkGrayText);
		padding-right: 10px;
	}

	.media-small {
		display: flex;
		width: 100%;
		margin-bottom: 20px;
	}

	.media-video {
		flex: 0 0 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.media-text {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-left: 10px;
	}


	@media (max-width: 768px) {

		.upcoming-events-title,
		.latest-news-title,
		.latest-announcements-title,
		.media-library-title {
			text-align: center;
			text-transform: capitalize;
		}

		.loadNewsEventShowLessButton {
			height: 50px !important;
			padding: 10px !important;
		}

		.latest-news {
			flex: 1 0 100%;
			max-width: 100%;
		}

		.media-content {
			flex-direction: column;
			align-items: center;
		}

		.media-left,
		.media-right {
			width: 100%;
		}

		.media-left iframe {
			height: 113px !important;
		}

		.media-small {
			flex-direction: column;
			align-items: center;
		}

		.media-video,
		.media-text {
			width: 100%;
			flex: none;
		}

		.media-text {
			padding-left: 0;
			align-items: start;
		}
	}
}

.event-detail-page-similar-opportunities {
	padding-top: 0 !important;
	text-align: right !important;

}

.event-detail-page-similar-opportunities .similar-opportunities-title span {
	font-size: 32px;
	font-weight: 600;
	line-height: 37px;
	letter-spacing: 0;
	color: var(--misaFirstColor);

}

.event-detail-page-similar-opportunities .Inc-fearured-opp {
	box-shadow: none;
	border: 1px solid #ddd;
}

.event-detail-page-similar-opportunities .similar-opportunities-know-more-btn {
	width: 100%;
	display: block;
	font-size: 18px;
	height: 50px;
	padding: 0 90px 0 90px;
	text-align: center;
	font-weight: 500;
	color: #fff;
}

.event-detail-page-similar-opportunities .Inc-fearured-opp-headtitle {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	color: var(--misaFirstColor);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 5px 0 0 0;
}

.page-resources-list-page .news-date {
	background-color: var(--misaSecondColor);
}

.page-resources-list-page .event {
	margin-top: 25px !important;
}

.section-break {
	border-top: 1px solid #ccc;
}

#pdf-en {
	display: none;
}

.btn-download {
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 5px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	background-color: var(--misaFirstColor);
	color: #FFFFFF;
	margin-right: 10px;
}

.btn-download:hover {
	color: #FFFFFF;
}

.icon-download {
	display: inline-block;
	background-image: url("../img/article-details-page-download-icon.png");
	background-repeat: no-repeat;
	width: 20px;
	height: 16px;
	margin-right: 10px;
}

.page-breadcrumb-container {
	display: flex;
	align-items: center;
	gap: 5px;
}

.pageLabel--reportList .page-breadcrumb-container .breadcrumb-left-icon {
	background-position: 4px 1px;
}

.pageLabel--reportList .page-main-content {
	margin-top: 25px;
}

.page-breadcrumb-container a {
	display: flex;
	align-items: center;
	gap: 5px;
}

.page-breadcrumb-container .breadcrumb-left-icon {
	background-image: url(../img/article-details-events-left-arrow-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	display: inline-block;
	cursor: pointer;
}

.page-breadcrumb-container .breadcrumb-page-info {
	color: var(--misaFirstColor) !important;
	font-size: 18px;
	font-weight: 400;
}


.page-resources-list-page .homeLink {
	width: auto !important;
	margin-right: auto;
	position: absolute;
	right: 12px;
	bottom: 65px;

	background-image: url(../img/article-details-breadcrumb-left-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 5px !important;
	padding: 0;
	padding-left: 20px;
	height: 25px;
	cursor: pointer;
}

@media (min-width: 768px) {
	.page-resources-list-page .homeLink {
		bottom: 75px;
	}
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0)
}

[dir=rtl] #topbar .social-links a {
	margin-left: 0 !important;
}

@media (min-width: 1025px) and (max-width: 1200px) {
	.nav-menu a {
		padding: 12px 20px !important;
	}
}

.search-icon {
	margin-top: -3px;
}

.sorting {
	width: 100%;
	display: flex;
	align-items: center;
}

.sorting .custom-select {
	color: var(--misaDarkGrayText);
	background-image: url("../img/arrow-down-grey.svg") !important;
	background-size: 16px 16px;
	background-position: 10px;
}

.sorting .sortby {
	margin-bottom: 20px;
	text-align: right;
}

.sorting .sortby label {
	margin-bottom: 10px;
	color: var(--misaFirstColor);
	margin-left: 20px;
}

.sorting .item-count {
	color: var(--misaGrayText);
	display: none;
	margin-right: auto;
}

@media (min-width: 992px) {
	.sorting .item-count {
		display: block;
		margin-bottom: 25px;
	}
}

.opportunity-hidden,
.news-hidden,
.event-hidden,
.article-hidden {
	display: none;
}

.lbError {
	color: red;
}

.page-contact-us .international-address-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.page-contact-us .international-address-section .international-address-block {
	display: flex;
	align-items: start;
	margin-bottom: 32px;
	width: 100%;
	text-align: right;
}

.page-contact-us .international-address-section .international-address-block .location-image {
	width: 120px;
	height: 120px;
	margin-right: 15px;
}

.page-contact-us .international-address-section .international-address-block .main-location {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	color: var(--misaDarkGrayText);
	margin-bottom: 10px;
}

.page-contact-us .international-address-section .international-address-block .related-locations {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	color: var(--misaDarkGrayText);
	margin-bottom: 10px;
}

.page-contact-us .international-address-section .international-address-block .phone-number {
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0;
	color: #2885C7;
}

.page-contact-us .international-address-section .international-address-block .phone-number a {
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0;
	color: #2885C7;
}

.page-contact-us .international-address-section .international-address-block .phone-number a:hover {
	text-decoration: none;
	color: #2885C7 !important;
}

.page-contact-us .local-address-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page-contact-us .local-address-section .local-address-block {
	display: flex;
	margin-bottom: 32px;
	border-radius: 10px;
	width: 100%;
	text-align: right;
}

.page-contact-us .local-address-section .local-address-block .location-image {
	width: 120px;
	height: 120px;
	margin-right: 15px;
}

.page-contact-us .local-address-section .local-address-block .city {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	color: var(--misaDarkGrayText);
	margin-bottom: 10px;
}

.page-contact-us .local-address-section .local-address-block .building {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	color: var(--misaDarkGrayText);
	margin-bottom: 10px;
}

.page-contact-us .local-address-section .local-address-block .address {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	color: var(--misaDarkGrayText);
	margin-bottom: 10px;
}

.page-contact-us .local-address-section .local-address-block .postal-code {
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0;
	color: var(--misaDarkGrayText);
	margin-bottom: 10px;
}

.page-contact-us .local-address-section .local-address-block .phone-number {
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0;
	color: #2885C7;
}

.page-contact-us .local-address-section .local-address-block .phone-number a {
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0;
	color: #2885C7;
}

.page-contact-us .local-address-section .local-address-block .phone-number a:hover {
	text-decoration: none;
	color: #2885C7 !important;
}

@media (max-width: 768px) {
	.page-contact-us .international-address-section .international-address-block {
		width: 100%;
		text-align: right;
	}

	.page-contact-us .local-address-section .local-address-block {
		width: 100%;
	}
}

.rotate-img-180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.truncate {
	max-width: 200px;
	margin-right: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.scalability-localization-box {
	min-height: auto !important;
}

.page-sectors-opportunities .sectors-listing-page-banner {
	width: 100%;
	height: 286px;
	background-position: top center;
	background-size: cover;
	background-color: #f1f7f5;
	position: relative;
	z-index: 1;
}

.page-sectors-opportunities .sectors-listing-page-banner .sectors-listing-page-banner-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: start;
	flex-direction: column;
	text-align: left;
	z-index: 9;
	margin-bottom: 15px;
}

.page-sectors-opportunities .sectors-listing-page-banner .breadcrumb-container {
	display: flex;
	align-items: center;
}

.page-sectors-opportunities .sectors-listing-page-banner .breadcrumb-container .breadcrumb-page-info {
	color: var(--misaSecondColor);
	font-size: 18px;
	font-weight: 400;
}

.page-sectors-opportunities .sectors-listing-page-banner .breadcrumb-container .breadcrumb-left-icon {
	background-image: url('../img/article-details-breadcrumb-left-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	display: inline-block;
	cursor: pointer;
}

.page-sectors-opportunities .sectors-listing-page-banner .sectors-listing-page-general-title {
	font-size: 32px;
	font-weight: 700;
	color: var(--misaSecondColor);
	margin-top: 10px;
	text-align: right;
}

.opp-filter-container .js-product-facet .facet.js-facet .js-facet-name {
	color: var(--misaFirstColor);
	text-transform: capitalize;
	font-weight: 600;
}

/* Opportunitites listing End */

.resource-list {
	background: rgba(0, 113, 77, 0.2);
}

.resource-list .sector-search {
	margin-top: 40px;
	margin-bottom: 30px !important;
}

.resource-list .opportunity-card.total-results {
	color: var(--misaDarkGrayText);
}

.facet-btn-disabled {
	background-color: #cccccc !important;
	color: #666666 !important;
}

.page-portal-homepage .nav-menu>ul>li.nav-item.dropdown a.nav-link.dropdown-toggle::after,
.page-newsevents-list-page .nav-menu>ul>li.nav-item.dropdown a.nav-link.dropdown-toggle::after {
	position: absolute;
	top: 19px;
	left: 8px;
	content: "";
	display: inline-block;
	background-image: url("../img/nav-arrow-down-white.svg");
	background-repeat: no-repeat;
	width: 12px;
	height: 20px;
	border: none;
}

.page-portal-homepage .nav-menu>ul>li.nav-item.dropdown.show a.nav-link.dropdown-toggle::after,
.page-newsevents-list-page .nav-menu>ul>li.nav-item.dropdown.show a.nav-link.dropdown-toggle::after {
	content: "";
	position: absolute;
	top: 18px;
	left: 8px;
	background-image: url("../img/nav-arrow-up-green.svg");
	display: inline-block;
	width: 12px;
	height: 20px;
	border: none;
}

.div-form-opportunity-lead .selected-flag {
	top: 0;
}

.div-form-opportunity-lead .intl-tel-input .flag-container {
	right: 5px !important;
}

.div-form-opportunity-lead input.ddl-countryCode.form-control {
	padding-right: 41px !important;
}

.message {
	margin-bottom: 20px;
	font-size: 16px;
	padding: 20px;
	border-radius: 10px;
}

.message.success {
	background-color: #bfdbd2;
	color: var(--misaSecondColor);
}

.mobile-nav-active .mobile-nav-toggle {
	top: 20px;
	left: 20px;
}


@media (max-width: 767px) {
	#hero h1 {
		font-size: 25px;
		line-height: 30px;
		margin-top: 10px;
	}
}

#facetFilterModal {
	z-index: 10005;
}

#facetFilterModal .modal-header {
	flex-direction: column;
	gap: 10px;
}

#facetFilterModal .modal-header .btn,
#facetFilterModal .modal-footer .btn {
	font-size: 14px;
}

#facetFilterModal .modal-footer {
	justify-content: flex-start;
}

.close-modal {
	position: absolute;
	left: 20px;
	width: 20px;
	height: 20px;
	border: none;
	background: url("../img/close_white.svg");
	background-repeat: no-repeat;
}

.display-large {
	display: none !important;
}

@media (min-width: 992px) {
	.dropdown:hover a {
		background-color: #fff;
		border-radius: 15px;
		color: var(--misaSecondColor) !important;
	}

	.dropdown:hover>a:after {
		content: "";
		position: absolute;
		top: 18px;
		left: 4px;
		background-image: url(../img/nav-arrow-up-green.svg) !important;
		display: inline-block;
		width: 12px;
		height: 20px;
		border: none;
	}

	.dropdown:hover>.dropdown-menu {
		display: block;
		margin: -0.125rem 0 0;
		transform: translate3d(0px, 43px, 0px);
	}

	.nav-menu .nav-item .nav-link.dropdown-toggle.display-small {
		display: none !important;
	}

	.display-large {
		display: block !important;
	}
}

.nav-item .dropdown-item.get_submenus.active,
.nav-item .dropdown-item.get_submenus:active,
.nav-item .dropdown-item.get_submenus:focus,
.nav-item .dropdown-item.get_submenus:hover {
	background-color: transparent !important;
}

#header {
	min-height: 95px;
}

#header .logo {
	position: absolute;
	top: 10px;
	right: -10px;
}

#header .logo img {
	width: 150px;
}

#header .login {
	position: absolute;
	top: 14px;
	left: 20px;
	display: flex;
	gap: 10px;
	align-items: center;
}

#header .login .vs-logo {
	display: none;
}

.login-links label {
	position: relative;
	margin: 0 10px;
	font-size: 10px;
	line-height: 16px;
	color: var(--misaSecondColor);
	cursor: pointer;
}

.login-links label.change-language:before {
	position: absolute;
	content: "";
	right: -10px;
	top: 0px;
	width: 1px;
	height: 15px;
	background-color: #707070;
}

.login-links label.change-language:first-of-type:before {
	display: none;
}


#header.header-scrolled {
	min-height: 95px;
	top: 0;
	background: #f7f7f7;
}

#header .mobile-nav-toggle {
	margin-top: 2px;
	height: 20px;
	width: 30px;
	background-image: url("../img/toggle-menu.svg");
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

.nav-menu {
	margin-top: 95px;
}

#header .nav-menu {
	margin: 115px auto 0 0;
}

.mobile-nav .login {
	position: absolute;
	top: 14px;
	left: 30px;
	display: flex;
	align-items: center;
}

.mobile-nav .login .vs-logo {
	display: none;
}

.mobile-nav .mobile-nav-toggle {
	margin-top: 8px;
	height: 20px;
	width: 30px;
	background-image: url("../img/close_white.svg");
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

@media (min-width: 992px) {
	#header .logo {
		top: 14px;
	}

	#header .login {
		left: 40px;
	}

	#header .login .vs-logo {
		display: block;
	}

	#header .vs-logo img {
		width: 90px;
		margin-right: 10px;
	}
}

.dropdown-menu:focus-visible,
#header .nav-menu a:focus-visible {
	outline: none;
}

@media (min-width: 1200px) {
	#header .logo img {
		width: 185px;
	}

	#header.header-scrolled .login {
		display: none;
	}

	.nav-menu {
		margin-top: 85px;
	}

	#header.header-scrolled .nav-menu {
		margin-top: 30px;
	}
}

.nav-menu {
	margin-top: 95px;
}

.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu>ul {
	display: flex;
}

.nav-menu>ul>li {
	position: relative;
	white-space: nowrap;
	transition: 0.3s;
}

#header.header-scrolled .nav-menu a {
	color: #787878 !important;
}

#header .nav-menu a:focus-visible {
	outline: none;
}

#header.header-scrolled .nav-menu a:after {
	filter: grayscale(0.9) brightness(0.4) !important;
	opacity: 0.5 !important;
}

.nav-menu>ul>li.nav-item.dropdown a.nav-link.dropdown-toggle::after {
	position: absolute;
	top: 19px;
	left: 8px;
	content: "";
	display: inline-block;
	background-image: url("../img/nav-arrow-down-green.svg");
	background-repeat: no-repeat;
	width: 12px;
	height: 20px;
	border: none;
}

.nav-menu>ul>li.nav-item.dropdown.show a.nav-link.dropdown-toggle::after {
	content: "";
	position: absolute;
	top: 18px;
	left: 8px;
	background-image: url("../img/nav-arrow-up-green.svg");
	display: inline-block;
	width: 12px;
	height: 20px;
	border: none;
}

.nav-menu a {
	display: block;
	position: relative;
	color: var(--misaSecondColor);
	transition: 0.3s;
	font-size: 13px;
	padding: 12px 25px 12px 35px;
	text-transform: uppercase;
	font-weight: 600;
}

.nav-menu .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.nav-menu .sub-items a {
	border-radius: 0;
}

.mobile-nav .menu-img-item {
	display: none;
}


/* page specific menu CSS */
.page-has-image .nav-menu a,
.page-portal-homepage .nav-menu a {
	color: #fff;
}

.page-has-image #header .login-links label,
.page-portal-homepage #header .login-links label {
	color: #fff;
}

.page-has-image .login-links label.change-language:before {
	background-color: #fff;
	opacity: 0.5;
}

.page-has-image #header .login-links label.change-language::before .page-portal-homepage #header .login-links label.change-language::before {
	background-color: #fff;
	opacity: 0.5;
}

.page-has-image #header .mobile-nav-toggle,
.page-portal-homepage #header .mobile-nav-toggle {
	background-image: url("../img/toggle-menu-white.svg");
}

.page-has-image #header.header-scrolled .mobile-nav-toggle,
.page-portal-homepage #header.header-scrolled .mobile-nav-toggle {
	background-image: url("../img/toggle-menu.svg");
}

.page-has-image .nav-menu>ul>li.nav-item.dropdown a.nav-link.dropdown-toggle::after,
.page-portal-homepage .nav-menu>ul>li.nav-item.dropdown a.nav-link.dropdown-toggle::after {
	background-image: url("../img/nav-arrow-down-white.svg");
}

/* ---------- */

#header.header-scrolled .login-links label {
	color: var(--misaSecondColor);
}

#header.header-scrolled .login-links label.change-language:before {
	background-color: #707070;
}

.page-banner-image {
	width: 100%;
	height: 255px;
	background: #F2F8F6;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

@media (min-width: 992px) {
	.page-banner-image {
		height: 400px;
	}
}

.logo-white {
	display: none;
}

.logo-green {
	display: block;
}

.page-portal-homepage .logo-white,
.page-has-image .logo-white {
	display: block;
}

.page-portal-homepage .logo-green,
.page-has-image .logo-green {
	display: none;
}


#News_press,
#News_press .carousel-inner
{
	height: 410px;
}

#News_press .News_press_bgwhite {
	position: relative;
	width: 95%;
	margin:auto;
	min-height: 125px !important;
}

#News_press .highlight_title {
	font-size: 18px;
}

#News_press .para_title {
	font-size: 16px;
}

@media (min-width: 992px) {
	#News_press,
	#News_press .carousel-inner
	{
		height: 750px;
	}
}

#News_press .carousel-item {
	position: absolute;
	top:0;
	right:0;
	bottom: 0;
	left:0;
	background-size: cover;
	background-position: center center;
}


.user-info, .user-logout {
	position: relative;
	display: flex;
	gap: 7px;
	margin-top: 2px;
	padding: 4px 0;
}

.user-icon-white {
	display: none;
}

.user-icon-green {
	display: block;
}

.page-has-image .user-icon-green {
	display: none;
}

.page-has-image .user-icon-white {
	display: block;
}

.page-has-image .header-scrolled .user-icon-white {
	display: none;
}

.page-has-image .header-scrolled .user-icon-green {
	display: block;
}

.page-has-image .header-scrolled .user-logout::before {
	background-color: var(--misaSecondColor);
}

.user-logout:before {
	position: absolute;
	right:-9px;
	top: 7px;
	height: 15px;
	width: 1px;
	background-color: var(--misaSecondColor);
	content: '';
}

.page-has-image .user-logout:before {
	background-color: #fff;
}

.header-scrolled .user-info .header-user-name,
.header-scrolled .user-logout .header-logout,
.user-info .header-user-name,
.user-logout .header-logout {
	color: var(--misaSecondColor);
	font-size: 14px;
	margin-top: -1px;
}

.page-has-image .user-info .header-user-name,
.page-has-image  .user-logout .header-logout {
	color: #fff;
}

.page-has-image .header-scrolled .user-info .header-user-name,
.page-has-image  .header-scrolled .user-logout .header-logout {
	color: var(--misaSecondColor);
}


.user-info .header-user-name:hover,
.user-logout .header-logout:hover {
	text-decoration: underline;
	cursor:pointer;
}


.user-info-mobile {
	display: flex;
	gap: 20px;
}

.user-info-mobile a {
	width: auto;
}

.country-miza-homepage-code-mobile .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type="text"], .intl-tel-input.allow-dropdown input[type="tel"], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type="text"], .intl-tel-input.separate-dial-code input[type="tel"] {
	padding-left: 14px !important;
}


.previous-page.not-active,
.next-page.not-active {
	opacity: 0.5;
	cursor: auto;
}

.next-page.not-active:hover a.page-link:hover,
.previous-page.not-active:hover a.page-link:hover {
	background: transparent !important;
	cursor: auto;
}

.submenu {
	margin-right: 16px !important;
}

@media (min-width: 992px) and (max-width: 1400px) {
	.nav-menu a {
		padding: 12px 20px 12px 30px !important;
	}

	.nav-menu > ul > li.nav-item.dropdown a.nav-link.dropdown-toggle::after {
		left: 8px;
	}

	.nav-menu>ul>li.nav-item.dropdown.show a.nav-link.dropdown-toggle::after {
		left: 8px;
	}
}

.phone-number {
	display: flex;
	width: 100%;
	padding: 0 15px;
	gap: 20px;
}

.login-label {
	position: relative;
  }

  .login-label:before {
	position: absolute;
	content: "";
	right: -10px;
	top: 0px;
	width: 1px;
	height: 15px;
	background-color: #707070;
  }

  .page-contact-us .contact-details>div{
      flex: 0 0 33%;
  }

  .page-contact-us .contact-details>div:nth-child(2) .contact-type {
      text-align: right;
      }




#header .logo img{
width: 185px;
position:relative;
top:10px
}
.footer img.footer_logo {
    height: 55px;
    object-fit: contain;
}
@media(min-width:768px) and (max-width:991px){
#header .logo img{
width: 185px;
top: 10px !important;
}
}
@media(max-width:767px){
#header .logo img {
width: 130px;
position: relative;
right: 15px;
top: 10px !important;
}
}


.page-portal-homepage #home-page-global-search{
    top: 470px;
}

.page-portal-homepage #home-page-global-search .row.justify-content-center{
justify-content: end !important;
}

.page-portal-homepage #hero img.home-banner{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: unset;
object-fit: cover;
}
.page-portal-homepage #hero{
height: 600px;
}
.page-portal-homepage #hero .container-home-hero{
    padding-top: 385px;
}
@media(max-width:767px){

.page-portal-homepage #hero .container-home-hero{
    padding-top: 294px;
}

.page-portal-homepage #hero{
height: 282px;
}
.page-portal-homepage #hero h1{
 font-size: 20px;
 margin-bottom: 21px;
}
.page-portal-homepage #home-page-global-search{
    top: 364px !important;
}
.page-portal-homepage #home-page-global-search .row.justify-content-center{
justify-content: center !important;
}
.page-portal-homepage #homepage-icons {
   padding: 160px 0 0 0;
 }
}





.page-portal-homepage #hero .container-home-hero{
 position:relative;
}
.viewweb-btn {
    color: #fff;
    background: #0097a9 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 39px;
    position: absolute;
    z-index: 1;
    letter-spacing: 0.3px;
    border-radius: 8px;
    right: 0;
    left: -85px;
    margin: auto;
    bottom: 118px;
    font-size: 14px;
}
.viewweb-btn:hover{
color:#fff;
}
@media (max-width: 767px) {
    .page-portal-homepage #hero h1 {
        font-size: 20px;
        margin-bottom: 21px;
        margin-top: 84px;
    }
.header-home-container .stretched-link{
font-size:17px;
}
   .page-portal-homepage #home-page-global-search {
        top: 457px !important;
    }
   .page-portal-homepage #homepage-icons {
        padding: 266px 0 0 0;
    }

    .page-portal-homepage #hero {
        height: 300px;
    }
}
@media (min-width: 577px) and (max-width: 767px) {
.viewweb-btn {    
    bottom: 171px;
    left:0;
}
}
@media (min-width: 301px) and (max-width: 433px) {
.viewweb-btn {    
    bottom: 175px;
    left:0;
}
 .page-portal-homepage #hero h1 {
        font-size: 20px;
        margin-bottom: 21px;
        margin-top: 108px;
    }
    .page-portal-homepage #hero .container-home-hero {
        padding-top: 307px;
    }
   .page-portal-homepage #hero h1 {
        font-size: 16px;
        margin-top: 88px;
    }
}
@media (min-width: 434px) and (max-width: 500px) {
.viewweb-btn {    
    bottom: 175px;
    left:0;
}
.page-portal-homepage #hero h1 {
        font-size: 19px;
        margin-bottom: 21px;
        margin-top: 81px;
    }
    .page-portal-homepage #hero .container-home-hero {
        padding-top: 302px;
    }
}
@media (min-width: 501px) and (max-width: 576px) {
.viewweb-btn {    
    bottom: 170px;
    left:0;
}
 .page-portal-homepage #hero h1 {
        font-size: 20px;
        margin-bottom: 21px;
        margin-top: 84px;
    }
}

@media (max-width: 300px) {
 .page-portal-homepage #hero {
        height: 260px !important;
    }
   .viewweb-btn {
        bottom: 190px !important;
left:0;      
    }
    .page-portal-homepage #hero h1{
margin-top:82px;
}
.page-portal-homepage #home-page-global-search {
        top: 420px !important;
    }
   .page-portal-homepage #hero h1 {
        font-size: 16px;
        margin-top: 80px;
    }
}
@media (max-width: 280px) {

   .viewweb-btn {
        bottom: 200px !important;
left:0;      
    }
    .page-portal-homepage #hero h1{
margin-top:82px;
}
.page-portal-homepage #home-page-global-search {
        top: 420px !important;
    }
   .page-portal-homepage #hero h1 {
        font-size: 14px;
        margin-top: 80px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

#hero h1 {
font-size:19px;
 }
.viewweb-btn {  
    right: 0;
    left: -85px;
    bottom: 130px;
}
}
@media (min-width: 991px) and (max-width: 1200px) {

#hero h1 {
font-size:25px;
 }

}


 .modal-description.modal-description_largeMargin.modal-description_smallText.deDescription {
            font-size: 18px;
            width: 80%;
            margin: auto;
            margin-bottom: 35px;
           }
           #digitalExpModal .modal-dialog{
            max-width: 665px;
           }
   
           #digitalExpModal .js-formInputFileBox .modal-close.bttn_close {
            right: 10px;
            border-radius: 25px !important;
            border: 0 solid #00a6be !important;
            top: 5px;
           }
   
           #digitalExpModal .modal-close svg {
            margin-top: 6px;
            overflow: hidden;
            fill: #00a6be;
           }
   
           #digitalExpModal .modal-content {
            background: #fff;
            -webkit-box-shadow: 0 18px 33px #00000029;
            box-shadow: 0 18px 33px #00000029;
            border: 1px solid #fff;
            border-radius: 25px;
            outline: 0;
            flex-direction: column;
            width: 100%;
            pointer-events: auto;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            position: relative;
           }
   
           #digitalExpModal .modal-dialog-centeredContent .modal-header {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: flex-end;
            position: relative;
            border-bottom: none !important;
           }
   
           #digitalExpModal .modal-dialog-sm .modal-body,
           [dir] #digitalExpModal .modal-dialog-xs .modal-body {
            text-align: center;
           }
   
           img.deLogo {
            height: 100px;
            display: block;
            margin: auto;
            margin-bottom: 20px;
            width: 100%;
            padding-bottom: 15px;
           }
   
           a.deStartBtn {
            display: inline-block;
            background: #0096a8;
            padding: 10px 15px;
            height: 45px;
            width: 180px;
            border-radius: 4px;
            margin-bottom: 30px;
            color: #fff;
           }
   
           h4.deTitle {
            color: #0c3957 !important;
            font-size: 28px;
            width: 100%;
            padding-bottom: 15px;
            display: none;
           }
   
           .dePopup .modal-body {
            padding: 15px;
           }
        .header-home-container a.stretched-link {
        font-weight: 600;
        }

        .header-home-container p {
        font-weight: 300;
        }

        .header-home-container:nth-of-type(3) {
        margin-right: 10px;
        }

        .header-home-container h5 {
        font-size: 16px;
        font-weight: 500;
        }

        @media(min-width:767px) and (max-width:991px) {
        .page-portal-homepage #home-page-global-search {
        top: 392px;
        }

        .page-portal-homepage .header-home-container .stretched-link {
        font-size: 15px;
        }

        .header-home-container h5 {
        line-height: 20px;
        }
        }

        @media (max-width: 767px) {
        .header-home-container .stretched-link {
        font-size: 15px;
        }
        }

        @media(min-width:341px) and (max-width:480px) {
        .viewweb-btn {
        bottom: 276px;
        }

        .page-portal-homepage #hero h1 {
        margin-top: 185px;
        }

        .header-home-container-wrapper.text-white.d-flex.justify-content-center.justify-content-md-start {
        flex-wrap: wrap;
        position: relative;
        top: 0px;
        }

        .header-home-container.position-relative {
        width: 48%;
        min-height: 85px !important;
        margin-bottom: 10px;
        }

        .header-home-container:nth-of-type(3) {

        flex: 0 0 100%;
        }

        .header-home-container:nth-of-type(3) .stretched-link br {
        display: none
        }

        .page-portal-homepage #homepage-icons {
        padding: 320px 0 0 0;
        }

        .page-portal-homepage #home-page-global-search {
        top: 525px !important;
        }
        }

        @media(min-width:397px) and (max-width:480px) {
        .page-portal-homepage #hero h1 {
        margin-top: 174px;
        }

        .viewweb-btn {
        bottom: 258px;
        }

        .page-portal-homepage #home-page-global-search {
        top: 500px !important;
        }

        .page-portal-homepage #homepage-icons {
        padding: 298px 0 0 0;
        }
        }

        @media(min-width:481px) and (max-width:558px) {
        .page-portal-homepage #homepage-icons {
        padding: 235px 0 0 0;
        }

        .page-portal-homepage #home-page-global-search {
        top: 440px !important;
        }

        .viewweb-btn {
        bottom: 180px;

        }
        }

        @media(min-width:559px) and (max-width:767px) {
        .viewweb-btn {
        bottom: 177px;
        }
        }

        @media(min-width:559px) and (max-width:1199px) {
        .page-portal-homepage #home-page-global-search .col-md-5.col-10 {
        flex: 0 0 31.666667%;
        }
        }
