/*Topbar Css*/
.topbarsec {
	padding: 1.5rem 0;
	background: #29A61A;
}
.topbarsec p {
	color: white;
	font-size: 1.6rem;
	font-family: Poppins;
	font-weight: 700;
	word-wrap: break-word
}

/*Header Css*/
.siteheader .row{
	justify-content: space-between;
	align-items: center;
}
.siteheader {
	padding: 2.8rem 0;
}
.navigationwrapper ul {
	display: flex;
	justify-content: right;
	align-items: center
}
.navigationwrapper ul li a {
	color: #464646;
	font-size: 1.75rem;
	font-family: Poppins;
	font-weight: 600;
	text-transform: capitalize;
	display: inline-block;
	text-decoration: none;
	margin: 0 15px;position: relative;
}
.navigationwrapper ul li a svg{postion:absolute;}
.navigationwrapper ul li:first{margin-right: 10px;}
.navigationwrapper ul li a:hover {
	color: #2a7b21;
}
.navigationwrapper ul li.button a {
	border-radius: 10px;
	color: white;
	display: flex;
	font-size: 1.6rem;
	font-family: Poppins;
	font-weight: 500;
	text-transform: capitalize;
	word-wrap: break-word;
	width: 24rem;
	height: 6.4rem;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin-left: 2rem;
}
.navigationwrapper ul li.button a.greenbtngradient {
	background: linear-gradient(90deg, #106B06 0%, #29A61A 100%);
}
.navigationwrapper ul li.button a.blackgreengradient {
	background: linear-gradient(270deg, #106B06 0%, black 100%);width: auto;padding: 0 30px;
}
.navigationwrapper ul li.button a.greenbtngradient:hover {
	background: linear-gradient(90deg, #106B06 0%, #106B06 100%);
}
.navigationwrapper ul li.button a.blackgreengradient:hover {
	background: linear-gradient(270deg, #106B06 0%, #106B06 100%);
}
.greenbutton:hover {
    background: #16790b;
}

/*Home Banner Css*/
.mainbanner {
	height: 90rem;background: linear-gradient(90deg, #106B06 0%, #29A61A 100%);
}
.page-template-heath-hub-php .mainbanner{height: auto;}
.imageright img {
	width: 100%;
}
.mainbanner .imageright{    margin-right: -85px;}
.mainbanner .row {
	align-items: center;	
	height: 100%;
}
.mainbanner .container {	
	height: 100%;
}
.bannercontent h1 {
	color: white;
	font-size: 51px;
	font-family: Poppins;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.2;
	letter-spacing: 0.36px;
	margin-bottom: 1rem;
	word-wrap: break-word
}
.bannercontent p {
	color: #F6C852;
	font-size: 2.4rem;
	font-family: Poppins;
	font-weight: 600;
	line-height: 1.4;
	margin-top:0;
	word-wrap: break-word
}
.mainbanner .container .col-5{width:60%;}
.mainbanner .container .col-45{width:40%;}
.btn {
	color: white;
	display: flex;
	font-size: 2rem;
	font-family: Poppins;
	font-weight: 500;
	word-wrap: break-word;
	width: auto;padding: 0 15px;
	height: 6.4rem;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin-left: 0px;
	border: 1px solid #ddd;
}
.formsec .btn{font-size: 18px;}
.radiusbtn {
	border-radius: 100px;
}
.greenbutton {
	background: #23CF7C;padding: 0 25px;
}
.bannercontent .greenbutton {
	border-color: #fff;
}
.bannercontent hr {
	background: #F6C852; border-radius: 50px;height:4px;margin: 10px 0 35px 0;
}
.bannercontent .buttongrp {
	margin: 0 -1rem;
}
.bannercontent .buttongrp .button {
	padding: 1rem 1rem;
	width: 50%;
}
.bannercontent .buttongrp .button .whitegreengradient {
	background: linear-gradient(90deg, #FCF6ED 50%, #23CF7C 100%); border-radius: 8px; border: 2px white solid;	width: 100%;color: #106B06; font-weight: 600;
}
.bannercontent .buttongrp .button .whitegreengradient:hover {
    background: linear-gradient(90deg, #23CF7C 50%, #23CF7C 100%);color: #fff;
}

/* Sub Menu */
header.siteheader {
    position: relative;
}
.dropdown {
    position: absolute;
    top: 8rem;
    left: 0;
    width: 100%;
    background: #FCF6ED;
    padding: 6rem 4.4rem;
    z-index: 99;
	max-width: 1680px;
    margin: 0 auto;
}
.dropdown  .flex-box {
    display: flex;
    align-items: flex-start;
}
.dropdownrow .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.dropdownrow .image {
    height: 25rem;
    padding-right: 8rem;
}
.dropdownrow ul.dropdownnav {
    padding-right: 3rem;
}
.dropdownrow .dropdownnav li:last-child a {
	margin-bottom: 0;
}
.dropdownrow ul.dropdownnav li a {
    color: #464646;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    margin-bottom: 8rem;
    display: inline-block;
}
.dropdownrow ul.dropdownnav li a:hover {
	color: #2a7b21;
}
.healthhub-dropdown h4 {
    color: #202020;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}

.healthhub-dropdown h4:after {
    content: "";
    background: #106B06;
    border-radius: 1rem;
    width: 4.5rem;
    height: 0.3rem;
    position: absolute;
    bottom: -9px;
    left: 0;
}

.healthhub-dropdown .dropdownnav {
    padding-top: 30px !important;
}
.healthhub-dropdown .dropdownnav li a {
    color: #202020;
    font-size: 12px !important;
    font-family: Poppins;
    font-weight: 300;
    line-height: 1.9rem;
    margin-bottom: 1rem !important;
}
.healthhub-dropdown .dropdownnav li:last-child {
	text-align: end;
}
.healthhub-dropdown .dropdownnav li:last-child a {
	font-size: 8px;
}
.dropdown .flex-box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: left;
}
.sharenew .sharetarget svg {
    width: 12px;
    height: 12px;
}
.logowrap img {
	width: 18rem;
}
.healthhub-dropdown .col-2 {
    margin-bottom: 5rem;
    padding-right: 2rem;
    padding-left: 2rem;
    border-right: 1px solid #DFCBBE;
}
.healthhub-dropdown .flex-box .col-2:nth-child(5), .healthhub-dropdown .flex-box .col-2:last-child {
	border-right: none !important;
}
.breadcrumbs {
    padding: 2rem;
}
.breadcrumbs ul li {
    font-size: 1.75rem;
    line-height: 1;
    font-weight: 500;
    color: #55585d;
    font-family: 'Poppins';
    position: relative;
    padding-right: 30px;
}
.breadcrumbs ul {
    display: flex;
    align-items: center;
}
.breadcrumbs ul li a {
    color: #55585d;
	text-decoration: none;
}
.breadcrumbs ul li:last-child a {
    color: #29A61A;cursor: auto;
}
.breadcrumbs ul li:not(:last-child):after {
    position: absolute;
    right: 8px;
    content: ">";
}
.dropdown.healthhub-dropdown {
    padding-bottom: 0;
}
.dropdown.medicalcertificate-dropdown {
    padding: 6rem 8rem;
}

/* Sliding green border effect on li a hover */
li a {
    position: relative;
    transition: color 0.2s;
}

.navigation li a::after, .dropdownnav li a::after, .breadcrumbs li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #1b850f;
    transition: width 0.3s cubic-bezier(.4,0,.2,1);
    border-radius: 2px;
}
.breadcrumbs li:last-child a::after {display: none;}

.dropdownnav li a::after {height: 2px;}
.navigation li.button a::after { display:none;}
li a:hover::after,
li a:focus::after, .breadcrumbs li a:hover::after {
    width: 100%;
}
.navigationwrapper li.button:last-child a {
	margin-right: 0;
}
/* Responsive Css */
@media(min-width: 2450px) {
	.container {    
		max-width: 1550px;
	}
	.dropdown {    
		max-width: 1650px;
	}
	html {
		font-size: 9.5px;
	}
}
@media(max-width: 2450px) {
  html {
	font-size: 9px;
  }
}
@media(max-width: 1600px) {
  html {
    font-size: 8px;
  }
  .container {
	/*width: 92%;*/
  }
	.spacepd90 {
		padding-bottom: 80px !important;
		padding-top: 80px !important;
	}
	.selecthealthhublist {
		padding-top: 0 !important;
	}
	.lastestarticlesec.spacepd90 {
		padding-top: 20rem !important;
	}
}
@media(max-width: 1380px) {
  html {
    font-size: 7px;
  }
}
@media(max-width: 1100px) {
  html {
    font-size: 40%;
  }
}