@font-face {
  font-family: 'Adobe Clean';
  src: url('../fonts/AdobeClean-Regular.woff2') format('woff2'), url('../fonts/AdobeClean-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adobe Clean';
  src: url('../fonts/AdobeClean-Bold.woff2') format('woff2'), url('../fonts/AdobeClean-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adobe Clean';
  src: url('../fonts/AdobeClean-Light.woff2') format('woff2'), url('../fonts/AdobeClean-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adobe Clean';
  src: url('../fonts/AdobeClean-SemiCn.woff2') format('woff2'), url('../fonts/AdobeClean-SemiCn.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN Pro';
  src: url('../fonts/DINPro.woff2') format('woff2'), url('../fonts/DINPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN Pro';
  src: url('../fonts/DINPro-Bold.woff2') format('woff2'), url('../fonts/DINPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN Pro';
  src: url('../fonts/DINPro-Medium.woff2') format('woff2'), url('../fonts/DINPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0.01rem;
  box-sizing: border-box;
  font-weight: 400;
  font-family: 'Adobe Clean';
  color: #000000;
}
img {
  border: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
a {
  transition: 0.3s;
  text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'DIN Pro';
}
p {
  font-size: 1.563rem;
}
.container {
  max-width: 1500px;
  position: relative;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 4.375rem;
}
h3 {
  font-size: 2.75rem;
}
h4 {
  font-size: 1.125rem;
}
h5 {
  font-size: 0.9375rem;
}
h6 {
  font-size: 1rem;
}
ol, ul {
  padding-left: 0;
}
.btn:hover {
  background: #a6d27b;
  color: #fff;
}
.theme-green-color {
  color: #a6d27b;
  font-size: 20px;
}
.font-light {
  font-weight: 100;
}
.main {
  width: 100%;
}
.head {
  position: absolute;
  z-index: 9;
  width: 100%;
  padding-top: 15px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}
.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 24px;
  padding: 0px 0px;
  margin: 5px 0;
  text-align: right;
  cursor: pointer;
}
.navbar-light .navbar-nav .dropdown-menu .dropdown-item {
  color: #ffffff;
  font-size: 20px;
  margin: 5px 0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
  color: #3cc0b8;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: #ffffff;
  border-bottom: solid 2px #3cc0b8;
  display: inline-block;
  float: right;
}
.navbar-expand-lg .navbar-nav {
  flex-direction: column;
  line-height: 1.2;
}
.dropdown-menu[data-bs-popper] {
  left: inherit;
  margin-top: 0.125rem;
  right: 0 !important;
  position: absolute;
}
.flex-md-row {
  align-items: center;
}
.homebanner video {
  width: 100%;
}
.slide-pics {
  padding-bottom: 1rem;
}
.banner {
  background: url(../image/banner.jpg) center top no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 300px 0 100px 0;
}
.banner-one {
  background: url(../image/banner-slide1.jpg) center top no-repeat;
  background-size: cover;
}
.banner-two {
  background: url(../image/banner-slide2.jpg) center top no-repeat;
  background-size: cover;
}
.banner h1 {
  font-size: 110px;
  color: #a6d27b;
  font-family: 'DIN Pro';
  font-weight: 500;
  letter-spacing: -0.08rem;
}
.banner-one h1 {
  font-size: 80px;
  line-height: normal;
  margin: 0 0 -40px 0;
  font-weight: bold;
}
.banner-one span {
  font-size: 70px;
  color: #a6d27b;
  font-family: 'DIN Pro';
  letter-spacing: -0.08rem;
  font-weight: bold;
}
.banner-one span sub {
  bottom: -1.25em;
}
.b-content {
  display: flex;
  justify-content: space-between;
}
.b-content-button {
  padding-top: 100px;
}
.b-content-button a {
  height: 70px;
  line-height: 66px;
  padding: 0 40px;
  font-size: 25px;
  color: #ffffff;
  border: solid 2px #ffffff;
  display: inline-block;
  letter-spacing: -0.03rem;
}
.b-content-button a:hover {
  color: #a6d27b;
  border-color: #a6d27b;
}
.b-text {
  width: 29%;
  margin-right: 50px;
  font-family: 'DIN Pro';
}
.b-text span {
  text-align: right;
  font-size: 70px;
  color: #a6d27b;
  font-weight: 500;
}
.b-text p {
  color: #ffffff;
  position: relative;
  padding-left: 45px;
  line-height: normal;
}
.b-text p::after {
  width: 30px;
  content: "";
  height: 15px;
  background: url(../image/arrow.png) left top no-repeat;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}
.banner-two {
  padding-top: 200px;
}
.banner-two h1 {
  font-size: 80px;
  font-weight: bold;
}
.banner-two h1 strong {
  font-size: 70px;
  padding-left: 100px;
  font-weight: bold;
  font-family: 'DIN Pro';
}
.banner-two .b-text {
  width: auto;
  margin: 0px;
  font-family: 'DIN Pro';
}
.banner-two .b-text span {
  font-size: 110px;
  font-weight: bold;
}
.midcounter {
  width: 100%;
}
.banner-slider .owl-dots {
  position: absolute;
  left: 11%;
  bottom: 40px;
  z-index: 99999;
}
.banner-slider .owl-dots .owl-dot {
  border: solid 1px #ffffff;
  border-radius: 100%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
}
.banner-slider .owl-dots .owl-dot.active {
  background: #3ec0b7;
}
.home-one .home-one-left-bg {
  background: url("../image/power-img.jpg") no-repeat;
  background-size: cover;
  background-position: left center;
  position: relative;
  height: 95vh;
  display: block;
  margin-top: -6px;
}
.home-one .home-one-right-wrapper {
  padding: 1rem 2rem;
  width: 90%;
}
.home-one .home-one-right-wrapper .pw-content {
  padding-top: 0 !important;
}
.home-one .home-one-right-wrapper .pw-content p {
  line-height: 1.25;
}
.home-one .home-one-right-wrapper .pw-left img {
  width: 80%
}
.home-one .home-one-right-wrapper .pw-right {
  font-size: 21px;
  line-height: 26px;
}
.home-one .row {
  margin: 0;
  padding: 0;
  align-items: center
}
.section-one {
  width: 100%;
}
.section-one .row {
  margin: 0px;
}
.section-one .col-md-5 {
  padding: 0 11px 0 0;
}
.pw-content {
  padding: 40px 0 0 40px;
}
.pw-content h2 {
  line-height: 70px;
  padding-bottom: 20px;
  font-family: 'DIN Pro';
  font-weight: 500;
}
.pw-content h2 span {
  color: #a6d27b;
}
.pw-content p {
  padding-right: 10px;
}
.pw-list {
  display: flex;
  align-items: center;
}
.pw-left {
  width: 40%;
}
.pw-right {
  width: 60%;
  margin-left: 15px;
  font-family: 'Adobe Clean';
  font-weight: bold;
  line-height: 34px;
  font-size: 25px;
}
.section-two {
  width: 100%;
  background: url(../image/bg1.jpg) center top no-repeat;
  /*  min-height: 890px;*/
  background-size: cover;
  position: relative;
}
.slide-pic {
  padding-top: 70px;
  position: relative;
  z-index: 9;
}
.slide-pic img {
  /* max-width: fit-content;*/
  margin-left: -20px;
}
.homesectwo .slide-content {
  /* width: 80%;*/
  /*
  position: relative;
  top: 20%;
*/
  /*  padding-left: 150px;*/
}
.slide-pics img {
  max-width: 80% !important;
  width: auto !important;
}
.slide-content p {
  /*padding: 0 200px 0 0;*/
  line-height: 36px;
  padding-bottom: 15px;
  font-weight: bold;
}
.slide-content h2 {
  font-size: 52px;
  line-height: 56px;
  font-family: 'Adobe Clean';
  font-weight: 300;
  position: relative;
  padding-bottom: 20px;
}
.homesectwo .slide-content h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 150px;
  height: 3px;
  background-color: #a6d381;
}
.line {
  position: absolute;
  left: -260px;
  top: 3px;
}
.line-one {
  position: absolute;
  right: -10px;
  bottom: 40px;
}
.slide-arrow {
  position: absolute;
  bottom: 127px;
  left: -60px;
}
.section-three, .scientific-service {
  width: 100%;
  padding: 60px 0;
}
.section-three.customer_div-pad {
  width: 100%;
  padding: 60px 0 100px;
}
.section-two.bg-light .owl-dots {
  display: none;
}
.section-three h2 {
  font-weight: 500;
  padding-bottom: 15px;
}
.section-three h2 span {
  color: #a6d27b;
}
.slide-three .owl-carousel .owl-stage-outer {
  padding-top: 85px;
}
.testimonial {
  background: url(../image/testmonial-bg.png) center 80px no-repeat;
  min-height: 546px;
  position: relative;
}
.user {
  margin: -80px 0 0 -132px;
  position: relative;
}
.user-info {
  position: absolute;
  left: -190px;
  bottom: -15px;
  text-align: left;
}
.user-info strong {
  font-weight: bold;
  font-size: 36px;
}
.user-info p {
  font-size: 32px;
  font-weight: 300;
}
.user-content {
  padding: 80px 80px 0 100px;
  line-height: 58px;
}
.user-content p {
  font-weight: 300;
  font-size: 48px;
  background: #ffffff;
}
.section-four {
  padding: 0px 0px 80px 0px;
}
.footer {
  background: url(../image/footer-bg.png) center top no-repeat #000000;
  background-size: cover;
  padding: 70px 0 0px 0;
}
.footer h2 {
  color: #ffffff;
  /* font-weight: bold;*/
  text-align: center;
  font-family: 'Adobe Clean';
  font-weight: normal;
}
.footer p {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 30px;
}
.contact-form input {
  border-radius: 0px;
  height: 60px;
  line-height: 60px;
  font-family: 'Adobe Clean';
  color: #a3a3a3;
  padding: 0 25px 0 25px;
  font-weight: 300;
}
.contact-form textarea {
  border-radius: 0px;
  font-family: 'Adobe Clean';
  color: #a3a3a3;
  padding: 15px 25px 0 25px;
  font-weight: 300;
}
.foot-bottom {
  border-top: solid 1px #ffffff;
  padding: 30px 0;
}
.foot-bottom ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.foot-bottom ul li {
  line-height: normal;
  display: inline-block;
}
.foot-bottom ul li a {
  position: relative;
  font-size: 25px;
  color: #ffffff;
  padding: 0 20px;
  font-weight: 300;
}
.foot-bottom ul li a:hover {
  color: #a6d27b;
}
.foot-bottom ul li a::after {
  position: absolute;
  content: "|";
  color: #ffffff;
  right: 0px;
}
.foot-bottom ul li:nth-child(7) a::after {
  color: #000000;
}
.foot-mid {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.foot-mid-left {
  width: 45%;
  text-align: left;
}
.foot-mid-left h3 {
  color: #ffffff;
  font-weight: 500;
  font-family: 'Adobe Clean';
}
.foot-mid-left p {
  font-size: 20px;
  text-align: left;
  padding: 0px;
  line-height: 28px;
}
.foot-mid-right {
  width: 40%;
  text-align: right;
}
.foot-mid-right h3 {
  color: #ffffff;
  font-weight: 500;
  font-family: 'Adobe Clean';
}
.foot-mid-right p {
  font-size: 20px;
  text-align: right;
  padding: 0px;
  line-height: 28px;
}
.foot-mid-right p strong {
  font-size: 24px;
}
.social-list {
  list-style: none;
  margin: 30px 0px 0px 0px;
  padding: 0px;
}
.social-list li {
  display: inline-block;
}
.social-list li a {
  font-size: 18px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 100%;
  display: inline-block;
  margin-left: 10px;
  text-align: center;
  line-height: 50px;
  color: #031b4e;
}
.social-list li a:hover {
  background: #a6d27b;
  color: #ffffff;
}
.section-two .owl-prev:hover {
  opacity: 0.6;
}
.section-two .owl-next:hover {
  opacity: 0.6;
}
.section-two .owl-prev span {
  display: none;
}
.section-two .owl-next span {
  display: none;
}
.section-two .owl-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 20%;
  /*  left: 8%;*/
  background-image: url("../image/prev.png") !important;
  background-repeat: no-repeat !important;
}
.section-two .owl-next {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 20%;
  left: 55px;
  background-image: url("../image/next.png") !important;
  background-repeat: no-repeat !important;
}
/*------about us------------*/
.about_us .banner {
  background: url(../image/bgs/bg-about-us.png) center top no-repeat;
  background-size: cover;
  height: auto !important;
  padding: 250px 0 100px 0;
}

.biostatictis .banner {
  background: url(../image/bgs/biostatictis.jpg) center top no-repeat;
  background-size: cover;
  height: auto !important;
  padding: 250px 0 100px 0;
}

.about_us .banner.clinicalbannerimg {
  background: url(../image/bgs/solution-banner.jpg) center top no-repeat;
  background-size: cover;
  height: auto !important;
  padding: 250px 0 100px 0;
}
.about_us .banner.clientbannerimg {
  background: url(../image/bgs/client-banner.jpg) center top no-repeat;
  background-size: cover;
  height: auto !important;
  padding: 250px 0 100px 0;
}
.about_us .banner.teambannerimg {
  background: url(../image/bgs/team-banner.jpg) center top no-repeat;
  background-size: cover;
  height: auto !important;
  padding: 250px 0 100px 0;
}
.about_us .banner.whowebannerimg {
  background: url(../image/bgs/who-we-banner.jpg) center top no-repeat;
  background-size: cover;
  height: auto !important;
  padding: 250px 0 100px 0;
}
.contact_us .banner {
  background: url(../image/bgs/bg-contact.png) center top no-repeat;
  background-size: cover;
  height: auto !important;
  padding: 250px 0 100px 0;
}
.solutions_page .banner {
  background: url(../image/bgs/sol-bg.jpg) center top no-repeat;
  background-size: cover;
  height: auto !important;
  padding: 250px 0 100px 0;
}
.regulatory .banner {
  background: url(../image/bgs/regulatory.jpg) center top no-repeat;
  background-size: cover;
  height: auto !important;
  padding: 250px 0 100px 0;
}

.iis .banner.whowebannerimg {
    background: url(../image/bgs/iis.jpg) center top no-repeat ;
    background-size: cover;
    height: auto !important;
    padding: 250px 0 100px 0;
}

.about_us .b-text {
  width: 50%;
  margin-right: 50px;
  font-family: 'DIN Pro';
}
.about_us .b-content {
  display: flex;
  justify-content: center;
}
.about_us .b-text span {
  font-size: 60px;
  line-height: 1;
  color: #fff;
}
.about_us .pw-content {
  padding: 0;
}
.about_us .section-one {
  background: url(../image/bg-about-2.jpg) center bottom no-repeat;
  padding: 6rem 0;
  min-height: 700px;
}
.about_us .section-excel {
  padding: 0 0 60px 0;
}
.about_us .section-two.owldis-none {
  min-height: auto;
  margin-bottom: 60px;
}
.about_us .section-two {
  width: 100%;
  background: #fff !important;
  min-height: 600px;
  position: relative;
  padding: 3rem 0;
}
.about_us .section-two.section-res-height {
  background-color: #f8f9fa !important;
  min-height: auto;
  padding: 60px 0 !important;
}
.about_us .section-two .container {
  overflow: hidden;
}
.about_us .slide-content {
  width: 100%;
  overflow: hidden;
  margin-top: 0;
}
.about_us .section-two .owl-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 10px;
  background-image: url("../image/prev.png") !important;
  background-repeat: no-repeat !important;
}
.about_us .section-two .owl-next {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 63px;
  background-image: url("../image/next.png") !important;
  background-repeat: no-repeat !important;
}
.about_us .section-two .owl-nav {
  position: absolute;
  display: block;
  margin: auto;
  width: 130px;
  height: 60px;
  /* position: relative; */
  left: 41.5%;
  bottom: 23px;
  background: #fff !important;
  background-color: #FFF !important;
}
.about_us .about-2nd-slider-container {
  padding: 0 3.5rem;
}
.slide-content .about-2nd-slider-container h2 {
  margin-bottom: 2rem
}
.slide-content .about-2nd-slider-container p {
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: 400;
  padding-right: 0;
  width: 85%;
}
.about-2nd-slider-headings {
  display: flex;
  justify-content: space-between;
}
.about-2nd-slider-headings .active {
  color: #a6d27b;
  font-weight: 600;
  border-bottom: 5px solid #a6d27b;
  font-family: 'DIN Pro'
}
.about-2nd-slider-headings h2 {
  font-family: 'DIN Pro'
}
.about-2nd-slider-headings h2:last-child {
  margin-right: 2rem;
  font-family: 'DIN Pro'
}
.about_us .testimonial {
  background: none;
}
.about_us .testimonial .abt-our-team {
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 90%;
  padding: 0 2rem;
  margin-bottom: 1.5rem;
}
.about_us .testimonial .abt-our-team .user-info {
  position: relative !important;
  left: auto;
  bottom: auto;
  text-align: left;
  padding: 2rem 0;
}
.about_us .testimonial .abt-our-team .user-info strong {
  text-transform: uppercase;
  font-size: 1.7rem;
  letter-spacing: 5px;
}
.about_us .testimonial .abt-our-team .user-info p {
  font-size: 1.2rem;
}
.about_us .testimonial .owl-nav {
  display: block;
  position: absolute;
  right: 50px;
  bottom: -100px;
}
.about_us .testimonial .owl-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0px;
  top: auto;
  right: 60px;
  left: auto;
  background-image: url(../image/prev.png) !important;
  background-repeat: no-repeat !important;
}
.about_us .testimonial .owl-next {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0px;
  top: auto;
  right: 0px;
  left: auto;
  background-image: url(../image/next.png) !important;
  background-repeat: no-repeat !important;
}
.about-clients {
  background-image: url(../image/bg-about-clients.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  margin: 0;
  padding: 5rem;
}
.about-clients h1 {
  color: #fff;
  font-weight: 900;
  font-size: 4rem;
  font-family: 'DIN Pro';
}
.about_us .about-clients .slide-four {
  padding-bottom: 10px !important;
}
.about_us .about-clients .slide-four .owl-item .item {
  text-align: center !important;
}
.about_us .about-clients .owl-nav {
  text-align: center;
  margin-top: 1rem;
}
.about_us .about-clients .owl-nav button span {
  display: none;
}
.about_us .about-clients .owl-prev {
  width: 50px;
  height: 50px;
  bottom: 0;
  top: auto;
  right: 60px;
  left: auto;
  background-image: url(../image/prev.png) !important;
  background-repeat: no-repeat !important;
}
.about_us .about-clients .owl-next {
  width: 50px;
  height: 50px;
  text-align: center;
  bottom: 0;
  top: auto;
  right: 0px;
  left: auto;
  background-image: url(../image/next.png) !important;
  background-repeat: no-repeat !important;
}
/*------about us ends------------*/
.font-size-16 {
  font-size: 1.35rem;
}
.breadcrumb {
  margin-bottom: 2.5rem !important
}
.breadcrumb .breadcrumb-item {
  font-size: 22px;
}
.breadcrumb .breadcrumb-item a {
  color: #fff;
}
.breadcrumb-item.active {
  color: #a6d27b;
}
.teamdetailpop {
  background: rgba(0, 0, 0, .6);
}
.teamdetailpop .modal-dialog {
  max-width: 75%;
  background: #f5f5f5;
  ;
}
.teamdetailpop .modal-body {
  background: #f5f5f5;
  padding: 70px 30px 40px;
}
.teamdetailpop .popupdetail {
  overflow-y: scroll;
  height: auto;
  padding: 0 30px;
}
.teamdetailpop .popupdetail p {
  font-size: 20px;
}
.teamdetailpop .popupdetail ul li {
  font-size: 20px;
}
.popupleftbox {
  background: #ffffff;
  padding-left: 30px;
  padding-bottom: 15px;
}
.popupleftbox img {
  width: 100%;
}
.popupleftbox h4 {
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: 20px;
}
.popupleftbox p {
  font-size: 20px;
}
.teamdetailpop .close {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #a6d27b;
  z-index: 9;
  color: #ffffff;
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
/*------testimonial slider------------*/
.testimonial .owl-prev:hover {
  opacity: 0.6;
}
.testimonial .owl-next:hover {
  opacity: 0.6;
}
.testimonial .owl-prev span {
  display: none;
}
.testimonial .owl-next span {
  display: none;
}
.testimonial .owl-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 110px;
  left: 0px;
  background-image: url("../image/prev.png") !important;
  background-repeat: no-repeat !important;
}
.testimonial .owl-next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 110px;
  left: 55px;
  background-image: url("../image/next.png") !important;
  background-repeat: no-repeat !important;
}
.slide-three .owl-carousel .owl-stage-outer {
  margin-top: -70px;
}
/*------end testimonial slider------------*/
.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  width: 50px;
  padding: 0px;
  height: 50px;
  font-size: inherit;
  outline: none;
}
.menu svg {
  width: 100%;
  margin: -25px 0 0;
}
.navbar-light .navbar-toggler {
  outline: none;
  border: none;
  color: #ffffff;
  box-shadow: none;
}
.line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.about_us .testimonial .abt-our-team .user-info strong {
  text-transform: uppercase;
  font-size: 1.4rem; /* letter-spacing: 5px; */
}
.teamslide-three .user-info strong {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: normal !important;
}
.teamslide-three .abt-our-team {
  /*  padding: 0 0rem 0 2rem !important;*/
}
.teamslide-three .user-info a {
  color: #000;
  font-size: 18px;
  margin-top: 15px;
}
.teamslide-three .user-info a > img {
  padding-left: 15px;
  width: 50px;
}
.teamslide-three .owl-nav {
  text-align: center;
  right: 0px !important;
  bottom: -60px !important;
  left: 78px;
  margin: 0 auto;
  display: table !important;
}
.team-advisors .advisorhead h2 {
  font-weight: 600;
  padding-bottom: 15px;
  font-size: 61px;
  line-height: 65px;
}
.team-advisors {
  background: #f2f2f2;
  padding: 60px 0;
}
.team-advisors.padbtextra {
  padding: 60px 0 90px;
}
.team-advisors.onlyforteam-advisors {
  padding: 60px 0 100px;
}
.team-advisors .advisorhead h2 span {
  color: #a6d27b;
}
.advisortab button {
  text-align: left;
  padding: 20px
}
.advisortab button.active {
  background-color: transparent !important;
}
.advisortab button.active p {
  color: #000
}
.advisortab button.active h4 {
  color: #000;
  background: linear-gradient(to right, #94c276 0%, #54c4aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.advisortab button p {
  font-size: 18px;
  margin: 0;
  color: #d9d9d9
}
.advisortab button h4 {
  font-size: 45px;
  margin: 0;
  color: #d9d9d9
}
.testimonial .owl-dots, .section-two.owldis-none .owl-dots, .data-tech-sec .owl-dots {
  display: none;
}
.testimonial.scientific-comm-slider .owl-dots {
  display: block;
}
.advisortab .tab-content p {
  font-size: 22px;
  line-height: 28px;
}
.clientslide-four .clientbox {
  background: #3cc0b8;
  color: #ffffff;
  padding: 25px 35px;
  text-align: center;
}
.clientslide-four .owl-nav {
  right: 0px !important;
  bottom: -100px;
  left: 110px !important;
  display: table !important;
  text-align: center;
  margin: 0 auto;
}
.clientslide-four .owl-item:nth-of-type(2n+1) .clientbox {
  background: #f2f2f2;
  color: #000000;
}
.clientslide-four .clientbox h3 {
  font-size: 30px;
}
.clientslide-four .clientbox p {
  font-size: 22px;
}
/*CONTACT PAGE*/
.contact-wrapper {
  background: rgb(60, 192, 184);
  background: linear-gradient(141deg, rgba(60, 192, 184, 1) 0%, rgba(166, 210, 123, 1) 100%);
  padding: 2rem 3rem;
}
.contact_us .teamheading {
  width: 80%;
  margin: auto;
}
.contact_us .teamheading a {
  color: #96c864 !important
}
/* scintific communication page start */
.scintific_communication_page .banner {
  background: url(../image/bgs/scintific-communication-banner.jpg) center top no-repeat;
  background-size: cover;
  height: auto !important;
  padding: 250px 0 100px 0;
}
.scientific-comm-slider .abt-our-team {
  display: flex;
  align-items: center;
}
.scientific-service .advisorhead h2 {
  font-weight: 600;
  padding-bottom: 15px;
  font-size: 61px;
  line-height: 65px;
}
.scintific_communication_page .testimonial h4 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 25px;
}
.scintific_communication_page .testimonial .abt-our-team {
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 95%;
  padding: 0 2rem;
  margin-bottom: 1.5rem;
}
.scintific_communication_page .testimonial .abt-our-team .user-info p {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
}
.scintific_communication_page .teamslide-three .abt-our-team {
  padding: 0 0rem 0 0rem !important;
}
.scientific-service .advisorhead h2 span {
  color: #a6d27b;
}
.scientific-service .sservicebox img {
  width: 100%
}
.scientific-comm-slider {
  min-height: auto;
}
.scientific-service .sservicebox {
  position: relative;
}
.scientific-service .sservicebox .infobox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  background: url(../image/gradient.png) repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  ;
  height: 100%;
  padding-bottom: 20px;
}
.scientific-service .sservicebox .info {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 140px;
}
.scientific-service .sservicebox .info p {
  line-height: 1.2;
  padding: 0 15px;
}
.scientific-service-slider .owl-carousel .owl-dots {
  padding: 30px 0 10px;
}
.scientific-service-slider .owl-carousel button.owl-dot {
  background: #e5e5e5;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 33%;
  height: 2px;
}
.scientific-service-slider .owl-carousel button.owl-dot.active {
  background: #80ba55;
}
.clinical-data-slider .testimonial h4 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 25px;
}
.clinical-data-slider .testimonial .abt-our-team {
  min-height: auto;
}
.clinical-data-management-page .banner {
  background: url(../image/bgs/clinical-data-management-abanner.jpg) center top no-repeat;
  background-size: cover;
  height: auto !important;
  padding: 250px 0 100px 0;
}
.clinical-data-management-page .testimonial, .scintific_communication_page .testimonial {
  min-height: auto;
}
.clinical-data-management-page .testimonial .abt-our-team {
  padding-top: 2rem !important;
}
.clinical-data-management-page .testimonial .abt-our-team {
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 90%;
  padding: 0 2rem;
  margin-bottom: 1.5rem;
}
.clinical-data-management-page .testimonial .abt-our-team .user-info p {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
}
/* scintific communication page end */
/*=====================*/
.solutions_page .testimonial {
  height: auto !important;
  min-height: auto !important;
}
.solutions_page .testimonial .abt-our-team {
  padding: 2rem !important;
}
.scintific_communication_page .testimonial .abt-our-team {
  padding: 2rem !important;
}
.solutions_page .testimonial .abt-our-team .user-info {
  padding: 0 !important;
  padding-top: 10px !important;
  margin: 0;
}
.solutions_page .testimonial .abt-our-team .user-info p {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
}
.solutions_page .teamslide-three .owl-nav {
  text-align: center;
  right: 149px !important;
  bottom: -50px !important;
  left: auto;
  margin: 0 auto;
  display: table !important;
}
.border-box {
  border: 4px solid #3cc0b8;
  padding: 15px 25px;
  font-size: 1.35rem;
  font-weight: bold;
}
.delivering-excellence-sec {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3cc0b8+0,a6d27b+100 */
  background: rgb(60, 192, 184); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(60, 192, 184, 1) 0%, rgba(166, 210, 123, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(60, 192, 184, 1) 0%, rgba(166, 210, 123, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(60, 192, 184, 1) 0%, rgba(166, 210, 123, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cc0b8', endColorstr='#a6d27b', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  padding: 50px 50px;
  color: #ffffff
}
.border-radius-0 {
  border-radius: 0;
}
.regulatory .section-two {
  margin: 0;
  padding: 60px 0;
  background: #f8f9fa !important;
}
.regulatory .section-two .slide-content .item .about-2nd-slider-container {
  margin: 0;
  padding: 3rem 4rem;
  background: #000000;
  color: #ffffff;
  max-width: 45%;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
.regulatory .section-two .slide-content .item .about-2nd-slider-container p {
  margin: 0;
  padding: 0;
  width: 100%;
}
.regulatory .section-two .slide-content .item img {
  margin-bottom: 5rem
}
.regulatory .section-two .owl-nav {
  background: none !important;
  background-color: none !important;
}
.clinical_quality_assurance .banner.whowebannerimg {
  background: url(../image/bgs/clinical-quality-bg.jpg) center top no-repeat;
  background-size: cover;
  height: auto !important;
  padding: 250px 0 100px 0;
}
.clinical_quality_assurance .section-excel .delivering-excellence-sec img {}
.core_labroratory .banner.whowebannerimg {
  background: url(../image/bgs/Core-Labroratory.png) center top no-repeat;
  background-size: cover;
  height: auto !important;
  padding: 250px 0 100px 0;
}
.core-labroratory-slider .item {
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 95%;
  padding: 1.5rem;
  margin: auto;
  margin-bottom: 1.5rem;
  border: 5px solid #80ba5500;
}
.core-labroratory-slider .item img {
  filter: grayscale(100%);
}
.core-labroratory-slider .item:hover img {
  filter: grayscale(0);
  transition: 1s;
}
.core-labroratory-slider .item:hover {
  border: 5px solid #80ba55;
  transition: 1s;
}
.core-labroratory-slider .user-info-new {
  padding: 1rem 0;
}
.core-labroratory-slider .user-info-new h3 {
  font-size: 1.7rem;
}
.core_labroratory .slider_nav button {
  width: 60px;
  height: 60px;
  border: 0;
  background-repeat: no-repeat !important;
}
.core_labroratory .slider_nav button.am-prev {
  background-image: url(../image/prev.png) !important;
}
.core_labroratory .slider_nav button.am-next {
  background-image: url(../image/next.png) !important;
}
.rws_services {
  background: #f2f2f2;
  padding: 60px 0;
}
.rws_services .desktop_show .row .service-single {
  padding: 0 2rem;
  margin: 2rem 0;
  border-color: #d9d9d9 !important
}
.rws_services .desktop_show .border-btm {
  border-bottom: 1px solid #d9d9d9;
}
.rws_services .desktop_show .row .service-single p {
  width: 80%;
  margin: auto;
  line-height: 1;
  font-weight: 500 !important;
}
.govt_wrapper {
  background: #f2f2f2;
  padding: 60px 0;
}
.govt_wrapper .myuls {
  list-style: none;
}
.govt_wrapper .myuls li {
  display: flex;
  font-size: 1.35rem;
  margin-bottom: 1.2rem
}
.govt_wrapper .myuls li .far {
  padding-top: 5px;
  margin-right: 0.8rem;
  color: #a6d27b;
}
.govt_wrapper .readmore {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 90%;
  padding: 1rem 0;
}
.govt_wrapper .readmore a {
  color: #000000;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
}
.govt_wrapper .readmore a:hover {
  color: #a6d27b;
}
.govt_wrapper .readmore span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #fff url("../image/next.png") no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  right: 0;
  top: -15px;
  z-index: 1;
}
.govt_wrapper .readmore span:hover {
  transition: 0.5s;
  right: -5px;
}
.govt .banner.whowebannerimg {
  background: url(../image/bgs/govt-public-health.jpg) center top no-repeat;
  background-size: cover;
  height: auto !important;
  padding: 250px 0 100px 0;
}
.govt .govt_wrapper .govt_wrapper_items {
  width: 90%;
}
.govt_wrapper .container .row .col-lg-6:last-child .govt_wrapper_items {
  float: right !important;
}
.govt .govt_wrapper .border-right {
  border-right: 1px solid #44444440;
}
.govt .govt_wrapper .govt_wrapper_items .adjust_height {
  margin-bottom: 2rem;
}
.govt .govt_wrapper .govt_wrapper_items .adjust_height h3 {
  line-height: 1;
  margin-bottom: 1.5rem
}
.data_tech .banner {
  background: url(../image/bgs/data-tech.jpg) center top no-repeat;
  background-size: cover;
  height: auto !important;
  padding: 250px 0 100px 0;
}
.data_tech hr, .resource hr {
  margin: 3rem 0;
  color: inherit;
  background-color: #80ba55;
  border: 0;
  opacity: 1;
  height: 6px;
}
.trial-centers .border-box {
  border: 4px solid #3cc0b8;
  padding: 25px;
  font-size: 1.35rem;
  font-weight: normal !important;
}
.trial-centers .border-box img {
  padding-right: 2rem
}
.trial-centers .banner {
  background: url(../image/bgs/trial-centers.jpg) center top no-repeat;
  background-size: cover;
  height: auto !important;
  padding: 250px 0 100px 0;
}
.trial-centers .border-box p {
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.resource .banner {
  background: url(../image/bgs/resource.jpg) center top no-repeat;
  background-size: cover;
  height: auto !important;
  padding: 250px 0 100px 0;
}
.resource .tab-slider .nav-pills {
  justify-content: center;
}
.resource .tab-slider .nav-pills .nav-link.active, .resource .tab-slider .nav-pills .show > .nav-link {
  color: #000;
  border-bottom: 2px solid #a6d27b;
  font-weight: 600;
}
.resource .tab-slider .nav-pills .nav-link {
  color: #767676;
  background-color: #00000000;
  font-size: 2rem;
  border-radius: 0;
  margin: 0 1rem
}
.resource .tab-slider .tab-content .teamslide-three .owl-carousel .item {
  display: block;
  width: 300px;
  margin: auto;
}
.resource .tab-slider .tab-content .teamslide-three .owl-carousel .item img {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.resource .tab-slider .tab-content .teamslide-three .owl-carousel .item a {
  padding: 2rem;
  position: relative;
  display: block;
  color: #054a25;
  font-weight: 300;
}
.resource .tab-slider .tab-content .teamslide-three .owl-carousel .item a .fa {
  font-weight: 300;
  transform: scale(0.8)
}
.resource .tab-slider .tab-content .testimonial {
  max-width: 760px;
  margin: auto;
  padding: 2rem
}
.resource .section-two .owl-nav {
  bottom: 0;
}
/* Custom style */
.accordion-button::after {
  width: 2rem;
  height: 2rem;
  background-image: url(../image/plus.png);
  background-size: contain;
  background-position: center center;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../image/minus.png);
}
.resource .accordion .accordion-item .accordion-header button {
  background: none;
  border: 0;
  font-size: 2.2rem;
  color: #000000;
  outline: none !important;
  box-shadow: 0 0 0 0;
}
.resource .accordion .accordion-collapse {
  background: none;
  border: 0;
}
.resource .section_4 {
  padding: 60px 0;
}
.resource .section_4 h3.theme-green-color {
  font-size: 2.50rem;
  line-height: 1.1;
}
.biostatictis-wrapper {
  margin-top: 4rem !important;
}
.biostatictis-item {
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}
.biostatictis-item:hover {
  background: rgb(60, 192, 184);
  background: linear-gradient(141deg, rgba(60, 192, 184, 1) 0%, rgba(166, 210, 123, 1) 75%);
  color: #fff;
}
.biostatictis-item:hover img {
  filter: brightness(0) invert(1);
}
.biostatictis-item img {
  max-height: 100px;
  padding-right: 1.5rem
}
.biostatictis-item .d-flex {
  align-items: center;
}
.biostatictis-item .d-flex p {
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
}
/*====anoj css===============*/
.therapeutic_page .banner {
  background: url(../image/bgs/therapeutic-banner.jpg) center top no-repeat;
  background-size: cover;
  height: auto !important;
  padding: 250px 0 100px 0;
}
.therapeutic_page .color_box {
  width: 60px;
  height: 30px;
  background: #93298e;
  display: inline-block;
  margin-right: 10px;
}
.paragraph_box {
  margin-bottom: 1rem;
}
.paragraph_box p {
  margin-bottom: 0rem;
}
.paragraph_box .color2 {
  background: #652f91;
}
.paragraph_box .color3 {
  background: #1172b9;
}
.paragraph_box .color4 {
  background: #29a7d9;
}
.paragraph_box .color5 {
  background: #0ca89b;
}
.paragraph_box .color6 {
  background: #056937;
}
.paragraph_box .color7 {
  background: #39b449;
}
.paragraph_box .color8 {
  background: #90c445;
}
.paragraph_box .color9 {
  background: #dae026;
}
.paragraph_box .color10 {
  background: #f9ec22;
}
.paragraph_box .color11 {
  background: #f59421;
}
.paragraph_box .color12 {
  background: #c06240;
}
.paragraph_box .color13 {
  background: #ee1f27;
}
.paragraph_box .color14 {
  background: #c2272d;
}
.therapeutic_page .section-four {
  background: #f2f2f2;
  padding: 80px 0;
}
.therapeutic_page .section-four-head h2 {
  font-weight: 600;
  padding-bottom: 15px;
  font-size: 61px;
  line-height: 65px;
}
.therapeutic_page .section-four-head h2 span {
  color: #a6d27b;
}
.our_vision .d-flex {
  align-items: center;
  border-bottom: 1px solid #C9C9C9;
  padding: 0.5rem 0;
}
.our_vision .d-flex:first-child {
  padding-top: 0;
}
.our_vision .d-flex:last-child {
  border-bottom: 0 solid #C9C9C9;
  padding-bottom: 0;
}
.our_vision .d-flex img {
  margin-right: 1rem;
}
.about-2nd-slider-container .our_vision .d-flex p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
  width: 100% !important;
}
.qca_services .row .col1 {
  width: 20% !important;
  margin: 1rem 0;
}
.map-wrapper {
  position: relative;
}
#india {
  width: 45px;
  height: 80px;
  position: absolute;
  background: #00000000;
  right: 258px;
  top: 50px;
  cursor: pointer;
}
#us {
  width: 45px;
  height: 80px;
  position: absolute;
  background: #00000000;
  left: 215px;
  top: 60px;
  cursor: pointer;
}
#us_content {
  left: 60px;
}
.address_wrapper {
  background: url("../image/bg-address.png") no-repeat;
  background-size: cover;
  display: none;
  align-items: center;
  padding: 1rem;
  padding-top: 0;
  width: 350px;
  height: 190px;
  text-align: left;
  position: absolute;
  right: 106px;
  top: -130px;
}
.address_wrapper h4 {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
.address_wrapper h4 p {
  font-size: 400;
}
/*=====================*/
/**/
@media (min-width: 1536px) and (max-width: 1700px) {
  .user-content p {
    font-weight: 300;
    font-size: 32px;
    background: #ffffff;
  }
}
@media (min-width: 1367px) and (max-width: 1500px) {
  .container {
    width: 100%;
    padding: 0 3%;
  }
  .head {
    padding-top: 15px;
  }
  .banner {
    padding-top: 230px;
  }
  p {
    font-size: 1.375rem;
  }
  h2 {
    font-size: 3.75rem;
  }
  .pw-content {
    padding: 70px 0 0 30px;
  }
  .pw-content .mt-5 {
    margin-top: 2rem !important;
  }
  .pw-content p {
    padding-right: 0px;
  }
  .pw-content h2 {
    line-height: 60px;
  }
  .pw-left {
    width: 32%;
  }
  .pw-right {
    font-size: 22px;
    line-height: 28px;
  }
  .section-one .col-md-5 {
    padding: 0 31px 0 0;
  }
  .section-two {
    min-height: 695px;
    background-size: cover;
  }
  .slide-pic img {
    margin-left: -6px;
    max-width: 100%;
  }
  .slide-content {
    margin-top: 140px;
  }
  .slide-content h2 {
    font-size: 42px;
    line-height: 48px;
  }
  .slide-arrow {
    left: -205px;
  }
  .user-content {
    font-size: 42px;
    line-height: 48px;
  }
  .testimonial {
    background-size: 100%;
  }
  .user {
    margin: -80px 0 0 -115px;
  }
  .user img {
    width: 71%;
  }
  .user-info strong {
    font-size: 30px;
  }
  .user-info p {
    font-size: 28px;
  }
  .user-info {
    left: -170px;
    bottom: 0px;
  }
  .b-text span {
    font-size: 60px;
  }
  .banner-one h1 {
    font-size: 60px;
  }
  .banner-one span {
    font-size: 60px;
  }
  .banner-one .slide-pics img {
    width: 80%;
  }
  .banner-slider .owl-dots {
    bottom: 30px;
    left: 5%;
  }
  .b-content-button {
    padding-top: 50px;
  }
  .b-content-button a {
    height: 60px;
    line-height: 58px;
    font-size: 20px;
  }
  .banner-two h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .banner-two h1 strong {
    font-size: 50px;
    line-height: 50px;
  }
  .banner-two .b-text {
    width: auto;
    margin: 0px;
    font-family: 'DIN Pro';
  }
  .banner-two .b-text span {
    font-size: 90px;
    line-height: 80px;
    font-weight: bold;
  }
  .section-two .owl-prev {
    bottom: -145px;
    left: -10px;
  }
  .section-two .owl-next {
    bottom: -145px;
  }
}
@media (max-width: 1366px) {
  .home_ .section-two .owl-prev {
    bottom: 100px !important;
    /*    left: 150px !important;*/
  }
  .home_ .section-two .owl-next {
    bottom: 100px !important;
    left: 55px !important;
  }
  .scintific_communication_page .testimonial .abt-our-team .user-info p {
    font-size: 1.1rem;
    width: 90%;
  }
  .scintific_communication_page .testimonial .abt-our-team img {
    width: 50%;
    max-width: 50%;
  }
  .clinical-data-management-page .testimonial .abt-our-team .user-info p {
    font-size: 1.1rem;
    width: 90%;
  }
  .clinical-data-management-page .testimonial .abt-our-team img {
    width: 50%;
    max-width: 50%;
  }
  #us {
    left: 170px;
  }
  #india {
    right: 206px;
  }
  .address_wrapper {
    right: 56px;
  }
  #us_content {
    left: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .container {
    width: 100%;
    padding: 0 3%;
  }
  .head {
    padding-top: 20px;
  }
  .banner {
    padding-top: 200px;
  }
  .banner h1 {
    font-size: 90px;
  }
  .b-text span {
    font-size: 50px;
  }
  .b-text {
    margin-right: 0px;
  }
  .clientslide-four .clientbox p {
    padding-bottom: 15px;
    font-size: 19px;
  }
  p {
    font-size: 1.375rem;
  }
  h2 {
    font-size: 3.75rem;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 22px;
  }
  .pw-content {
    padding: 40px 0 0 30px;
  }
  .pw-content .mt-5 {
    margin-top: 2rem !important;
  }
  .pw-content p {
    padding-right: 0px;
  }
  .pw-content h2 {
    line-height: 52px;
    font-size: 3rem;
  }
  .pw-left {
    width: 32%;
  }
  .pw-right {
    font-size: 22px;
    line-height: 28px;
  }
  .section-one .col-md-5 {
    padding: 0 31px 0 0;
  }
  .section-two {
    min-height: 695px;
    background-size: cover;
  }
  .slide-pic img {
    margin-left: -6px;
    max-width: 100%;
  }
  /*
  .slide-content {
    margin-top: 140px;
  }
*/
  .slide-content h2 {
    font-size: 42px;
    line-height: 48px;
  }
  .slide-arrow {
    left: -205px;
  }
  .user-content {
    font-size: 42px;
    line-height: 48px;
  }
  .testimonial {
    min-height: 480px;
  }
  .team-advisors.scientificslider .testimonial {
    min-height: auto;
  }
  .about_us .testimonial .owl-prev, .about_us .testimonial .owl-next {
    bottom: 20px;
  }
  .testimonial {
    background-size: 100%;
  }
  .user {
    margin: -80px 0 0 -115px;
  }
  /*.user img {
    width: 65%;
  }*/
  .user-info strong {
    font-size: 24px;
  }
  .user-info p {
    font-size: 22px;
  }
  .user-info {
    left: -140px;
    bottom: -20px;
  }
  .foot-bottom ul li a {
    font-size: 22px;
  }
  .banner-one h1 {
    font-size: 60px;
  }
  .banner-one span {
    font-size: 60px;
  }
  .banner-one .slide-pics img {
    width: 80%;
  }
  .banner-slider .owl-dots {
    bottom: 30px;
    left: 5%;
  }
  .b-content-button {
    padding-top: 50px;
  }
  .b-content-button a {
    height: 60px;
    line-height: 58px;
    font-size: 20px;
  }
  .banner-two h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .banner-two h1 strong {
    font-size: 50px;
    line-height: 50px;
  }
  .banner-two .b-text {
    width: auto;
    margin: 0px;
    font-family: 'DIN Pro';
  }
  .banner-two .b-text span {
    font-size: 90px;
    line-height: 80px;
    font-weight: bold;
  }
  .section-two .owl-prev {
    bottom: -170px;
    /*    left: -10px;*/
  }
  .section-two .owl-next {
    bottom: -172px;
  }
  .line-one {
    bottom: 0px;
  }
  .user-content p {
    font-weight: 300;
    font-size: 32px;
    background: #ffffff;
  }
  .testimonial .owl-prev {
    top: 100px;
  }
  .testimonial .owl-next {
    top: 100px;
  }
  /*About us  */
  .about_us .banner {
    padding-top: 190px;
    background-size: cover;
  }
  .section-one {
    width: 90%;
    margin: auto;
  }
  .main .section-one {
    width: 100% !important;
    margin: auto;
  }
  /*About ends  */
}
@media (min-width: 1024px) and (max-width: 1199px) {
  p {
    font-size: 1.25rem;
  }
  h2 {
    font-size: 3.75rem;
  }
  /*
  .midcounter {
    padding: 0 20px;
  }
*/
  .container {
    width: 100%;
    padding: 0 3%;
  }
  .banner-slider .owl-dots {
    bottom: 30px;
    left: 5%;
  }
  .banner h1 {
    font-size: 65px;
  }
  .b-text {
    width: 32%;
    margin: 0px;
  }
  .b-text span {
    font-size: 50px;
  }
  .b-content-button {
    padding-top: 50px;
  }
  .b-content-button a {
    height: 60px;
    line-height: 58px;
    font-size: 20px;
  }
  .banner-one h1 {
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 20px;
  }
  .banner-one span {
    font-size: 60px;
  }
  .banner-one .slide-pics img {
    width: 80%;
  }
  .banner-two {
    padding-top: 280px;
  }
  .banner-two h1 {
    font-size: 50px;
  }
  .banner-two h1 strong {
    font-size: 50px;
    line-height: 50px;
  }
  .banner-two .b-text {
    width: auto;
    margin: 0px;
    font-family: 'DIN Pro';
  }
  .banner-two .b-text span {
    font-size: 90px;
    line-height: 80px;
    font-weight: bold;
  }
  .pw-content {
    padding: 30px 0 0 10px;
  }
  .pw-content h2 {
    font-size: 2.5rem;
    line-height: 44px;
  }
  .pw-content p {
    line-height: 26px;
    padding: 10px;
  }
  .pw-left {
    width: 33%;
  }
  .pw-right {
    width: 67%;
    font-size: 20px;
    line-height: 24px;
  }
  .pw-content .row {
    margin-top: 15px !important;
  }
  .section-two {
    min-height: 700px;
  }
  .slide-content p {
    padding: 0px;
    line-height: 28px;
  }
  .slide-content h2 {
    font-size: 45px;
  }
  .slide-content h2 br {
    display: none;
  }
  .section-two {
    min-height: 550px;
    background-size: cover;
  }
  .slide-pic img {
    /*
    max-width: 111%;
    margin-left: 6px;
*/
  }
  /*
  .slide-content {
    margin-top: 120px;
    padding-left: 50px !important;
  }
*/
  .slide-pic {
    padding-top: 60px;
  }
  .slide-arrow {
    bottom: 66px;
    left: -148px;
  }
  .section-two .owl-prev, .section-two .owl-next {
    bottom: -10px;
    position: relative;
  }
  .foot-mid-left {
    width: 53%;
  }
  .foot-bottom ul li a {
    font-size: 20px;
  }
  .contact-form input {
    height: 60px;
    line-height: 60px;
  }
  .testimonial {
    background-size: 100%;
    min-height: auto;
  }
  .user-content {
    padding: 75px 30px 0 35px;
    line-height: 58px;
  }
  .user-content p {
    font-size: 28px;
    line-height: 32px;
  }
  .user {
    margin: -32px -2px 0 -15px;
    left: -35px;
  }
  /*.user img {
    width: 77%;
  }*/
  .user-info strong {
    font-size: 20px;
    line-height: 24px;
  }
  .user-info {
    left: -158px;
	bottom: 20px;
  }
  .user-info p {
    font-size: 22px;
    line-height: 26px;
  }
  .testimonial .owl-prev {
    top: 90px;
    left: -25px;
  }
  .testimonial .owl-next {
    top: 90px;
    left: 27px;
  }
  .home_ .section-two .owl-next {
    left: 5px !important;
  }
  .section-three {
    padding-bottom: 50px;
  }
  .head {
    padding-top: 0;
  }
  /*About us  */
  .about_us .banner {
    padding-top: 190px;
    background-size: cover;
  }
  .section-one {
    width: 90%;
    margin: auto;
  }
  .about_us .b-text {
    width: 80%;
    margin-right: 0;
    font-family: 'DIN Pro';
  }
  /*About ends  */
  .scientific-comm-slider .abt-our-team {
    flex-direction: column;
  }
  .scintific_communication_page .testimonial .abt-our-team .user-info {
    padding: 1rem;
    margin: auto;
    text-align: center;
  }
  .scintific_communication_page .testimonial .abt-our-team .user-info p {
    font-size: 1.3rem;
    text-align: left;
  }
  .scintific_communication_page .team-advisors .advisorhead h2 {
    font-size: 46px !important;
    line-height: 50px !important;
  }
  .advisorhead h2 {
    font-size: 50px !important;
    line-height: 54px !important;
  }
  .regulatory .midcounter {
    width: 90%;
    margin: auto;
  }
  .slide-content .about-2nd-slider-container p {
    font-size: 1.1rem;
    line-height: 1.1;
    width: 100%
  }
  .about_us .section-two .owl-nav {
    position: relative !important;
    left: auto;
    bottom: 0;
  }
  .team .midcounter .container-fluid .row.justify-content-end {
    justify-content: center !important;
  }
  .team .midcounter .section-three {
    padding-bottom: 5rem;
  }
  .client .midcounter .section-three {
    padding-bottom: 8rem;
  }
  .resource .section-two .owl-nav {
    background: #00000000 !important;
  }
  .about-2nd-slider-container .about-2nd-slider-headings {
    justify-content: space-around !important;
    margin-top: 1rem
  }
  .scientific-service-slider .owl-carousel button.owl-dot {
    width: 33% !important;
  }
  .regulatory .section-two .owl-nav {
    left: -30px;
    bottom: 60px;
  }
  #us {
    left: 140px;
  }
  #india {
    right: 170px;
  }
  .address_wrapper {
    right: -10px;
    top: -150px;
  }
  #us_content {
    left: -40px;
    top: -140px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  p {
    font-size: 1.25rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  /*
  .midcounter {
    padding: 0 20px;
  }
*/
  .container {
    width: 100%;
    padding: 0 3%;
  }
  .head {
    padding-top: 0px;
  }
  .banner {
    padding: 0;
    display: flex;
    align-items: center;
    height: 650px;
  }
  .banner-slider .owl-dots {
    bottom: 30px;
    left: 5%;
  }
  .banner h1 {
    font-size: 60px;
  }
  .b-content {
    display: block;
  }
  .b-content-button {
    padding: 20px 0px 0px 0px;
  }
  .b-content-button a {
    height: 50px;
    line-height: 48px;
    font-size: 20px;
    padding: 0 15px;
  }
  .b-text {
    width: 100%;
    margin: 0px;
  }
  .b-text span {
    font-size: 60px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 20px;
  }
  .navbar-collapse {
    background: rgba(0, 0, 0, 1);
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 20px;
    padding: 5px 20px;
    text-align: left;
  }
  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    float: none;
    display: block;
  }
  .banner-one h1 {
    margin: 0px;
  }
  .banner-one span sub {
    bottom: 0px;
  }
  .banner-one span {
    font-size: 60px;
    line-height: normal;
  }
  .banner-two h1 {
    font-size: 60px;
  }
  .banner-two h1 strong {
    font-size: 60px;
    padding: 0px;
  }
  .banner-two .b-text span {
    font-size: 60px;
  }
  .slide-content h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .slide-content h2 br {
    display: none;
  }
  .slide-content p {
    padding: 0px;
  }
  .section-two {
    height: auto;
    min-height: auto;
    padding: 50px 0;
    background-size: cover;
  }
  .slide-content {
    margin: 0px;
    width: 100%;
  }
  .section-two .owl-prev, .section-two .owl-next {
    bottom: -40px;
    position: relative;
  }
  .section-one {
    padding: 50px 0;
  }
  .section-one .left-pic-sec {
    display: none;
  }
  .pw-content {
    padding: 0 0 0 10px;
  }
  .pw-content h2 {
    line-height: normal;
  }
  .pw-content h2 br {
    display: none;
  }
  .pw-right {
    font-size: 22px;
    line-height: 28px;
  }
  .pw-content p {
    padding: 0px;
  }
  .section-three {
    padding: 60px 0;
  }
  .testimonial {
    background: none;
    min-height: auto;
  }
  .user {
    margin: 0px;
  }
  .user-content {
    line-height: normal;
    padding: 0px;
  }
  .user-content p {
    font-size: 32px;
    line-height: 36px;
    padding-top: 60px;
  }
  .testimonial .owl-next {
    top: 85px;
  }
  .testimonial .owl-prev {
    top: 85px;
  }
  .user-info strong {
    font-size: 22px;
  }
  .user-info p {
    font-size: 20px;
  }
  .section-four {
    padding-top: 0px;
  }
  .foot-bottom ul li a {
    font-size: 17px;
    padding: 0 10px;
  }
  .foot-mid-left {
    width: 60%;
  }
  .foot-mid {
    padding: 30px 0;
  }
  .line-one {
    bottom: 5px;
  }
  /*About us  */
  .about_us .banner {
    padding-top: 190px;
    background-size: cover;
  }
  .section-one {
    width: 90%;
    margin: auto;
  }
  .about_us .b-text {
    width: 80%;
    margin-right: 0;
    font-family: 'DIN Pro';
  }
  /*About ends  */
  .govt_wrapper {
    padding: 50px 0;
    ;
  }
  .govt .govt_wrapper .govt_wrapper_items {
    width: 100%;
    margin: auto !important;
    margin-bottom: 2rem !important
  }
  .govt .govt_wrapper .border-right {
    border-right: 0 solid #44444440;
  }
  .govt .govt_wrapper .govt_wrapper_items .adjust_height h3 {
    font-size: 1.5rem
  }
  .govt_wrapper .readmore a {
    font-size: 1.2rem;
  }
  .govt_wrapper.bg-white {
    padding: 60px 0 50px 0;
  }
  .therapeutic_page .therapeutic_areas {
    margin-bottom: 30px !important;
  }
  .dropdown-menu[data-bs-popper] {
    position: relative !important;
    border-radius: 0;
  }
  .home-one .home-one-left-bg {
    height: 50vh;
  }
  .home-one .home-one-right-wrapper {
    padding: 1rem !important;
    width: 100% !important;
  }
  .solutions_page .team-advisors .advisorhead h2 {
    font-size: 46px !important;
    line-height: 50px !important;
  }
  .solutions_page .team-advisors .advisorhead h2 br {
    display: none;
  }
  .scintific_communication_page .team-advisors .advisorhead h2 {
    font-size: 36px !important;
    line-height: 40px !important;
  }
  .scintific_communication_page .team-advisors .advisorhead h2 br {
    display: none;
  }
  .scientific-comm-slider .abt-our-team {
    flex-direction: column;
  }
  .scintific_communication_page .testimonial .abt-our-team .user-info {
    padding: 1rem;
    margin: auto;
    text-align: center;
  }
  .scintific_communication_page .testimonial .abt-our-team .user-info p {
    font-size: 1.3rem;
    text-align: left;
  }
  h2 {
    font-size: 40px !important;
    line-height: 46px !important;
  }
  .regulatory .section-two .slide-content .item .about-2nd-slider-container {
    max-width: 100%;
    position: relative;
    margin-bottom: 1rem;
    padding: 1rem;
  }
  .regulatory .section-two .slide-content .item img {
    margin-bottom: 0;
  }
  .regulatory .midcounter {
    width: 90%;
    margin: auto;
  }
  .rws .rws_services .pw-content h2 {
    margin: 0;
    padding: 0;
    text-align: center !important;
  }
  .rws .rws_services .pw-content h2 br {
    display: none;
  }
  .rws .rws_services .container .my-5 {
    margin: 0 !important;
  }
  .slide-content .about-2nd-slider-container p {
    font-size: 1.1rem;
    line-height: 1.1;
    width: 100%
  }
  .about_us .section-two .owl-nav {
    position: relative !important;
    left: auto;
    bottom: 0;
  }
  .about_us .section-two.section-res-height .owl-nav {
    bottom: -30px;
  }
  .home_ .section-two .owl-prev, .home_ .section-two .owl-next {
    bottom: 20px !important;
  }
  .home_ .section-two .owl-next {
    left: 5px !important;
  }
  .home_ .section-two .slide-content {
    padding-left: 0 !important;
  }
  .resource .section-two .owl-nav {
    background: #00000000 !important;
  }
  .border-box {
    padding: 0.5rem !important
  }
  .team .midcounter .container-fluid .row.justify-content-end {
    justify-content: center !important;
  }
  .client .midcounter .section-three {
    padding-bottom: 8rem;
  }
  .about-2nd-slider-container .about-2nd-slider-headings {
    justify-content: space-around !important;
    margin-top: 1rem
  }
  .about-2nd-slider-container {
    text-align: center;
  }
  .trial-centers .border-box {
    margin: 1rem 0;
  }
  .trial-centers .midcounter .pw-content h2 {
    padding: 0 !important;
  }
  .contact_us .section-three .container {
    margin: 0 !important;
    width: 100%;
  }
  .contact_us .section-three .teamheading {
    padding: 0 !important;
    width: 100%;
  }
  .scientific-service-slider .owl-carousel button.owl-dot {
    width: 20% !important;
  }
  .qca_services .row .col1 {
    width: 33.33% !important;
    margin: 0;
  }
  .core_labroratory .section-excel .delivering-excellence-sec img {
    max-width: 50%;
    height: auto;
    padding-bottom: 1rem
  }
  .core-labroratory-slider .item {
    padding-bottom: 0;
  }
  .core-labroratory-slider .user-info-new h3 {
    font-size: 1.5rem;
  }
  .core-labroratory-slider .owl-stage .owl-item .abt-our-team {
    text-align: center;
  }
  .data_tech .service-single {
    flex: 1 0 50%;
  }
  .about_us .section-one {
    padding: 3rem 0;
  }
  .about_us .section-excel {
    padding-bottom: 3rem;
  }
  #us {
    left: 90px;
    top: 30px;
  }
  #india {
    right: 110px;
    top: 20px;
  }
  .address_wrapper {
    right: -44px;
    top: -150px;
  }
  #us_content {
    left: -65px;
    top: -140px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .item .col-md-12.col-xl-6.px-0 {
    text-align: center;
  }
  .section-three {
    padding: 60px 0;
  }
  .section-three.padbtextra {
    padding: 60px 0 100px;
  }
  .team-advisors.padbtextra {
    padding: 60px 0 100px;
  }
  .advisortab .tab-content p {
    font-size: 1.25rem;
    line-height: 28px;
  }
  .team-advisors.scientificslider .owl-prev, .team-advisors.scientificslider .owl-next {
    bottom: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .item .col-md-12.col-xl-6.px-0 {
    text-align: center;
  }
  .game-section .item{
	  height: 450px!important;
	}
  h2 {
    font-size: 50px !important;
    line-height: 56px !important;
  }
  .section-two {
    padding: 3rem 0;
  }
  .about_us .section-excel {
    padding: 0 0 3rem 0;
  }
  .about-2nd-slider-headings h2:last-child, .slide-content .about-2nd-slider-container h2 {
    margin-right: 0rem;
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 1rem;
  }
  .slide-content .about-2nd-slider-container p, .about-2nd-slider-container .our_vision .d-flex p {
    font-size: 1.35rem;
    line-height: 1.45 !important;
  }
  .slide-content .about-2nd-slider-container h2 {
    margin-bottom: 2rem;
  }
  .section-three {
    padding: 60px 0;
  }
}
@media (min-width: 300px) and (max-width: 767px) {
  .testimonial.scientific-comm-slider .owl-dots {
    display: none;
  }
  .scintific_communication_page .testimonial .abt-our-team .user-info p {
    font-size: 1rem;
    text-align: left;
  }
  .regulatory .section-two .slide-content .item .about-2nd-slider-container {
    max-width: 100%;
    position: relative;
    margin-bottom: 3rem;
    padding: 1rem;
  }
  .regulatory .section-two .slide-content .item img {
    margin-bottom: 0;
  }
  .team-advisors.scientificslider .owl-prev, .team-advisors.scientificslider .owl-next {
    bottom: 30px;
  }
  .advisortab button {
    margin-right: 15px;
  }
  .advisortab button:last-child {
    margin-right: 0;
  }
  .testimonial {
    min-height: 470px;
  }
  .advisortab .tab-content p {
    font-size: 1.25rem;
    line-height: 28px;
  }
  .head {
    position: fixed;
    z-index: 9;
    width: 100%;
    padding-top: 0;
    background: black;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 20px;
  }
  .navbar-collapse {
    background: rgba(0, 0, 0, 1);
    position: absolute;
    width: 100%;
    top: 78px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 20px;
    padding: 5px 20px;
    text-align: left;
  }
  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    float: none;
    display: block;
  }
  main, .banner-slider {
    padding-top: 75px;
  }
  /*.slide-pic {display: none;}*/
  .dropdown-menu[data-bs-popper] {
    position: relative !important;
    border-radius: 0;
  }
  p {
    font-size: 1.1rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 2rem;
  }
  .font-size-16 {
    font-size: 1rem !important;
  }
  .clientslide-four .clientbox p {
    font-size: 18px;
  }
  .section-three.customer_div-pad {
    width: 100%;
    padding: 50px 0 70px;
  }
  .container {
    width: 100%;
    padding: 0 3%;
  }
  .banner {
    padding: 0;
    display: flex;
    align-items: center;
    height: 550px;
  }
  .banner-slider .owl-dots {
    bottom: 20px;
    left: 6%;
  }
  .banner h1 {
    font-size: 50px;
  }
  .b-content {
    display: block;
  }
  .b-content-button {
    padding: 20px 0px 0px 0px;
  }
  .b-content-button a {
    height: 50px;
    line-height: 48px;
    font-size: 20px;
    padding: 0 15px;
  }
  .b-text {
    width: 100%;
    margin: 0px;
  }
  .b-text span {
    font-size: 50px;
  }
  .banner-one h1 {
    margin: 0px;
  }
  .banner-one span sub {
    bottom: 0px;
  }
  .banner-one span {
    font-size: 50px;
    line-height: normal;
  }
  .banner-two h1 {
    font-size: 50px;
  }
  .banner-two h1 strong {
    font-size: 50px;
    padding: 0px;
  }
  .banner-two .b-text span {
    font-size: 50px;
  }
  .section-two {
    min-height: auto;
    padding: 50px 0 50px 0;
  }
  .slide-content p {
    padding: 0px;
    line-height: 28px;
  }
  .slide-content {
    margin-top: 0px;
    width: 100%;
  }
  .slide-content h2 {
    font-size: 1.8rem;
    line-height: normal;
  }
  .line-one {
    display: none;
  }
  .homesectwo .slide-content {
    padding-left: 30px;
  }
  .homesectwo .slide-two .owl-carousel .owl-nav button {
    position: relative;
    bottom: -2rem !important;
    left: 40% !important;
  }
  .section-two .owl-next {
    left: 25%;
  }
  /* .slide-two .owl-nav{
    position: absolute;
    bottom: 0;
  }*/
  .slide-two .owl-dots {
    display: none;
  }
  .slide-arrow {
    display: none;
  }
  .section-two .owl-prev {
    bottom: -70px;
  }
  .section-two .owl-next {
    bottom: -70px;
  }
  .section-three {
    padding: 50px 0;
  }
  .section-three.padbtextra {
    padding: 50px 0 80px;
  }
  .team-advisors.padbtextra {
    padding: 50px 0 80px;
  }
  .section-three h2 {
    padding-bottom: 0px;
  }
  .slide-pic {
    text-align: right;
    padding: 0;
  }
  .slide-pic img {
    width: 75%;
    margin: auto;
  }
  .teamslide-three .owl-nav {
    bottom: -46px !important;
  }
  .team-advisors.scientificslider .testimonial {
    min-height: auto;
  }
  .testimonial {
    background: none;
  }
  .user-content {
    padding: 0px;
  }
  .user-content p {
    font-size: 1.4rem;
    line-height: normal;
    padding-bottom: 20px;
  }
  .user {
    margin: 0px;
  }
  .user img {
    width: 60%;
  }
  .user-info {
    position: relative;
    left: 0px;
    bottom: 0px;
    text-align: center;
  }
  .user-info strong {
    font-size: 26px;
    line-height: normal;
    padding-top: 20px;
  }
  .user-info p {
    font-size: 22px;
    line-height: normal;
  }
  .testimonial .owl-nav {
    text-align: center;
  }
  .testimonial .owl-prev {
    bottom: 0px;
    top: auto;
    position: relative;
  }
  .testimonial .owl-next {
    bottom: 0px;
    left: auto;
    top: auto;
    position: relative;
  }
  .testimonial .owl-dots {
    display: none;
  }
  .slide-three .owl-carousel .owl-stage-outer {
    padding: 0px;
    margin: 0px;
  }
  .section-four {
    padding-top: 0px;
  }
  .footer {
    padding-top: 60px;
  }
  .footer p {
    line-height: 21px;
    font-size: 16px;
    text-align: left;
  }
  .footer p br {
    display: none;
  }
  .foot-mid {
    display: block;
  }
  .foot-mid-left {
    width: 100%;
  }
  .foot-mid-right {
    width: 100%;
    text-align: left;
  }
  .foot-bottom ul li a {
    padding: 0 12px 0 6px;
    font-size: 16px;
  }
  .foot-bottom {
    padding: 20px 0;
  }
  .foot-mid {
    padding: 50px 0;
  }
  .contact-form input {
    height: 55px;
    line-height: 55px;
  }
  .home-one .home-one-right-wrapper {
    padding: 1rem 0 !important;
    width: 100% !important;
  }
  .home-one .home-one-left-bg {
    height: 50vh;
  }
  .pw-content {
    padding: 0 !important;
    text-align: justify !important;
  }
  .pw-content h2 {
    line-height: 50px;
  }
  .pw-content p {
    padding: 0px;
  }
  .pw-left {
    width: 30%;
  }
  .pw-right {
    font-size: 20px !important;
    line-height: 24px;
    width: 100%;
    text-align: initial;
  }
  .pw-content .row {
    margin: 0px !important;
  }
  .pw-list {
    margin-left: -10px;
    padding: 10px 0;
  }
  .navbar-light .navbar-brand {
    width: 200px;
  }
  .flex-column {
    flex-direction: inherit !important;
  }
  .section-one .col-md-5 {
    padding: 0px;
  }
  .section-two {
    background-position: left;
  }
  .about_us .b-text {
    width: auto;
    margin-right: 10px;
  }
  .about_us .banner {
    background-size: cover;
    padding: 120px 0 30px 0;
  }
  .about_us .b-content {
    justify-content: start;
  }
  .about_us .b-text span {
    font-size: 40px;
  }
  .about_us .section-two .owl-nav {
    position: relative !important;
    bottom: -6px;
  }
  .regulatory .section-two .owl-nav {
    position: absolute !important;
  }
  .pw-content h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
  }
  .about_us .about-2nd-slider-container {
    padding: 1rem 0;
  }
  .advisortab button {
    text-align: left;
    padding: 10px 0;
  }
  .advisortab button h4 {
    font-size: 30px;
  }
  .team-advisors .advisorhead h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .myuls {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .clinical-trials .tab-content .container {
    padding: 0;
    margin: 0;
  }
  .clinical-trials .mynvtabs li a {
    font-size: 1.4rem !important;
  }
  .about_us .section-one {
    background: transparent;
    padding: 2rem 0;
    min-height: 100%;
  }
  .contact-wrapper {
    padding: 2rem 1rem;
  }
  .wwa .section-two .owl-nav {
    bottom: 0 !important;
    position: relative !important;
    left: 0;
  }
  .wwa .pw-content h3 {
    font-size: 1.5rem
  }
  .core-labroratory-slider .item {
    padding-bottom: 0;
  }
  .core_labroratory .section-excel .delivering-excellence-sec img {
    max-width: 30%;
    height: auto;
    padding-bottom: 1rem
  }
  .core_labroratory .team-advisors .advisorhead h2 {
    font-weight: 600;
    padding-bottom: 15px;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  .core_labroratory .team-advisors .mb-5 {
    margin: 0 !important;
  }
  .core-labroratory-slider .user-info-new h3 {
    font-size: 1.5rem;
  }
  .core-labroratory-slider .owl-stage .owl-item .abt-our-team {
    text-align: center;
  }
  .core-labroratory-slider .owl-stage .owl-item .abt-our-team p {
    margin: 0;
  }
  .core_labroratory .slider_nav {
    margin: auto;
  }
  .core_labroratory .delivering-excellence-sec {
    padding: 20px;
  }
  .iis .section-excel {
    padding-bottom: 2rem !important;
  }
  .iis .pw-content h2 {
    padding: 0;
    margin: 0;
    text-align: initial;
  }
  .iis .delivering-excellence-sec {
    padding: 20px;
  }
  .govt_wrapper {
    padding: 50px 0;
  }
  .govt .govt_wrapper .govt_wrapper_items {
    width: 100%;
    margin: auto !important;
    margin-bottom: 2rem !important
  }
  .govt .govt_wrapper .border-right {
    border-right: 0 solid #44444440;
  }
  .govt .govt_wrapper .govt_wrapper_items .adjust_height h3 {
    font-size: 1.5rem
  }
  .govt_wrapper .readmore a {
    font-size: 1.2rem;
  }
  .govt_wrapper.bg-white {
    padding: 50px 0 40px;
  }
  .rws .midcounter section.my-5 {
    margin: 0 !important;
  }
  .rws .section-two {
    min-height: auto !important;
  }
  .rws .section-excel {
    padding-bottom: 4rem !important;
  }
  .rws_services .desktop_show .row .service-single {
    padding: 0 1rem;
    margin: 1rem;
    text-align: center;
  }
  .rws_services .desktop_show .row .service-single p {
    width: 100%;
    line-height: 1.2;
  }
  .rws .rws_services .pw-content h2 {
    margin: 0;
    padding: 0;
    text-align: center !important;
  }
  .rws .rws_services .pw-content h2 br {
    display: none;
  }
  .rws .rws_services .container .my-5 {
    margin: 0 !important;
  }
  .about-2nd-slider-container {
    text-align: center;
  }
  .about-2nd-slider-container .about-2nd-slider-headings {
    justify-content: space-around !important;
    margin-top: 1rem
  }
  .slide-content .about-2nd-slider-container p {
    font-size: 1.1rem;
    line-height: 1.1;
    font-weight: 400;
    padding-right: 0;
    width: 100%;
  }
  .data_tech .delivering-excellence-sec {
    padding: 10px;
  }
  .data_tech .delivering-excellence-sec h3 {
    font-size: 1.2rem
  }
  .data_tech .service-single {
    flex: 1 0 50%;
  }
  .resource .midcounter {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .resource .section_4 {
    padding: 1rem 0.5rem;
  }
  .resource .section_4 .container {
    padding: 0;
  }
  .resource .section_4 h3.theme-green-color {
    font-size: 1.7rem;
    line-height: 1.1;
  }
  .resource .accordion .accordion-item .accordion-header button {
    font-size: 1.5rem;
    padding: 1rem 0;
  }
  .resource .section-two .owl-nav {
    background: #00000000 !important;
  }
  .card-body {
    padding: 1rem 0;
  }
  .card-body .myuls li {
    display: flex;
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
  }
  .resource .pw-content {
    padding: 0 !important;
  }
  .resource .section-two .owl-nav {
    bottom: 0;
    position: relative;
    left: 0;
  }
  .resource .tab-slider .tab-content .teamslide-three .owl-carousel .item {
    display: block;
    width: auto !important;
    margin: auto;
  }
  .resource .team-advisors {
    padding: 40px 0;
  }
  .solutions_page .section-three .teamheading {
    padding: 0px !important;
  }
  .solutions_page .banner-slider .b-text span {
    font-size: 24px;
  }
  .scintific_communication_page .section-three .teamheading {
    padding: 0px !important;
  }
  .scintific_communication_page .banner-slider .b-text span {
    font-size: 24px;
  }
  .scientific-comm-slider .abt-our-team {
    flex-direction: column;
  }
  .scintific_communication_page .testimonial .abt-our-team .user-info {
    padding: 0 0 2rem 0;
    margin: auto;
    text-align: center;
  }
  .scintific_communication_page .testimonial .abt-our-team .user-info p {
    font-size: 1rem;
  }
  .solutions_page .team-advisors .advisorhead h2 {
    font-size: 36px !important;
    line-height: 40px !important;
  }
  .solutions_page .team-advisors .advisorhead h2 br {
    display: none;
  }
  .scintific_communication_page .team-advisors .advisorhead h2 {
    font-size: 36px !important;
    line-height: 40px !important;
  }
  .scintific_communication_page .team-advisors .advisorhead h2 br {
    display: none;
  }
  .advisorhead h2 {
    font-size: 40px !important;
    line-height: 45px !important;
  }
  .delivering-excellence-sec {
    padding: 50px 10px;
  }
  .delivering-excellence-sec.qca_services {
    padding: 10px;
    margin-bottom: 1rem
  }
  .border-box {
    padding: 1rem !important
  }
  .trial-centers .border-box {
    margin: 1rem 0;
  }
  .trial-centers .midcounter .pw-content h2 {
    padding: 0 !important;
  }
  .contact_us .section-three .container {
    margin: 0 !important;
    width: 100%;
  }
  .contact_us .section-three .teamheading {
    padding: 0 !important;
    width: 100%;
  }
  .scientific-service-slider .owl-carousel button.owl-dot {
    width: 20% !important;
  }
  .scintific_communication_page .scientific-service {
    padding-bottom: 4rem;
  }
  .qca_services .row .col1 {
    width: 40% !important;
    margin: 0 auto;
  }
  /*Anoj*/
  .therapeutic_page .section-four-head h2 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .therapeutic_page .section-four {
    padding: 50px 0 !important;
  }
  .therapeutic_page .therapeutic_areas {
    margin-bottom: 30px !important;
  }
  /*Anoj ends*/
  #us {
    left: 60px;
    top: 25px;
  }
  #india {
    right: 70px;
    top: 20px;
  }
  .address_wrapper {
    right: -75px;
    top: -125px;
    transform: scale(0.6);
  }
  #us_content {
    left: -100px;
    top: -120px;
    transform: scale(0.6);
  }
}
.game-section .owl-theme.custom-carousel .owl-prev span, .game-section .owl-theme.custom-carousel .owl-next span{
	display:none;
}
.game-section .owl-theme.custom-carousel .owl-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: auto;
    left: 0px;
    background-image: url(../image/prev.png) !important;
    background-repeat: no-repeat !important;
}
.game-section .owl-theme.custom-carousel .owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: auto;
    left: 55px;
    background-image: url(../image/next.png) !important;
    background-repeat: no-repeat !important;
}
