

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

:root {
	--font42: 34px;
	--font30: 30px;
	--font20: 20px;
	--font22: 22px;
	--font18: 18px;
	--font16: 16px;
	--font14: 14px;
	--btngradient: linear-gradient(to bottom, #0da57e, #017557);
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: var(--font16);
	line-height: 26px;
	color: #263238;
	margin-top: 100px;
}

p {
	font-size: var(--font16);
	line-height: 26px;
	padding-bottom: 15px;
	color: #263238;
	font-weight: 400; 
}

li {
	list-style-type: none; 
}

a {
	color: #858585;
	text-decoration: none;
	transition: all 0.3s ease;
    word-break: break-word;
}

a:focus {
	outline: 0
}

h1 {
	color: #222222;
	font-size: var(--font42);
	line-height: 52px;
	margin-bottom: 10px
}

h2 {
	font-size: var(--font22);
	line-height: 1.2;
	font-weight: 700;
	color: #333A45;
	margin-bottom: 15px
}

input,
textarea,
button,
select {
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: var(--font16);
	line-height: 26px;
	-webkit-appearance: none;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	background: none;
	color: #000;
	border: 0;
	padding: 0;
	border-bottom: 1px solid #dbdbdb;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, button::-webkit-input-placeholder, select::-webkit-input-placeholder {
	color: #ACACAC;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, button:-ms-input-placeholder, select:-ms-input-placeholder{
	color: #ACACAC;
}
input::placeholder , textarea::placeholder , button::placeholder , select::placeholder {
	color: #ACACAC;
}

img {
	display: block;
	max-width: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
}
th, td {
  padding: 12px;
}

section{
	overflow: hidden;
}

/*common-classes*/
.wrapper {
	max-width: 1240px;
	margin: 0 auto;
	width: 100%;
	padding: 0 15px;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

div [class^="col-"] {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-10 {
	-ms-flex: 0 0 10%;
	flex: 0 0 10%;
	max-width: 10%;
}

.col-20 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.col-25 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-30 {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}

.col-33 {
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
}

.col-40 {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}

.col-50 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-60 {
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
}
.col-66{
	-ms-flex: 0 0 66.67%;
	flex: 0 0 66.67%;
	max-width: 66.67%;
}
.col-70 {
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
}

.col-80 {
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
}

.col-90 {
	-ms-flex: 0 0 90%;
	flex: 0 0 90%;
	max-width: 90%;
}

.col-100 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.com-pad {
	padding: 60px 0;
}

.txt-button {
	font-size: var(--font16);
	font-weight: 700;
	line-height: 26px;
	color: #37A989;
	position: relative;
}

.all-locations {
	padding-right: 30px;
}

.all-locations:after {
	content: "";
	background: url(../images/map-viewalllocation.svg) no-repeat center center;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 0;
	top: 0;
	background-size: 100% 100%;
}

.clearfix:after,
.clearfix:before,
footer .col-46:after,
footer .col-46:before,
.sub-menu-box:after,
.sub-menu-box:before {
	content: "";
	display: block;
	clear: both;
}
.clr{display: block;
	clear: both;}
.default-bgbtn {
	display: inline-block;
	padding: 8px 25px;
	border-radius: 7px;
	color: #fff;
	font-size: var(--font14);
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	/*z-index: 1;*/
	z-index: 0;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
}
.default-bgbtn:after {
  	content: "";
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background-color: #37a989;
  	border-radius: 7px;
  	z-index: -2;
}
.default-bgbtn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #41BA98;
  transition: all 0.3s;
  border-radius: 7px;
  z-index: -1;
}
.default-bgbtn:hover {
  color: #fff;
}
.default-bgbtn:hover:before {
  width: 100%;
}
.default-bgbtn:hover {
	background-position: -200%;
	transition: all 0.3s ease-out;
}

.default-bgbtn.border-button{
	border: 1px solid #37a989;
	color: #37a989;
}
.default-bgbtn.border-button:after{
	display: none;
}
.default-bgbtn.border-button:hover{
	color: #fff;
}

.underline-btn{
  	color: #37a989;
  	padding: 10px 30px;
  	display: inline-block;
  	border: 3px solid transparent;
  	position: relative;
  	font-size: var(--font16);
  	cursor: pointer;
	line-height: 26px;
	font-weight: 700
}
.underline-btn .text {
  transform: translate3d(0, 0.7em, 0);
  display: block;
  transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}
.underline-btn:after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: calc(0.7em * 1.2);
  right: calc(0.7em * 1.2);
  height: 2px;
  background: #2DA771;
  transition: transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s, right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s;
  transform-origin: left;
}
.underline-btn .line {
  position: absolute;
  background: #2DA771;
}
.underline-btn .line.-right, .underline-btn .line.-left {
  width: 2px;
  bottom: -3px;
  top: -3px;
  transform: scale3d(1, 0, 1);
}
.underline-btn .line.-top, .underline-btn .line.-bottom {
  height: 2px;
  left: -3px;
  right: -3px;
  transform: scale3d(0, 1, 1);
}
.underline-btn .line.-right {
  right: -3px;
  transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
  transform-origin: top;
}
.underline-btn .line.-top {
  top: -3px;
  transition: transform 0.08s linear 0.43s;
  transform-origin: left;
}
.underline-btn .line.-left {
  left: -3px;
  transition: transform 0.08s linear 0.51s;
  transform-origin: bottom;
}
.underline-btn .line.-bottom {
  bottom: -3px;
  transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
  transform-origin: right;
}
.underline-btn:hover .text,
.underline-btn:active .text {
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s;
  color:  #2DA771
}
.underline-btn:hover:after,
.underline-btn:active:after {
  transform: scale3d(0, 1, 1);
  right: -3px;
  left: -3px;
  transform-origin: right;
  transition: transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s, right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s;
}
.underline-btn:hover .line,
.underline-btn:active .line {
  transform: scale3d(1, 1, 1);
}
.underline-btn:hover .line.-right,
.underline-btn:active .line.-right {
  transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
  transform-origin: bottom;
}
.underline-btn:hover .line.-top,
.underline-btn:active .line.-top {
  transition: transform 0.08s linear 0.4s;
  transform-origin: right;
}
.underline-btn:hover .line.-left,
.underline-btn:active .line.-left {
  transition: transform 0.08s linear 0.48s;
  transform-origin: top;
}
.underline-btn:hover .line.-bottom,
.underline-btn:active .line.-bottom {
  transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
  transform-origin: left;
}
/*.arrow-btn {
	position: relative;
	color: #35A88C;
	font-weight: 500;
	padding-right: 40px;
}

.arrow-btn:hover {
	padding-right: 45px
}

.arrow-btn:after {
	content: "";
	background: url(../images/form-arrow.svg) no-repeat center center;
	height: 30px;
	width: 30px;
	position: absolute;
	top: -4px;
	right: 0;
	background-size: 100% 100%;
	transform: rotate(270deg);
}*/

.height-full {
	height: 100%
}

.slick-dots {
	position: absolute;
	left: 0;
	bottom: 12px;
	width: 100%
}

.slick-dots li {
	display: inline-block;
	height: 25px;
	width: 25px;
	padding: 5px;
	border: 0;
	margin-right: 10px;
	overflow: hidden;
	cursor: pointer;
}

.slick-dots li.slick-active {
	border: 1px solid #59A68B;
}

.slick-dots li button {
	padding: 0;
	height: 100%;
	width: 100%;
	background: #59A68B;
	text-indent: 40px;
}

h1.heading-h1green {
	font-weight: 300;
	color: #1B9D79;
}

h1.black-heading {
	font-weight: 400;
}

.heading-h1green {
	font-weight: 300;
	color: #1B9D79;font-size: var(--font42);
    line-height: 1.2;
}

.heading_margin {
	margin-top: 50px;
}


.second-title {
	font-weight: 800;
	font-size: var(--font20);
	line-height: 25px;
	color: #2C2C2C;
	margin: 30px 0 15px 0;
}

.img-bx img, .img img{
	width: 100%
}
.pd-left50 {
	padding-left: 50px !important;
}
.pd-right50 {
	padding-right: 50px
}
.mg-top15 {
	margin-top: 15px;
}
.mg-btm25 {
	margin-bottom: 25px;
}
.txt-center {
	text-align: center;
}
.dark-font p {
	color: #1A1A1A
}
.no-bannerpage {
	padding: 100px 0 60px
}
.pt-0{padding-top: 0 !important;}
.greentxt{ color: #1B9D79; }
.hidden-overflow {
	overflow: hidden;
}
.mg-50bt{
	margin-bottom: 50px
}

.default-ul li{
	position: relative;
	font-size: var(--font16);
	line-height: 26px;
	color: #263238;
	margin-bottom: 15px;
	padding-left: 20px;
}
.default-ul li:last-child{
	margin-bottom: 0
}
.default-ul li:before{
	content: "";
	height: 10px;
	width: 10px;
	background: #37A989;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
}

/*tabs*/
.tb-content {
	display: none;
}

.tb-content.displayblock {
	display: block;
}

.responsive-tb ul li {
	display: inline-block;
	margin: 0 40px 30px 0;
	position: relative;
	font-weight: 500;
	padding-bottom: 8px;
	transition: all 0.5s ease;
}

.responsive-tb ul li:after {
	content: "";
	height: 4px;
	width: 100%;
	background: #2DA771;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.5s ease;
	display: none;
}

.responsive-tb ul li.active:after {
	display: block;
}

.responsive-tb ul li a {
	color: #919191
}

.responsive-tb ul li.active a {
	color: #333A45
}

/*slide-fixlinks*/
.slide-fixlinks {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
 
   
 
    	 
}

/* 

.link-box {
	bottom: 60px;
	right: 0;
	width: 250px;
	position: absolute;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
 
}*/

/*.slide-fixlinks:hover .link-box {
	opacity: 1;
	visibility: visible;
	display: block;
}*/

.slide-fixlinks ul li {
    width: 48px;
    height: 48px;
    padding-left: 48px;
    position: relative;
    cursor: pointer;
    
}
.slide-fixlinks li span {
    display: block;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(0,0,0,.7);
 background: linear-gradient(180deg, #37A989 0%, #2BA39F 100%) 0% 0%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(180deg, #37A989 0%, #2BA39F 100%) 0% 0%;
    font-size: 16px;
    font-size: var(--font-16);
    height: 48px;
    line-height: 30px;
    overflow: hidden;
    padding: 10px 60px 10px 20px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(380px);
    transform: translate(380px);
    border-radius: 10px 0 0 10px;
    transition: all .5s ease-in-out;
    width: 0;
}

.slide-fixlinks li:hover span {
    -webkit-transform: translate(0);
    transform: translate(0);
    width: 223px;
   
  
}

 .slide-fixlinks ul li:hover {

} 

.slide-fixlinks ul li:hover a {
	color: #fff;
}

/*header*/
header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 25;
	background-color: #fff;
	transition: all 0.5s ease;
}
.color-bg {
	background: #FAFAFA;
	padding:15px 0 40px ;
	margin-top: -8px;
	transition: all 0.5s ease;
}
.color-bg .wrapper{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}

.logo {
	width: 370px  ;
	margin-right: 30px;
	transition: all 0.5s ease;
}
.logo img {
	width: 100%
}

.search-bar {
	width: 35% !important;
	margin-right: 30px;
	    transition: all 0.5s ease;
}
.search-bar input[type="text"] {
	border: 1px solid #C4C4C4;
	border-radius: 20px;
	background: #fff url(../images/search-icon.svg) no-repeat center left 18px;
	height: 37px;
	font-size: var(--font14);
	line-height: 24px;
	padding: 0 15px 0 45px;
}
.right-linksheader {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.right-linksheader span.twitter-typeahead{width: 100%;}
.right-linksheader ul{
	display: flex;
	align-items: center;
}
.right-linksheader li {
	margin-right: 20px;
	line-height: 1;
}
.right-linksheader li a.phone-number {
	font-size: var(--font14);
	position: relative;
	color: #37A888;
	/* line-height: 24px */
}



@media (max-width: 634px) {
	.right-linksheader li a.phone-number {
		line-height: 24px
	}
}
.right-linksheader li a.phone-number:before {
	content: "";
	position: relative;
	top: 2px;
	left: -8px;
	background: url(../images/call-icon.svg) no-repeat center center;
	height: 14px;
	width: 14px;
	display: inline-block;
	background-size: 100% 100%;
}
.right-linksheader li a.default-bgbtn {
	font-size: 10px;
	line-height: 15px;
	padding:13px 15px;
}

.right-linksheader li:nth-child(2) a {
	height: 40px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
/*.right-linksheader li:nth-child(3) a{
	display: flex;
	align-items: center;
}*/

/*nav-bar-whitestrip*/
.nav-linkbox {
	margin-top: -25px;
	transition: all 0.5s ease;
}
.nav-inside{
	background: #fff;
	max-width: 1024px;
	margin: 0 auto;
	box-shadow: 0px 5px 16px #0000000D;
}
.nav-linkbox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nav-linkbox li {
	position: relative;
	transition: all 0.5s ease;
}
.nav-linkbox ul li:hover {
    background: #37A888;
}
.nav-linkbox li a {
	display: block;
	padding: 15px 20px;
	color: #333A45;
	font-size: var(--font14);
	line-height: 24px;
	margin: 0 10px 0 0;
	position: relative;
}
.nav-linkbox ul li:hover a {
	color: #fff
}
.nav-linkbox li.drop-downmenu span {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #333A45;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(0, -50%);
	transition: all 0.5s ease;
}
.nav-linkbox ul li:hover a span {
	border-top: 6px solid #fff;
}
.nav-linkbox li.drop-downmenu:hover span {
	transform: translate(0, -50%) rotate(180deg);
}
.nav-linkbox .sub-menu-box{
	position: fixed;
    top: 183px;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    z-index: 10;
    overflow: hidden;
}
.full-menu {
	position: relative;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 5px 16px #37A9891D;
	max-width: 1024px;
	/* margin: 10px auto 0 auto; */
	margin: 0 auto;
}
.full-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.full-menu li {
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	max-width: 32%;
}
.full-menu li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 24px;
	margin: 0px auto;
/*	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #37A888;*/
    height: 7px;
    width: 7px;
    background: #2E9368;
    border-radius: 50%;
}
.full-menu li:hover {
	background: none !important;
}

.full-menu li a {
	margin: 0;
	color: #303030 !important;
}
.full-menu li:hover a {
	color: #37A888 !important;
}
.nav-linkbox li.drop-downmenu:hover .sub-menu-box {
    height: auto;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
    overflow: inherit;
}

/*fix-header*/
header.fix-header .nav-linkbox {
    background: #fff;
    box-shadow: 0px 8px 6px -6px #00000029;
}
header.fix-header .nav-inside{
	box-shadow: none;
}
header.fix-header .color-bg{
	padding: 10px 0 35px ;
}
header.fix-header .logo{
	width: 280px;
}
header.fix-header .search-bar {
    width: 35%;
}
header.fix-header .nav-linkbox li a{
	padding: 12px 20px;
}
header.fix-header .nav-linkbox .sub-menu-box{
	top: 151px;
}
header.fix-header .full-menu{
	padding: 15px 20px;
}


/*burger-menu*/
header .wrapper {
	position: relative;
}
.hamburger-icon{
	cursor: pointer;
	z-index: 50;
}
.hamburger-icon>span {
	display: inline-block;
	position: relative;
	height: 2px;
	width: 28px;
	border-radius: 1px;
	background: #30A596;
	vertical-align: middle;
}
.hamburger-icon>span:before,
.hamburger-icon>span:after {
	display: inline-block;
	position: absolute;
	content: "";
	height: 2px;
	width: 28px;
	border-radius: 1px;
	background: #30A596;
	transition: all 200ms;
}
.hamburger-icon>span:before {
	top: -9px;
	left: 0;
}
.hamburger-icon>span:after {
	top: 9px;
	left: 0;
}
.menu-humburger .wrapper {
	position: relative;
	margin-top: 40px;
}
.menu-humburger {
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
	transition: all 500ms ease-in-out;
	position: fixed;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100%;
	z-index: 1;
	display: flex;
    justify-content: center;
    align-items: center;
}
.menu-humburger:before {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100vh;
	background: rgb(55, 169, 137);
	background: linear-gradient(180deg, rgba(55, 169, 137, 1) 0%, rgba(43, 163, 159, 1) 100%);
	;
	transition: all 500ms ease-in-out;
	clip-path: circle(30px at calc(100% - 65px) 65px);*/
	visibility: hidden;
}
.menu-humburger.open-menu:before {
	visibility: visible;
	clip-path: circle(100%);
}
.menu-humburger.open-menu {
	visibility: visible;
	opacity: 1;
	transition: all 500ms ease-in-out;
	z-index: 39;
}
.hamburger-icon.closeicon span{
	height: 0;
}
.hamburger-icon.closeicon span:after, .hamburger-icon.closeicon span:before {
  top: 0px;
  left: 0;
  width: 34px;
  background: #fff;
}
.hamburger-icon.closeicon span:after {
  transform: rotate(-45deg);
}
.hamburger-icon.closeicon span:before {
  transform: rotate(45deg);
}

.links-humburger {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.links-humburger ul li {
	font-size: var(--font30);
	font-weight: 400;
	margin-bottom: 50px;
}
.links-humburger ul li a {
	color: #FFFFFF;
}

.side-links {
	background: #eaeaea1f;
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	padding: 30px 40px;
	border-radius: 10px;
	margin-top: 20px;
}
.caring-logo {
	margin-top: 30px;
}

.caring-logo img {
	margin: 0 0 0 auto;
}

.extralinks {
	padding: 35px 0;
}

.extralinks li {
	width:50%;
	padding: 0 15px;
	float: left;
	text-align: center;
	font-size: var(--font16);
	line-height: 26px;
}
.extralinks li a {
	color: #fff;
}

.extralinks li .icon-img {
	height: 60px;
	overflow: hidden;
	margin-bottom: 15px;
}

.extralinks li .icon-img img {
	margin: 0 auto;
}

.border-bottom {
	border-bottom: 1px solid #fff;
}

.copy-txtbx {
	padding: 20px 0
}

.copy-txtbx li {
	float: left;
	width: 40%;
	padding: 0 15px;
	color: #fff;
}
.copy-txtbx li:first-child{width: 60%;}

.copy-txtbx li span {
    background: url(../images/mail-icon.svg) no-repeat left center;
    padding-left: 25px;
    display: block;
}
.copy-txtbx li .copy-txt {
    display: inline-block;
}

.copy-txtbx li.whatsapp span {
	background: url(../images/whatsapp-icon.svg) no-repeat left center;

}

 

.social-iconbx {
	padding-top: 20px
}

.social-iconbx h2 {
	font-weight: 400;
	color: #fff;
	font-size: var(--font16);
	margin-bottom: 12px;
	line-height: 26px;
}

.social-iconbx li {
	display: inline-block;
	margin-right: 40px
}

/*footer*/
footer {
    background: #151515;
    position: relative;
   
}

footer .center-loctions {
	padding-bottom: 60px;
}

footer h2 {
	color: #fff;
}

footer .fo-link ul li {
	position: relative;
	padding: 0 0 15px 18px;
}
footer .fo-link ul li.remvIcn:before {display: none;}
footer .fo-link ul ul {
    padding-top: 0;
    font-size: 14px;
  
   padding-top: 12px;
}

 

	footer .fo-link ul ul li {padding-bottom: 5px;line-height: 22px;
	}
	.sbLksFtr{display: none;
   transition: all 0.2s ease;}
footer .fo-link li a{
	color: #fff;position: relative;display: block;
}
footer .fo-link li a:hover{	color: #2E9368;

	}
footer .col-46 {
	-ms-flex: 0 0 46%;
	flex: 0 0 46%;
	max-width: 46%;
}
footer .fo-link li a.addIcon:before {
    content: '';
    position: absolute;
    left: -18px;
    top: 12px;
    width: 13px;
    height: 3px;
    background: #2E9368;
    transition: transform 0.5s ease-in-out;
    margin-top: -1.5px;
    border-radius: 3px;
}
footer .fo-link li a.addIcon:after {
    content: '';
    position: absolute;
    left: -13px;
    top: 13px;
    width: 3px;
    height: 13px;
    background: #2E9368;
    
    margin-top: -7px;
    border-radius: 3px;
    transition: transform 0.3s ease-in-out;
}
footer .fo-link li a.addIcon.act:after{height: 0;
}
/*footer .col-46 .fo-link li {
	width: 50%;
}

footer .col-46 .fo-link li:nth-child(odd) {
	float: left;
}

footer .col-46 .fo-link li:nth-child(even) {
	float: right;
}
*/
.footer-form , .social-footer{
	margin-bottom: 25px;
	position: relative;
}
.emailUs ul li a{color: #fff;}
.emailUs ul li a:hover {
    color: #2E9368;
}

.footer-form input[type="text"] {
	border: 0.5px solid #FFFFFF;
	border-radius: 8px;
	color: #fff;
	padding: 0 50px 0 15px;
}

.footer-form button {
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 50px;
	background: url(../images/arrow-white-icon.svg) no-repeat center center;
	font-size: 0;
}

.footer-form input[type="text"]::-webkit-input-placeholder{
	color: #fff;
	opacity: 0.83;
}

.footer-form input[type="text"]:-ms-input-placeholder {
	color: #fff;
	opacity: 0.83;
}
.footer-form input[type="text"]::placeholder{
	color: #fff;
	opacity: 0.83;
}

.social-footer li {
	display: inline-block;
	margin-right: 30px;
}

.social-footer li:last-child {
	margin-right: 0;
}

.social-footer li:hover {
	opacity: 0.7
}

footer .center-loctions h4 {
	font-size: var(--font18);
	line-height: 28px;
	position: relative;
	font-weight: 400;
	color: #fff;
	padding: 0 0 8px 20px;
}

footer .center-loctions h4:before {
	content: "";
	height: 15px;
	width: 15px;
	position: absolute;
	top: 6px;
	left: 0;
	background: url(../images/map-heading-icon.svg) no-repeat;
	background-size: 100% 100%;
}

footer .center-loctions p {
	font-size: var(--font14);
	line-height: 24px;
	padding-bottom: 0;
	color: #9E9C9C
}

footer .fo-link ul li:before {
	content: "";
	height: 10px;
	width: 10px;
	background: #2E9368;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}
footer .fo-link ul ul li:before {
    height: 3px;
    width: 8px;
    top: 9px;
    border-radius: 2px;
}
footer .center-loctions .loction-txt {
	margin-bottom: 25px;
	height: 100%;
}

footer .copy-right {
	background: #000000;
	padding: 20px 0;
	font-size: var(--font14);
	line-height: 24px;
	color: #fff;
}

footer .copy-right .legal-links {
	text-align: right;
}

footer .copy-right .legal-links ul li {
	display: inline-block;
	position: relative;
	padding-right: 15px;
	margin-right: 10px;
}

footer .copy-right .legal-links ul li:after {
    content: "";
    background: #5B616A;
    width: 1px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 4px;
}

footer .copy-right .legal-links ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}

footer .copy-right .legal-links ul li:last-child:after {
	display: none;
}
footer .copy-right .legal-links li a{
	color: #fff;
}

/*
footer .fo-link ul li.addIcon:after {
    content: "+";
    height: 16px;
    width: 16px;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 25px;
    color: #2E9368;
    font-weight: 600;
    line-height: 25px;
    transition: all 0.2s ease;
}

footer .fo-link ul li.addIcon.active:after{ content: "-";

}

footer .fo-link ul>li.addIcon>a:hover{color: #fff;}

*/

/*home-page*/
.banner-slider-home {
	padding:  0;
}

.banner-slider-home .txt {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding-right: 8%;
}

.banner-slider-home .txt p {
	color: #263238;
}

.service-card {
	overflow: hidden;
	border-radius: 18px;
	text-align: center;
	border: 1px solid #EEEEEE;
	font-weight: 600;
	background: #fff;
	margin-top: 0;
	transition: all 0.5s ease-in-out;
}

.service-card a .txt-service {
	padding: 20px 10px;
	color: #303030;
}

.img-list-service img {
	width: 100%;
}

.service-card:hover {
	background: #37A989;
	margin-top: -10px;
}

.service-card:hover a .txt-service {
	color: #fff;
}
.news-slider{
	position: relative;
	margin-bottom: 40px;
}
.news-slider:after, .scroll-dots:after{
	content: "";
	background: #BEBEBE;
	height: 2px;
	width: 90%;
	position: absolute;
	left: 5%;
	bottom: 0;
}
.news-slider .item, .related-blogslider .item{
	padding: 0 15px;
}
.scroll-dots{
	position: relative;
}
.news-slider .slick-dots, .scroll-dots .slick-dots{
	bottom: 0;
	width: 90%;
	left: 5%;
	display: flex!important;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 2px;
	justify-content: flex-start;
	overflow: hidden;
	z-index: 5;
}
.news-slider .slick-dots li, .scroll-dots .slick-dots li{
	background: none;
    border: 0;
    border-radius: 15px;
    height: 100%;
    margin: 0;
    padding: 0;
    width: inherit;
    transition: all 0.5s ease;
}
.news-slider .slick-dots li button, .scroll-dots .slick-dots li button{
	margin: 0;
    opacity: 0;
    padding: 0;
    visibility: hidden;
}
.side-spaceslider .slick-list {
	padding: 0 15% 3% 0;
	margin-left: 4%;
}
.news-slider .slick-dots li.slick-active, .scroll-dots .slick-dots li.slick-active{
	background: #000000;
}
.news-box .news-img{
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 15px;position: relative;
}
.news-box{position: relative;}
.news-box .news-img img{
	width: 100%
}
.text-news p{ min-height: 62px; line-height: 24px;}
/*banner*/
.mobile-banner {
	display: none;
}

.inner-banner img {
	width: 100%;
}

.inner-banner {
	position: relative;
}

.inner-banner .caption {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}


.caption-wd {
	width: 48%;
}
.inner-banner p{
	font-size: var(--font18)
}

/*form-style*/
.form-input {
	margin-bottom: 50px;
	position: relative;
}

.form-input label {
	color: #263238;
	font-weight: 500
}

.form-input textarea {
	resize: none;
	height: 60px;
	width: 100%;
}

.form-input .btn-wd {
	width: 180px;
}

.error {
	font-size: var(--font14);
	line-height: 24px;
	color: #f00;
}

.form-input select {
	background: url(../images/form-arrow.svg) no-repeat center right;
	padding-right: 23px;
}

.custom-upload {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 250px;
}

.custom-upload .btn-txt {
	color: #fff;
	background: rgb(55, 169, 137);
	background: linear-gradient(180deg, rgba(55, 169, 137, 1) 0%, rgba(43, 163, 159, 1) 100%);
	padding: 10px 60px 10px 20px;
	border-radius: 7px;
	font-size: var(--font14);
	cursor: pointer;
	font-weight: 600;
	position: relative;
	margin-top: 8px;
}

.custom-upload .btn-txt:after {
	content: "";
	background: url(../images/upload-icon.svg) no-repeat center center;
	height: 20px;
	width: 20px;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	right: 0;
	padding-right: 45px;
	transform: translate(0, -50%);
}

.custom-upload input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 35px;
	opacity: 0;
	cursor: pointer;
}

.custom-upload .upload-path {
	font-size: var(--font14);
	line-height: 24px;
	color: #000;
	margin-top: 10px;
}

.custom-upload .formats {
	color: #263238;
	opacity: 0.38;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

/*Careers*/
.roles-number {
	padding-left: 15%;
}
.roles-number li {
	display: block;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #ADADAD;
	text-align: center;
	line-height: 40px;
	font-size: var(--font22);
}

.roles-number li:last-child {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

.roles-number li span {
	color: #263238;
	font-size: var(--font42);
	line-height: 90px;
}

.formbx{
	margin-top: 30px;
}
.job-postbx{
	padding-bottom: 10px
}
.open-post{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 0;
    margin-bottom: 50px;
}
.post-name{
	-ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding-right: 15px;
}
.post-name h4{
	font-size: var(--font18);
	font-weight: 500;
	color: #263238;
	line-height: 28px;
}
.post-loaction{
	padding-bottom: 0;
	font-size: var(--font14);
	color: #848484
}
.open-post a{
	color: #37A989;
	font-weight: 700;
	font-size: var(--font14);
	line-height: 24px
}
.open-post a:hover{
	color: #41BA98
}

.location-job{
	font-style: var(--font20);
	line-height: 30px;
	font-weight: 500;
	color: #2C2C2C;
	margin-bottom: 20px;
}
/*thank-you*/
.thankyou-box{
	min-height: 550px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.thankyou-box .wrapper{
	max-width: 800px;
}
.thankyou-icon{
    height: 150px;
    width: 150px;
    margin: 0 auto 20px;

}
.thankyou-icon lottie-player{
	height: 100%;
	width: 100%
}
.thankyou-box p{
	font-size: var(--font20);
	line-height: 30px;
	font-weight: 500;
	color: #7B8FAF
}
.thankyou-box p span{
	color: #333A45
}
.privacy-bx{
	margin-bottom: 40px;
}
.privacy-bx:last-child{
	margin-bottom: 0;
}
.pd-right-txt{
	padding-right: 15%;
}

/*contact*/
.contact-loaction .col-33{
	margin-bottom: 30px;
}
.contact-loaction .loction-txt{
	padding: 10px 20px;
	border-radius: 8px;
	transition: all 0.5s ease;
	height: 100%;
	cursor: pointer;
}
.contact-loaction .loction-txt:hover{
	box-shadow: 0px 3px 6px #00000029;
}
.contact-loaction .loction-txt h4{
	font-size: var(--font18);
	font-weight: 400;
	color: #37A989;
	position: relative;
	padding-left: 25px;
	margin-bottom: 8px;
}
.contact-loaction .loction-txt h4:after{
	content: "";
	background: url(../images/map-icon-green.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 4px;
	height: 18px;
	width: 18px;
}
.contact-loaction .loction-txt p{
	font-size: var(--font14);
	line-height: 24px;
	padding-bottom: 0
}

.appointment-request{
	background: #FCFCFC
}
.contact-details ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contact-details ul li{
	-ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    height: 100%;
    border-right: 1px solid #cfcfcf;
    text-align: center;
    padding: 40px 15px;
    word-break: break-all;
}
.contact-details ul li:last-child{
	border-right: 0
}
.contact-details .icon-contact{
	height: auto;
}
.contact-details .icon-contact img{
	margin: 0 auto; width: 35px;
}
.contact-details ul li span{
	display: block;
	font-weight: 500;
	margin-top: 24px;
}
.contact-details li a{
	color: #000000
}
.flex-center{
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	align-content: center;
}

/*faq*/
.no-img-banner{
	padding: 90px 0 20px;
}
.no-img-banner p{
	font-size: var(--font18);
	line-height: 28px;
}
.faq-accord .accord-items:last-child{
	border-bottom: 1px solid #e3e3e3;
}
.faq-accord .accord-items .accord-title {
	color: #4D4D4D;
    font-size: var(--font20);
    line-height: 33px;
    font-weight: 500;
    padding:15px 24px 15px 0;
    cursor: pointer;
    position: relative;
    border-top: 1px solid #e3e3e3;
}
.accord-items .accord-title:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 37px;
    width: 21px;
    height: 3px;
    background: #7f8eac;
    transition: transform 0.5s ease-in-out;
    margin-top: -10.5px;
    border-radius: 3px;
}
.accord-items .accord-title:after {
    content: '';
    position: absolute;
    right: 19px;
    top: 28px;
    width: 3px;
    height: 21px;
    background: #7f8eac;
    transition: transform 0.5s ease-in-out;
    margin-top: -10.5px; border-radius: 3px;
}

 .accord-items .accord-content{display: none;}
.faq-accord  .accord-items .accord-title.accord-active{
	color: #1B9D79;
	font-size: var(--font22);
	border-color: #1B9D79;
	border-color: #1B9D79;
	 
	border-bottom:none;
}
 .accord-title.accord-active:after{
  height: 0;
}
.faq-accord  .accord-items .accord-content p {
    color: #263238;
    padding-bottom: 30px;
}

.faq-accord .accord-title.accord-active:after {
    height: 21px;
    transform: rotate(45deg);
    background: #2DA771;
}
.faq-accord .accord-title.accord-active:before { 
 transform: rotate(45deg);background: #2DA771;
}

 



/*about-us*/
.fixed-strip{
	background: #333A45
}
.fixed-strip.fx-box {
    position: fixed;
    width: 100%;
    top: 127px;
    left: 0;
    z-index: 5;
}
.fixed-strip li{
	display: inline-block;
}
.fixed-strip li a{
	padding: 10px 17px;
	display: block;
	color: #fff;
}
.fixed-strip li:first-child a{
	padding-left: 0
}
.fixed-strip li.current a{
	color: #2DA771;
	font-weight: 700
}


.accreditionbox{
	border: 1px solid #BABABA;
	border-radius: 8px;
	height: 100%;
	padding: 20px 20px;
	box-shadow: 0 0 5px rgb(217 217 217 / 70%);
	transition: .5s;
}
.accreditionbox:hover{
	box-shadow: 0 15px 15px rgb(0 0 0 / 15%) !important;
	margin-top: -10px
}
.acc-place{
	color: #37A989;
	font-weight: 700;
	font-size: var(--font18);
	line-height: 28px;
}
.acc-txt{
	font-size: var(--font22);
	font-weight: 500;
	line-height: 32px;
}
.table-responsive{
	overflow-x: auto;
	padding-bottom: 10px;
}
.table-responsive tr:nth-child(odd){background-color: #F7F4F4;}
.table-responsive tr:nth-child(even){background-color: #FFFFFF;}
.table-responsive.wd-25 td{
	width: 25%;
}

.after-circle td{
	position: relative;
	padding-left: 35px;
}
.after-circle td:before{
	content: "";
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #37A989;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translate(0, -50%);
}
.table-responsive::-webkit-scrollbar {width: 5px; height: 5px}
.table-responsive::-webkit-scrollbar-track { background: #f1f1f1; }
.table-responsive::-webkit-scrollbar-thumb { background: #38a989;  border-radius: 10px;}

/*search-result*/
.searchbx{
	padding-top: 80px
}
.space-flex{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.totalresult{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 15px;
}
.totalresult h5{
	font-size: var(--font16);
	font-weight: 500;
	font-style: italic;
	color: #1A1A1A
}
.pagination-serch{
	padding: 30px 0
}
.search-result{
	border-bottom: 1px solid #E6E6E6;
	padding: 60px 0;
}
.search-result .imgdiv{
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.search-result .txt-srch{
	padding: 10px 0;
	height: 100%;
}
.search-result .txt-srch h3{
	font-size: var(--font22);
	line-height: 32px;
}
.search-result .btn-box{
	height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.pag-bx{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.result-perpage li{
	display: inline-block;
	margin-right: 20px;
	color: #1A1A1A;
	font-weight: 500
}
.number-pagination li{
	display: inline-block;
    padding: 5px 10px;
    margin-left: 10px;
    color: #1A1A1A;
    font-weight: 500;
    line-height: 18px;
}
.number-pagination{
	position: relative;
}
.number-pagination .page-btn{
	font-weight: 700;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 0;
	color: #000000;
	transform: translate(0, -50%);
}
.number-pagination .page-btn.rightbtn{
	left: inherit;
	right: 0
}
.number-pagination ul{
	padding:  0 15px
}
.number-pagination li.active{
	background: #37A989;
	border-radius: 3px;
}
.result-perpage select{
	border: 1px solid #C7C7C7;
	border-radius: 3px;
	height: 30px;
	text-align: center;
	padding: 0 8px;
}

/*blog*/
.blog-banner{
	padding: 80px 0 60px
}
.blog-banner p{
	color: #808080
}
.blog-banner a{
	color: #141111;
	font-weight: 600
}
.first-post .post-txt{
	background: #262323;
	height: 100%;
	padding: 80px;
	position: relative;
	display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.first-post .row{
	padding: 0 15px;
}
.first-post .col-50{
	padding: 0
}
.first-post .post-txt .tag{
	background: #1B9D79;
	color: #fff;
	position: absolute;
	top: 5%;
    left: -2%;
    font-size: var(--font14);
    line-height: 24px;
    padding: 20px 30px;
}
.first-post .post-txt h1{
	font-weight: 300;
	color: #FFFFFF
}
.first-post .post-txt p{
	color: #FFFFFF;
	display: block;
    width: 100%;
}
.img-post img{
	width: 100%
}

.circle-tab-strip{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 4px solid #222121;
   	align-items: center;
}
.blog-tb-ul li{
	display: inline-block;
	margin-right: 30px;
	position: relative;
}
.blog-tb-ul li:after{
	content: "";
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background: #37A989;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translate(-50%, 0);
	display: none;
}
.blog-tb-ul li.active:after{
	display: block;
}
.blog-tb-ul li a{
	color: #383333;
	font-weight: 500;
	opacity: 0.5;
}
.blog-tb-ul li.active a{
	opacity: 1;
	font-weight: 700;
}
.sortby li{
	display: inline-block;
	font-size: var(--font16);
	color: #8D8D8D;
	line-height: 26px;
	font-weight: 500;
}
.sortby select{
	height: auto;
	border: 0;
	padding: 10px 20px 10px 10px;
	background: url(../images/greenselectarrow.svg) no-repeat center right;
	color: #383333;
	font-weight: 700;
}

.bloglist-container{
	max-width: 979px;
	margin: 0 auto
}
.blog-listitem{
	display: flex;
	padding: 25px 0;
	height: 100%;
    align-items: center;
}
.content-bloglist{
	margin-left: 30px
}
/*.shareblog i{
	color: #7B8FAF;
    font-size: 30px;
}*/
.content-bloglist .date{
	color: #37A989;
	font-weight: 500;
	margin-bottom: 8px
}
.content-bloglist h2{
	font-weight: 500;
	color: #383333;
	transition: all 0.5s ease;
}
.content-bloglist a:hover h2{
	color: #37A989;
}

/*blog-detail*/
.back-to-previous{
	color: #7B8FAF;
	font-weight: 700;
	position: relative;
	padding-left: 50px;
}
.back-to-previous:before{
	content: "";
	background: url(../images/blog-arrow.svg) no-repeat center center;
	position: absolute;
	left: 0;
	top: 50%;
	height: 15px;
	width: 40px;
	background-size: 100% 100%;
	transform: translate(0, -50%);
	transition: all 0.5s ease;
}
.back-to-previous:hover{
	color: #37A888
}
.back-to-previous:hover:before{
	left: -5px;
}
.img-blogdetail{
	margin-bottom: 35px
}
.blogdetail-content{
	padding: 0 10%
}
.related-blogslider .related-thumb{
	margin-bottom: 15px;
}
.related-blogslider .related-thumb img, .img-blogdetail img, .iconshield img{
	width: 100%;
}
.related-blogslider .related-txt h3{
	font-size: var(--font20);
    line-height: 1.2;	font-weight: 500;
	margin-bottom: 15px;
}

/*Health Packages*/
.banner-icontxt{
	position: relative;
}
.border-div{
	border: 2px solid #D1D1D1;
	display: inline-block;
    position: relative;
    padding: 8px 20px 8px 55px;
    border-radius: 8px;
    line-height: 20px;
    color: #263238;
    background: #fff;
}
.iconshield{
	position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    width: 25px;
}
.txt-shield span{
	display: block;
	font-weight: 600
}
.bodycheckuo-bx{
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #E5E5E5;
	border-radius: 8px;
	background: #FFFFFF;
	overflow: hidden;
}
.info-checkup{
	padding: 20px 15px;
}
.bodycheckuo-bx h3{
	font-size: var(--font18);
	line-height: 26px;
	font-weight: 600;
	color: #37A989;
	margin-bottom: 5px;
}
.bodycheckuo-bx .info-flex{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
   	margin-bottom: 5px;
}
.bodycheckuo-bx .testinclude{
	font-size: var(--font14);
	line-height: 22px;
	font-weight: 600;
	color: #7B8FAF;
}
.price-slab{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cut-price{
	font-size: var(--font14);
	line-height: 22px;
	font-weight: 600;
	color: #7B8FAF;
	margin-right: 8px;
	position: relative;
}
.cut-price:before{
	content: "";
	width: 100%;
	height: 1px;
	background: #7B8FAF;
	position: absolute;
	top: 50%;
	left: 0
}
.discount-price{
	font-size: var(--font20);
	line-height: 28px;
	font-weight: 600;
	color: #333A45;
}
.know-btn{
	font-size: var(--font14);
	color: #333A45;
	line-height: 16px;
	font-weight: 600;
	position: relative;
	border-bottom: 1px solid #333A45;
}
.know-btn:hover{
	color: #37A989;
	border-bottom: 1px solid #37A989;
}
.bodycheckuo-bx .default-bgbtn{
	display: block;
	border-radius: 0;
}
.bodycheckuo-bx .default-bgbtn:after, .bodycheckuo-bx .default-bgbtn:before{
	border-radius: 0;
}

.test-details h4{
	font-size: var(--font16);
	border-bottom: 1px solid #dbdbdb;
	line-height: 26px;
	padding-bottom: 10px;
	margin-bottom: 15px; 
}

.test-details ul{
	display: flex;
    flex-wrap: wrap;
}
.test-details ul li{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px 0 20px;
    margin: 10px 0;
    position: relative;
}
.test-details ul li:after{
	content: "";
	height: 10px;
	width: 10px;
	background: #7B8FAF;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}
.grey-white-banner{
	background: #FAFAFA;
	position: relative;
}
.grey-white-banner:after{
	content: "";
	width: 100%;
	height: 14%;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.flexbanner-grey{
	display: flex;
    flex-wrap: wrap;
    margin: 15px 0 30px;
}
.flexbanner-grey .banner-icontxt{
	margin-left: 50px;
}
.grey-white-banner.com-pad{
	padding-bottom: 0
}
.grey-white-banner .grey-shadow{
	background: #FFFFFF;
	box-shadow: 0px 0px 26px #00000029;
	border-radius: 5px;
	padding: 30px;
	z-index: 1;
    position: relative;
    margin: 30px 0;
}

.grey-white-banner .grey-shadow ul{
	display: flex;
    flex-wrap: wrap;
}
.grey-white-banner .grey-shadow ul li{
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 20px;
    position: relative;
    height: 100%;
    color: #263238;
    font-weight: 600;
}
.grey-white-banner .grey-shadow ul li:after{
	content: "";
	height: 100%;
	width: 1px;
	background: #dbdbdb;
	position: absolute;
	right: 0;
	top: 0;
}
.grey-white-banner .grey-shadow ul li:last-child:after{
	display: none;
}
.grey-white-banner .grey-shadow ul li span{
	display: block;
	color: #7B8FAF
}
/*book Test*/
.book-form{
	background: transparent;
	padding-bottom: 40px !important;
	position: relative;
}
.book-form:after{
	content: "";
	background: #fff;
	width: 100%;
	height: 35%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.shadow-form{
	background: #fff;
	box-shadow: 0px 5px 16px #0000000D;
	border-radius: 10px;
	padding: 30px 50px 50px;
	z-index: 1;
    position: relative;
	margin-top: 70px;
}
@media (max-width: 992px) {
	.shadow-form{
		margin-top: 20px;
	}
	.serch-test .txt-filter input[type="text"] {
		border-right: 1px solid var(--green)!important;
	}
}
.number-book{
	color: #7B8FAF;
	font-weight: 500;
	margin-bottom: 20px;
}
.number-book span{
	color: #263238;
}
.test-list{
	background: #fff;
	border: 1px solid #EDEDED;
	border-radius: 10px;
	padding: 20px;
	height: 100%;
}
.test-list .test-name{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.test-list .test-name h4 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    font-size: var(--font16);
    line-height: 22px;
    font-weight: 500;
    color: #2C2C2C;
    word-break: break-word;
}
.test-list .test-cat{
	-ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    text-align: right;
    color: #1B9D79;
    font-size: var(--font16);
    line-height: 26px;
    font-weight: 500;
}
.test-list .test-info{
	min-height: 65px
}
.test-list .test-info p{
	padding-bottom: 0; line-height:22px ;font-size: var(--font14);
}
.test-list .test-info .test-id{
	font-size: var(--font14);
	line-height: 24px;
	font-weight: 500;
	color: #263238
}
.test-list .test-info .test-id span{
	color: #7B8FAF
}
.test-list .test-price-btn{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.test-price-btn .total-price{
	font-size: var(--font20);
    line-height: 30px;
    font-weight: 600
}
.serch-test{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.serch-test .select-filter{
	-ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
}
.serch-test .select-filter select{
	border: 1px solid var(--green);
	border-radius: 5px 0px 0px 5px;
	padding: 0 30px 0 15px;
	background: var(--lightgreen) url(../images/form-arrow.svg) no-repeat center right 10px;
}
.book-form .serch-test .select-filter select{
	/* background:#F2F2F2!important;  */
	cursor: pointer;
}
.serch-test .txt-filter{
	-ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
}
.serch-test .txt-filter input[type="text"]{
	border-top: 1px solid var(--green);
	border-bottom: 1px solid var(--green);
	padding: 0 15px;
	background-color: var(--lightgreen);
}
.serch-test .serch-btn-bx{
	-ms-flex: 0 0 14%;
    flex: 0 0 14%;
    max-width: 14%;
}
.serch-test .serch-btn-bx .test-search-icon{
	position: relative;
	border: 0;
	border-radius: 0;
	cursor: pointer;
}
.serch-test .serch-btn-bx .test-search-icon span{
	position: relative;
}
.serch-test .serch-btn-bx .test-search-icon span:before {
    content: "";
    height: 12px;
    width: 12px;
    background: url(../images/white-search-icon.svg)no-repeat;
    position: relative;
    left: 0;
    top: 1px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 5px;
}
.serch-test .serch-btn-bx .test-search-icon.default-bgbtn:before, .serch-test .serch-btn-bx .test-search-icon.default-bgbtn:after{
	border-radius: 0px 7px 7px 0px;
}

.test-serch-record{
	display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.test-serch-record button{
	margin-right: 20px
}
.test-serch-record button:last-child{
	margin-right: 0
}

.calender-img{
	background: url(../images/icon-calendar.svg) no-repeat right center;
}


/*pop-up*/
.overlay-effect{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(255 255 255 / 50%);
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}
.flex-popup-center{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    margin: 60px 0;
}
.pop-up{
	background: #fff;
	box-shadow: 0px 0px 66px #00000029;
	border-radius: 10px;
	padding: 50px 50px 0;
}

/*newsroom*/
.media-tabs{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #dbdbdb;
    align-items: center;
    margin-bottom: 50px;
    padding: 50px 0 5px;
}
.media-tb-ul li{
	display: inline-block;
	padding: 0 25px;
	color: #333A45;
	font-weight: 600;
	position: relative;
}
.media-tb-ul li:after{
	content: "";
	width: 100%;
	height: 5px;
	background: #37A989;
	position: absolute;
	bottom: -18px;
	left: 0;
	display: none;
}
.media-tb-ul li.active:after{
	display: block;
}
.elrctro-mediabox{
	margin-bottom: 50px;
	height: 100%
}
.media-thumb{
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 15px;
}
.media-thumb img{
	width: 100%
}
.elrctro-mediabox a h4{
	font-style: var(--font18);
	line-height: 28px;
	color: #333A45;
	font-weight: 600
}

/*Location*/
.messegecopy{ 
	display: none;
    position: fixed;
    bottom: 5%;
    left: 5%;
    background: #38a989;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    z-index: 99;
}
.address-ul li{
	position: relative;
    padding-left: 30px;
    display: flex;
    align-items: center; 
    font-size: var(--font22);
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 25px;
}
.address-ul li:after{
	content: "";
	height: 20px;
	width: 20px;
	background: url(../images/location-grey.svg) no-repeat;
	position: absolute;
	top: 5px;
	left: 0;
	background-size: 100% 100%; 
}
.address-ul li:last-child:after{
	background: url(../images/grey-phone.svg) no-repeat;
}
.address-ul li .selectText{
	margin-right: 10px;
}
.address-ul li button{
	display: flex;
    border: 0;
    width: auto;
    align-items: center;
    height: auto;
    transition: all 0.5s ease;
    padding: 2px 5px;
}
.address-ul li button:hover{
	background: rgb(76 76 76 / 68%);
}
.address-ul li button span{
	opacity: 0;
    visibility: hidden;
    color: #fff;
    border-left: 1px solid rgb(255 255 255 / 56%);
    padding: 0 12px;
    margin-left: 7px;
}
.address-ul li button img{
	margin: 0 auto;
}
.address-ul li button:hover img{
	filter:  brightness(0) invert(1);
}
.address-ul li button:hover span{
	opacity: 1;
	visibility: visible;
}


.facilities-bx {
	border: 1px solid #BABABA;
    border-radius: 8px;
    height: 113px;
    box-shadow: 0 0 5px rgb(217 217 217 / 0%);
    transition: .5s;
    background: #fff url(../images/arrow-green-top.svg) no-repeat top 10px right 10px;
}
.facilities-bx  a{
	padding: 20px 20px;
	display: flex;
    align-items: center;
    height: 100%
}
.facilities-bx:hover {
    box-shadow: 0 15px 15px rgb(0 0 0 / 10%) !important;
    margin-top: -10px;
}

.facilities-bx  a h4{
	color: #263238;
	font-size: var(--font16);
	line-height: 26px;
	font-weight: 600
}

.location-gallery .item{
	padding: 0 10px
}
.location-gallery .item img{
	width: 100%
}
.default-ul.displayinline-ul li{
	display: inline-block;
	margin-right: 60px;
}
.other-location li a:hover{
	color: #000;
}

/*book-radiology-pathology*/
.time-icon select{
	background: url(../images/icon-time.svg) no-repeat center right;
}
.pathology-book .media-tb-ul li{
	padding: 8px 25px;
}
.pathology-book .media-tb-ul li:after{
 
    bottom: -6px
}


/*Product*/
.img-product{
	margin-bottom: 50px;
}
.img-product img{
	/*width: 100%;*/
}
/*.col-60-fl{
	max-width: 60%;
	float: left;
	padding: 0 15px;
}
.col-40-rl{
	float: right;
	max-width: 40%;
	padding: 0 15px;
}*/
.pro-avaliblity-accordian .accord-items{
	margin-bottom: 20px;
}
.pro-avaliblity-accordian .faq-accord .accord-items .accord-title {
    background: #FCFCFC;
    box-shadow: 0px 3px 3px #0000000D;
    border-radius: 8px;
    border: 0;
    font-size: var(--font16) !important;
    line-height: 26px !important;
    position: relative !important;
    padding: 15px 50px !important;
    color: #000000;
    font-weight: 400 !important;
}
.pro-avaliblity-accordian .faq-accord .accord-title:before{
	content: "" !important;
    background: url(../images/icon-logo.png) no-repeat;
    background-size: 100% 100%;
    height: 28px !important;
    width: 28px !important;
    position: absolute !important;
    left: 10px;
    top: 50% !important;
    margin-top: 0 !important;
    transform: rotate(0) translate(0, -50%) !important;
}
.pro-avaliblity-accordian .faq-accord .accord-title:after {
    content: "";
    background: url(../images/arrow-download-black.svg) no-repeat center;
    position: absolute;
    right: 15px;
    top: 0;
    width: 15px;
    height: 100%;
    background-size: 100% 100% !important;
    margin: 0;
}
.pro-avaliblity-accordian .faq-accord .accord-items:last-child{
	border: 0;
}
 
.pro-avaliblity-accordian .faq-accord .accord-content{
	background: #FCFCFC;
	box-shadow: 0px 3px 3px #0000000D;
	border-radius: 8px;
	padding: 15px 50px;
}
.pro-avaliblity-accordian .faq-accord .accord-title.accord-active:after{
    background: url(../images/greenup-icon.svg) no-repeat center;transform: rotate(0);
}
.pro-avaliblity-accordian .faq-accord .accord-content .pro-add p{
	padding-bottom: 0;
	color: #000000;
	font-size: var(--font14);
	line-height: 24px;
}
.pro-avaliblity-accordian .faq-accord .accord-content .pro-contact,
.pro-avaliblity-accordian .faq-accord .accord-content .pro-contact a{
	color: #000000;
	font-size: var(--font14);
	line-height: 24px;
}
.pro-avaliblity-accordian .accord-content .default-bgbtn{
	margin-top: 15px
}

.rightSec{
	width:40%; 
}
.leftSec{
	width:60%; 
	float: left
}
.right-wrapper{
	max-width: 420px;
	float: left;
	width: 100%;
	margin-left: 50px;
}
.left-wrapper{
	max-width: 725px;
    float: right;
    width: 100%;
}
.leftSec.com-pad{
	padding-bottom: 0
}


.section.leftSec.no-right{ width: 100%; }

.section.leftSec.no-right .left-wrapper {
    max-width: 100%;
    float: none;
    width: 100%;
}

.sec-margin-bt{
	margin-bottom: 60px !important;
}

.grey-accordian .faq-accord .accord-items .accord-title, .grey-accordian .faq-accord .accord-items:last-child{
	border: 0;
}
.grey-accordian .faq-accord .accord-items .accord-title{
	background: #F7F7F7;
	margin-bottom: 6px;
	padding: 10px 15px;padding-right: 40px;
	font-size: var(--font18);
	color: #2C2C2C
}
.grey-accordian .faq-accord .accord-items .accord-title.accord-active{
	color: #2C2C2C
}
.grey-accordian .accord-content{
	padding: 20px 0
}
/*
.grey-accordian .faq-accord .accord-items .accord-title:before{
	-webkit-text-stroke: 4px #F7F7F7;
	right: 20px;
	color: #7F8EAC
}
.grey-accordian .faq-accord .accord-items .accord-title.accord-active:before{
	content: "\f068";
	transform: rotate(0deg);
	color: #7F8EAC
}
*/
.pro-fixed li:last-child{
	background: #161719
}

.serch-radio {
    display: flex;
    margin: 30px 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.productsrch{
	width: 30%
}
.productsrch input[type="text"] {
    border: 1px solid #C4C4C4;
    border-radius: 20px;
    background: #fff url(../images/search-icon.svg) no-repeat center right 18px;
    height: 37px;
    font-size: var(--font14);
    line-height: 24px;
    padding: 0 45px 0 15px;
}
.menu-humburger .nav-linkbox, .searchIcon{ display: none; }
.banner-slider-home .item {
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-size: auto 100%; 
}
.banner-slider-home .item .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   
    align-items: center;
    justify-content: flex-start;
    align-content: center;

}
.banner01{ background: url(../images/banner01.jpg) no-repeat right center; }
.banner02{ background: url(../images/banner02.jpg) no-repeat right center; }
.banner03{ background: url(../images/banner03.jpg) no-repeat right center; }

.banner-slider-home .slick-dots {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px; 
    position: relative;
    width: 100%;
    margin-top: -51px;
    z-index: 1;
}
.upload-file {
    position: relative;
    box-sizing: border-box;
    height: 30px;
    width: 100%;
    border: 0;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.upload-file input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 75%;
    cursor: pointer;
    z-index: 5;
    text-align: left;
    padding: 0;
}
.upload-file button { 
    border: 0;
    position: relative;
    left: 0;
    top: 0;
    height: 30px;
    width: 100%;
    background: url(../images/file_upload.svg) no-repeat left center;
    margin-bottom: 5px;
    font: 500 16px/1 Montserrat,sans-serif;
    padding-left: 30px;
    text-align: left;
    color: #263238;
}
.choose_file {
    text-align: left;
    display: block;
    line-height: 14px;
    font-size: 11px;
    width: 100%;
    color: #555;
    font-style: italic;
    text-indent: -67px;
    overflow: hidden;
}
.smalltcxt {
    font-size: 12px;
    color: #bcbcbc;
    line-height: 14px;
    display: block;
    padding-left: 0;
    padding-top: 5px;
    font-style: italic;
    text-align: left;
}.form-input .or {
    font-weight: 500;
    font-size: 14px;
    padding: 10px 0;
}
.upld-fle {
    position: relative;
    padding-left: 42px;
}
.upld-fle:before{content: 'OR'; display: inline-block;left: 0; position: absolute;    top: 12px;}

.form-input select option:first-child {
    color: #a9a9a9!important;
 
}
.form-input select{
    color: #a9a9a9; 
}
.form-input select.active{color: #000;}
/*.stickyRight {
  position: -webkit-sticky;
  position: sticky;
  top:  140px; 
}*/
.banner-slider-home .item img{ display: none; }
.fixStik{position: static;  }
.menu-humburger.open-menu .hamburger-icon {display: none !important; visibility: hidden;}
.menu-humburger.open-menu .hamburger-icon span {  visibility: hidden;}
.menu-humburger .hamburger-icon.closeicon span {
    height: 0;visibility: hidden;
}
 
.slide-fixlinks ul li:after {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background:#37a989 url(../images/location_icon.svg) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    background-size:auto 20px;
   
}
.slide-fixlinks ul li:nth-child(1):after { border-radius: 10px 0 0 0 ;

	}
.slide-fixlinks ul li:nth-child(2):after {
	background-image: url(../images/book_your_test_icon.svg);
	}
	.slide-fixlinks ul li:nth-child(3):after {
		background-image: url(../images/online_report_icon.svg);
		border-radius:  0 0 0 10px;
	}
 
.pathology-book .form-input textarea {
   
    height: 50px;
    
}
.pathology-book .form-input textarea.addrsPlce:focus {
   
    height: 80px;
    
}
.fr{float: right;}
.fl{float: left;}
.copy-right .row{display: block;}
.copy-right .row:after{content: '';display: block; clear: both;}
.gotop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #666;
    font-size: 60px;
    line-height: 0;
    z-index: 110;
    width: 40px;
    height: 40px;
        background: url(../images/greenup-icon.svg) no-repeat center;

}
.gotop.active {
    display: block;
}
.copy-txtbx li button {
    display: inline-block;
    border: 0;
    width: auto;
    align-items: center;
    height: auto;
    transition: all 0.5s ease;
    padding: 5px;
    background-image: none;
    width: 25px;
    position: relative;height: 26px; vertical-align: middle;
}
.copy-txtbx li button img {
    margin: 0;
    display: block;
    vertical-align: middle;
    margin-left: 0;
}
.copy-txtbx li button span {
    color: #fff;
    padding: 0;
    /* margin-left: 0; */
    background-image: none;
    /* display: block; */
    /* vertical-align: middle; */
    width: 0;
    overflow: hidden;
    transition: all 0.1s ease;
    position: absolute;
    left: 0;
    font-size: 14px;
    background: rgb(76 76 76 / 60%);
    text-align: center;
    left: 24px;
    top: 0;
}
.copy-txtbx li.whatsapp button span {
  background: rgb(76 76 76 / 60%);
}
 
.copy-txtbx li button:hover {
    background: rgb(76 76 76 / 60%);
    width: auto;
}
.copy-txtbx li button:hover span {
      width: 52px;
 
}
.copy-txtbx li button:hover img {
    filter: brightness(0) invert(1);
}
.page-not-foundbx{text-align: center; padding: 200px 0;
 }
.pathology-book .choices { 
    margin-bottom: 0; 
}.pathology-book .choices__inner {
   
    background-color: transparent; 
    border: 0;
    border-radius:0;
    font-size: 16px;
   
    border-bottom: 1px solid #dbdbdb;
}

.pathology-book  .choices__list--single {
    background: url(../images/form-arrow.svg) no-repeat center right;
    padding-right: 23px; 
}
.pathology-book .choices__inner , 
.pathology-book .choices,
.pathology-book .choices__list--single{   -webkit-appearance: none;     appearance: none;    -moz-appearance: none;

}
.pathology-book .choices[data-type*=select-one]:after{display: none;}
.tagMedia {
    background: #1B9D79;
    color: #fff;
    position: absolute;
    top: 5%;
    left: -2%;
    font-size: 12px;
    line-height: 20px;
    padding: 4px 10px;
    z-index: 1;
}
.success{color: green;}

.d-flex {
    column-gap: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
 .mobileClick{display: none;}

.main-home-banner{position: relative;}
.usp {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    position: absolute;
    right: 15px;
    bottom: 30px;
    column-gap: 16px;
}
.usp li {
    Width: 140px;
    Height: 135px;
    background: linear-gradient(182deg, #FFFFFF 0%, #FFFFFF 96.68%);
    box-shadow: -0.311769px 8.92789px 17.8667px rgba(43, 45, 46, 0.22), inset 0.129557px -3.71003px 3.7123px rgba(148, 154, 158, 0.81), inset -0.129557px 3.71003px 3.7123px rgba(232, 232, 232, 0.85);
    display: inline-block;
    vertical-align: top;

font-weight: 600;
font-size: 12px;
line-height: 15px;
text-align: center;
color: #000000;
padding: 12px 0;
position: relative;
}
.usp li a{color: #000}
.usp li img{margin: 0 auto; display: block; margin-bottom: 5px; height: 74px}
.usp li:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    height: 6px;
    background: #37A989;
    position: absolute; 
    z-index: 1;
    width: 0;
    	transition: all 0.3s ease;
}
.usp li:hover:before{ width: 100%;}
.usp li:hover { font-size: 14px}

.main-home-banner>.wrapper {
    position: relative;
    height: 135px;
    margin-top: -147px;
}
.media-tb-ul ul li.active a{font-weight: bold;}
.banner-slider-home  ul.banner-list{
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}
.banner-slider-home  ul.banner-list li{
    position: relative;
    padding-right: 8px;
    font-size: 12px;
    margin-right: 8px;
}
.banner-slider-home ul.banner-list li:before {
    content: '';
    position: absolute;
    width: 0.5px;
    height: 75%;
    background: #263238;
    right: 0;
    top: 16%;
  }
  .banner-slider-home ul.banner-list li:last-child:before{display: none;}
  .container.paginate {
    width: 100%;
    text-align: center;
}
ul.pagination li {
    display: inline-block;
    margin: 0 10px;
    font-weight:500;
}
li.page-item.active{
		font-weight: bold;
    background: #37a989;
    color: #fff;
    padding: 0px 10px;
}
.bookTestBtn {
    display: block;
    width: 132px;
    right: -51px;
    height: 32px;
    /* background: #37A989; */
	background: var(--btngradient);
    color: #fff;
    position: fixed;
    transform: rotate(-90deg);
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    top: 100px;
    border-radius: 7px 7px 0 0;
    font-size: 12px;
    font-weight: 700;
}
.content-mediatb .form-input .choices__inner input
{
	width: 100%!important;
	background: transparent;
	margin-bottom: 0!important;
  padding-bottom: 0!important;
  padding-left: 0;
}
.content-mediatb .form-input .choices__inner{padding: 0;}
.content-mediatb .choices__list--dropdown
{
	z-index:99!important; 
}
/*.content-mediatb .form-input .choices{z-index: 99!important;}*/
.content-mediatb .choices__list--multiple .choices__item{
	    background-color: #37a989!important;
    border: 1px solid #37a989!important;
}
.content-mediatb .choices[data-type*=select-multiple] .choices__button, .content-mediatb .choices[data-type*=text] .choices__button {
    border-left: 1px solid rgba(2555,255,255,0.4)!important;
   }
   .privacy-sub-head {
    font-weight: 700;
}
.privacy-bx ul{margin: 20px 0;}
.privacy-bx ul li{
position: relative;
padding-left:15px;
}
.privacy-bx ul li:before
{
	content: '';
	position: absolute;
	top:40%;
	left: 0;
	width: 5px;
	height: 5px;
	background: #000;
	border-radius: 50%;
}

ul.pagination li.page-item:last-child a,ul.pagination li.page-item:first-child a,
ul.pagination li.page-item:last-child,ul.pagination li.page-item:first-child{
    font-size: 25px;
    color: #000;
}
li.page-item.disabled{
	color: #858585!important;
}



 /* auto suggest by satish */
.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #37a989;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}
 /* auto suggest by satish end */


.form-input .datepicker {
    background: url(../images/calender.png) no-repeat 94%center;
    background-size: 20px 20px;
    padding: 0 15px;
    border-radius: 0;
    cursor: pointer;
}
.search-bar span.twitter-typeahead input{
    background: transparent url(../images/search-icon.svg) no-repeat center left 18px!important;

}
.txt-detail-product ul.default-ul{
    margin-left: 10px;
}
.txt-filter  span.twitter-typeahead{width: 100%;}  
.tt-menu.tt-open{z-index: 999999!important;display: block;}
.book-form{overflow: initial!important;}






/*popup end*/
.popup-covid { display: none; left: 0; top: 0; z-index: 9999; position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.9);overflow-y:auto;}
.popup-in {margin:50px auto;padding: 25px 50px;width: 80%; position: relative; left:0; top:0;background:#fff;background-size:cover;height:500px}
.popup-in.new-popup{margin:50px auto;padding: 25px 50px;width: 80%; position: relative; left:0; top:0;background:url(../images/pop-bg.png) no-repeat;background-size:cover;height:auto}
.popup-in p { font-size: 18px;line-height: 28px;}
.popup-in .close {font-size: 22px; text-align: center;width: 40px;height: 40px;line-height: 40px;position: absolute;right: -20px;
    top: -20px;background: #009d77;color: #fff;cursor: pointer;border-radius: 50%;}
.popup-in ul{margin-left: 19px;line-height:25px;}
.pop-head {display: flex;justify-content: space-between;align-items: center;}
.pop-content {display: flex;justify-content: end;align-items: center;padding: 2% 0 4%;}
 .input-field select{
	     -webkit-appearance: auto;
}
.input-field input,
 .input-field select,
  .input-field textarea
   {
    width: 100%;
    padding-left: 10px;
    border-radius: 4px;
    border: none;
    background: #fff;
    height: 30px;
   }
.input-field textarea{height:40px;}
.input-field {margin: 5% 0%;}
.pop-form {background: #269071;width: 30%;padding: 1% 2%;border-radius: 10px;}
.pop-form h1:before {content: '';background: #fff;width: 100%;height: 2px;position: absolute;bottom: 0;left: 0;}
.pop-form h1 {
		color: #FFFFFF;
    text-align: center;
    position: relative;
    margin-bottom: 0px;
    padding: 0;
    font-size: 27px;
}
.pop-submit-btn input {
	background: #A0D516;
	width: 100%;
	border: none;
	color: #fff;
	padding: 6px;
	cursor: pointer;
   font-size: 14px; 
   font-weight: bold;
   margin-bottom: 5%;
   border-radius:4px;
   height: auto;

  }
.pop-list {width: 20%;margin-right: 2%;}
.pop-list ul{list-style:none;padding:0;margin:0;}
.pop-list ul li {color: #3B3C3E;font-size:13px;padding: 0 0 10px 34px;position:relative;font-weight:bold;}
.pop-list li span img {width: 26px;}
.input-field textarea{resize: none;}
.pop-list h3 {    
	color: #269071;
    font-size: 16px;
    margin-bottom: 19px;
  }
.pop-list li span {position:absolute;left:0;top:0;}

.input-field ::placeholder,.input-field select{color: #5A5B5E;font-size: 11px;font-weight: 500;}
.pop-logo img {margin-top: 14px;}
:focus-visible {outline:none !important;}
.pop-list li br {display: none;}

.call-info li{ position: relative; list-style-type: none; display: inline-block; padding: 0 10px 0 30px; margin: 0 5px; }
.call-info li:after{ content: ""; height: 100%; width: 1px; background: #000; position: absolute; right: 0; top: 0; }
.call-info li a{ text-decoration: none;color: #3B3C3E;font-weight: bold;font-size: 14px;/*vertical-align: middle;*/ }
.call-info li span{ position: absolute;left: 0;top: 0; }
.call-info li:last-child:after{ display: none; }
input.tests-autocomplete-search.tt-hint{display: none;}
.choices__list--multiple .choices__item {
    display: inline-block!important;
    padding-top: 8px!important;
    padding-bottom: 8px!important;
    font-size: 12px;
    word-break: break-word!important;
    height: 35px;
    display: flex !important;
    align-items: center;
    padding: 0 15px!important;
}
.choices__list--multiple {
    display: flex!important;
    flex-wrap: wrap!important;
    align-items: center!important;
}
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
    display: inline!important;
    padding: 0 !important;
    padding-left: 24px !important;
    height: auto!important;
    background-size: 10px!important;
}
.input.g-recaptcha {
    transform: scale(0.8);
    transform-origin: 0 0;
}
.popup-in ul li img{max-height: 23px;}