body {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  font-family: "Heebo", sans-serif;
}

.page-wrapper {
  width: 85%;
}

.btn.btn-filled {
  border: none;
  border-radius: 25px;
  padding: 10px 45px;
  font-weight: 500;
  font-size: 15px;
  background-color: #044b7c;
  color: #fff;
}

.underline-green {
  border-bottom: 3px solid #8ec742;
}

.highlight {
  font-weight: 600;
  color: #044b7c;
}

.link {
  color: #044a7c !important;
}

.link:hover {
  text-decoration: none;
}

/* NAVBAR */

.navbar-style.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
}

.navbar-style.scrolled .navbar-logo {
  filter: brightness(1) invert(0);
}

.navbar-style.scrolled .custom-nav-link {
  color: #00233c;
  font-weight: 600;
}

.navbar-style.scrolled .btn-filled:hover {
  background-color: #00233c;
  color: #fff;
  /* border: 1px solid #00233c; */
}

.navbar.navbar-style {
  background: #00233c;
}

.navbar .navbar-logo {
  height: 45px;
  filter: brightness(0) invert(1);
}

.navbar .custom-nav-link {
  font-size: 15px;
  font-weight: 500;
  margin: 0 15px;
  color: #fff;
}

.navbar .custom-nav-link:hover {
  color: #adddff;
  transition: all 0.3s ease-in-out;
}

.navbar .btn-filled {
  /*background-color: #8ec742;*/
  background-color: #8ec742;
  border: none;
  border-radius: 20px;
  padding: 5px 35px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.navbar .btn-filled:hover {
  background-color: #fff;
  color: #00233c;
  transition: all 0.3s ease-in-out;
}

.navbar-style .custom-dropdown-item {
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
}

.navbar-style .custom-dropdown-item:hover {
  background-color: #00233c;
  color: #adddff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* VIDEO SECTION  */
.video-section {
  margin-top: 70px;
  width: 100%;
  /* height: 500px; */
  /* border: 3px solid #8ec742; */
  /* position: relative; */
}

.video-section .play-icon {
  font-size: 40px;
  color: #8ec742;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #8ec742;
  padding: 20px 25px 20px 20px;
  border-radius: 100%;
}

/* ABOUT SECTION  */
.about-section {
  padding: 100px 0;
  background: url("../images/Home/about.jpg");
  background-position: top top;
  background-size: cover;
  color: #fff;
}

.about-section .heading {
  color: #fff;
  font-weight: 500;
  margin-top: -25px;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 60px !important;
}

.about-section .content {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  /* text-align: justify; */
}

.about-section .btn-filled {
  background-color: #8ec742;
}

.about-section .btn-filled:hover {
  background-color: #fff;
  color: #044b7c;
  transition: all 0.3s ease-in-out;
}

/* SOPR SECTION  */
.sopr-section {
  padding: 50px 0;
}

.sopr-section .heading {
  color: #044b7c;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 40px;text-align: center;
}

.sopr-section .content {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin-top: 20px;
  /* padding-right: 100px; */
}

.sopr-section .padding-none {
  padding: 0;
}

.sopr-section .img-section-pos {
  position: relative;
  padding: 0 25px;
}

.sopr-section .map-img {
  position: absolute;
  height: 230px;
  top: 50%;
  left: 50%;
  transform: translate(-51%, -50%);
  border-radius: 50%;
}

/* SERVICES SECTION  */
.service-section {
  padding: 40px 0;
  background-color: #bedbbb;
}

.service-section .heading {
  color: #184d47;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.service-section .service-card {
  border: none;
  background: transparent;
  padding: 20px;
}

.service-section .service-card:hover {
  background-color: #184d47;
  color: #bedbbb;
  filter: drop-shadow(1px 1px 2px #30303071);
  border-radius: 5px;
}

.service-section .service-card:hover .card-link {
  color: #fff;
}

.service-section .service-card:hover .service-icon {
  color: #fff;
}

.service-section .service-card:hover .card-heading {
  color: #fff;
}

.service-section .service-card:hover .card-content {
  color: #fff;
}

.service-section .service-icon {
  font-size: 25px;
  color: #184d47;
  margin-bottom: 15px;
}

.service-section .card-heading {
  color: #184d47;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.service-section .card-content {
  font-size: 16px;
  color: #184d47;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 5px;
}

.service-section .service-card .card-link {
  color: #184d47;
  font-weight: 500;
  font-size: 16px;
}

/* TESTIMONIALS  */

.testimonial-section {
  padding: 40px 0 10px;
}

.testimonial-section .heading {
  color: #044b7c;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.testimonial-section .content {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  padding-right: 150px;
  text-align: justify;
}

.testimonial-section .testimonial-card {
  padding: 15px;
  background: url("../images/Home/quote.png");
  background-origin: content-box;
  /* background-size: contain; */
  background-repeat: no-repeat;
  background-position: bottom right;
  border: 1px solid #d1d1d198;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 2px 30px 2px 2px;
}
.testimonial-section .testimonial-card .card-content {min-height:170px;}

.testimonial-section .testimonial-card .author-name {
  font-size: 18px;
  font-weight: 600;
  color: #044b7c;
  margin-bottom: 0;
}

.testimonial-section .client-list-carousel {
  width: 100%;
  margin: 5px auto 0px;
}

.client-list-carousel .single-logo {
  padding: 20px;
}

/* INDISTRY COVERAGE  */
.industry-section {
  padding: 50px 0;
  background-color: #e9f5f6;
}

.industry-section .heading {
  color: #044b7c;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
  text-transform: uppercase;
  text-align: center;
}

.industry-section .description {
  font-size: 14px;
  color: #044b7c;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}

.industry-section .industry-logo {
  font-size: 40px;
  color: #044b7c;
  padding-bottom: 20px;
}

.industry-section .industry-item {
  padding: 30px 10px 20px;
}

/* #044b7c33 */

.industry-section .top-row {
  border-bottom: 1px solid #044b7c90;
  border-right: 1px solid #044b7c90;
  border-left: 1px solid #044b7c90;
}

.industry-section .bottom-row {
  border-top: 1px solid #044b7c90;
  border-right: 1px solid #044b7c90;
  border-left: 1px solid #044b7c90;
}

.industry-section .corner-1 {
  border-bottom: 1px solid #044b7c90;
  border-right: 1px solid #044b7c90;
}

.industry-section .corner-2 {
  border-bottom: 1px solid #044b7c90;
  border-left: 1px solid #044b7c90;
}

.industry-section .corner-3 {
  border-top: 1px solid #044b7c90;
  border-right: 1px solid #044b7c90;
}

.industry-section .corner-4 {
  border-top: 1px solid #044b7c90;
  border-left: 1px solid #044b7c90;
}

.industry-section .middle {
  border: 1px solid #044b7c90;
}

.industry-section .middle-1 {
  border-top: 1px solid #044b7c90;
  border-bottom: 1px solid #044b7c90;
  border-right: 1px solid #044b7c90;
}

.industry-section .middle-2 {
  border-top: 1px solid #044b7c90;
  border-bottom: 1px solid #044b7c90;
  border-left: 1px solid #044b7c90;
}

/* CERTIFICATE  */

.certificate {
  padding: 50px 0;
  background: url(../images/Home/certificateEsomar.jpg);
  background-position: top center;
  background-size: cover;
  color: #fff;
}

.certificate .heading {
  color: #044b7c;
  font-size: 30px;
  font-weight: 600;

  text-transform: uppercase;
}

.certificate .content {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.certificate .certificate-img {
  /*height: 70px;*/
  margin-top: 20px;
  max-width:100%;
}

/* BLOG */
.blog-section {
  padding: 70px 0;
  background-color: #edf7f8;
}

.blog-section .heading {
  color: #044b7c;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.blog-section .content {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin: 35px auto 30px;
  width: 90%;
}

.blog-section .blog-card {
  border: none;
  background: transparent;
}

.blog-section .blog-card .card-body {
  padding: 20px 0;
}

.blog-section .blog-card .card-body .blog-date {
  color: #8ec742;
  font-weight: 600;
}

.blog-section .blog-card .card-body .card-heading {
  color: #044b7c;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

.blog-section .blog-card .card-body .card-content {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.blog-section .blog-card .card-body .card-link {
  color: #8ec742;
  font-weight: 500;
  font-size: 17px;
}

.blog-section .blog-card .card-body .card-link:hover {
  color: #044b7c;
  transition: all 0.3s ease-in-out;
}

/* CONTACT US  */

.contact-us {
  padding: 70px 0;
  background: url("../images/Home/contact.jpg");
  background-size: cover;
}

.contact-us .heading {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-us .content {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
}

.contact-us .border-bottom {
  border-bottom: 3px solid #fff !important;
}

.contact-us .custom-input {
  border: none;
  margin-bottom: 15px;
  filter: drop-shadow(1px 1px 2px #30303034);
}

.contact-us .custom-input::-webkit-input-placeholder {
  color: #1d3557;
  font-size: 14px;
  font-weight: 500;
}

.contact-us .custom-textarea {
  border: none;
  margin-bottom: 15px;
  filter: drop-shadow(1px 1px 2px #30303034);
}

.contact-us .custom-textarea::-webkit-input-placeholder {
  color: #1d3557;
  font-size: 14px;
  font-weight: 500;
}

.contact-us .form-card {
  background-color: #f7f7f7;
  padding: 40px;
  border-radius: 10px;
}

.contact-us .checkbox-label {
  color: #1d3557;
  font-size: 14px;
  font-weight: 500;
}

.contact-us .btn-filled {
  width: 100%;
  margin-top: 20px;
  background-color: #1d3557;
  text-transform: uppercase;
}

.contact-us .btn-filled:hover {
  filter: drop-shadow(2px 2px 4px #3030307c);
}
label.error{
    color: #ff5050;
}
/* FOOTER  */

.footer {
  background-color: #00233c;
  padding: 30px 0 20px;
  color: #adddff;
}

.footer .footer-logo {
  display: block;
  padding-bottom: 20px;
  height: 80px;
}

.footer .loc-head {
  font-size: 16px;
  font-weight: 600;
}

.footer .loc {
  font-size: 16px;
  margin-bottom: 0px;
}

.footer .footer-link {
  display: block;
  margin-bottom: 10px;
  color: #adddff;
  font-size: 16px;
}

.footer .footer-link:hover {
  text-decoration: none;
}

.footer .social-icon {
  font-size: 25px;
  margin-right: 15px;
  color: #a8dadc;
}

.copyright {
  color: #adddff;
}

.copyright .content {
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

/* SLIDER  */

.client-section .slick-slide {
  /* width: 100%; */
  margin: 0px;
}

.client-section .logo-carousel {
  overflow: inherit;
}

.client-section .slick-slide .client-logo {
  width: 100px;
}

.client-section .slick-track::before,
.client-section .slick-track::after {
  display: table;
  content: "";
}

.client-section .slick-track::after {
  clear: both;
}

.client-section .slick-track {
  padding: 1rem 0;
}

.client-section .slick-loading .slick-track {
  visibility: hidden;
}

.client-section .slick-slide.slick-loading img {
  display: none;
}

.client-section .slick-slide.dragging img {
  pointer-events: none;
}

.client-section .slick-loading .slick-slide {
  visibility: hidden;
}

/* ABOUT US PAGE  */

.page-hero-banner.about-us-hero-banner {
  background-image: url("../images/About-us/about-us-hero-banner.jpg");
}

.page-hero-banner.qualitative-research-hero-banner {
  background-image: url("../images/qualitative-hero-banner.jpg");
}

.page-hero-banner.quantitative-research-hero-banner {
  background-image: url("../images/quantitative-hero-banner.jpg");
}

.page-hero-banner.business-to-business-hero-banner {
  background-image: url("../images/B2B-hero-banner.jpg");
}

.page-hero-banner.business-to-consumer-hero-banner {
  background-image: url("../images/B2C-hero-banner.jpg");
}

.page-hero-banner.health-care-hero-banner {
  background-image: url("../images/Healthcare-hero-banner.jpg");
}

.page-hero-banner {
  margin-top: 70px;
  height: 700px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.page-hero-banner .capsule {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  padding: 15px 70px;
  border-radius: 60px;
  font-size: 30px;
  font-weight: 600;
}

.page-hero-banner .heading {
  text-transform: uppercase;
  margin-bottom: 0;
}

.about-us-description {
  padding: 65px 0;
  background-color: #edf7f8;
  color: #044b7c;
  position: relative;
  z-index: 100;
}

.about-us-description .heading {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  color: #044b7c;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.about-us-description .content {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: justify;
}

.about-us-description .about-us-banner {
  width: 85%;
}

.what-makes-us-unique {
  color: #fff;
  position: relative;
}

.what-makes-us-unique .section {
  padding: 100px 0;
  margin: 0 auto;
  background-position: right center !important;
  background-size: cover !important;
}

.what-makes-us-unique .section-1 {
  background: url("../images/About-us/background-1.jpg");
}

.what-makes-us-unique .section-2 {
  background: url("../images/About-us/background-2.jpg");
}

.what-makes-us-unique .section-3 {
  background: url("../images/About-us/background-3.jpg");
}

.what-makes-us-unique .section-4 {
  background: url("../images/About-us/background-4.jpg");
}

.what-makes-us-unique .icon {
  font-size: 50px;
  margin-bottom: 20px;
}

.what-makes-us-unique .section .heading {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 30px;
}

.what-makes-us-unique .content {
  font-size: 16px;
  font-weight: 300;
}

.what-makes-us-unique .border-bottom {
  border-bottom: 2px solid white !important;
}

.what-makes-us-unique .side-text {
  position: absolute;
  top: 50%;
  left: 0;
  color: white;
  transform: rotate(270deg) translate(0%, -150px);
}

/* SERVICES PAGE  */

.why-choose-our-qr {
  padding: 50px 0;
  background-color: #bedbbb;
}

.why-choose-our-qr .heading {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  color: #184d47;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.why-choose-our-qr .card-quantitative {
  border: none;
  background-color: #184d47;
  padding: 15px;
}

.why-choose-our-qr .card-quantitative .icon {
  color: #bedbbb;
  font-size: 30px;
  margin-bottom: 15px;
}

.why-choose-our-qr .card-quantitative .sub-heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.why-choose-our-qr .card-quantitative .card-content {
  color: #bedbbb;
  margin-bottom: 0%;
}

.our-q-services .heading {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  color: #044b7c;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.custom-tabs {
  display: block;
}

.tab {
  float: left;
  background-color: #f1f1f177;
  width: 30%;
  height: 550px;
  padding: 10px 10px;
  border-radius: 3px;
}

.tab button {
  font-size: 16px;
  margin-bottom: 13px;
  display: block;
  background-color: #fff;
  color: #777;
  padding: 15px 20px;
  width: 100%;
  border-radius: 3px;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #044a7c;
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(0px 0px 5px #777);
}

.tabcontent {
  float: left;
  padding: 10px 20px;
  border-radius: 0 10px 10px 0;
  width: 70%;
  border-left: none;
  height: 550px;
  color: #212529;
}

.tabcontent img {
  width: 100%;
  margin-bottom: 20px;
  filter: drop-shadow(0px 5px 5px rgba(119, 119, 119, 0.486));
}

.mob-tab-sec .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.5s;
  border-radius: 3px;
  margin-bottom: 5px;
}

.mob-tab-sec .active,
.accordion:hover {
  background-color: #ccc;
}

.mob-tab-sec .panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.mob-tab-sec .accordion:after {
  content: "\25BC";
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.mob-tab-sec .active:after {
  content: "\25B2";
}

.custom-row-checkbox p i {
  margin-right: 10px;
  color: #044b7c;
  /* font-weight: bold; */
}

.custom-row-checkbox p {
  font-weight: bold;
}

.why-b2b.b2b {
  background-image: url("../images/B2B-why-b2b.jpg");
}

.why-b2b.b2c {
  /* background-image: url("../images/B2C-why-choose.jpg"); */
  color: #000;padding-bottom: 0;
}

.why-b2b.healthcare {
  background-image: url("../images/Healthcare-why-hc.jpg");
}

.why-b2b {
  padding: 50px 0;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.why-b2b .heading {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 30px;
  text-transform: uppercase;
  text-align: left;
}

.why-b2b .content {
  text-align: justify;
  font-weight: 400;
}

.why-b2b .icon {
  font-size: 22px;
  margin-right: 15px;
}

.about-our-mr {
  /* background: url('../images/B2B-why-b2b-2.jpg'); */
  background-size: cover;
  padding: 50px 0;background-color: #e2dfdc;
}

.about-our-mr .heading {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 30px;
  text-transform: uppercase;
  color: #044b7c;
}

.about-our-mr .content {
  text-align: justify;
  font-weight: 400;
}

.our-b2b-research {
  padding: 50px 0;
}

.our-b2b-research .heading {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 30px;
  text-transform: uppercase;
  color: #044b7c;
  text-align: right;
}

.our-b2b-research .audience {
  text-align: center;
  border: 1px solid #4abd98;
  padding: 7px;
  text-transform: uppercase;
  font-weight: 500;
  color: #044b7c;
  font-size: 14px;
}

.our-market-research-services {
  background-color: #bedbbb;
  padding: 50px 0;
}

.our-market-research-services .heading {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 30px;
  text-transform: uppercase;
  color: #184d47;
}

.our-market-research-services .mr-services-card {
  border: none;
  background-color: #184d47;
  padding: 10px;
}

.our-market-research-services .mr-services-card .sub-heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
}

.our-market-research-services .mr-services-card .content {
  color: #bedbbb;
  margin-bottom: 0%;
}

.our-market-research-services .mr-services-card .icon {
  color: #bedbbb;
  font-size: 30px;
  margin-bottom: 15px;
}

.oppertunities-in-hc {
  padding: 50px 0;
}

.oppertunities-in-hc .heading {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 30px;
  text-transform: uppercase;
  color: #044b7c;
}

.oppertunities-in-hc .pointer-card {
  padding: 13px;
  border: none;
  background-color:  #184d47;
  margin-bottom: 10px;
}

.oppertunities-in-hc .pointer-card .content {
  margin-bottom: 0;
  color: #bedbbb;
}

.contact-us-form {
  padding: 110px 0;
  background-image: url("../images/contact-bg.jpg");color: #fff;
  background-position: center center;
  background-size: cover;
}

.contact-us-form .heading {
  font-size: 40px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.contact-us-form .custom-input {
  margin-bottom: 20px;
}

.contact-us-form .custom-textarea {
  margin-bottom: 20px;
}

.contact-us-form .checkbox-label {
  margin-left: 10px;
}

.contact-us-form .btn-filled {
  margin-top: 20px;
  width: 100%;
}

.contact-us-form .address-card {
  padding: 25px;
  /* background-image: url("../images/Home/contact.jpg"); */
  background-position: right center;
  background-size: cover;
  color: #fff;
  border: none;
  background:transparent;
}

.contact-us-form .divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.39);
}

.contact-us-form .address-card .heading {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
}

.contact-us-form .address-card .sub-heading {
  text-transform: uppercase;
  font-size: 20px;
}

.contact-us-form .address-card .address {
  margin-bottom: 0;
}

.contact-us-form .address-card .email {
  color: #fff;
}

.contact-us-form .address-card .email:hover {
  text-decoration: none;
}

@media (max-width: 450px) {
  .page-wrapper {
    width: 95%;
  }

  .navbar-style .btn.btn-filled {
    width: 100%;
    padding: 8px 45px;
    font-size: 17px;
  }
  /* NAVBAR */

  .navbar-style.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
  }

  .navbar-style.scrolled .navbar-logo {
    filter: brightness(1) invert(0);
  }

  .navbar-style.scrolled .custom-nav-link {
    color: #00233c;
    font-weight: 600;
  }

  .navbar-style.scrolled .btn-filled:hover {
    background-color: #00233c;
    color: #fff;
    /* border: 1px solid #00233c; */
  }

  .navbar.navbar-style {
    background: #00233c;
  }

  .navbar .navbar-logo {
    height: 45px;
    filter: brightness(0) invert(1);
  }

  .navbar .custom-nav-link {
    font-size: 15px;
    font-weight: 500;
    margin: 0 15px;
    color: #fff;
  }

  .navbar .custom-nav-link:hover {
    color: #adddff;
    transition: all 0.3s ease-in-out;
  }

  .navbar .btn-filled {
    background-color: #8ec742;
    border: none;
    border-radius: 20px;
    padding: 5px 35px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
  }

  .navbar .btn-filled:hover {
    background-color: #fff;
    color: #00233c;
    transition: all 0.3s ease-in-out;
  }

  .navbar-style .custom-dropdown-item {
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
  }

  .navbar-style .custom-dropdown-item:hover {
    background-color: #00233c;
    color: #adddff;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  /* VIDEO SECTION  */
  .video-section {
    margin-top: 70px;
    width: 100%;
    /* height: 500px; */
    /* border: 3px solid #8ec742; */
    /* position: relative; */
  }

  .video-section .play-icon {
    font-size: 40px;
    color: #8ec742;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #8ec742;
    padding: 20px 25px 20px 20px;
    border-radius: 100%;
  }

  /* ABOUT SECTION  */
  .about-section {
    padding: 100px 0;
    background: url("../images/Home/about.jpg");
    background-position: top top;
    background-size: cover;
    color: #fff;
  }

  .about-section .heading {
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 30px;
    text-transform: uppercase;
  }

  .about-section .content {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    /* text-align: justify; */
  }

  .about-section .btn-filled {
    background-color: #8ec742;
  }

  .about-section .btn-filled:hover {
    background-color: #fff;
    color: #044b7c;
    transition: all 0.3s ease-in-out;
  }

  /* SOPR SECTION  */
  .sopr-section {
    padding: 50px 0;
  }

  .sopr-section .heading {
    color: #044b7c;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
  }

  .sopr-section .content {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 20px;
    /* padding-right: 100px; */
  }

  .sopr-section .padding-none {
    padding: 0;
  }

  .sopr-section .img-section-pos {
    position: relative;
  }

  .sopr-section .map-img {
    position: absolute;
    height: 230px;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
    border-radius: 50%;
  }

  /* SERVICES SECTION  */
  .service-section {
    padding: 70px 0;
    background-color: #bedbbb;
  }

  .service-section .heading {
    color: #184d47;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
    text-transform: uppercase;
  }

  .service-section .service-card {
    border: none;
    background: transparent;
    padding: 20px;
  }

  .service-section .service-card:hover {
    background-color: #184d47;
    color: #bedbbb;
    filter: drop-shadow(1px 1px 2px #30303071);
    border-radius: 5px;
  }

  .service-section .service-card:hover .card-link {
    color: #fff;
  }

  .service-section .service-card:hover .service-icon {
    color: #fff;
  }

  .service-section .service-card:hover .card-heading {
    color: #fff;
  }

  .service-section .service-card:hover .card-content {
    color: #fff;
  }

  .service-section .service-icon {
    font-size: 25px;
    color: #184d47;
    margin-bottom: 15px;
  }

  .service-section .card-heading {
    color: #184d47;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .service-section .card-content {
    font-size: 16px;
    color: #184d47;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 5px;
  }

  .service-section .service-card .card-link {
    color: #184d47;
    font-weight: 500;
    font-size: 16px;
  }

  /* TESTIMONIALS  */

  .testimonial-section {
    padding: 70px 0 10px;
  }

  .testimonial-section .heading {
    color: #044b7c;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .testimonial-section .content {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    padding-right: 150px;
    text-align: justify;
  }

  .testimonial-section .testimonial-card {
    padding: 15px;
    background: url("../images/Home/quote.png");
    background-origin: content-box;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: bottom right;
    border: 1px solid #d1d1d198;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px 30px 2px 2px;
  }

  .testimonial-section .testimonial-card .author-name {
    font-size: 18px;
    font-weight: 600;
    color: #044b7c;
    margin-bottom: 0;
  }

  .testimonial-section .client-list-carousel {
    width: 100%;
    margin: 50px auto 0px;
  }

  .client-list-carousel .single-logo {
    padding: 20px;
  }

  /* INDISTRY COVERAGE  */
  .industry-section {
    padding: 50px 0;
    background-color: #e9f5f6;
  }

  .industry-section .heading {
    color: #044b7c;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
  }

  .industry-section .description {
    font-size: 14px;
    color: #044b7c;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .industry-section .industry-logo {
    font-size: 40px;
    color: #044b7c;
    padding-bottom: 20px;
  }

  .industry-section .industry-item {
    padding: 30px 10px 20px;
  }

  /* #044b7c33 */

  .industry-section .top-row {
    border-bottom: 1px solid #044b7c90;
    border-right: 1px solid #044b7c90;
    border-left: 1px solid #044b7c90;
  }

  .industry-section .bottom-row {
    border-top: 1px solid #044b7c90;
    border-right: 1px solid #044b7c90;
    border-left: 1px solid #044b7c90;
  }

  .industry-section .corner-1 {
    border-bottom: 1px solid #044b7c90;
    border-right: 1px solid #044b7c90;
  }

  .industry-section .corner-2 {
    border-bottom: 1px solid #044b7c90;
    border-left: 1px solid #044b7c90;
  }

  .industry-section .corner-3 {
    border-top: 1px solid #044b7c90;
    border-right: 1px solid #044b7c90;
  }

  .industry-section .corner-4 {
    border-top: 1px solid #044b7c90;
    border-left: 1px solid #044b7c90;
  }

  .industry-section .middle {
    border: 1px solid #044b7c90;
  }

  .industry-section .middle-1 {
    border-top: 1px solid #044b7c90;
    border-bottom: 1px solid #044b7c90;
    border-right: 1px solid #044b7c90;
  }

  .industry-section .middle-2 {
    border-top: 1px solid #044b7c90;
    border-bottom: 1px solid #044b7c90;
    border-left: 1px solid #044b7c90;
  }

  /* CERTIFICATE  */

  .certificate {
    padding: 70px 0;
  }

  .certificate .heading {
    color: #044b7c;
    font-size: 30px;
    font-weight: 600;

    text-transform: uppercase;
  }

  .certificate .content {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
  }

  .certificate .certificate-img {
    height: 80px;
  }

  /* BLOG */
  .blog-section {
    padding: 70px 0;
    background-color: #edf7f8;
  }

  .blog-section .heading {
    color: #044b7c;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
  }

  .blog-section .content {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin: 35px auto 30px;
    width: 90%;
  }

  .blog-section .blog-card {
    border: none;
    background: transparent;
  }

  .blog-section .blog-card .card-body {
    padding: 20px 0;
  }

  .blog-section .blog-card .card-body .blog-date {
    color: #8ec742;
    font-weight: 600;
  }

  .blog-section .blog-card .card-body .card-heading {
    color: #044b7c;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
  }

  .blog-section .blog-card .card-body .card-content {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
  }

  .blog-section .blog-card .card-body .card-link {
    color: #8ec742;
    font-weight: 500;
    font-size: 17px;
  }

  .blog-section .blog-card .card-body .card-link:hover {
    color: #044b7c;
    transition: all 0.3s ease-in-out;
  }

  /* CONTACT US  */

  .contact-us {
    padding: 70px 0;
    background: url("../images/Home/contact.jpg");
    background-size: cover;
  }

  .contact-us .heading {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .contact-us .content {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
  }

  .contact-us .border-bottom {
    border-bottom: 3px solid #fff !important;
  }

  .contact-us .custom-input {
    border: none;
    margin-bottom: 15px;
    filter: drop-shadow(1px 1px 2px #30303034);
  }

  .contact-us .custom-input::-webkit-input-placeholder {
    color: #1d3557;
    font-size: 14px;
    font-weight: 500;
  }

  .contact-us .custom-textarea {
    border: none;
    margin-bottom: 15px;
    filter: drop-shadow(1px 1px 2px #30303034);
  }

  .contact-us .custom-textarea::-webkit-input-placeholder {
    color: #1d3557;
    font-size: 14px;
    font-weight: 500;
  }

  .contact-us .form-card {
    background-color: #f7f7f7;
    padding: 40px;
    border-radius: 10px;
  }

  .contact-us .checkbox-label {
    color: #1d3557;
    font-size: 14px;
    font-weight: 500;
  }

  .contact-us .btn-filled {
    width: 100%;
    margin-top: 20px;
    background-color: #1d3557;
    text-transform: uppercase;
  }

  .contact-us .btn-filled:hover {
    filter: drop-shadow(2px 2px 4px #3030307c);
  }

  /* FOOTER  */

  .footer {
    background-color: #00233c;
    padding: 30px 0 20px;
    color: #adddff;
  }

  .footer .footer-logo {
    display: block;
    padding-bottom: 20px;
    height: 80px;
  }

  .footer .loc-head {
    font-size: 16px;
    font-weight: 600;
  }

  .footer .loc {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .footer .footer-link {
    display: block;
    margin-bottom: 10px;
    color: #adddff;
    font-size: 16px;
  }

  .footer .footer-link:hover {
    text-decoration: none;
  }

  .footer .social-icon {
    font-size: 25px;
    margin-right: 15px;
    color: #a8dadc;
  }

  .copyright {
    color: #adddff;
  }

  .copyright .content {
    margin-bottom: 0;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
  }

  /* SLIDER  */

  .client-section .slick-slide {
    /* width: 100%; */
    margin: 0px;
  }

  .client-section .logo-carousel {
    overflow: inherit;
  }

  .client-section .slick-slide .client-logo {
    width: 100px;
  }

  .client-section .slick-track::before,
  .client-section .slick-track::after {
    display: table;
    content: "";
  }

  .client-section .slick-track::after {
    clear: both;
  }

  .client-section .slick-track {
    padding: 1rem 0;
  }

  .client-section .slick-loading .slick-track {
    visibility: hidden;
  }

  .client-section .slick-slide.slick-loading img {
    display: none;
  }

  .client-section .slick-slide.dragging img {
    pointer-events: none;
  }

  .client-section .slick-loading .slick-slide {
    visibility: hidden;
  }

  /* ABOUT US PAGE  */

  .page-hero-banner.about-us-hero-banner {
    background-image: url("../images/About-us/about-us-hero-banner.jpg");
  }

  .page-hero-banner.qualitative-research-hero-banner {
    background-image: url("../images/qualitative-hero-banner.jpg");
  }

  .page-hero-banner.quantitative-research-hero-banner {
    background-image: url("../images/qualitative-hero-banner.jpg");
  }

  .page-hero-banner.business-to-business-hero-banner {
    background-image: url("../images/B2B-hero-banner.jpg");
  }

  .page-hero-banner.business-to-consumer-hero-banner {
    background-image: url("../images/B2C-hero-banner.jpg");
  }

  .page-hero-banner.health-care-hero-banner {
    background-image: url("../images/Healthcare-hero-banner.jpg");
  }

  .page-hero-banner {
    margin-top: 70px;
    height: 500px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: top center;
    color: #fff;
  }

  .page-hero-banner .capsule {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    padding: 15px 70px;
    border-radius: 60px;
    font-size: 30px;
    font-weight: 600;
  }

  .page-hero-banner .heading {
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .about-us-description {
    padding: 65px 0;
    background-color: #edf7f8;
    color: #044b7c;
    position: relative;
    z-index: 100;
  }

  .about-us-description .heading {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    color: #044b7c;
    margin-bottom: 15px;
    text-transform: uppercase;
  }

  .about-us-description .content {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-align: justify;
  }

  .about-us-description .about-us-banner {
    width: 85%;
  }

  .what-makes-us-unique {
    color: #fff;
    position: relative;
  }

  .what-makes-us-unique .section {
    padding: 100px 0;
    margin: 0 auto;
    background-position: right center !important;
    background-size: cover !important;
  }

  .what-makes-us-unique .section-1 {
    background: url("../images/About-us/background-1.jpg");
  }

  .what-makes-us-unique .section-2 {
    background: url("../images/About-us/background-2.jpg");
  }

  .what-makes-us-unique .section-3 {
    background: url("../images/About-us/background-3.jpg");
  }

  .what-makes-us-unique .section-4 {
    background: url("../images/About-us/background-4.jpg");
  }

  .what-makes-us-unique .icon {
    font-size: 50px;
    margin-bottom: 20px;
  }

  .what-makes-us-unique .section .heading {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .what-makes-us-unique .content {
    font-size: 16px;
    font-weight: 300;
  }

  .what-makes-us-unique .border-bottom {
    border-bottom: 2px solid white !important;
  }

  .what-makes-us-unique .side-text {
    position: absolute;
    top: 50%;
    left: 0;
    color: white;
    transform: rotate(270deg) translate(0%, -150px);
  }

  /* SERVICES PAGE  */

  .why-choose-our-qr {
    padding: 50px 0;
    background-color: #bedbbb;
  }

  .why-choose-our-qr .heading {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    color: #184d47;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-bottom: 40px;
  }

  .why-choose-our-qr .card-quantitative {
    border: none;
    background-color: #184d47;
    padding: 15px;
  }

  .why-choose-our-qr .card-quantitative .icon {
    color: #bedbbb;
    font-size: 30px;
    margin-bottom: 15px;
  }

  .why-choose-our-qr .card-quantitative .sub-heading {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
  }

  .why-choose-our-qr .card-quantitative .card-content {
    color: #bedbbb;
    margin-bottom: 0%;
  }

  .our-q-services .heading {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    color: #044b7c;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-bottom: 40px;
  }

  .custom-tabs {
    display: block;
  }

  .tab {
    float: left;
    background-color: #f1f1f177;
    width: 30%;
    height: 550px;
    padding: 10px 10px;
    border-radius: 3px;
  }

  .tab button {
    font-size: 16px;
    margin-bottom: 13px;
    display: block;
    background-color: #fff;
    color: #777;
    padding: 15px 20px;
    width: 100%;
    border-radius: 3px;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
  }

  .tab button:hover {
    background-color: #ddd;
  }

  .tab button.active {
    background-color: #044a7c;
    color: #fff;
    font-weight: bold;
    filter: drop-shadow(0px 0px 5px #777);
  }

  .tabcontent {
    float: left;
    padding: 10px 20px;
    border-radius: 0 10px 10px 0;
    width: 70%;
    border-left: none;
    height: 550px;
    color: #212529;
  }

  .tabcontent img {
    width: 100%;
    margin-bottom: 20px;
    filter: drop-shadow(0px 5px 5px rgba(119, 119, 119, 0.486));
  }

  .mob-tab-sec .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.5s;
    border-radius: 3px;
    margin-bottom: 5px;
  }

  .mob-tab-sec .active,
  .accordion:hover {
    background-color: #ccc;
  }

  .mob-tab-sec .panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
  }

  .mob-tab-sec .accordion:after {
    content: "\25BC";
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
  }

  .mob-tab-sec .active:after {
    content: "\25B2";
  }

  .custom-row-checkbox p i {
    margin-right: 10px;
    color: #044b7c;
    /* font-weight: bold; */
  }

  .custom-row-checkbox p {
    font-weight: bold;
  }

  .why-b2b.b2b {
    background-image: url("../images/B2B-why-b2b.jpg");
  }



  .why-b2b.healthcare {
    background-image: url("../images/Healthcare-why-hc.jpg");
  }

  .why-b2b {
    padding: 50px 0;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
  }

  .why-b2b .heading {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 30px;
    text-transform: uppercase;
    text-align: right;
  }

  .why-b2b .content {
    text-align: justify;
    font-weight: 300;
  }

  .why-b2b .icon {
    font-size: 22px;
    margin-right: 15px;
  }

  .about-our-mr {
    padding: 50px 0;
  }

  .about-our-mr .heading {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 30px;
    text-transform: uppercase;
    color: #044b7c;
  }

  .about-our-mr .content {
    text-align: justify;
    font-weight: 400;
  }

  .our-b2b-research {
    padding: 50px 0;
  }

  .our-b2b-research .heading {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 30px;
    text-transform: uppercase;
    color: #044b7c;
    text-align: right;
  }

  .our-b2b-research .audience {
    text-align: center;
    border: 1px solid #4abd98;
    padding: 7px;
    text-transform: uppercase;
    font-weight: 500;
    color: #044b7c;
    font-size: 14px;
  }

  .our-market-research-services {
    background-color: #bedbbb;
    padding: 50px 0;
  }

  .our-market-research-services .heading {
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 30px;
    text-transform: uppercase;
    color: #184d47;
  }

  .our-market-research-services .mr-services-card {
    border: none;
    background-color: #184d47;
    padding: 13px;
  }

  .our-market-research-services .mr-services-card .sub-heading {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
  }

  .our-market-research-services .mr-services-card .content {
    color: #bedbbb;
    margin-bottom: 0%;
  }

  .our-market-research-services .mr-services-card .icon {
    color: #bedbbb;
    font-size: 30px;
    margin-bottom: 15px;
  }

  .oppertunities-in-hc {
    padding: 50px 0;
  }

  .oppertunities-in-hc .heading {
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 30px;
    text-transform: uppercase;
    color: #044b7c;
  }

  .oppertunities-in-hc .pointer-card {
    padding: 10px;
    border: none;
    background-color: #bedbbb;
    margin-bottom: 10px;
  }

  .oppertunities-in-hc .pointer-card .content {
    margin-bottom: 0;
    color: #184d47;
  }

  .contact-us-form {
    padding: 60px 0;
  }

  .contact-us-form .heading {
    font-size: 40px;
    color: #044b7c;
    text-transform: uppercase;
    margin-bottom: 25px;
  }

  .contact-us-form .custom-input {
    margin-bottom: 20px;
  }

  .contact-us-form .custom-textarea {
    margin-bottom: 20px;
  }

  .contact-us-form .checkbox-label {
    margin-left: 10px;
  }

  .contact-us-form .btn-filled {
    margin-top: 20px;
    width: 100%;
  }

  .contact-us-form .address-card {
    padding: 25px;
    background-image: url("../images/Home/contact.jpg");
    background-position: right center;
    background-size: cover;
    color: #fff;
    border: none;
  }

  .contact-us-form .divider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.39);
  }

  .contact-us-form .address-card .heading {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
  }

  .contact-us-form .address-card .sub-heading {
    text-transform: uppercase;
    font-size: 20px;
  }

  .contact-us-form .address-card .address {
    margin-bottom: 0;
  }

  .contact-us-form .address-card .email {
    color: #fff;
  }

  .contact-us-form .address-card .email:hover {
    text-decoration: none;
  }
}

.faq-container .heading {
        color: #044b7c;
        font-size: 30px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .faq-container .card-header {
         background-color: #e8f4f5;
    border-bottom: 1px solid #e8f4f5;
    padding:0;
    }
    .faq-container .card-header button {
      text-align: left;
      width: 100%;
      font-size: 1.1rem;
      font-weight: 500;
      color: #044b7c;
        padding:12px 15px;
    }
    .faq-container .card-header button:focus, .faq-container .card-header button:hover{
        text-decoration: none;
    }
    .faq-container .card-body {
      font-size: 0.95rem;
      color: #555;
    }
    .faq-container .card + .card {
      margin-top: 15px;
    }