*, *::before, *::after {
  box-sizing: border-box !important;
}


::placeholder {
  color: black;
  opacity: 0.6;
}

:-ms-input-placeholder {
  color: black;
}

::-ms-input-placeholder {
  color: black;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  width: 100%;
  background: #ffffff;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #424447;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


::selection {
  color: white;
  background: #03b8ff;
  opacity: 0.1;
}

a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}

.mt-3 {
  margin-top: 30px !important;
}

ul, ol {
  margin-bottom: 30px;
}

ul li, ol li {
  line-height: initial;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  position: relative;
}
ul li::marker, ol li::marker {
  color: transparent;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}
ul:last-child, ol:last-child {
  margin-bottom: 0;
}

ol li {
  list-style: decimal;
}
ol li::marker {
  color: #424447;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.align-items-center {
  align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #0095cf;
  letter-spacing: -0.02em;
  margin: 0 0 13px 0;
  padding: 0;
  position: relative;
}

h1 {
  font-size: 36px;
  line-height: 44px;
}
@media all and (max-width: 1200px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media all and (max-width: 991px) {
  h1 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media all and (max-width: 575px) {
  h1 {
    font-size: 22px;
    line-height: 26px;
  }
}

h2 {
  font-size: 32px;
  line-height: 38px;
  color: #005ca7;
}
@media all and (max-width: 1200px) {
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media all and (max-width: 991px) {
  h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media all and (max-width: 575px) {
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
}

h3 {
  font-size: 22px;
  line-height: 26px;
}
@media all and (max-width: 1200px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media all and (max-width: 991px) {
  h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

h4 {
  font-size: 20px;
  line-height: 26px;
  color: black;
}
@media all and (max-width: 1200px) {
  h4 {
    font-size: 16px;
    line-height: 20px;
  }
}

h5 {
  line-height: 22px;
  line-height: 28px;

}

p {
  margin-bottom: 30px;
}
p:last-child {
  margin: 0;
}
p a {
  color: #0095cf;
}
p a:hover {
  color: #0095cf;
  text-decoration: underline;
}

figure {
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.h-100 {
  height: 100%;
}


.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .container {
    max-width: 1200px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .container {
    max-width: 1200px;
  }
}
@media all and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media all and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media all and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media all and (max-width: 575px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.align-items-center {
  align-items: center;
}

.justify-content {
  justify-content: center;
}

.offset-lg-8 {
  margin-left: 66.6666666667%;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 1200px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media all and (max-width: 991px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.row > [class*=col] {
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (max-width: 1200px) {
  .row > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 991px) {
  .row > [class*=col] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.text-center {
  text-align: center;
}

.main-wrapper {
  padding-top: 78px;
}

.btn, input[type=submit] {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 48px;
  height: 48px;
  background: #5fad47;
  display: inline-block;
  padding: 0px 20px;
  border-radius: 6px;
  border: 1px solid #5fad47;
  vertical-align: baseline;
  text-transform: capitalize;
  box-shadow: none;
  transition: 0.3s all;
}
.btn:hover, input[type=submit]:hover {
  color: white;
  box-shadow: none;
}
.btn:focus, input[type=submit]:focus {
  color: white;
  box-shadow: none;
}

.btn-arrow{
  background-color: transparent;
  border: none;
  padding: 0px;
  position: relative;
}

.btn-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  background: url(/themes/cipla/images_diagnostics/btn-arrow.png) no-repeat center center;
  width: 21px;
  height: 15px;
  background-size: 14px;
  transform: translateY(-50%);
}

input[type=submit]:hover {
  background-color: #0095cf;
}
textarea{
  width: 100%;
  height: 100px;
  border: 1px solid transparent;
  background: white;
  padding: 0 18px;
  border-radius: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: black;
  transition: 0.3s ease-in-out;
  outline: none;
  position: relative;
  resize: none;
  padding-top: 7px;
}

textarea::placeholder{
  color: black !important;
}

select, input[type=week], input[type=time], input[type=month], input[type=datetime-local], input[type=datetime], input[type=date], input[type=color], input[type=url], input[type=text], input[type=tel], input[type=search], input[type=password], input[type=select], input[type=number], input[type=email] {
  width: 100%;
  height: 42px;
  border: 1px solid transparent;
  background: white;
  padding: 0 18px;
  border-radius: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: black;
  transition: 0.3s ease-in-out;
  outline: none;
  position: relative;
}
@media all and (max-width: 575px) {
  select, input[type=week], input[type=time], input[type=month], input[type=datetime-local], input[type=datetime], input[type=date], input[type=color], input[type=url], input[type=text], input[type=tel], input[type=search], input[type=password], input[type=select], input[type=number], input[type=email] {
    height: 36px;
  }
}

select:focus, input[type=week]:focus, input[type=time]:focus, input[type=month]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=date]:focus, input[type=color]:focus, input[type=url]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=password]:focus, input[type=select]:focus, input[type=number]:focus, input[type=email]:focus {
  color: #0095cf !important;
}

input[type=email]:focus {
  border: 1px solid #0095cf !important;
}

input[type=number]:focus {
  border: 1px solid #0095cf !important;
}

input[type=select]:focus {
  border: 1px solid #0095cf !important;
}

input[type=password]:focus {
  border: 1px solid #0095cf !important;
}

input[type=search]:focus {
  border: 1px solid #0095cf !important;
}

input[type=tel]:focus {
  border: 1px solid #0095cf !important;
}

input[type=text]:focus {
  border: 1px solid #0095cf !important;
}

input[type=url]:focus {
  border: 1px solid #0095cf !important;
}

input[type=color]:focus {
  border: 1px solid #0095cf !important;
}

input[type=date]:focus {
  border: 1px solid #0095cf !important;
}

input[type=datetime]:focus {
  border: 1px solid #0095cf !important;
}

input[type=datetime-local]:focus {
  border: 1px solid #0095cf !important;
}

input[type=month]:focus {
  border: 1px solid #0095cf !important;
}

input[type=time]:focus {
  border: 1px solid #0095cf !important;
}

input[type=week]:focus {
  border: 1px solid #0095cf !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/themes/cipla/images_cippoint/select-caret-down.svg);
  background-repeat: no-repeat;
  background-position: right 18px center;
}
select:focus {
  border: 1px solid #0095cf !important;
}

/* ---------------- menu -----------------*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.3s all;
  background: white;
  /* -webkit-box-shadow: 0px 5px 33px -14px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 5px 33px -14px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 5px 33px -14px rgba(0, 0, 0, 0.55); */
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .header {
    padding: 8px 0px;
  }
}
@media all and (max-width: 1200px) {
  .header {
    padding: 8px 0px;
  }
}
@media all and (max-width: 575px) {
  .header {
    padding: 7px 0px;
  }
}
.header.dark {
  background: white;
  -webkit-box-shadow: 0px 5px 33px -14px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 5px 33px -14px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 5px 33px -14px rgba(0, 0, 0, 0.55);
}

.header-wrapper {
  display: flex;
  column-gap: 30px;
  padding-top: 10px;
  justify-content: space-between;
  align-items: center;
}

@media all and (max-width: 991px) {
  .header-wrapper {
    column-gap: 20px;
  }
}
@media all and (max-width: 767px) {
  .header-wrapper {
    column-gap: 10px;
  }
}
@media all and (max-width: 575px) {
  .header-wrapper {
    flex-direction: column;
    row-gap: 0px;
  }
}
.header-wrapper .logo {
  display: inline-block;
  flex: none;
  width: 160px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .header-wrapper .logo {
    width: 240px;
  }
}
@media all and (max-width: 1200px) {
  .header-wrapper .logo {
    width: 190px;
    padding-top: 6px;
  }
}
@media all and (max-width: 991px) {
  .header-wrapper .logo {
    width: 150px;
    padding-top: 0px;
  }
}
@media all and (max-width: 767px) {
  .header-wrapper .logo {
    width: 120px;
  }
}
@media all and (max-width: 575px) {
  .header-wrapper .logo {
    width: 100px;
    margin: 0 auto;
  }
}
.header-wrapper .logo img {
  width: 100%;
}

.header-info {
  width: 100%;
}
/* @media all and (max-width: 1200px) {
  .header-info {
    row-gap: 5px;
  }
}
@media all and (max-width: 575px) {
  .header-info {
    flex-direction: row;
    margin-top: 0px;
    padding-bottom: 9px;
  }
} */

.header-social {
  display: flex;
  gap: 5px;
  justify-content: end;
}
@media all and (max-width: 575px) {
  .header-social {
    position: absolute;
    right: 25px;
    top: 7px;
  }
}
.header-social a {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.header-contact-info {
  margin-left: auto;
  height: 100%;
}
@media all and (max-width: 575px) {
  .header-contact-info {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}
.header-contact-info ul {
  display: flex;
  list-style: none;
  column-gap: 30px;
  justify-content: end;
  padding: 0px;
  height: 100%;
}
@media all and (max-width: 991px) {
  .header-contact-info ul {
    column-gap: 15px;
  }
}
@media all and (max-width: 767px) {
  .header-contact-info ul {
    column-gap: 12px;
  }
}
@media all and (max-width: 575px) {
  .header-contact-info ul {
    column-gap: 5px;
    justify-content: space-around;
  }
}
.header-contact-info ul li {
  width: auto;
  position: relative;
  list-style-type: none;
  margin-bottom: 0px;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
@media all and (max-width: 991px) {
  .header-contact-info ul li {
    column-gap: 5px;
  }
}
.header-contact-info ul li::before {
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-top: 4px;
  flex: none;
}
@media all and (max-width: 991px) {
  .header-contact-info ul li::before {
    width: 34px;
    height: 34px;
  }
}
@media all and (max-width: 767px) {
  .header-contact-info ul li::before {
    display: none;
  }
}
.header-contact-info ul li p, .header-contact-info ul li blockquote {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: white !important;
  margin-bottom: 0px;
}
@media all and (max-width: 991px) {
  .header-contact-info ul li p, .header-contact-info ul li blockquote {
    font-size: 13px;
    line-height: 18px;
  }
}
@media all and (max-width: 575px) {
  .header-contact-info ul li p, .header-contact-info ul li blockquote {
    font-size: 11px;
    line-height: 15px;
  }
}
@media all and (max-width: 360px) {
  .header-contact-info ul li p, .header-contact-info ul li blockquote {
    font-size: 9px;
    line-height: 13px;
  }
}
.header-contact-info ul li p span, .header-contact-info ul li blockquote span {
  display: block;
  font-weight: normal;
  color: white !important;
}
@media all and (max-width: 991px) {
  .header-contact-info ul li p span, .header-contact-info ul li blockquote span {
    font-size: 11px;
    line-height: 18px;
  }
}
@media all and (max-width: 575px) {
  .header-contact-info ul li p span, .header-contact-info ul li blockquote span {
    font-size: 10px;
    line-height: 15px;
  }
}
@media all and (max-width: 360px) {
  .header-contact-info ul li p span, .header-contact-info ul li blockquote span {
    font-size: 9px;
    line-height: 13px;
  }
}

.opening-hours::before {
  background: url(/themes/cipla/images_ciptest/calendar-icon.png) no-repeat center/contain;
}

.call-us::before {
  background: url(/themes/cipla/images_ciptest/call-icon.png) no-repeat center/contain;
}

.email-us::before {
  background: url(/themes/cipla/images_ciptest/mail-icon.png) no-repeat center/contain;
}

/* =============== Hero Section ================= */
.hero-section {
  padding: 0px;
  margin: 0px;
  background: url(/themes/cipla/images_ciptest/hero-bg.jpg) no-repeat center/cover;
  height: 240px;
}
@media all and (max-width: 991px) {
  .hero-section {
    height: 170px;
  }
}
@media all and (max-width: 767px) {
  .hero-section {
    height: 140px;
  }
}
.hero-section h1 {
  text-align: center;
  color: white;
  margin-bottom: 0px;
}
@media all and (max-width: 575px) {
  .hero-section h1 {
    max-width: 80%;
    margin: 0 auto;
  }
}

/* =============== Hero Section ================= */
.hero-section {
  padding: 0px;
  margin: 0px;
  background: url(/themes/cipla/images_cippoint/hero-bg.jpg) no-repeat center/cover;
  height: 240px;
}
@media all and (max-width: 991px) {
  .hero-section {
    height: 170px;
  }
}
@media all and (max-width: 767px) {
  .hero-section {
    height: 140px;
  }
}
.hero-section h1 {
  text-align: center;
  color: white;
  margin-bottom: 0px;
}
@media all and (max-width: 575px) {
  .hero-section h1 {
    max-width: 80%;
    margin: 0 auto;
  }
}

/* =============== Form Section ================= */
.form-section-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media all and (max-width: 767px) {
  .form-section-bg {
    position: relative;
  }
}
.form-section-bg img {
  height: 100%;
  object-fit: cover;
}

.form-section {
  padding: 0px;
  margin: 0px;
  height: 800px;
  position: relative;
}
@media all and (max-width: 1200px) {
  .form-section {
    height: 375px;
  }
}
@media all and (max-width: 991px) {
  .form-section {
    height: 275px;
  }
}
@media all and (max-width: 767px) {
  .form-section {
    height: initial;
  }
}
.form-section .container {
  position: relative;
  z-index: 5;
}
@media all and (max-width: 767px) {
  .form-section .align-items-center {
    align-items: end !important;
  }
}

.diagnostics-form-wrapper{
  background-color: #c2e9fa;
}

.diagnostics-form-wrapper h2{
  text-align: center;
}

.contact-form {
  padding: 20px;
}
@media all and (max-width: 991px) {
  .contact-form {
    width: 260px;
  }
}
@media all and (max-width: 767px) {
  .contact-form {
    width: 100%;
  }
}

/* =============== Product Features Section ================= */
.cippoint-logo {
  display: inline-block;
}
.cippoint-logo img {
  width: 100%;
}
@media all and (max-width: 1200px) {
  .cippoint-logo {
    width: 250px;
  }
}
@media all and (max-width: 767px) {
  .cippoint-logo {
    width: 200px;
  }
}
@media all and (max-width: 575px) {
  .cippoint-logo {
    width: 170px;
  }
}

.product-features-top {
  text-align: center;
}

.unique-bg {
  background-color: #005ca7;
  padding: 10px;
  max-width: 600px;
  width: 100%;
  margin: 0px auto 30px;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  border-radius: 6px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .unique-bg {
    margin: 20px auto;
    font-size: 18px;
  }
}
@media all and (max-width: 1200px) {
  .unique-bg {
    margin: 20px auto;
    font-size: 16px;
    line-height: 24px;
  }
}
@media all and (max-width: 767px) {
  .unique-bg {
    font-size: 15px;
    line-height: 20px;
  }
}
@media all and (max-width: 575px) {
  .unique-bg {
    font-size: 14px;
    line-height: 18px;
  }
}

.features-container {
  display: flex;
  justify-content: center;
  column-gap: 200px;
}
@media all and (max-width: 991px) {
  .features-container {
    column-gap: 80px;
  }
}
@media all and (max-width: 767px) {
  .features-container {
    column-gap: 20px;
  }
}
@media all and (max-width: 575px) {
  .features-container {
    flex-direction: column;
    row-gap: 15px;
  }
}
.features-container h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #005ca7;
  border-bottom: 2px solid #5fad47;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
@media all and (max-width: 1200px) {
  .features-container h4 {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .features-container h4 {
    font-size: 15px;
    line-height: 20px;
  }
}
.features-container h4 span {
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  display: block;
  margin-top: 3px;
  color: #5fad47;
}
@media all and (max-width: 991px) {
  .features-container h4 span {
    font-size: 14px;
    line-height: 20px;
  }
}

.individual-product {
  display: flex;
  column-gap: 15px;
  width: 50%;
  justify-content: center;
  max-width: 350px;
}
@media all and (max-width: 575px) {
  .individual-product {
    column-gap: 7px;
    width: 100%;
    max-width: 100%;
    justify-content: start;
  }
}

.individual-product-icon {
  width: 75px;
  height: 75px;
  flex: none;
}
@media all and (max-width: 767px) {
  .individual-product-icon {
    width: 60px;
    height: 60px;
  }
}

.product-image {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 991px) {
  .product-image {
    max-width: 380px;
  }
}
@media all and (max-width: 767px) {
  .product-image {
    width: 290px;
  }
}
@media all and (max-width: 575px) {
  .product-image {
    margin: 15px 0px;
  }
}

.gold-section {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  margin: 20px 0px 30px;
}
@media all and (max-width: 575px) {
  .gold-section {
    justify-content: start;
  }
}

.gold-section-icon {
  width: 80px;
  height: 80px;
  flex: none;
}
@media all and (max-width: 767px) {
  .gold-section-icon {
    width: 65px;
    height: 65px;
  }
}

.gold-section-content h3 {
  color: #005ca7;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 0px;
}
@media all and (max-width: 991px) {
  .gold-section-content h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  .gold-section-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

.product-details {
  background-color: #f7faff;
  padding: 30px;
  border: 2px solid #005ca7;
  display: flex;
  justify-content: center;
  align-items: start;
}
@media all and (max-width: 767px) {
  .product-details {
    padding: 20px 10px;
  }
}
@media all and (max-width: 575px) {
  .product-details {
    flex-direction: column;
  }
}

.product-details-item {
  width: 33%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0px 20px;
  text-align: center;
  height: 100%;
}
@media all and (max-width: 991px) {
  .product-details-item {
    padding: 0px 10px;
  }
}
@media all and (max-width: 575px) {
  .product-details-item {
    padding: 0px 0px 20px 0px;
    width: 100%;
  }
}
.product-details-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 1px dashed #3a3086;
}
@media all and (max-width: 575px) {
  .product-details-item::after {
    right: 0;
    left: 0;
    border: none;
    border-bottom: 1px dashed #3a3086;
  }
}
.product-details-item:last-child::after {
  display: none;
}
.product-details-item h4 {
  color: #005ca7;
  margin-bottom: 10px;
  text-align: center;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .product-details-item h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.product-details-item p {
  font-size: 15px;
  line-height: 20px;
}
@media all and (max-width: 991px) {
  .product-details-item p {
    font-size: 14px;
    line-height: 20px;
  }
}

.product-details-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.disclamair-section {
  background-color: #e6f2fe;
}

/* ===================== Extra CSS ===================== */
.contact-form input {
  margin-bottom: 10px;
}

.contact-form input::placeholder {
  color: black !important;
}

.contact-form .nice-select {
  width: 100%;
  font-size: 15px;
}

.contact-form .nice-select::after {
  display: none;
}

.contact-form .btn, .contact-form input[type=submit] {
  background-color: #005ca7 !important;
  color: white !important;
  margin-top: 0px;
  border: 1px solid #005ca7;
}

.contact-form h2 {
  color: #005aa3;
  margin-bottom: 15px;
}

/* .contact-form .cippoint-enquiry-form {
  padding: 0px 25px 15px 25px;
} */

.contact-form .select-wrapper {
  position: relative;
}

.has-glyphicons .select-wrapper:after {
  content: "" !important;
  background-image: url(/themes/cipla/images_cippoint/form-arrow.png) !important;
  background-repeat: no-repeat !important;
  width: 12px !important;
  height: 8px !important;
  background-size: contain !important;
  top: 55%;
}

.nice-select.open .list {
  width: 100%;
}

.nice-select .option {
  font-size: 14px;
  line-height: 30px;
  min-height: auto;
  margin-bottom: 0px;
  border-bottom: 1px solid #e7edf2;
}

.contact-form .nice-select {
  border-radius: 0px;
}

@media all and (max-width: 1200px) {
  .contact-form {
    width: 310px;
  }
  /* .contact-form .cippoint-enquiry-form {
    padding: 10px;
  } */
  .contact-form input {
    font-size: 13px;
    line-height: 18px;
    height: 36px;
  }
  .contact-form .btn, .contact-form input[type=submit] {
    margin-bottom: 0px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }
}
@media all and (max-width: 991px) {
  h2.resp-tab-active {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }
  .contact-form {
    width: 270px;
    margin-top: 5px;
  }
  .contact-form h2 {
    font-size: 20px;
    line-height: 30px;
    padding-left: 15px !important;
  }
  .contact-form .form-group {
    margin-bottom: 6px !important;
  }
  .contact-form input {
    font-size: 13px;
    line-height: 18px;
    padding: 0px 10px;
    height: 32px;
  }
  .contact-form .nice-select {
    height: 32px;
    font-size: 13px;
    line-height: 30px;
    padding: 0px 10px;
  }
  .contact-form h2 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
  }
  .contact-form .btn, .contact-form input[type=submit] {
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    margin-top: 0px;
  }
  .has-glyphicons .select-wrapper:after {
    width: 6px !important;
    height: 8px !important;
    top: 45%;
  }
}
@media all and (max-width: 767px) {
  .contact-form {
    width: 100%;
    margin: 10px 0px 30px;
    position: relative;
  }
}
.invalid-message {
  color: red;
  font-size: 13px;
  margin-top: -7px;
}

.custom-invalid-message {
  margin-top: -11px;
}

.submit-message {
  background: #00b18a;
  color: white;
  padding: 7px 10px;
  font-size: 14px;
  margin-top: 10px;
  border-radius: 5px;
}

.nice-select {
  display: none;
}

#edit-product-list {
  display: block !important;
  margin-bottom: 10px;
  color: black !important;
  height: 42px;
  /* opacity: 0.6; */
}

.glyphicon-spin .icon {
  color: white !important;
}

@media screen and (max-width: 1200px) {
  .form-group {
    margin-bottom: 0px !important;
  }
  #edit-product-list {
    height: 36px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .contact-form {
    margin-top: 8px;
  }
  .custom-invalid-message {
    margin-top: -7px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .contact-form h2 {
    padding: 8px 25px;
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .submit-message {
    padding: 6px 6px;
    font-size: 11px;
    margin-top: 10px;
    line-height: 14px;
  }
}
@media (max-width: 991px) {
  .contact-form .form-group {
    margin-bottom: 0px !important;
  }
  .contact-form input {
    font-size: 12px;
    line-height: 16px;
    height: 32px;
  }
  #edit-product-list {
    height: 32px;
    margin-bottom: 12px;
    font-size: 12px;
    padding: 0px 12px;
  }
  .invalid-message {
    font-size: 11px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .contact-form input {
    font-size: 13px;
    height: 36px;
  }
  #edit-product-list {
    font-size: 13px;
    height: 36px;
  }
  .submit-message {
    padding: 10px 10px;
    font-size: 13px;
    margin-top: 10px;
    line-height: 14px;
  }
}

#cippoint-enquiry-form{
  padding: 0;
  position: relative;
  max-width: 320px;
  width: 100%;
}

.resize-vertical{
  resize: none !important;
}

@media (max-width: 1200px) {

  #cippoint-enquiry-form{
    padding: 10px;
  }

  textarea{
    font-size: 13px;
    height: 85px;
    line-height: 18px;
  }
}

@media screen and (max-width: 991px) {
  textarea{
    height: 75px;
  }
}

@media all and (max-width: 767px){
  .contact-form{
    margin-bottom: 0px;

  }
  
}

html.js .btn .ajax-throbber {
  border: 10px solid #ffffff !important;
  border-top: 10px solid #3498db !important;
  border-radius: 50% !important;
  width: 5px !important;
  height: 5px !important;
  animation: spin 2s linear infinite !important;
  margin-top: 6px;
}

@media screen and (max-width: 991px){

  html.js .btn .ajax-throbber{
    border: 6px solid #ffffff !important;
    border-top: 6px solid #3498db !important;
  }

}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* ===================== Extra CSS  21-02-2023 ===================== */

.features-content-wrapper h4 {
  font-size: 20px;
  text-align: center;
}

.features-content-wrapper.dengue h4{
  color: #ce426f;
}

.features-content-wrapper.malaria h4{
  color: #ea8a12;
}

.features-content-wrapper.hiv h4{
  color: #80306d;
}

.features-content-wrapper.hcv h4{
  color: #005ca7;
}

.features-content-wrapper.hbsag h4{
  color: #773a8a;
}

.features-content-wrapper.malaria .features-product-text{
  color: #ea8a12;
}

.features-content-wrapper.hiv .features-product-text{
  color: #80306d;
}

.features-content-wrapper.hcv .features-product-text{
  color: #005ca7;
}

.features-content-wrapper.hbsag .features-product-text{
  color: #773a8a;
}

.form-info {
  position: absolute;
  width: 320px;
  height: auto;
  background: #005ba6;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% - 240px);
  border-radius: 10px;
  padding: 20px;
}

.header-contact-info ul {
  display: flex;
  list-style: none;
  row-gap: 25px;
  padding: 0;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}


@media all and (min-width: 1368px) and (max-width: 1600px){}

@media all and (min-width: 1201px) and (max-width: 1367px){

  .form-info{
    padding: 25px 15px;
    width: 300px;
  }

  #cippoint-enquiry-form{
    max-width: 280px;
  }

  .form-info {
    width: 300px;
    padding: 20px 10px;
}
}

@media all and (max-width: 1200px) {

  .header-contact-info ul {
    row-gap: 12px;
}

  .form-info {
    width: 250px;
    left: calc(100% - 230px);
    padding: 15px 10px;
  }

  .header{
    padding: 0px;
  }

  #cippoint-enquiry-form {
    max-width: 230px;
}

  .header-contact-info ul li::before {
    width: 25px;
    height: 25px;
  }

  .header-contact-info ul li p{
    font-size: 13px;
    line-height: 17px;
  }

  .header-contact-info ul li p span{
    font-size: 12px;
  }

  .header-contact-info ul {
    row-gap: 12px;
  }

  .contact-form {
    margin-top: 78px;
    position: relative;
    width: 480px;
    padding: 10px;
}

.form-section {
  height: 505px;
}
}

@media all and (max-width: 991px) {

  .form-info {
    width: 210px;
    left: calc(100% - 180px);
    padding: 5px;
}

  .header-wrapper .logo {
    width: 110px;
    padding-top: 0;
}

.contact-form {
  width: 375px;
  margin-top: 45px;
}

.contact-form h2{
  padding: 0px !important;
  padding-bottom: 8px !important;
}

  .form-info {
    width: 190px;
    left: calc(100% - 170px);
    padding: 10px 5px;
}

.header-contact-info ul li p span {
  font-size: 11px;
}

.header-contact-info ul li::before {
display: none;
}

.header-contact-info ul li p{
  font-size: 12px;
  line-height: 16px;
}

#cippoint-enquiry-form {
  max-width: 190px;
}

.form-section {
  height: auto;
}

}

@media all and (max-width: 767px) {

  .form-info {
    width: 250px;
    top: auto;
    transform: initial;
    bottom: calc(100% + 80px);
    left: auto;
    right: 0;
    padding: 15px;
}

  #cippoint-enquiry-form {
    max-width: 100%;
  }
  
  .form-info {
    width: 250px;
    top: auto;
    transform: initial;
    bottom: calc(100% + 80px);
    left: auto;
    right: 0;
    padding: 15px;
}

.contact-form {
  width: 100%;
}

  .contact-form {
    margin: 20px 0px 20px;
}
}

@media all and (max-width: 575px) {

  .form-info {
    width: 176px;
    top: auto;
    transform: initial;
    bottom: calc(100% + 50px);
    left: auto;
    right: 0px;
    padding: 5px;
}

  .header-wrapper {
    flex-direction: column;
    row-gap: 0;
    align-items: end;
    padding: 0px;
}

  .form-info {
    width: 176px;
    top: auto;
    transform: initial;
    bottom: calc(100% + 50px);
    left: auto;
    right: 0px;
    padding: 5px;
}


.header-wrapper .logo {
  margin: 0;
  padding-top: 0;
  width: 100px;
}

.header-contact-info ul {
  row-gap: 10px;
}

.contact-form {
  width: 100%;
}

.header-contact-info ul li p span {
  font-size: 9px;
}

.header-contact-info ul li p {
font-size: 10px;
line-height: 12px;
}

.header {
  padding: 5px 0 0px;
}

}


@media all and (max-width: 360px) {

  .form-info {
    width: 156px;
    padding: 10px;
    bottom: calc(100% + 30px);
}

}

@media all and (max-width: 320px){

  .header-contact-info ul {
    row-gap: 5px;
}

.header-contact-info ul li p {
  font-size: 9px;
  line-height: 11px;
}

.header-contact-info ul li p span {
  font-size: 8px;
}

.form-info {
  width: 150px;
  padding: 8px;
  bottom: calc(100% + 30px);
}
}


.features-image-wrapper figure{
  width: 70%;
  margin: 0 auto;
}


/* ===================== CIPLA COVID 02-03-2022 ===================== */

.search-block-form{
  height: 30px;
}

.global-cipla-search-wrapper .form-submit{
  display: flex;
  align-items: center;
}

.header-main{
  z-index: 101;
}

.new-logo{
  margin-bottom: 20px;
}

.custom-invalid-message{
  padding-left: 15px;
}

.header-information{
  display: flex;
  margin-left: auto;
  gap: 10px;
}

.cipla-diagnostics-logo {
  text-align: center;
  width: 400px;
  margin: 0 auto;
  padding: 25px 0px;
}

.cipla-diagnostics-logo img{
  width: 100%;
}

.cipla-banner-text{
  width: 70%;
    margin: 0 auto;
}

.cipla-banner-text img{
  width: 100%;
}

.diagnostics-section{
  background-color: #f2f7fb;
}

.diagnostics-section h3{
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #4c4c4c;
}

.card-header{
  background-color: transparent;
  width: 100%;
  padding: 0px;
  border: none;
}

.cippoint-product-banner{
  padding: 0px;
  margin: 0px;
  background: url(/themes/cipla/images_diagnostics/cippoint-product-add-banner.jpg) no-repeat;
  height: 350px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}

.cippoint-product-banner.ciptest-product-banner{
  background: url(/themes/cipla/images_diagnostics/ciptest-product-add-banner.jpg) no-repeat;
}

.cippoint-product-banner.covid-product-banner{
  background: url(/themes/cipla/images_diagnostics/ciptest-covid-product-add-banner.jpg) no-repeat;
}

.cipla-product-content h2{
  font-size: 44px;
  line-height: 54px;
  color: white;
  margin-bottom: 30px;
}

.cipla-product-content h4{
  font-size: 16px;
  line-height: 24px;
  color: white;
  margin-bottom: 5px;
}

.cipla-product-content h3{
  font-size: 24px;
  line-height: 30px;
  color: white;
}

.cipla-product-image{
  width: 400px;
  flex: none;
  order: 2;
  margin-top: 40px;
}

.cipla-product-image img{
  width: 100%;
}



/* ===================== ACCORDION START ===================== */

.accordion-wrapper {
  padding: 0px 0px 0px;
  margin: 0px;
}
.accordion-wrapper .accordion-item {
  padding: 0px;
  margin-bottom: 30px;
}

.accordion-wrapper .accordion-item .accordion-header {
  cursor: pointer;
  position: relative;
}
.accordion-wrapper .accordion-item .accordion-header::before {
  position: absolute;
  content: "+";
  font-size: 50px;
  right: 20px;
  color: white;
  top: 20px;
}
.accordion-wrapper .accordion-item .accordion-content {
  position: relative;
  background-color: #e7f8ff;
  height: 0;
  overflow: hidden;
}

.accordion-wrapper .accordion-item .accordion-content .accordion-inner-content{
  background-color: white;
  padding: 30px 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.accordion-wrapper .accordion-item.active-accordion .accordion-header:before {
  content: "-";
}
.accordion-wrapper .accordion-item.active-accordion .accordion-content {
  height: auto;
  padding: 20px;
}
.accordion-wrapper .accordion-item.close-item .accordion-content {
  height: 0;
  overflow: hidden;
}

.hidden {
  display: none;
}


/* ===================== ACCORDION FINISH ===================== */



/* =============== FEATURES SECTION START ================= */


.features-section {
  background-color: #f5fafe;
}

#tabInfo {
  display: none;
}

.features-content-wrapper {
  display: flex !important;
  column-gap: 60px;
}
@media all and (max-width: 991px) {
  .features-content-wrapper {
    flex-direction: column;
    row-gap: 30px;
  }
}
.features-content-wrapper p, .features-content-wrapper blockquote {
  font-size: 14px;
  line-height: 22px;
}
@media all and (max-width: 1200px) {
  .features-content-wrapper p, .features-content-wrapper blockquote {
    font-size: 13px;
    line-height: 20px;
  }
}
.features-content-wrapper p strong, .features-content-wrapper blockquote strong {
  font-weight: 600;
}

.features-content {
  width: 100%;
}
.features-content-wrapper h4 {
  margin-bottom: 24px;
}

.features-item-wrapper {
  font-size: 13px;
  line-height: 20px;
  padding: 5px;
  background-color: #ce426f;
  color: white;
  position: relative;
  padding-left: 50px;
  margin-left: 40px;
}
@media all and (max-width: 1200px) {
  .features-item-wrapper {
    padding-left: 40px;
    font-size: 13px;
    line-height: 18px;
  }
}
.features-item-wrapper.no-mar {
  margin-left: 0px;
  padding: 5px;
  text-align: center;
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  .features-item-wrapper.no-mar {
    padding: 10px 15px;
    text-align: left;
  }
}

.yellow-color {
  background-color: #ea8a12;
}

.deep-merun-color {
  background-color: #80306d;
}

.deep-blue-color {
  background-color: #005ca7;
}

.purple-color {
  background-color: #773a8a;
}

.features-item-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #ce426f;
  position: absolute;
  top: 50%;
  left: -40px;
  background: white;
  display: block;
  transform: translateY(-50%);
  padding: 10px;
  box-sizing: border-box !important;
}
.features-item-circle img {
  border-radius: 50%;
}

.features-group-icon {
  gap: 20px;
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media all and (max-width: 575px) {
  .features-group-icon {
    flex-direction: column;
  }
}

.features-product-icon {
  display: flex;
  column-gap: 10px;
  align-items: center;
  width: calc(50%- 10px)
}
@media all and (max-width: 575px) {
  .features-product-icon {
    width: 100%;
  }
}
.features-product-icon figure {
  width: 40px;
  height: 40px;
  flex: none;
}

.features-product-text {
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #ce426f;
  font-weight: bold;
}
@media all and (max-width: 1200px) {
  .features-product-text {
    font-size: 13px;
    line-height: 18px;
  }
}

.countryside {
  display: flex;
  gap: 20px;
  justify-content: start;
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  .countryside {
    flex-direction: column;
    row-gap: 12px;
  }
}

.countryside-item span {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: black;
}
.countryside-item h3 {
  font-size: 24px;
  line-height: 24px;
  color: #005ca7;
  font-weight: bold;
  margin-bottom: 0px;
  position: relative;
}
.countryside-item h3 span {
  color: #005ca7;
  font-weight: 600;
  display: inline-block;
}

.inspect-icon {
  position: absolute;
  top: -8px;
  left: 80px;
}

.countryside-india {
  display: flex;
  column-gap: 15px;
  align-items: center;
}

.countryside-india-icon {
  width: 50px;
  height: 50px;
}

.features-image-wrapper {
  background-color: white;
  -webkit-box-shadow: 0px 0px 16px 0px rgb(206 66 110 / 17%);
  -moz-box-shadow: 0px 0px 16px 0px rgba(206, 66, 110, 0.17);
  box-shadow: 0px 0px 16px 0px rgb(206 66 110 / 17%);
  height: 100%;
  padding: 40px 20px;
  position: relative;
  width: 500px;
  flex: none;
}

.btn-maroon {
  background-color: #ce426f;
  border: 1px solid #ce426f;
  color: white;
}

.btn-yellow {
  background-color: #ea8a12;
  border: 1px solid #ea8a12;
  color: white;
}

.btn-deep-maroon {
  background-color: #80306d;
  border: 1px solid #80306d;
  color: white;
}

.btn-deep-blue-color {
  background-color: #005ca7;
  border: 1px solid #005ca7;
  color: white;
}

.btn-purple-color {
  background-color: #773a8a;
  border: 1px solid #773a8a;
  color: white;
}


.features-content-wrapper h4 {
  font-size: 24px;
}

.features-content-wrapper.dengue h4{
  color: #ce426f;
}

.features-content-wrapper.malaria h4{
  color: #ea8a12;
}

.features-content-wrapper.hiv h4{
  color: #80306d;
}

.features-content-wrapper.hcv h4{
  color: #005ca7;
}

.features-content-wrapper.hbsag h4{
  color: #773a8a;
}

.features-content-wrapper.malaria .features-product-text{
  color: #ea8a12;
}

.features-content-wrapper.hiv .features-product-text{
  color: #80306d;
}

.features-content-wrapper.hcv .features-product-text{
  color: #005ca7;
}

.features-content-wrapper.hbsag .features-product-text{
  color: #773a8a;
}


@media all and (max-width: 991px) {
  .features-image-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

@media all and (max-width: 767px) {
  .features-image-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
@media all and (max-width: 991px) {
  .features-image-wrapper figure {
    text-align: center;
  }
}
.features-image-wrapper img {
  width: 100%;
}
@media all and (max-width: 991px) {
  .features-image-wrapper img {
    width: 70%;
  }
}

.swiper-buttons {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.swiper-button {
  position: relative;
  transform: none;
  margin: 0;
  width: 36px !important;
  height: 36px !important;
  pointer-events: auto;
  background-color: #ce426f;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
}
.swiper-button-prev {
  left: -37px !important;
  background-image: url(/themes/cipla/images_ciptest/slider-arrow-prev.svg) !important;
  background-size: 12px !important;
}
@media all and (max-width: 991px) {
  .swiper-button-prev {
    left: 0px !important;
  }
}
.swiper-button-next {
  right: -37px !important;
  background-image: url(/themes/cipla/images_ciptest/slider-arrow-next.svg) !important;
  background-size: 12px !important;
}
@media all and (max-width: 991px) {
  .swiper-button-next {
    right: 0px !important;
  }
}
.swiper-button-yellow {
  background-color: #ea8a12;
}
.swiper-button-merun-color {
  background-color: #80306d;
}
.swiper-button-blue-color {
  background-color: #005ca7;
}
.swiper-button-purple-color {
  background-color: #773a8a;
}

/* =============== FEATURES SECTION FINISH ================= */



/* =============== COVID START ================= */

.resp-tab-content{
  margin-bottom: 30px;
}

.know-more{
  margin: 0 auto;
  text-align: center;
}

.covid-text {
  max-width: 600px;
  width: 100%;
  margin: 0px auto 40px;
  color: #7f3573;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
}


.covid-test-wrapper {
  display: flex !important;
  column-gap: 60px;
  align-items: center;
}

.covid-test-content {
  width: 100%;
}

.covid-test-image {
  background-color: white;
  -webkit-box-shadow: 0px 0px 16px 0px rgb(206 66 110 / 17%);
  -moz-box-shadow: 0px 0px 16px 0px rgba(206, 66, 110, 0.17);
  box-shadow: 0px 0px 16px 0px rgb(206 66 110 / 17%);
  height: 100%;
  padding: 40px 20px;
  position: relative;
  width: 400px;
  flex: none;
  order: 2;
}

.covid-test-image img{
  width: 100%;
}

.covid-test-points{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.covid-test-item {
  width: calc(50% - 10px);
  display: flex;
  column-gap: 10px;
  align-items: start;
}

.covid-test-item h3{
  font-size: 18px;
  color: #7f3573;
  margin-bottom: 3px;
}

.covid-test-item p {
  color: #151515;
  margin-bottom: 0;
  font-weight: 400;
}

.small-circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #7f3573;
  flex: none;
  position: relative;
  margin-top: 8px;
}

.covid-advantages{
  position: relative;
  margin-top: 30px;
}

.advantages {
  padding: 0px;
  margin: 0px auto 30px;
  text-align: center;
  background: url(/themes/cipla/images_diagnostics/advantages-bg.png) no-repeat;
  width: 246px;
  height: 57px;
  font-size: 18px;
  line-height: 57px;
  color: white;
  font-weight: 500;
}

.advantages::before {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: calc(50% - 120px);
  background-color: #7f3573;
  top: 28px;
}

.advantages::after {
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  width: calc(50% - 120px);
  background-color: #7f3573;
  top: 28px;
}

.covid-advantages-wrapper{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.covid-advantages-item{
  width: calc(25% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.covid-advantages-item h4{
  font-size: 16px;
  margin-bottom: 0px;
}

.covid-advantages-icon {
  width: 90px;
  height: 90px;
  overflow: hidden;
}

.covid-advantages-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.diagnostics-video-section{
  margin: 0px;
  padding: 0px 0px 50px 0px;
}

.diagnostics-video-section h2{
  margin-bottom: 30px;
  text-align: center;
}

.video-section h3{
  font-size: 24px;
  line-height: 28px;
  color: #005aa3;
  margin-bottom: 20px;
}

.video-gallery{
  width: 85%;
  margin: 0 auto;
  height: 600px;
  overflow: hidden;
}

.video-gallery iframe{
  width: 100%;
  height: 100%;
}

.copyright-section{
  padding: 20px 0px;
  background-color: #383838;
  display: none;
}

.copyright-section p{
  text-align: center;
  color: white;
}

.header-main #block-mainnavigation{
  padding-bottom: 0px;
}

.enquiry-form-group{
  display: flex;
  gap: 30px;
  margin-bottom: 10px;
}

.enquiry-form-item{
  width: calc(50% - 15px);
}

.enquiry-form-message{
  display: block;
}

.enquiry-form-message .enquiry-form-item{
  width: 100%;
}

.footer-main {
  background: #005392;
  padding-top: 60px;
  margin-top: 0px;
}

.footer-main ul li {
  padding-bottom: 4px;
  line-height: 20px;
  margin-bottom: 0px;
}

.footer-main ul li a {
  font-weight: 400;
  font-size: 14px;
}

#block-postfooterblock{
  padding: 0px;
}

@media all and (min-width: 1368px) and (max-width: 1600px){
  .form-section{
    height: 600px;
  }

  .cipla-product-content h2{
    margin-bottom: 20px;
  }
}

@media all and (min-width: 1201px) and (max-width: 1367px){


  .cipla-product-content h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}

  .form-section{
    height: 600px;
  }

  .cipla-diagnostics-logo{
    width: 320px;
    padding: 30px 0px 30px;
  }

  .cipla-banner-text {
    width: 60%;
}


  .covid-test-item{
    column-gap: 5px;
  }

  .covid-test-item h3{
    font-size: 16px;
    margin-bottom: 0px;
  }

  .small-circle{
    width: 9px;
    height: 9px;
  }

  .covid-advantages-item h4{
    font-size: 16px;
  }


.video-gallery{
  height: 550px;
}

h2{
  font-size: 30px;
}


}

@media all and (max-width: 1200px) {

  .cipla-diagnostics-logo {
    width: 270px;
    padding: 30px 0px 20px;
}

  .cipla-banner-text{
    width: 60%;
  }

.cippoint-product-banner{
  padding: 20px;
}

.cipla-product-content h4 {
  font-size: 15px;
  margin-bottom: 0px;
}

.cipla-product-content h2 {
    font-size: 40px;
    margin-bottom: 15px;
}

  #site-branding {
    padding-top: 25px;
}

.features-image-wrapper{
  width: 400px;
  padding: 20px;
}

.features-content-wrapper h4 {
  font-size: 18px;
  line-height: 26px;
}

.contact-form {
  margin-top: 0;
  position: relative;
  width: 100%;
  padding: 0px;
}

.accordion-wrapper .accordion-item .accordion-header::before{
  font-size: 40px;
}

.small-circle{
  width: 10px;
  height: 10px;
}

.covid-test-item h3{
  font-size: 16px;
}

.covid-test-wrapper{
  column-gap: 10px;
}

.covid-advantages-icon{
  width: 70px;
  height: 70px;
}

.covid-advantages-item h4{
  font-size: 16px;
}

.video-gallery{
  height: 400px;
  width: 100%;
}

.diagnostics-section h3 {
  font-size: 15px;
}



}


@media all and (max-width: 991px){

  .know-more{
    margin-top: 30px;
  }

  .new-logo{
    width: 200px;
  }

  .header-main #block-mainnavigation {
    padding-bottom: 0px;
    padding-top: 10px;
}

.cipla-product-image{
  width: 270px;
}

.cippoint-product-banner{
  height: auto;
}

.cipla-banner-text {
  width: 80%;
}

#site-branding {
  padding-top: 0px;
}

.search-block-form{
  margin-top: -5px;
}

.main-wrapper {
  padding-top: 54px;
}

.form-section {
  height: 400px;
}

.cipla-diagnostics-logo {
  width: 250px;
  padding: 20px 0px;
}

.cipla-product-content h2 {
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 45px;
}

.cipla-product-content h4 {
  font-size: 14px;
  margin-bottom: 0px;
}

.cipla-product-content .btn{
  font-size: 14px;
}

.video-gallery {
  width: 100%;
  height: 400px;
}

.features-image-wrapper{
  width: 100%;
}

.features-content-wrapper.dengue h4{
  text-align: center;
}

.covid-test-wrapper {
  flex-direction: column;
  gap: 30px;
}

.covid-test-image{
  padding: 20px;
  width: 100%;
}

.covid-advantages-item h4{
  text-align: center;
}

.contact-form h2 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
}

.diagnostics-section h3{
  font-size: 14px;
  margin-bottom: 5px;
}

}


@media all and (max-width: 767px){

  .new-logo {
    margin-bottom: 10px;
    width: 160px;
}

.cipla-product-content .btn{
  font-size: 13px;
}

  .form-section-bg{
    position: absolute;
  }

  .cipla-product-image {
    width: 200px;
}

  .cipla-diagnostics-logo {
    width: 220px;
}

.cipla-product-content h4 {
  font-size: 14px;
  margin-bottom: 4px;
  line-height: 20px;
}

.cippoint-product-banner {
  padding: 10px;
}

.cippoint-product-banner{
  gap: 10px;
}

.cipla-product-content h2 {
  font-size: 30px;
}

.video-gallery {
  height: 380px;
}

.contact-form h2{
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 26px;
}

.diagnostics-section h3 {
  font-size: 14px;
}

.covid-advantages-item {
  width: calc(50% - 10px);
}

.accordion-wrapper{
  padding-top: 0px;
}

.covid-text{
  font-size: 24px;
  margin-bottom: 20px;
}

}



@media all and (max-width: 575px){

  .new-logo{
    margin: 0 auto 15px;
  }

  .form-section {
    height: 300px;
}

.cipla-diagnostics-logo {
  width: 180px;
  padding: 15px 0px;
}

.cipla-banner-text {
  width: 100%;
}

.cipla-product-content{
  order: 2;
}

.cippoint-product-banner{
  flex-direction: column;
}

.cipla-product-image {
  width: 200px;
  margin-top: 30px;
}

.cipla-product-content{
  width: 100%;
  text-align: center;
}

.covid-text{
  font-size: 20px;
  line-height: 26px;
}

.covid-test-points{
  flex-direction: column;
}

.covid-test-item{
  width: 100%;
}

.covid-advantages-wrapper{
  flex-direction: column;
    justify-content: center;
    align-items: center;
}

.covid-advantages-item {
  width: 100%;
}

.enquiry-form-group{
  flex-direction: column;
  gap: 15px;
}

.enquiry-form-item {
  width: 100%;
}

.cipla-product-content h2 {
    font-size: 26px;
    line-height: 35px;
}


}


@media all and (max-width: 360px){

  body{
    font-size: 13px;
  }

  .form-section {
    height: 270px;
}

.cipla-diagnostics-logo {
  width: 150px;
  padding: 10px 0px;
}

.diagnostics-section h3 {
  font-size: 13px;
  line-height: 18px;
}

.accordion-wrapper .accordion-item .accordion-header::before {
  font-size: 35px;
  line-height: 22px;
}

.cipla-product-content h4 {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 20px;
}

}

/* ============== Tab content ========= */

.btn, input[type=submit] {
  font-size: 14px;
}

.covid-test-item h3 {
    font-size: 16px;
    line-height: 20px;
}

.features-container h4 span{
  font-size: 14px;
  line-height: 24px;
}

.features-container h4{
  font-size: 16px;
}

.gold-section-content h3 {
  font-size: 22px;
  line-height: 32px;
}

.features-content-wrapper h4 {
    font-size: 20px;
}


@media all and (min-width: 1368px) and (max-width: 1600px){

  .features-content-wrapper h4 {
    font-size: 18px;
}

}

@media all and (min-width: 1201px) and (max-width: 1367px){

  .features-content-wrapper h4 {
    font-size: 18px;
}

.cippoint-product-banner{
  height: 320px;
}

}

@media all and (max-width: 1200px) {

  .cippoint-product-banner{
    height: 290px;
  }

  .resp-tabs-list li {
    font-size: 14px;
}

.features-content-wrapper h4 {
    font-size: 16px;
}

.features-group-icon{
  gap: 10px;
}

.features-item-wrapper.no-mar{
  margin-bottom: 20px;
}

.covid-test-item h3 {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0px;
}

.small-circle {
    width: 8px;
    height: 8px;
    margin-top: 5px;
}

.covid-advantages-item h4 {
    font-size: 15px;
}

}

@media all and (max-width: 991px) {

.unique-bg{
  font-size: 14px;
}

.features-container h4 span {
    font-size: 14px;
}

p{
  line-height: 22px;
}

.gold-section-content h3 {
    font-size: 18px;
    line-height: 28px;
}

.features-item-wrapper{
  font-size: 12px;
}

.covid-advantages-item h4 {
    font-size: 14px;
    line-height: 18px;
}


}

@media all and (max-width: 767px) {

.covid-test-item h3{
      font-size: 14px;
}

.covid-advantages-item h4 {
    font-size: 14px;
    line-height: 18px;
}

.cipla-product-content h4 {
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 22px;
}

.cipla-product-content h4 {
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 22px;
}

.unique-bg {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0px;
}

.individual-product-icon {
    width: 50px;
    height: 50px;
}

.features-container h4 span {
    font-size: 13px;
    line-height: 18px;
}

.features-container p{
  font-size: 13px;
  line-height: 20px;
}

.gold-section-content h3 {
    font-size: 16px;
    line-height: 26px;
}

.features-item-wrapper.no-mar{
  text-align: left;
}

.covid-text {
    font-size: 18px;
    line-height: 24px;
}

}

@media all and (max-width: 575px) {

  h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .covid-text {
      font-size: 16px;
      line-height: 24px;
  }

    .features-container h4 {
      font-size: 14px;
  }

  .features-container h4 span {
      font-size: 14px;
      line-height: 20px;
  }

  .features-item-circle{
    width: 60px;
    height: 60px;
  }

  .features-item-wrapper{
    font-size: 12px;
    padding-left: 30px;
  }

  .features-content-wrapper h4 {
      font-size: 14px;
      line-height: 20px;
  }
}







