*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
}
html{
	scroll-padding-top: 89px; 
    scroll-behavior: smooth;
}

:root {

	/*Colors*/
	/* --primary        : #07669d;  */
	--title-color    : #30416f;
	--footer-bg      : rgba(255, 255, 255, 0.44);
	--text-color     : #001612;
	--subtitle-color : #0F1F2F;
	--blue-green     : #14A7C7;
	--white		     : #ffffff;
	--black          : #000000;
	--site-liner	 : linear-gradient(130deg, #00548E, #198BBC, #2DB8E1);

	/*new roots*/
	 --bg: #f6f9ff;
      --bg-soft: #edf3ff;
      --primary: #5E6C9B;
      --primary-dark: #445582;
      --text: #1F2A3A;
      --muted: #70809a;
      --border: rgba(94, 108, 155, 0.12);
      --shadow: 0 12px 35px rgba(94, 108, 155, 0.12);
      --radius-xl: 32px;
      --radius-lg: 24px;
      --radius-md: 18px;
      --radius-sm: 14px;
      --container: 1440px;

	  /* background */
	  --bodybg : radial-gradient(circle at top left, #ffffff 0%, #f9fbff 35%, #eef4ff 100%);
}


main{
	background:var(--bodybg);
	margin: auto;
	overflow-x: hidden;
}
.navbar-light {
	padding: 18px 0 !important;
}

.before-login .navbar-light{
	position: sticky;
    top: 0;
    z-index: 30;
    backdrop-filter: blur(18px);
    background: rgba(246, 249, 255, 0.82);
    border-bottom: 1px solid rgba(94, 108, 155, 0.08);
	box-shadow: none;
}
.container{
	max-width: var(--container);
	margin:auto;
}

h1,.h1{
	font-weight: 700;
	font-size: clamp(30px, 3vw, 46px);
	line-height: 70px;
	color:var(--title-color);
	margin-bottom: 0;
}

h2, .h2{
	font-weight: 500;
	color:var(--title-color);
	margin-bottom: 0;
	font-size: clamp(30px, 3vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

h4, .h4{
	font-weight: 500;
	font-size: 20px;	
	line-height: 30px;
	text-align: center;
	color:var(--title-color);
	margin-bottom: 6px;
}

.btn{
	height: 41px;
    padding: 0 22px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease;
    white-space: nowrap;
	font-size:13px;
}

/*.btn:hover{
	background:var(--white);
	color:var(--primary);
}*/

.btn-blue{
	background: var(--blue-green);
	border-color:var(--blue-green);
}

.btn-blue:hover{
	color: var(--blue-green);
}

/*hero section*/

.navbar-brand .logo{
	height: 60px;
    width: auto;
    object-fit: contain;
}

.navbar-nav .btn-border{
	background: var(--primary) !important;
	border-color:var(--primary);
}
/* .navbar-light{
	 position: fixed !important; 
	width: 100% !important;
	top:0 !important;
	background:transparent;
	transition: all 0.3s ease-in-out;
} */

.navbar .navbar-brand{position: relative;margin-right:0}


.sticky_header .navbar-brand .logo{
	position: static;
	width: auto; 
	opacity: 1;
	visibility: visible;
}
/* 
.sticky_header .btn-border{border-color:#fff;} */
/* nav.sticky_header{
	background-image: var(--site-liner) !important;
	box-shadow: 0px 4px 30px rgba(0, 88, 157, 0.4);
} */

.btn-sec{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	gap:30px;
	margin-top:80px;
}

.hero-img{
	position: relative;
	width: calc(50vw - 22px);
}

.navbar-nav{
	/* display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: var(--shadow); */
}


.home-page .navbar-nav .nav-item  a{
	padding: 12px 18px;
    border-radius: 12px;
    color: #596985;
    font-weight: 500;
}


.home-page .navbar.sticky_header .nav-item  a,.navbar.sticky_header .user-name{
	color:#fff !important
}

.navbar .user-name{
	color:var(--title-color);
	font-weight: 600;
    font-size: 14px;
} 
.navbar .user-name svg{font-size: 30px;}
/*hero Search*/

/*.hero-search{
	display: flex;
	border:1px solid var(--primary);
	padding: 5px;
	background-color: var(--white);
	border-radius: 4px;
	margin: 15px 0;
	box-shadow: 0px 4px 35px 0px #00000026;
}

.hero-search .btn{
	height: 42px;
	width: auto;
	font-size: 14px;
	line-height: 42px;
	padding:0 15px;
	margin:0;
	transform: scale(1)!important;
	border-radius: 6px;
}

.hero-search .search-box{
	position: relative;
	width: 100%;
	height: 42px;
}

.hero-search .search-box:first-child:after{
	content: '';
	position: absolute;
	top:-5px;
	right: 0;
	width: 1px;
	height: calc(100% + 10px);
	background-color: var(--primary);
}

.hero-search .search-box .iconify{
	position: absolute;
	left: 0;
	top:50%;
	transform: translateY(-50%);
	color:var(--primary);
	font-size: 18px;
}

.hero-search .search-box .form-control,
.hero-search .dropdown-toggle{
	border:0;
	height: 100%;
	width: 100%;
	box-shadow: none;
	padding: 10px 10px 10px 30px;
	color:#263238;
	font-weight: 500;
	font-size: 14px;
}

.hero-search .dropdown-toggle{
	padding: 0;
	box-shadow: none;
}

.hero-search .search-box + .search-box{
	margin-left:5px;
} */

.hero-search .search-box .form-control::placeholder{
	font-weight:400;
}

.home-page .navbar .btn{
	margin: 0 5px;
}
.home-page .logged_account_list.dropdown .dropdown-menu{
	max-height: initial;
}

/*secrvies section*/

.serv-sec{
	padding:50px 0;
	background: url('.././images/home/sev_bg-01.png') no-repeat 100% 50px, 
	url('.././images/home/sev_bg-02.png') no-repeat 0 100%;
}

.serv-sec.mid{
	background: var(--white);
	background: url('.././images/home/sev_bg-03.png') no-repeat 0 60px var(--white);
}

.serv-sec.last{
	text-align: center;
	background: url('.././images/home/sev_bg-04.png') no-repeat 0 90px, 
	url('.././images/home/sev_bg-05.png') no-repeat 100% 50%;
	animation: mymove 10s infinite;
}
@keyframes mymove {
	0% {background-position: 0 90px, 100% 50%;}
	80% {background-position: 0 110%, 100% 0%;}
	100% {background-position: 0 90px, 100% 50%;}
  }

.serv-sec h2{ 
	text-align:center; 
	margin-bottom:30px;
}
.serv-sec img{
	/* transform: scale(1.08); */
	/* width: 100%; */
}
.serv-content{margin-top: 80px;padding: 0 0 0 30px;}
.mid .serv-content{padding: 0 30px 0 0;}
.serv-content li, .serv-txt p{
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	color:var(--text-color);
	margin-bottom: 20px;
}

.serv-content li:last-child, .serv-txt p:last-child{margin-bottom:0;}
.serv-sec.last h2{margin-bottom: 25px;}
.serv-txt{margin-top:10px;}

.exp-sec{
	padding: 50px 0;
	background: var(--white);
}

.exp-sec h2{text-align: center; margin-bottom:15px;}
.exp-sec h2 span{
	font-weight: 700;
	display: block; 
}

.exp-sec .serv-txt{
	margin:0;
	padding: 30px;
	padding-right: 150px; 
}
/*priya*/
.copy-txt{
    padding: 25px 0;
    background: var(--footer-bg );
    border-top: 1px solid rgba(94, 108, 155, 0.08);
    backdrop-filter: blur(10px);
	text-align: center;
}
.copy-txt p{
    font-size: 15px;
    line-height: 25px;
    color: var(--title-color);
    margin-bottom: 0;
}
footer{  background: #f8fcff;}
.footer-div{
    padding: 80px 0;
    text-align: center;
}
.sub-title{
    color: var(--muted); 
    font-size: 16px;
    max-width: 520px;
    width: 100%;
    margin: auto;
}
.serv-sec .container-fuild,.exp-sec .container-fuild{
	padding:0 20px
}
.exp-sec .container-fuild{
	padding-left: 70px;
}
/* .serv-sec.mid .container-fuild{
	padding-right: 50px;
	padding-left: 20px;
}
.serv-sec .container-fuild{
	padding-left: 50px;
	padding-right: 20px;
} */
.serv-sec, .exp-sec{
	min-height: 100vh;
}
.footer-cont{    
	text-align: center;
    margin-top: 40px;
    display: flex;
    gap: 20px;
}
.footer-cont div {
	box-shadow: 0px 4px 10px 0px #08659C1F;
    border-radius: 8px;
    background-color: #FFFFFF;
    height: stretch;
    flex: 1;
    padding: 25px 15px;
}
.footer-cont h5{
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0%;
    color: var(--title-color);
    margin: 25px 0 10px ;
}
.footer-cont p{
    font-size: 16px;
    line-height: 20px;  
    color: var(--muted);
    width: 80%;
    margin: auto;
}
.sinscrire-sec{
    background: linear-gradient(180deg, #87a0de 0%, #5E6C9B 100%);
}
.sinscrire-sec .container-fuild,.sos-sec .container-fuild{
    width: 100%;
    padding-left: calc((100% - var(--container)) / 2);
}
img{
    max-width: 100%;
}
.sinscrire-sec h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: var(--white) !important;
    max-width: 90%;
}
.sinscrire-sec .btn{
    margin-top: 10px;
    transition: 0.3s all ease-in-out;
    border: 2px solid var(--primary) !important;
    background: #fff !important;
    color: var(--primary) !important;
    padding: 25px 35px;
    font-size: 18px;
    border-radius: 17px;
}
.med-dom-sec{
    padding: 80px 0;
    background: var(--white);
}
.med-dom-sec h2{
    margin-bottom: 40px;
    text-align: center;
}
.med-dom-sec ul{
    margin-left: 30px;
}
.med-dom-sec li,.sos-sec p{
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: var(--text-color );
}
.med-dom-sec li{
    padding-bottom: 15px;
}
.sos-sec p{
    margin-top: 15px;
    width:80%;
}
.exp-img {
	/* max-width: 690px; */
    height: auto;
    /* margin-left: -8vw; */
}
.contact-sec{
	padding: 50px 0 40px 0;
	text-align: center;
}
.contact-sec .container{
	background: rgba(255,255,255,0.9);
	border: 1px solid var(--border);
    box-shadow: var(--shadow);
	border-radius: 34px;
	padding:32px;
}
.contact-sec h2{margin-bottom: 35px;}
.cont_btn{
	display: inline-flex;
	align-items: center;
	justify-content: end;
}
.contact-form .btn{
	border:0 !important;
}
.contact-form .error-help-block{
	text-align: left;
	position: absolute;
    bottom: -20px;
}
#recaptcha-verification-error {text-align: left;font-style: normal;font-size: 13px !important;margin-left: 0 !important;color:#E10000}
.navbar-collapse{justify-content: end;}
.navbar-collapse .nav-dash, .lang_text, .nav-lag.dropdown-toggle{
	color: var(--primary);
	text-decoration: none;
	font-size: 14px;
}
.nav-lag.dropdown-toggle{width:75px}
.home-icon{
	background: url('.././images/home/house-icon.svg') no-repeat ;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
	transition: .1s all ease-in-out;
}
.sticky_header .logged_div{
	color: #333;
}

/*home-nav*/

.navbar .container-fluid{max-width: var(--container);}
.alert{display: none;}
.dev-site a{
	color:var(--muted);
	text-decoration: none;
	&:hover{
		color: var(--title-color);
	}
}

.dev-site a:hover{
	opacity:1;
}
.dev-site .footerlinks{
	margin-left: 10px;
	padding-left: 10px;
	position: relative;

}
.dev-site .footerlinks:after{
	content: '';
	background-color: var(--title-color);
	width:1px;
	height: 15px;
	position: absolute;
    left: 0;
    top: 3px;
}

.hero-img img {
	animation-name: float-bob-y;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: float-bob-y;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob-y;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob-y;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

.ic-rosurce-sec{
	padding: 80px 20px;
	background: rgb(237 243 255);;
}
#solutions{
	background: rgb(237 243 255);
}

.ic-rosurce-sec .content-header{
	padding-bottom: 20px;
}

.icanopee-home-conteiner .content-header{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
}

.icanopee-home-conteiner .content-header .main-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #053D75;
}

.icanopee-home-conteiner .sub-titles {
	font-weight: 400;
	font-size: 18px;
	width: 100%;
	line-height: 100%;
	letter-spacing: 0%;
	color: var(--muted);
	text-align: center;
	padding-bottom: 20px;
}

.icanopee-home-conteiner .cards-content {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	justify-content: center;
	align-items: center;
	padding-top: 40px;
	gap: 20px;
}

.icanopee-home-conteiner .cards-content .ic_cards {
	box-shadow: 0px 4px 10px 0px #08659C1F;
	border-radius: 8px;
	background-color: #FFFFFF;
	flex: 1;
	height: stretch;
}

.icanopee-home-conteiner .cards-content .ic_cards .ic-img-sec {
	text-align: center;
	padding: 30px;
}

.icanopee-home-conteiner .cards-content .ic-card-dmp-img {
	height: 110px;
	width: 160px;
}

.icanopee-home-conteiner .cards-content .ic-card-img {
	height: 110px;
	width: 110px;
}

.icanopee-home-conteiner .ic-card-header{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	flex-direction: column;
	gap: 10px;
	padding:0 20px;
}

.icanopee-home-conteiner .ic-card-header .ic-card-title{
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: var(--title-color);
	text-align: center;
}

.icanopee-home-conteiner .ic-card-header .ic-card-sub-title{
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	color: var(--primary-dark);
	text-align: center;
}

.icanopee-home-conteiner .ic-card-content{
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0%;
	color: var(--muted);
	padding: 20px 35px;
	text-align: center;
	max-width: 385px;
    margin: auto;
}

.icanopee-home-conteiner .cards-content .ic_cards .ic-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	gap: 10px;
	margin: 0px 30px 30px 30px;
	border: 1px solid #f6f6f6;
	border-radius: 20px;
	padding: 10px 5px;
}

.ic-footer.info .iconify{
	font-size: 25px;
	font-weight: 600;
	margin-right: 5px;
}
.success .iconify{
	font-size:28px;
}

.icanopee-home-conteiner .cards-content .ic_cards .ic-footer.success {
	background-color: #DFF9EF;
	color: #23A371;
}

.icanopee-home-conteiner .cards-content .ic_cards .ic-footer.info {
	background-color: rgba(94, 108, 155, 0.08);
    color: var(--primary-dark);
}

  
@keyframes float-bob-y {
	0% {
	  -webkit-transform: translateY(-20px);
	  transform: translateY(-20px);
	}
  
	50% {
	  -webkit-transform: translateY(-10px);
	  transform: translateY(-10px);
	}
  
	100% {
	  -webkit-transform: translateY(-20px);
	  transform: translateY(-20px);
	}
  }
  .home-nav {
	width:stretch;
  }

/*Media Query*/
@media screen and (max-width: 1581px){
	.nav-lag.dropdown-toggle{
		width: 60px;
	}
}
@media screen and (min-width: 992px){
	.navbar-expand-lg .navbar-nav{
		width: fit-content;
	}
	.b-login {
		width: fit-content;
	}
}

@media screen and (max-width: 1290px){
	.navbar .container-fluid, .hero-sec .container{max-width:var(--container);}
	.exp-img {max-width:100%;margin-left: 0;}
	.serv-sec, .exp-sec{min-height: initial;}
	.exp-sec .container-fuild{padding-left: 20px;}
}

@media screen and (max-width: 1199px){
	h1, .h1{font-size: 45px;line-height: 58px;}
	h2, .h2{font-size: 36px;line-height: 45px;}
	.sinscrire-sec h3{font-size: 30px;line-height: 40px;}
	.sinscrire-sec img, .exp-sec img,.serv-sec img{
		transform: scale(1);
	}
}

@media screen and (max-width: 1170px){
	.navbar .container-fluid, .hero-sec .container, .container{max-width:980px;}
	.sinscrire-sec .container-fuild, .sos-sec .container-fuild{padding-left: calc((100% - 980px) / 2);}
}

@media screen and (max-width: 992px){
	.navbar .container-fluid, .hero-sec .container, .container{max-width:100%;}
	.sinscrire-sec .container-fuild, .sos-sec .container-fuild{padding-left: calc((100% - 760px) / 2);}
	h1, .h1{font-size: 35px;line-height: 48px;}
	h2, .h2{font-size: 30px;line-height: 38px;}
	.sinscrire-sec h3{font-size: 27px;line-height: 37px;max-width:100%}
	.footer-cont p{ width: 100%;}
	.btn-sec{gap:20px;margin-top: 60px;}
	.btn{height: 42px;font-size: 15px;line-height: 20px;padding: 10px;}

	.serv-sec h2{margin-bottom:50px;}
	.serv-content li, .serv-txt p, .med-dom-sec li, .sos-sec p{font-size: 15px;line-height: 19px; margin-bottom: 15px;}
	.exp-sec .serv-txt{padding:30px 15px;}
	.med-dom-sec li, .sos-sec p{padding-bottom:0;}
	.navbar-light .navbar-toggler{border-color: var(--title-color)!important;}
	.navbar-light .navbar-toggler path{fill:var(--title-color)}
	/* .navbar-light.sticky_header .navbar-toggler{border-color: #fff!important;} */
	/* .navbar-light.sticky_header .navbar-toggler path{fill:#fff} */
	.navbar-light .navbar-toggler path:last-child{fill:none}
	.navbar-light .navbar-toggler.close-btn path:last-child{fill:#fff}
	.navbar-light .navbar-toggler.close-btn{margin-right:0}

	/*menu section*/
	.navbar-light .navbar-toggler{display:block}
	.navbar-collapse.show{display: block !important; left: 0; padding: 20px}
	.navbar-collapse .nav-dash{color: var(--white);margin: 10px 0;display: block;}
	.logged_div {color: var(--white);margin-left:0}
	.navbar-nav{flex-direction: column;justify-content: flex-start;}
	.navbar .btn{width:120px; height:38px; line-height: 16px; font-size:14px; margin:0;}
	.before-login .navbar-light{backdrop-filter:none}
	/*Hero Search*/
	.hero-search.landing{flex-direction:column; padding:6px; gap:6px;}
	.hero-search.landing .form-group .dropdown::after{content:none;}
	.hero-search.landing .hsearch-btm, .home-page .hero-search .search-box.form-group{
		padding:5px !important;border:0 !important;border-radius: 6px;}
	.hero-search.landing .search-box, .hero-search.landing .btn{
		height:44px!important; 
		line-height: 32px;
		border:1px solid var(--border) !important;
		border-radius: .25rem;
		
	}
	.hsearch-btm .search-box{
		box-shadow: 0 14px 28px rgba(94, 108, 155, 0.25) !important;
	}
	.hero-search.landing .hsearch-btm .btn{line-height: 30px; font-size: 13px;box-shadow: 0 14px 28px rgba(94, 108, 155, 0.25);}
	.hero-content{margin-bottom:0;}	
	.cont-img{display: none;}
	.contact-sec .col-6 {margin:auto;max-width:492px;width:100%}
	.contact-sec .col-7{width: 100%;padding: 0 25px;}
	.navbar-collapse{justify-content: end;margin-right: 85px;padding-top: 10px;}
	.dropdown.lang-menu{
		/* position: absolute;
		right: 10px;
		z-index: 10; */
	}
	.hero-search.landing .form-group .dropdown:after{display: none;}
	.navbar-collapse {
		flex-basis: 100%;
		flex-grow: 1;
		align-items: center;
		position: fixed;
		left: -100%;
		height: 100%;
		z-index: 1;
		background: var(--primary);
		width: 100%;
		bottom: 0;
		transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
		overflow-y: auto;
		z-index: 11;
	}
	.navbar-brand .logo{
		height: 38px;
	}
	.navbar-light{
		padding:10px!important;
	}
	
}

@media screen and (max-width: 767px){
	.navbar .container-fluid, .hero-sec .container, .container, .container-fuild{max-width:640px;}
	.sinscrire-sec .container-fuild, .sos-sec .container-fuild{padding-left:0; margin: auto;}

	.hero-sec{margin-top: 60px;}
	.hero-content{margin:30px 0;}
	.btn-sec{margin-top: 42px; justify-content: center;}
	.hero-img{width: 100%;}

	.serv-sec{padding:30px 0;}
	.serv-sec h2{margin-bottom: 0;}
	.serv-content{margin: 30px 0; padding: 0;}
	.serv-sec.mid .row,.serv-sec.last .row{flex-direction: column-reverse;}
	.serv-sec.last .col-12{display: flex; flex-direction: column;}
	.serv-sec.last .serv-img{order:3;}
	.serv-sec.last .serv-txt{margin:0 0 30px;}
	.sos-sec p{width: 100%;}
	.med-dom-sec ul{margin-left:0;}
	.sinscrire-sec,.sos-sec{padding: 30px 0 0;}
	.med-dom-sec .col-md-6:nth-child(1),.ordermob,.serv-img{order:2;}
	.sinscrire-sec{text-align: center;}

	.footer-cont{margin-top:60px;}
	.footer-cont div{margin-bottom: 0px; max-width: 420px; margin: auto;}
	.footer-div{padding: 60px 0;}
	.navbar-light{background: #F8FCFF;}
	.hero-content{margin-top: 60px;}
	.footer-cont {
		flex-direction: column;
	}
}

@media screen and (max-width: 639px){
	.b-login{gap:0;}
	.navbar .btn {width: 100px; height: 36px; line-height: 15px; font-size: 12px;}

	h1, .h1{font-size: 30px;line-height: 42px;}
	h2, .h2{font-size: 22px;line-height: 30px;}
	.footer-div,.med-dom-sec,.exp-sec{padding: 30px 0;}	
	.sub-title{font-size: 14px;}
	.footer-cont{margin-top: 30px;}
	.footer-cont h5{font-size: 16px;line-height: 27px;}
	.footer-cont h5{margin: 5px 0 5px;}
	.footer-cont p{font-size: 14px; line-height: 17px;}

	.sinscrire-sec h3{font-size: 18px;line-height: 28px;}
	.serv-content li, .serv-txt p, .med-dom-sec li, .sos-sec p{font-size: 14px;line-height:18px; margin-bottom: 10px;}
	.med-dom-sec h2{margin-bottom: 20px;}
	.med-dom-sec ul{margin-bottom: 20px;}
	.sos-sec img{margin-top: 15px;}
	.sos-sec .col-md-6:nth-child(2),.sinscrire-sec .col-md-6:nth-child(2){padding-left: 0;}
	.exp-sec .serv-txt,.sos-sec p {padding: 0px 15px;}	
	.contact-form{
		padding: 25px 15px;
	}
	.contact-sec{padding: 30px 0 50px 0;}
	
	
}

@media screen and (max-width: 390px){	
	.navbar-brand{margin-right:10px;}
	.sticky_header.navbar-brand img, .navbar-brand img{height: 32px!important;}
	.navbar .btn{width: 92px;}
	.btn:hover{transform: scale(1);}
}

@media screen and (max-width: 335px){
	.sticky_header.navbar-brand img, .navbar-brand img{height: 28px!important;}
}



.cht-footbtn .btn{
	width:auto !important;
}
.react-multi-chat .cht-footbtn .btn.btn-green {
    background: linear-gradient(130deg, #20957f, #02b75b);
    border: 1px solid #20957f;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.home-page .btn-login,.home-page .btn-register,.btn.btn-primary{
	background: linear-gradient(180deg, #87a0de 0%, #5E6C9B 100%);
    color: white;
    box-shadow: 0 14px 28px rgba(94, 108, 155, 0.25) !important;
}

.home-page .btn-register{
	background: #fff !important;
	border: 1px solid var(--primary);
	color: var(--primary);
}

/*new-design*/
 .hero {
      padding: 42px 0 24px;
    }

.hero-shell {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 32px;
	align-items: center;
	padding: 32px;
	border-radius: 34px;
	background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(236,243,255,0.86));
	border: 1px solid var(--border);
	box-shadow: var(--shadow);
	overflow: hidden;
	position: relative;
}

.hero-shell::after {
	content: "";
	position: absolute;
	right: -80px;
	bottom: -100px;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(126, 149, 208, 0.18) 0%, rgba(126, 149, 208, 0) 72%);
	pointer-events: none;
}

.eyebrow {
	display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--border);
    color: var(--black);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin-bottom: 16px;
}

.hero h1 {
	margin: 0;
    font-size: clamp(30px, 4vw, 45px);
    line-height: 0.98;
    letter-spacing: -0.055em;
    font-weight: 600;
	color: var(--title-color);
	max-width: 680px;
}

.hero p {
	margin: 18px 0 0;
    font-size: 17px;
    line-height: 1.65;
    color: var(--muted);
    max-width: 620px;
	margin-bottom: 40px;
}


.hero-search{
	border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow);
	border-radius: 20px;
	display: flex
}

.hero-search .search-box {
    height: 60px;
	margin: 0;
	position: relative;
    width: 100%;
}
.hero-search.landing .search-box .form-control {
    padding: 0 5px 0 30px;
}
.hero-search .dropdown {
    width: 100%;
}
.hero-search .search-box.form-group .dropdown-toggle {
    background: transparent !important;
    padding: 0;
	border: 0;;
	width: 100%;
	margin: 0;
	height: 100%;
	&:hover{
		background: transparent;
	}
}
.hero-search .search-box .form-control {
    background: none !important;
    border: 0;
    box-shadow: none;
    color: #263238;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    padding: 10px 10px 10px 35px;
    width: 100%;
}
.hero-search .search-box .iconify {
    color: var(--title-color);
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.hero-search .dropdown-menu.show {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #00000026;
    left: auto;
    margin-top: 4px;
    min-width: 160px;
    padding: 0;
    right: 0;
}
.hero-search .dropdown-menu {
    max-height: 250px;
    overflow-y: auto;
}
.dropdown-menu .dropdown-item {
    color: var(--text-color);
    font-size: 13px;
    font-weight: 400;
    outline: none;
    padding: .5rem 1rem;
}
.doctor-list-item .doc-img {
    border-radius: 30px;
    display: flex;
    height: 60px;
    min-width: 60px;
    overflow: hidden;
    width: 60px;
}
.doctor-list-item .doc-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.doctor-list-item .doc-detail .doc-top {
    align-items: baseline;
    color: #00233a;
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 3px;
}
.doctor-list-item .doc-detail .doc-addr {
    color: #455a64;
    font-size: 12px;
}
.doctor-list-item .doc-detail .doc-top .doc-name {
    color: #00233a;
    font-size: 14px;
    font-weight: 500;
    font-weight: 400;
    margin: 0;
}
.doctor-list-item .doc-detail .doc-desc {
    background: #b6cddb;
    border-radius: 15px;
    color: #384248;
    display: inline-block;
    font-size: 10px;
    margin-bottom: 2px;
    padding: 3px 8px;
}
.doctor-list-item {
    border-bottom: 1px solid #ccd3d8;
    display: flex;
    gap: 15px;
}
.hero-search.landing .search-box .iconify {
    left: 7px;
}
.hero-search.landing .form-group .dropdown:after {
    background-color: #07669d;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
.hero-search.landing .hsearch-btm {
    border: 0;
    flex: 1 1;
    padding: 0 0 0 10px;
}
.hero-search .hsearch-btm {
    border: 1px solid #07669d;
    border-radius: 6px;
    display: flex;
    padding: 5px;
}
.hero-search .search-box .form-control {
    background: none !important;
    border: 0;
    box-shadow: none;
    color: #263238;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
   padding: 0 5px 0 22px;
    width: 100%;
}
.hero-search.landing .hsearch-btm .btn {
    font-size: 14px;
    height: 100%;
    line-height: 40px;
	margin: 0;
	border-radius: 0 20px 20px 0;
}
.hero-search .form-group{flex: 1.1 1;}
.hero-note {
	margin-top: 14px;
	font-size: 14px;
	color: #7281a0;
	font-weight: 500;
}

.hero-visual {
	border-radius: 28px;
	min-height: 610px;
	background:
	linear-gradient(180deg, rgba(235,242,255,0.34), rgba(216,228,250,0.18)),
	url('.././images/home/hero-banner.jpeg') center center / cover no-repeat;
	border: 1px solid rgba(94, 108, 155, 0.08);
	position: relative;
	overflow: hidden;
}

.hero-visual::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(245,248,255,0.26) 0%, rgba(245,248,255,0) 40%);
}

.section {
	padding: 28px 0;
}

.section-head {
	text-align: center;
	margin-bottom: 28px;
}

.section-head h2 {
	margin: 0;
	font-size: clamp(30px, 3vw, 46px);
	line-height: 1.08;
	letter-spacing: -0.04em;
	color: var(--title-color);
}

.section-head p {
	margin: 12px auto 0;
	max-width: 760px;
	font-size: 18px;
	line-height: 1.7;
	color: var(--muted);
}
.grid-4 {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.card {
	background: rgba(255,255,255,0.9);
	border: 1px solid var(--border);
	border-radius: 26px;
	box-shadow: var(--shadow);
	padding: 18px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.card:nth-child(4) .card-media img,.card:nth-child(2) .card-media img{
	object-position: top;
}
.card-media {
	aspect-ratio: 4 / 3.2;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid rgba(94, 108, 155, 0.08);
	background: linear-gradient(180deg, #f8fbff 0%, #edf3ff 100%);
}

.card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card h3 {
	margin: 0;
	font-weight: 600;
    font-size: 20px;
	line-height: 1.05;
	color: var(--title-color);
}

.card p {
	margin: 0;
	color: var(--muted);
	line-height: 1.68;
	font-size: 15px;
}

.card a {
	margin-top: auto;
	color: var(--primary);
	font-weight: 500;
    text-decoration: none;
}

.stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 26px;
}

.stat {
	padding: 24px 14px;
	text-align: center;
	border-radius: 22px;
	background: rgba(255,255,255,0.88);
	border: 1px solid var(--border);
	box-shadow: var(--shadow);
}

.stat strong {
	display: block;
	font-size: 42px;
	line-height: 1;
	color: var(--title-color);
	letter-spacing: -0.05em;
	margin-bottom: 8px;
}

.stat span {
	color: var(--muted);
	font-size: 15px;
}

.benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 18px;
}
.benefit-outer{
	display: flex;
	gap:10px;
}

.benefit {
	background: rgba(255,255,255,0.9);
	border: 1px solid var(--border);
	border-radius: 24px;
	box-shadow: var(--shadow);
	padding: 22px;
}

.benefit-icon {
	width: 54px;
	height: 54px;
	border-radius: 16px;
	display: grid;
	place-items: center;
	font-size: 24px;
	background: linear-gradient(180deg, #eef4ff 0%, #dfe8ff 100%);
	color: var(--primary);
	margin-bottom: 16px;
	flex-shrink: 0;
}

.benefit h4 {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.14;
	color: var(--title-color);
	max-width: 200px;
}

.benefit p {
	margin: 0;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.65;
}

.cta {
	margin-top: 22px;
	padding: 46px 24px;
	text-align: center;
	border-radius: 30px;
	background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(233,240,255,0.86));
	border: 1px solid var(--border);
	box-shadow: var(--shadow);
}

.cta h3 {
	margin: 0;
	font-size: clamp(30px, 3vw, 46px);
	line-height: 1.08;
	color: var(--title-color);
	letter-spacing: -0.04em;
}

.cta p {
	margin: 12px auto 22px;
	max-width: 740px;
	color: var(--muted);
	font-size: 18px;
	line-height: 1.7;
}
.nav-links {
    display: flex;
    align-items: center;
    gap: 10px;
	padding: 6px;
    background: var(--menu-bg);
    border: var(--menu-border);
    box-shadow: var(--menu-shadow);
    border-radius: 18px;
}
.nav-links a.nav-link {
    /* padding: 12px 18px;
    border-radius: 12px;
    font-weight: 500;
	font-size:16px; */
	
}
.nav-links a.nav-link:hover, .nav-links a.nav-link.active {
	    background: rgba(94, 108, 155, 0.08);
		color:var(--primary-dark) !important
}
.nav-links a.nav-link.active {
	background: var(--menu-active-bg);
    color: white !important;
    box-shadow: var(--menu-active-shadow);
}
@media (max-width: 1180px) {
	.hero-shell {
		grid-template-columns: 1fr;
	}

	.hero-visual {
		min-height: 500px;
	}

	.grid-4,
	.stats,
	.benefits,
	.footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}

@media (max-width: 740px) {
	.container {
		width: min(var(--container), calc(100% - 24px));
	}

	.navbar {
		gap: 12px;
	}

	.brand {
		font-size: 22px;
		gap: 10px;
	}

	.brand img {
		height: 42px;
	}

	.footer .brand img {
		height: 38px;
	}

	.btn {
		height: 42px;
		padding: 0 14px;
		border-radius: 14px;
		font-size: 14px;
	}

	.hero-shell {
		padding: 22px;
	}

	.hero h1 {
		font-size: 40px;
	}

	.hero p,
	.section-head p,
	.cta p {
		font-size: 16px;
	}

	.search-box {
		grid-template-columns: 1fr;
	}

	.grid-4,
	.stats,
	.benefits,
	.footer-grid {
		grid-template-columns: 1fr;
	}
	.benefit h4{
		max-width: 100%;
		min-height: 35px;
		margin:auto 0;
	}
}
.formfield>input{
	border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 18px rgba(94, 108, 155, 0.06);
	border-radius: 14px;
}
.formfield>label{
	border:0;
	box-shadow: none;
}
