::placeholder {
  color: #255CA3;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #255CA3;
}

::-ms-input-placeholder {
  color: #255CA3;
}

* {
  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: 16px;
  line-height: 19px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  color: white;
  background: #2e73cd;
  opacity: 0.1;
}

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

ul,
ol {
  list-style: none;
  padding: 0px;
  margin-bottom: 20px;
}
ul li,
ol li {
  list-style-type: none;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  position: relative;
}
ul li::marker,
ol li::marker {
  color: #255CA3;
}
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: #000000;
}

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

h1 {
  font-size: 38px;
  line-height: 44px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media all and (max-width: 1200px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media all and (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media all and (max-width: 575px) {
  h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media all and (max-width: 360px) {
  h1 {
    font-size: 18px;
    line-height: 22px;
  }
}

h2 {
  font-size: 36px;
  line-height: 42px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media all and (max-width: 1200px) {
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media all and (max-width: 991px) {
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media all and (max-width: 360px) {
  h2 {
    font-size: 16px;
    line-height: 22px;
  }
}

h3, .expert-podcast-wrapper h2 {
  font-size: 32px;
  line-height: 40px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  h3, .expert-podcast-wrapper h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  h3, .expert-podcast-wrapper h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media all and (max-width: 1200px) {
  h3, .expert-podcast-wrapper h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media all and (max-width: 991px) {
  h3, .expert-podcast-wrapper h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (max-width: 767px) {
  h3, .expert-podcast-wrapper h2 {
    font-size: 22px;
  }
}

h4 {
  font-size: 30px;
  line-height: 34px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  h4 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  h4 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media all and (max-width: 1200px) {
  h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (max-width: 991px) {
  h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  line-height: 22px;
  line-height: 30px;
}

h6 {
  line-height: 18px;
  line-height: 26px;
}

p, blockquote {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: #000000;
  margin-bottom: 20px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  p, blockquote {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  p, blockquote {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 1200px) {
  p, blockquote {
    font-size: 16px;
    line-height: 24px;
  }
}
@media all and (max-width: 991px) {
  p, blockquote {
    font-size: 15px;
    line-height: 24px;
  }
}
@media all and (max-width: 360px) {
  p, blockquote {
    font-size: 14px;
  }
}
p:last-child, blockquote:last-child {
  margin: 0;
}
p a, blockquote a {
  color: #255CA3;
}
p a:hover, blockquote a:hover {
  color: #255CA3;
  text-decoration: underline;
}

blockquote {
  padding: 45px 35px 45px 56px;
  margin-bottom: 30px;
  max-width: 100%;
  color: #000000;
  position: relative;
  background: #ffffff;
}
@media all and (max-width: 575px) {
  blockquote {
    padding: 20px 20px 20px 43px;
    margin-bottom: 20px;
  }
}
blockquote::before {
  content: "";
  position: absolute;
  top: 45px;
  bottom: 45px;
  left: 30px;
  width: 4px;
  background: #255CA3;
}
@media all and (max-width: 575px) {
  blockquote::before {
    top: 22px;
    bottom: 22px;
    width: 3px;
    left: 20px;
  }
}

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

section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media all and (max-width: 575px) {
  section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.container-fluid {
  padding: 0px 30px;
  max-width: 1440px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .container-fluid {
    padding: 0px 50px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .container-fluid {
    padding: 0px 50px;
    max-width: 1320px;
  }
}
@media all and (max-width: 1200px) {
  .container-fluid {
    padding: 0px 40px;
    max-width: 1170px;
  }
}
@media all and (max-width: 991px) {
  .container-fluid {
    max-width: 750px;
    padding: 0px 30px;
  }
}
@media all and (max-width: 575px) {
  .container-fluid {
    padding: 0px 30px;
    max-width: 100%;
  }
}

@media all and (max-width: 991px) {
  .form-group {
    margin-bottom: 0px !important;
  }
}

@media all and (max-width: 991px) {
  .views-element-container {
    padding: 0px !important;
  }
}

.container {
  max-width: 1400px;
}
@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: 20px;
    padding-right: 20px;
  }
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}
@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;
  }
}

.main-wrapper {
  padding-top: 87px;
}
.light-blue-color {
  background-color: #e5f6ff;
}

.section-heading {
  margin-bottom: 40px;
  border: none;
}
@media all and (max-width: 1200px) {
  .section-heading {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 991px) {
  .section-heading {
    margin-bottom: 25px;
  }
}
.section-heading h2,
.section-heading h1 {
  margin-bottom: 0px !important;
  padding-bottom: 0px;
  color: black;
  text-align: center;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.h-100 {
  height: 100%;
}

.logged-in header {
  top: 32px !important;
}

@media all and (max-width: 782px) {
  .logged-in header {
    top: 46px !important;
  }
}
@media all and (max-width: 601px) {
  .logged-in {
    margin-top: -46px !important;
  }
  .logged-in header {
    position: absolute;
  }
  .logged-in .main-wrapper {
    margin-top: 0px !important;
  }
}
.btn, input[type=submit] {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #255CA3;
  letter-spacing: 0em;
  line-height: 60px;
  height: 60px;
  background: transparent;
  display: inline-block;
  padding: 0px 20px;
  border-radius: 20px;
  border: 1px solid #255CA3;
  vertical-align: baseline;
  text-transform: uppercase;
  box-shadow: none;
  transition: 0.3s all;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .btn, input[type=submit] {
    height: 54px;
    line-height: 54px;
  }
}
@media all and (max-width: 1200px) {
  .btn, input[type=submit] {
    height: 54px;
    line-height: 54px;
  }
}
@media all and (max-width: 991px) {
  .btn, input[type=submit] {
    font-size: 14px;
    height: 48px;
    line-height: 48px;
  }
}
.btn::after, input[type=submit]::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 14px;
  background: #255CA3;
  position: relative;
  top: -4px;
  margin-left: 16px;
}
.btn:hover, input[type=submit]:hover {
  background: #20508e;
  color: white;
  box-shadow: none;
}
.btn:hover::after, input[type=submit]:hover::after {
  background: white;
}
.btn:focus, input[type=submit]:focus {
  background: #20508e;
  color: white;
  box-shadow: none;
}
.btn:focus::after, input[type=submit]:focus::after {
  background: white;
}
.btn-down-arrow:after {
  height: 12px;
  width: 12px;
  background: url(/themes/cipla/images_amr/btn-arrow.svg) no-repeat center/contain;
  top: 0px;
}
.btn-down-arrow:hover:after {
  background: url(/themes/cipla/images_amr/btn-arrow.svg) no-repeat center/contain;
}
.btn-watch-now {
  font-size: 15px;
}
@media all and (max-width: 1200px) {
  .btn-watch-now {
    font-size: 14px;
  }
}
.btn-watch-now:after {
  height: 22px;
  width: 22px;
  background: url(/themes/cipla/images_amr/video-icon.svg) no-repeat center/contain;
  top: 5px;
  margin-left: 10px;
}
@media all and (max-width: 1200px) {
  .btn-watch-now:after {
    height: 20px;
    width: 20px;
    top: 7px;
  }
}
.btn-watch-now:hover:after {
  background: url(/themes/cipla/images_amr/video-icon.svg) no-repeat center/contain;
}

input[type=submit]:hover {
  background-color: #255CA3;
}

textarea, 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: 64px;
  border: 1px solid transparent;
  background: rgba(141, 133, 118, 0.14);
  padding: 0 18px;
  border-radius: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #255CA3;
  transition: 0.3s ease-in-out;
  outline: none;
  position: relative;
}
@media all and (max-width: 575px) {
  textarea, 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: 54px;
  }
}

textarea:focus, 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: #255CA3 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  height: 192px;
  resize: none;
  padding: 16px 18px 18px;
  border-radius: 0px;
}
textarea:focus {
  border-color: #255CA3;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: -9999px !important;
}
input[type=checkbox] + label {
  padding: 0 0 0 20px !important;
  padding-left: 30px !important;
  color: #255CA3 !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0px 10px 0 0 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  position: relative !important;
  letter-spacing: 0 !important;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(141, 133, 118, 0.14);
  background: rgba(141, 133, 118, 0.14);
  left: 0;
  top: 0px;
  border-radius: 0;
}
input[type=checkbox] + label:after {
  content: "";
  background: none !important;
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 9px;
  border: solid #255CA3;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  display: none;
}
input[type=checkbox]:checked + label {
  color: #255CA3 !important;
  font-weight: 400 !important;
  user-select: none;
  -webkit-user-select: none;
}
input[type=checkbox]:checked + label:before {
  border-color: #255CA3;
}
input[type=checkbox]:checked + label:after {
  display: block;
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: -9999px !important;
}
input[type=radio] + label {
  padding: 0 0 0 35px !important;
  color: #255CA3 !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0px 10px 0 0 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  position: relative !important;
  letter-spacing: 0 !important;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
input[type=radio] + label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(141, 133, 118, 0.14);
  background: rgba(141, 133, 118, 0.14);
  left: 0;
  top: 0px;
  border-radius: 55%;
}
input[type=radio] + label:after {
  content: "";
  position: absolute;
  width: 7.5px;
  height: 7.5px;
  background: #255CA3 !important;
  left: 6.25px;
  top: 6.25px;
  border-radius: 55%;
  display: none;
}
input[type=radio]:checked + label {
  color: #255CA3 !important;
  font-weight: 400 !important;
  user-select: none;
}
input[type=radio]:checked + label:before {
  border-color: #255CA3 !important;
}
input[type=radio]:checked + label:after {
  display: block;
}

.input-wrapper {
  margin-bottom: 36px;
}
@media all and (max-width: 575px) {
  .input-wrapper {
    margin-bottom: 20px;
  }
}

/* ================ INNER BANNER SECTION ================ */
.inner-banner-section {
  padding: 0px;
  margin: 0px;
  position: relative;
  height: 515px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .inner-banner-section {
    height: 480px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .inner-banner-section {
    height: 450px;
  }
}
@media all and (max-width: 1200px) {
  .inner-banner-section {
    height: 400px;
  }
}
@media all and (max-width: 991px) {
  .inner-banner-section {
    height: 350px;
  }
}
@media all and (max-width: 767px) {
  .inner-banner-section {
    height: 310px;
  }
}
@media all and (max-width: 575px) {
  .inner-banner-section {
    height: 280px;
  }
}
@media all and (max-width: 410px) {
  .inner-banner-section {
    height: 240px;
  }
}
@media all and (max-width: 360px) {
  .inner-banner-section {
    height: 220px;
  }
}
.inner-banner-section::before {
  content: "";
  position: absolute;
  z-index: 5;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: white;
}
@media all and (max-width: 767px) {
  .inner-banner-section::before {
    height: 6px;
  }
}
@media all and (max-width: 575px) {
  .inner-banner-section::before {
    height: 4px;
  }
}
@media all and (max-width: 360px) {
  .inner-banner-section::before {
    height: 3px;
  }
}
.inner-banner-section .container-fluid {
  position: relative;
  z-index: 3;
}
.inner-banner-section .inner-hero-banner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.inner-banner-section .inner-hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-banner-content {
  height: 100%;
  display: flex;
  justify-content: end;
  flex-direction: column;
}
.inner-banner-content .breadcrumb {
  padding: 0px;
  background: transparent;
}
.inner-banner-content .breadcrumb .breadcrumbs {
  padding: 10px 20px 10px 20px;
  display: inline-flex;
  gap: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}
@media all and (max-width: 991px) {
  .inner-banner-content .breadcrumb .breadcrumbs {
    display: none;
  }
}
.inner-banner-content .breadcrumb .breadcrumbs li {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0px;
  color: white;
  position: relative;
  padding: 0px;
}
.inner-banner-content .breadcrumb .breadcrumbs li::after {
  content: "/";
  position: absolute;
  right: -12px;
  top: 0;
  line-height: initial;
}
.inner-banner-content .breadcrumb .breadcrumbs li a {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0px;
  text-decoration: none;
  color: white !important;
}
.inner-banner-content .breadcrumb .breadcrumbs li:last-child::after {
  display: none;
}
.inner-banner-content.no-page-title {
  justify-content: center;
}

.inner-banner-title {
  background: url(/themes/cipla/images_amr/inner-banner-title-bg.png) no-repeat center bottom/contain;
  width: 500px;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -40px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .inner-banner-title {
    width: 430px;
    height: 116px;
  }
}
@media all and (max-width: 1200px) {
  .inner-banner-title {
    width: 390px;
    height: 105px;
  }
}
@media all and (max-width: 991px) {
  .inner-banner-title {
    width: 360px;
    height: 97px;
  }
}
@media all and (max-width: 575px) {
  .inner-banner-title {
    width: 280px;
    height: 76px;
    margin-left: -20px;
  }
}
@media all and (max-width: 410px) {
  .inner-banner-title {
    width: 230px;
    height: 46px;
    margin-left: -30px;
  }
}
.inner-banner-title h1 {
  margin-bottom: 0px;
}

/* ================ AMR PAGE CSS START ================ */
.amr-content-wrapper p, .amr-content-wrapper blockquote {
  margin-bottom: 0px;
}

.amr-card-wrapper {
  padding: 40px 0px;
  display: flex;
  gap: 60px;
}
@media all and (max-width: 1200px) {
  .amr-card-wrapper {
    gap: 30px;
  }
}
@media all and (max-width: 991px) {
  .amr-card-wrapper {
    gap: 20px;
  }
}
@media all and (max-width: 767px) {
  .amr-card-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.amr-card-wrapper .amr-card {
  display: flex;
  padding: 40px;
  align-items: flex-start;
  gap: 60px;
  flex: 1 0 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(37, 92, 163, 0.4);
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .amr-card-wrapper .amr-card {
    padding: 37px 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .amr-card-wrapper .amr-card {
    padding: 37px 40px;
  }
}
@media all and (max-width: 1200px) {
  .amr-card-wrapper .amr-card {
    padding: 20px;
    gap: 15px;
  }
}
.amr-card-wrapper .amr-card p, .amr-card-wrapper .amr-card blockquote {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0px;
}
@media all and (max-width: 1200px) {
  .amr-card-wrapper .amr-card p, .amr-card-wrapper .amr-card blockquote {
    font-size: 14px;
  }
}
.amr-card-wrapper .amr-card .content-part {
  width: 100%;
}
.amr-card-wrapper .amr-card .icon-part {
  width: 60px;
  flex: none;
}
@media all and (max-width: 1200px) {
  .amr-card-wrapper .amr-card .icon-part {
    width: 50px;
  }
}
.amr-card-wrapper .amr-card .icon-part i {
  display: inline-block;
}
.amr-card-wrapper .amr-card .icon-part i img {
  width: 100%;
}

.challenges-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  padding: 0px 60px;
  margin-bottom: 40px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .challenges-card-wrapper {
    padding: 0px 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .challenges-card-wrapper {
    padding: 0px 0px;
  }
}
@media all and (max-width: 1200px) {
  .challenges-card-wrapper {
    padding: 0px;
    gap: 30px;
  }
}
@media all and (max-width: 991px) {
  .challenges-card-wrapper {
    gap: 30px;
  }
}
@media all and (max-width: 575px) {
  .challenges-card-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.challenges-card-wrapper .challenges-card {
  display: flex;
  padding: 40px;
  justify-content: center;
  align-items: flex-start;
  gap: 23px;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(37, 92, 163, 0.4);
}
@media all and (max-width: 1200px) {
  .challenges-card-wrapper .challenges-card {
    padding: 25px;
    border-radius: 25px;
  }
}
@media all and (max-width: 991px) {
  .challenges-card-wrapper .challenges-card {
    gap: 15px;
  }
}
@media all and (max-width: 767px) {
  .challenges-card-wrapper .challenges-card {
    width: calc(50% - 20px) !important;
    padding: 20px;
    border-radius: 15px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
@media all and (max-width: 575px) {
  .challenges-card-wrapper .challenges-card {
    width: 100% !important;
  }
}
.challenges-card-wrapper .challenges-card:nth-child(1) {
  width: 418px;
}
@media all and (max-width: 991px) {
  .challenges-card-wrapper .challenges-card:nth-child(1) {
    width: 370px;
  }
}
.challenges-card-wrapper .challenges-card:nth-child(2) {
  width: 359px;
}
@media all and (max-width: 991px) {
  .challenges-card-wrapper .challenges-card:nth-child(2) {
    width: 310px;
  }
}
.challenges-card-wrapper .challenges-card:nth-child(3) {
  width: 392px;
}
@media all and (max-width: 991px) {
  .challenges-card-wrapper .challenges-card:nth-child(3) {
    width: 330px;
  }
}
.challenges-card-wrapper .challenges-card:nth-child(4) {
  width: 437px;
}
@media all and (max-width: 991px) {
  .challenges-card-wrapper .challenges-card:nth-child(4) {
    width: 360px;
  }
}
.challenges-card-wrapper .challenges-card:nth-child(5) {
  width: 299px;
}
@media all and (max-width: 991px) {
  .challenges-card-wrapper .challenges-card:nth-child(5) {
    width: 250px;
  }
}
.challenges-card-wrapper .challenges-card .challenges-icon {
  width: 50px;
  flex: none;
}
@media all and (max-width: 991px) {
  .challenges-card-wrapper .challenges-card .challenges-icon {
    width: 45px;
  }
}
.challenges-card-wrapper .challenges-card h3, .challenges-card-wrapper .challenges-card .expert-podcast-wrapper h2, .expert-podcast-wrapper .challenges-card-wrapper .challenges-card h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #595959;
  margin-bottom: 0px;
}
@media all and (max-width: 1200px) {
  .challenges-card-wrapper .challenges-card h3, .challenges-card-wrapper .challenges-card .expert-podcast-wrapper h2, .expert-podcast-wrapper .challenges-card-wrapper .challenges-card h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  .challenges-card-wrapper .challenges-card h3, .challenges-card-wrapper .challenges-card .expert-podcast-wrapper h2, .expert-podcast-wrapper .challenges-card-wrapper .challenges-card h2 {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
}

.challeges-content-footer {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.impact-section {
  height: 720px;
  padding-bottom: 0px;
}
@media all and (max-width: 1200px) {
  .impact-section {
    height: 620px;
  }
}
@media all and (max-width: 991px) {
  .impact-section {
    height: 530px;
  }
}
.impact-section .impact-tab-wrapper {
  position: relative;
  height: 100%;
}
.impact-section .impact-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border-radius: 50px;
}
@media all and (max-width: 575px) {
  .impact-section .impact-bg {
    border-radius: 25px;
  }
}
.impact-section .impact-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/themes/cipla/images_amr/blue-opacity-bg.png) no-repeat left top/cover;
  border-radius: 50px;
}
@media all and (max-width: 575px) {
  .impact-section .impact-bg::before {
    border-radius: 25px;
  }
}
@media all and (max-width: 1200px) {
  .impact-section .impact-bg::before {
    background-size: cover;
  }
}
.impact-section .impact-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.impact-section #accordion .panel {
  border: none !important;
  background: transparent;
  margin-bottom: 15px;
  overflow: hidden;
  transition: none !important;
}
.impact-section #accordion .panel .panel-heading {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: transparent;
  padding: 0px;
  border: none !important;
}
.impact-section #accordion .panel-title a {
  display: block;
  position: relative;
  padding-right: 0px;
  text-decoration: none;
}
.impact-section #accordion .panel-title a:hover {
  text-decoration: none;
}
.impact-section #accordion .panel-title a:focus {
  text-decoration: none;
}
.impact-section #accordion .panel-title a::after {
  content: ""; /* Plus sign */
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 20px;
  background: url(/themes/cipla/images_amr/plus-circle.svg) no-repeat center center/contain;
  width: 30px;
  height: 30px;
}
@media all and (max-width: 767px) {
  .impact-section #accordion .panel-title a::after {
    top: 20px;
    right: 20px;
  }
}
@media all and (max-width: 575px) {
  .impact-section #accordion .panel-title a::after {
    width: 20px;
    height: 20px;
    top: 17px;
  }
}
.impact-section #accordion .panel-title a[aria-expanded=true]::after {
  content: ""; /* Minus sign */
  background: url(/themes/cipla/images_amr/minus-circle.svg) no-repeat center center/contain;
}
.impact-section #accordion .accordion-heading {
  display: flex;
  gap: 16px;
  padding: 30px 0px 30px 30px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .impact-section #accordion .accordion-heading {
    padding: 20px 0px 20px 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .impact-section #accordion .accordion-heading {
    padding: 20px 0px 20px 20px;
  }
}
@media all and (max-width: 1200px) {
  .impact-section #accordion .accordion-heading {
    padding: 20px 0px 20px 20px;
  }
}
@media all and (max-width: 575px) {
  .impact-section #accordion .accordion-heading {
    gap: 6px;
    padding: 15px 0px 15px 15px;
  }
}
.impact-section #accordion .accordion-title-icon {
  width: 50px;
  flex: none;
}
@media all and (max-width: 1200px) {
  .impact-section #accordion .accordion-title-icon {
    width: 40px;
  }
}
@media all and (max-width: 575px) {
  .impact-section #accordion .accordion-title-icon {
    width: 30px;
  }
}
@media all and (max-width: 360px) {
  .impact-section #accordion .accordion-title-icon {
    display: none;
  }
}
.impact-section #accordion .accordion-title-icon img {
  width: 100%;
  object-fit: contain;
}
.impact-section #accordion .accordion-title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0px;
}
@media all and (max-width: 1200px) {
  .impact-section #accordion .accordion-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media all and (max-width: 575px) {
  .impact-section #accordion .accordion-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media all and (max-width: 360px) {
  .impact-section #accordion .accordion-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.impact-section #accordion .panel-title a[aria-expanded=false] {
  background-color: transparent;
  color: #fff;
  border: 2px solid white;
  border-radius: 30px;
}
@media all and (max-width: 1200px) {
  .impact-section #accordion .panel-title a[aria-expanded=false] {
    border-radius: 20px;
  }
}
@media all and (max-width: 767px) {
  .impact-section #accordion .panel-title a[aria-expanded=false] {
    border-radius: 20px;
  }
}
@media all and (max-width: 575px) {
  .impact-section #accordion .panel-title a[aria-expanded=false] {
    border-radius: 15px;
  }
}
.impact-section #accordion .panel-title a[aria-expanded=false] .accordion-title-icon img {
  filter: brightness(0) invert(1);
}

.impact-section #accordion .panel-title a[aria-expanded=true] {
  background-color: white;
  color: #000000;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media all and (max-width: 360px) {
  .impact-section #accordion .panel-title a[aria-expanded=true] {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

.impact-section #accordion .panel-collapse.in .accordion-content {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.impact-section #accordion .panel-collapse:not(.in) .accordion-content {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.impact-section #accordion .panel-collapse .panel-body {
  border: none;
  padding: 0px;
}
.impact-section #accordion .panel-collapse .panel-body .accordion-content {
  padding: 0px 30px 30px;
  background: white;
}
@media all and (max-width: 1200px) {
  .impact-section #accordion .panel-collapse .panel-body .accordion-content {
    padding: 0px 20px 20px;
  }
}
.impact-section #accordion .panel-collapse .panel-body .accordion-content p, .impact-section #accordion .panel-collapse .panel-body .accordion-content blockquote {
  font-size: 16px;
  line-height: 24px;
  color: #595959;
  font-weight: 400;
}
@media all and (max-width: 575px) {
  .impact-section #accordion .panel-collapse .panel-body .accordion-content p, .impact-section #accordion .panel-collapse .panel-body .accordion-content blockquote {
    font-size: 15px;
    line-height: 22px;
  }
}
.impact-section #accordion .panel-collapse .panel-body .accordion-content ul {
  list-style: none;
}
.impact-section #accordion .panel-collapse .panel-body .accordion-content ul li {
  list-style-type: none;
  font-size: 16px;
  line-height: 24px;
  color: #595959;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media all and (max-width: 575px) {
  .impact-section #accordion .panel-collapse .panel-body .accordion-content ul li {
    font-size: 15px;
    line-height: 22px;
  }
}
.impact-section #accordion .panel-collapse .panel-body .accordion-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.impact-tab {
  width: 625px;
  background: transparent;
  position: relative;
  z-index: 5;
  padding: 0px 0px 0px 80px;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 1200px) {
  .impact-tab {
    width: 470px;
    padding-left: 30px;
  }
}
@media all and (max-width: 575px) {
  .impact-tab {
    width: calc(100% - 20px);
    padding-left: 20px;
  }
}

.act-section {
  background: #255CA3;
  padding: 80px 0px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .act-section {
    padding: 70px 0px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .act-section {
    padding: 60px 0px;
  }
}
@media all and (max-width: 1200px) {
  .act-section {
    padding: 50px 0px;
  }
}

.act-wrapper {
  display: flex;
  gap: 240px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .act-wrapper {
    gap: 200px;
  }
}
@media all and (max-width: 1200px) {
  .act-wrapper {
    gap: 60px;
  }
}
@media all and (max-width: 767px) {
  .act-wrapper {
    gap: 30px;
  }
}
@media all and (max-width: 575px) {
  .act-wrapper {
    gap: 30px;
    flex-direction: column;
  }
}
.act-wrapper h3, .act-wrapper .expert-podcast-wrapper h2, .expert-podcast-wrapper .act-wrapper h2 {
  color: white;
}
.act-wrapper .act-content {
  width: 650px;
  flex: none;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .act-wrapper .act-content {
    width: 550px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .act-wrapper .act-content {
    width: 520px;
  }
}
@media all and (max-width: 1200px) {
  .act-wrapper .act-content {
    width: 500px;
  }
}
@media all and (max-width: 991px) {
  .act-wrapper .act-content {
    width: 360px;
  }
}
@media all and (max-width: 767px) {
  .act-wrapper .act-content {
    width: 280px;
  }
}
@media all and (max-width: 575px) {
  .act-wrapper .act-content {
    width: 100%;
  }
}
.act-wrapper .act-content h3, .act-wrapper .act-content .expert-podcast-wrapper h2, .expert-podcast-wrapper .act-wrapper .act-content h2 {
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .act-wrapper .act-content h3, .act-wrapper .act-content .expert-podcast-wrapper h2, .expert-podcast-wrapper .act-wrapper .act-content h2 {
    margin-bottom: 10px;
  }
}
.act-wrapper .act-content h3 span, .act-wrapper .act-content .expert-podcast-wrapper h2 span, .expert-podcast-wrapper .act-wrapper .act-content h2 span {
  display: block;
}
.act-wrapper .act-content p, .act-wrapper .act-content blockquote {
  color: white;
  font-weight: 300;
  margin-bottom: 30px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .act-wrapper .act-content p, .act-wrapper .act-content blockquote {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1200px) {
  .act-wrapper .act-content p, .act-wrapper .act-content blockquote {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .act-wrapper .act-content p, .act-wrapper .act-content blockquote {
    margin-bottom: 15px;
  }
}
.act-wrapper .act-content .btn, .act-wrapper .act-content input[type=submit] {
  background-color: white;
  color: #255CA3;
}
.act-wrapper .act-image {
  width: 100%;
}
.act-wrapper .act-image img {
  max-width: 570px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .act-wrapper .act-image img {
    max-width: 470px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .act-wrapper .act-image img {
    max-width: 430px;
  }
}
@media all and (max-width: 1200px) {
  .act-wrapper .act-image img {
    max-width: 380px;
  }
}
@media all and (max-width: 991px) {
  .act-wrapper .act-image img {
    max-width: 350px;
  }
}
@media all and (max-width: 575px) {
  .act-wrapper .act-image img {
    max-width: 300px;
  }
}
@media all and (max-width: 410px) {
  .act-wrapper .act-image img {
    max-width: 220px;
  }
}

.expert-podcast-section {
  position: relative;
  padding-top: 0px;
  border-bottom: 1PX solid #255CA3;
}
.expert-podcast-section::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-color: #cbe4fe;
  pointer-events: none;
}
@media all and (max-width: 575px) {
  .expert-podcast-section::before {
    display: none;
  }
}
.expert-podcast-section::after {
  content: "";
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-color: #fff;
  box-shadow: -4px -2px 5px 0px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: -4px -2px 5px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: -4px -2px 5px 0px rgba(0, 0, 0, 0.22);
}
@media all and (max-width: 575px) {
  .expert-podcast-section::after {
    display: none;
  }
}

.expert-podcast-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding: 60px 0px;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 1200px) {
  .expert-podcast-wrapper {
    padding: 40px 0px;
    gap: 40px;
  }
}
@media all and (max-width: 991px) {
  .expert-podcast-wrapper {
    gap: 50px;
  }
}
@media all and (max-width: 767px) {
  .expert-podcast-wrapper {
    gap: 40px;
    padding-bottom: 20px;
  }
}
@media all and (max-width: 575px) {
  .expert-podcast-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.expert-podcast-wrapper h2 {
  text-align: center;
}
.expert-podcast-wrapper .expert-talk-slider,
.expert-podcast-wrapper .pod-cast-slider {
  width: calc(50% - 32px);
}
@media all and (max-width: 1200px) {
  .expert-podcast-wrapper .expert-talk-slider,
.expert-podcast-wrapper .pod-cast-slider {
    width: calc(50% - 22px);
  }
}
@media all and (max-width: 575px) {
  .expert-podcast-wrapper .expert-talk-slider,
.expert-podcast-wrapper .pod-cast-slider {
    width: 100%;
  }
}
.expert-podcast-wrapper .expert-talk-slider .section-heading,
.expert-podcast-wrapper .pod-cast-slider .section-heading {
  margin-bottom: 30px;
}
@media all and (max-width: 991px) {
  .expert-podcast-wrapper .expert-talk-slider .section-heading,
.expert-podcast-wrapper .pod-cast-slider .section-heading {
    margin-bottom: 20px;
  }
}
.expert-podcast-wrapper .expert-talk-slider .slick-slide,
.expert-podcast-wrapper .pod-cast-slider .slick-slide {
  margin-right: 24px;
}
.expert-podcast-wrapper .expert-talk-slider .slick-slide:last-child,
.expert-podcast-wrapper .pod-cast-slider .slick-slide:last-child {
  margin-right: 0px;
}

@media all and (max-width: 575px) {
  .expert-talk-slider {
    box-shadow: -1px 10px 5px -2px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: -1px 10px 5px -2px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: -1px 10px 5px -2px rgba(0, 0, 0, 0.21);
    padding-bottom: 80px;
  }
}

.podcasts-item {
  padding: 7px;
  border-radius: 12px;
  background-color: white;
}
@media all and (max-width: 991px) {
  .podcasts-item {
    padding: 7px;
  }
}
@media all and (max-width: 575px) {
  .podcasts-item {
    padding: 7px;
    border-radius: 10px;
  }
}
.podcasts-item .podcasts-image {
  width: 100%;
  height: 160px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
@media all and (max-width: 1200px) {
  .podcasts-item .podcasts-image {
    height: 120px;
  }
}
@media all and (max-width: 991px) {
  .podcasts-item .podcasts-image {
    height: 140px;
  }
}
@media all and (max-width: 575px) {
  .podcasts-item .podcasts-image {
    height: auto;
  }
}
.podcasts-item .podcasts-image a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.16);
}
.podcasts-item .podcasts-image a .video-icon-circle {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #f5aa3f;
  pointer-events: none;
  z-index: 10;
  padding-left: 15px;
  width: 80px;
  height: 80px;
  right: -20px;
  bottom: -70px;
  padding-top: 10px;
  left: auto;
  top: auto;
}
@media all and (max-width: 1200px) {
  .podcasts-item .podcasts-image a .video-icon-circle {
    width: 65px;
    height: 65px;
    right: -20px;
    bottom: -50px;
    padding-left: 10px;
    padding-top: 9px;
  }
}
.podcasts-item .podcasts-image a .video-icon-circle img {
  width: 35px !important;
  height: 35px !important;
  object-fit: contain !important;
}
@media all and (max-width: 1200px) {
  .podcasts-item .podcasts-image a .video-icon-circle img {
    width: 30px !important;
    height: 30px !important;
  }
}
.podcasts-item .podcasts-image a img {
  height: 100%;
}
@media all and (max-width: 991px) {
  .podcasts-item .podcasts-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.podcasts-item .podcast-content .podcast-title {
  font-size: 20px;
  font-weight: bold;
}
.podcasts-item .podcast-content p, .podcasts-item .podcast-content blockquote {
  color: #4a4a4a;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .podcasts-item .podcast-content p, .podcasts-item .podcast-content blockquote {
    font-size: 15px;
    line-height: 20px;
  }
}
@media all and (max-width: 1200px) {
  .podcasts-item .podcast-content p, .podcasts-item .podcast-content blockquote {
    line-height: 24px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (max-width: 767px) {
  .podcasts-item .podcast-content p, .podcasts-item .podcast-content blockquote {
    min-height: 40px;
    font-size: 13px;
    line-height: 20px;
  }
}

.podcasts-item .btn, .podcasts-item input[type=submit],
.educational-card .btn,
.educational-card input[type=submit] {
  background-color: #255CA3;
  color: white;
  height: 48px;
  line-height: 48px;
  border-radius: 15px;
}
@media all and (max-width: 1200px) {
  .podcasts-item .btn, .podcasts-item input[type=submit],
.educational-card .btn,
.educational-card input[type=submit] {
    height: 42px;
    line-height: 42px;
  }
}

.expert-talk-wrapper .slick-arrow,
.podcast-wrapper .slick-arrow,
.iact-video-container .slick-arrow,
.pledge_wrapper .slick-arrow {
  position: absolute;
  top: auto;
  bottom: -40px;
  height: 20px;
  width: 20px;
  border: none;
  font-size: 0px;
  line-height: initial;
}
@media all and (max-width: 1200px) {
  .expert-talk-wrapper .slick-arrow,
.podcast-wrapper .slick-arrow,
.iact-video-container .slick-arrow,
.pledge_wrapper .slick-arrow {
    bottom: -80px;
  }
}
@media all and (max-width: 991px) {
  .expert-talk-wrapper .slick-arrow,
.podcast-wrapper .slick-arrow,
.iact-video-container .slick-arrow,
.pledge_wrapper .slick-arrow {
    bottom: -50px;
  }
}
.expert-talk-wrapper .slick-prev,
.podcast-wrapper .slick-prev,
.iact-video-container .slick-prev,
.pledge_wrapper .slick-prev {
  left: calc(50% - 30px);
  background: url(/themes/cipla/images_amr/btn-arrow.svg) no-repeat center/contain;
  transform: rotate(180deg);
}
.expert-talk-wrapper .slick-next,
.podcast-wrapper .slick-next,
.iact-video-container .slick-next,
.pledge_wrapper .slick-next {
  right: calc(50% - 30px);
  background: url(/themes/cipla/images_amr/btn-arrow.svg) no-repeat center/contain;
}

.iact-video-container .slick-arrow {
  bottom: auto;
  top: -70px;
  left: auto;
}
.iact-video-container .slick-prev {
  right: 60px;
}
.iact-video-container .slick-next {
  right: 30px;
}

@media all and (max-width: 1200px) {
  .pledge_wrapper .slick-arrow {
    bottom: -50px;
  }
}

/* ================ I-ACT PAGE CSS START ================ */
.act-section-details {
  background: url(/themes/cipla/images_amr/i-act-bg-section.svg) no-repeat center center/cover;
  width: 100%;
  height: auto;
}
.act-section-details .act-wrapper {
  display: flex;
  gap: 90px;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .act-section-details .act-wrapper {
    gap: 50px;
  }
}
@media all and (max-width: 991px) {
  .act-section-details .act-wrapper {
    gap: 30px;
  }
}
@media all and (max-width: 767px) {
  .act-section-details .act-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.act-section-details .act-wrapper .act-content {
  width: 750px;
  flex: none;
}
@media all and (max-width: 1200px) {
  .act-section-details .act-wrapper .act-content {
    width: 550px;
  }
}
@media all and (max-width: 991px) {
  .act-section-details .act-wrapper .act-content {
    width: 410px;
  }
}
@media all and (max-width: 767px) {
  .act-section-details .act-wrapper .act-content {
    width: 100%;
  }
}
.act-section-details .act-wrapper .act-content p, .act-section-details .act-wrapper .act-content blockquote {
  color: #000000;
}

.iact-videoes-section {
  background-color: #e0effe;
}
.iact-videoes-section .section-heading h2 {
  text-align: left;
}

.iact_video_wrapper .iact_video-item {
  width: 100%;
}
.iact_video_wrapper .iact_video-item a {
  display: inline-block;
  width: 100%;
}
.iact_video_wrapper .iact_video-item a .video-item-wrapper {
  width: 100%;
}
.iact_video_wrapper .iact_video-item a .video-item-wrapper .video-modal-image {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  margin-bottom: 20px;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .iact_video_wrapper .iact_video-item a .video-item-wrapper .video-modal-image {
    height: 190px;
  }
}
@media all and (max-width: 1200px) {
  .iact_video_wrapper .iact_video-item a .video-item-wrapper .video-modal-image {
    height: 160px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 991px) {
  .iact_video_wrapper .iact_video-item a .video-item-wrapper .video-modal-image {
    height: 130px;
    border-radius: 5px;
  }
}
@media all and (max-width: 767px) {
  .iact_video_wrapper .iact_video-item a .video-item-wrapper .video-modal-image {
    height: 180px;
  }
}
.iact_video_wrapper .iact_video-item a .video-item-wrapper .video-modal-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.iact_video_wrapper .iact_video-item a .video-item-wrapper .video-modal-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.iact_video_wrapper .slick-slide {
  padding-right: 20px;
}

.iact_video_wrapper .slick-slide > div {
  height: 100%;
  width: 100%;
}

.video-icon-circle {
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 1200px) {
  .video-icon-circle {
    width: 55px;
    height: 55px;
  }
}
@media all and (max-width: 991px) {
  .video-icon-circle {
    width: 40px;
    height: 40px;
  }
}
.video-icon-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.video-modal-content h3, .video-modal-content .expert-podcast-wrapper h2, .expert-podcast-wrapper .video-modal-content h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media all and (max-width: 1200px) {
  .video-modal-content h3, .video-modal-content .expert-podcast-wrapper h2, .expert-podcast-wrapper .video-modal-content h2 {
    font-size: 18px;
  }
}

.video-tags {
  background-color: #255CA3;
  border-radius: 8px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: white;
  padding: 0px 14px;
  display: inline-block;
}
@media all and (max-width: 1200px) {
  .video-tags {
    font-size: 13px;
    height: 32px;
    line-height: 32px;
  }
}

.iact-pledges-section {
  padding-bottom: 50px;
}

.pledge-item {
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(37, 92, 163, 0.4);
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .pledge-item {
    border-radius: 30px;
  }
}
@media all and (max-width: 1200px) {
  .pledge-item {
    border-radius: 20px;
  }
}
.pledge-item .pledge-image {
  height: 300px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .pledge-item .pledge-image {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
@media all and (max-width: 1200px) {
  .pledge-item .pledge-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .pledge-item .pledge-image {
    height: 280px;
  }
}
@media all and (max-width: 1200px) {
  .pledge-item .pledge-image {
    height: 260px;
  }
}
.pledge-item .pledge-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .pledge-item .pledge-image img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
@media all and (max-width: 1200px) {
  .pledge-item .pledge-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.pledge-item .pledge-content {
  padding: 30px;
  background-color: white;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .pledge-item .pledge-content {
    padding: 20px;
  }
}
@media all and (max-width: 1200px) {
  .pledge-item .pledge-content {
    padding: 15px;
  }
}
.pledge-item .pledge-content h3, .pledge-item .pledge-content .expert-podcast-wrapper h2, .expert-podcast-wrapper .pledge-item .pledge-content h2 {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
}
.pledge-item .pledge-content p, .pledge-item .pledge-content blockquote {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
}
@media all and (max-width: 575px) {
  .pledge-item .pledge-content p, .pledge-item .pledge-content blockquote {
    font-size: 14px;
    line-height: 20px;
  }
}

.pledge_wrapper .slick-slide {
  margin-right: 45px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
@media all and (max-width: 1200px) {
  .pledge_wrapper .slick-slide {
    margin-right: 25px;
  }
}

.pledge_wrapper .slick-track {
  display: flex;
}

.pledge_wrapper {
  padding-right: 45px;
}
@media all and (max-width: 1200px) {
  .pledge_wrapper {
    padding-right: 25px;
  }
}

.pledge_wrapper .slick-track > .pledge-item:not(.slick-cloned):nth-of-type(even) {
  margin-top: 50px;
}
@media all and (max-width: 1200px) {
  .pledge_wrapper .slick-track > .pledge-item:not(.slick-cloned):nth-of-type(even) {
    margin-top: 30px;
  }
}

.i-act-video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80% !important;
  height: auto;
  margin: 0 auto;
  padding: 44px 0 10px;
  text-align: center;
  float: none;
  border: none;
  overflow: hidden;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .i-act-video-wrapper {
    width: 70% !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .i-act-video-wrapper {
    width: 70% !important;
  }
}
@media all and (max-width: 1200px) {
  .i-act-video-wrapper {
    width: 70% !important;
  }
}
@media all and (max-width: 991px) {
  .i-act-video-wrapper {
    width: 90% !important;
  }
}
@media all and (max-width: 575px) {
  .i-act-video-wrapper {
    width: 95% !important;
  }
}
.i-act-video-wrapper .container {
  width: 100%;
}
.i-act-video-wrapper .container iframe {
  width: 100% !important;
  height: 100% !important;
}

/* ================ DESIGN ISSUE FIXATION ================ */
.header-main {
  max-width: 100%;
  width: 100%;
  padding: 0px 40px;
}
@media all and (max-width: 991px) {
  .header-main {
    padding: 12px 40px;
  }
}
@media all and (max-width: 767px) {
  .header-main {
    padding: 12px 20px;
  }
}
.header-main section {
  padding: 0px;
  margin: 0px;
}

.main-container section.col-md-12.mpad-0 {
  padding: 0px;
  margin: 0px;
}

.h-100 {
  height: 100%;
}

.impact-section .views-element-container {
  height: 100%;
}
.impact-section .views-element-container .view-cipla-amr-change {
  height: 100%;
}
.impact-section .views-element-container .view-cipla-amr-change .cipla-amr-change {
  height: 100%;
}

.header-main input {
  font-size: 14px;
  line-height: 14px;
}
.header-main .input-group-btn .btn, .header-main .input-group-btn input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 14px;
  color: white;
}
.header-main .input-group-btn .btn::after, .header-main .input-group-btn input[type=submit]::after {
  display: none;
}

.footer-main ul li {
  margin-bottom: 0px;
}
.footer-main ul li a {
  font-size: 14px;
}

.footer-main ul li.first a {
  font-size: 18px;
}

.footer-main section {
  padding: 0px;
  margin: 0px;
}

#block-postfooterblock {
  padding: 0px;
  margin-bottom: 0px;
}

.we-mega-menu-li.header-global-link:before {
  top: 30px;
}

.educational-card-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.educational-card-wrapper .educational-card {
  width: calc(33% - 16px);
  background: #fff;
  height: 112px;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0px 0px 8px 0px rgba(37, 92, 163, 0.4);
  display: flex;
  gap: 20px;
}
.educational-card-wrapper .educational-card p, .educational-card-wrapper .educational-card blockquote {
  font-weight: 500;
  margin-bottom: 0px;
}
.educational-card-wrapper .pdf-icon {
  width: 35px;
  flex: none;
}
@media all and (max-width: 1200px) {
  .educational-card-wrapper .pdf-icon {
    width: 30px;
  }
}
.educational-card-wrapper .pdf-icon img {
  width: 100%;
  filter: brightness(0);
  opacity: 0.5;
}
.educational-card-wrapper.amr-podcast-wrapper {
  flex-direction: column;
}
.educational-card-wrapper.amr-podcast-wrapper .educational-card {
  width: 100%;
  justify-content: space-between;
  padding: 0px 0px 20px 0px;
  box-shadow: none;
  height: auto;
  border-radius: 0px;
  position: relative;
}
@media all and (max-width: 991px) {
  .educational-card-wrapper.amr-podcast-wrapper .educational-card {
    flex-direction: column;
    gap: 10px;
  }
}
.educational-card-wrapper.amr-podcast-wrapper .educational-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #255CA3;
  transition: 0.3s all;
}
.educational-card-wrapper.amr-podcast-wrapper .educational-card:last-child {
  padding-bottom: 0px;
}
.educational-card-wrapper.amr-podcast-wrapper .educational-card:last-child::after {
  display: none;
}
@media all and (max-width: 991px) {
  .educational-card-wrapper.amr-podcast-wrapper .educational-card .btn, .educational-card-wrapper.amr-podcast-wrapper .educational-card input[type=submit] {
    display: inline-block;
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .educational-card-wrapper.amr-podcast-wrapper .educational-card .btn, .educational-card-wrapper.amr-podcast-wrapper .educational-card input[type=submit] {
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  .educational-card-wrapper.amr-podcast-wrapper .educational-card .btn, .educational-card-wrapper.amr-podcast-wrapper .educational-card input[type=submit] {
    width: 50%;
  }
}
.educational-card-wrapper.amr-podcast-wrapper .educational-card:hover .amr-podcast-icon p, .educational-card-wrapper.amr-podcast-wrapper .educational-card:hover .amr-podcast-icon blockquote {
  color: #255CA3;
}
.educational-card-wrapper.amr-podcast-wrapper .educational-card:hover .amr-podcast-icon .pdf-icon img {
  filter: brightness(1);
  opacity: 1;
}
.educational-card-wrapper.amr-podcast-wrapper .educational-card:hover::after {
  background-color: #255CA3;
}

.amr-podcast-icon {
  display: flex;
  gap: 5px;
  align-items: center;
}

.ecmes-details-slider .swiper-container.one-item {
  padding: 40px;
  max-width: 75%;
}
@media all and (max-width: 1200px) {
  .ecmes-details-slider .swiper-container.one-item {
    max-width: 100%;
    padding: 30px;
  }
}
@media all and (max-width: 767px) {
  .ecmes-details-slider .swiper-container.one-item {
    padding: 20px;
  }
}
.ecmes-details-slider .swiper-container.one-item .swiper-wrapper .swiper-slide .main-slider-image {
  margin-bottom: 20px;
  height: 400px;
}
.ecmes-details-slider .swiper-container.one-item .swiper-wrapper .swiper-slide .main-slider-image .video-embed {
  width: 100%;
  height: 100%;
}
.ecmes-details-slider .swiper-container.one-item .swiper-wrapper .swiper-slide .main-slider-image .video-embed iframe {
  width: 100%;
  height: 100%;
}
.ecmes-details-slider .swiper-container.one-item .swiper-button-prev,
.ecmes-details-slider .swiper-container.one-item .swiper-button-next {
  display: none !important;
}

.ecmes-details-slider {
  padding-bottom: 0px;
}
@media all and (max-width: 575px) {
  .ecmes-details-slider .gallery-main .swiper-wrapper .swiper-slide {
    padding-bottom: 20px;
  }
}

.dates,
.share,
.bookmark,
.location,
.views {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
}
@media all and (max-width: 991px) {
  .dates,
.share,
.bookmark,
.location,
.views {
    font-size: 15px;
  }
}
@media all and (max-width: 767px) {
  .dates,
.share,
.bookmark,
.location,
.views {
    padding-left: 25px;
    font-size: 15px;
  }
}
.dates::before,
.share::before,
.bookmark::before,
.location::before,
.views::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
}

.dates::before {
  background: url(/themes/cipla/images_amr/calendar-icon.svg) no-repeat center center/contain;
}

.share::before {
  background: url(/themes/cipla/images_amr/share-icon.svg) no-repeat center center/contain;
}

.bookmark::before {
  background: url(/themes/cipla/images_amr/bookmark-icon.svg) no-repeat center center/contain;
}

.views::before {
  background: url(/themes/cipla/images_amr/view-icon.svg) no-repeat center center/contain;
}

.location::before {
  background: url(/themes/cipla/images_amr/location-icon.svg) no-repeat center center/contain;
}

.listing-card {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(141, 133, 118, 0.2);
}
@media all and (max-width: 1200px) {
  .listing-card {
    gap: 30px;
  }
}
@media all and (max-width: 991px) {
  .listing-card {
    gap: 20px;
  }
}
@media all and (max-width: 767px) {
  .listing-card {
    flex-direction: column;
    row-gap: 15px;
  }
}
.listing-card:last-child {
  border: none !important;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.listing-card .listing-card-image {
  width: 320px;
  flex: none;
  border-radius: 20px;
  height: 200px;
  position: relative;
}
@media all and (max-width: 1200px) {
  .listing-card .listing-card-image {
    width: 280px;
    height: 175px;
  }
}
@media all and (max-width: 991px) {
  .listing-card .listing-card-image {
    width: 230px;
    height: 144px;
    border-radius: 10px;
  }
}
@media all and (max-width: 767px) {
  .listing-card .listing-card-image {
    width: 100%;
    height: auto;
  }
}
.listing-card .listing-card-image a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media all and (max-width: 991px) {
  .listing-card .listing-card-image a {
    border-radius: 10px;
  }
}
.listing-card .listing-card-image a::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
@media all and (max-width: 991px) {
  .listing-card .listing-card-image a::before {
    border-radius: 10px;
  }
}
.listing-card .listing-card-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  object-position: top;
}
@media all and (max-width: 991px) {
  .listing-card .listing-card-image a img {
    border-radius: 10px;
  }
}
.listing-card .video-icon {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 45px;
  height: 45px;
  opacity: 0.6;
  cursor: pointer;
  z-index: 10;
}
@media all and (max-width: 991px) {
  .listing-card .video-icon {
    width: 38px;
    height: 38px;
  }
}

.listing-card-content {
  width: 100%;
}
.listing-card-content p, .listing-card-content blockquote {
  font-weight: 500;
  margin-bottom: 20px;
}
.listing-card-content .listing-card-info {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media all and (max-width: 991px) {
  .listing-card-content .listing-card-info {
    flex-direction: column;
    gap: 10px;
  }
}
@media all and (max-width: 991px) {
  .listing-card-content .listing-card-info {
    gap: 7px;
  }
}
.listing-card-content .listing-card-right {
  display: flex;
  justify-content: end;
  column-gap: 60px;
}
@media all and (max-width: 991px) {
  .listing-card-content .listing-card-right {
    justify-content: start;
  }
}
.listing-card-content .listing-card-right .share,
.listing-card-content .listing-card-right .bookmark {
  position: relative;
}
.listing-card-content .listing-card-right .share::after,
.listing-card-content .listing-card-right .bookmark::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 1px;
  height: 100%;
  background-color: rgba(141, 133, 118, 0.2);
}
.listing-card-content .listing-card-left,
.listing-card-content .listing-card-right {
  width: calc(50% - 15px);
}
.listing-card-content .listing-card-left {
  display: flex;
  gap: 20px;
}
@media all and (max-width: 360px) {
  .listing-card-content .listing-card-left {
    flex-direction: column;
    row-gap: 8px;
  }
}

/* ============== ECMS Details SECTION START ==============*/
.gallery-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .gallery-container {
    gap: 20px;
  }
}
@media all and (max-width: 575px) {
  .gallery-container {
    flex-direction: column;
    row-gap: 20px;
    padding-bottom: 40px;
  }
}
.gallery-container .podcast-swipper {
  position: absolute;
  bottom: auto;
  right: 0;
  left: auto;
  height: 75px;
  width: 180px;
  color: #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80%;
  display: none;
}
@media all and (max-width: 575px) {
  .gallery-container .podcast-swipper {
    height: 60px;
    top: 50%;
    width: 100%;
  }
}
.gallery-container .podcast-swipper .swiper-button-next {
  top: 20px;
  transform: rotate(-90deg);
  left: 70px;
  right: auto;
  background: url(/themes/cipla/images_amr/btn-right-angle.svg) no-repeat center center/cover;
  filter: brightness(0) invert(1);
  opacity: 1;
}
@media all and (max-width: 575px) {
  .gallery-container .podcast-swipper .swiper-button-next {
    transform: rotate(0deg);
    filter: brightness(0.5);
    left: auto;
    right: 0;
    top: 40px;
  }
}
.gallery-container .podcast-swipper .swiper-button-prev {
  top: auto;
  transform: rotate(90deg);
  left: 70px;
  right: auto;
  bottom: -60px;
  background: url(/themes/cipla/images_amr/btn-right-angle.svg) no-repeat center center/cover;
  filter: brightness(0) invert(1);
  opacity: 1;
}
@media all and (max-width: 575px) {
  .gallery-container .podcast-swipper .swiper-button-prev {
    transform: rotate(180deg);
    filter: brightness(0.5);
    left: 0;
  }
}
.gallery-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-container .swiper-button-next,
.gallery-container .swiper-container-rtl .swiper-button-prev {
  top: 40%;
}

.gallery-main {
  width: 100%;
  height: auto;
}
.gallery-main .swiper-wrapper .swiper-slide {
  padding: 0px 20px 50px 20px;
}
@media all and (max-width: 991px) {
  .gallery-main .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
}
@media all and (max-width: 767px) {
  .gallery-main .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .gallery-main .swiper-wrapper .swiper-slide {
    padding: 0px;
  }
}
.gallery-main .swiper-wrapper .swiper-slide .main-slider-wrapper {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: white;
  -webkit-box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.16);
}
.gallery-main .swiper-wrapper .swiper-slide .main-slider-wrapper .main-slider-image {
  margin-bottom: 25px;
  position: relative;
  height: 570px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .gallery-main .swiper-wrapper .swiper-slide .main-slider-wrapper .main-slider-image {
    height: 570px;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .gallery-main .swiper-wrapper .swiper-slide .main-slider-wrapper .main-slider-image {
    height: 570px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 1200px) {
  .gallery-main .swiper-wrapper .swiper-slide .main-slider-wrapper .main-slider-image {
    height: 350px;
  }
}
@media all and (max-width: 991px) {
  .gallery-main .swiper-wrapper .swiper-slide .main-slider-wrapper .main-slider-image {
    height: 280px;
  }
}
@media all and (max-width: 767px) {
  .gallery-main .swiper-wrapper .swiper-slide .main-slider-wrapper .main-slider-image {
    height: 190px;
  }
}
.gallery-main .swiper-wrapper .swiper-slide .main-slider-wrapper .main-slider-image img {
  border-radius: 20px;
}
@media all and (max-width: 767px) {
  .gallery-main .swiper-wrapper .swiper-slide .main-slider-wrapper .main-slider-image img {
    border-radius: 10px;
  }
}
.gallery-main .swiper-wrapper .swiper-slide .main-slider-wrapper .main-slider-image .video-embed {
  width: 100%;
  height: 100%;
}
.gallery-main .swiper-wrapper .swiper-slide .main-slider-wrapper .main-slider-image .video-embed iframe {
  width: 100%;
  height: 100%;
}
.gallery-main .swiper-wrapper .swiper-slide .main-slider-wrapper .main-slider-content {
  padding: 0px 20px 30px 20px;
}

.gallery-thumbs {
  order: 1;
  width: 205px;
  flex: none;
  margin-right: 15px;
  padding-left: 25px;
}
@media all and (max-width: 991px) {
  .gallery-thumbs {
    width: 180px;
  }
}
@media all and (max-width: 767px) {
  .gallery-thumbs {
    width: 130px;
  }
}
@media all and (max-width: 575px) {
  .gallery-thumbs {
    width: 100%;
  }
}
.gallery-thumbs .swiper-wrapper .swiper-slide {
  margin-bottom: 20px;
  border-radius: 20px;
  position: relative;
  transition: 0.6s all;
  cursor: pointer;
  height: 95px !important;
}
@media all and (max-width: 1200px) {
  .gallery-thumbs .swiper-wrapper .swiper-slide {
    margin-bottom: 10px;
    height: 85px !important;
  }
}
@media all and (max-width: 991px) {
  .gallery-thumbs .swiper-wrapper .swiper-slide {
    height: 80px !important;
  }
}
@media all and (max-width: 767px) {
  .gallery-thumbs .swiper-wrapper .swiper-slide {
    border-radius: 10px;
  }
}
.gallery-thumbs .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
@media all and (max-width: 767px) {
  .gallery-thumbs .swiper-wrapper .swiper-slide::before {
    border-radius: 10px;
  }
}
.gallery-thumbs .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  left: -32px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/themes/cipla/images_amr/left-arrow-angle.png) no-repeat center center/contain;
  width: 32px;
  height: 32px;
  opacity: 0;
}
@media all and (max-width: 767px) {
  .gallery-thumbs .swiper-wrapper .swiper-slide::after {
    left: -26px;
    width: 26px;
    height: 26px;
  }
}
.gallery-thumbs .swiper-wrapper .swiper-slide img {
  transition: 0.3s;
  border-radius: 20px;
}
@media all and (max-width: 767px) {
  .gallery-thumbs .swiper-wrapper .swiper-slide img {
    border-radius: 10px;
  }
}
.gallery-thumbs .swiper-wrapper .swiper-slide .episode-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-size: 14px;
  text-align: center;
  color: white;
  z-index: 15;
  transform: translateY(-50%);
}
@media all and (max-width: 767px) {
  .gallery-thumbs .swiper-wrapper .swiper-slide .episode-title {
    font-size: 11px;
  }
}
@media all and (max-width: 575px) {
  .gallery-thumbs .swiper-wrapper .swiper-slide .episode-title {
    font-size: 14px;
  }
}
.gallery-thumbs .swiper-wrapper .swiper-slide-active {
  opacity: 0.9;
}
.gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active {
  opacity: 1;
}
.gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active::after {
  opacity: 1;
}

#section_paragraph_id_11 .listing-card-wrapper .listing-card .listing-card-image {
  width: 150px;
  height: 115px;
  border-radius: 10px;
}
@media all and (max-width: 767px) {
  #section_paragraph_id_11 .listing-card-wrapper .listing-card .listing-card-image {
    width: 100%;
    height: auto;
  }
}
#section_paragraph_id_11 .listing-card-wrapper .listing-card .listing-card-image figure {
  border-radius: 10px;
}
#section_paragraph_id_11 .listing-card-wrapper .listing-card .listing-card-image figure img {
  border-radius: 10px;
}

.expert-talk-section .expert-talk-details {
  border-radius: 20px;
  height: auto;
  padding: 20px;
  background: white;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  width: 72%;
  margin: 0 auto;
}
@media all and (max-width: 991px) {
  .expert-talk-section .expert-talk-details {
    width: 100%;
  }
}
.expert-talk-section .listing-card-info {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.main-slider-image {
  position: relative;
}

.gallery-container .swiper-button .swiper-button-prev,
.gallery-container .swiper-button .swiper-button-next {
  position: absolute;
  bottom: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  height: 75px;
  width: 40px;
  color: #e9e9e9;
}

.ecmes-details-video-card {
  display: flex;
  gap: 20px;
}
@media all and (max-width: 991px) {
  .ecmes-details-video-card {
    flex-direction: column;
    row-gap: 10px;
  }
}
.ecmes-details-video-card .ecmes-details-video-info {
  width: 100%;
  display: flex;
  gap: 25px;
}
@media all and (max-width: 991px) {
  .ecmes-details-video-card .ecmes-details-video-info {
    flex-direction: column;
    row-gap: 15px;
  }
}
.ecmes-details-video-card .ecmes-details-video-info .dates {
  width: 140px;
  flex: none;
}
@media all and (max-width: 767px) {
  .ecmes-details-video-card .ecmes-details-video-info .dates {
    width: 100%;
  }
}
.ecmes-details-video-card .ecmes-details-video-fav {
  width: 120px;
  flex: none;
  display: flex;
  gap: 20px;
  justify-content: end;
}
@media all and (max-width: 991px) {
  .ecmes-details-video-card .ecmes-details-video-fav {
    justify-content: start;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .ecmes-details-video-card .ecmes-details-video-fav {
    gap: 10px;
  }
}

.infographic-section .amr-brief-content {
  margin-bottom: 30px;
}
.infographic-section .amr-brief-content h2 {
  max-width: max-content;
  background: transparent;
  border-radius: initial;
  color: initial;
  margin: initial;
}

.ecmes-accordion .accordion-item {
  margin-bottom: 30px;
  border: none;
  background: transparent;
}
@media all and (max-width: 575px) {
  .ecmes-accordion .accordion-item {
    margin-bottom: 15px;
  }
}
.ecmes-accordion .accordion-item .accordion-button {
  margin-bottom: 0px;
  background-color: #255CA3;
  padding: 12px 12px 12px 30px;
  border-top-left-radius: 50px !important;
  color: white;
}
@media all and (max-width: 575px) {
  .ecmes-accordion .accordion-item .accordion-button {
    font-size: 13px;
    padding-left: 20px;
  }
}
@media all and (max-width: 575px) {
  .ecmes-accordion .accordion-item .accordion-button {
    border-top-left-radius: 30px !important;
  }
}
.ecmes-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.ecmes-accordion .accordion-item .accordion-button::after {
  filter: brightness(0) invert(1);
}
.ecmes-accordion .accordion-item .accordion-button.collapsed {
  background-color: red;
  padding: 12px 12px 12px 30px;
  border-top-left-radius: 50px;
  color: white;
}
@media all and (max-width: 575px) {
  .ecmes-accordion .accordion-item .accordion-button.collapsed {
    font-size: 13px;
    padding-left: 20px;
  }
}
@media all and (max-width: 360px) {
  .ecmes-accordion .accordion-item .accordion-body {
    padding: 15px;
  }
}
@media all and (max-width: 991px) {
  .ecmes-accordion .accordion-item .accordion-body .resources-tab-body-wrapper .resources-tab-content-wrapper {
    gap: 40px;
  }
}
@media all and (max-width: 767px) {
  .ecmes-accordion .accordion-item .accordion-body .resources-tab-body-wrapper .resources-tab-content-wrapper {
    flex-direction: column;
  }
}
.ecmes-accordion .accordion-item .accordion-body .resources-tab-body-wrapper .resources-tab-content-wrapper .resources-tab-content-item {
  width: calc(50% - 40px);
}
@media all and (max-width: 1200px) {
  .ecmes-accordion .accordion-item .accordion-body .resources-tab-body-wrapper .resources-tab-content-wrapper .resources-tab-content-item {
    width: calc(50% - 20px);
  }
}
@media all and (max-width: 767px) {
  .ecmes-accordion .accordion-item .accordion-body .resources-tab-body-wrapper .resources-tab-content-wrapper .resources-tab-content-item {
    width: 100%;
  }
}
.ecmes-accordion .accordion-item .accordion-body .resources-tab-body-wrapper .resources-tab-content-wrapper .resources-tab-content-item .resources-tab-image {
  height: 270px;
}
@media all and (max-width: 1200px) {
  .ecmes-accordion .accordion-item .accordion-body .resources-tab-body-wrapper .resources-tab-content-wrapper .resources-tab-content-item .resources-tab-image {
    height: 220px;
  }
}
@media all and (max-width: 991px) {
  .ecmes-accordion .accordion-item .accordion-body .resources-tab-body-wrapper .resources-tab-content-wrapper .resources-tab-content-item .resources-tab-image {
    height: 150px;
  }
}
@media all and (max-width: 767px) {
  .ecmes-accordion .accordion-item .accordion-body .resources-tab-body-wrapper .resources-tab-content-wrapper .resources-tab-content-item .resources-tab-image {
    height: 200px;
  }
}
@media all and (max-width: 575px) {
  .ecmes-accordion .accordion-item .accordion-body .resources-tab-body-wrapper .resources-tab-content-wrapper .resources-tab-content-item .resources-tab-image {
    height: 180px;
  }
}
@media all and (max-width: 991px) {
  .ecmes-accordion .accordion-item .accordion-body .resources-tab-body-wrapper .resources-tab-content-wrapper .resources-tab-content-item .resources-tab-info {
    padding: 10px;
  }
}
.ecmes-accordion .accordion-item .accordion-body .resources-tab-body-wrapper .resources-tab-content-wrapper .resources-tab-content-item h3, .ecmes-accordion .accordion-item .accordion-body .resources-tab-body-wrapper .resources-tab-content-wrapper .resources-tab-content-item .expert-podcast-wrapper h2, .expert-podcast-wrapper .ecmes-accordion .accordion-item .accordion-body .resources-tab-body-wrapper .resources-tab-content-wrapper .resources-tab-content-item h2,
.ecmes-accordion .accordion-item .accordion-body .resources-tab-body-wrapper .resources-tab-content-wrapper .resources-tab-content-item .dates {
  color: #000000;
}
.ecmes-accordion .accordion-item .accordion-body .resources-tab-body-wrapper .resources-tab-content-wrapper .resources-tab-content-item p, .ecmes-accordion .accordion-item .accordion-body .resources-tab-body-wrapper .resources-tab-content-wrapper .resources-tab-content-item blockquote {
  color: #000000;
  margin-bottom: 10px;
}

.ecmes-listing-info-dtl {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.ecmes-listing-info-dtl .dates {
  margin-bottom: 0px;
}

.gallery-container .swiper-button-prev,
.gallery-container .swiper-button-next {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
