@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap');
 
/*Google Fonts*/ 
:root {
  --H-family:'Archivo', sans-serif ;
  --B-family: 'Archivo', sans-serif; 
  --main: #37c0ad;;
  --hover:#fcda98;
  --secondry: #0D071F; 
  --highlight: #33b28d;  
  --heading_color: #37c0ad;;
  --light-bg: #effaf7;
  --white: #ffffff; 
  --gradient:linear-gradient(114.41deg, #f7fffc 20.74%, #f7fffc  65.5%);
  --black: #05030C; 
 
}


html {
  margin: 0; 
  padding: 0; 
-webkit-text-size-adjust: 100%;
}


body { 
  font-family: 'Archivo', sans-serif;
  scroll-behavior: smooth;
  position: relative;
  background: linear-gradient(85deg, #78DC620F 0%, #12A0A714 100%); 
  font-weight: 400;
  letter-spacing: inherit; 
  color: #0d3322;
  text-rendering: optimizeLegibility;
  font-size: 100%;
  background: #fff;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a {
  text-decoration: none;
  outline: none;
}

p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: inherit; 
  color: #4d5e56;   
  line-height: 30px; 
}
 
h1,
h2,
h3,
h4,
h3,
h6 {
  font-family: var(--H-family); 
} 

h1 {
  /*! font-size: 3rem; */
}




/* top-header */
.top_header {
  background: hsl(240deg 20.73% 32.16%);
  padding: 0.425rem;
  padding-bottom: 0;
}
 
.top_social {
  padding: 0; 
  margin: 0;
  text-align: right;
} 

.top_social li {
  list-style: none;
  display: inline-block;
}

.top_social li a {
  display: inline-block;
  color: #ebedf2;
  font-size: 17px;
  /*! background: rgba(255, 255, 255, 0.05); */
  width: 31px;
  text-align: center;
  border-radius: 3px; 
  margin: 0 0 0 5px;
}

.top_info {
  padding: 0;
  margin: 0;
}

.top_info li {
  list-style: none;
  display: inline-block;
}

.top_info li a {
  display: inline-block;
  color: #f7f5f5;
  margin: 0 27px 0 0;
  font-weight: 400;
  font-size: 15px;
}

.top_info li a i {
  display: inline-block;
  color: #fff;
  margin: 0 3px 0 0;
}
.top_header {
  color: #fff;
  margin: 12px 1%;
}
.calldv a{
  margin: 0 10px 0 0;
  color: #fff;
}
.calldv a i {
	font-size: 12px;
	margin: 0 4px 0 0;
}




/* top-header */

.alert  svg{
  width:1.25rem;
  height: 1.25rem;
}


/* header */
header {
  border-bottom: none;
  transition: 0.4s;
}
 
.navbar-light .navbar-brand {
  width: 156px;   
  padding: 0; 
  margin: 0;
}
.navbar-light .navbar-brand img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.navbar {
  padding: 0 15px;
  border-bottom: none;
} 

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--main);  
}

.navbar-expand-xl .navbar-nav .nav-link {
  font-weight: 500;
  display: block; 
  padding: 1.8rem 1.85rem; 
  text-decoration: none;
  color: #000;
  position: relative; 
  white-space: nowrap;
  text-transform: capitalize; 
  transition: 0.4s;
  font-size: 15px;
}
.navbar-expand-xl .navbar-nav .nav-link:last-child::before {
  display: none;
} 

.navbar-expand-xl .navbar-nav .active .nav-link {
  color: #17a3a0; 
}  
 
.RiGhT_nav {
  text-align: right;
}

.navbar-expand-xl .RiGhT_nav .nav-link {
  font-size: 1.125rem !important;
  font-weight: 300;
}

header {
  position: relative;
  z-index: 999;
  padding: 10px 0;  
  top: 0;
  left: 0; 
  width: 100%;
  /*! background: #fff; */
}
/* .dropdown-item {
  font-size: 20px; 
  font-weight: 400; 
  display: block; 
  padding: 0.7125rem 0; 
  text-decoration: none; 
  border-radius: 0.625rem;
  color: rgb(4, 19, 103);
  position: relative;
  white-space: nowrap; 
  border-radius: 8px;  
} */
.dropdown-item span {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: #dff9f2;
	border-radius: 6px; 
	text-align: center;
	line-height: 37px;
	margin: 0 9px 0 0;
} 
 
.dropdown-item img {
  width: 25px;
  /*! filter: grayscale(10); */
  opacity: 0.7;
  margin: 0;
}

.bTn_OrDeR i {
  font-size: 1.5625rem;
  margin: 0 0.75rem 0 0;
  color: var(--main);
}

.bTn_OrDeR p {
  margin: 0 0 7px 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--main); 
  text-decoration: none;
  background-color:transparent;
  border-color: var(--main);
  /*! font-weight: bold; */ 
}

.fixed {
  position: fixed;
  left: 0;
  top: 0; 
  width: 100%;  
  z-index: 999; 
  transition: 0.4s;
  border-radius: 0; 
  background: #fff;
  box-shadow: 1px 3px 3px rgba(0,0,0,.1);
}

.nav-link.h_social_ico {
  color: #fff !important;
  transition: 0.4s;
  background: var(--main);
  text-align: center;
  border-radius: 0.3125rem;
  font-size: 1.125rem !important;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0 !important; 
  margin: 0 0 0 0.3125rem;
}

.navbar-expand-xl .navbar-nav .dropdown-menu.megaheader {
  position: absolute;
  border-radius: 0 0 15px 15px;
  border: none;
  box-shadow: 0 1.2rem 1rem rgba(0, 0, 0, .15) !important;
  padding: 0.5rem 1.25rem;
  margin: 1px 0 0 0;
  padding-bottom: 0.8125rem;
  min-width: 70%;
  background: #fff;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
  border-radius: 0 0 8px 8px;
  border: none;
  box-shadow: 0 1.2rem 1rem rgba(0, 0, 0, .15) !important;
  padding: 0.5rem 0.3125rem; 
  margin: 1px 0 0 0;
  padding-bottom: 0.8125rem;
}
 
.nav-link.header_btn {
  /*! border: 1px solid var(--main); */
  transition: 0.4s;
  text-align: center;
  padding: 0.25rem 1.7625rem !important;
  border-radius: 20px 10px;
  height: 53px; 
  color: #fff !important;  
  margin-left: 0.625rem;
  background: var(--main); 
  line-height: 45px;
  /*! letter-spacing: 0.8px !important; */
  font-size: 14px !important;
  font-weight: 600;
  margin: 0;
  background: #6ACF66;
  background: linear-gradient(117deg, rgba(106, 207, 102, 1) 0%, rgba(51, 178, 141, 1) 72%);
}

.nav-link.header_btn:hover {
  color: var(--black) !important;
  transition: 0.4s;
  box-shadow: rgba(11, 43, 158, 0.24) 0px 6px 1.25rem -6px;
  transform: scale(1.04); 
  background: var(--hover); 
  border-color: var(--hover);
} 

.nav-link.header_outline_btn {
  border: 2px solid var(--main) !important;
  transition: 0.4s;
  text-align: center;
  padding: 0.25rem 1.5625rem !important;
  border-radius: 0.25rem;
  /*! font-size: 0.8125rem !important; */
  height: 2.5rem; 
  color: var(--main) !important;
  /*! font-weight: 400 !important; */
  margin-left: 0.625rem;
  background: #0263e00a;
}

.nav-link.header_outline_btn:hover {
  border-color: var(--main);
  color: var(--white) !important;
  background: var(--main);
  transition: 0.4s;
}

.header_outline_btn:focus,
.header_btn:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--main);
  outline-offset: 2px;
  -moz-outline-radius: 0.25rem;
  background: var(--main);
  color: #000 !important;
}

.navbar-nav {
  align-items: center;
}
.navbar-collapse {
	margin: 0;
}
.nav_topXS {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; 
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 0.5rem;
  padding: 0 0.9375rem;
  align-items: center;
}

.nav_topXS .navbar-brand {
  padding: 6px 0;
}
.nav-link.contactbtnn {
	padding: 4px 0px !important;
	border-bottom: 2px solid;
	margin: 0 34px 0 0;
} 
/* drop_down */


.dropdown-menu .menu_heading h5 {
  font-size: 1rem;
  padding-bottom: 0.8125rem;
  margin-bottom: 0.8125rem;
  border-bottom: 1px solid #efefef;
  font-weight: 500;
  color: var(--heading_color);
}
 .dropdown-menu ul {
  padding: 0; 
}
 
.dropdown-menu ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 0.3125rem;
  break-inside: avoid;
} 

.dropdown-menu ul li:hover {
  transition: 0.3s;
  /*! background: rgb(245, 249, 254); */
}

.dropdown-menu ul li:hover h6 {
  color: var(--main);
  transition: 0.3s;
}

.dropdown-menu ul li:hover p {
  color: var(--main);
  transition: 0.3s;
}


.dropdown-menu ul li .mega_link_item {
  display: flex;
  width: 100%;
  padding: 0.9375rem 1.25rem;
}

.dropdown-menu ul li .mega_link_item .image {
  width: 3.75rem;
  height: 3.125rem;
  margin-right: 0.9375rem;
  position: relative;
}

.dropdown-menu ul li .mega_link_item .image img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 80%;

}

/* .dropdown-menu::before{
  content: '';
  width: 120pc;
  height: 100vh;
  background: #000;
  position: absolute;
  left: -33pc;
  top: 0;
  opacity: 0.3;
  z-index: -1; 
} */
.mega_links_info {
  width: 100%;
}

.mega_links_info h6 {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
  color: #2a364d;
}

.mega_links_info p {
  margin-bottom: 0;
  line-height: normal;
  font-size: 0.8125rem;
  color: #686868;
  font-weight: 300;
}

.navbar-expand-xl .navbar-nav .dropdown-mega .dropdown-menu {
  border: none;
  left: 50%;
  transform: translateX(-50%);
  padding: 33px 43px;  
} 

.resources_drpdown {
  padding: 0 !important;
}

.link_mainHeilight {
  padding: 1.875rem;
  background: var(--main);
}

.link_mainHeilight .mega_links_info p {
  color: #ffffffa3;
}

.link_mainHeilight .mega_links_info h6 {
  font-size: 0.9375rem;
  color: #fff;
}

.link_mainHeilight .menu_heading h5 {
  font-size: 1rem;
  padding-bottom: 0.8125rem;
  margin-bottom: 2px;
  border-bottom: 1px solid #efefef45;
  font-weight: 500;
  color: var(--white);
}

.resources_drpdown ul li:hover {
  transition: 0.3s;
  background: rgba(245, 249, 254, 0.15);
}

.resources_drpdown ul li:hover h6 {
  color: var(--white);
  transition: 0.3s;
}

.resources_drpdown ul li:hover p {
  color: #ffffffa3;
  transition: 0.3s;
}

.blog_top_main {
  padding: 1.25rem 1.25rem;
}

.top_blogItem {
  margin-bottom: 1.5625rem;
  display: block;
}

.top_blogItem .image {
  min-height: 11.25rem;
  max-height: 11.25rem;
  border-radius: 0.3125rem;
  margin-bottom: 6px;
  position: relative;
  overflow: hidden;
}

.top_blogItem .image .blog_label {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  background: #fff;
  color: #000;
  font-size: 0.75rem;
  font-weight: 300;
  border-radius: 0.25rem;
  height: 1.5625rem; 
  z-index: 1;
  padding: 0 0.875rem;
}

.blog__caption h3 {
  font-size: 0.9375rem;
  color: var(--heading_color);
  font-weight: 500;
  font-family: var(--B-family);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.dropdown-menu.dropdown-menu-end.logindrp {
	padding: 0.625rem 1.25rem;
}

.bhBVsT {
	background-color: rgb(255, 255, 255);
	border-top: 1px solid rgb(239, 243, 253);
	display: flex;
	-moz-box-pack: center; 
	justify-content: center;
	padding: 12px 0px;
	margin-top: 1.3rem; 
}



/* drop_down */
.megaheaderbookapbx {
  padding: 0;
  column-count: initial!important;
}

.megaheaderbookapbx ul{
  padding: 0;
  column-count: initial!important;
}
.megaheaderbookapbx ul li{
 list-style: none;
}
 .megaheaderbookapbx li a {
	border-radius: 11px;
	display: flex;
	flex-direction: column;
	margin-top: 2px;
	padding: 16px; 
	transition: 0.3s;
	/*! overflow: hidden; */
	position: relative;
	margin-bottom: 15px;
	background: #fff;
	border: 2px solid #f3f5f7;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.megaheaderbookapbx li a span{
  z-index: 2;
	position: relative;
}
.megaheaderbookapbx li a span:first-of-type {
	color: rgb(36, 51, 90); 
	font-size: 18px;
	font-weight: 600;
}
.megaheaderbookapbx li a span:last-of-type {
	color: rgb(77, 91, 124);
	display: initial;
  display: block;
}

.megaheaderbookapbx li a:hover{
  background: rgba(0, 123, 196, 0.08);
  transition: 0.3s;
  border-color: var(--main); 
}
.megaheaderbookapbx li a:hover span:first-of-type {
	color:var(--main);
  transition: 0.3s;  
}
.megaheaderbookapbx li a img {
	position: absolute;
	right: -10px;
	top: -17px;
	object-fit: contain;
  z-index: 0;
	width: 119px;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em; 
	content: "\F282";
	border-top: none; 
	border-right: none; 
	border-bottom: 0;
	border-left: none; 
	font-family: bootstrap-icons !important;
	position: absolute;
	top: 34%; 
	font-size: 17px;
}
.softwareSec h4 {
	font-size: 30px;
	color: var(--main);
  font-weight: 600;
}
.nav-link.dropdown-toggle {
	padding-right: 40px !important;
}

.softwareSec ul{
  column-count: 4;
  gap: 35px;
  margin: 31px 0 27px 0; 
}


.softwareSec ul li a{
  display: block;
  padding: 20px;
  /*! border: 2px solid #ddd; */
  background-color: #e3faf4; 
  text-align: center;
  
  border-radius: 20px;
  font-size: 18px;
  color: rgb(77, 91, 124); 
  font-weight: 600;
}

.softwareSec ul li a img{
  display: block;  
  text-align: center;
  margin: 0 auto;
  margin-bottom: 12px; 
  width: 60px;
}
.tocolum ul{
  column-count: 2;
  break-inside: avoid;
}
.megaheader h6 {
	font-size: 26px;
	color: rgb(0, 0, 0);
	font-weight: bold; 
}
.about_Dropdown ul{
  column-count: 3;
}
.col-lg-3.bglight {
	padding: 30px;
	background: #fafefd;
	border-radius: 10px;
}
.d-flex.mainfetursss {
	margin: 0 0 27px 0;
	font-size: 22px; 
}
.d-flex.mainfetursss span {
  margin: 0  15px 0 0;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 400;
}

.d-flex.mainfetursss span i {
  margin: 0  6px 0 0;
  color: #f2c9d1; 
}

.navbar-brand {
	display: inline-block;
	width: 250px; 
}

.container.border-bottom {
	border-color: rgba(255, 255, 255, 0.2) !important;
	padding-bottom: 10px;
}

.top_header_phone ul {
	padding: 0 90px 0 0;
	display: flex;
	margin: 0;
	justify-content: center;
}
.top_header_phone ul li {
	padding: 0;
	list-style: none;
	display: flex; 
	text-align: left; 
	align-items: center;
	margin: 0 30px 0 0;
}
.top_header_phone ul li p {
	margin: 0;
	color: #fff;
	font-size: 15px;
	opacity: 0.8;
  line-height: normal;
}
.top_header_phone ul li h6 {
	font-size: 18px;
	margin: 0;
	line-height: normal;
}
.top_header_phone ul li img {
	margin: 0 12px 0 0;
}








/* header */


.btn_theme {
	/*! border: 2px solid #f2c9d1; */ 
	transition: 0.4s;
	text-align: center; 
	padding: 0 25px; 
	font-size: 14px; 
	height: 49px; 
	background: linear-gradient(117deg, rgba(106, 207, 102, 1) 0%, rgba(51, 178, 141, 1) 72%);
	color: #fff; 
	display: inline-block;
	font-weight: 500;
	white-space: nowrap;
	line-height: 50px; 
	border-radius: 20px 10px;
	text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index:1;
}
.btn_theme:before{ 
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  background: var(--main);
  position: absolute;
  content: '';
    z-index:-1;
  transition: 0.3s
}
.btn_theme:hover:before{ 
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: var(--main);
  position: absolute;
  content: '';
    z-index:-1;transition: 0.3s
}



.btn_theme:hover {
  color: var(--white); 
  transition: 0.3s;
}

.btn_outline_theme {
  border: 1px solid var(--main);
  transition: 0.4s;
  text-align: center;
  padding: 0 20px;
  border-radius: 0;
  font-size: 18px;
  height: 45px;  
  color: var(--main);
  display: inline-block; 
  background: #f5f9fe;
  line-height: 42px;
  font-weight: 400;
}
.btn_outline_theme:hover{
  background: var(--main);
  color: #fff;
}
 
.btn_theme:focus,
.btn_outline_theme:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--main);
  outline-offset: 2px;
  -moz-outline-radius: 0.25rem;
}

/* banner */

.banner {
	padding: 0 0;
	display: flex;  
	align-items: center; 
	position: relative;
	z-index: 1; 
	overflow: hidden; 
	background: #000; 
	margin: 0 1%;
	border-radius: 25px;  
	min-height: 85vh;
	margin-top: 6px;
	z-index: 1;
} 

.banner::before {
  position: absolute; 
  content: ''; 
  left: 0; 
  top: 0;
  width: 100%;  
  height: 100%; 
  z-index: 1;
  background: linear-gradient(45deg, rgb(9, 57, 57) 0%, rgba(66, 66, 66, 0) 100%, rgba(255, 255, 255, 0) 100%);
}
.banner .container-fluid{
  position: relative;
  z-index: 9;
}
.banner .col-lg-6.col-md-8 {
	position: relative;
	z-index: 9;
}
 
.banner h1 {
  font-size: 60px;
  font-weight: 300; 
  margin: 20px 0; 
  margin-top: 16px;  
  letter-spacing: -1px; 
  line-height: 64px;
  font-family: Sora;
  max-width: 74%;
  color: #fff; 
}

 
.banner h1 span { 
  font-weight: 600; 
  text-decoration: underline; 
}


.banner p {
	font-size: 18px;
	line-height: 28px;
	/*! color: #fff; */  
	max-width: 81%; 
	font-weight: 400;
	color: #fff;
	opacity: 0.6; 
} 
.banner_btn {
	padding: 9px 13px;
	/*! border: 1px solid #f2c9d1; */
	border-radius: 13px 10px 23px 13px;
	color: #fff; 
	font-size: 16px;
	display: inline-block; 
	font-weight: 400;  
	margin: 10px 12px 0 0;
	background: rgba(255, 255, 255, 0.1);
	/*! background: linear-gradient(117deg,rgba(106, 207, 102, 1) 0%, rgba(51, 178, 141, 1) 72%); */
	backdrop-filter: blur(10px);
	width: 67%;
	position: relative;
	display: flex;
	justify-content: space-between; 
	height: 60px;
	align-items: center;
	padding-left: 26px;
}
.banner_btn i{
  width:40px;
  height: 40px;
  background: #fff;
  display: inline-block;
  line-height: normal;
  border-radius: 13px 10px 14px 13px; 
  line-height: 40px;
  text-align: center;
  color: #000;
}

.imgg {
	width: 70%;
	margin: 0 auto;
	margin-top: -116px;
}

.banner h6 {
	display: inline-block;
	padding: 8px 20px; 
	background: rgba(164, 164, 164, 0.13); 
	border-radius: 20px;  
	color: #07e3de; 
	/*! font-weight: 600; */
	margin: 0;
	/*! text-transform: uppercase; */
	/*! letter-spacing: 4px; */
} 
.banner_btn_outline {
  padding: 10px 38px;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #414163;
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
  margin: 10px 22px 0 0;
  background: #fff;
}
 
.banner_inner {
	padding: 0 70px 0 70px;
	margin: 170px 0 0 0; 
	z-index: 9;
	/*! position: relative; */
} 

.bannerright {
	position: absolute;
	right: 60px;
	bottom: 60px;
	/* background: rgba(0,0,0,0.4); */
	padding: 20px;
	border-radius: 70px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.13);
	width:13%;
}

















/* banner */



section  h6 {
	margin: 0 0 20px 0;
}










.imgtitm {
	width: 100%;
	display: flex;
	align-items: center;  
	margin: 0; 
}

.imgtitm img {
	width: 35px;
	margin: 0 16px 0 0;
}

.imgtitm p {
  margin: 0;
  color: #fff; 
  white-space: nowrap;
  max-width: 100%; 
  font-size: 16px;
  line-height: normal;
  opacity: 1;
}











.about_main {
	padding: 100px 0;     
  position: relative;
	background: url(../images/aboutbg.png);
	background-size: cover;
	background-repeat: no-repeat;  
	background-position: center;
} 
h2 {
	font-weight: 600;
	font-size: 40px;     
	margin: 0 0 10px 0;
	color: #111; 
	font-family: Sora;
}

.img_lft_rgt {
	padding: 50px 0;  
} 
.video_main {
	overflow: hidden;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	position: absolute;
	left: 0;
	top: 0;
}
 

/* services */
.services_item {
	background: #fff;
	padding: 35px;
	border-radius: 10px 20px; 
	margin-bottom: 25px;
	min-height: 240px;
	position: relative;
	overflow: hidden;
  transition: 0.3s;
	text-align: center;
}
 

.readmore {
	position:relative;
	color: #33b28d;
}
.readmore:before{
	position: absolute; 
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #46bc7f; 
  content: '';
  transition: 0.3s;
}

.services_item:hover .readmore:before{
  width: 80%; transition: 0.3s;
}


.cmngsoon {
	position: absolute;
	top: 15px;
	background: #e2f4f1; 
	padding: 5px 10px;
	right: 16px; 
	font-size: 10px;
	border-radius: 30px;
	line-height: normal;
	font-weight: 600;
	color: #000;
}
.services_item h3 {
	font-size: 20px;
	color: #07241b;
}
.services_item p {
	font-size: 15px;
	max-width: 100%;
	line-height: 22px;
	font-weight: 300;
	 display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;  text-overflow: ellipsis;
}
 





/* services */


.whychoose {
	padding: 60px 0;
}










 

/* blog */
.blog_main {
  padding: 3.313rem 0;
  background: var(--white) ;
}
 
.blog_main .post-card {
  margin: 1.875rem 1.25rem;
}



/* ------------------------------
		 Post-card
------------------------------ */
.post-card {
  background-color: #ffffff !important;
  padding: 0;
  border-radius: 0;
  display: block; 
  position: relative;
  /*! -webkit-box-shadow: 0px 0.3125rem 1.25rem 0px rgba(69, 67, 96, 0.1); */
  /*! box-shadow: 0px 0.3125rem 1.25rem 0px rgba(69, 67, 96, 0.1); */
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*! margin: 0 11px; */
  margin-bottom: 2.5rem;
  min-height: 21.313rem;
} 

.post-card-image {
  /*! margin-top: -3.75rem; */
  margin-bottom: 0;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  position: relative; 
  min-height: 283px;
  max-height: 283px;
  overflow: hidden;
  background: #0263e0  ;
  background-repeat: no-repeat;
  background-position: center;
}

.post-card-image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; 
  margin: auto;
  /*! transform: scale(2); */
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.post-card:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-card-content .categorie {
  margin-bottom: 0.8125rem;
  margin: 0;
}

.post-card-content h5 {
  margin: 1.25rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0; 
  color: #000; 
  font-weight: 600;
  font-size: 25px;
}

.post-card-content h5 a {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #222837;
  font-weight: bold;
  /*! font-size: 27px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0; 
  font-family: var(--H-family);
}

.post-card-content h5 a:hover {
  color: var(--main);
  text-decoration: underline;
}

.post-card-content p {
  margin-bottom: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*! display: none; */
  font-size: 14px;
  line-height: 26px;
}

.post-card-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.post-card-info ul li:before {
  display: none;
}

.post-card-info ul li {
  font-size: 19px;
  margin: 0;
  padding: 0;
  font-weight: 400; 
  color: #a29d9d;
}

.post-card-info ul li a {
  color: var(--heading_color);
  font-weight: 400;
}


.post-card-info img {
  width: 3rem !important;
  height: 3rem;
  border-radius: 50%;
  margin-right: 1rem;
  border: 1px solid #ddd;
}

.post-card-info li {
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: #86939f;
  text-transform: capitalize;
  font-weight: 500;
}

.post-card-content {
  padding: 1.5625rem;
}

.post-card-info li a:hover {
  color: var(--main);
}

.dot {
  width: 0.25rem;
  height: 0.25rem;
  background-color: var(--secondry);
  border-radius: 50%;
  display: block;
  margin: 2px 6px !important;
}

.post-card-info li.dot {
  margin: 2px 0.5rem !important;
}

/* ------------------------------
		Categorie
------------------------------ */
.catogry {
  display: flex;
  overflow: auto;
  scrollbar-width: none;
  margin: -51px 0 1.9375rem 0;
  position: relative;
  z-index: 1;
}

.catogry a {
  color: var(--white);
  display: inline-block;
  margin: 0 0.625rem 0 0;
  text-align: center;
  font-size: 11px;
  border-radius: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
}


.catogry a:hover {
  background-color: var(--main);
  color: #ffffff !important;
}

/* blog */

/* blog-details */
.inner_blog_detailsBanner {
  background: #fafcfd; 
  padding: 3.125rem 0;
  padding-bottom: 13.125rem;
  background-size: cover;
  background-position: center;
}

.image_blogdetails {
  margin-top: -12.5rem;
}

.blog_inbnr h1 {
  font-weight: 600;
  letter-spacing: -1px;
}

.article-byline-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.author-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 0.25rem;
  padding: 0;
  list-style: none;
}

.article-byline-content .author-list {
  justify-content: flex-start;
  padding: 0 0.75rem 0 0;
  margin: 0.625rem 0 0 0;
}

.author-list-item {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  padding: 0 !important;
}

.author-list-item:before {
  display: none;
}

.author-avatar {
  display: block;
  overflow: hidden;
  margin: 0 -0.25rem;
  width: 3.125rem;
  height: 3.125rem;
  border: 2px solid #fff;
  border-radius: 100%;
  transition: all .5s cubic-bezier(.4, .01, .165, .99) .7s;
}

.author-profile-image,
.avatar-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  background: #e4eaed;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 !important;
  margin: 0 !important;
}

.article-byline-meta {
  color: #738a94;
  font-size: 1.4rem;
  line-height: 1.2em;
}

.article-byline-meta h4 {
  margin: 0;
  font-size: 0.875rem;
}
.article-byline-meta h4 a{
  color: #000;
}
.stgln {
  font-size: 1.25rem;
  color: #888;
  font-family: georgia;
  font-style: italic;
}

.byline-meta-content {
  font-size: 0.875rem;
  font-weight: 400;
}

.blog_inbnr img {
  border-radius: 0.625rem;
  margin: 1.25rem 0;
} 

.post-share-section {
  width: 100%;
  padding-top: 1.875rem;
}

.post-share-section>small {
  font-size: 0.9375rem;
  font-weight: 600;
  display: block;
  margin-bottom: 1.2vh;
  letter-spacing: 0.2px;
}

.post-share-wrap {
  position: relative;
  display: inline-flex;
  /*! width: 100%; */
}

.post-share-wrap a:first-of-type {
  border-radius: calc(0.625rem/1.5) 0 0 calc(0.625rem/1.5);
}

.post-share-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px; 
  height: 63px;
  transition: background-color .15s ease;
  background-color: #e7f4f8;
  color: #035386;
  font-size: 1.375rem;
  border-right: 1px solid #ddedf5;
  transition: 0.2s;
}

.post-share-wrap a:hover {
  background-color: #c3d7e8;
  transition: 0.2s;
}

.post-share-wrap a:last-of-type {
  border-radius: 0 calc(0.625rem/1.5) calc(0.625rem/1.5) 0;
  border: none;
}

/* blog-details */


/* footer */
.footer {
	background:#e6f5ef;
	padding-top: 10rem;
	margin: 0 1%;
	border-radius: 20px 20px 0 0; 
	padding-bottom: 171px;
	position: relative;
	overflow: hidden;border: 1px solid #d1e4dc;
}
.footer::before {
  content: '';
  background: url(../images/footerbgg.png);
  position: absolute;
  bottom: 0;
  width: 100%; 
  height: 100%; 
  background-position: bottom;
}

.footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.875rem 0;
}

.footer .footer-top .download-text h3 {
  font-size: 1.875rem;
  color: #622fcd;
  display: block;
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.footer .footer-top .download-button {
  text-align: right;
}

.footer .footer-top .download-button .btn {
  display: inline-block;
  margin-right: 0.625rem;
}

.footer .footer-top .download-button .btn:last-child {
  margin-right: 0;
}

.footer .footer-top .download-button .btn i {
  font-size: 1.125rem;
  display: inline-block;
  margin-right: 0.3125rem;
}

.footer .logo {
  margin-bottom: 26px;
}

.footer .logo img {
  width: 13.125rem;
}

.footer .f-about p {
  font-size: 0.875rem; 
  color: #7e8890;
  margin-left: 0.9375rem;
}

.footer .f-about .contact-address {
  margin-top: 1.25rem;
}

.footer .f-about .contact-address li {
  display: block;
  margin-bottom: 0.3125rem;
  margin-left: 0.9375rem;
}

.footer .f-about .contact-address li:last-child {
  margin-bottom: 0;
}

.footer .f-about .contact-address li span {
  font-weight: 500;
  color: #622fcd;
  display: inline-block;
  margin-right: 0.25rem;
}

.footer .footer-social {
  margin-top: 1.375rem;
}

.footer .footer-social ul li {
  display: inline-block;
  margin-right: 6px;
}

.footer .footer-social ul li:last-child {
  margin-right: 0;
}

.footer .footer-social ul li a {
  font-size: 1.0625rem;
  color: var(--main) !important;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  display: block; 
  background: #fff;
  border: none;
  border-radius: 8px;
  position: relative;
  z-index: 3;
  line-height: 2.4rem; 
  border: 1px solid;
}

.footer .footer-social ul li a i {
  margin: 0 !important;
  color: var(--main);
}

.footer .footer-social ul li a:hover {
  color: #fff;
  background-color: var(--main);
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
}

.footer .footer-social ul li a:hover i {
  color: #fff !important;
}


.nav-folderized .col.nav {
  padding: 0 !important;
  display: block !important;
  padding: 0 0.9375rem !important;
}

.footer h5 {
  color: #000;
  font-size: 14px;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 0.9375rem;
  font-weight: 600; 
  font-family: var(--H-family);
  letter-spacing: 0;
}

.footer ul li {
  margin-bottom: 8px;
  position: relative;
  list-style: none; 
  display: flex;
}

.footer ul li:last-child {
  margin: 0;
}

.footer ul li a {
  color: #555;
  font-size: 13px;
  font-weight: 500; 
  position: relative; 
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  border-bottom: 1px solid transparent;
	padding:0px;
}

.footer ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 2px;
  width: 0.5rem;
  background: var(--main);
}

.footer ul li a:hover::before {
  background: var(--main);
  opacity: 0; 
}

.footer ul li a:hover {
  padding-left: 0; 
  font-weight: 600;
}

footer ul {
  padding: 0;
}

.footer h3 img {
  width: 13.125rem;
}

.f_about img {
  width: 13.75rem;
  margin: 0 0 11px 0;
}


.f_about p {
  font-size: 0.875rem;
  line-height: 23px;
  color: #fff;
}

.contact-address li a:hover {
  color: #300864;
  padding-left: 0 !important;
}

.contact-address li a:before {
  display: none;
}

.footer ul li i {
  font-size: 0.9375rem;
  margin: 0 9px 0 0;
  color: #555;
} 

.footer-bottom {
  /*! border-top: 1px solid rgba(255, 255, 255, 0.3); */ 
  text-align: center;
  padding: 1.25rem 0;  
  margin-top: 1.375rem;
}
 
.footer-bottom p {
  margin: 0;
  color: #555; 
  font-size: 14px;
  font-weight: 400; 
}

.footer-bottom p a {
  color: #000;
}

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.9375rem 1.875rem;
  background-color: #fff;
  color: var(--main);
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0.25rem;
}

.footer .footer-top .download-button {
  text-align: right;
}

.footer .footer-top .download-text h3 {
  font-size: 1.875rem;
  color: #fff;
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}

.footer .footer-top .download-text p {
  margin: 0;
  color: #fff;
  font-size: 1rem;
}

.download-text h3 {
  margin: 0;
}

.newsletter_sct .form-control {
  height: 3.125rem;
  border: 2px solid #e4e7f2;
  color: var(--heading_color);
  margin-bottom: 0.9375rem;
}

.btn.btn_NLy {
  height: 3.125rem;
  text-align: center;
  width: 100%;
  background: var(--main);
  color: #fff;
  border-radius: 0.25rem;
}

.reviewtrust {
  text-align: center;
}

.reviewtrust img {
  width: 13.75rem;
}

.ftxtt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #60687b;
  font-size: 1rem;
}

.img-fluid.flogo {
  width: 190px;
  margin-bottom: 0.9375rem;
}

.appdownload {
  width: 180px;
  padding: 0.625rem 0.9375rem;
  margin-bottom: 0.625rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 233, 1) 100%);
  border-radius: 0;
  /* border: 2px solid #fff !important; */
  border-left-color: #cecece !important;
  border-bottom-color: #cecece !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0.625rem 1.25rem, rgba(0, 0, 0, 0.14) 0px 6px 6px;
  overflow: hidden;
  border-radius: 0.625rem;
}

/* footer */

.satup_support_main {
	text-align: center;
	padding: 40px 0;
	background: url(../images/sajdgf.webp);
	background-repeat: no-repeat;
	background-position: right;
	padding-bottom: 100px; 
}
.Scdtail h3 {
	font-size: 45px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #041367;
	margin-bottom: 30px;
} 
.Scdtail .btn_theme{
  background: #13205d;
  color: #fff;
  border-color: #13205d;
  padding: 4px 40px;
  height: 63px; 
}

.services_main {
	padding: 60px 0;
	background: #e6f5ef;
	margin: 0 1%;
	border-radius: 18px; 
}
  
.itempay {
	margin: 12px;
	text-align: center;
	background: #fec091; 
	overflow: hidden;
	border-radius: 10px;
	/*! box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
  transition: 0.3s;
	position: relative;
}
.itbg2{
  background: #f2c9d1;
}
.itbg3{
  background: #bae2e3;
}  
.itbg4{
  background: #faddc3;
}
.itbg5{
  background: #e8d5d8;
}  
.itbg6{ 
  background: #faddc3;
}
.itbg7{
  background: #d9e8c3;
}  
.itbg8{
  background: #ffd6ef;
}  
.itbg9{
  background: #92bdf6;
}  
.topbgrow {
	padding: 50px 60px;
	background: #f9bdae url(../images/wellbeingg.jpg);
	border-radius: 30px; 
	position: relative;
	background-size: cover;
	background-position: left top;
}

.innertorowbg p {
	font-size: 38px;
	line-height: normal;
	margin: 0 0 36px 0;
}

.innertorowbg img {
  width: 50px;
  margin: 0 0 25px 0; 
}
.innertorowbg .btn_theme {
	border: 2px solid #fff; 
	background: #fff;
	color: #041367; 
}
.rgtImg img {
	position: absolute;
	bottom: 0;
	width: 51%;
}
.itempay img {
	height: 334px; 
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.itempay h4 {
	margin: 0; 
	color: #041367;
	padding: 10px 0;
	font-size: 20px; 
	font-weight: 500;  
	position: absolute;
	bottom: 26px;
	left: 10%;
	background: rgba(255, 255, 255, 0.68);
	width: 80%;
	text-align: center;
	border-radius: 40px;
	letter-spacing: 0.4px;
	backdrop-filter: blur(10px);
}

.itempay:hover{
  transform:translateY(-10px);
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.lrdv {
	padding: 53px 0;
	background: url(../images/sajdgf.webp);
	background-repeat: no-repeat;
	background-position: 90px 0px;
	background-size: 26%;
}  
 
 
.review_main {
	padding: 60px 0;
}


/* review_main */

.review_main {
  padding: 50px 0; 
  overflow: hidden;   
  background-size: 100%;   
  background: #e6f5ef;
}
 
.review_item { 
  padding: 35px 24px;
  border: 2px solid #fff;    
  background: #fff; 
  border-radius: 17px; 
  /*! box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 8px; */
  margin: 10px;
  position: relative;
  text-align: center;
  border: 0px solid #ddd;
  margin-top: 0;
}
.review_item:before{  
  position: absolute;
  contain: '';
  top: 0;
  right: 0;
}
 
.imgname {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  /*! justify-content: center; */
  /*! width: 301px; */
  margin: 0 auto;
  margin-top: 17px;
  justify-content: center;
}

.imgname .image {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  /*! box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  /* border: 1px solid #fff; */
  flex: 0 0 auto;
}

.imgname .image img {
  width: 100%;
}

.imgname .namestar {
  /*! width: 100%; */
  margin: 0 0 0 2px;
  text-align: left;
}

.imgname .namestar h4 {
  font-size: 15px;
  color: #262626;
  font-weight: 600; 
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0;
}

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

.starR a {
  color: var(--main);
  margin: 0 4px 0 0;
  font-size: 18px;
}

.descR h5 {
  font-size: 16px;
  font-weight: bold;  
  color: #00568c;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--H-family); 
  text-transform: uppercase;
  margin: 0 0 14px 0;
}

.descR p {
  font-size: 15px;
  overflow: hidden;  
  text-overflow: ellipsis;  
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  line-height: 23px;
  /*! color: #fff; */
  margin: 10px 0 10px 0;
}

.descR img {
  width: 100px!important;
}

.tripadvisor_btn {
  text-align: center;
  margin-top: 30px;
  height: 47px;
  overflow: hidden;
}

.TA_cdsratingsonlywide {
  display: inline-block;
  margin: 0 auto;
}

.dropdown-menu.mymenu img {
  opacity: 0.6;
  width: 37px !important;
  margin: 0 auto;
  display: inline-block;
}

.row.g-0.brdr_bt {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
/* review_main */

.bg-dark-purple {
  background: #fff;
  background-size: 350px;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  color: #656684;
}

.guest_gallery{
  padding: 70px 0;
  background: #fff;
}

.guest_gallery .container-fluid{
  max-width: 90%;
}

.gallery_item {
	margin: 6px;
}

.gallery_item .image1 {
	margin-bottom: 12px;
} 


.gallery_item img {
  height: 300px;
  object-fit: cover;
  border-radius: 0px;
}


.owl-nav {
	position: absolute;
	top: 46%; 
  width: 100%
}

.owl-carousel .owl-nav button.owl-next {
	border: none;
	padding: 0 !important;
	font: inherit;
	color: #fff;
	position: absolute; 
	right: -47px; 
	width: 43px;
	height: 43px;
	background: #3eb885;
	border-radius: 100%;
}
.owl-carousel .owl-nav button.owl-prev  {
	background: 0 0; 
	color: inherit; 
	border: none;
	padding: 0 !important;
	font: inherit;
	left: -49px;
	width: 43px;
	height: 43px;
	color: #fff;
	position: absolute;
	background: #3eb885;
	border-radius: 100%;
}

.footer_top {
  /*! background: #dcf3f9; */
  padding: 39px 0;
  border-bottom: 1px solid #e1f2f6; 
}
.footer_top .flogo {
  width: 300px;  
} 

.fcolum1 {   
	height: 694px;
	margin-bottom: -60px; 
	/*! display: flex; */
	overflow: hidden;
	transform: perspective(-431px);
	width: 100%; 
}

.fcolum1 img {   
  object-fit: cover;
  object-position: 51% 8%; 
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
.fcolum2 { 
	height: 500px;
	margin-bottom: -10px;
	overflow: hidden;  
	transform: translateY(80px);
}
.fcolum2 img {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.footer-cta-wrap {
	background-color: var(--khaki);
	text-align: center;

	flex-direction: column;
	align-items: center;
	display: flex;
	overflow: hidden;
	transform: perspective(400px);
}
.Scdtail {
	background: #b8e0e1; 
	padding: 100px 9% 100px;
  	border-radius: 16px; 
    margin-top: 180px; 
	display: flex;
	flex-direction: column;
	align-items: center;
}

.Scdtail img {
	margin: 0 0 16px 0;
}

.linkDv a {
	display: block;
	color: #13205d;
	font-size: 26px;
	margin: 0 0 16px 0;
}
.linkDv a:hover{
  color: #13205d;
  font-weight: 600; 
}
.linkDv a:last-child{ 
	margin: 0 ;
}

.faqs_main{
  padding: 50px 0;
} 
 .accordion-button {
  font-weight: 600; 
  color: #003c29;
  font-size: 20px; 
  border: none;  
  padding: 25px; 
  border-radius: 0;
  background: transparent;
  letter-spacing: -.0175em !important;
}
.accordion-item h4{ font-size:1.15rem}
.accordion-item {
  background-color: #fff;
  margin: 0 0 16px 0;
  border-radius: 16px !important;border:1px solid #ddd;
}

.accordion-button.collapsed {
  border-bottom-width: 1px;
  border-radius: 0 !important;
}

.accordion-button.collapse {
  border-bottom-width: 0px;
}

.accordion-body {
  text-align: left;
  background: #fff;
  padding: 1.25rem 1.875rem;
  padding-top: 0; 
  border-top: none;
  border-radius: 0 0 0.625rem 0.625rem;
} 
.accordion-body p{
  font-size: 16px; 
  line-height: 166%; 
} 

.accordion-collapse {
  border: none;
  border-width: 0 1px; 
}

.accordion-button:not(.collapsed) {
  color: #000;
  border-radius: 0.625rem 0.625rem 0 0 !important;
  background: #fff;
  box-shadow: none;
  border: none; 
  border-bottom: none; 
  padding-bottom: 12px;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(0,0,0)'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	 
} 
.accordion-item { 
  overflow: hidden;
  
}.accordion-item:not(:first-of-type) {
  border-top: 1px solid #ddd;
}

.accordion-button:focus { 
  box-shadow: none;
}

.faq_iner {  
  border-radius: 20.5rem; 
}

.main {
	padding: 60px 0;
}

.inner_banner {
  background: #5dc86f21 url(../images/inner_banner.png);
  padding: 27px 0;
  margin: 0;  
  border-radius: 0;
  background-size: cover;
}

.inner_banner h1 {
	font-weight: 700;
	font-size: 30px; 
	margin: 0 0 5px 0; 
	color: #222; 
}

.inner_banner p {
	
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 8px;
	
}
 
/* contact-us */
.C_itemD {
	padding: 21px 30px;
	text-align: left;
	padding-left: 80px;
	position: relative;
	margin-bottom: 0; 
	/*! background: #f5f9fe; */ 
	border-radius: 0;
	margin-left: 0;
	border-bottom: 1px solid #f2f6fb;
	margin-bottom: 30px;
}
 
.C_itemD img {
	margin: 0 0 10px 0;
	position: absolute;
	left: 0;
	width: 50px; 
	top: 30px; 
}

.C_itemD h4 {
  font-size: 22px; 
  font-weight: 600; 
  margin: 0 0 5px 0;
} 
.C_itemD h6 {
	display: flex;
	font-size: 16px;
	margin: 0 0 4px 0;
	color: #000;
}

.C_itemD h6 a {
  margin: 0 0 0 10px;
}

.C_itemD p {
  font-size: 16px; 
    margin: 0; 
  line-height: 25px;
  opacity: 0.6;
}  
.C_itemD a { 
	font-size: 18px; 
	font-weight: 500; 
	color: #33b28d;   
	display: block;
    transition: 0.2s;
}
.C_itemD a:hover{
    transition: 0.2s; 
    text-decoration: underline;
    text-decoration-thickness: 2px;
    color: var(--main);
}
 

.btn_emailus {
	display: block;
	padding: 10px 15px;
	background: var(--main);
	border-radius: 100px;
	color: #fff !important; 
	text-decoration: none !important;
	box-shadow: 0 11px 18px -8px rgb(23 92 255 / 60%);
  transition: 0.3s;
	text-align: center;
}
.btn_emailus:hover{ 
	box-shadow:none;
  transition: 0.3s;
}




.contact-form-wrap {
  padding: 36px 40px;   
  border-radius: 0;   
   border: 1px solid #ddd;
   background: #fff; 
  border-radius: 6px; 
  /*! margin-top: -90px; */ 
  z-index: 9; 
  position: relative; 
  margin-bottom: 30px !important;
 
  
}  

.contact-form-wrap h2 {
  font-weight: 600;
}

.contact-form-wrap textarea {
  min-height: 100px;
}
 
.contact-form-wrap label{
 font-size: 14px;
  font-weight: 400;
  margin: 0 0 5px 6px;
 color: #77879e; 
} 

.contact-form-wrap h2 {
  font-size: 36px;
  /*! font-weight: bold; */ 
  margin-bottom: 10px;  
  text-transform: capitalize;
}

.contact-form-wrap p {
  font-weight: 400;
  line-height: 24px; 
  margin-bottom: 30px;
  font-size: 16px; 
  opacity: 0.8;
}
 

 .contact-form-wrap .form-group {
  margin-bottom: 10px;
  position: relative;
}
 
.contact-form-wrap .form-group .form-control {
  height: 55px;
  border-radius: 12px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 20px;
  color: #00568c;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #e5e5e5;
}


.form-select {
  height: 55px;
  border-radius: 10px;
  /*! border: 2px solid rgb(207, 221, 238); */
  outline: none; 
  -webkit-box-shadow: none;  
  box-shadow: none;
  padding: 0 20px; 
  color: #546274;
  /*! background: #f5f9fe; */
  color: #041367;
  font-weight: 500;
  font-size: 15px;
  /*! font-family: poppins; */
  padding-right: 32px;
}

 

.contact-form-wrap .form-group .form-control::placeholder { 
  color: #8791b8;
}

.contact-form-wrap .form-group textarea.form-control {
  padding-top: 14px;
  height: 100px; 
}

.contact-form-wrap .btn {
  height: 60px;
  padding: 0;
  border-radius: 80px;
  background: linear-gradient(117deg, rgba(106, 207, 102, 1) 0%, rgba(51, 178, 141, 1) 72%);
  color: #fff;
  font-weight: 500; 
  outline: none;
  box-shadow: none;
  padding: 0 60px;
  display: inline-block;
  margin-top: 5px;
  width: 100%;
  /* text-transform: uppercase; */
  font-size: 16px;
  /* letter-spacing: 1px; */
}
.dotted_ng {
	background: #fff ;
	background-position: center;
} 
.invalid-feedback {
	position: absolute;
	top: 8px;
	right: 6px;
	text-align: right; 
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 1px;
}

.cdtillmp h3 {
	font-size: 30px;
	font-weight: bold; 
	margin-bottom: 10px;
	text-transform: capitalize;
}

.addressItem {
	padding: 15px;
	background: #fff;
	border-radius: 10px;
}
.addressItem h3{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #041367; 
}
.addressItem address{ 
  font-weight: 400; 
  position: relative;
  padding-left: 20px;
}

.addressItem address i{ 
  font-weight: 400;
  color: #041367;
  position: absolute;
  padding-left: 0;
  left: 0;
  top: 1px; 
}

.main h3 {  
  line-height: normal;
  font-weight: 700; 
  /*! font-size: 1.5625rem; */
  text-transform: capitalize; 
  margin-bottom: 0.9375rem;
  color: #222;
} 

.filter_section .form-select {
	height: 43px; 
	border: 2px solid rgb(207, 221, 238); 
	padding: 0 20px;  
	color: #00568c; 
	font-size: 18px; 
	margin-bottom: 12px;
}
.inner_banner.aboutinnerbanner {
	padding: 45px 0;
} 
.services_inner p {
	width: 100%; 
	max-width: 100%;
}
.banner.services_inner {
	background: #00568c;
  position: relative;
}

.banner.services_inner img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1; 
	opacity: 0.6;
}



.doctor_team {
	padding: 60px 0;
	background-repeat: no-repeat;  
}
.doctor_team .image {
	height: 440px;
	background: #fef0c5; 
	border-radius: 24px;  
	margin: 0 0 20px 0;
	overflow: hidden; 
}
 
.doctor_team h3 {
	font-weight: bold; 
	font-size: 25px; 
	margin: 0 0 -3px 0;
	letter-spacing: 0;
	text-align: center;
}
.doctor_team p {
	font-size: 16px;
	margin: 0;
	text-align: center;
	color: #686868; 
}
.doctor_team .image img {
	width: 100%;
	margin: 0 auto;
	display: inherit;
	height: 100%;
	object-fit: cover;
}
.team_item {
	margin: 35px 20px 24px 20px;
} 
.d_detaill { 
	position: relative;
	top: -49px;
	background: #fff; 
	padding: 30px;
	width: 96%;
	left: 2%;
	border-radius: 11px;
	box-shadow: rgba(50, 50, 93, 0.04) 0px 6px 12px -2px, rgba(0, 0, 0, 0) 0px 3px 7px -3px;
	padding-bottom: 30px;
}

.img_dv {
	overflow: hidden;
	border-radius: 20px;
	/*! background: #0b80c3; */
	padding: 22px;
}



.af_item img{
  height: 300px;
  border-radius: 14px;
} 
.af_item h3 {
	text-align: center;
	color: #555;
	font-size: 28px; 
	font-weight: 600;
	margin: 0 0 14px 0;
	font-family: Space Grotesk;
}

.imgheading {
  min-height: 70px;
  position: relative;
  padding-left: 80.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}

.full_content{
  padding: 60px 0;
}

th {
	font-size: 20px;
	padding: 8px 25px !important;
	background: #00568c !important;
	color: #fff;
}
.table-bordered > :not(caption) > * > * {
	border-width: 0 1px;
	font-size: 20px;
	padding: 18px 22px;
}

.video {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;  
	z-index: -1;
	height: 90vh;
	position: absolute;
	opacity: 0.9;
}
video {
	width: 100%; 
	height: 100%; 
	position: absolute;
	/*! transform: scale(1.5); */    
  z-index: -1; 
	left: 0;
	top: 0;
	object-fit: cover;
}
.justify-content-center {   
	position: relative;
	z-index: 9;
}
.chkbxDV{
  margin: 0 0 20px 0;
}
.chkbxDV label{
  margin: 0;
  color: #2d2d4f; 
  font-weight: 600; 
}
.chkbxDV .form-check {
	border: 1px solid #d0d0db;
	border-radius: 10px;
	padding: 3px 10px 4px 0;
	padding-left: 2em; 
	margin: 0 11px 11px 0; 
	background: #e8e8eb;
	color: #000;
}

.chkbxDV h5 {
	font-size: 16px; 
	margin-bottom: 18px;
	font-weight: 400;
	letter-spacing: 0.4px;
}

.chkbxDV .d-flex{
  flex-wrap: wrap;
}


.main ul {
  margin: 0.9375rem 0;
  padding: 0;
  margin-bottom: 1.5625rem;
}

.main ul li {
	list-style: none;
	margin: 0 0 10px 0;
	position: relative;
	padding-left: 24px;
	font-size: 16px; 
	font-weight: 500;  
	color: #4d5e56;
}

.main ul li b,
.main ul li strong {
  font-weight: bold;
  color: var(--main);
  font-family: var(--H-family);

}



.main ul li a {
  color: #000;

  font-weight: 600; 
  text-decoration: underline;
}

.main ul li::before {
	position: absolute;
	content: '\F26E';
	font-family: bootstrap-icons;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 100%;
	color: #222;
	line-height: 21px;
	left: -1px;
	font-weight: bold;
	text-align: center;
	top: 0.3125rem;
	font-size: 16px;
	
}



.fixbt_mobile  {
	width: 100%;
	background: #ffffff;
	padding: 0.625rem 0.8125rem;
	position: sticky;  
	font-size: 0.875rem; 
	bottom: 0;
	z-index: 5; 
	transition: all .5s ease-in-out;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.875rem 20.5rem, rgba(0, 0, 0, 0.22) 0px 0.625rem 0.625rem;
  z-index: 99;
} 
.apbtnxsfix {
	background: #f2c9d1;
	padding: 0.625rem 1.95rem;
	color: #041367;
	display: flex; 
	align-items: center;
	justify-content: center;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	/* width: 21.875rem; */
	border-radius: 60px;
	font-size: 0.9125rem;
}
.apbtnxsfix i {
	margin: 0 0.5rem 0 0;
  /*! display: none; */
}
.fxinnr h6 {
	width: 132px;
	font-size: 0.75rem;
	margin: 0 20.5rem 0 0;
	display: flex;
	align-items: center; 
} 
.fxinnr h6 img{
	width: 33px;
	font-size: 0.75rem;
	margin: 0 0.625rem 0 0;
	display: flex;
	align-items: center;
}

.counstaltent_item {
	padding: 50px 40px;
	text-align: center;
	background: #fff; 
	border-radius: 22px; 
	border: 1px solid #eee4d8; 
	/*! box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
	margin-bottom: 25px;
}

.counstaltent_item img {
	width: 75%;
	margin: 0 0 26px 0; 
} 
.counstaltent_item h3 {
	/*! font-weight: 800; */ 
	font-size: 26px;
	color: #131514;
}

.priceM {
	font-size: 24px;
	margin: 0 0 15px 0;
	font-weight: 600;
	text-decoration:none
}
.priceM del { 
	color: #5f5f5f;font-weight:400;	
} 
.priceM ins{color: #ff6464!important;text-decoration:none}
.counstaltent_item h5 {
	font-size: 18px;
	font-weight: bold;
	color: #5a5a5b;
  margin-bottom: 10px;
}
.counstaltent_item p {
	font-size: 14px; 
	color: #5a5a5b;
  line-height: normal;
  margin-bottom: 30px;
}

.modal-body p{
  text-align: left;
}

.modal-content {
	padding: 40px;
}
.modal-body h3 { 
	text-align: left;
}
  .details  {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: inherit;
	color: #212c60;
	line-height: 30px;
}
.btn-close {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 9;
	background-color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	opacity: 1;
	background-size: 14px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.form_maincounsaltant .contact-form-wrap .btn { 
  width: auto;  
}

.form_maincounsaltant {
	padding: 50px;
	background: #fff;
}


@media screen and (min-width: 51rem) {
  .doctor_team .cards {
    gap: 0;
    padding-bottom: 2.5rem;
  }
}
.doctor_team .card {
  position: relative;
  cursor: pointer;
  border-radius: 0;  
  overflow: hidden;
  background: transparent !important;
  border: none;
}
.doctor_team .card h3,
.doctor_team .card p {
  text-transform: capitalize;
}
.doctor_team .card h3 {
  font-size: clamp(1rem, 0.9167rem + 0.2667vw, 1.25rem);
  font-weight: bold;
  color: #111;  
}
.doctor_team .card p {
	font-weight: 400;
	overflow: hidden; 
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-moz-box-orient: vertical;
	line-height: 25px;
	opacity: 0.7;
	max-width: 90%;
	margin: 0 auto;
	margin-top: 7px;
	color: #000;
	font-size: 13px;
}
.doctor_team .card::before {
  position: absolute;
  /*! content: ""; */
  width: 5rem; 
  height: 6.25rem;
  z-index: 0;
  transition: 0.3s ease-in-out;
  background: #f2709c;
  background: -webkit-linear-gradient(to left, #ff9472, #f2709c);
  background: linear-gradient(to left, #ff9472, #f2709c);
  top: -0.375rem;
  left: -0.375rem;
}
.doctor_team .card::after {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  /*! background: #232526; */
  background: -webkit-linear-gradient(to bottom, rgba(65, 67, 69, 0.2), rgba(8, 8, 8, 0.9));
  /*! background: linear-gradient(to bottom, rgba(65, 67, 69, 0.2), rgba(8, 8, 8, 0.9)); */
}
.doctor_team .card img {
  /*! filter: grayscale(100%); */
  transition: 0.5s ease; 
  height: 320px; 
  object-fit: cover;
  object-position: top;
  border-radius: 15px;
}
.doctor_team .card-content {
  position: relative;
  bottom: 0;
  z-index: 99; 
  left: 0;
  color: #000;
  width: 100%; background:transparent;
  padding: 15px 0;
  text-align: center;
}
.doctor_team .card-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 1.25rem;
}
.doctor_team .card:hover img {
  filter: grayscale(0%);
}
.doctor_team .card:hover::before {
  transform: scale(1.03);
}
.doctor_team .card:nth-child(1)::before {
  top: -0.375rem;
  left: -0.375rem;
}
@media screen and (min-width: 31.25rem) {
  .doctor_team .card:nth-child(2) {
    transform: translatey(15%);
  }
}
.doctor_team .card:nth-child(2)::before {
  bottom: -0.375rem;
  left: -0.375rem;
  top: auto;
}
.doctor_team .card:nth-child(3)::before {
  top: -0.375rem;
  left: -0.375rem;
}
.doctor_team .bg-watermark {
	color: #1f1f1f;
	font-size: clamp(6rem, 1.3333rem + 14.9333vw, 20rem);
	font-weight: 800;
	position: absolute;
	z-index: -1;
	left: 50%;
	transform: translatex(-50%) translatey(-15%);
	user-select: none;
	letter-spacing: 0.5rem;
}

.doctor_team .card .btn_theme {
	border: 1px solid #000;
	transition: 0.4s;
	text-align: center;
	padding: 0 25px;
	font-size: 15px;
	height: 39px;
	background: transparent;
	color: #000;
	display: inline-block;
	font-weight: 600;
	white-space: nowrap;
	line-height: 35px;
	border-radius: 50px;
}


.how_wework {
	padding: 60px 0;
}

.whychoose { 
	padding: 60px 0;
	background:#fff;
	margin: 0 1%;
	border-radius: 23px;
	margin-top: 30px; 
	position: relative; border:1px solid #eee;
  overflow: hidden; margin-bottom:30px;
}
.whychoose h2 {
	color: #000;
}

.whychoose p {
	font-size: 15px; 
	color: #000000b0;
	line-height: 24px;
}

.whychoose ul {
  margin: 0;
  padding: 0;
}
.whychoose ul li {
	margin: 0 0 32px 0;
	padding: 0 0 0 80px;
	list-style: none;
	position: relative; 
}
.whychoose ul h3 {
	color: #000;
	font-size: 20px;
}

.whychoose ul p {
	max-width: 55%;
}

.whychoose ul li img {
	position: absolute;
	left: 5px;
	top: 9px;
	width: 52px;
}
.imgrgt img {
	position: absolute;
	top: -16px;
	right: -16px;
	width: 38%;
}
.step {
    font-size: 30px;
    font-weight: bold;
    font-family: inter;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #ddd;
    line-height: 48px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-bottom: 25px;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgb(32, 177, 170) 0%, rgb(30, 143, 255) 100%);
    color: #fff;
    text-shadow: 0 1px 1px #000;
    position: relative;
    z-index: 1;
}

.step.step1::before {
    position: absolute;
    content: '';
    width: 400px;
    height: 2px;
    border-bottom: 2px dashed #ddd;
    top: 24px;
    left: 50px;
    z-index: -1;
}

.step.step2::before {
    position: absolute;
    content: '';
    width: 400px;
    height: 2px;
    border-bottom: 2px dashed #ddd;
    top: 24px;
    left: 50px;
    z-index: -1;
}

.footerbottomtxt {
	text-align: center;
	font-size: 294px;
	text-transform: capitalize;
	font-weight: bold; 
	margin: 0;
	position: absolute;
	bottom: -86px;
	left: 20%;
	line-height: normal;
	color: #a5beb4;
	opacity: 0.3;
}

.flogo{
  max-width: 197px; 
}


/* blog */
.blog_main {
  padding: 3.313rem 0;
  background: var(--white) url(../images/bg_dotted.png) center;
}
 


/* ------------------------------
		 Post-card
------------------------------ */
.post-card {
  background-color: #fff !important;
  padding: 0;
  border-radius: 1rem !important;
  display: block; 
  position: relative;
  /*! -webkit-box-shadow: 0px 0.3125rem 1.25rem 0px rgba(69, 67, 96, 0.1); */
  /*! box-shadow: 0px 0.3125rem 1.25rem 0px rgba(69, 67, 96, 0.1); */
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 11px;
  margin-bottom: 2.5rem;
  min-height: 21.313rem;border:1px solid  #e6f5ef !important;
} 

.post-card-image {
  /*! margin-top: -3.75rem; */
  margin-bottom: 0;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  position: relative; 
  min-height: 220px;
  max-height: 170px;
  overflow: hidden;
  background: var(--main);
  background-repeat: no-repeat;
  background-position: center;
  /*! display: none; */
}

.post-card-image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  /*! transform: scale(2); */
}


.post-card:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-card-content .categorie {
  margin-bottom: 0.8125rem;
  margin: 0;
}

.post-card-content h5 {
  margin: 1.25rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.post-card-content h5 a {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #111; 
  font-weight: 600;
  font-size: 18px; 
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0.8125rem; 
  font-family: Sora;
}

.post-card-content h5 a:hover {
  color: var(--main);
  text-decoration: underline;
}

.post-card-content p {
  margin-bottom: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /*! display: none; */
  margin-top: 0;
  display: none;
}

.post-card-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.post-card-info ul li:before {
  display: none;
}

.post-card-info ul li {
  font-size: 13px;
  margin: 0;
  padding: 0;
  font-weight: 400; 
  color: #616c68;
}

.post-card-info ul li a {
  color: var(--heading_color);
  font-weight: 400;
}


.post-card-info img {
  width: 2rem !important;
  height: 2rem;
  border-radius: 50%;
  margin-right: 1rem;
  border: 1px solid #ddd; 
}

.post-card-info li {
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: #86939f;
  text-transform: capitalize;
  font-weight: 500;
}

.post-card-content {
  padding: 1.5625rem;
}

.post-card-info li a:hover {
  color: var(--main);
}

.dot {
  width: 0.25rem;
  height: 0.25rem;
  background-color: var(--secondry);
  border-radius: 50%;
  display: block;
  margin: 2px 6px !important;
}

.post-card-info li.dot {
  margin: 2px 0.5rem !important;
}

/* ------------------------------
		Categorie
------------------------------ */
.catogry {
  display: flex;
  overflow: auto;
  scrollbar-width: none;
  margin: -51px 0 0 0;
  position: relative;
  z-index: 1;
}

.catogry a {
  color: var(--white);
  display: inline-block;
  margin: 0 0.625rem 0 0;
  text-align: center;
  font-size: 11px;
  border-radius: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
}


.catogry a:hover {
  background-color: var(--main);
  color: #ffffff !important;
}

/* blog */

/* blog-details */
.inner_blog_detailsBanner {
  background: #5dc86f21 url(../images/inner_banner.png);
  padding: 3.125rem 0;
  padding-bottom: 13.125rem; 
  background-size: cover;
  background-position: center;
}

.image_blogdetails {
  margin-top: -12.5rem;
}

.blog_inbnr h1 {
  font-weight: 600;
  letter-spacing: -1px;
}

.article-byline-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.author-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 0.25rem;
  padding: 0;
  list-style: none;
}

.article-byline-content .author-list {
  justify-content: flex-start;
  padding: 0 0.75rem 0 0;
  margin: 0.625rem 0 0 0;
}

.author-list-item {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  padding: 0 !important;
}

.author-list-item:before {
  display: none;
}

.author-avatar {
  display: block;
  overflow: hidden;
  margin: 0 -0.25rem;
  width: 3.125rem;
  height: 3.125rem;
  border: 2px solid #fff;
  border-radius: 100%;
  transition: all .5s cubic-bezier(.4, .01, .165, .99) .7s;
}

.author-profile-image,
.avatar-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  background: #e4eaed;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 !important;
  margin: 0 !important;
}

.article-byline-meta {
  color: #738a94;
  font-size: 1.4rem;
  line-height: 1.2em;
}

.article-byline-meta h4 {
  margin: 0;
  font-size: 0.875rem;
}
.article-byline-meta h4 a{
  color: #000;
}
.stgln {
  font-size: 1.25rem;
  color: #888;
  font-family: georgia;
  font-style: italic;
}

.byline-meta-content {
  font-size: 0.875rem;
  font-weight: 400;
}

.blog_inbnr img {
  border-radius: 0.625rem;
  margin: 1.25rem 0;
} 

.post-share-section {
  width: 100%;
  padding-top: 1.875rem;
}

.post-share-section>small {
  font-size: 0.9375rem;
  font-weight: 600;
  display: block;
  margin-bottom: 1.2vh;
  letter-spacing: 0.2px;
}

.post-share-wrap {
  position: relative;
  display: inline-flex;
  /*! width: 100%; */
}

.post-share-wrap a:first-of-type {
  border-radius: calc(0.625rem/1.5) 0 0 calc(0.625rem/1.5);
}

.post-share-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 63px;
  transition: background-color .15s ease;
  background-color: #e7f4f8;
  color: var(--main);
  font-size: 1.375rem;
  border-right: 1px solid #ddedf5;
  transition: 0.2s;
}

.post-share-wrap a:hover {
  background-color: #c3d7e8;
  transition: 0.2s;
}

.post-share-wrap a:last-of-type {
  border-radius: 0 calc(0.625rem/1.5) calc(0.625rem/1.5) 0;
  border: none;
}

/* blog-details */





.how_wework ul {
	margin: 0;
	padding: 0; margin-bottom:20px; margin-left:24px;
	position: relative;
}
.how_wework ul::before {
	content: '';
	left: 23px;
	top: 0; 
	height: 100%;
	border-left: 0px dashed #33b28d;
	width: 2px;
	position: absolute;
}
.how_wework ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 0px;
	list-style: square;
	position: relative; font-size: 16px;
  font-weight: 500;
  letter-spacing: inherit;
  color: #4d5e56;
  line-height: 30px;
}
.how_wework ul h3 {
	color: #222;
	font-size: 20px;
}

.how_wework ul p {
	max-width: 85%;
	line-height: 26px;
} 

.how_wework ul li img {
	position: absolute;
	left: 5px;
	top: 9px;
	width: 52px;
}
 .number {
	position: absolute;
	left: -10px;
	width: 68px;
	height: 68px;
	border-radius: 100%;
	background: linear-gradient(117deg, rgb(212, 241, 211) 0%, rgb(255, 255, 255) 72%);
	top: 0px;
	text-align: center;
	line-height: 68px;
	font-weight: bold;
	font-size: 23px;
}

.imggwrkk {
	margin: 0 40px;
	height: 440px;
	overflow: hidden;
	position: relative;
  border-radius: 20px;
}
.imggwrkk img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.breadcrumb-item {
	font-size: 12px;
}
.breadcrumb-item a {
	color:#4d5e56;
}
.breadcrumb-item{
	color:var(--main);
}
.breadcrumb{
  margin: 0;
}
.imggaboutt {
  margin: 30px 0;
  margin-bottom: 50px;
}


.imggaboutt img {
	height: 400px;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.main .services_item h3 { 
	color: #222;
}

 
.brand_main {
	padding: 30px 0; 
}


.workwinner {
    margin: 50px 0;
    padding: 50px;
    background: var(--gradient); 
    border-radius: 34px; 
    position: relative;
    background-size: cover; 
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1; 
    background-size: cover;
    margin-bottom: -87px;
  position: relative;
  z-index:1 ;
    overflow: hidden;border: 1px solid #dbece5;
}


.workwinner:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/ctabg.png);
  z-index:-1 ;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat; 
}




.workwinner h2 {
    font-size: 28px;
    font-weight: 600; 
    color: #000;
    line-height: 38px;
}


.workwinner h2 span {
    font-weight: 800;
}

.btn_theme_outline {
    color: var(--main);
    text-transform: capitalize;
    padding: 14px 20px;
    position: relative;
    background: transparent;
    border: 0;
    border-radius: 11px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    transition: .4s;
    border: 2px solid var(--main);
    margin-left: 20px;
}

.btn_theme_outline:hover {
    color: var(--white);
    background: var(--main);
}
 
.workwinner .btn_theme {
	/* border: 2px solid #f2c9d1; */
	transition: 0.4s;
	text-align: center;
	padding: 0 25px;
	font-size: 14px;
	height: 49px;
	background: transparent;
	color: #000; border:2px solid #000;
	margin: 13px 0 0 0;
}

   
.vacancy_main {
	padding: 80px 0;
	background: #E6F5EF url(../images/1.jpg) center right no-repeat;
	

  background-attachment: fixed;

  background-size: cover;
  background-repeat: no-repeat; position:relative;overflow:hidden;margin-top:30px;
}

.vacancy_main::before {
  opacity: 0.9;
background: linear-gradient(117deg, rgba(106, 207, 102, 1) 0%, rgba(51, 178, 141, 1) 72%);

  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.vacancy_dv { 
	
	position: relative;
	z-index:99
}
.vacancy_dv h2 {
	color:#fff;text-transform:capitalize
}
.vacancy_dv p {
	color:#fff; font-size:18px; letter-spacing:0.5px;
}
.vacancy_dv img {
	
	width: 182px;
	opacity: 0.9;
}


	.vacancy_btn {
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #fff;
  border: 3px solid #fff;
  text-transform: capitalize;
  font-size: 24px;
  background: transparent;
  padding: 15px 31px;
  display: inline-block;
  border-radius: 53px;
  transition: 0.3s;

}

.vacancy_btn:hover{  
	background: #45BB80; 
	transition: 0.3s; color:#fff;
	box-shadow: none;
}

 .teamWrapper {
    margin-top: 50px;
}.teamcolinner{font-size:14px;}
.teamcolinner h2{font-size:22px;}
.teamcolinner h5{font-size:16px; font-weight:700}
.teamcolinner p{font-size:16px;}
.teamGrid {
    display: grid;
    grid-template-columns: 32.33% 32.33% 32.33%;
    column-gap: 1.5%;
    margin-top: 100px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	justify-content:center;
}
.member-social {
  margin-top: 15px;
  text-align: start;
}

.social-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #0077b5;
  color: #fff;
  text-align: center;
  font-size: 16px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  color: #fff;
}
.linkedin:hover {
opacity:0.8;
}
.teamGrid .colmun {
  display: flex;
  justify-content: center;
}
.avatar {
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    text-align: center;
}
.teamcolinner {
    position: relative;
}
.avatar > img {
    width: 150px;height:150px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid rgb(170 170 173/ 1);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
}
.teamcolinner {
    position: relative;
    border: 1px dashed #ddd;
    min-height: 100px;
    background: #fff;
    z-index: 9;
}
.teamcol {
    padding: 8px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    transition: transform 1s ease-in-out;
}
.teamcol a {color:#45BB80}
.teamcol:hover {
    transform: translateY(-30px);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
    transition: transform 1s ease-in-out;
}
.teamcol:before {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(#0C9EAA, #0C9EAA);
    border-top-right-radius: 10px;
    transition: width 1s ease-in-out;
}
.teamcol:after {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(#45BB80, #45BB80);
    border-bottom-left-radius: 10px;
    transition: width 1s ease-in-out;
}
.teamcol:hover::before, .teamcol:hover::after {
    width: 100%;
    transition: width 1s ease-in-out;
}
.member-name {
    margin-top: 80px;
}
.member-info {
    padding: 10px 20px;
}
.social-listing {
    align-items: center;
    justify-content: center;
    display: flex;
    list-style: none;
    padding: 0;
}
.social-listing >li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #f4f5f7;
    border-radius: 50%;
    margin: 5px;
}.work_with_us .dropup .dropdown-toggle{width:208px;}
.work_with_us .dropup .dropdown-toggle::after{top: 42%;
  font-size: 21px;}
.dropup .dropdown-item{font-size:14px;}

.mvbdv h2 { 
	font-size: 30px; 
	max-width: 80%;
}

.mvbdv{
  padding: 0 30px;
}
 
.doctor_team { 
	background: #e6f5ef;
	margin-top: 40px;
	margin: 0 1%;
	border-radius: 23px; 
}

.bgteamm {
	padding: 30px;
	background: #e6f5ef;
	border-radius: 20px 40px;
	margin-bottom: 40px;
}

.sectionfullteam_main{
  padding: 70px 0;
}
.deg {
	margin: 0 0 13px 0;
	color: #000;
	display: inline-block;
	border-radius: 40px;
	font-size: 16px;
}

.bgteamm h3{
	font-size: 38px;
	color: #111;
}

  .footer-social {
  margin-top: 1.375rem;
}

 .footer-social ul li {
  display: inline-block;
  margin-right: 6px;
  padding: 0; 
}
 .footer-social ul li:last-child {
  margin-right: 0; 
}

 .footer-social ul li a {
  font-size: 1.0625rem;
  color: #33b28d !important;
  height: 2.5rem;
  width: 2.5rem; 
  text-align: center;
  display: block;  
  /*! background: #0a2316; */
  border: none;
  border-radius: 100%;
  position: relative;
  z-index: 3;
  line-height: 2.5rem; 
  border: 1px solid #33b28d;
}

 .footer-social ul li::before {
  display: none;
}

.imgteamm {
	overflow: hidden;
	border-radius: 12px;
}

.imgteamm img{
  width: 100%;
  height: 100%;
}
.bgteamm p {
	font-size: 15px;
	max-width: 86%;
}

.mvitem {
	padding: 46px;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 24px;
}

.mvitem img { 
	width: 160px;
	margin-bottom: 20px;
}

.mvitem h3 {
	color: #111;
}
.mvitem p {
	font-size: 14px;
	line-height: 26px;
}

.missionvision_main {
	padding: 60px 0;
}
.imagevibtntt img {
	height: 350px;
	width: 100%;
	object-fit: cover; 
	border-radius: 20px;
}

.img_lft_rgt:nth-child(odd) {
  background-color: #ffffff; /* Light blue */ 
}

.img_lft_rgt:nth-child(even) {
  background-color: #e0f7fa; /* Light orange */ 
}

.imggmodlity {
	padding: 80px 0;
}
ul.therapy-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px; 
}

ul.therapy-list li {
	background-color: #f0f8ff;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	padding: 0;
	width: 32%;
	height: 120px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
  text-align: center;
}

ul.therapy-list li a {
	display: block;
	padding: 15px 20px;
	color: #333;
	text-decoration: none;
	font-weight: 500;
}

    ul.therapy-list li:hover {
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      transform: translateY(-3px);
      background-color: #e0f7fa;
    }

    ul.therapy-list li a:hover {
      color: #0077aa;
    }

    ul.therapy-list li::before {
      display: none;
}


.contentpgg{
  padding: 50px 0;
}


ul.timeline {
      list-style-type: none;
      position: relative;
      max-width: 800px;
      margin: auto;
      padding-left: 20px;
    }

    ul.timeline::before {
      content: '';
      background: #333;
      display: inline-block;
      position: absolute;
      left: 30px;
      width: 4px;
      height: 100%;
      z-index: 0;
    }

    ul.timeline li {
      position: relative;
      margin: 20px 0;
      padding-left: 60px;
    }

    ul.timeline li::before {
      content: attr(data-year);
      position: absolute;
      left: 0;
      top: 0;
      width: 50px;
      height: 50px;
      background: #000;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      z-index: 1;
    }

    ul.timeline li .content {
      background: white;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: all 0.3s ease;
    }

    ul.timeline li:hover .content {
      background: #e0f7fa;
      transform: translateY(-3px);
    }

    ul.timeline li .content h3 {
      margin: 0 0 5px;
      font-size: 18px;
    }

    ul.timeline li .content p {
      margin: 0;
      font-size: 14px;
      color: #333;
    }

    @media (max-width: 600px) {
      ul.timeline {
        padding-left: 10px;
      }

      ul.timeline::before {
        left: 20px;
      }

      ul.timeline li {
        padding-left: 50px;
      }

      ul.timeline li::before {
        width: 40px;
        height: 40px;
        font-size: 12px;
        left: 0;
      }

      ul.timeline li .content {
        font-size: 14px;
      }
    }








ul.refrell  {
	margin: 24px 0 0 0;
	padding: 0; margin-bottom:20px; margin-left:24px;
	position: relative;
}
ul.refrell::before {
	content: '';
	left: -61px;
	top: 0;
	height: 100%;
	border-left: 3px dashed #ddd;
	width: 2px;
	position: absolute;
}
ul.refrell  li {
	margin: 0 0 25px 0;
	padding: 0 0 0 0px;
	list-style: square;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: inherit;
	color: #4d5e56;
	line-height: 30px;
	list-style: none;
	margin-left: 82px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	padding: 25px;
}
ul.refrell  h3 {
	color: #222;
	font-size: 20px;
}

.refrell ul p {
	max-width: 85%;
	line-height: 26px;
} 

ul.refrell  li img {
	position: absolute;
	left: 5px;
	top: 9px;
	width: 52px;
}
ul.refrell  .number {
	position: absolute;
	left: -94px; 
	width: 68px;
	height: 68px; 
	border-radius: 100%;
	background:linear-gradient(117deg, rgb(242, 244, 242) 0%, rgb(255, 255, 255) 72%);
	top: 0px;
	text-align: center;
	line-height: 68px;
	font-weight: bold;
	font-size: 23px;
	color: #111;
}

ul.refrell li::before {
  display: none;
}
 
ul.refrell li ul{
  padding: 0;
  margin: 0 0 15px 0;
}

ul.refrell li ul li{
  padding: 0 0 0 21px;
  margin: 0 0 8px 0;
  box-shadow: none;
}
ul.refrell li ul li::before{
	position: absolute;
	content: '\F287';
	font-family: bootstrap-icons;  
	width: 16px;
	height: 16px;
	border-radius: 100%;
	color: #222;
	line-height: 18px;
	left: -1px;
	font-weight: bold;
	text-align: center;
	top: 0.3225rem;
  font-size: 8px; background:transparent;
  display: block;
}
ul.refrell li ul li ul li::before{
	position: absolute;
	content: '\F26E';
	font-family: bootstrap-icons;  
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: transparent;
	color: #222;
	line-height: 18px;
	left: -1px;
	font-weight: bold;
	text-align: center;
	top: 0.3225rem;
	font-size: 15px;

  display: block;
}
ul.refrell li ul li ul li ul li::before{
	position: absolute;
	content: '\F2EA';
	font-family: bootstrap-icons;  
	width: 16px;
	height: 16px;
	border-radius: 100%;
	color: #222;
	line-height: 18px;
	left: -1px;
	font-weight: bold;
	text-align: center;
	top: 0.3225rem;
  font-size: 14px; background:transparent;
  display: block;
}

.career_item {
	padding: 30px;
	background: #fff; 
	border-radius: 10px;
	overflow: hidden;
	position: relative;
  box-shadow: 0 90px 70px 0 rgba(0, 0, 0, 0.04), 0 40px 35px 0 rgba(0, 0, 0, 0.03), 0 25px 15px 0 rgba(0, 0, 0, 0.03), 0 11px 7px 0 rgba(0, 0, 0, 0.03), 0 2px 5px 0 rgba(0, 0, 0, 0.03);
	margin-bottom: 25px;
}
.career_item h3 {
	overflow: hidden;
} 
.career_item p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical; 
	font-size: 17px;
	line-height: 30px;
	margin: 5px 0 5px 0;
}

.view_details {
	display: inline-block;
	background: #e3ebff;
	color: #1f7b60; 
	padding: 9px 20px;
	border-radius: 60px;
	margin: 6px 0 0 0;
	font-weight: 500; 
	font-size: 12px;
}
.view_details:hover {
	color: #fff;
	background: #004cff;
}
.view_details.active{
  background: var(--main);
  color: #fff;
}



.urgent {
	position: absolute;
	right: 0;
	top: 13px;
	background: #24b7ff;
	padding: 2px 12px;
	color: #fff;
	font-size: 14px;
	border-radius: 12px 0 0 12px;
	box-shadow: 0px 1px 5px 2px rgba(0,0,0,.1);
}

.btn-close {
	position: absolute;
	right: 14px;
	top: 10px;
}
.form_inner {
	padding: 60px;
}

input[type="file"] {
  margin-top: 1rem;
  padding: 10px;
  border: 1px dashed grey;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
}

input[type="file"]::file-selector-button {
  padding: 8px 1.5em;
  border-width: 0;
  border-radius: 1rem;
  background-color: dodgerblue;
  color: #FFFFFF;
  font-weight: bold;
  transition: all .25s ease-in-out;
  cursor: pointer;
  margin-right: 1em;
}

.modal-body .btnsubmit {
	width: auto;
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 9;
	background: #004cff;
	border-radius: 50px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	padding: 18px 87px;
}

.descriptionmain{
  padding: 0;
} 
.descriptionmain h4 {
	font-size: 16px; 
	font-weight: 600;
	color: #1a1a1a;
	margin: 0 0 8px 0; 
}
.descriptionmain h4 span{
	color: #4f4f4f;
	font-weight: 400;
}


.descriptionmain ul{
  margin: 28px 0 30px 0;
  padding: 0;  
}
.descriptionmain ul li{
  margin: 0 0 16px 0;
  padding: 0 0 0 30px;
  position: relative;
  list-style: none;  
  font-size: 15px;
}
.descriptionmain ul li::before{
  margin: 0;
  padding: 0;
  position: absolute;
  content: '\F26E';
  font-family: bootstrap-icons !important;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px; 
  height: 20px;
  border: 1px solid #e0e9ff;
  border-radius: 100%;
  text-align: center;
  line-height: 18px;
  background: #e0e9ff;
  color: #004cff;
} 

.listing_workmain{
  padding: 60px 0;
}
.listingwitem {
	padding: 50px 0; 
  position: relative;
  z-index: 1; 
	background: linear-gradient(90deg, rgb(230 235 252) 0%, rgb(0 212 255 / 0%) 70%);
	margin-bottom: 40px;
	border-radius: 600px;
}
.listingwitem::after {
  content: '';
  width: 2px; 
  height: 100%;
  position: absolute;  
  left: 16%;
  top: 0;
  background: #000;
  z-index: -1;  
}
.imgicon {
	width: 250px;
	height: 250px;
	border-radius: 100%;
	text-align: center;
	line-height: 73px;
	margin: 0 auto;
	position: relative;
	background: linear-gradient(90deg,#5cb3fb 0%,#4decd3 157.53%);
	z-index: 1;
	padding: 75px;
}
.imgicon::before {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #f0f3fd;
  z-index: -1;
  /*! border-radius: 0 160px 160px 0; */
} 

.imgicon::after {
  content: '';
  width: 84%;
  height: 84%;
  position: absolute; 
  right: 8%;
  top: 8%;
  background: #fff;
  z-index: -1;
  border: 2px solid #000;
  border-radius: 100%;
} 

.listingwitem .row{
  align-items: center;
}

.listingwitem h3 {
	font-size: 33px;
	font-weight: bold;
}
.listingwitem p   {
    max-width: 80%;
    font-size: 20px;
    line-height: 33px;
  }

  .listingwitem .row .col-lg-4.col-md-4:nth-child(1) .imgicon { 
  background: linear-gradient(90deg,#9562fa 19.24%,#97a5e7 101.28%); 
}

.listingwitem .row .col-lg-4.col-md-4:nth-child(2) .imgicon { 
  background:linear-gradient(90deg,#9562fa 19.24%,#97a5e7 101.28%)!important; 
}

.listingwitem .row .col-lg-4.col-md-4:nth-child(3) .imgicon { 
  background:linear-gradient(90deg,#fca429 0%,#fdd732 158.15%); 
}
.image_blogdetails img {
	height: 400px;
	width: 100%;
	object-fit: cover;
}
.main .post-card-content h5 {
	margin: 0 0 13px 0;
	font-size: 20px;
}

.tabbing {
  background:#33b28d; 
}
.tabbing nav>.nav.nav-tabs {
  border:none;
  color:#333;
  background:#fff0;
  border-radius:0
}
.tabbing nav>div a.nav-item.nav-link,
.tabbing nav>div a.nav-item.nav-link.active {
  border:none;
  padding:12px 24px;
  color:#000;
  background:#fff0;
  border-radius:0;
  background:rgb(255 255 255 / .4);
  margin-left:2px;
  font-size:18px;
  font-weight:600;
  border:1px solid rgb(255 255 255 / .4);
  border-bottom:0
}
.tabbing nav>div a.nav-item.nav-link {
  border:1px solid rgb(255 255 255 / .4);
  border-bottom:0;
  background:rgb(255 255 255 / .2)
}
.tabbing nav>div a.nav-item.nav-link.active:after {
  content:"";
  position:relative;
  bottom:-52px;
  left:-15%;
  border:15px solid #fff0;
  border-top-color:rgb(255 255 255 / .45)
}
.tabbing .tab-content {
  background:#fff0;
  line-height:25px;
  border:0 solid rgb(255 255 255 / .5);
  padding:30px 25px;
  border-top:1px solid rgb(255 255 255 / .35)
}
.tabbing nav>div a.nav-item.nav-link:hover,
.tabbing nav>div a.nav-item.nav-link:focus {
  border:none;
  background:rgb(255 255 255 / .35);
  color:#000;
  border-radius:0;
  transition:background 0.20s linear;
  border:1px solid rgb(255 255 255 / .4);
  border-bottom:0
}
.tabbing {
  padding:60px 0;
}
.tabbing nav {
  justify-content:center
}

.tabbing h2{
  color: #fff;
  
}

.tabbing p{
  color: #fff;
  
}
.tabbing h3{
  color: #fff;
}
.main ul li { 
	font-size: 16px;
  font-weight: 500;
  letter-spacing: inherit;
  color: #4d5e56;
  line-height: 30px;margin: 0 0 10px 0;
}




 .flexible-blocks-wrapper h2{font-weight: 700;
	 font-size: 30px;}
 .flexible-blocks-wrapper p{color:unset} .flexible-blocks-wrapper li{color:unset!important}
.flexible-blocks-wrapper {
    display: flex;
    flex-direction: column;
    gap:0px;
}

/* Layout Row */
.flexible-row {
    display: flex;
/*     flex-wrap: wrap; */
    align-items: center;
    padding:30px;
    box-sizing: border-box;
    gap: 30px;
    position: relative;
}

/* Background Image Overlay */
.flexible-row.has-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5); /* Optional overlay */
    z-index: 1;
}
.flexible-row.has-bg-image > * {
    position: relative;
    z-index: 2;
}
	 .flexible-row.has-bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Width Control */
.width-full {
    width: 100%;
}
.width-half {
    width: 50%;
}

/* Order Control */
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}

/* Image Styling */
.flex-image img {
    width: 100%;
    height: auto;
    display: block; border-radius:8px;
}

/* Text Alignment */
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

/* Button Styling */
.flex-button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s ease;
}
.flex-button.primary {
    background: #0073aa;
    color: #fff;
}
.flex-button.secondary {
    background: #555;
    color: #fff;
}
.flex-button.outline {
    background: transparent;
    color: #0073aa;
    border: 2px solid #0073aa;
}
.flex-button:hover {
    opacity: 0.85;
}

/* Responsive */
@media (max-width: 768px) {
    .flexible-row {
        flex-direction: column; gap: 20px;
        padding: 24px;
    }
    .width-full,
    .width-half {
        width: 100% !important;
        order: unset !important;
    }
	.flexible-blocks-wrapper h2{font-weight: 700;
	 font-size: 22px;}
}

.menu-main-menu-container{margin:0 auto;}





 .services_item .details {min-height:208px; padding:0 20px 20px 20px}
	  .services_item {
  background: #fff;
  padding: 0px; text-align:center;
  border-radius: 10px 20px;
  margin-bottom: 25px;
		  min-height: auto;}
.services_item img {
  position: relative;
  width:115px; margin-top:25px;
  transition: 0.3s;
  overflow: hidden;
}
	  .cmngsoon{z-index:2}
.meet_director {
	padding: 60px 0;
	position: relative;
	z-index: 1;
	background: #f7f7f7;  
	background: url(../images/bg_dotted.png);
	background-position: center;
} 

.custom-pagination {
    text-align: center;
    margin-top: 30px;
}
 
.custom-pagination ul {
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    list-style: none;
}
 
.custom-pagination li {
    display: inline;padding:0px!important;
}
.custom-pagination li::before{display:none}
.custom-pagination li .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}
 
.custom-pagination li .page-numbers.current {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}
 
.custom-pagination li .page-numbers:hover:not(.current) {
    background-color: #f1f1f1;
    border-color: #bbb;
}
.flexible-row h2 {
  color: unset;
}
.job_iTeMMaIn b {color:#000!important}
.job_iTeMMaIn h4{color:#000!important}
.job_iTeMMaIn {
background: #fff;
box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.12);
border-radius: 9px;
border: 2px solid #ddd;
overflow: hidden; padding:20px;
margin-bottom: 30px;
	font-size: 16px;
  font-weight: 500;
  letter-spacing: inherit;
  line-height: 30px;
}