body {
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

p {
	color: #6b6b6b;
}

/*==============Header=======================*/

.gc-main-heading h2 {
	font-size: 42px;
	color: #f19911;
}

.gc-main-heading h3 {
	font-size: 42px;
	font-weight: 100;
}

.header-main {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.header-logo {
	max-width: 110px;
	transition: .5s;
	width: 100%;
}

#menu-b-btom {
	border-bottom: none;
	background: none;
	padding: 0 15px;
}

#menu-b-btom .navbar-brand {
	padding: 0;
}

/* .main-menu
{
	margin:0 auto;
} */
.main-menu .nav-link.nav-btn {
	border: 0;
	background: #f69334;
	color: #fff !important;
	border-radius: 100px;
	padding: 5px 20px 5px 20px !important;
	font-size: 13px;
	font-weight: bold;
}

.main-menu .nav-link.nav-btn:hover {
	border: 0 !important;
	background: #f69334;
	color: #fff !important;
	border-radius: 100px;
	padding: 5px 20px 5px 20px !important;
	font-size: 13px;
	font-weight: bold;
}

.main-menu .nav-link {
	font-size: 13px;
	font-weight: 700;
	/*height: 87px;*/
	margin: 0 15px;
	color: #fff !important;
	padding: 0 !important;
	border-bottom: 2px solid transparent;
	font-family: 'Raleway', 'Helvetica Neue', Arial, Verdana, sans-serif;
	/* font-family: 'Open Sans', sans-serif; */
	/* text-transform: uppercase; */
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #f69334 !important;
	border-bottom: 2px solid #f69334;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #f69334;
	border-bottom: 2px solid #f69334;
}

.navbar-light .navbar-toggler {
	color: #fff !important;
	border: 0;
}

#menu-b-btom .dropdown-menu {
	padding: 0;
	margin: 0;
	border-radius: 0;
}

#menu-b-btom .dropdown-item {
	border-bottom: 1px solid #ececec;
	padding: 8px 15px;
	font-size: 13px;
}

#menu-b-btom .dropdown-item:focus,
#menu-b-btom .dropdown-item:hover {
	color: #3752a3;
	background-color: #d8fbb7;
}

#menu-b-btom .navbar-nav li.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown-toggle::after {
	display: none !important;
}

/* main carousel */
/* 
* {
	box-sizing: border-box;
  }
  
  body {
	font-family: "Montserrat";
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
  }
   */

.banner-main img {
	width: 100%;
	height: calc(50vh - 117px);
	min-height: 400px;
}

.com {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	height: 100vh;
	overflow: hidden;
}

.com__content {
	position: relative;
	-webkit-box-flex: 8;
	flex: 8;
	background: #404855;
	padding: 10vh 10vw;
}

.com__section {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column wrap;
	-webkit-box-pack: center;
	justify-content: center;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 10%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.com__section.active {
	opacity: 1;
	visibility: visible;
}

.com__section-half {
	-webkit-box-flex: 1;
	flex: 1;
	height: 100vh;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column wrap;
	-webkit-box-pack: center;
	justify-content: center;
}

.com__section--text h1 {
	margin-bottom: 3vh;
	font-size: 48px;
	font-weight: 600;
	color: #f69334;
}

.com__section--text p {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	max-width: 600px;
	font-size: 20px;
}

.com__section--text img {
	max-width: 250px;
	margin: 0 auto;
}

.com__section--bg-img-1 {
	background: url(../images/banner-1.jpg) no-repeat;
	background-size: cover;
}

.com__section--bg-img-2 {
	background: url(../images/banner-2.jpg) no-repeat;
	background-size: cover;
}

.com__section--bg-img-3 {
	background: url(../images/banner-3.jpg) no-repeat;
	background-size: cover;
}

.com__section--bg-img-4 {
	background: url(../images/banner-4.jpg) no-repeat;
	background-size: cover;
}

.com__section--bg-img-5 {
	background: url(../images/banner-5.jpg) no-repeat;
	background-size: cover;
}

.com__section--bg-img-6 {
	background: url(../images/banner-6.jpg) no-repeat;
	background-size: cover;
}

.com__section--bg-img-7 {
	background: url(../images/banner-7.jpg) no-repeat;
	background-size: cover;
}

.com__section--text.centered {
	text-align: center;
}

.com__section--text-img {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}

.com__nav {
	width: 90px;
	z-index: 2000;
}

.com__nav-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column wrap;
	height: 100vh;
	overflow: visible;
}

.com__nav-item {
	-webkit-box-flex: 1;
	flex: 1;
	position: relative;
	overflow: visible;
	border-bottom: 1px solid #f69334;
	background-color: #fff;
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.com__nav-item.active {
	background: #20232a;
}

.com__nav-item:last-child {
	border-bottom: none;
}

.com__nav-item:hover {
	-webkit-box-flex: 2;
	flex: 2;
}

.com__nav-item:hover .com__nav-link {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.com__nav-item:hover .blue-line,
.com__nav-item:hover .white-line,
.com__nav-item:hover .white-circle {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

.com__nav-item a {
	text-decoration: none;
}

.com__nav-link {

	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column wrap;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 0 20%;
	position: absolute;
	width: 280%;
	height: 100%;
	left: calc(-280% + 90px);
	background: rgba(32, 35, 42, 0.75);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.com__nav-link.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}

.com__nav-link.centered {
	-webkit-box-align: center;
	align-items: center;
}

.com__nav-link .com__section-half {
	height: auto;
}

.com__nav-link .com__section-half:nth-child(2) {
	-webkit-box-align: center;
	align-items: center;
}

.com__nav-link h5 {
	color: #f69334;
}

.com__nav-link span {
	color: #fff;
}

.blue-line {
	display: block;
	width: 80%;
	height: 14px;
	background: #f69334;
	margin-bottom: 12px;
}

.white-line {
	display: block;
	width: 60%;
	height: 5px;
	background: rgba(255, 255, 255, 0.9);
	margin-bottom: 7px;
}

.white-line:nth-of-type(3) {
	width: 50%;
}

.white-circle {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
}

/* animation classes */
.animate {
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.slideInLeft {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}

.slideInRight {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}

.scaleIn {
	-webkit-transform: scale(0);
	transform: scale(0);
}

.scaleInLeft {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.delay-1 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.delay-2 {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.delay-3 {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.delay-4 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.delay-5 {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.logo {
	position: fixed;
	bottom: 3vh;
	left: 3vw;
	z-index: 2;
}

.logo img {
	width: 45px;
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.logo img:hover {
	-webkit-transform: rotate(180deg) scale(1.1);
	transform: rotate(180deg) scale(1.1);
}



/* main carousel */
.cga-slide-1 {
	top: 35%;
}

.cga-slide-2 {
	top: 35%;
}

.cga-slide-3 {
	top: 35%;
}

.banner-logo {
	width: 150px;
}

.cga-slide-1 h2,
.cga-slide-2 h2,
.cga-slide-3 h2 {
	font-size: 70px;
	color: #fff;
	text-shadow: 0px 0px 2px #101010;

}

.cga-slide-1 h3,
.cga-slide-2 h3,
.cga-slide-3 h3 {
	font-size: 50px;
	color: #f69334;
	text-shadow: 0px 0px 2px #101010;
}

.cga-slide-1 span,
.cga-slide-2 span,
.cga-slide-3 span {
	font-weight: 100;
}

.cga-slide-1 p,
.cga-slide-2 p,
.cga-slide-3 p {
	font-size: 14px;
	color: #fff;
	/* text-shadow: 0px 0px 2px #101010; */
	/* background-color:#f69334; */
}

.carousel-caption {
	text-align: left;
}

.next-icon,
.prev-icon {
	padding: 20px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: .2s
}

.next-icon:hover,
.prev-icon:hover {
	border: 0;
	background: #f69334;
	padding: 20px;
	border-radius: 50%;
	color: #fff !important;
}

.carousel-control-next,
.carousel-control-prev {
	opacity: 1 !important;
	width: 5% !important;
}



/* Carousel
----------------------------------- */

.carousel.carousel-fade .carousel-item {
	display: block;
	opacity: 0;
	transition: opacity ease-out 1.7s;
	left: 0;
	top: 0;
	position: absolute;
}

.carousel.carousel-fade .carousel-inner .carousel-item.active {
	opacity: 1 !important;
}

.carousel.carousel-fade .carousel-item:first-child {
	top: auto;
	position: relative;
	transition: opacity ease-out 1.7s;
}

.carousel.carousel-fade .carousel-item:second-child {
	top: auto;
	position: relative;
	transition: opacity ease-out 1.7s;
}

.carousel-item .img-fluid {
	margin: 0 auto;
}

/*.carousel img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}*/



/*=============Section One===================*/
.section-one {
	/*background: url(../images/microscop.jpg);
	background-repeat: repeat;*/
}

#home-1 {
	/*margin-top: -85px;*/
}

.top-card-1 {
	background-color: #4a3de5;
	padding: 20px;
	border: none;
	color: #fff;
	border-radius: 0;
	box-shadow: 0px 0px 5px #4a3de5;
	transition: .5s;
}

.main-icon {
	width: 75px;
	margin-bottom: 10px;
}

.top-card-1 p {
	color: #fff;
}

.top-card-1:hover {
	background-color: #3b32b1;
}

.top-card-1 a {
	text-decoration: underline;
	font-size: 14px;
	color: #fff;
}

.top-card-2 {
	background-color: #96cb61;
	padding: 20px;
	border: none;
	color: #000;
	border-radius: 0;
	box-shadow: 0px 0px 5px #96cb61;
	transition: .5s;
}

.top-card-2:hover {
	background-color: #79af44;
}

.top-card-2 p {
	color: #000;
}

.top-card-2 a {
	text-decoration: underline;
	font-size: 14px;
	color: #000;
}

.top-card-3 {
	background-color: #fff;
	position: relative;
	border: none;
	color: #000;
	border-radius: 0;
	box-shadow: 0px 0px 5px #c3c3c3;
	transition: .5s;
}

.top-card-3:hover .offer-inner {
	background: #f69334cc;
}

.offer-inner {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	padding: 10px;
	transition: .5s;
}

.offer-inner h3 {
	color: #fff;
	font-size: 20px;
}

.offer-inner p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}

/*=======================Section Two=================================*/

.custom-btn {
	max-width: 19%;
	text-decoration: none;
	font-size: 14px;
	background-color: #f19911;
	border: 2px solid transparent;
	color: #fff;
	padding: 10px 20px;
	/*border-radius: 20px;*/
	/*box-shadow: 0px 10px 20px #b6e487;*/
	margin-top: 10px;
	display: inline-block;
	transition: 500ms all ease-in-out;
}

.custom-btn:hover {
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}

.btn {
	text-decoration: none;
	font-size: 14px;
	background-color: #f19911;
	border: 2px solid transparent;
	color: #fff;
	padding: 10px 20px;
	/*border-radius: 20px;*/
	/*box-shadow: 0px 10px 20px #b6e487;*/
	margin-top: 10px;
	display: inline-block;
	transition: 500ms all ease-in-out;
}

.btn:hover {
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}



.main-paralax-sec {
	background: url(../images/paralax-img.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	height: 600px;
}


.h-text-qot {
	font-style: italic;
	font-size: 20px;
	line-height: 30px;
	padding: 20px 0;
	font-weight: 200;
	color: #404040;
}


.team-mian {
	background-color: #f5f5f5;
}

.team-box {
	text-align: center;
}

.team-box img {
	width: 120px;
	border-radius: 50%;
}

.team-box h5 {
	margin: 15px 0 5px 0;
}

.team-box p {
	font-size: 12px;
}

.about-paralax {
	background: url(../images/about-paralx.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	/*height: 500px;*/
}

.why-choose-box {
	background-color: #fff;
	padding: 15px;
	text-align: center;
	box-shadow: 0px 0px 10px #eaeaea;
	border-radius: 3px;
	min-height: calc(100% - 3px);
}

.why-choose-box h5 {
	color: #f69334;
}

.why-choose-box .why-icon {
	background-color: #f69334;
	border-radius: 50%;
	padding: 23px;
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
}

.why-choose-box .why-icon i {
	font-size: 32px;
	color: #fff;
}

.main-deteil-bg {
	background: url(../images/about-paralx.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 500px;
}

.detail-bg-inner {
	border: 3px solid #fff;
	padding: 50px;
}

.mini-red {
	font-size: 12px;
	color: #b63327;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-style: italic;
	margin: 0;
}


/*========================Section Three===========================*/

.section-three {
	background: url(../images/Web-Banner-2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.green-overlay {
	background-color: rgba(150, 203, 97, 0.76);
}

.medical-research-inner p {
	/*color: #fff;*/
}

.md-icon-img {
	width: 100%;
	/*background-color: #072a8e;*/
	/*border-radius: 50%;*/
	/*padding: 5px;*/
	/*box-shadow: 0px 6px 10px #072a8e;*/
}

/*===============================Section Four================================*/

.section-four {
	background: url(../images/testimo-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.testi-caption {
	padding: 20px;
	margin-top: 20px;
	text-align: center;
}

.testi-name {
	color: #2d83b5;
	font-size: 18px;
	font-weight: 600;
}

.testi-name span {
	width: 40px;
	height: 3px;
	background-color: #2d83b5;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 3px;
	border-radius: 10px;
}

.testimonial-main .carousel-control-next {
	top: auto;
	bottom: -50px;
	right: 20px;
	width: auto;
	/*opacity: .6;*/
}

.testimonial-main .carousel-control-prev {
	top: auto;
	left: auto;
	right: 50px;
	bottom: -50px;
	width: auto;
	/*opacity: .6;*/
}

.testimonial-main .carousel-control-next span,
.testimonial-main .carousel-control-prev span {
	font-size: 36px;
	color: #96cb61;
}


/*===============================Section Five================================*/

.section-five {
	background: url(../images/news-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.inner-news {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.inner-news h4 {
	color: #fff;
}

/*=======================NEWS page=================================*/
.news-slider .slide.one {
	background: url(../images/news-1.jpg) no-repeat;
	background-size: cover;
	height: 300px;
}

.news-slider .slide.two {
	background: url(../images/news-2.jpg) no-repeat;
	background-size: cover;
	height: 300px;
}

.news-slider .slide.three {
	background: url(../images/news-3.jpg) no-repeat;
	background-size: cover;
	height: 300px;
}

.news-slider .slide.four {
	background: url(../images/news-4.jpg) no-repeat;
	background-size: cover;
	height: 300px;
}

.news-slider .slide.five {
	background: url(../images/news-5.jpg) no-repeat;
	background-size: cover;
	height: 300px;
}

.sidebar-news .media:hover {
	background-color: #f9f9f9;
	cursor: pointer;
}

.sidebar-news img {
	border-radius: 50%;
}

.sidebar-news p {
	font-size: 12px;
}

/*===============================Logo Sldier ================================*/
/* Slider */

/* .slick-slide {
    margin: 0px 20px;
} */

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/*===============================footer home================================*/

.footer-main {
	background: url(../images/footer-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.footer-text p {
	font-size: 14px;
	color: #fff;
}

.footer-heading h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 10px;
}

.footer-heading-line {
	width: 50px;
	height: 3px;
	background-color: #96cb61;
	display: inherit;
	display: none;
}

.opning-hour h6 {
	font-weight: 400;
}

.opning-hour p {
	margin-bottom: 2px;
	font-size: 14px;
	color: #fff;
}

.footer-links ul {
	padding-left: 0;

}

.footer-links ul li {
	/* text-align: center; */
	line-height: 2em;
	color: #fff;
	font-size: 14px;
	list-style: none;
	margin: 5px 0;
}

.footer-links ul li a {
	color: #fff;
}

.footer-links ul li a:hover {
	text-decoration: none;
	color: #F69334;
}

.footer-social-media .fa {
	padding: 12px;
	font-size: 20px;
	width: 13%;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
	border-radius: 50%;
}

.footer-social-media .fa:hover {
	opacity: 0.7;
}

.footer-social-media .fa-facebook {
	background: #3B5998;
	color: white;
}

.footer-social-media .fa-linkedin {
	background: #007bb5;
	color: white;
}

.footer-social-media .fa-youtube {
	background: #bb0000;
	color: white;
}

.footer-social-media .fa-instagram {
	background: #125688;
	color: white;
}

.copy-right {
	border-top: 1px solid #fff;
}

.copy-right p {
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin: 16px 0;
}

.copy-right p a {
	text-decoration: none;
	color: #F69334;
}

/*===============================About page banner================================*/

.other-banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%, -50%);
}

.other-banner-text h2 {
	color: #fff;
	font-size: 60px;
	text-shadow: -1px -1px 5px #5d5d5d;
}

/*===============================Services page================================*/

.services-list li {
	list-style: none;
	font-size: 16px;
	color: #6b6b6b;
	margin: 10px 0;
}

.services-list li i {
	margin-right: 7px;
	color: #69b762;
}

.award-img {
	border: 1px solid #ccc;
	box-shadow: 0 0 8px 0;
}


.sample-collecton-form-main {
	background-color: #f3f3f3;
}

.sample-colletion-form .form-control {
	padding: 12px 10px;
	border: 1px solid #a0a0a0;
	background-color: #f3f3f3;
}

.sample-colletion-form .custom-select {
	height: calc(2.25rem + 15px);
	border: 1px solid #a0a0a0;
	background-color: #f3f3f3;
}

.sample-colletion-form .custom-checkbox {
	text-align: left;
	margin: 10px 0;
}

.sample-colletion-form .custom-checkbox .custom-control-label::before {
	border: 1px solid #95cb61;
}

.sample-colletion-form .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #95cb61;
}

/*===============================Testing page================================*/

.testing-heading h2 {
	color: #fff;
	background-color: #95cb61;
	padding: 8px 10px;
	margin-bottom: 0;
}

.inner-testing-list {
	padding-left: 0;
}

.inner-testing-list li {
	margin: 10px 0;
	border: 1px solid #95cb61;
	padding: 5px;
	text-decoration: none;
	list-style: none;
	text-align: center;
	transition: .3s;
}

.inner-testing-list li:hover {
	background-color: #95cb61;
	color: #fff;
}

/*===============================Contact Us page================================*/

.contact-info h5 {
	margin-bottom: 20px;
}

.contact-info p i {
	font-size: 20px;
	color: #f19911;
	margin-right: 5px;
}

.contact-info p a {
	color: #6b6b6b;
	text-decoration: none;
}

.contact-info p a:hover {
	color: #3752a3;
	text-decoration: none;
}

.contact-info-main {
	border-right: 2px solid #f19911;
}


/*===============================Consaltancy Services================================*/
.consaltancy-list li {
	color: #95cb61;
	margin: 12px 0;
	list-style-type: square;
}

.consaltancy-list li span {
	color: #6b6b6b;
}

/*===============================FAQs Page================================*/

.faqs-main .card {
	margin-bottom: 5px;
	border: 1px solid rgba(149, 203, 97, 0.86);
}

.faqs-main .card-header {
	background-color: rgba(149, 203, 97, 0.86);
}

.faqs-main .card-header h5 button {
	color: #0c0c0c !important;
}

/*===============================PSA Page================================*/

.psa-slider .slide.one {
	background: url(../images/PIA.jpg) no-repeat;
	background-size: cover;
	height: 300px;
}

.psa-slider .slide.two {
	background: url(../images/Gulf.jpg) no-repeat;
	background-size: cover;
	height: 300px;
}

.psa-slider .slide.three {
	background: url(../images/qatar.jpg) no-repeat;
	background-size: cover;
	height: 300px;
}

.psa-slider .slide.four {
	background: url(../images/PIA.jpg) no-repeat;
	background-size: cover;
	height: 300px;
}

.psa-slider .slide.five {
	background: url(../images/Gulf.jpg) no-repeat;
	background-size: cover;
	height: 300px;
}


/*===============================Responsive ================================*/

@media screen and (max-width: 767px) {

	.main-menu {
		background-color: #f69334;
	}

	.navbar-light .navbar-nav .active>.nav-link {
		border: 0 !important;
	}

	.how-work-card {
		margin-bottom: 15px;
	}

	.medical-research-inner {
		margin-top: 20px;
	}

	#home-1 {
		margin-top: 0;
	}

	.m-news-card {
		margin-top: 20px;
	}

	.other-banner-text h2 {
		font-size: 24px;
	}

	.contact-info-main {
		border-bottom: 2px solid #95cb61;
		border-right: none;
	}

	.gca-test-home li {
		width: 45%;
	}
}