::placeholder {
  color: #49494c;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #49494c;
}

::-ms-input-placeholder {
  color: #49494c;
}

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

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

body {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  background: white url(../images/amr-body-bg.jpg) no-repeat center top/cover;
  background-attachment: fixed;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #49494c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  body {
    font-size: 17px;
    line-height: 26px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 1200px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 991px) {
  body {
    font-size: 15px;
    line-height: 22px;
  }
}
@media all and (max-width: 410px) {
  body {
    font-size: 14px;
  }
}

::selection {
  color: white;
  background-color: #015b9b;
  opacity: 0.1;
}

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

ul,
ol {
  margin-bottom: 30px;
  padding-left: 0px;
}
ul li,
ol li {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
  position: relative;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  ul li,
ol li {
    font-size: 17px;
    line-height: 26px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  ul li,
ol li {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 1200px) {
  ul li,
ol li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 991px) {
  ul li,
ol li {
    font-size: 15px;
    line-height: 24px;
  }
}
@media all and (max-width: 410px) {
  ul li,
ol li {
    font-size: 14px;
  }
}
ul li::marker,
ol li::marker {
  color: transparent !important;
}
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: #49494c;
}

ul.circle-bullets li {
  padding-left: 20px;
  position: relative;
  color: #49494c;
}
ul.circle-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  background-color: #49494c;
  border-radius: 50%;
}
ul.circle-bullets li a {
  word-wrap: break-word;
}
ul.circle-bullets li ul.circle-bullets {
  margin: 10px 0px;
}
ul.circle-bullets li ul.circle-bullets li::before {
  background-color: transparent;
  border: 1px solid #49494c;
}
ul.circle-bullets li strong {
  font-weight: 600;
}

.breadcrumb li {
  list-style-type: none;
  margin-bottom: 0px;
  color: white;
  font-size: 15px;
}
@media all and (max-width: 767px) {
  .breadcrumb li {
    font-size: 13px;
    line-height: 22px;
  }
}
.breadcrumb li::before {
  color: white !important;
}
.breadcrumb li a {
  font-size: 15px;
  color: white;
}
@media all and (max-width: 767px) {
  .breadcrumb li a {
    font-size: 13px;
    line-height: 22px;
  }
}
.breadcrumb li.active {
  color: white;
}

.heading-component {
  justify-content: space-between;
  margin-bottom: 30px;
  display: none;
}
@media all and (max-width: 767px) {
  .heading-component {
    flex-direction: column;
    row-gap: 10px;
  }
}
.heading-component .view-filters {
  width: 370px;
  flex: none;
}
@media all and (max-width: 991px) {
  .heading-component .view-filters {
    width: 260px;
  }
}
@media all and (max-width: 767px) {
  .heading-component .view-filters {
    width: 100%;
  }
}
.heading-component .view-filters .views-exposed-form {
  width: 100%;
}
.heading-component .view-filters .views-exposed-form .form--inline {
  position: relative;
}
.heading-component .view-filters .views-exposed-form .form--inline .js-form-item {
  width: 100%;
  position: relative;
  border-radius: 10px;
  padding: 0px;
  margin: 0px;
}
.heading-component .view-filters .views-exposed-form .form--inline .js-form-item label {
  position: absolute;
  z-index: 5;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #b6b6b6;
}
.heading-component .view-filters .views-exposed-form .form--inline .js-form-item input {
  height: 50px;
  line-height: 50px;
  border: 1px solid #adadad;
  border-radius: 10px;
  padding: 0px 12px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .heading-component .view-filters .views-exposed-form .form--inline .js-form-item input {
    height: 44px;
    line-height: 44px;
  }
}
@media all and (max-width: 1200px) {
  .heading-component .view-filters .views-exposed-form .form--inline .js-form-item input {
    height: 40px;
    line-height: 40px;
  }
}
.heading-component .view-filters .views-exposed-form .form--inline .form-actions {
  padding: 0px;
  position: absolute;
  right: 0;
  margin: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.heading-component .view-filters .views-exposed-form .form--inline .form-actions .btn,
.heading-component .view-filters .views-exposed-form .form--inline .form-actions input[type=submit] {
  font-size: 0px;
  width: 26px;
  height: 26px;
  background: transparent url(../images/submit-search.svg) no-repeat center center/contain !important;
  border: none;
  top: 5px;
  position: relative;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .heading-component .view-filters .views-exposed-form .form--inline .form-actions .btn,
.heading-component .view-filters .views-exposed-form .form--inline .form-actions input[type=submit] {
    width: 22px;
    height: 22px;
  }
}
@media all and (max-width: 1200px) {
  .heading-component .view-filters .views-exposed-form .form--inline .form-actions .btn,
.heading-component .view-filters .views-exposed-form .form--inline .form-actions input[type=submit] {
    width: 20px;
    height: 20px;
    top: 8px;
  }
}
.heading-component h2 {
  margin-bottom: 0px;
}

.path-frontpage .heading-component,
.ecmes-listing-section .heading-component {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #000000;
  margin: 0 0 13px 0;
  padding: 0;
  position: relative;
}

h1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  margin-bottom: 24px;
  color: white;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 18px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 18px;
  }
}
@media all and (max-width: 1200px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media all and (max-width: 575px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media all and (max-width: 361px) {
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (max-width: 320px) {
  h1 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 7px;
  }
}

h2 {
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 20px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  h2 {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  h2 {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1200px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 991px) {
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1200px) {
  h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 991px) {
  h3 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 575px) {
  h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
h3 a {
  color: #49494c;
}

h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  h4 {
    margin-bottom: 12px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  h4 {
    margin-bottom: 12px;
  }
}
@media all and (max-width: 1200px) {
  h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}

p, blockquote {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #49494c;
  margin-bottom: 20px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  p, blockquote {
    font-size: 17px;
    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: 15px;
    line-height: 22px;
  }
}
@media all and (max-width: 991px) {
  p, blockquote {
    font-size: 15px;
    line-height: 22px;
  }
}
@media all and (max-width: 410px) {
  p, blockquote {
    font-size: 14px;
    line-height: 20px;
  }
}
p:last-child, blockquote:last-child {
  margin: 0;
}

blockquote {
  padding: 45px 35px 45px 56px;
  margin-bottom: 30px;
  max-width: 100%;
  color: #49494c;
  position: relative;
  background: #f8f6f6;
}
@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: #c9c9c9;
}
@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: 50px;
  padding-bottom: 50px;
}
@media all and (max-width: 991px) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.container {
  max-width: 1440px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .container {
    max-width: 1420px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .container {
    max-width: 1320px;
  }
}
@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: 15px;
    padding-right: 15px;
  }
}

.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;
  }
}
@media all and (max-width: 575px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.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;
  }
}
@media all and (max-width: 575px) {
  .row > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.paragraph-content {
  padding-left: 8px;
  padding-right: 8px;
}

.outer-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  background: white;
}

.main-wrapper {
  padding-top: 88px;
}
@media all and (max-width: 1200px) {
  .main-wrapper {
    padding-top: 68px;
  }
}

.field.field--name-field-section-class,
.field--name-field-is-container,
.field--name-field-is-row {
  display: none;
}

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;
}

.about-amr .accordion-item {
  border: none;
  border-radius: 0px;
  padding: 30px 0px;
  border-top: 1px solid #CCCCCC;
}
.about-amr .accordion-header h3 {
  font-size: 22px;
  line-height: 30px;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  box-shadow: none !important;
  color: #49494c;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .about-amr .accordion-header h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1200px) {
  .about-amr .accordion-header h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 991px) {
  .about-amr .accordion-header h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 575px) {
  .about-amr .accordion-header h3 {
    font-size: 17px;
    line-height: 22px;
  }
}
.about-amr .accordion-body {
  padding: 30px 0px 0px;
}

.user-logged-in #toolbar-administration {
  z-index: 1000;
  position: relative;
}
.user-logged-in #toolbar-administration + .dialog-off-canvas-main-canvas header {
  margin-top: 88px;
}

@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;
  }
}
.swiper-box {
  width: 400px;
  height: 400px;
  background-color: red;
}

.view-all-button {
  margin: 50px auto 0px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .view-all-button {
    margin-top: 30px;
  }
}

.pager {
  padding-left: 0;
  margin-top: 40px;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  font-size: 28px;
  border-radius: 50%;
  color: #005392;
  border: 1px solid #005392;
  transition: all 0.45s ease-in-out;
  transform: rotate(0);
  display: inline-block;
}
.pager li a:hover {
  background: #005392;
  color: rgba(255, 255, 255, 0.8);
  transform: rotate(90deg);
}

.btn, input[type=submit] {
  font-size: 18px;
  color: white;
  line-height: 52px;
  height: 54px;
  display: inline-block;
  padding: 0px 20px;
  border-radius: 0px;
  border: 1px solid #f5aa3f !important;
  background: #f5aa3f !important;
  vertical-align: baseline;
  text-transform: capitalize;
  box-shadow: none;
  transition: 0.3s all;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .btn, input[type=submit] {
    font-size: 17px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .btn, input[type=submit] {
    font-size: 16px;
  }
}
@media all and (max-width: 1200px) {
  .btn, input[type=submit] {
    font-size: 16px;
  }
}
@media all and (max-width: 991px) {
  .btn, input[type=submit] {
    font-size: 15px;
  }
}
@media all and (max-width: 410px) {
  .btn, input[type=submit] {
    font-size: 14px;
  }
}
@media all and (max-width: 1200px) {
  .btn, input[type=submit] {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .btn, input[type=submit] {
    font-size: 15px;
    height: 50px;
    line-height: 48px;
  }
}
@media all and (max-width: 575px) {
  .btn, input[type=submit] {
    font-size: 14px;
    height: 48px;
    line-height: 46px;
  }
}
.btn::before, input[type=submit]::before {
  display: none;
}
.btn::after, input[type=submit]::after {
  content: "";
  position: absolute;
  right: 0;
  background: url(../images/btn-arrow.jpg) no-repeat center right 0px/contain;
  height: 26px;
  width: 26px;
  position: relative;
  display: inline-block;
  margin-left: 15px;
  top: 6px;
}
@media all and (max-width: 1200px) {
  .btn::after, input[type=submit]::after {
    height: 24px;
    width: 24px;
    margin-left: 12px;
    top: 5px;
  }
}
@media all and (max-width: 767px) {
  .btn::after, input[type=submit]::after {
    width: 20px;
    height: 20px;
  }
}
@media all and (max-width: 575px) {
  .btn::after, input[type=submit]::after {
    margin-left: 20px;
    top: 5px;
  }
}
@media all and (max-width: 410px) {
  .btn::after, input[type=submit]::after {
    width: 20px;
    height: 20px;
    margin-left: 15px;
  }
}
.btn:hover, input[type=submit]:hover {
  color: white;
  box-shadow: none;
  border: 1px solid #f5aa3f !important;
  background: #f5aa3f !important;
}
.btn:hover::before, input[type=submit]:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  transition: 0.4s all;
  right: inherit;
  left: 0;
}
.btn:focus, input[type=submit]:focus {
  color: white;
  box-shadow: none;
  border: 1px solid #f5aa3f !important;
  background: #f5aa3f !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn:focus::before, input[type=submit]:focus::before {
  content: "";
  width: 100%;
  height: 100%;
  transition: 0.4s all;
  right: inherit;
  left: 0;
}
.btn:active, input[type=submit]:active {
  color: white;
  box-shadow: none;
  border: 1px solid #f5aa3f !important;
  background: #f5aa3f !important;
}
.btn:active::before, input[type=submit]:active::before {
  content: "";
  width: 100%;
  height: 100%;
  transition: 0.4s all;
  right: inherit;
  left: 0;
}
.btn-down-arrow {
  background: transparent;
  padding: 0px;
  color: #015b9b;
  height: auto;
  line-height: initial;
}
.btn-down-arrow:after {
  content: "";
  display: inline-block;
  margin-left: 7px;
  height: 12px;
  width: 15px;
  background: url(../images/btn-right-angle.svg) no-repeat center center/contain;
  top: -1px;
}
.btn-down-arrow:hover {
  background: transparent;
  color: black;
}
.btn-down-arrow:hover:after {
  filter: brightness(0);
}
.btn-down-arrow:focus {
  background: transparent;
  color: black;
}
.btn-down-arrow:focus:after {
  filter: brightness(0);
}
.btn-down-arrow:active {
  border: none;
  background: transparent;
}
.btn-white {
  background: white;
  color: #015b9b;
}
.btn-stroke {
  background: white;
  color: #015b9b;
}
.btn.yes-button::after, input.yes-button[type=submit]::after {
  display: none;
}
.btn.no-button, input.no-button[type=submit] {
  color: #f5aa3f;
}
.btn.no-button:active, input.no-button[type=submit]:active {
  background: #f5aa3f;
  color: white;
}
.btn.no-button:hover, input.no-button[type=submit]:hover {
  background: #f5aa3f;
  color: white;
}
.btn.no-button::after, input.no-button[type=submit]::after {
  display: none;
}

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

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: 46px;
  background-color: #f4f4f5;
  padding: 0 18px;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #49494c !important;
  transition: 0.3s ease-in-out;
  outline: none;
  position: relative;
  border: 1px solid #a2abba;
}
@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] {
    font-size: 14px;
  }
}

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: #49494c !important;
  background-color: #f4f4f5 !important;
  border: 1px solid #a2abba !important;
  box-shadow: none !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select-caret-down-black.svg);
  background-repeat: no-repeat;
  background-position: right 18px center;
  border: 1px solid #a2abba !important;
  background-color: #f4f4f5 !important;
  border-radius: 6px !important;
  font-size: 15px !important;
}
@media all and (max-width: 410px) {
  select {
    font-size: 14px !important;
  }
}
select:focus {
  border: 1px solid #def1ff !important;
  box-shadow: none !important;
  color: #49494c !important;
}

textarea {
  height: 192px;
  resize: none;
  padding: 16px 18px 18px;
  border-radius: 6px !important;
  border: 1px solid #a2abba !important;
  background-color: #f4f4f5 !important;
  font-size: 15px !important;
}
@media all and (max-width: 410px) {
  textarea {
    font-size: 14px !important;
  }
}
textarea:focus {
  border-color: #def1ff;
}

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: #49494c !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0px 10px 0 0 !important;
  font-size: 15px !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 #dfdfdf;
  background: #ffffff;
  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 #49494c;
  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: #49494c !important;
  font-weight: 400 !important;
  user-select: none;
  -webkit-user-select: none;
}
input[type=checkbox]:checked + label:before {
  border-color: #49494c;
}
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: #49494c !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0px 10px 0 0 !important;
  font-size: 15px !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 */
}
@media all and (max-width: 575px) {
  input[type=radio] + label {
    padding-left: 28px !important;
  }
}
input[type=radio] + label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #49494c;
  background: #ffffff;
  left: 0;
  top: 0px;
  border-radius: 55%;
}
input[type=radio] + label:after {
  content: "";
  position: absolute;
  width: 7.5px;
  height: 7.5px;
  background: #49494c !important;
  left: 6.25px;
  top: 6.25px;
  border-radius: 55%;
  display: none;
}
input[type=radio]:checked + label {
  color: #49494c !important;
  font-weight: 400 !important;
  user-select: none;
}
input[type=radio]:checked + label:before {
  border-color: #49494c !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;
  }
}

/* ---------------- menu -----------------*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.3s all;
  background: none;
  height: 88px;
}
@media all and (max-width: 1200px) {
  .header {
    height: 68px;
  }
}
.header .navbar {
  padding: 0;
  height: 100%;
}
@media all and (max-width: 1200px) {
  .header .navbar {
    justify-content: start;
  }
}
.header .navbar-brand {
  width: 120px;
  display: inline-block;
  padding: 0;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .header .navbar-brand {
    width: 110px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .header .navbar-brand {
    width: 110px;
  }
}
@media all and (max-width: 1200px) {
  .header .navbar-brand {
    width: 110px;
    margin-right: auto;
  }
}
@media all and (max-width: 575px) {
  .header .navbar-brand {
    width: 90px;
  }
}
@media all and (max-width: 361px) {
  .header .navbar-brand {
    width: 70px;
  }
}
.header .navbar-brand img {
  width: 100%;
  height: auto;
}
.header.dark {
  background-color: white;
  -webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.28);
}

.primary-nav {
  line-height: 0;
}
.primary-nav ul {
  display: inline-block;
}
@media all and (max-width: 1200px) {
  .primary-nav ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
}
.primary-nav ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 7px;
  margin: 0;
  transition: 0.3s;
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400 !important;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .primary-nav ul li {
    padding: 0px 6px;
  }
}
@media all and (max-width: 1200px) {
  .primary-nav ul li {
    color: white;
  }
}
.primary-nav ul li a {
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400 !important;
  text-transform: capitalize !important;
  font-family: "Poppins", sans-serif !important;
  cursor: pointer;
}
@media all and (max-width: 1200px) {
  .primary-nav ul li a {
    color: white !important;
  }
}
.primary-nav ul li a.is-active {
  color: #015b9b;
}
.primary-nav ul li:hover a {
  color: rgba(0, 0, 0, 0.8);
}
.primary-nav ul li:last-child {
  margin-right: 0;
}
.primary-nav ul li.active a {
  color: #015b9b;
}

/* ---------------- menu -----------------*/
/* ---------------- dorpdown menu -----------------*/
#myUL {
  padding: 0;
  list-style-type: none;
}
@media all and (max-width: 1200px) {
  #myUL {
    width: 100%;
    margin: 0 25px 0 0;
  }
}
#myUL .dropdown-menu {
  position: absolute;
  background: #ffffff;
  border: 0;
  border-radius: 0;
  padding: 10px;
  width: 270px;
  top: 42px;
  right: 0px;
  display: none;
  border-top: 1px solid #e9e9e9;
}
@media all and (max-width: 1200px) {
  #myUL .dropdown-menu {
    top: 0;
    position: relative;
    width: 100%;
    background: none;
    border: none;
    display: block;
  }
}
#myUL .dropdown-menu::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 36px;
  background: transparent;
}
@media all and (max-width: 1200px) {
  #myUL .dropdown-menu::after {
    display: none;
  }
}
#myUL .dropdown-menu::before {
  content: " ";
  bottom: 100%;
  right: 8px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ddd;
  border-width: 11px;
  margin-left: -11px;
}
@media all and (max-width: 1200px) {
  #myUL .dropdown-menu::before {
    display: none;
  }
}
#myUL .dropdown-menu li {
  padding: 0px 10px;
  margin: 0px;
  display: block;
}
@media all and (max-width: 575px) {
  #myUL .dropdown-menu li {
    margin: 0 0 10px 0;
  }
}
#myUL .dropdown-menu li p, #myUL .dropdown-menu li blockquote {
  margin: 0px !important;
}
#myUL .dropdown-menu li a {
  font-size: 13px;
  line-height: 20px;
  color: black;
  padding: 0;
  display: block;
  text-align: left;
  padding: 7px 0px;
  border-bottom: 1px solid #dddddd;
  text-decoration: none;
}
@media all and (max-width: 1200px) {
  #myUL .dropdown-menu li a {
    border: none;
    padding: 10px 0px;
  }
}
@media all and (max-width: 575px) {
  #myUL .dropdown-menu li a {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.15em;
  }
}
#myUL .dropdown-menu li a:hover {
  color: black;
  text-decoration: none;
}
#myUL .dropdown-menu li:last-child {
  margin-bottom: 0;
}
#myUL .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
@media all and (max-width: 1200px) {
  #myUL .sub-menu .sub-menu {
    left: 0;
  }
}
#myUL .dropdown-toggle::after {
  display: none;
}

.menu-item-has-children {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  padding: 0;
}
@media all and (max-width: 1200px) {
  .menu-item-has-children a {
    color: white !important;
  }
}

/* ---------------- dorpdown menu -----------------*/
/* ---------------- hamburger -----------------*/
.hamburger-menu {
  display: none;
}
@media all and (max-width: 1200px) {
  .hamburger-menu {
    display: block;
  }
}
.hamburger-menu div {
  background: #005ba8;
  height: 2px;
  margin-bottom: 7px;
  display: block;
  border-radius: 3px;
  transition: 0.3s;
  margin-left: auto;
}
.hamburger-menu div:nth-child(1) {
  width: 16px;
}
.hamburger-menu div:nth-child(2) {
  width: 12px;
}
.hamburger-menu div:nth-child(3) {
  width: 8px;
  margin-bottom: 0px;
}

/* ---------------- hamburger -----------------*/
/* ---------------- menu overlay -----------------*/
.menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  display: none;
}
@media all and (max-width: 1200px) {
  .menu-overlay {
    display: block;
  }
}
.menu-overlay.collapse-overlay {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s;
}

/* ---------------- menu overlay -----------------*/
/* ---------------- collapse menu -----------------*/
@media all and (max-width: 1200px) {
  .mobile-scroll {
    height: 90%;
    overflow-y: auto;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}

@media all and (max-width: 1200px) {
  .collapse-menu {
    background: #ffffff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 1050;
    transition: 0.3s;
    transform: translateX(100%);
    width: 100%;
    padding: 20px 0 20px 20px;
    transition-delay: 0.1s;
  }
  .collapse-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #005392;
  }
}
.collapse-menu.collapse-menu-open {
  transform: translateX(0%);
}

.responsive-logo {
  display: none;
  position: relative;
}
@media all and (max-width: 1200px) {
  .responsive-logo {
    display: block;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .responsive-logo {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 575px) {
  .responsive-logo {
    margin-bottom: 20px;
  }
}
.responsive-logo a {
  display: block;
  width: 120px;
}
@media all and (max-width: 575px) {
  .responsive-logo a {
    width: 130px;
    height: auto;
  }
}
.responsive-logo a img {
  width: 100%;
  filter: brightness(0) invert(1);
}

.colapse-close {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 60px;
  top: 60px;
  display: none;
  transition: 0.3s all;
  transition-delay: 0.2s;
}
@media all and (max-width: 1200px) {
  .colapse-close {
    display: block;
  }
}
.colapse-close img {
  width: 100%;
  height: 100%;
}

.collapse-menu.collapse-menu-open .colapse-close {
  left: -70px;
}
@media all and (max-width: 1200px) {
  .collapse-menu.collapse-menu-open .colapse-close {
    left: auto;
    right: 10px;
    top: 10px;
  }
}

.mega-menu-megamenu {
  font-family: "Poppins", sans-serif !important;
}
.mega-menu-megamenu ul.mega-sub-menu {
  position: fixed !important;
  width: 100% !important;
  height: auto !important;
  background: white !important;
  left: 0 !important;
  top: 144px !important;
  padding: 45px 17% 45px !important;
  box-shadow: 0px 15px 30px rgba(103, 100, 100, 0.12) !important;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .mega-menu-megamenu ul.mega-sub-menu {
    top: 145px !important;
    padding: 45px 6% 45px !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .mega-menu-megamenu ul.mega-sub-menu {
    top: 145px !important;
    padding: 45px 4% 45px !important;
  }
}
@media all and (max-width: 1200px) {
  .mega-menu-megamenu ul.mega-sub-menu {
    padding: 0px !important;
    position: relative !important;
    top: 0px !important;
    box-shadow: none !important;
  }
}
.mega-menu-megamenu ul.mega-sub-menu .rpwwt-widget {
  padding: 0 10px;
}
.mega-menu-megamenu ul.mega-sub-menu .rpwwt-widget ul {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1200px) {
  .mega-menu-megamenu ul.mega-sub-menu .rpwwt-widget ul {
    display: block;
  }
}
.mega-menu-megamenu ul.mega-sub-menu .rpwwt-widget ul li {
  background: white;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 20px;
  width: 234px;
  margin-bottom: 0;
  position: relative;
  text-align: left;
}
@media all and (max-width: 1200px) {
  .mega-menu-megamenu ul.mega-sub-menu .rpwwt-widget ul li {
    width: 100% !important;
  }
}
.mega-menu-megamenu ul.mega-sub-menu .rpwwt-widget ul li a img {
  height: 117px !important;
  width: 100%;
  margin: 0 0 14px;
}
.mega-menu-megamenu ul.mega-sub-menu .rpwwt-widget ul li a span.rpwwt-post-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: black;
  display: block;
  align-items: center;
  margin: 0 0 14px 0;
  text-align: left;
  font-family: "Poppins", sans-serif !important;
}
.mega-menu-megamenu ul.mega-sub-menu .rpwwt-widget ul li .rpwwt-post-excerpt {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  font-family: "Poppins", sans-serif !important;
}
.mega-menu-megamenu ul.mega-sub-menu .mega-menu-columns-2-of-5 {
  width: 35% !important;
  display: inline-block !important;
}
@media all and (max-width: 1200px) {
  .mega-menu-megamenu ul.mega-sub-menu .mega-menu-columns-2-of-5 {
    width: 100% !important;
    position: relative !important;
    top: 0 !important;
    padding: 16px !important;
    background: #f6f7f8 !important;
    border-radius: 8px !important;
    margin: 25px 0 !important;
    box-shadow: none !important;
  }
}
.mega-menu-megamenu ul.mega-sub-menu .mega-menu-columns-2-of-5 .mega-block-title {
  font-weight: 500 !important;
  font-size: 22px !important;
  line-height: 26px;
  margin: 0 0 30px 0 !important;
  position: relative !important;
  font-family: "Poppins", sans-serif !important;
  text-transform: inherit !important;
  color: black !important;
  letter-spacing: -0.02em;
}
@media all and (max-width: 1200px) {
  .mega-menu-megamenu ul.mega-sub-menu .mega-menu-columns-2-of-5 .mega-block-title {
    font-size: 16px !important;
    line-height: 20px !important;
    text-transform: capitalize !important;
    margin: 0 0 20px 0 !important;
    padding-bottom: 0 !important;
  }
}
.mega-menu-megamenu ul.mega-sub-menu .mega-menu-columns-3-of-5 {
  width: 65% !important;
  display: inline-block !important;
}
@media all and (max-width: 1200px) {
  .mega-menu-megamenu ul.mega-sub-menu .mega-menu-columns-3-of-5 {
    width: 100% !important;
    display: none !important;
  }
}
.mega-menu-megamenu .menu-inner-menu-container ul.menu {
  font-size: 0;
}
.mega-menu-megamenu .menu-inner-menu-container ul.menu li {
  width: 50%;
  display: inline-block;
  margin: 0 0 18px 0;
  padding: 0;
}
@media all and (max-width: 1200px) {
  .mega-menu-megamenu .menu-inner-menu-container ul.menu li {
    width: 100% !important;
  }
}
.mega-menu-megamenu .menu-inner-menu-container ul.menu li a {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  text-align: left;
  padding: 0;
}
.mega-menu-megamenu .menu-inner-menu-container ul.menu li a:hover {
  color: #2f3aa4;
}

.second-level-heading {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
@media all and (max-width: 575px) {
  .second-level-heading {
    font-size: 15px;
    line-height: 24px;
  }
}

/* ---------------------- search -----------------------*/
.search-icon {
  margin-left: 10px;
  font-size: 0;
  width: 90px;
  height: 26px;
  cursor: pointer;
  background: #015b9b url(../images/nav-search-icon.svg) no-repeat center right 10px/15px;
  border-radius: 15px;
  position: relative;
  display: none !important;
}
@media all and (max-width: 1200px) {
  .search-icon {
    margin-right: 20px;
  }
}
@media all and (max-width: 575px) {
  .search-icon {
    height: 36px;
    width: 36px;
    margin-right: 5px;
    background-size: 18px;
  }
}
@media all and (max-width: 361px) {
  .search-icon {
    margin-right: 10px;
  }
}
.search-icon span {
  position: absolute;
  left: 10px;
  color: white;
  font-size: 12px;
  display: block;
}

.search-panel {
  position: relative;
  display: flex;
  align-items: center;
}
.search-panel a {
  padding: 0 10px;
  margin: 0;
}

.search-form {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: radial-gradient(73.63% 150.88% at 50% 0%, #3f3f3f 0%, #222222 57.58%, #0a0a0a 100%);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.search-form ::placeholder {
  color: #49494c;
  opacity: 1;
}
.search-form :-ms-input-placeholder {
  color: #49494c;
}
.search-form ::-ms-input-placeholder {
  color: #49494c;
}
.search-form input[type=search] {
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #def1ff;
  transform: scale(0);
  background: url(../images/header-search-dark.svg) 20px center no-repeat rgba(255, 255, 255, 0.1);
  margin: 0 auto;
  background-size: 20px;
  font-size: 24px !important;
  padding: 0 30px 0 60px !important;
  border-radius: 10px;
}
@media all and (max-width: 767px) {
  .search-form input[type=search] {
    height: 60px;
    line-height: 60px;
    background-size: 30px;
    font-size: 30px !important;
    padding: 0 0 0 72px !important;
  }
}
@media all and (max-width: 575px) {
  .search-form input[type=search] {
    height: 60px;
    line-height: 60px;
    background-size: 26px;
    font-size: 20px !important;
    padding: 0 0 0 72px !important;
  }
}
.search-form input[type=search]:focus {
  outline: none;
  box-shadow: none;
  background: url(../images/header-search-white.svg) 30px center no-repeat rgba(255, 255, 255, 0.1);
  border-color: #def1ff;
}
.search-form input[type=search]:focus::placeholder {
  color: #def1ff;
  transition: 0.3s;
}
.search-form input[type=search]:focus::-ms-input-placeholder {
  color: #def1ff;
  transition: 0.3s;
}
@media all and (max-width: 767px) {
  .search-form input[type=search]:focus {
    width: 100%;
    height: 70px;
    background-size: 30px;
    font-size: 30px !important;
    padding: 0 0 0 72px !important;
  }
}
@media all and (max-width: 575px) {
  .search-form input[type=search]:focus {
    width: 100%;
    height: 60px;
    background-size: 26px;
    font-size: 20px !important;
    padding: 0 0 0 72px !important;
  }
}
.search-form button[type=submit] {
  position: absolute;
  padding: 0;
  width: 50px;
  height: 50px;
  letter-spacing: 0;
  bottom: 15px;
  right: 0;
  background: url(../images/header-search-dark.svg) center center no-repeat;
  background-size: 40px;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s;
}
.search-form button[type=submit]:focus {
  outline: none;
  border: 0;
}
.search-form button[type=submit]::after {
  right: 0;
  margin: 0;
}
.search-form .cancle-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 30px;
  width: 30px;
  background: url(../images/header-search-close-grey.svg) no-repeat center;
  background-size: 30px;
  cursor: pointer;
  transition: 0.2s;
}
@media all and (max-width: 575px) {
  .search-form .cancle-icon {
    height: 25px;
    width: 25px;
    background-size: 25px;
  }
}
.search-form .cancle-icon:hover {
  background: url(../images/header-search-close-white.svg) no-repeat center;
  background-size: 30px;
  transition: 0.2s;
}
@media all and (max-width: 575px) {
  .search-form .cancle-icon:hover {
    background-size: 25px;
  }
}
.search-form.search-toggle {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s;
}
.search-form.search-toggle input[type=search] {
  transform: scale(1);
  transition: 0.3s;
  color: white;
}
.search-form.search-toggle button[type=submit] {
  opacity: 0;
  transform: scale(1);
  transition: 0.4s;
}
.search-form.search-toggle .cancle-icon {
  transition: 0.2s;
}
.search-form.search-toggle #search-block-form {
  display: flex;
  height: 100%;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  gap: 20px;
}
.search-form.search-toggle #search-block-form .form-item {
  margin: 0px;
}
.search-form.search-toggle #search-block-form .form-actions {
  margin: 0px;
}
.search-form.search-toggle #search-block-form .form-actions .btn, .search-form.search-toggle #search-block-form .form-actions input[type=submit] {
  border-radius: 10px;
  height: 70px;
  line-height: 70px;
}

.initial-dropdown {
  padding-left: 20px;
  position: relative;
  padding-left: 20px;
}
.initial-dropdown::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 5px;
}
@media all and (max-width: 1200px) {
  .initial-dropdown::before {
    color: white;
    top: 14px;
  }
}
.initial-dropdown a {
  color: rgba(0, 0, 0, 0.5) !important;
}
.initial-dropdown ul {
  display: block;
  width: 100%;
  position: relative;
}
.initial-dropdown ul::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 5px;
  color: white;
}
.initial-dropdown ul li {
  padding-left: 20px !important;
}

.collapse-menu {
  margin-left: auto;
}

.nav-profile.amr-user {
  margin-left: auto;
  display: flex;
  gap: 5px;
  align-items: center;
}
@media all and (max-width: 575px) {
  .nav-profile.amr-user {
    gap: 0px;
  }
}
.nav-profile.amr-user .search-icon {
  display: block !important;
  background: transparent url(../images/nav-search-icon-grey.svg) no-repeat center center/contain;
  margin-left: 0;
  font-size: 0;
  width: 22px;
  height: 22px;
}
@media all and (max-width: 361px) {
  .nav-profile.amr-user .search-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}
.nav-profile.amr-user .btn, .nav-profile.amr-user input[type=submit] {
  height: 46px;
  line-height: 44px;
  padding: 0px 20px !important;
  color: white !important;
  border: none;
  color: #313131;
  position: relative;
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0px 5px;
}
@media all and (max-width: 991px) {
  .nav-profile.amr-user .btn, .nav-profile.amr-user input[type=submit] {
    height: 42px;
    line-height: 40px;
    padding: 0px 16px !important;
    color: white !important;
    font-size: 15px;
  }
}
@media all and (max-width: 575px) {
  .nav-profile.amr-user .btn, .nav-profile.amr-user input[type=submit] {
    font-size: 13px;
    height: 34px;
    line-height: 32px;
    padding: 0px 8px !important;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: 0px 2px;
  }
}
@media all and (max-width: 410px) {
  .nav-profile.amr-user .btn, .nav-profile.amr-user input[type=submit] {
    font-size: 12px;
    height: 34px;
    line-height: 32px;
    padding: 0px 8px !important;
  }
}
@media all and (max-width: 361px) {
  .nav-profile.amr-user .btn, .nav-profile.amr-user input[type=submit] {
    font-size: 10px;
    height: 28px;
    line-height: 26px;
    padding: 0px 8px !important;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }
}
.nav-profile.amr-user .btn::after, .nav-profile.amr-user input[type=submit]::after {
  display: none;
}
.nav-profile.amr-user .btn.dropdown-toggle::after, .nav-profile.amr-user input.dropdown-toggle[type=submit]::after {
  display: block;
  height: 22px;
  width: 22px;
  background-size: 18px;
  margin-left: 0;
  top: 0px;
  border: none;
  transform: rotateZ(90deg);
}
@media all and (max-width: 575px) {
  .nav-profile.amr-user .btn.dropdown-toggle::after, .nav-profile.amr-user input.dropdown-toggle[type=submit]::after {
    height: 16px;
    width: 16px;
    background-size: contain;
  }
}
@media all and (max-width: 410px) {
  .nav-profile.amr-user .btn.dropdown-toggle::after, .nav-profile.amr-user input.dropdown-toggle[type=submit]::after {
    display: none;
  }
}
.nav-profile.amr-user .btn.btn-pledge, .nav-profile.amr-user input.btn-pledge[type=submit] {
  border: 1px solid #005ba8 !important;
  background: #005ba8 !important;
}
.nav-profile.amr-user .nav-profile-dropdown .dropdown-menu {
  padding: 10px;
  background: white;
  left: auto;
  width: 180px;
}
@media all and (max-width: 575px) {
  .nav-profile.amr-user .nav-profile-dropdown .dropdown-menu {
    width: 110px;
    right: 20px;
  }
}
.nav-profile.amr-user .nav-profile-dropdown .dropdown-menu li {
  margin-bottom: 5px;
}
.nav-profile.amr-user .nav-profile-dropdown .dropdown-menu li a {
  display: block;
  width: 100%;
  color: #49494c;
  font-size: 15px;
}
@media all and (max-width: 575px) {
  .nav-profile.amr-user .nav-profile-dropdown .dropdown-menu li a {
    font-size: 14px;
  }
}
.nav-profile.amr-user .nav-profile-dropdown .dropdown-menu li:hover a {
  color: #015b9b;
}

.profile-owner {
  font-weight: 500;
}

@media all and (max-width: 1200px) {
  .block-amr-user-header-login-button {
    margin-left: auto;
  }
}

@media all and (max-width: 1200px) {
  #block-amr-theme-ciplalogo {
    margin-right: auto;
  }
}

.footer-wrapper {
  padding: 50px 0px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d1d1d1;
  flex-wrap: wrap;
}
@media all and (max-width: 1200px) {
  .footer-wrapper {
    padding: 40px 0px;
  }
}
@media all and (max-width: 991px) {
  .footer-wrapper {
    padding: 30px 0px;
    flex-direction: column;
    row-gap: 20px;
  }
}
@media all and (max-width: 575px) {
  .footer-wrapper {
    row-gap: 10px;
  }
}
.footer-wrapper #block-amr-theme-footercopyright-2 ul,
.footer-wrapper .footer-copyright ul {
  list-style: none;
  display: flex;
  gap: 50px;
}
@media all and (max-width: 991px) {
  .footer-wrapper #block-amr-theme-footercopyright-2 ul,
.footer-wrapper .footer-copyright ul {
    gap: 20px;
  }
}
@media all and (max-width: 767px) {
  .footer-wrapper #block-amr-theme-footercopyright-2 ul,
.footer-wrapper .footer-copyright ul {
    flex-direction: column;
    row-gap: 10px;
  }
}
@media all and (max-width: 575px) {
  .footer-wrapper #block-amr-theme-footercopyright-2 ul,
.footer-wrapper .footer-copyright ul {
    row-gap: 10px;
  }
}
.footer-wrapper #block-amr-theme-footercopyright-2 ul li,
.footer-wrapper .footer-copyright ul li {
  list-style-type: none;
  font-size: 14px;
  color: white;
  margin-bottom: 0px;
}
.footer-wrapper .footer-social-media {
  width: 200px;
  flex: none;
}
.footer-wrapper .footer-social-media ul {
  list-style: none;
  display: flex;
  gap: 16px;
}
.footer-wrapper .footer-social-media ul li {
  list-style: none;
  margin-bottom: 0px;
}
.footer-wrapper .footer-social-media ul li a {
  width: 23px;
  height: 23px;
}
.footer-wrapper .footer-social-media ul li a img {
  width: auto;
  filter: brightness(0) invert(1);
}

/* ======================= */
.footer {
  background-color: #015b9b;
}

.footer-items {
  padding: 50px 0px 70px;
  display: flex;
  gap: 20px;
}
@media all and (max-width: 991px) {
  .footer-items {
    flex-direction: column;
    row-gap: 10px;
  }
}
.footer-items .footer-item {
  width: calc(20% - 12px);
}
@media all and (max-width: 991px) {
  .footer-items .footer-item {
    width: 100%;
  }
}
.footer-items .footer-item ul {
  list-style: none;
}
.footer-items .footer-item ul li {
  list-style-type: none;
  margin-bottom: 7px;
}
.footer-items .footer-item ul li:nth-child(1) {
  margin-bottom: 20px;
}
.footer-items .footer-item ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.footer-items .footer-item ul li a:hover {
  color: white;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer-bottom p, .footer-bottom blockquote {
  color: white;
}
.footer-bottom ul {
  display: flex;
  column-gap: 10px;
}

.disclaimer {
  color: white;
  font-size: 12px;
  line-height: 19px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 30px;
  margin-bottom: 20px;
}
@media all and (max-width: 575px) {
  .disclaimer {
    font-size: 11px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}

/* ============== HERO SECTION START ==============*/
.hero-section .hero-slider-card {
  position: relative;
  height: calc(100vh - 100px);
  padding-bottom: 10px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .hero-section .hero-slider-card {
    height: calc(100vh - 200px);
  }
}
@media all and (max-width: 1200px) {
  .hero-section .hero-slider-card {
    height: 430px;
  }
}
@media all and (max-width: 991px) {
  .hero-section .hero-slider-card {
    height: 330px;
  }
}
@media all and (max-width: 767px) {
  .hero-section .hero-slider-card {
    height: 260px;
  }
}
@media all and (max-width: 575px) {
  .hero-section .hero-slider-card {
    height: 170px;
  }
}
@media all and (max-width: 410px) {
  .hero-section .hero-slider-card {
    height: 160px;
  }
}
@media all and (max-width: 361px) {
  .hero-section .hero-slider-card {
    height: 150px;
  }
}
@media all and (max-width: 320px) {
  .hero-section .hero-slider-card {
    height: 130px;
  }
}
.hero-section .hero-slider-card .hero-slider-image {
  position: relative;
  height: 100%;
}
.hero-section .hero-slider-card .hero-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .hero-slider-card .hero-slider-content {
  position: absolute;
  left: 60px;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  height: calc(100% - 10px);
  width: calc(100% - 120px);
  max-width: 690px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 1200px) {
  .hero-section .hero-slider-card .hero-slider-content {
    max-width: 520px;
    left: 30px;
  }
}
@media all and (max-width: 991px) {
  .hero-section .hero-slider-card .hero-slider-content {
    max-width: 400px;
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media all and (max-width: 767px) {
  .hero-section .hero-slider-card .hero-slider-content {
    max-width: 310px;
  }
}
@media all and (max-width: 575px) {
  .hero-section .hero-slider-card .hero-slider-content {
    left: 20px;
    max-width: 200px;
  }
}
@media all and (max-width: 361px) {
  .hero-section .hero-slider-card .hero-slider-content {
    left: 10px;
    width: calc(100% - 20px);
  }
}
.hero-section .hero-slider-card .hero-slider-content h1 {
  color: #000000;
}
.hero-section .hero-slider-card .hero-slider-content h1 span {
  display: block;
  width: 100%;
}
.hero-section .hero-slider-card .hero-slider-content p, .hero-section .hero-slider-card .hero-slider-content blockquote {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0px;
}
@media all and (max-width: 1200px) {
  .hero-section .hero-slider-card .hero-slider-content p, .hero-section .hero-slider-card .hero-slider-content blockquote {
    font-size: 18px;
    line-height: 28px;
  }
}
@media all and (max-width: 991px) {
  .hero-section .hero-slider-card .hero-slider-content p, .hero-section .hero-slider-card .hero-slider-content blockquote {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 575px) {
  .hero-section .hero-slider-card .hero-slider-content p, .hero-section .hero-slider-card .hero-slider-content blockquote {
    font-size: 14px;
    line-height: 22px;
  }
}

.hero-section .swiper-pagination-bullets,
.home-social-media-section .swiper-pagination-bullets,
.video-snippets-section .swiper-pagination-bullets,
.social-media-section .swiper-pagination-bullets,
.featured-card-slider-wrapper .swiper-pagination-bullets,
.medical-research-section .swiper-pagination-bullets {
  bottom: 40px;
  text-align: start;
}
@media all and (max-width: 575px) {
  .hero-section .swiper-pagination-bullets,
.home-social-media-section .swiper-pagination-bullets,
.video-snippets-section .swiper-pagination-bullets,
.social-media-section .swiper-pagination-bullets,
.featured-card-slider-wrapper .swiper-pagination-bullets,
.medical-research-section .swiper-pagination-bullets {
    bottom: 15px;
    left: 15px;
  }
}
.hero-section .swiper-pagination-bullets .swiper-pagination-bullet,
.home-social-media-section .swiper-pagination-bullets .swiper-pagination-bullet,
.video-snippets-section .swiper-pagination-bullets .swiper-pagination-bullet,
.social-media-section .swiper-pagination-bullets .swiper-pagination-bullet,
.featured-card-slider-wrapper .swiper-pagination-bullets .swiper-pagination-bullet,
.medical-research-section .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 42px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
}
@media all and (max-width: 1200px) {
  .hero-section .swiper-pagination-bullets .swiper-pagination-bullet,
.home-social-media-section .swiper-pagination-bullets .swiper-pagination-bullet,
.video-snippets-section .swiper-pagination-bullets .swiper-pagination-bullet,
.social-media-section .swiper-pagination-bullets .swiper-pagination-bullet,
.featured-card-slider-wrapper .swiper-pagination-bullets .swiper-pagination-bullet,
.medical-research-section .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 32px;
    height: 3px;
  }
}

.hero-section .swiper-pagination-bullets {
  left: 60px;
}
@media all and (max-width: 1200px) {
  .hero-section .swiper-pagination-bullets {
    bottom: 20px;
    left: 40px;
  }
}
@media all and (max-width: 991px) {
  .hero-section .swiper-pagination-bullets {
    left: 20px;
  }
}
@media all and (max-width: 575px) {
  .hero-section .swiper-pagination-bullets {
    left: 20px;
    right: 20px;
    bottom: 12px;
    width: calc(100% - 40px);
  }
}

.featured-card-slider-wrapper .swiper-pagination-bullets {
  left: 40px;
  right: 40px;
  bottom: 30px;
  width: calc(100% - 80px);
}
.featured-card-slider-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 3px;
}

.home-social-media-section .swiper-pagination-bullets,
.medical-research-section .swiper-pagination-bullets,
.medical-update-section .swiper-pagination-bullets,
.resources-section .swiper-pagination-bullets {
  bottom: 0px;
  text-align: right;
}
@media all and (max-width: 575px) {
  .home-social-media-section .swiper-pagination-bullets,
.medical-research-section .swiper-pagination-bullets,
.medical-update-section .swiper-pagination-bullets,
.resources-section .swiper-pagination-bullets {
    text-align: left;
  }
}
.home-social-media-section .swiper-pagination-bullets .swiper-pagination-bullet,
.medical-research-section .swiper-pagination-bullets .swiper-pagination-bullet,
.medical-update-section .swiper-pagination-bullets .swiper-pagination-bullet,
.resources-section .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: rgba(55, 87, 129, 0.6);
}
.home-social-media-section .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.medical-research-section .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.medical-update-section .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.resources-section .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #375781;
  opacity: 1;
}
.home-social-media-section .heading-component,
.medical-research-section .heading-component,
.medical-update-section .heading-component,
.resources-section .heading-component {
  display: block;
}

.video-snippets-section .swiper-container {
  padding: 50px;
}
.video-snippets-section .swiper-pagination-bullets {
  bottom: 0px;
  left: 0;
  text-align: center;
}
.video-snippets-section .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: rgba(55, 87, 129, 0.6);
}
.video-snippets-section .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #375781;
  opacity: 1;
}

.medical-research-section .heading-component {
  display: none;
}

/* ==============  HERO SECTION FINISH  ==============*/
/* ============== AMR SECTION START ==============*/
.amr-section-wrapper {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .amr-section-wrapper {
    gap: 50px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .amr-section-wrapper {
    gap: 40px;
  }
}
@media all and (max-width: 1200px) {
  .amr-section-wrapper {
    gap: 30px;
  }
}
@media all and (max-width: 991px) {
  .amr-section-wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media all and (max-width: 575px) {
  .amr-section-wrapper {
    text-align: start;
  }
}
.amr-section-wrapper h3 {
  margin-bottom: 30px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .amr-section-wrapper h3 {
    margin-bottom: 24px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .amr-section-wrapper h3 {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 1200px) {
  .amr-section-wrapper h3 {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 575px) {
  .amr-section-wrapper h3 {
    margin-bottom: 15px;
  }
}
.amr-section-wrapper .amr-section-content {
  width: 100%;
}
.amr-section-wrapper .amr-section-image {
  width: 600px;
  height: 400px;
  flex: none;
  border-radius: 20px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .amr-section-wrapper .amr-section-image {
    width: 570px;
    height: 380px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .amr-section-wrapper .amr-section-image {
    width: 570px;
    height: 380px;
  }
}
@media all and (max-width: 1200px) {
  .amr-section-wrapper .amr-section-image {
    width: 450px;
    height: 300px;
  }
}
@media all and (max-width: 991px) {
  .amr-section-wrapper .amr-section-image {
    width: 100%;
    height: auto;
  }
}
.amr-section-wrapper .amr-section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.amr-section-wrapper .btn, .amr-section-wrapper input[type=submit] {
  margin-top: 10px;
}

/* ============== AMR SECTION FINISH ==============*/
/* ============== RECENT UPDATES SECTION FINISH ==============*/
.recent-updates-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media all and (max-width: 1200px) {
  .recent-updates-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}
@media all and (max-width: 991px) {
  .recent-updates-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
}
@media all and (max-width: 767px) {
  .recent-updates-wrapper {
    display: block;
  }
}
.recent-updates-wrapper .views-element-container {
  border-radius: 20px;
  padding: 30px;
  background-color: rgb(240, 239, 239);
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .recent-updates-wrapper .views-element-container {
    padding: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .recent-updates-wrapper .views-element-container {
    padding: 20px;
  }
}
@media all and (max-width: 1200px) {
  .recent-updates-wrapper .views-element-container {
    padding: 20px;
  }
}
@media all and (max-width: 767px) {
  .recent-updates-wrapper .views-element-container {
    margin-bottom: 20px;
  }
}
.recent-updates-wrapper .views-element-container:nth-child(1) {
  grid-column: 1/3;
  background-color: #def1ff;
}
.recent-updates-wrapper .views-element-container:nth-child(1) .recent-update-title::before {
  background: url(../images/recent-updates-icon1.svg) no-repeat center center/contain;
}
.recent-updates-wrapper .views-element-container:nth-child(1) .recent-update-card-content a {
  display: none;
}
.recent-updates-wrapper .views-element-container:nth-child(1) .recent-update-card .recent-update-card-image {
  width: calc(50% - 10px);
}
@media all and (max-width: 1200px) {
  .recent-updates-wrapper .views-element-container:nth-child(1) .recent-update-card .recent-update-card-image {
    width: 100%;
  }
}
.recent-updates-wrapper .views-element-container:nth-child(2) {
  grid-column: 3/5;
  background-color: #eaf2f8;
}
.recent-updates-wrapper .views-element-container:nth-child(2) .recent-update-title::before {
  background: url(../images/recent-updates-icon2.svg) no-repeat center center/contain;
}
.recent-updates-wrapper .views-element-container:nth-child(3) {
  grid-column: 1/3;
  grid-row: 2/span 3;
  background-color: #eaf2f8;
}
@media all and (max-width: 1200px) {
  .recent-updates-wrapper .views-element-container:nth-child(3) {
    grid-column: 1/5;
    grid-row: none;
  }
}
.recent-updates-wrapper .views-element-container:nth-child(3) .recent-update-title::before {
  background: url(../images/recent-updates-icon3.svg) no-repeat center center/contain;
}
.recent-updates-wrapper .views-element-container:nth-child(3) .recent-update-card {
  flex-direction: column;
  row-gap: 0px;
}
.recent-updates-wrapper .views-element-container:nth-child(3) .recent-update-card .recent-update-card-content {
  order: 2;
  margin-bottom: 0px;
}
@media all and (max-width: 1200px) {
  .recent-updates-wrapper .views-element-container:nth-child(3) .recent-update-card .recent-update-card-content h3 {
    min-height: auto;
  }
}
.recent-updates-wrapper .views-element-container:nth-child(4) {
  grid-column: 3/4;
  grid-row: 2/span 3;
  background-color: #def1ff;
}
@media all and (max-width: 1200px) {
  .recent-updates-wrapper .views-element-container:nth-child(4) {
    grid-column: 1/3;
    grid-row: 3/span 3;
  }
}
.recent-updates-wrapper .views-element-container:nth-child(4) .recent-update-title::before {
  background: url(../images/recent-updates-icon4.svg) no-repeat center center/contain;
}
.recent-updates-wrapper .views-element-container:nth-child(4) .recent-update-card {
  flex-direction: column;
}
@media all and (max-width: 1200px) {
  .recent-updates-wrapper .views-element-container:nth-child(4) .recent-update-card {
    gap: 0px;
  }
}
.recent-updates-wrapper .views-element-container:nth-child(4) .recent-update-card .recent-update-card-image {
  margin-bottom: 0px;
}
@media all and (max-width: 1200px) {
  .recent-updates-wrapper .views-element-container:nth-child(4) .recent-update-card h3 {
    min-height: auto;
  }
}
.recent-updates-wrapper .views-element-container:nth-child(4) .recent-update-card-image {
  width: 100%;
  margin-bottom: 20px;
  height: 330px;
}
@media all and (max-width: 1200px) {
  .recent-updates-wrapper .views-element-container:nth-child(4) .recent-update-card-image {
    height: 400px;
  }
}
@media all and (max-width: 767px) {
  .recent-updates-wrapper .views-element-container:nth-child(4) .recent-update-card-image {
    height: auto;
  }
}
.recent-updates-wrapper .views-element-container:nth-child(4) .recent-update-card-image img {
  object-position: top;
}
.recent-updates-wrapper .views-element-container:nth-child(5) {
  grid-column: 4/5;
  grid-row: 2/span 2;
  background-color: #eaf2f8;
}
@media all and (max-width: 1200px) {
  .recent-updates-wrapper .views-element-container:nth-child(5) {
    grid-column: 3/5;
    grid-row: 3/span 2;
  }
}
.recent-updates-wrapper .views-element-container:nth-child(5) .recent-update-title::before {
  background: url(../images/recent-updates-icon5.svg) no-repeat center center/contain;
}
.recent-updates-wrapper .views-element-container:nth-child(3) .recent-update-card-image, .recent-updates-wrapper .views-element-container:nth-child(6) .recent-update-card-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .recent-updates-wrapper .views-element-container:nth-child(3) .recent-update-card-image, .recent-updates-wrapper .views-element-container:nth-child(6) .recent-update-card-image {
    margin-bottom: 10px;
  }
}
.recent-updates-wrapper .views-element-container:nth-child(3) .recent-update-card-image .video-icon, .recent-updates-wrapper .views-element-container:nth-child(6) .recent-update-card-image .video-icon {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 45px;
  height: 45px;
  opacity: 0.6;
  z-index: 1;
}
.recent-updates-wrapper .views-element-container:nth-child(6) {
  grid-column: 4/5;
  position: relative;
  background-color: #eaf2f8;
}
@media all and (max-width: 1200px) {
  .recent-updates-wrapper .views-element-container:nth-child(6) {
    grid-column: 3/5;
  }
}
.recent-updates-wrapper .views-element-container:nth-child(6) a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.recent-updates-wrapper .views-element-container:nth-child(6) a img {
  border-radius: 20px;
}
.recent-updates-wrapper .views-element-container:nth-child(6) .recent-update-title::before {
  background: url(../images/recent-updates-icon6.svg) no-repeat center center/contain;
  filter: brightness(0);
}
.recent-updates-wrapper .views-element-container:nth-child(6) .recent-update-card-image {
  border-radius: 20px;
  margin-bottom: 0px;
}
.recent-updates-wrapper .views-element-container:nth-child(6) .recent-update-video {
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 30px);
  top: 15px;
  left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recent-updates-wrapper .views-element-container:nth-child(6) .recent-update-video h3 {
  color: white;
  margin-bottom: 15px;
  display: none;
}
.recent-updates-wrapper .views-element-container:nth-child(6) .recent-update-video .btn, .recent-updates-wrapper .views-element-container:nth-child(6) .recent-update-video input[type=submit] {
  color: white;
}
.recent-updates-wrapper .views-element-container:nth-child(6) .recent-update-video .btn::after, .recent-updates-wrapper .views-element-container:nth-child(6) .recent-update-video input[type=submit]::after {
  filter: brightness(0) invert(1);
}
.recent-updates-wrapper .views-element-container .recent-update-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .recent-updates-wrapper .views-element-container .recent-update-title {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 1200px) {
  .recent-updates-wrapper .views-element-container .recent-update-title {
    margin-bottom: 15px;
  }
}
.recent-updates-wrapper .views-element-container .recent-update-title::before {
  content: "";
  position: relative;
  width: 32px;
  height: 32px;
}
.recent-updates-wrapper .recent-update-card {
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
  border-radius: 12px;
}
@media all and (max-width: 1200px) {
  .recent-updates-wrapper .recent-update-card {
    row-gap: 20px;
    flex-direction: column;
  }
}
.recent-updates-wrapper .recent-update-card .recent-update-card-content {
  width: 100%;
}
.recent-updates-wrapper .recent-update-card .recent-update-card-image {
  width: 230px;
  height: 190px;
  flex: none;
  border-radius: 12px;
  position: relative;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .recent-updates-wrapper .recent-update-card .recent-update-card-image {
    height: 170px;
  }
}
@media all and (max-width: 1200px) {
  .recent-updates-wrapper .recent-update-card .recent-update-card-image {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .recent-updates-wrapper .recent-update-card .recent-update-card-image {
    width: 100%;
    height: auto;
  }
}
.recent-updates-wrapper .recent-update-card .recent-update-card-image a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.recent-updates-wrapper .recent-update-card .recent-update-card-image a .video-icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  opacity: 0.6;
}
.recent-updates-wrapper .recent-update-card .recent-update-card-image a .video-icon img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.recent-updates-wrapper .recent-update-card .recent-update-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.recent-updates-wrapper .recent-update-card h3 {
  color: black;
  margin-bottom: 10px;
  min-height: 70px;
}
@media all and (max-width: 1200px) {
  .recent-updates-wrapper .recent-update-card h3 {
    min-height: 70px;
  }
}
@media all and (max-width: 767px) {
  .recent-updates-wrapper .recent-update-card h3 {
    min-height: auto;
  }
}
.recent-updates-wrapper .recent-update-card h3 span {
  display: block;
  width: 100%;
}
.recent-updates-wrapper .recent-update-card p, .recent-updates-wrapper .recent-update-card blockquote {
  margin-bottom: 0px;
}

.podcast-wrapper {
  display: flex;
  gap: 70px;
}
@media all and (max-width: 767px) {
  .podcast-wrapper {
    gap: 20px;
  }
}
@media all and (max-width: 575px) {
  .podcast-wrapper {
    flex-direction: column;
    row-gap: 15px;
  }
}
.podcast-wrapper .recent-update-card {
  width: calc(50% - 40px);
}
@media all and (max-width: 767px) {
  .podcast-wrapper .recent-update-card {
    width: calc(50% - 11px);
  }
}
@media all and (max-width: 575px) {
  .podcast-wrapper .recent-update-card {
    width: 100%;
  }
}

/* ============== RECENT UPDATES SECTION FINISH ==============*/
/* ============== IN THE NEWS SECTION START ==============*/
.in-the-news-container {
  position: relative;
  padding: 70px 160px;
  width: 100%;
  height: 600px;
  background: url(../images/in-the-news-bg-image.svg) no-repeat center center/cover;
  border-radius: 20px;
}
@media all and (max-width: 1200px) {
  .in-the-news-container {
    height: 460px;
    padding: 30px;
  }
}
@media all and (max-width: 991px) {
  .in-the-news-container {
    height: auto;
  }
}
@media all and (max-width: 575px) {
  .in-the-news-container {
    padding: 20px;
  }
}
.in-the-news-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/green-gradiant-bg.svg) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  pointer-events: none;
}

.in-the-news-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 100px;
  position: relative;
  z-index: 5;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .in-the-news-wrapper {
    gap: 80px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .in-the-news-wrapper {
    gap: 60px;
  }
}
@media all and (max-width: 1200px) {
  .in-the-news-wrapper {
    gap: 30px;
  }
}
@media all and (max-width: 991px) {
  .in-the-news-wrapper {
    gap: 20px;
  }
}
@media all and (max-width: 767px) {
  .in-the-news-wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
}
.in-the-news-wrapper h2 {
  color: white;
  margin-bottom: 0px;
}
.in-the-news-wrapper h3 {
  margin-bottom: 0px;
}
.in-the-news-wrapper .common-card-items {
  width: 100%;
}
.in-the-news-wrapper .common-card-items .common-card-item {
  max-width: 340px;
  margin-left: auto;
}
@media all and (max-width: 361px) {
  .in-the-news-wrapper .common-card-items .common-card-item {
    padding: 15px;
  }
}
.in-the-news-wrapper .common-card-content {
  width: 600px;
  flex: none;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .in-the-news-wrapper .common-card-content {
    width: 600px;
    row-gap: 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .in-the-news-wrapper .common-card-content {
    width: 600px;
  }
}
@media all and (max-width: 1200px) {
  .in-the-news-wrapper .common-card-content {
    width: 520px;
    row-gap: 30px;
  }
}
@media all and (max-width: 991px) {
  .in-the-news-wrapper .common-card-content {
    width: 320px;
  }
}
.in-the-news-wrapper .common-card-content h3 {
  color: white;
}
.in-the-news-wrapper .common-card-content h2 span {
  display: block;
  width: 100%;
}
@media all and (max-width: 991px) {
  .in-the-news-wrapper .views-element-container:last-child {
    order: -1;
    width: 100%;
  }
}

.common-card-item {
  padding: 20px;
  border-radius: 20px;
  background-color: white;
}
@media all and (max-width: 1200px) {
  .common-card-item {
    padding: 15px;
    border-radius: 10px;
  }
}
.common-card-item .common-card-image {
  width: 100%;
  height: 420px;
  border-radius: 10px;
}
@media all and (max-width: 575px) {
  .common-card-item .common-card-image {
    height: auto;
  }
}
.common-card-item .common-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* ============== IN THE NEWS SECTION FINISH ==============*/
/* ============== HOME SOCIAL MEDIA SECTION START ==============*/
.social-media-wrapper {
  position: relative;
}

.home-social-media-section .social-media-items,
.home-social-media-section .view-social-media,
.home-social-media-section .view-resources,
.home-social-media-section .view-doctor-update,
.resources-section .social-media-items,
.resources-section .view-social-media,
.resources-section .view-resources,
.resources-section .view-doctor-update,
.medical-update-section .social-media-items,
.medical-update-section .view-social-media,
.medical-update-section .view-resources,
.medical-update-section .view-doctor-update {
  display: flex;
  align-items: center;
  gap: 94px;
  position: relative;
  z-index: 5;
  padding-top: 40px;
  margin-right: 70px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .home-social-media-section .social-media-items,
.home-social-media-section .view-social-media,
.home-social-media-section .view-resources,
.home-social-media-section .view-doctor-update,
.resources-section .social-media-items,
.resources-section .view-social-media,
.resources-section .view-resources,
.resources-section .view-doctor-update,
.medical-update-section .social-media-items,
.medical-update-section .view-social-media,
.medical-update-section .view-resources,
.medical-update-section .view-doctor-update {
    gap: 50px;
  }
}
@media all and (max-width: 1200px) {
  .home-social-media-section .social-media-items,
.home-social-media-section .view-social-media,
.home-social-media-section .view-resources,
.home-social-media-section .view-doctor-update,
.resources-section .social-media-items,
.resources-section .view-social-media,
.resources-section .view-resources,
.resources-section .view-doctor-update,
.medical-update-section .social-media-items,
.medical-update-section .view-social-media,
.medical-update-section .view-resources,
.medical-update-section .view-doctor-update {
    gap: 40px;
    margin-right: 30px;
  }
}
@media all and (max-width: 767px) {
  .home-social-media-section .social-media-items,
.home-social-media-section .view-social-media,
.home-social-media-section .view-resources,
.home-social-media-section .view-doctor-update,
.resources-section .social-media-items,
.resources-section .view-social-media,
.resources-section .view-resources,
.resources-section .view-doctor-update,
.medical-update-section .social-media-items,
.medical-update-section .view-social-media,
.medical-update-section .view-resources,
.medical-update-section .view-doctor-update {
    gap: 30px;
  }
}
@media all and (max-width: 575px) {
  .home-social-media-section .social-media-items,
.home-social-media-section .view-social-media,
.home-social-media-section .view-resources,
.home-social-media-section .view-doctor-update,
.resources-section .social-media-items,
.resources-section .view-social-media,
.resources-section .view-resources,
.resources-section .view-doctor-update,
.medical-update-section .social-media-items,
.medical-update-section .view-social-media,
.medical-update-section .view-resources,
.medical-update-section .view-doctor-update {
    flex-direction: column;
    row-gap: 10px;
    margin-right: 0px;
    padding: 30px 20px;
  }
}
@media all and (max-width: 575px) {
  .home-social-media-section .social-media-items h2,
.home-social-media-section .view-social-media h2,
.home-social-media-section .view-resources h2,
.home-social-media-section .view-doctor-update h2,
.resources-section .social-media-items h2,
.resources-section .view-social-media h2,
.resources-section .view-resources h2,
.resources-section .view-doctor-update h2,
.medical-update-section .social-media-items h2,
.medical-update-section .view-social-media h2,
.medical-update-section .view-resources h2,
.medical-update-section .view-doctor-update h2 {
    margin-bottom: 20px;
  }
}
.home-social-media-section .social-media-items .social-media-content,
.home-social-media-section .social-media-items .heading-component,
.home-social-media-section .view-social-media .social-media-content,
.home-social-media-section .view-social-media .heading-component,
.home-social-media-section .view-resources .social-media-content,
.home-social-media-section .view-resources .heading-component,
.home-social-media-section .view-doctor-update .social-media-content,
.home-social-media-section .view-doctor-update .heading-component,
.resources-section .social-media-items .social-media-content,
.resources-section .social-media-items .heading-component,
.resources-section .view-social-media .social-media-content,
.resources-section .view-social-media .heading-component,
.resources-section .view-resources .social-media-content,
.resources-section .view-resources .heading-component,
.resources-section .view-doctor-update .social-media-content,
.resources-section .view-doctor-update .heading-component,
.medical-update-section .social-media-items .social-media-content,
.medical-update-section .social-media-items .heading-component,
.medical-update-section .view-social-media .social-media-content,
.medical-update-section .view-social-media .heading-component,
.medical-update-section .view-resources .social-media-content,
.medical-update-section .view-resources .heading-component,
.medical-update-section .view-doctor-update .social-media-content,
.medical-update-section .view-doctor-update .heading-component {
  width: 378px;
  flex: none;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .home-social-media-section .social-media-items .social-media-content,
.home-social-media-section .social-media-items .heading-component,
.home-social-media-section .view-social-media .social-media-content,
.home-social-media-section .view-social-media .heading-component,
.home-social-media-section .view-resources .social-media-content,
.home-social-media-section .view-resources .heading-component,
.home-social-media-section .view-doctor-update .social-media-content,
.home-social-media-section .view-doctor-update .heading-component,
.resources-section .social-media-items .social-media-content,
.resources-section .social-media-items .heading-component,
.resources-section .view-social-media .social-media-content,
.resources-section .view-social-media .heading-component,
.resources-section .view-resources .social-media-content,
.resources-section .view-resources .heading-component,
.resources-section .view-doctor-update .social-media-content,
.resources-section .view-doctor-update .heading-component,
.medical-update-section .social-media-items .social-media-content,
.medical-update-section .social-media-items .heading-component,
.medical-update-section .view-social-media .social-media-content,
.medical-update-section .view-social-media .heading-component,
.medical-update-section .view-resources .social-media-content,
.medical-update-section .view-resources .heading-component,
.medical-update-section .view-doctor-update .social-media-content,
.medical-update-section .view-doctor-update .heading-component {
    width: 320px;
  }
}
@media all and (max-width: 1200px) {
  .home-social-media-section .social-media-items .social-media-content,
.home-social-media-section .social-media-items .heading-component,
.home-social-media-section .view-social-media .social-media-content,
.home-social-media-section .view-social-media .heading-component,
.home-social-media-section .view-resources .social-media-content,
.home-social-media-section .view-resources .heading-component,
.home-social-media-section .view-doctor-update .social-media-content,
.home-social-media-section .view-doctor-update .heading-component,
.resources-section .social-media-items .social-media-content,
.resources-section .social-media-items .heading-component,
.resources-section .view-social-media .social-media-content,
.resources-section .view-social-media .heading-component,
.resources-section .view-resources .social-media-content,
.resources-section .view-resources .heading-component,
.resources-section .view-doctor-update .social-media-content,
.resources-section .view-doctor-update .heading-component,
.medical-update-section .social-media-items .social-media-content,
.medical-update-section .social-media-items .heading-component,
.medical-update-section .view-social-media .social-media-content,
.medical-update-section .view-social-media .heading-component,
.medical-update-section .view-resources .social-media-content,
.medical-update-section .view-resources .heading-component,
.medical-update-section .view-doctor-update .social-media-content,
.medical-update-section .view-doctor-update .heading-component {
    width: 280px;
  }
}
@media all and (max-width: 991px) {
  .home-social-media-section .social-media-items .social-media-content,
.home-social-media-section .social-media-items .heading-component,
.home-social-media-section .view-social-media .social-media-content,
.home-social-media-section .view-social-media .heading-component,
.home-social-media-section .view-resources .social-media-content,
.home-social-media-section .view-resources .heading-component,
.home-social-media-section .view-doctor-update .social-media-content,
.home-social-media-section .view-doctor-update .heading-component,
.resources-section .social-media-items .social-media-content,
.resources-section .social-media-items .heading-component,
.resources-section .view-social-media .social-media-content,
.resources-section .view-social-media .heading-component,
.resources-section .view-resources .social-media-content,
.resources-section .view-resources .heading-component,
.resources-section .view-doctor-update .social-media-content,
.resources-section .view-doctor-update .heading-component,
.medical-update-section .social-media-items .social-media-content,
.medical-update-section .social-media-items .heading-component,
.medical-update-section .view-social-media .social-media-content,
.medical-update-section .view-social-media .heading-component,
.medical-update-section .view-resources .social-media-content,
.medical-update-section .view-resources .heading-component,
.medical-update-section .view-doctor-update .social-media-content,
.medical-update-section .view-doctor-update .heading-component {
    width: 220px;
  }
}
@media all and (max-width: 767px) {
  .home-social-media-section .social-media-items .social-media-content,
.home-social-media-section .social-media-items .heading-component,
.home-social-media-section .view-social-media .social-media-content,
.home-social-media-section .view-social-media .heading-component,
.home-social-media-section .view-resources .social-media-content,
.home-social-media-section .view-resources .heading-component,
.home-social-media-section .view-doctor-update .social-media-content,
.home-social-media-section .view-doctor-update .heading-component,
.resources-section .social-media-items .social-media-content,
.resources-section .social-media-items .heading-component,
.resources-section .view-social-media .social-media-content,
.resources-section .view-social-media .heading-component,
.resources-section .view-resources .social-media-content,
.resources-section .view-resources .heading-component,
.resources-section .view-doctor-update .social-media-content,
.resources-section .view-doctor-update .heading-component,
.medical-update-section .social-media-items .social-media-content,
.medical-update-section .social-media-items .heading-component,
.medical-update-section .view-social-media .social-media-content,
.medical-update-section .view-social-media .heading-component,
.medical-update-section .view-resources .social-media-content,
.medical-update-section .view-resources .heading-component,
.medical-update-section .view-doctor-update .social-media-content,
.medical-update-section .view-doctor-update .heading-component {
    width: 190px;
  }
}
@media all and (max-width: 575px) {
  .home-social-media-section .social-media-items .social-media-content,
.home-social-media-section .social-media-items .heading-component,
.home-social-media-section .view-social-media .social-media-content,
.home-social-media-section .view-social-media .heading-component,
.home-social-media-section .view-resources .social-media-content,
.home-social-media-section .view-resources .heading-component,
.home-social-media-section .view-doctor-update .social-media-content,
.home-social-media-section .view-doctor-update .heading-component,
.resources-section .social-media-items .social-media-content,
.resources-section .social-media-items .heading-component,
.resources-section .view-social-media .social-media-content,
.resources-section .view-social-media .heading-component,
.resources-section .view-resources .social-media-content,
.resources-section .view-resources .heading-component,
.resources-section .view-doctor-update .social-media-content,
.resources-section .view-doctor-update .heading-component,
.medical-update-section .social-media-items .social-media-content,
.medical-update-section .social-media-items .heading-component,
.medical-update-section .view-social-media .social-media-content,
.medical-update-section .view-social-media .heading-component,
.medical-update-section .view-resources .social-media-content,
.medical-update-section .view-resources .heading-component,
.medical-update-section .view-doctor-update .social-media-content,
.medical-update-section .view-doctor-update .heading-component {
    width: 100%;
    margin-bottom: 0px;
  }
}
.home-social-media-section .social-media-items .social-media-content input,
.home-social-media-section .social-media-items .social-media-content label,
.home-social-media-section .social-media-items .heading-component input,
.home-social-media-section .social-media-items .heading-component label,
.home-social-media-section .view-social-media .social-media-content input,
.home-social-media-section .view-social-media .social-media-content label,
.home-social-media-section .view-social-media .heading-component input,
.home-social-media-section .view-social-media .heading-component label,
.home-social-media-section .view-resources .social-media-content input,
.home-social-media-section .view-resources .social-media-content label,
.home-social-media-section .view-resources .heading-component input,
.home-social-media-section .view-resources .heading-component label,
.home-social-media-section .view-doctor-update .social-media-content input,
.home-social-media-section .view-doctor-update .social-media-content label,
.home-social-media-section .view-doctor-update .heading-component input,
.home-social-media-section .view-doctor-update .heading-component label,
.resources-section .social-media-items .social-media-content input,
.resources-section .social-media-items .social-media-content label,
.resources-section .social-media-items .heading-component input,
.resources-section .social-media-items .heading-component label,
.resources-section .view-social-media .social-media-content input,
.resources-section .view-social-media .social-media-content label,
.resources-section .view-social-media .heading-component input,
.resources-section .view-social-media .heading-component label,
.resources-section .view-resources .social-media-content input,
.resources-section .view-resources .social-media-content label,
.resources-section .view-resources .heading-component input,
.resources-section .view-resources .heading-component label,
.resources-section .view-doctor-update .social-media-content input,
.resources-section .view-doctor-update .social-media-content label,
.resources-section .view-doctor-update .heading-component input,
.resources-section .view-doctor-update .heading-component label,
.medical-update-section .social-media-items .social-media-content input,
.medical-update-section .social-media-items .social-media-content label,
.medical-update-section .social-media-items .heading-component input,
.medical-update-section .social-media-items .heading-component label,
.medical-update-section .view-social-media .social-media-content input,
.medical-update-section .view-social-media .social-media-content label,
.medical-update-section .view-social-media .heading-component input,
.medical-update-section .view-social-media .heading-component label,
.medical-update-section .view-resources .social-media-content input,
.medical-update-section .view-resources .social-media-content label,
.medical-update-section .view-resources .heading-component input,
.medical-update-section .view-resources .heading-component label,
.medical-update-section .view-doctor-update .social-media-content input,
.medical-update-section .view-doctor-update .social-media-content label,
.medical-update-section .view-doctor-update .heading-component input,
.medical-update-section .view-doctor-update .heading-component label {
  display: none;
}
.home-social-media-section .social-media-items .social-media-content .view-filters,
.home-social-media-section .social-media-items .heading-component .view-filters,
.home-social-media-section .view-social-media .social-media-content .view-filters,
.home-social-media-section .view-social-media .heading-component .view-filters,
.home-social-media-section .view-resources .social-media-content .view-filters,
.home-social-media-section .view-resources .heading-component .view-filters,
.home-social-media-section .view-doctor-update .social-media-content .view-filters,
.home-social-media-section .view-doctor-update .heading-component .view-filters,
.resources-section .social-media-items .social-media-content .view-filters,
.resources-section .social-media-items .heading-component .view-filters,
.resources-section .view-social-media .social-media-content .view-filters,
.resources-section .view-social-media .heading-component .view-filters,
.resources-section .view-resources .social-media-content .view-filters,
.resources-section .view-resources .heading-component .view-filters,
.resources-section .view-doctor-update .social-media-content .view-filters,
.resources-section .view-doctor-update .heading-component .view-filters,
.medical-update-section .social-media-items .social-media-content .view-filters,
.medical-update-section .social-media-items .heading-component .view-filters,
.medical-update-section .view-social-media .social-media-content .view-filters,
.medical-update-section .view-social-media .heading-component .view-filters,
.medical-update-section .view-resources .social-media-content .view-filters,
.medical-update-section .view-resources .heading-component .view-filters,
.medical-update-section .view-doctor-update .social-media-content .view-filters,
.medical-update-section .view-doctor-update .heading-component .view-filters {
  width: 100%;
}
.home-social-media-section .social-media-items .social-media-content .view-filters .views-exposed-form .form--inline .form-actions,
.home-social-media-section .social-media-items .heading-component .view-filters .views-exposed-form .form--inline .form-actions,
.home-social-media-section .view-social-media .social-media-content .view-filters .views-exposed-form .form--inline .form-actions,
.home-social-media-section .view-social-media .heading-component .view-filters .views-exposed-form .form--inline .form-actions,
.home-social-media-section .view-resources .social-media-content .view-filters .views-exposed-form .form--inline .form-actions,
.home-social-media-section .view-resources .heading-component .view-filters .views-exposed-form .form--inline .form-actions,
.home-social-media-section .view-doctor-update .social-media-content .view-filters .views-exposed-form .form--inline .form-actions,
.home-social-media-section .view-doctor-update .heading-component .view-filters .views-exposed-form .form--inline .form-actions,
.resources-section .social-media-items .social-media-content .view-filters .views-exposed-form .form--inline .form-actions,
.resources-section .social-media-items .heading-component .view-filters .views-exposed-form .form--inline .form-actions,
.resources-section .view-social-media .social-media-content .view-filters .views-exposed-form .form--inline .form-actions,
.resources-section .view-social-media .heading-component .view-filters .views-exposed-form .form--inline .form-actions,
.resources-section .view-resources .social-media-content .view-filters .views-exposed-form .form--inline .form-actions,
.resources-section .view-resources .heading-component .view-filters .views-exposed-form .form--inline .form-actions,
.resources-section .view-doctor-update .social-media-content .view-filters .views-exposed-form .form--inline .form-actions,
.resources-section .view-doctor-update .heading-component .view-filters .views-exposed-form .form--inline .form-actions,
.medical-update-section .social-media-items .social-media-content .view-filters .views-exposed-form .form--inline .form-actions,
.medical-update-section .social-media-items .heading-component .view-filters .views-exposed-form .form--inline .form-actions,
.medical-update-section .view-social-media .social-media-content .view-filters .views-exposed-form .form--inline .form-actions,
.medical-update-section .view-social-media .heading-component .view-filters .views-exposed-form .form--inline .form-actions,
.medical-update-section .view-resources .social-media-content .view-filters .views-exposed-form .form--inline .form-actions,
.medical-update-section .view-resources .heading-component .view-filters .views-exposed-form .form--inline .form-actions,
.medical-update-section .view-doctor-update .social-media-content .view-filters .views-exposed-form .form--inline .form-actions,
.medical-update-section .view-doctor-update .heading-component .view-filters .views-exposed-form .form--inline .form-actions {
  display: none;
}
.home-social-media-section .social-media-items .social-media-content ul,
.home-social-media-section .social-media-items .heading-component ul,
.home-social-media-section .view-social-media .social-media-content ul,
.home-social-media-section .view-social-media .heading-component ul,
.home-social-media-section .view-resources .social-media-content ul,
.home-social-media-section .view-resources .heading-component ul,
.home-social-media-section .view-doctor-update .social-media-content ul,
.home-social-media-section .view-doctor-update .heading-component ul,
.resources-section .social-media-items .social-media-content ul,
.resources-section .social-media-items .heading-component ul,
.resources-section .view-social-media .social-media-content ul,
.resources-section .view-social-media .heading-component ul,
.resources-section .view-resources .social-media-content ul,
.resources-section .view-resources .heading-component ul,
.resources-section .view-doctor-update .social-media-content ul,
.resources-section .view-doctor-update .heading-component ul,
.medical-update-section .social-media-items .social-media-content ul,
.medical-update-section .social-media-items .heading-component ul,
.medical-update-section .view-social-media .social-media-content ul,
.medical-update-section .view-social-media .heading-component ul,
.medical-update-section .view-resources .social-media-content ul,
.medical-update-section .view-resources .heading-component ul,
.medical-update-section .view-doctor-update .social-media-content ul,
.medical-update-section .view-doctor-update .heading-component ul {
  list-style: none;
  flex-direction: column;
  margin-bottom: 50px;
}
@media all and (max-width: 575px) {
  .home-social-media-section .social-media-items .social-media-content ul,
.home-social-media-section .social-media-items .heading-component ul,
.home-social-media-section .view-social-media .social-media-content ul,
.home-social-media-section .view-social-media .heading-component ul,
.home-social-media-section .view-resources .social-media-content ul,
.home-social-media-section .view-resources .heading-component ul,
.home-social-media-section .view-doctor-update .social-media-content ul,
.home-social-media-section .view-doctor-update .heading-component ul,
.resources-section .social-media-items .social-media-content ul,
.resources-section .social-media-items .heading-component ul,
.resources-section .view-social-media .social-media-content ul,
.resources-section .view-social-media .heading-component ul,
.resources-section .view-resources .social-media-content ul,
.resources-section .view-resources .heading-component ul,
.resources-section .view-doctor-update .social-media-content ul,
.resources-section .view-doctor-update .heading-component ul,
.medical-update-section .social-media-items .social-media-content ul,
.medical-update-section .social-media-items .heading-component ul,
.medical-update-section .view-social-media .social-media-content ul,
.medical-update-section .view-social-media .heading-component ul,
.medical-update-section .view-resources .social-media-content ul,
.medical-update-section .view-resources .heading-component ul,
.medical-update-section .view-doctor-update .social-media-content ul,
.medical-update-section .view-doctor-update .heading-component ul {
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
    column-gap: 30px;
    justify-content: start;
  }
}
.home-social-media-section .social-media-items .social-media-content ul li,
.home-social-media-section .social-media-items .heading-component ul li,
.home-social-media-section .view-social-media .social-media-content ul li,
.home-social-media-section .view-social-media .heading-component ul li,
.home-social-media-section .view-resources .social-media-content ul li,
.home-social-media-section .view-resources .heading-component ul li,
.home-social-media-section .view-doctor-update .social-media-content ul li,
.home-social-media-section .view-doctor-update .heading-component ul li,
.resources-section .social-media-items .social-media-content ul li,
.resources-section .social-media-items .heading-component ul li,
.resources-section .view-social-media .social-media-content ul li,
.resources-section .view-social-media .heading-component ul li,
.resources-section .view-resources .social-media-content ul li,
.resources-section .view-resources .heading-component ul li,
.resources-section .view-doctor-update .social-media-content ul li,
.resources-section .view-doctor-update .heading-component ul li,
.medical-update-section .social-media-items .social-media-content ul li,
.medical-update-section .social-media-items .heading-component ul li,
.medical-update-section .view-social-media .social-media-content ul li,
.medical-update-section .view-social-media .heading-component ul li,
.medical-update-section .view-resources .social-media-content ul li,
.medical-update-section .view-resources .heading-component ul li,
.medical-update-section .view-doctor-update .social-media-content ul li,
.medical-update-section .view-doctor-update .heading-component ul li {
  list-style-type: none;
  margin-bottom: 0px;
  height: 77px;
  cursor: pointer;
}
@media all and (max-width: 1200px) {
  .home-social-media-section .social-media-items .social-media-content ul li,
.home-social-media-section .social-media-items .heading-component ul li,
.home-social-media-section .view-social-media .social-media-content ul li,
.home-social-media-section .view-social-media .heading-component ul li,
.home-social-media-section .view-resources .social-media-content ul li,
.home-social-media-section .view-resources .heading-component ul li,
.home-social-media-section .view-doctor-update .social-media-content ul li,
.home-social-media-section .view-doctor-update .heading-component ul li,
.resources-section .social-media-items .social-media-content ul li,
.resources-section .social-media-items .heading-component ul li,
.resources-section .view-social-media .social-media-content ul li,
.resources-section .view-social-media .heading-component ul li,
.resources-section .view-resources .social-media-content ul li,
.resources-section .view-resources .heading-component ul li,
.resources-section .view-doctor-update .social-media-content ul li,
.resources-section .view-doctor-update .heading-component ul li,
.medical-update-section .social-media-items .social-media-content ul li,
.medical-update-section .social-media-items .heading-component ul li,
.medical-update-section .view-social-media .social-media-content ul li,
.medical-update-section .view-social-media .heading-component ul li,
.medical-update-section .view-resources .social-media-content ul li,
.medical-update-section .view-resources .heading-component ul li,
.medical-update-section .view-doctor-update .social-media-content ul li,
.medical-update-section .view-doctor-update .heading-component ul li {
    height: 65px;
  }
}
@media all and (max-width: 991px) {
  .home-social-media-section .social-media-items .social-media-content ul li,
.home-social-media-section .social-media-items .heading-component ul li,
.home-social-media-section .view-social-media .social-media-content ul li,
.home-social-media-section .view-social-media .heading-component ul li,
.home-social-media-section .view-resources .social-media-content ul li,
.home-social-media-section .view-resources .heading-component ul li,
.home-social-media-section .view-doctor-update .social-media-content ul li,
.home-social-media-section .view-doctor-update .heading-component ul li,
.resources-section .social-media-items .social-media-content ul li,
.resources-section .social-media-items .heading-component ul li,
.resources-section .view-social-media .social-media-content ul li,
.resources-section .view-social-media .heading-component ul li,
.resources-section .view-resources .social-media-content ul li,
.resources-section .view-resources .heading-component ul li,
.resources-section .view-doctor-update .social-media-content ul li,
.resources-section .view-doctor-update .heading-component ul li,
.medical-update-section .social-media-items .social-media-content ul li,
.medical-update-section .social-media-items .heading-component ul li,
.medical-update-section .view-social-media .social-media-content ul li,
.medical-update-section .view-social-media .heading-component ul li,
.medical-update-section .view-resources .social-media-content ul li,
.medical-update-section .view-resources .heading-component ul li,
.medical-update-section .view-doctor-update .social-media-content ul li,
.medical-update-section .view-doctor-update .heading-component ul li {
    height: 55px;
  }
}
@media all and (max-width: 575px) {
  .home-social-media-section .social-media-items .social-media-content ul li,
.home-social-media-section .social-media-items .heading-component ul li,
.home-social-media-section .view-social-media .social-media-content ul li,
.home-social-media-section .view-social-media .heading-component ul li,
.home-social-media-section .view-resources .social-media-content ul li,
.home-social-media-section .view-resources .heading-component ul li,
.home-social-media-section .view-doctor-update .social-media-content ul li,
.home-social-media-section .view-doctor-update .heading-component ul li,
.resources-section .social-media-items .social-media-content ul li,
.resources-section .social-media-items .heading-component ul li,
.resources-section .view-social-media .social-media-content ul li,
.resources-section .view-social-media .heading-component ul li,
.resources-section .view-resources .social-media-content ul li,
.resources-section .view-resources .heading-component ul li,
.resources-section .view-doctor-update .social-media-content ul li,
.resources-section .view-doctor-update .heading-component ul li,
.medical-update-section .social-media-items .social-media-content ul li,
.medical-update-section .social-media-items .heading-component ul li,
.medical-update-section .view-social-media .social-media-content ul li,
.medical-update-section .view-social-media .heading-component ul li,
.medical-update-section .view-resources .social-media-content ul li,
.medical-update-section .view-resources .heading-component ul li,
.medical-update-section .view-doctor-update .social-media-content ul li,
.medical-update-section .view-doctor-update .heading-component ul li {
    height: auto;
  }
}
.home-social-media-section .social-media-items .social-media-content ul li a,
.home-social-media-section .social-media-items .heading-component ul li a,
.home-social-media-section .view-social-media .social-media-content ul li a,
.home-social-media-section .view-social-media .heading-component ul li a,
.home-social-media-section .view-resources .social-media-content ul li a,
.home-social-media-section .view-resources .heading-component ul li a,
.home-social-media-section .view-doctor-update .social-media-content ul li a,
.home-social-media-section .view-doctor-update .heading-component ul li a,
.resources-section .social-media-items .social-media-content ul li a,
.resources-section .social-media-items .heading-component ul li a,
.resources-section .view-social-media .social-media-content ul li a,
.resources-section .view-social-media .heading-component ul li a,
.resources-section .view-resources .social-media-content ul li a,
.resources-section .view-resources .heading-component ul li a,
.resources-section .view-doctor-update .social-media-content ul li a,
.resources-section .view-doctor-update .heading-component ul li a,
.medical-update-section .social-media-items .social-media-content ul li a,
.medical-update-section .social-media-items .heading-component ul li a,
.medical-update-section .view-social-media .social-media-content ul li a,
.medical-update-section .view-social-media .heading-component ul li a,
.medical-update-section .view-resources .social-media-content ul li a,
.medical-update-section .view-resources .heading-component ul li a,
.medical-update-section .view-doctor-update .social-media-content ul li a,
.medical-update-section .view-doctor-update .heading-component ul li a {
  font-size: 24px;
  font-weight: 400;
  color: #6f6f6f;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .home-social-media-section .social-media-items .social-media-content ul li a,
.home-social-media-section .social-media-items .heading-component ul li a,
.home-social-media-section .view-social-media .social-media-content ul li a,
.home-social-media-section .view-social-media .heading-component ul li a,
.home-social-media-section .view-resources .social-media-content ul li a,
.home-social-media-section .view-resources .heading-component ul li a,
.home-social-media-section .view-doctor-update .social-media-content ul li a,
.home-social-media-section .view-doctor-update .heading-component ul li a,
.resources-section .social-media-items .social-media-content ul li a,
.resources-section .social-media-items .heading-component ul li a,
.resources-section .view-social-media .social-media-content ul li a,
.resources-section .view-social-media .heading-component ul li a,
.resources-section .view-resources .social-media-content ul li a,
.resources-section .view-resources .heading-component ul li a,
.resources-section .view-doctor-update .social-media-content ul li a,
.resources-section .view-doctor-update .heading-component ul li a,
.medical-update-section .social-media-items .social-media-content ul li a,
.medical-update-section .social-media-items .heading-component ul li a,
.medical-update-section .view-social-media .social-media-content ul li a,
.medical-update-section .view-social-media .heading-component ul li a,
.medical-update-section .view-resources .social-media-content ul li a,
.medical-update-section .view-resources .heading-component ul li a,
.medical-update-section .view-doctor-update .social-media-content ul li a,
.medical-update-section .view-doctor-update .heading-component ul li a {
    font-size: 20px;
    line-height: 26px;
  }
}
@media all and (max-width: 767px) {
  .home-social-media-section .social-media-items .social-media-content ul li a,
.home-social-media-section .social-media-items .heading-component ul li a,
.home-social-media-section .view-social-media .social-media-content ul li a,
.home-social-media-section .view-social-media .heading-component ul li a,
.home-social-media-section .view-resources .social-media-content ul li a,
.home-social-media-section .view-resources .heading-component ul li a,
.home-social-media-section .view-doctor-update .social-media-content ul li a,
.home-social-media-section .view-doctor-update .heading-component ul li a,
.resources-section .social-media-items .social-media-content ul li a,
.resources-section .social-media-items .heading-component ul li a,
.resources-section .view-social-media .social-media-content ul li a,
.resources-section .view-social-media .heading-component ul li a,
.resources-section .view-resources .social-media-content ul li a,
.resources-section .view-resources .heading-component ul li a,
.resources-section .view-doctor-update .social-media-content ul li a,
.resources-section .view-doctor-update .heading-component ul li a,
.medical-update-section .social-media-items .social-media-content ul li a,
.medical-update-section .social-media-items .heading-component ul li a,
.medical-update-section .view-social-media .social-media-content ul li a,
.medical-update-section .view-social-media .heading-component ul li a,
.medical-update-section .view-resources .social-media-content ul li a,
.medical-update-section .view-resources .heading-component ul li a,
.medical-update-section .view-doctor-update .social-media-content ul li a,
.medical-update-section .view-doctor-update .heading-component ul li a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media all and (max-width: 361px) {
  .home-social-media-section .social-media-items .social-media-content ul li a,
.home-social-media-section .social-media-items .heading-component ul li a,
.home-social-media-section .view-social-media .social-media-content ul li a,
.home-social-media-section .view-social-media .heading-component ul li a,
.home-social-media-section .view-resources .social-media-content ul li a,
.home-social-media-section .view-resources .heading-component ul li a,
.home-social-media-section .view-doctor-update .social-media-content ul li a,
.home-social-media-section .view-doctor-update .heading-component ul li a,
.resources-section .social-media-items .social-media-content ul li a,
.resources-section .social-media-items .heading-component ul li a,
.resources-section .view-social-media .social-media-content ul li a,
.resources-section .view-social-media .heading-component ul li a,
.resources-section .view-resources .social-media-content ul li a,
.resources-section .view-resources .heading-component ul li a,
.resources-section .view-doctor-update .social-media-content ul li a,
.resources-section .view-doctor-update .heading-component ul li a,
.medical-update-section .social-media-items .social-media-content ul li a,
.medical-update-section .social-media-items .heading-component ul li a,
.medical-update-section .view-social-media .social-media-content ul li a,
.medical-update-section .view-social-media .heading-component ul li a,
.medical-update-section .view-resources .social-media-content ul li a,
.medical-update-section .view-resources .heading-component ul li a,
.medical-update-section .view-doctor-update .social-media-content ul li a,
.medical-update-section .view-doctor-update .heading-component ul li a {
    font-size: 16px;
    line-height: 22px;
  }
}
.home-social-media-section .social-media-items .social-media-content ul li a::after,
.home-social-media-section .social-media-items .heading-component ul li a::after,
.home-social-media-section .view-social-media .social-media-content ul li a::after,
.home-social-media-section .view-social-media .heading-component ul li a::after,
.home-social-media-section .view-resources .social-media-content ul li a::after,
.home-social-media-section .view-resources .heading-component ul li a::after,
.home-social-media-section .view-doctor-update .social-media-content ul li a::after,
.home-social-media-section .view-doctor-update .heading-component ul li a::after,
.resources-section .social-media-items .social-media-content ul li a::after,
.resources-section .social-media-items .heading-component ul li a::after,
.resources-section .view-social-media .social-media-content ul li a::after,
.resources-section .view-social-media .heading-component ul li a::after,
.resources-section .view-resources .social-media-content ul li a::after,
.resources-section .view-resources .heading-component ul li a::after,
.resources-section .view-doctor-update .social-media-content ul li a::after,
.resources-section .view-doctor-update .heading-component ul li a::after,
.medical-update-section .social-media-items .social-media-content ul li a::after,
.medical-update-section .social-media-items .heading-component ul li a::after,
.medical-update-section .view-social-media .social-media-content ul li a::after,
.medical-update-section .view-social-media .heading-component ul li a::after,
.medical-update-section .view-resources .social-media-content ul li a::after,
.medical-update-section .view-resources .heading-component ul li a::after,
.medical-update-section .view-doctor-update .social-media-content ul li a::after,
.medical-update-section .view-doctor-update .heading-component ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #e3e3e3;
  transition: 0.3s all;
}
.home-social-media-section .social-media-items .social-media-content ul li a.bef-link--selected,
.home-social-media-section .social-media-items .heading-component ul li a.bef-link--selected,
.home-social-media-section .view-social-media .social-media-content ul li a.bef-link--selected,
.home-social-media-section .view-social-media .heading-component ul li a.bef-link--selected,
.home-social-media-section .view-resources .social-media-content ul li a.bef-link--selected,
.home-social-media-section .view-resources .heading-component ul li a.bef-link--selected,
.home-social-media-section .view-doctor-update .social-media-content ul li a.bef-link--selected,
.home-social-media-section .view-doctor-update .heading-component ul li a.bef-link--selected,
.resources-section .social-media-items .social-media-content ul li a.bef-link--selected,
.resources-section .social-media-items .heading-component ul li a.bef-link--selected,
.resources-section .view-social-media .social-media-content ul li a.bef-link--selected,
.resources-section .view-social-media .heading-component ul li a.bef-link--selected,
.resources-section .view-resources .social-media-content ul li a.bef-link--selected,
.resources-section .view-resources .heading-component ul li a.bef-link--selected,
.resources-section .view-doctor-update .social-media-content ul li a.bef-link--selected,
.resources-section .view-doctor-update .heading-component ul li a.bef-link--selected,
.medical-update-section .social-media-items .social-media-content ul li a.bef-link--selected,
.medical-update-section .social-media-items .heading-component ul li a.bef-link--selected,
.medical-update-section .view-social-media .social-media-content ul li a.bef-link--selected,
.medical-update-section .view-social-media .heading-component ul li a.bef-link--selected,
.medical-update-section .view-resources .social-media-content ul li a.bef-link--selected,
.medical-update-section .view-resources .heading-component ul li a.bef-link--selected,
.medical-update-section .view-doctor-update .social-media-content ul li a.bef-link--selected,
.medical-update-section .view-doctor-update .heading-component ul li a.bef-link--selected {
  background: #f5aa3f !important;
  color: white !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.home-social-media-section .social-media-items .social-media-content ul li a.bef-link--selected::after,
.home-social-media-section .social-media-items .heading-component ul li a.bef-link--selected::after,
.home-social-media-section .view-social-media .social-media-content ul li a.bef-link--selected::after,
.home-social-media-section .view-social-media .heading-component ul li a.bef-link--selected::after,
.home-social-media-section .view-resources .social-media-content ul li a.bef-link--selected::after,
.home-social-media-section .view-resources .heading-component ul li a.bef-link--selected::after,
.home-social-media-section .view-doctor-update .social-media-content ul li a.bef-link--selected::after,
.home-social-media-section .view-doctor-update .heading-component ul li a.bef-link--selected::after,
.resources-section .social-media-items .social-media-content ul li a.bef-link--selected::after,
.resources-section .social-media-items .heading-component ul li a.bef-link--selected::after,
.resources-section .view-social-media .social-media-content ul li a.bef-link--selected::after,
.resources-section .view-social-media .heading-component ul li a.bef-link--selected::after,
.resources-section .view-resources .social-media-content ul li a.bef-link--selected::after,
.resources-section .view-resources .heading-component ul li a.bef-link--selected::after,
.resources-section .view-doctor-update .social-media-content ul li a.bef-link--selected::after,
.resources-section .view-doctor-update .heading-component ul li a.bef-link--selected::after,
.medical-update-section .social-media-items .social-media-content ul li a.bef-link--selected::after,
.medical-update-section .social-media-items .heading-component ul li a.bef-link--selected::after,
.medical-update-section .view-social-media .social-media-content ul li a.bef-link--selected::after,
.medical-update-section .view-social-media .heading-component ul li a.bef-link--selected::after,
.medical-update-section .view-resources .social-media-content ul li a.bef-link--selected::after,
.medical-update-section .view-resources .heading-component ul li a.bef-link--selected::after,
.medical-update-section .view-doctor-update .social-media-content ul li a.bef-link--selected::after,
.medical-update-section .view-doctor-update .heading-component ul li a.bef-link--selected::after {
  background-color: #f5aa3f !important;
}
.home-social-media-section .social-media-items .social-media-content ul li:last-child a::after,
.home-social-media-section .social-media-items .heading-component ul li:last-child a::after,
.home-social-media-section .view-social-media .social-media-content ul li:last-child a::after,
.home-social-media-section .view-social-media .heading-component ul li:last-child a::after,
.home-social-media-section .view-resources .social-media-content ul li:last-child a::after,
.home-social-media-section .view-resources .heading-component ul li:last-child a::after,
.home-social-media-section .view-doctor-update .social-media-content ul li:last-child a::after,
.home-social-media-section .view-doctor-update .heading-component ul li:last-child a::after,
.resources-section .social-media-items .social-media-content ul li:last-child a::after,
.resources-section .social-media-items .heading-component ul li:last-child a::after,
.resources-section .view-social-media .social-media-content ul li:last-child a::after,
.resources-section .view-social-media .heading-component ul li:last-child a::after,
.resources-section .view-resources .social-media-content ul li:last-child a::after,
.resources-section .view-resources .heading-component ul li:last-child a::after,
.resources-section .view-doctor-update .social-media-content ul li:last-child a::after,
.resources-section .view-doctor-update .heading-component ul li:last-child a::after,
.medical-update-section .social-media-items .social-media-content ul li:last-child a::after,
.medical-update-section .social-media-items .heading-component ul li:last-child a::after,
.medical-update-section .view-social-media .social-media-content ul li:last-child a::after,
.medical-update-section .view-social-media .heading-component ul li:last-child a::after,
.medical-update-section .view-resources .social-media-content ul li:last-child a::after,
.medical-update-section .view-resources .heading-component ul li:last-child a::after,
.medical-update-section .view-doctor-update .social-media-content ul li:last-child a::after,
.medical-update-section .view-doctor-update .heading-component ul li:last-child a::after {
  display: none;
}
.home-social-media-section .social-media-items .social-media-content ul li:hover a,
.home-social-media-section .social-media-items .heading-component ul li:hover a,
.home-social-media-section .view-social-media .social-media-content ul li:hover a,
.home-social-media-section .view-social-media .heading-component ul li:hover a,
.home-social-media-section .view-resources .social-media-content ul li:hover a,
.home-social-media-section .view-resources .heading-component ul li:hover a,
.home-social-media-section .view-doctor-update .social-media-content ul li:hover a,
.home-social-media-section .view-doctor-update .heading-component ul li:hover a,
.resources-section .social-media-items .social-media-content ul li:hover a,
.resources-section .social-media-items .heading-component ul li:hover a,
.resources-section .view-social-media .social-media-content ul li:hover a,
.resources-section .view-social-media .heading-component ul li:hover a,
.resources-section .view-resources .social-media-content ul li:hover a,
.resources-section .view-resources .heading-component ul li:hover a,
.resources-section .view-doctor-update .social-media-content ul li:hover a,
.resources-section .view-doctor-update .heading-component ul li:hover a,
.medical-update-section .social-media-items .social-media-content ul li:hover a,
.medical-update-section .social-media-items .heading-component ul li:hover a,
.medical-update-section .view-social-media .social-media-content ul li:hover a,
.medical-update-section .view-social-media .heading-component ul li:hover a,
.medical-update-section .view-resources .social-media-content ul li:hover a,
.medical-update-section .view-resources .heading-component ul li:hover a,
.medical-update-section .view-doctor-update .social-media-content ul li:hover a,
.medical-update-section .view-doctor-update .heading-component ul li:hover a {
  color: black;
}
.home-social-media-section .social-media-items .social-media-content ul li:hover a::after,
.home-social-media-section .social-media-items .heading-component ul li:hover a::after,
.home-social-media-section .view-social-media .social-media-content ul li:hover a::after,
.home-social-media-section .view-social-media .heading-component ul li:hover a::after,
.home-social-media-section .view-resources .social-media-content ul li:hover a::after,
.home-social-media-section .view-resources .heading-component ul li:hover a::after,
.home-social-media-section .view-doctor-update .social-media-content ul li:hover a::after,
.home-social-media-section .view-doctor-update .heading-component ul li:hover a::after,
.resources-section .social-media-items .social-media-content ul li:hover a::after,
.resources-section .social-media-items .heading-component ul li:hover a::after,
.resources-section .view-social-media .social-media-content ul li:hover a::after,
.resources-section .view-social-media .heading-component ul li:hover a::after,
.resources-section .view-resources .social-media-content ul li:hover a::after,
.resources-section .view-resources .heading-component ul li:hover a::after,
.resources-section .view-doctor-update .social-media-content ul li:hover a::after,
.resources-section .view-doctor-update .heading-component ul li:hover a::after,
.medical-update-section .social-media-items .social-media-content ul li:hover a::after,
.medical-update-section .social-media-items .heading-component ul li:hover a::after,
.medical-update-section .view-social-media .social-media-content ul li:hover a::after,
.medical-update-section .view-social-media .heading-component ul li:hover a::after,
.medical-update-section .view-resources .social-media-content ul li:hover a::after,
.medical-update-section .view-resources .heading-component ul li:hover a::after,
.medical-update-section .view-doctor-update .social-media-content ul li:hover a::after,
.medical-update-section .view-doctor-update .heading-component ul li:hover a::after {
  background-color: black;
}
.home-social-media-section .social-media-items .social-media-slider,
.home-social-media-section .social-media-items .view-content,
.home-social-media-section .view-social-media .social-media-slider,
.home-social-media-section .view-social-media .view-content,
.home-social-media-section .view-resources .social-media-slider,
.home-social-media-section .view-resources .view-content,
.home-social-media-section .view-doctor-update .social-media-slider,
.home-social-media-section .view-doctor-update .view-content,
.resources-section .social-media-items .social-media-slider,
.resources-section .social-media-items .view-content,
.resources-section .view-social-media .social-media-slider,
.resources-section .view-social-media .view-content,
.resources-section .view-resources .social-media-slider,
.resources-section .view-resources .view-content,
.resources-section .view-doctor-update .social-media-slider,
.resources-section .view-doctor-update .view-content,
.medical-update-section .social-media-items .social-media-slider,
.medical-update-section .social-media-items .view-content,
.medical-update-section .view-social-media .social-media-slider,
.medical-update-section .view-social-media .view-content,
.medical-update-section .view-resources .social-media-slider,
.medical-update-section .view-resources .view-content,
.medical-update-section .view-doctor-update .social-media-slider,
.medical-update-section .view-doctor-update .view-content {
  width: 100%;
  height: 100%;
}
.home-social-media-section .social-media-items .social-media-slider .tab-content,
.home-social-media-section .social-media-items .view-content .tab-content,
.home-social-media-section .view-social-media .social-media-slider .tab-content,
.home-social-media-section .view-social-media .view-content .tab-content,
.home-social-media-section .view-resources .social-media-slider .tab-content,
.home-social-media-section .view-resources .view-content .tab-content,
.home-social-media-section .view-doctor-update .social-media-slider .tab-content,
.home-social-media-section .view-doctor-update .view-content .tab-content,
.resources-section .social-media-items .social-media-slider .tab-content,
.resources-section .social-media-items .view-content .tab-content,
.resources-section .view-social-media .social-media-slider .tab-content,
.resources-section .view-social-media .view-content .tab-content,
.resources-section .view-resources .social-media-slider .tab-content,
.resources-section .view-resources .view-content .tab-content,
.resources-section .view-doctor-update .social-media-slider .tab-content,
.resources-section .view-doctor-update .view-content .tab-content,
.medical-update-section .social-media-items .social-media-slider .tab-content,
.medical-update-section .social-media-items .view-content .tab-content,
.medical-update-section .view-social-media .social-media-slider .tab-content,
.medical-update-section .view-social-media .view-content .tab-content,
.medical-update-section .view-resources .social-media-slider .tab-content,
.medical-update-section .view-resources .view-content .tab-content,
.medical-update-section .view-doctor-update .social-media-slider .tab-content,
.medical-update-section .view-doctor-update .view-content .tab-content {
  max-width: 890px;
  width: 100%;
}
@media all and (max-width: 1200px) {
  .home-social-media-section .social-media-items .social-media-slider .tab-content,
.home-social-media-section .social-media-items .view-content .tab-content,
.home-social-media-section .view-social-media .social-media-slider .tab-content,
.home-social-media-section .view-social-media .view-content .tab-content,
.home-social-media-section .view-resources .social-media-slider .tab-content,
.home-social-media-section .view-resources .view-content .tab-content,
.home-social-media-section .view-doctor-update .social-media-slider .tab-content,
.home-social-media-section .view-doctor-update .view-content .tab-content,
.resources-section .social-media-items .social-media-slider .tab-content,
.resources-section .social-media-items .view-content .tab-content,
.resources-section .view-social-media .social-media-slider .tab-content,
.resources-section .view-social-media .view-content .tab-content,
.resources-section .view-resources .social-media-slider .tab-content,
.resources-section .view-resources .view-content .tab-content,
.resources-section .view-doctor-update .social-media-slider .tab-content,
.resources-section .view-doctor-update .view-content .tab-content,
.medical-update-section .social-media-items .social-media-slider .tab-content,
.medical-update-section .social-media-items .view-content .tab-content,
.medical-update-section .view-social-media .social-media-slider .tab-content,
.medical-update-section .view-social-media .view-content .tab-content,
.medical-update-section .view-resources .social-media-slider .tab-content,
.medical-update-section .view-resources .view-content .tab-content,
.medical-update-section .view-doctor-update .social-media-slider .tab-content,
.medical-update-section .view-doctor-update .view-content .tab-content {
    max-width: 550px;
    margin-left: auto;
  }
}
@media all and (max-width: 991px) {
  .home-social-media-section .social-media-items .social-media-slider .tab-content,
.home-social-media-section .social-media-items .view-content .tab-content,
.home-social-media-section .view-social-media .social-media-slider .tab-content,
.home-social-media-section .view-social-media .view-content .tab-content,
.home-social-media-section .view-resources .social-media-slider .tab-content,
.home-social-media-section .view-resources .view-content .tab-content,
.home-social-media-section .view-doctor-update .social-media-slider .tab-content,
.home-social-media-section .view-doctor-update .view-content .tab-content,
.resources-section .social-media-items .social-media-slider .tab-content,
.resources-section .social-media-items .view-content .tab-content,
.resources-section .view-social-media .social-media-slider .tab-content,
.resources-section .view-social-media .view-content .tab-content,
.resources-section .view-resources .social-media-slider .tab-content,
.resources-section .view-resources .view-content .tab-content,
.resources-section .view-doctor-update .social-media-slider .tab-content,
.resources-section .view-doctor-update .view-content .tab-content,
.medical-update-section .social-media-items .social-media-slider .tab-content,
.medical-update-section .social-media-items .view-content .tab-content,
.medical-update-section .view-social-media .social-media-slider .tab-content,
.medical-update-section .view-social-media .view-content .tab-content,
.medical-update-section .view-resources .social-media-slider .tab-content,
.medical-update-section .view-resources .view-content .tab-content,
.medical-update-section .view-doctor-update .social-media-slider .tab-content,
.medical-update-section .view-doctor-update .view-content .tab-content {
    max-width: 420px;
  }
}
@media all and (max-width: 767px) {
  .home-social-media-section .social-media-items .social-media-slider .tab-content,
.home-social-media-section .social-media-items .view-content .tab-content,
.home-social-media-section .view-social-media .social-media-slider .tab-content,
.home-social-media-section .view-social-media .view-content .tab-content,
.home-social-media-section .view-resources .social-media-slider .tab-content,
.home-social-media-section .view-resources .view-content .tab-content,
.home-social-media-section .view-doctor-update .social-media-slider .tab-content,
.home-social-media-section .view-doctor-update .view-content .tab-content,
.resources-section .social-media-items .social-media-slider .tab-content,
.resources-section .social-media-items .view-content .tab-content,
.resources-section .view-social-media .social-media-slider .tab-content,
.resources-section .view-social-media .view-content .tab-content,
.resources-section .view-resources .social-media-slider .tab-content,
.resources-section .view-resources .view-content .tab-content,
.resources-section .view-doctor-update .social-media-slider .tab-content,
.resources-section .view-doctor-update .view-content .tab-content,
.medical-update-section .social-media-items .social-media-slider .tab-content,
.medical-update-section .social-media-items .view-content .tab-content,
.medical-update-section .view-social-media .social-media-slider .tab-content,
.medical-update-section .view-social-media .view-content .tab-content,
.medical-update-section .view-resources .social-media-slider .tab-content,
.medical-update-section .view-resources .view-content .tab-content,
.medical-update-section .view-doctor-update .social-media-slider .tab-content,
.medical-update-section .view-doctor-update .view-content .tab-content {
    max-width: 280px;
  }
}
@media all and (max-width: 575px) {
  .home-social-media-section .social-media-items .social-media-slider .tab-content,
.home-social-media-section .social-media-items .view-content .tab-content,
.home-social-media-section .view-social-media .social-media-slider .tab-content,
.home-social-media-section .view-social-media .view-content .tab-content,
.home-social-media-section .view-resources .social-media-slider .tab-content,
.home-social-media-section .view-resources .view-content .tab-content,
.home-social-media-section .view-doctor-update .social-media-slider .tab-content,
.home-social-media-section .view-doctor-update .view-content .tab-content,
.resources-section .social-media-items .social-media-slider .tab-content,
.resources-section .social-media-items .view-content .tab-content,
.resources-section .view-social-media .social-media-slider .tab-content,
.resources-section .view-social-media .view-content .tab-content,
.resources-section .view-resources .social-media-slider .tab-content,
.resources-section .view-resources .view-content .tab-content,
.resources-section .view-doctor-update .social-media-slider .tab-content,
.resources-section .view-doctor-update .view-content .tab-content,
.medical-update-section .social-media-items .social-media-slider .tab-content,
.medical-update-section .social-media-items .view-content .tab-content,
.medical-update-section .view-social-media .social-media-slider .tab-content,
.medical-update-section .view-social-media .view-content .tab-content,
.medical-update-section .view-resources .social-media-slider .tab-content,
.medical-update-section .view-resources .view-content .tab-content,
.medical-update-section .view-doctor-update .social-media-slider .tab-content,
.medical-update-section .view-doctor-update .view-content .tab-content {
    max-width: 360px;
    margin-left: 0px;
  }
}
.home-social-media-section .social-media-items .swiper-container,
.home-social-media-section .view-social-media .swiper-container,
.home-social-media-section .view-resources .swiper-container,
.home-social-media-section .view-doctor-update .swiper-container,
.resources-section .social-media-items .swiper-container,
.resources-section .view-social-media .swiper-container,
.resources-section .view-resources .swiper-container,
.resources-section .view-doctor-update .swiper-container,
.medical-update-section .social-media-items .swiper-container,
.medical-update-section .view-social-media .swiper-container,
.medical-update-section .view-resources .swiper-container,
.medical-update-section .view-doctor-update .swiper-container {
  padding-bottom: 30px;
}

.social-media-card-wrapper {
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  padding: 20px;
  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);
  margin: 30px 60px;
}
@media all and (max-width: 1200px) {
  .social-media-card-wrapper {
    padding: 10px;
    margin: 15px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
@media all and (max-width: 767px) {
  .social-media-card-wrapper {
    max-width: 100%;
  }
}
@media all and (max-width: 575px) {
  .social-media-card-wrapper {
    max-width: 350px;
    padding: 7px;
    margin: 20px;
  }
}
@media all and (max-width: 575px) {
  .social-media-card-wrapper {
    padding: 20px;
  }
}
.social-media-card-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.resources-section .view-resources,
.resources-section .view-doctor-update,
.medical-update-section .view-resources,
.medical-update-section .view-doctor-update {
  flex-direction: column;
  row-gap: 30px;
  padding-top: 0px;
  margin-right: 0px;
}
@media all and (max-width: 575px) {
  .resources-section .view-resources,
.resources-section .view-doctor-update,
.medical-update-section .view-resources,
.medical-update-section .view-doctor-update {
    padding: 0px;
  }
}
.resources-section .view-resources .heading-component,
.resources-section .view-doctor-update .heading-component,
.medical-update-section .view-resources .heading-component,
.medical-update-section .view-doctor-update .heading-component {
  width: 100%;
  margin-bottom: 0px;
}
.resources-section .view-resources .heading-component .views-exposed-form ul,
.resources-section .view-doctor-update .heading-component .views-exposed-form ul,
.medical-update-section .view-resources .heading-component .views-exposed-form ul,
.medical-update-section .view-doctor-update .heading-component .views-exposed-form ul {
  display: flex;
  gap: 0px;
  flex-direction: row;
  margin-bottom: 0px;
  flex-wrap: wrap;
  border-bottom: 1px solid #e3e3e3;
}
@media all and (max-width: 575px) {
  .resources-section .view-resources .heading-component .views-exposed-form ul,
.resources-section .view-doctor-update .heading-component .views-exposed-form ul,
.medical-update-section .view-resources .heading-component .views-exposed-form ul,
.medical-update-section .view-doctor-update .heading-component .views-exposed-form ul {
    justify-content: start;
  }
}
.resources-section .view-resources .heading-component .views-exposed-form ul li,
.resources-section .view-doctor-update .heading-component .views-exposed-form ul li,
.medical-update-section .view-resources .heading-component .views-exposed-form ul li,
.medical-update-section .view-doctor-update .heading-component .views-exposed-form ul li {
  width: calc(16% - 0px);
  height: 50px;
}
@media all and (max-width: 991px) {
  .resources-section .view-resources .heading-component .views-exposed-form ul li,
.resources-section .view-doctor-update .heading-component .views-exposed-form ul li,
.medical-update-section .view-resources .heading-component .views-exposed-form ul li,
.medical-update-section .view-doctor-update .heading-component .views-exposed-form ul li {
    width: calc(20% - 0px);
    height: 44px;
  }
}
@media all and (max-width: 575px) {
  .resources-section .view-resources .heading-component .views-exposed-form ul li,
.resources-section .view-doctor-update .heading-component .views-exposed-form ul li,
.medical-update-section .view-resources .heading-component .views-exposed-form ul li,
.medical-update-section .view-doctor-update .heading-component .views-exposed-form ul li {
    width: auto;
  }
}
.resources-section .view-resources .heading-component .views-exposed-form ul li a,
.resources-section .view-doctor-update .heading-component .views-exposed-form ul li a,
.medical-update-section .view-resources .heading-component .views-exposed-form ul li a,
.medical-update-section .view-doctor-update .heading-component .views-exposed-form ul li a {
  font-size: 18px;
  justify-content: center;
  color: white;
}
@media all and (max-width: 991px) {
  .resources-section .view-resources .heading-component .views-exposed-form ul li a,
.resources-section .view-doctor-update .heading-component .views-exposed-form ul li a,
.medical-update-section .view-resources .heading-component .views-exposed-form ul li a,
.medical-update-section .view-doctor-update .heading-component .views-exposed-form ul li a {
    font-size: 16px;
  }
}
@media all and (max-width: 575px) {
  .resources-section .view-resources .heading-component .views-exposed-form ul li a,
.resources-section .view-doctor-update .heading-component .views-exposed-form ul li a,
.medical-update-section .view-resources .heading-component .views-exposed-form ul li a,
.medical-update-section .view-doctor-update .heading-component .views-exposed-form ul li a {
    padding: 0px 10px;
  }
}
@media all and (max-width: 361px) {
  .resources-section .view-resources .heading-component .views-exposed-form ul li a,
.resources-section .view-doctor-update .heading-component .views-exposed-form ul li a,
.medical-update-section .view-resources .heading-component .views-exposed-form ul li a,
.medical-update-section .view-doctor-update .heading-component .views-exposed-form ul li a {
    font-size: 15px;
    padding: 0px 8px;
  }
}
.resources-section .view-resources .heading-component .views-exposed-form ul li a::after,
.resources-section .view-doctor-update .heading-component .views-exposed-form ul li a::after,
.medical-update-section .view-resources .heading-component .views-exposed-form ul li a::after,
.medical-update-section .view-doctor-update .heading-component .views-exposed-form ul li a::after {
  background-color: transparent;
}
.resources-section .view-resources .heading-component .views-exposed-form ul li a.bef-link--selected::after,
.resources-section .view-doctor-update .heading-component .views-exposed-form ul li a.bef-link--selected::after,
.medical-update-section .view-resources .heading-component .views-exposed-form ul li a.bef-link--selected::after,
.medical-update-section .view-doctor-update .heading-component .views-exposed-form ul li a.bef-link--selected::after {
  background-color: #f5aa3f;
}
.resources-section .view-resources .heading-component .views-exposed-form ul li:last-child a::after,
.resources-section .view-doctor-update .heading-component .views-exposed-form ul li:last-child a::after,
.medical-update-section .view-resources .heading-component .views-exposed-form ul li:last-child a::after,
.medical-update-section .view-doctor-update .heading-component .views-exposed-form ul li:last-child a::after {
  display: block !important;
}
.resources-section .heading-component,
.medical-update-section .heading-component {
  margin: 0px;
}

/* ============== IN THE NEWS SECTION FINISH ==============*/
/* ============== VIDEO SNIPPETS SECTION START ==============*/
.video-snippets-section h2 {
  text-align: center;
}
.video-snippets-section .video-snippets-wrapper {
  position: relative;
}
.video-snippets-section .video-snippets-card {
  padding-bottom: 20px;
}
.video-snippets-section .video-snippets-card .video-snippets-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 20px;
  height: 160px;
}
@media all and (max-width: 991px) {
  .video-snippets-section .video-snippets-card .video-snippets-image {
    margin-bottom: 10px;
  }
}
.video-snippets-section .video-snippets-card .video-snippets-image::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
.video-snippets-section .video-snippets-card .video-snippets-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-snippets-section .video-snippets-card .video-icon {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 45px;
  height: 45px;
  opacity: 0.6;
}
.video-snippets-section .video-snippets-card .video-snippets-content {
  opacity: 0;
}
.video-snippets-section .video-snippets-card p, .video-snippets-section .video-snippets-card blockquote {
  margin-bottom: 20px;
}
.video-snippets-section .video-snippets-card p strong, .video-snippets-section .video-snippets-card blockquote strong {
  font-weight: 600;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .video-snippets-section .video-snippets-card h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .video-snippets-section .video-snippets-card h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 1200px) {
  .video-snippets-section .video-snippets-card h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media all and (max-width: 991px) {
  .video-snippets-section .video-snippets-card h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.video-snippets-section .video-snippets-card:hover .video-snippets-content {
  opacity: 1;
}
.video-snippets-section .video-snippets-media ul {
  list-style: none;
  display: flex;
}
.video-snippets-section .video-snippets-media ul li {
  list-style-type: none;
  width: 100%;
  height: 20px;
  position: relative;
  margin-bottom: 0px;
  padding-left: 30px;
  top: 2px;
  height: 25px;
}
@media all and (max-width: 991px) {
  .video-snippets-section .video-snippets-media ul li {
    font-size: 14px;
    line-height: 18px;
    padding-left: 22px;
  }
}
.video-snippets-section .video-snippets-media ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 2px;
}
@media all and (max-width: 991px) {
  .video-snippets-section .video-snippets-media ul li::before {
    width: 17px;
    height: 17px;
  }
}
.video-snippets-section .video-snippets-media ul li::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  bottom: 0;
  width: 1px;
  height: calc(100% - 9px);
  background-color: #dbdbdb;
  transform: translateY(-50%);
}
@media all and (max-width: 991px) {
  .video-snippets-section .video-snippets-media ul li::after {
    right: 10px;
  }
}
@media all and (max-width: 575px) {
  .video-snippets-section .video-snippets-media ul li::after {
    right: 40px;
  }
}
.video-snippets-section .video-snippets-media ul li:nth-child(1)::before {
  background: url(../images/share-icon.svg) no-repeat center center/contain;
}
.video-snippets-section .video-snippets-media ul li:nth-child(2)::before {
  background: url(../images/view-icon.svg) no-repeat center center/contain;
}
.video-snippets-section .video-snippets-media ul li:last-child::after {
  display: none;
}
.video-snippets-section .swiper-slide {
  position: relative;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
.video-snippets-section .swiper-slide.swiper-slide-active {
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.2);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.2);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.2);
  transition: all 200ms ease-in;
  transform: scale(1.15);
}
.video-snippets-section .swiper-slide.swiper-slide-active .video-snippets-card .video-snippets-content {
  opacity: 1;
}
.video-snippets-section .swiper-slide:hover {
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.2);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.2);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.2);
  transition: all 200ms ease-in;
  transform: scale(1.09);
}

.tab-pane {
  display: block !important;
  visibility: hidden;
  position: absolute;
  height: 0;
}

.tab-pane.active {
  visibility: visible;
  position: relative;
  height: auto;
}

.view-feeds-wrapper.desktop-version {
  display: block;
}
@media all and (max-width: 575px) {
  .view-feeds-wrapper.desktop-version {
    display: none;
  }
}

.view-feeds-wrapper.mobile-version {
  display: none;
}
@media all and (max-width: 575px) {
  .view-feeds-wrapper.mobile-version {
    display: block;
    margin-top: 20px;
  }
}

.home-social-media-section {
  padding-bottom: 80px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .home-social-media-section {
    padding-bottom: 60px;
  }
}
@media all and (max-width: 1200px) {
  .home-social-media-section {
    padding-bottom: 50px;
  }
}
.home-social-media-section .view-social-media {
  padding-top: 10px;
}

/* ============== VIDEO SNIPPETS SECTION FINISH ==============*/
.healthcare-modal-wrapper .modal-dialog {
  max-width: 570px;
  width: 100%;
  border-radius: 20px;
  background-color: white;
  padding: 40px;
  top: 50%;
  transform: translateY(-50%) !important;
}
@media all and (max-width: 575px) {
  .healthcare-modal-wrapper .modal-dialog {
    max-width: 92%;
    padding: 20px;
    margin: 0 auto;
  }
}
.healthcare-modal-wrapper .modal-dialog .modal-content {
  border: none;
  position: relative;
}
.healthcare-modal-wrapper .modal-dialog .modal-content h2 {
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 0px;
}
@media all and (max-width: 575px) {
  .healthcare-modal-wrapper .modal-dialog .modal-content h2 {
    font-size: 30px;
  }
}
@media all and (max-width: 410px) {
  .healthcare-modal-wrapper .modal-dialog .modal-content h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
.healthcare-modal-wrapper .modal-dialog .modal-content .close {
  position: initial;
  background: url(../images/modal-cross.svg) no-repeat center center/contain;
  width: 22px;
  height: 22px;
  border: none;
  margin-left: auto;
}
@media all and (max-width: 575px) {
  .healthcare-modal-wrapper .modal-dialog .modal-content .close {
    margin-bottom: 10px;
  }
}
.healthcare-modal-wrapper .modal-dialog .modal-content .close span {
  font-size: 0px;
}
.healthcare-modal-wrapper .modal-dialog .modal-content .modal-header {
  padding: 0px;
  border: none;
}
.healthcare-modal-wrapper .modal-dialog .modal-content .modal-body {
  padding: 20px 50px;
  border: none;
}
@media all and (max-width: 991px) {
  .healthcare-modal-wrapper .modal-dialog .modal-content .modal-body {
    padding: 20px;
  }
}
@media all and (max-width: 767px) {
  .healthcare-modal-wrapper .modal-dialog .modal-content .modal-body {
    padding: 20px 0px;
  }
}
.healthcare-modal-wrapper .modal-dialog .modal-content .modal-body p, .healthcare-modal-wrapper .modal-dialog .modal-content .modal-body blockquote {
  font-weight: 400;
}
.healthcare-modal-wrapper .modal-dialog .modal-content .modal-body p, .healthcare-modal-wrapper .modal-dialog .modal-content .modal-body blockquote {
  text-align: center;
}
.healthcare-modal-wrapper .modal-dialog .modal-content .modal-footer {
  justify-content: center;
  border: none;
}
.healthcare-modal-wrapper .modal-dialog .modal-content .modal-footer .btn, .healthcare-modal-wrapper .modal-dialog .modal-content .modal-footer input[type=submit] {
  padding: 0px 50px;
}

.social-media-section h2 {
  margin-bottom: 0px;
}

@media all and (max-width: 1200px) {
  #block-amr-theme-sitebranding {
    margin-right: auto;
  }
}

.pledge-modal .modal-body p, .pledge-modal .modal-body blockquote {
  font-size: 15px;
  line-height: 20px;
}
@media all and (max-width: 575px) {
  .pledge-modal .modal-body p, .pledge-modal .modal-body blockquote {
    font-size: 14px;
  }
}
.pledge-modal .modal-body h3 {
  font-size: 18px;
  line-height: 26px;
}
@media all and (max-width: 575px) {
  .pledge-modal .modal-body h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

.total-count-wrapper .container {
  position: relative;
}
.total-count-wrapper .container .submission-count {
  position: absolute;
  right: 30px;
  top: -210px;
  z-index: 0;
  color: white;
}
@media all and (max-width: 1200px) {
  .total-count-wrapper .container .submission-count {
    top: -190px;
  }
}
@media all and (max-width: 991px) {
  .total-count-wrapper .container .submission-count {
    top: -180px;
  }
}
@media all and (max-width: 767px) {
  .total-count-wrapper .container .submission-count {
    top: -150px;
    font-size: 14px;
  }
}
@media all and (max-width: 575px) {
  .total-count-wrapper .container .submission-count {
    top: -140px;
    font-size: 13px;
  }
}
.total-count-wrapper .container .submission-count span {
  display: block;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
}

.pledge-thankyou h2 {
  text-align: center;
}

.inner-banner-wrapper {
  position: relative;
  width: 100%;
  height: 240px;
  background: url(../images/inner-banner-bg.svg) no-repeat center center/cover;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
@media all and (max-width: 991px) {
  .inner-banner-wrapper {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
@media all and (max-width: 1200px) {
  .inner-banner-wrapper {
    height: 220px;
  }
}
@media all and (max-width: 991px) {
  .inner-banner-wrapper {
    height: 200px;
  }
}
@media all and (max-width: 767px) {
  .inner-banner-wrapper {
    height: 160px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
@media all and (max-width: 575px) {
  .inner-banner-wrapper {
    height: 170px;
  }
}
.inner-banner-wrapper .inner-banner-content {
  height: calc(100% - 60px);
  width: calc(100% - 60px);
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 767px) {
  .inner-banner-wrapper .inner-banner-content {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    left: 15px;
    right: 15px;
    top: 0;
  }
}
@media all and (max-width: 575px) {
  .inner-banner-wrapper .inner-banner-content {
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }
}
.inner-banner-wrapper .inner-banner-content nav {
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .inner-banner-wrapper .inner-banner-content nav {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 575px) {
  .inner-banner-wrapper .inner-banner-content nav {
    display: none;
  }
}
.inner-banner-wrapper .inner-banner-content h1 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  margin-bottom: 0px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .inner-banner-wrapper .inner-banner-content h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .inner-banner-wrapper .inner-banner-content h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media all and (max-width: 991px) {
  .inner-banner-wrapper .inner-banner-content h1 {
    font-size: 30px;
    line-height: 42px;
  }
}
@media all and (max-width: 767px) {
  .inner-banner-wrapper .inner-banner-content h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media all and (max-width: 575px) {
  .inner-banner-wrapper .inner-banner-content h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

.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(../images/calendar-icon.svg) no-repeat center center/contain;
}

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

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

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

.location::before {
  background: url(../images/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 #e3e3e3;
}
@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: #e3e3e3;
}
.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: 361px) {
  .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(../images/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(../images/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(../images/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: #f5aa3f;
  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: #636363;
  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: 361px) {
  .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 .dates {
  color: #49494c;
}
.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: #49494c;
  margin-bottom: 10px;
}

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

.blog-masonry {
  margin: -20px -20px 30px;
}
@media all and (max-width: 1200px) {
  .blog-masonry {
    margin: -15px -15px 30px;
  }
}
.blog-masonry .item {
  width: 33.33%;
  padding: 20px;
}
@media all and (max-width: 1200px) {
  .blog-masonry .item {
    width: 50%;
    padding: 15px;
  }
}
@media all and (max-width: 767px) {
  .blog-masonry .item {
    width: 100%;
  }
}

.news-details-article {
  border-radius: 30px;
  height: 464px;
  margin-bottom: 50px;
  position: relative;
}
@media all and (max-width: 575px) {
  .news-details-article {
    border-radius: 20px;
  }
}
.news-details-article figcaption {
  position: absolute;
  z-index: 10;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
@media all and (max-width: 575px) {
  .news-details-article figcaption {
    border-radius: 20px;
  }
}
.news-details-article figcaption p, .news-details-article figcaption blockquote {
  color: white;
  padding: 20px;
  top: 75%;
  position: relative;
}
.news-details-article img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-article-item {
  border-radius: 20px;
}
.news-article-item a {
  display: inline-block;
  width: 100%;
  position: relative;
}
.news-article-item a::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.featured-card-slider-wrapper {
  margin-bottom: 50px;
}
@media all and (max-width: 1200px) {
  .featured-card-slider-wrapper {
    margin-bottom: 0px;
  }
}

.featured-card-slider {
  border-radius: 20px;
  position: relative;
  width: 100%;
  height: 500px;
}
@media all and (max-width: 767px) {
  .featured-card-slider {
    height: 350px;
  }
}
.featured-card-slider a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.featured-card-slider a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, #000000);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  opacity: 0.7;
}
.featured-card-slider .featured-slider-content {
  position: absolute;
  z-index: 5;
  width: 100%;
  left: 40px;
  right: 40px;
  width: calc(100% - 80px);
  bottom: 100px;
  display: flex;
  align-items: end;
  gap: 20px;
}
@media all and (max-width: 575px) {
  .featured-card-slider .featured-slider-content {
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
  }
}
.featured-card-slider .featured-slider-content .slider-content-wrap {
  width: 100%;
}
.featured-card-slider .featured-slider-content .video-icon {
  width: 80px;
  flex: none;
  text-align: right;
}
.featured-card-slider .featured-slider-content .video-icon img {
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 0px;
}
.featured-card-slider .featured-slider-content h4,
.featured-card-slider .featured-slider-content p,
.featured-card-slider .featured-slider-content blockquote,
.featured-card-slider .featured-slider-content .dates {
  color: white;
}
.featured-card-slider .featured-slider-content h4 {
  font-size: 18px;
  line-height: 26px;
}
.featured-card-slider .featured-slider-content .dates::before {
  filter: brightness(0) invert(1);
}
.featured-card-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* =============== Resources Section Start =============== */
.resources-tab-content-wrapper {
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .resources-tab-content-wrapper {
    gap: 80px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .resources-tab-content-wrapper {
    gap: 80px;
  }
}
@media all and (max-width: 1200px) {
  .resources-tab-content-wrapper {
    gap: 40px;
    row-gap: 30px;
  }
}
@media all and (max-width: 991px) {
  .resources-tab-content-wrapper {
    column-gap: 30px;
  }
}
@media all and (max-width: 767px) {
  .resources-tab-content-wrapper {
    gap: 20px;
  }
}
@media all and (max-width: 575px) {
  .resources-tab-content-wrapper {
    flex-direction: column;
    row-gap: 25px;
  }
}
.resources-tab-content-wrapper .resources-tab-content-item.resource-item-bulletins {
  width: calc(33% - 65px);
}
@media all and (max-width: 1200px) {
  .resources-tab-content-wrapper .resources-tab-content-item.resource-item-bulletins {
    width: calc(33% - 25px);
  }
}
@media all and (max-width: 767px) {
  .resources-tab-content-wrapper .resources-tab-content-item.resource-item-bulletins {
    width: calc(33% - 12px);
  }
}
@media all and (max-width: 575px) {
  .resources-tab-content-wrapper .resources-tab-content-item.resource-item-bulletins {
    width: 100%;
  }
}
.resources-tab-content-wrapper .resources-tab-content-item.resource-item-bulletins a .resources-tab-image {
  height: 480px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .resources-tab-content-wrapper .resources-tab-content-item.resource-item-bulletins a .resources-tab-image {
    height: 450px;
  }
}
@media all and (max-width: 1200px) {
  .resources-tab-content-wrapper .resources-tab-content-item.resource-item-bulletins a .resources-tab-image {
    height: 350px;
  }
}
@media all and (max-width: 991px) {
  .resources-tab-content-wrapper .resources-tab-content-item.resource-item-bulletins a .resources-tab-image {
    height: 270px;
  }
}
@media all and (max-width: 767px) {
  .resources-tab-content-wrapper .resources-tab-content-item.resource-item-bulletins a .resources-tab-image {
    height: 200px;
  }
}
@media all and (max-width: 575px) {
  .resources-tab-content-wrapper .resources-tab-content-item.resource-item-bulletins a .resources-tab-image {
    height: auto;
  }
}
.resources-tab-content-wrapper .resources-tab-content-item.resource-item-bulletins a .resources-tab-image img {
  object-position: 0px -14px;
}
@media all and (max-width: 1200px) {
  .resources-tab-content-wrapper .resources-tab-content-item.resource-item-bulletins a .resources-tab-image img {
    object-position: 0px;
  }
}
.resources-tab-content-wrapper .resources-tab-content-item.resource-item-ecmes, .resources-tab-content-wrapper .resources-tab-content-item.resource-item-key-trials {
  width: calc(33% - 65px);
}
@media all and (max-width: 1200px) {
  .resources-tab-content-wrapper .resources-tab-content-item.resource-item-ecmes, .resources-tab-content-wrapper .resources-tab-content-item.resource-item-key-trials {
    width: calc(33% - 25px);
  }
}
@media all and (max-width: 991px) {
  .resources-tab-content-wrapper .resources-tab-content-item.resource-item-ecmes, .resources-tab-content-wrapper .resources-tab-content-item.resource-item-key-trials {
    width: calc(33% - 20px);
  }
}
@media all and (max-width: 767px) {
  .resources-tab-content-wrapper .resources-tab-content-item.resource-item-ecmes, .resources-tab-content-wrapper .resources-tab-content-item.resource-item-key-trials {
    width: calc(50% - 20px);
  }
}
@media all and (max-width: 575px) {
  .resources-tab-content-wrapper .resources-tab-content-item.resource-item-ecmes, .resources-tab-content-wrapper .resources-tab-content-item.resource-item-key-trials {
    width: 100%;
  }
}
.resources-tab-content-wrapper .resources-tab-content-item a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #49494c;
}
.resources-tab-content-wrapper .resources-tab-content-item h3 {
  font-size: 18px;
  line-height: 26px;
  color: white;
}
@media all and (max-width: 1200px) {
  .resources-tab-content-wrapper .resources-tab-content-item h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.resources-tab-content-wrapper .resources-tab-content-item p, .resources-tab-content-wrapper .resources-tab-content-item blockquote {
  color: white;
}
.resources-tab-content-wrapper .resources-tab-content-item .dates {
  color: white;
}
.resources-tab-content-wrapper .resources-tab-content-item .dates::before {
  filter: brightness(0) invert(1);
}
.resources-tab-content-wrapper .resources-tab-content-item .resources-tab-image {
  height: 200px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  border: 4px solid white;
}
@media all and (max-width: 1200px) {
  .resources-tab-content-wrapper .resources-tab-content-item .resources-tab-image {
    height: 180px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 991px) {
  .resources-tab-content-wrapper .resources-tab-content-item .resources-tab-image {
    height: 130px;
  }
}
@media all and (max-width: 767px) {
  .resources-tab-content-wrapper .resources-tab-content-item .resources-tab-image {
    height: 150px;
    border-radius: 10px;
  }
}
@media all and (max-width: 575px) {
  .resources-tab-content-wrapper .resources-tab-content-item .resources-tab-image {
    height: auto;
  }
}
.resources-tab-content-wrapper .resources-tab-content-item .resources-tab-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.resources-tab-content-wrapper .resources-tab-content-item .resources-tab-image .video-icon {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 45px;
  height: 45px;
  opacity: 0.6;
  z-index: 1;
}

/* =============== Resources Section Finish =============== */
/* =============== Upcoming Webinar Section Start =============== */
.webinar-wrapper {
  height: 398px;
  width: 100%;
  border-radius: 20px;
  background: url(../images/upcoming-webinar-bg.svg) no-repeat center center/cover;
  position: relative;
  padding: 70px;
}
@media all and (max-width: 1200px) {
  .webinar-wrapper {
    height: 340px;
    padding: 30px;
  }
}
@media all and (max-width: 991px) {
  .webinar-wrapper {
    height: 320px;
  }
}
@media all and (max-width: 767px) {
  .webinar-wrapper {
    height: 300px;
  }
}
@media all and (max-width: 575px) {
  .webinar-wrapper {
    height: 330px;
    padding: 20px 10px;
  }
}
.webinar-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/webinar-overlay-bg.svg) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.webinar-wrapper .webinar-content {
  position: absolute;
  z-index: 5;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  top: 70px;
  bottom: 70px;
  width: calc(100% - 140px);
}
@media all and (max-width: 767px) {
  .webinar-wrapper .webinar-content {
    top: 30px;
    bottom: 30px;
    width: calc(100% - 20px);
  }
}
.webinar-wrapper .webinar-content h2,
.webinar-wrapper .webinar-content h4,
.webinar-wrapper .webinar-content p,
.webinar-wrapper .webinar-content blockquote {
  color: white;
}
.webinar-wrapper .webinar-content p, .webinar-wrapper .webinar-content blockquote {
  margin-bottom: 70px;
}
@media all and (max-width: 1200px) {
  .webinar-wrapper .webinar-content p, .webinar-wrapper .webinar-content blockquote {
    margin-bottom: 40px;
  }
}
.webinar-wrapper .btn a, .webinar-wrapper input[type=submit] a {
  color: white;
}
.webinar-wrapper .btn a:hover, .webinar-wrapper input[type=submit] a:hover {
  color: white;
}
.webinar-wrapper .btn a:focus, .webinar-wrapper input[type=submit] a:focus {
  color: white;
}

/* =============== Upcoming Webinar Section Finish =============== */
/* =============== Research Slider Section Start =============== */
.medical-research-wrapper {
  display: flex;
  gap: 80px;
  align-items: center;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .medical-research-wrapper {
    gap: 60px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .medical-research-wrapper {
    gap: 50px;
  }
}
@media all and (max-width: 1200px) {
  .medical-research-wrapper {
    gap: 30px;
  }
}
@media all and (max-width: 575px) {
  .medical-research-wrapper {
    flex-direction: column;
  }
}
.medical-research-wrapper .medical-research-content {
  width: 515px;
  flex: none;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .medical-research-wrapper .medical-research-content {
    width: 480px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .medical-research-wrapper .medical-research-content {
    width: 460px;
  }
}
@media all and (max-width: 1200px) {
  .medical-research-wrapper .medical-research-content {
    width: 340px;
  }
}
@media all and (max-width: 991px) {
  .medical-research-wrapper .medical-research-content {
    width: 270px;
  }
}
@media all and (max-width: 767px) {
  .medical-research-wrapper .medical-research-content {
    width: 190px;
  }
}
@media all and (max-width: 575px) {
  .medical-research-wrapper .medical-research-content {
    width: 100%;
  }
}
.medical-research-wrapper .medical-research-content h4 {
  font-weight: 500;
}
.medical-research-wrapper .medical-research-content p, .medical-research-wrapper .medical-research-content blockquote {
  margin-bottom: 30px;
}
.medical-research-wrapper .medical-research-slider {
  width: 100%;
}

.research-slider-card {
  padding: 30px;
  border-radius: 20px;
  background-color: #e8f1f8;
  margin-bottom: 40px;
  min-height: 404px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .research-slider-card {
    min-height: 380px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .research-slider-card {
    min-height: 380px;
  }
}
@media all and (max-width: 1200px) {
  .research-slider-card {
    padding: 20px;
    min-height: 370px;
  }
}
@media all and (max-width: 575px) {
  .research-slider-card {
    min-height: 340px;
  }
}
.research-slider-card .research-slider-title {
  font-weight: 300;
  margin-bottom: 20px;
}
.research-slider-card .research-slider-image {
  height: 175px;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media all and (max-width: 1200px) {
  .research-slider-card .research-slider-image {
    height: 130px;
  }
}
.research-slider-card .research-slider-image a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.research-slider-card .research-slider-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.research-slider-card .research-slider-image a .research-slider-content {
  margin-top: 20px;
}
@media all and (max-width: 1200px) {
  .research-slider-card .research-slider-image a .research-slider-content h3 {
    font-size: 18px;
    line-height: 26px;
  }
}

.medical-research-slider-container {
  width: 100%;
}
.medical-research-slider-container .views-element-container {
  width: 100%;
  max-width: 790px;
}
@media all and (max-width: 1200px) {
  .medical-research-slider-container .views-element-container {
    max-width: 550px;
  }
}
@media all and (max-width: 991px) {
  .medical-research-slider-container .views-element-container {
    max-width: 350px;
  }
}
@media all and (max-width: 767px) {
  .medical-research-slider-container .views-element-container {
    max-width: 280px;
  }
}
.medical-research-slider-container .views-element-container .view-id-research {
  width: 100%;
}
.medical-research-slider-container .views-element-container .view-id-research .view-content {
  width: 100%;
}
.medical-research-slider-container .views-element-container .view-id-research .view-content .medical-research-slider-wrapper {
  width: 100%;
}

/* =============== Research Slider Section Finish =============== */
/* =============== News Slider Section Start =============== */
.medical-news-wrapper {
  width: 100%;
  height: 510px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-bottom: 10px;
}
@media all and (max-width: 1200px) {
  .medical-news-wrapper {
    height: 400px;
  }
}
@media all and (max-width: 991px) {
  .medical-news-wrapper {
    height: 480px;
  }
}
@media all and (max-width: 767px) {
  .medical-news-wrapper {
    height: 380px;
  }
}
@media all and (max-width: 575px) {
  .medical-news-wrapper {
    height: 340px;
  }
}
@media all and (max-width: 361px) {
  .medical-news-wrapper {
    height: 300px;
  }
}
.medical-news-wrapper a {
  display: flex;
  gap: 70px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .medical-news-wrapper a {
    gap: 60px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .medical-news-wrapper a {
    gap: 50px;
  }
}
@media all and (max-width: 1200px) {
  .medical-news-wrapper a {
    gap: 20px;
  }
}
@media all and (max-width: 991px) {
  .medical-news-wrapper a {
    flex-direction: column;
    gap: 0px;
  }
}
.medical-news-wrapper a .news-accordion-image {
  width: 450px;
  height: 360px;
  flex: none;
  border-radius: 20px;
}
@media all and (max-width: 1200px) {
  .medical-news-wrapper a .news-accordion-image {
    width: 360px;
    height: 280px;
    border-radius: 10px;
  }
}
@media all and (max-width: 991px) {
  .medical-news-wrapper a .news-accordion-image {
    width: 100%;
    height: auto;
  }
}
.medical-news-wrapper a .news-accordion-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media all and (max-width: 1200px) {
  .medical-news-wrapper a .news-accordion-image img {
    border-radius: 10px;
  }
}
.medical-news-wrapper a .news-accordion-body {
  width: 100%;
}
.medical-news-wrapper a .news-accordion-body h3 {
  color: white;
}
@media all and (max-width: 991px) {
  .medical-news-wrapper a .news-accordion-body h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media all and (max-width: 767px) {
  .medical-news-wrapper a .news-accordion-body h3 {
    font-size: 15px;
    line-height: 22px;
  }
}
@media all and (max-width: 575px) {
  .medical-news-wrapper a .news-accordion-body h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (max-width: 361px) {
  .medical-news-wrapper a .news-accordion-body h3 {
    font-size: 13px;
    line-height: 18px;
  }
}

.news-accordion {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
@media all and (max-width: 575px) {
  .news-accordion {
    gap: 8px;
  }
}

.panel-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}

.panel {
  background: linear-gradient(to bottom, #003366, #001f33);
  background-size: auto 100%;
  height: 100%;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  flex: 0.5;
  margin: 10px;
  position: relative;
  transition: flex 0.7s ease-in;
}
@media all and (max-width: 1200px) {
  .panel {
    margin: 0px;
  }
}
.panel h2 {
  color: white;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 460px;
  height: 120px;
  top: 510px;
  left: 20px;
  text-indent: 1em;
  padding: 0;
  margin: 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media all and (max-width: 1200px) {
  .panel h2 {
    width: 400px;
    height: 60px;
    top: 400px;
    left: 10px;
  }
}
@media all and (max-width: 991px) {
  .panel h2 {
    font-size: 26px;
    line-height: 34px;
    left: 10px;
    margin-bottom: 10px !important;
  }
}
@media all and (max-width: 767px) {
  .panel h2 {
    width: 370px;
    height: 30px;
    left: 0px;
    top: 380px;
  }
}
@media all and (max-width: 575px) {
  .panel h2 {
    font-size: 18px;
    line-height: 24px;
    left: 0px;
    margin-bottom: 10px !important;
    width: 330px;
    top: 330px;
  }
}
@media all and (max-width: 361px) {
  .panel h2 {
    width: 280px;
    top: 290px;
  }
}
.panel .news-accordion-item-wrapper {
  padding: 70px 50px;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin: 0;
  opacity: 0;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .panel .news-accordion-item-wrapper {
    padding: 50px 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .panel .news-accordion-item-wrapper {
    padding: 50px 40px;
  }
}
@media all and (max-width: 1200px) {
  .panel .news-accordion-item-wrapper {
    padding: 20px;
  }
}
@media all and (max-width: 991px) {
  .panel .news-accordion-item-wrapper {
    padding: 0px;
  }
}
.panel.active {
  background: linear-gradient(to right, #0d47a1, #002f6c);
  flex: 5;
}
.panel.active h2 {
  display: none;
}
.panel.active .news-accordion-item-wrapper {
  opacity: 1;
  transition: opacity 0.3s ease-in 0.4s;
}
.panel.active .news-accordion-item-wrapper .news-accordion-content .news-accordion-body h2 {
  display: block;
  transform: none;
  position: initial;
  width: auto;
  height: auto;
  text-align: left;
  text-indent: inherit;
  margin-bottom: 20px;
}

.medical-research-listing-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media all and (max-width: 1200px) {
  .medical-research-listing-wrapper {
    gap: 20px;
  }
}
.medical-research-listing-wrapper .research-slider-card {
  width: calc(25% - 24px);
  margin-bottom: 0px;
}
@media all and (max-width: 1200px) {
  .medical-research-listing-wrapper .research-slider-card {
    width: calc(33% - 12px);
    margin-bottom: 0px;
  }
}
@media all and (max-width: 991px) {
  .medical-research-listing-wrapper .research-slider-card {
    width: calc(50% - 12px);
  }
}
@media all and (max-width: 575px) {
  .medical-research-listing-wrapper .research-slider-card {
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  .medical-research-listing-wrapper .research-slider-card .research-slider-image {
    height: auto;
  }
}

.search-listing-wrapper {
  padding-bottom: 50px;
}
.search-listing-wrapper .item-list ol li {
  padding: 15px;
  margin: 0px 0px 20px 0px;
  background: #f4f2f2;
  border-radius: 10px;
}
.search-listing-wrapper .item-list ol li:last-child {
  margin-bottom: 0px;
}

/* =============== =============== =============== */
/* =============== News UI Design Start =============== */
.quick-featured-container {
  display: flex;
  column-gap: 70px;
}
@media all and (max-width: 1200px) {
  .quick-featured-container {
    gap: 30px;
  }
}
@media all and (max-width: 991px) {
  .quick-featured-container {
    flex-direction: column;
    row-gap: 20px;
  }
}
.quick-featured-container .quick-reads-all-items {
  width: 100%;
}
.quick-featured-container .quick-reads-all-items .view-all-button {
  text-align: start;
}
.quick-featured-container .featured-container {
  width: 400px;
  flex: none;
}
@media all and (max-width: 991px) {
  .quick-featured-container .featured-container {
    width: 100%;
  }
}

.quick-read-items .quick-read-item {
  padding: 30px;
  border-radius: 30px;
  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);
  margin-bottom: 40px;
}
@media all and (max-width: 1200px) {
  .quick-read-items .quick-read-item {
    padding: 20px;
    border-radius: 20px;
  }
}
@media all and (max-width: 767px) {
  .quick-read-items .quick-read-item {
    padding: 20px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  .quick-read-items .quick-read-item {
    border-radius: 15px;
    padding: 20px;
  }
}
.quick-read-items .quick-read-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
  gap: 30px;
  position: relative;
}
@media all and (max-width: 1200px) {
  .quick-read-items .quick-read-item a {
    gap: 20px;
  }
}
.quick-read-items .quick-read-item a::before {
  content: "";
  background: url(../images/guideline-icon.png) no-repeat center left/contain;
  width: 60px;
  height: 70px;
  display: inline-block;
}
@media all and (max-width: 1200px) {
  .quick-read-items .quick-read-item a::before {
    width: 50px;
    height: 60px;
  }
}
.quick-read-items .quick-read-item a .quick-read-icon {
  width: 52px;
  flex: none;
}
@media all and (max-width: 991px) {
  .quick-read-items .quick-read-item a .quick-read-icon {
    width: 40px;
  }
}
.quick-read-items .quick-read-item a .quick-read-content {
  width: 100%;
}
.quick-read-items .quick-read-item a .dates,
.quick-read-items .quick-read-item a .location {
  color: #49494c;
}
.quick-read-items .quick-read-item a .dates::before,
.quick-read-items .quick-read-item a .location::before {
  filter: brightness(0) invert(0);
}
.quick-read-items .quick-read-item a .dates {
  margin-bottom: 10px;
}
.quick-read-items .quick-read-item a .content-categories {
  color: #f5aa3f;
}
.quick-read-items .quick-read-item:last-child {
  margin-bottom: 0px;
}

.resources-section,
.medical-update-section {
  background-attachment: fixed;
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media all and (max-width: 1200px) {
  .resources-section,
.medical-update-section {
    padding: 50px 0px;
  }
}
.resources-section::before,
.medical-update-section::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #015b9b;
}
.resources-section h2,
.medical-update-section h2 {
  color: white;
}
.resources-section .resources-wrapper,
.resources-section .medical-update-wrapper,
.medical-update-section .resources-wrapper,
.medical-update-section .medical-update-wrapper {
  position: relative;
  z-index: 5;
}
.resources-section .resources-wrapper .view-all-button,
.resources-section .medical-update-wrapper .view-all-button,
.medical-update-section .resources-wrapper .view-all-button,
.medical-update-section .medical-update-wrapper .view-all-button {
  text-align: start;
}

.resources-section .view-all-button {
  margin-top: 20px;
}

.featured-items {
  background: #015b9b;
  border-radius: 40px;
  padding: 30px 20px;
  height: 610px;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .featured-items {
    border-radius: 20px;
    padding: 20px;
  }
}
@media all and (max-width: 991px) {
  .featured-items {
    height: auto;
    padding: 30px 20px;
  }
}
.featured-items .featured-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid white;
}
.featured-items .featured-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.featured-items .featured-item a .featured-head {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
}
.featured-items .featured-item a .featured-head .featured-icon {
  width: 55px;
  flex: none;
}
@media all and (max-width: 767px) {
  .featured-items .featured-item a .featured-head .featured-icon {
    width: 45px;
  }
}
.featured-items .featured-item a .featured-head .featured-icon img {
  width: 100%;
}
.featured-items .featured-item a .featured-head .featured-categories {
  margin-bottom: 0px;
}
.featured-items .featured-item a .speaker {
  color: white;
  margin-bottom: 7px;
}
.featured-items .featured-item a .speaker span {
  font-size: 15px;
  line-height: 22px;
}
.featured-items .featured-item a .dates {
  color: white;
}
.featured-items .featured-item a .dates::before {
  filter: brightness(0) invert(1);
}
.featured-items .featured-item a h3 {
  color: white;
  font-size: 18px;
  line-height: 26px;
}
@media all and (max-width: 991px) {
  .featured-items .featured-item a h3 {
    font-size: 17px;
    line-height: 24px;
  }
}
@media all and (max-width: 575px) {
  .featured-items .featured-item a h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.featured-items .featured-item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.featured-items .view-all-button {
  margin: 20px auto 0px;
  text-align: start;
}

.quick-read-categories {
  color: #f5aa3f;
  margin-bottom: 10px;
}
@media all and (max-width: 1200px) {
  .quick-read-categories {
    margin-bottom: 4px;
  }
}
@media all and (max-width: 575px) {
  .quick-read-categories {
    margin-bottom: 5px;
  }
}

.featured-categories {
  background: #f5aa3f;
  display: inline-block;
  padding: 5px 12px;
  margin-bottom: 0px;
  color: white;
  border-radius: 6px;
  font-size: 14px;
  line-height: 14px;
}
@media all and (max-width: 991px) {
  .featured-categories {
    font-size: 13px;
    line-height: 18px;
    padding: 3px 8px;
  }
}

.medical-research-cards-items {
  display: flex;
  gap: 60px;
}
@media all and (max-width: 1200px) {
  .medical-research-cards-items {
    gap: 40px;
  }
}
@media all and (max-width: 991px) {
  .medical-research-cards-items {
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 575px) {
  .medical-research-cards-items {
    flex-direction: column;
    row-gap: 15px;
  }
}
.medical-research-cards-items .medical-research-cards-item {
  width: calc(33% - 32px);
}
@media all and (max-width: 1200px) {
  .medical-research-cards-items .medical-research-cards-item {
    width: calc(33% - 22px);
  }
}
@media all and (max-width: 991px) {
  .medical-research-cards-items .medical-research-cards-item {
    width: calc(50% - 12px);
  }
}
@media all and (max-width: 575px) {
  .medical-research-cards-items .medical-research-cards-item {
    width: 100%;
  }
}
.medical-research-cards-items .medical-research-cards-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  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);
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .medical-research-cards-items .medical-research-cards-item a {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
.medical-research-cards-items .medical-research-cards-item a .medical-research-image {
  height: 200px;
  position: relative;
}
@media all and (max-width: 1200px) {
  .medical-research-cards-items .medical-research-cards-item a .medical-research-image {
    height: 150px;
  }
}
@media all and (max-width: 991px) {
  .medical-research-cards-items .medical-research-cards-item a .medical-research-image {
    height: 120px;
  }
}
@media all and (max-width: 575px) {
  .medical-research-cards-items .medical-research-cards-item a .medical-research-image {
    height: auto;
  }
}
.medical-research-cards-items .medical-research-cards-item a .medical-research-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.medical-research-cards-items .medical-research-cards-item a .medical-research-content {
  background: white;
  padding: 20px 15px;
}
@media all and (max-width: 1200px) {
  .medical-research-cards-items .medical-research-cards-item a .medical-research-content {
    padding: 15px;
  }
}
@media all and (max-width: 575px) {
  .medical-research-cards-items .medical-research-cards-item a .medical-research-content {
    padding: 20px;
  }
}
.medical-research-cards-items .medical-research-cards-item a .featured-categories {
  position: absolute;
  border-radius: 0px;
  border-bottom-right-radius: 8px;
}

.news-section {
  background: url(../images/expert-talk-bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media all and (max-width: 1200px) {
  .news-section {
    padding: 50px 0px;
  }
}
.news-section::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 91, 155, 0.85);
}
.news-section h2 {
  color: white;
}
.news-section .news-wrapper {
  position: relative;
  z-index: 5;
}

.medical-news-section {
  background: url(../images/expert-talk-bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media all and (max-width: 1200px) {
  .medical-news-section {
    padding: 50px 0px;
  }
}
.medical-news-section::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 91, 155, 0.85);
}
.medical-news-section h2 {
  color: white;
}
.medical-news-section .resources-wrapper {
  position: relative;
  z-index: 5;
}

.quick-reads-details-section .quick-read-items {
  margin-bottom: 30px;
}
.quick-reads-details-section .quick-read-item {
  display: flex;
  gap: 30px;
  box-shadow: none;
  border-radius: 0px;
  padding: 0px;
  background: transparent;
}
.quick-reads-details-section .quick-read-item .quick-read-details-image {
  width: calc(33% - 16px);
  padding: 20px;
  border-radius: 30px;
  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);
  height: 500px;
}
@media all and (max-width: 1200px) {
  .quick-reads-details-section .quick-read-item .quick-read-details-image {
    height: 400px;
  }
}
@media all and (max-width: 991px) {
  .quick-reads-details-section .quick-read-item .quick-read-details-image {
    padding: 15px;
    border-radius: 20px;
    height: 300px;
  }
}
@media all and (max-width: 767px) {
  .quick-reads-details-section .quick-read-item .quick-read-details-image {
    width: calc(50% - 16px);
  }
}
@media all and (max-width: 575px) {
  .quick-reads-details-section .quick-read-item .quick-read-details-image {
    width: 100%;
  }
}
.quick-reads-details-section .quick-read-item .quick-read-details-image img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.quick-reads-details-section .quick-read-item .quick-read-details-image a::before {
  display: none;
}
.quick-reads-details-section .listing-card-content .listing-card-info {
  justify-content: start;
}

.resources-inner-grid-details .resources-tab-content-wrapper .resources-tab-content-item a {
  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);
  overflow: hidden;
  border-radius: 10px;
}
.resources-inner-grid-details .resources-tab-content-wrapper .resources-tab-content-item a .resources-tab-image {
  margin-bottom: 0px;
}
.resources-inner-grid-details .resources-tab-content-wrapper .resources-tab-content-item a .resources-tab-info {
  padding: 20px 10px;
}
.resources-inner-grid-details .resources-tab-content-wrapper .resources-tab-content-item a .resources-tab-info h3 {
  color: #49494c;
}
.resources-inner-grid-details .resources-tab-content-wrapper .resources-tab-content-item a .resources-tab-info p, .resources-inner-grid-details .resources-tab-content-wrapper .resources-tab-content-item a .resources-tab-info blockquote,
.resources-inner-grid-details .resources-tab-content-wrapper .resources-tab-content-item a .resources-tab-info .dates {
  color: #49494c;
  margin-bottom: 10px;
}
.resources-inner-grid-details .resources-tab-content-wrapper .resources-tab-content-item a .resources-tab-info .dates::before {
  filter: brightness(1);
}

.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;
}

.resources-inner-grid-details {
  margin-bottom: 100px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .resources-inner-grid-details {
    margin-bottom: 80px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .resources-inner-grid-details {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 1200px) {
  .resources-inner-grid-details {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 991px) {
  .resources-inner-grid-details {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .resources-inner-grid-details {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 575px) {
  .resources-inner-grid-details {
    margin-bottom: 25px;
  }
}
.resources-inner-grid-details:last-child {
  margin-bottom: 0px;
}

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

.a2a_kit {
  display: none;
}

.user-login-wrapper {
  margin-top: -88px;
}

.user-register-section {
  width: 100%;
  height: 100vh;
  background: url(../images/login-bg.svg) no-repeat center center/cover;
  padding: 40px 0px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .user-register-section {
    padding: 20px 0px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .user-register-section {
    padding: 20px 0px;
  }
}
@media all and (max-width: 1200px) {
  .user-register-section {
    padding: 20px 0px;
  }
}
@media all and (max-width: 991px) {
  .user-register-section {
    height: calc(100vh + 20px);
  }
}
@media all and (max-width: 575px) {
  .user-register-section {
    padding: 10px 0px;
  }
}
@media all and (max-width: 361px) {
  .user-register-section {
    padding: 3px 0px;
  }
}
@media all and (max-width: 320px) {
  .user-register-section {
    height: calc(100vh + 200px);
  }
}
.user-register-section.user-login-page .container, .user-register-section.user-register-verify .container {
  height: 100%;
}
.user-register-section.user-login-page .container .row, .user-register-section.user-register-verify .container .row {
  height: 100%;
}

@media all and (max-width: 991px) {
  .user-register-verify .user-register-container.user-login-wrapper {
    height: 310px;
  }
}
@media all and (max-width: 767px) {
  .user-register-verify .user-register-container.user-login-wrapper {
    height: 330px;
  }
}
@media all and (max-width: 575px) {
  .user-register-verify .user-register-container.user-login-wrapper {
    height: 290px;
  }
}

.user-register-container {
  border-radius: 20px;
  background-color: white;
  display: flex;
  gap: 0px;
  height: 720px;
  align-items: center;
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .user-register-container {
    height: 670px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .user-register-container {
    height: 700px;
  }
}
@media all and (max-width: 1200px) {
  .user-register-container {
    height: 700px;
  }
}
@media all and (max-width: 991px) {
  .user-register-container {
    height: 730px;
  }
}
@media all and (max-width: 767px) {
  .user-register-container {
    height: 92%;
  }
}
@media all and (max-width: 575px) {
  .user-register-container {
    height: max-content;
  }
}
@media all and (max-width: 410px) {
  .user-register-container {
    border-radius: 10px;
  }
}
@media all and (max-width: 991px) {
  .user-register-container.user-login-wrapper {
    height: 500px;
  }
}
.user-register-container .user-register-content,
.user-register-container .user-register-form {
  width: 50%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .user-register-container .user-register-content,
.user-register-container .user-register-form {
    padding: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .user-register-container .user-register-content,
.user-register-container .user-register-form {
    padding: 20px;
  }
}
@media all and (max-width: 991px) {
  .user-register-container .user-register-content,
.user-register-container .user-register-form {
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (max-width: 575px) {
  .user-register-container .user-register-content,
.user-register-container .user-register-form {
    max-width: 100%;
    padding: 20px;
  }
}
@media all and (max-width: 410px) {
  .user-register-container .user-register-content,
.user-register-container .user-register-form {
    padding: 10px 15px;
  }
}
.user-register-container .user-register-content {
  background: #d8ebfb;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media all and (max-width: 991px) {
  .user-register-container .user-register-content {
    display: none;
  }
}
.user-register-container .user-register-content h3 {
  margin-bottom: 10px;
}
.user-register-container .user-register-content p, .user-register-container .user-register-content blockquote {
  font-weight: 500;
  line-height: 22px;
}

.register-image {
  margin-bottom: 20px;
}

.user-register-header {
  margin-bottom: 20px;
}

.user-register-form .page-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}
@media all and (max-width: 410px) {
  .user-register-form .page-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}
.user-register-form .page-title p, .user-register-form .page-title blockquote {
  margin-bottom: 0px;
}
.user-register-form #edit-selection--wrapper-legend .form-required {
  display: none;
}
.user-register-form .fieldset-wrapper .webform-options-display-one-column.form-radios {
  display: flex;
  gap: 20px;
}
.user-register-form input[type=radio] + label:after {
  background: #015b9b !important;
}
.user-register-form input[type=radio]:checked + label:before {
  border: 1px solid #015b9b !important;
}
.user-register-form .form-item-mobile-no,
.user-register-form .form-item-email-id,
.user-register-form .webform-submission-medical-user-register-form,
.user-register-form .webform-submission-user-login-otp-verification-form-form,
.user-register-form .form-item-otp {
  margin: 0px;
  position: relative;
  height: 46px;
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  .user-register-form .form-item-mobile-no,
.user-register-form .form-item-email-id,
.user-register-form .webform-submission-medical-user-register-form,
.user-register-form .webform-submission-user-login-otp-verification-form-form,
.user-register-form .form-item-otp {
    height: 40px;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 410px) {
  .user-register-form .form-item-mobile-no,
.user-register-form .form-item-email-id,
.user-register-form .webform-submission-medical-user-register-form,
.user-register-form .webform-submission-user-login-otp-verification-form-form,
.user-register-form .form-item-otp {
    height: 38px;
  }
}
@media all and (max-width: 361px) {
  .user-register-form .form-item-mobile-no,
.user-register-form .form-item-email-id,
.user-register-form .webform-submission-medical-user-register-form,
.user-register-form .webform-submission-user-login-otp-verification-form-form,
.user-register-form .form-item-otp {
    height: 36px;
  }
}
.user-register-form .form-item-mobile-no .field-prefix,
.user-register-form .form-item-email-id .field-prefix,
.user-register-form .webform-submission-medical-user-register-form .field-prefix,
.user-register-form .webform-submission-user-login-otp-verification-form-form .field-prefix,
.user-register-form .form-item-otp .field-prefix {
  width: 50px;
  position: absolute;
  height: 100%;
  background: #f4f4f5;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border: 1px solid #a2abba;
}
@media all and (max-width: 575px) {
  .user-register-form .form-item-mobile-no .field-prefix,
.user-register-form .form-item-email-id .field-prefix,
.user-register-form .webform-submission-medical-user-register-form .field-prefix,
.user-register-form .webform-submission-user-login-otp-verification-form-form .field-prefix,
.user-register-form .form-item-otp .field-prefix {
    height: 40px;
  }
}
@media all and (max-width: 410px) {
  .user-register-form .form-item-mobile-no .field-prefix,
.user-register-form .form-item-email-id .field-prefix,
.user-register-form .webform-submission-medical-user-register-form .field-prefix,
.user-register-form .webform-submission-user-login-otp-verification-form-form .field-prefix,
.user-register-form .form-item-otp .field-prefix {
    height: 38px;
  }
}
@media all and (max-width: 361px) {
  .user-register-form .form-item-mobile-no .field-prefix,
.user-register-form .form-item-email-id .field-prefix,
.user-register-form .webform-submission-medical-user-register-form .field-prefix,
.user-register-form .webform-submission-user-login-otp-verification-form-form .field-prefix,
.user-register-form .form-item-otp .field-prefix {
    height: 36px;
  }
}
.user-register-form .form-item-mobile-no input,
.user-register-form .form-item-email-id input,
.user-register-form .webform-submission-medical-user-register-form input,
.user-register-form .webform-submission-user-login-otp-verification-form-form input,
.user-register-form .form-item-otp input {
  padding-left: 65px;
  height: 100%;
  border: 1px solid #a2abba;
}
@media all and (max-width: 410px) {
  .user-register-form .form-item-mobile-no input,
.user-register-form .form-item-email-id input,
.user-register-form .webform-submission-medical-user-register-form input,
.user-register-form .webform-submission-user-login-otp-verification-form-form input,
.user-register-form .form-item-otp input {
    font-size: 14px;
  }
}
.user-register-form .form-item-mobile-no input:focus,
.user-register-form .form-item-email-id input:focus,
.user-register-form .webform-submission-medical-user-register-form input:focus,
.user-register-form .webform-submission-user-login-otp-verification-form-form input:focus,
.user-register-form .form-item-otp input:focus {
  box-shadow: none;
  color: #49494c !important;
  border: 1px solid #a2abba !important;
}
@media all and (max-width: 575px) {
  .user-register-form .webform-submission-medical-user-register-form {
    height: auto;
  }
}
.user-register-form .form-item-email-id input,
.user-register-form .form-item-otp input {
  padding-left: 18px;
}
.user-register-form .btn.js-form-submit, .user-register-form input.js-form-submit[type=submit] {
  width: 100%;
  padding-left: 18px;
}
.user-register-form .new-user-wrapper {
  margin: 0 auto;
  font-weight: 400;
  text-align: center;
}
.user-register-form .new-user-wrapper p, .user-register-form .new-user-wrapper blockquote {
  font-weight: 400;
}
.user-register-form .new-user-wrapper p a, .user-register-form .new-user-wrapper blockquote a {
  color: #015b9b;
  font-weight: 600;
  text-decoration: none;
}
.user-register-form .new-user-wrapper p a:hover, .user-register-form .new-user-wrapper blockquote a:hover {
  text-decoration: none;
}
.user-register-form .copyright-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
}

.form-item--error-message {
  font-size: 11px;
  line-height: 11px;
  color: red;
  font-weight: 500;
  display: block;
  margin-top: 3px;
}
@media all and (max-width: 991px) {
  .form-item--error-message {
    margin-top: 6px;
  }
}
@media all and (max-width: 767px) {
  .form-item--error-message {
    font-size: 13px;
    line-height: 15px;
  }
}
@media all and (max-width: 575px) {
  .form-item--error-message {
    font-size: 11px;
    line-height: 11px;
  }
}
@media all and (max-width: 410px) {
  .form-item--error-message {
    font-size: 11px;
    line-height: 14px;
  }
}
.form-item--error-message::before {
  margin-right: 7px;
  width: 12px;
  height: 12px;
  top: -2px;
  position: relative;
}

.user-register-form-wrapper {
  margin-bottom: auto;
}
.user-register-form-wrapper p strong a, .user-register-form-wrapper blockquote strong a {
  text-decoration: underline;
}

.webform-submission-medical-user-register-form .webform-flexbox,
.webform-submission-user-login-otp-verification-form-form .webform-flexbox {
  margin: 0px;
  height: 46px;
  gap: 20px;
}
@media all and (max-width: 767px) {
  .webform-submission-medical-user-register-form .webform-flexbox,
.webform-submission-user-login-otp-verification-form-form .webform-flexbox {
    height: auto;
  }
}
.webform-submission-medical-user-register-form .webform-flexbox .webform-flex,
.webform-submission-user-login-otp-verification-form-form .webform-flexbox .webform-flex {
  height: 100%;
}
@media all and (max-width: 767px) {
  .webform-submission-medical-user-register-form .webform-flexbox .webform-flex,
.webform-submission-user-login-otp-verification-form-form .webform-flexbox .webform-flex {
    height: 46px;
  }
}
@media all and (max-width: 575px) {
  .webform-submission-medical-user-register-form .webform-flexbox .webform-flex,
.webform-submission-user-login-otp-verification-form-form .webform-flexbox .webform-flex {
    height: 40px;
  }
}
@media all and (max-width: 410px) {
  .webform-submission-medical-user-register-form .webform-flexbox .webform-flex,
.webform-submission-user-login-otp-verification-form-form .webform-flexbox .webform-flex {
    height: 38px;
  }
}
@media all and (max-width: 361px) {
  .webform-submission-medical-user-register-form .webform-flexbox .webform-flex,
.webform-submission-user-login-otp-verification-form-form .webform-flexbox .webform-flex {
    height: 36px;
  }
}
@media all and (max-width: 767px) {
  .webform-submission-medical-user-register-form .webform-flexbox .webform-flex:nth-child(1),
.webform-submission-user-login-otp-verification-form-form .webform-flexbox .webform-flex:nth-child(1) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  .webform-submission-medical-user-register-form .webform-flexbox .webform-flex:nth-child(1),
.webform-submission-user-login-otp-verification-form-form .webform-flexbox .webform-flex:nth-child(1) {
    margin-bottom: 25px;
  }
}
.webform-submission-medical-user-register-form .webform-flexbox .webform-flex .webform-flex--container,
.webform-submission-user-login-otp-verification-form-form .webform-flexbox .webform-flex .webform-flex--container {
  height: 100%;
  margin: 0px;
}
.webform-submission-medical-user-register-form .webform-flexbox .webform-flex .webform-flex--container .form-item,
.webform-submission-user-login-otp-verification-form-form .webform-flexbox .webform-flex .webform-flex--container .form-item {
  height: 100%;
  margin: 0px;
}
.webform-submission-medical-user-register-form .webform-flexbox .webform-flex .webform-flex--container .form-item input,
.webform-submission-user-login-otp-verification-form-form .webform-flexbox .webform-flex .webform-flex--container .form-item input {
  padding-left: 18px;
}
.webform-submission-medical-user-register-form .webform-flexbox .webform-flex .webform-flex--container .form-item input:focus,
.webform-submission-user-login-otp-verification-form-form .webform-flexbox .webform-flex .webform-flex--container .form-item input:focus {
  box-shadow: none;
  border: 1px solid #a2abba;
}
.webform-submission-medical-user-register-form .js-form-item-phone-no,
.webform-submission-user-login-otp-verification-form-form .js-form-item-phone-no {
  margin-top: 0px;
  height: 46px;
}
@media all and (max-width: 575px) {
  .webform-submission-medical-user-register-form .js-form-item-phone-no,
.webform-submission-user-login-otp-verification-form-form .js-form-item-phone-no {
    height: 40px;
  }
}
@media all and (max-width: 410px) {
  .webform-submission-medical-user-register-form .js-form-item-phone-no,
.webform-submission-user-login-otp-verification-form-form .js-form-item-phone-no {
    height: 38px;
  }
}
@media all and (max-width: 361px) {
  .webform-submission-medical-user-register-form .js-form-item-phone-no,
.webform-submission-user-login-otp-verification-form-form .js-form-item-phone-no {
    height: 36px;
  }
}
.webform-submission-medical-user-register-form .js-form-item-phone-no + .form-item--error-message,
.webform-submission-user-login-otp-verification-form-form .js-form-item-phone-no + .form-item--error-message {
  margin-top: -18px !important;
  margin-bottom: 8px;
}
@media all and (max-width: 991px) {
  .webform-submission-medical-user-register-form .js-form-item-phone-no + .form-item--error-message,
.webform-submission-user-login-otp-verification-form-form .js-form-item-phone-no + .form-item--error-message {
    margin-top: -23px !important;
    margin-bottom: 13px;
  }
}
@media all and (max-width: 410px) {
  .webform-submission-medical-user-register-form .js-form-item-phone-no + .form-item--error-message,
.webform-submission-user-login-otp-verification-form-form .js-form-item-phone-no + .form-item--error-message {
    margin-top: -14px !important;
    margin-bottom: 5px;
  }
}
.webform-submission-medical-user-register-form .form-item-specialty,
.webform-submission-medical-user-register-form .form-item-city,
.webform-submission-user-login-otp-verification-form-form .form-item-specialty,
.webform-submission-user-login-otp-verification-form-form .form-item-city {
  margin: 0px;
  position: relative;
  height: 46px;
}
@media all and (max-width: 575px) {
  .webform-submission-medical-user-register-form .form-item-specialty,
.webform-submission-medical-user-register-form .form-item-city,
.webform-submission-user-login-otp-verification-form-form .form-item-specialty,
.webform-submission-user-login-otp-verification-form-form .form-item-city {
    height: 40px;
  }
}
@media all and (max-width: 410px) {
  .webform-submission-medical-user-register-form .form-item-specialty,
.webform-submission-medical-user-register-form .form-item-city,
.webform-submission-user-login-otp-verification-form-form .form-item-specialty,
.webform-submission-user-login-otp-verification-form-form .form-item-city {
    height: 38px;
  }
}
@media all and (max-width: 361px) {
  .webform-submission-medical-user-register-form .form-item-specialty,
.webform-submission-medical-user-register-form .form-item-city,
.webform-submission-user-login-otp-verification-form-form .form-item-specialty,
.webform-submission-user-login-otp-verification-form-form .form-item-city {
    height: 36px;
  }
}
.webform-submission-medical-user-register-form .form-item-specialty .form-select,
.webform-submission-medical-user-register-form .form-item-city .form-select,
.webform-submission-user-login-otp-verification-form-form .form-item-specialty .form-select,
.webform-submission-user-login-otp-verification-form-form .form-item-city .form-select {
  padding-left: 18px;
  height: 100%;
  border: 1px solid #a2abba;
  background-color: #f4f4f5;
  border-radius: 10px;
  font-size: 15px;
  color: #49494c !important;
}
@media all and (max-width: 575px) {
  .webform-submission-medical-user-register-form .form-item-specialty .form-select,
.webform-submission-medical-user-register-form .form-item-city .form-select,
.webform-submission-user-login-otp-verification-form-form .form-item-specialty .form-select,
.webform-submission-user-login-otp-verification-form-form .form-item-city .form-select {
    font-size: 14px;
  }
}
.webform-submission-medical-user-register-form .form-item-specialty .form-select:focus,
.webform-submission-medical-user-register-form .form-item-city .form-select:focus,
.webform-submission-user-login-otp-verification-form-form .form-item-specialty .form-select:focus,
.webform-submission-user-login-otp-verification-form-form .form-item-city .form-select:focus {
  box-shadow: none;
  border: 1px solid #a2abba;
}

#edit-flexbox-01 {
  display: flex;
  gap: 0px;
}
#edit-flexbox-01 .webform-flex.webform-flex--1:nth-child(1) {
  width: 26px;
  flex: none;
}
#edit-flexbox-01 .webform-flex.webform-flex--1 .form-item input {
  width: 18px;
  height: 18px;
  border-radius: 3px;
}
#edit-flexbox-01 .webform-flex.webform-flex--1 .form-item input:checked[type=checkbox] {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: url(../images/tick-white.png) no-repeat center center/contain;
}
#edit-flexbox-01 .webform-flex.webform-flex--1 .form-item p, #edit-flexbox-01 .webform-flex.webform-flex--1 .form-item blockquote {
  font-size: 14px;
  line-height: 20px;
}
@media all and (max-width: 575px) {
  #edit-flexbox-01 .webform-flex.webform-flex--1 .form-item p, #edit-flexbox-01 .webform-flex.webform-flex--1 .form-item blockquote {
    font-size: 13px;
    line-height: 18px;
  }
}
@media all and (max-width: 410px) {
  #edit-flexbox-01 .webform-flex.webform-flex--1 .form-item p, #edit-flexbox-01 .webform-flex.webform-flex--1 .form-item blockquote {
    font-size: 11px;
    line-height: 14px;
  }
}
#edit-flexbox-01 .webform-flex.webform-flex--1 .form-item p a, #edit-flexbox-01 .webform-flex.webform-flex--1 .form-item blockquote a {
  text-decoration: none;
  color: #015b9b;
  font-weight: 500;
  text-decoration: underline;
}

#agreement-error {
  margin-top: 15px;
  position: absolute;
}

.webform-submission-medical-user-register-form .webform-flexbox {
  margin-bottom: 30px;
}
@media all and (max-width: 991px) {
  .webform-submission-medical-user-register-form .webform-flexbox {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .webform-submission-medical-user-register-form .webform-flexbox {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 410px) {
  .webform-submission-medical-user-register-form .webform-flexbox {
    margin-bottom: 20px;
  }
}
.webform-submission-medical-user-register-form .js-form-item-phone-no,
.webform-submission-medical-user-register-form .form-item-email-id,
.webform-submission-medical-user-register-form .form-item-specialty,
.webform-submission-medical-user-register-form .form-item-city {
  margin-bottom: 24px;
}
@media all and (max-width: 991px) {
  .webform-submission-medical-user-register-form .js-form-item-phone-no,
.webform-submission-medical-user-register-form .form-item-email-id,
.webform-submission-medical-user-register-form .form-item-specialty,
.webform-submission-medical-user-register-form .form-item-city {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  .webform-submission-medical-user-register-form .js-form-item-phone-no,
.webform-submission-medical-user-register-form .form-item-email-id,
.webform-submission-medical-user-register-form .form-item-specialty,
.webform-submission-medical-user-register-form .form-item-city {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 410px) {
  .webform-submission-medical-user-register-form .js-form-item-phone-no,
.webform-submission-medical-user-register-form .form-item-email-id,
.webform-submission-medical-user-register-form .form-item-specialty,
.webform-submission-medical-user-register-form .form-item-city {
    margin-bottom: 20px;
  }
}
.webform-submission-medical-user-register-form .captcha-type-challenge--recaptcha {
  margin-top: -20px;
}
@media all and (max-width: 575px) {
  .webform-submission-medical-user-register-form .captcha-type-challenge--recaptcha {
    margin-top: -40px;
  }
}
@media all and (max-width: 410px) {
  .webform-submission-medical-user-register-form .captcha-type-challenge--recaptcha {
    margin-top: -30px;
  }
}

.alert-success,
.alert-error {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 30%;
  top: 10px;
  z-index: 1000;
}
@media all and (max-width: 1200px) {
  .alert-success,
.alert-error {
    max-width: 40%;
  }
}
@media all and (max-width: 991px) {
  .alert-success,
.alert-error {
    max-width: 50%;
  }
}
@media all and (max-width: 767px) {
  .alert-success,
.alert-error {
    max-width: 100%;
  }
}
.alert-success .amr-messages--status,
.alert-error .amr-messages--status {
  font-weight: 400;
}
.alert-success ul li a,
.alert-error ul li a {
  color: red;
}

.webform-submission-user-login-otp-verification-form-form {
  max-width: 320px;
}
.webform-submission-user-login-otp-verification-form-form .webform-flexbox {
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  .webform-submission-user-login-otp-verification-form-form .webform-flexbox {
    margin-bottom: 25px;
  }
}
.edit-profile-page .webform-submission-hcp-user-edit-profile-add-form {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  background-color: white;
  border: 1px solid rgba(80, 80, 80, 0.3);
  border-radius: 20px;
  padding: 30px;
}
@media all and (max-width: 991px) {
  .edit-profile-page .webform-submission-hcp-user-edit-profile-add-form {
    gap: 20px;
  }
}
@media all and (max-width: 767px) {
  .edit-profile-page .webform-submission-hcp-user-edit-profile-add-form {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media all and (max-width: 575px) {
  .edit-profile-page .webform-submission-hcp-user-edit-profile-add-form {
    padding: 20px;
  }
}
.edit-profile-page .webform-submission-hcp-user-edit-profile-add-form .form-item,
.edit-profile-page .webform-submission-hcp-user-edit-profile-add-form .form-actions {
  margin: 0px;
  width: calc(50% - 20px);
}
@media all and (max-width: 767px) {
  .edit-profile-page .webform-submission-hcp-user-edit-profile-add-form .form-item,
.edit-profile-page .webform-submission-hcp-user-edit-profile-add-form .form-actions {
    width: 100%;
  }
}
.edit-profile-page .webform-submission-hcp-user-edit-profile-add-form .form-item.js-form-item-phone-no,
.edit-profile-page .webform-submission-hcp-user-edit-profile-add-form .form-actions.js-form-item-phone-no {
  position: relative;
}
.edit-profile-page .webform-submission-hcp-user-edit-profile-add-form .form-item.js-form-item-phone-no .field-prefix,
.edit-profile-page .webform-submission-hcp-user-edit-profile-add-form .form-actions.js-form-item-phone-no .field-prefix {
  position: absolute;
  top: 26px;
  width: 50px;
  height: 46px;
  background: #e7e7ed;
  z-index: 5;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  left: 0;
  display: flex;
  align-items: center;
  padding-left: 7px;
  border: 1px solid #a2abba;
}
@media all and (max-width: 991px) {
  .edit-profile-page .webform-submission-hcp-user-edit-profile-add-form .form-item.js-form-item-phone-no .field-prefix,
.edit-profile-page .webform-submission-hcp-user-edit-profile-add-form .form-actions.js-form-item-phone-no .field-prefix {
    top: 22px;
  }
}
@media all and (max-width: 575px) {
  .edit-profile-page .webform-submission-hcp-user-edit-profile-add-form .form-item.js-form-item-phone-no .field-prefix,
.edit-profile-page .webform-submission-hcp-user-edit-profile-add-form .form-actions.js-form-item-phone-no .field-prefix {
    height: 40px;
  }
}
@media all and (max-width: 410px) {
  .edit-profile-page .webform-submission-hcp-user-edit-profile-add-form .form-item.js-form-item-phone-no .field-prefix,
.edit-profile-page .webform-submission-hcp-user-edit-profile-add-form .form-actions.js-form-item-phone-no .field-prefix {
    height: 38px;
  }
}
@media all and (max-width: 361px) {
  .edit-profile-page .webform-submission-hcp-user-edit-profile-add-form .form-item.js-form-item-phone-no .field-prefix,
.edit-profile-page .webform-submission-hcp-user-edit-profile-add-form .form-actions.js-form-item-phone-no .field-prefix {
    height: 36px;
  }
}
.edit-profile-page .webform-submission-hcp-user-edit-profile-add-form .form-item.js-form-item-phone-no input,
.edit-profile-page .webform-submission-hcp-user-edit-profile-add-form .form-actions.js-form-item-phone-no input {
  padding-left: 60px;
}

.user-profile-edit {
  margin: 0 auto 30px;
  text-align: center;
}

.dashboard-user-profile,
.user-favorite-list {
  border: 1px solid rgba(80, 80, 80, 0.3);
  border-radius: 20px;
  padding: 30px;
  background-color: white;
}
@media all and (max-width: 767px) {
  .dashboard-user-profile,
.user-favorite-list {
    padding: 20px;
  }
}

.user-favorite-list table {
  margin-bottom: 0px;
}
.user-favorite-list table th {
  font-size: 16px;
  font-weight: 600;
}
.user-favorite-list table tbody tr:last-child td {
  border-bottom: transparent;
}

.user-profile-content {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 991px) {
  .user-profile-content {
    flex-direction: column;
    row-gap: 20px;
  }
}
.user-profile-content .profile-content-item {
  width: calc(50% - 30px);
  background: white;
  padding: 20px;
  background-color: white;
  padding: 15px 15px 15px 30px;
  overflow: hidden;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  -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);
}
@media all and (max-width: 991px) {
  .user-profile-content .profile-content-item {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .user-profile-content .profile-content-item {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
.user-profile-content .profile-content-item p, .user-profile-content .profile-content-item blockquote {
  margin-bottom: 0px;
  font-weight: 600;
}
.user-profile-content .profile-content-item p span, .user-profile-content .profile-content-item blockquote span {
  color: rgba(73, 73, 76, 0.6);
  font-weight: 400;
}

.messages--status {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  max-width: 400px;
  margin: 0 auto;
  top: 15%;
}
@media all and (max-width: 991px) {
  .messages--status {
    top: 68px;
  }
}

.captcha__title {
  font-size: 16px;
}
@media all and (max-width: 410px) {
  .captcha__title {
    font-size: 14px;
    line-height: 16px;
  }
}

.recaptcha-processed > div {
  width: 200px !important;
}

/* ============= WHAT IS AMR SECTION TOP ============= */
.about-amr-wrapper {
  position: relative;
  margin-bottom: 30px;
}
@media all and (max-width: 1200px) {
  .about-amr-wrapper {
    margin-bottom: 60px;
  }
}
.about-amr-wrapper .content-lifted-up-content {
  position: absolute;
  width: 660px;
  height: auto;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-color: white;
  padding: 40px 40px 50px 40px;
  overflow: hidden;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  -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);
}
@media all and (max-width: 1200px) {
  .about-amr-wrapper .content-lifted-up-content {
    width: 50%;
    padding: 20px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}
@media all and (max-width: 991px) {
  .about-amr-wrapper .content-lifted-up-content {
    width: 100%;
    position: relative;
    left: 0px;
    order: 1;
    display: inline-block;
    transform: initial;
    padding-bottom: 40px;
  }
}
.about-amr-wrapper .content-lifted-up-content::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #f5aa3f;
  right: -100px;
  bottom: -90px;
  pointer-events: none;
}
@media all and (max-width: 1200px) {
  .about-amr-wrapper .content-lifted-up-content::after {
    width: 140px;
    height: 140px;
  }
}
.about-amr-wrapper .content-lifted-up-image {
  width: 57%;
  margin-left: auto;
  border-radius: 10px;
}
@media all and (max-width: 991px) {
  .about-amr-wrapper .content-lifted-up-image {
    width: 100%;
    margin-top: -40px;
  }
}
.about-amr-wrapper .content-lifted-up-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.about-amr-wrapper p, .about-amr-wrapper blockquote {
  color: #49494c;
}
.about-amr-wrapper p strong, .about-amr-wrapper blockquote strong {
  font-weight: 600;
}
.about-amr-wrapper h2,
.about-amr-wrapper h3 {
  color: #000000;
}

/* ============= WHAT IS AMR SECTION BELOW ============= */
.countdown-wrapper {
  display: flex;
  gap: 80px;
}
@media all and (max-width: 1200px) {
  .countdown-wrapper {
    gap: 30px;
  }
}
@media all and (max-width: 991px) {
  .countdown-wrapper {
    flex-direction: column;
  }
}

.countdown-item {
  display: flex;
  gap: 15px;
  width: calc(33% - 45px);
}
@media all and (max-width: 1200px) {
  .countdown-item {
    gap: 10px;
    width: calc(33% - 25px);
  }
}
@media all and (max-width: 991px) {
  .countdown-item {
    width: 100%;
  }
}
.countdown-item .countdown-icon {
  width: 66px;
  flex: none;
}
@media all and (max-width: 1200px) {
  .countdown-item .countdown-icon {
    width: 50px;
  }
}
@media all and (max-width: 767px) {
  .countdown-item .countdown-icon {
    width: 45px;
  }
}
.countdown-item .countdown-content {
  width: 100%;
}
.countdown-item .countdown-content h2 {
  font-size: 40px;
  line-height: 46px;
  color: #015b9b;
  font-weight: 600;
  margin-bottom: 7px;
}
@media all and (max-width: 767px) {
  .countdown-item .countdown-content h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
.countdown-item .countdown-content h2 span {
  color: black;
  font-size: 22px;
  line-height: 28px;
}
@media all and (max-width: 767px) {
  .countdown-item .countdown-content h2 span {
    font-size: 20px;
    line-height: 28px;
  }
}

.about-amr-short-description {
  margin: 30px 0px;
}
.about-amr-short-description p, .about-amr-short-description blockquote {
  font-weight: 600;
}

.challenges-trackling-wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media all and (max-width: 1200px) {
  .challenges-trackling-wrapper {
    gap: 6px;
  }
}
@media all and (max-width: 991px) {
  .challenges-trackling-wrapper {
    flex-wrap: wrap;
    justify-content: start;
    gap: 22px;
  }
}
@media all and (max-width: 410px) {
  .challenges-trackling-wrapper {
    flex-direction: column;
  }
}
.challenges-trackling-wrapper .challenges-trackling-item {
  background: white;
  padding: 15px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 24px -4px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 24px -4px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 24px -4px rgba(0, 0, 0, 0.23);
  text-align: center;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: calc(33% - 15px);
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .challenges-trackling-wrapper .challenges-trackling-item {
    height: 180px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .challenges-trackling-wrapper .challenges-trackling-item {
    height: 170px;
    padding: 10px;
  }
}
@media all and (max-width: 1200px) {
  .challenges-trackling-wrapper .challenges-trackling-item {
    height: 155px;
    padding: 10px;
  }
}
@media all and (max-width: 767px) {
  .challenges-trackling-wrapper .challenges-trackling-item {
    width: calc(50% - 15px);
    height: 145px;
  }
}
@media all and (max-width: 410px) {
  .challenges-trackling-wrapper .challenges-trackling-item {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}
.challenges-trackling-wrapper .challenges-trackling-item .challenges-trackling-icon {
  width: 60px;
  text-align: center;
  margin: 0 auto 15px;
}
@media all and (max-width: 1200px) {
  .challenges-trackling-wrapper .challenges-trackling-item .challenges-trackling-icon {
    width: 50px;
  }
}
.challenges-trackling-wrapper .challenges-trackling-item .challenges-trackling-icon img {
  width: 100%;
}
.challenges-trackling-wrapper .challenges-trackling-item h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 24px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .challenges-trackling-wrapper .challenges-trackling-item h3 {
    font-size: 17px;
    line-height: 22px;
  }
}
@media all and (max-width: 1200px) {
  .challenges-trackling-wrapper .challenges-trackling-item h3 {
    font-size: 15px;
    line-height: 20px;
  }
}

.blue-heading {
  font-size: 20px;
  color: #015b9b;
  margin-bottom: 30px;
}

/* ============= GLOBAL AND NATIONWIDE EFFECTS SECTION ============= */
.global-effects-section {
  background-color: #015b9b;
}
.global-effects-section h2 {
  color: white;
}
.global-effects-section p, .global-effects-section blockquote {
  color: white;
}

/* ============= CIPLA INITIATIVE SECTION ============= */
.cipla-initiative-section .about-amr-wrapper {
  margin-bottom: 0px;
}
.cipla-initiative-section .about-amr-wrapper .content-lifted-up-content {
  z-index: 10;
}
.cipla-initiative-section .about-amr-wrapper .content-lifted-up-content h2 {
  font-weight: 300;
  margin-bottom: 0px;
}
.cipla-initiative-section .about-amr-wrapper .content-lifted-up-content .initative-content h2 {
  font-weight: bold !important;
  margin-bottom: 20px;
}
.cipla-initiative-section .about-amr-wrapper .content-lifted-up-image {
  background: url(../images/initiative-bg-image.jpg) no-repeat center center/cover;
  position: relative;
  height: 500px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 575px) {
  .cipla-initiative-section .about-amr-wrapper .content-lifted-up-image {
    height: 400px;
  }
}
@media all and (max-width: 410px) {
  .cipla-initiative-section .about-amr-wrapper .content-lifted-up-image {
    height: 330px;
  }
}
.cipla-initiative-section .about-amr-wrapper .content-lifted-up-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(1, 91, 155, 0.8);
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.cipla-initiative-section .about-amr-wrapper .content-lifted-up-image img {
  z-index: 20;
  width: 300px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 1200px) {
  .cipla-initiative-section .about-amr-wrapper .content-lifted-up-image img {
    width: 250px;
  }
}
@media all and (max-width: 410px) {
  .cipla-initiative-section .about-amr-wrapper .content-lifted-up-image img {
    width: 180px;
  }
}

/* ============= IMPACT ON SECTION ============= */
.impact-on-section {
  background: url(../images/impact-on-bg.jpg) no-repeat center center/cover;
  height: 470px;
  width: 100%;
  position: relative;
  padding: 0px;
}
@media all and (max-width: 991px) {
  .impact-on-section {
    height: 500px;
  }
}
@media all and (max-width: 767px) {
  .impact-on-section {
    height: auto;
    padding: 50px 0px;
  }
}
@media all and (max-width: 575px) {
  .impact-on-section {
    padding: 40px 0px;
  }
}
.impact-on-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(1, 91, 155, 0.9);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.impact-on-section .container {
  position: relative;
  z-index: 5;
}

.impact-on-wrapper {
  display: flex;
  gap: 70px;
  height: 470px;
}
@media all and (max-width: 991px) {
  .impact-on-wrapper {
    height: 500px;
  }
}
@media all and (max-width: 767px) {
  .impact-on-wrapper {
    height: auto;
    flex-direction: column;
    gap: 0px;
  }
}
.impact-on-wrapper .impact-on-item {
  width: calc(50% - 38px);
  position: relative;
  height: 100%;
  padding: 50px 0px;
}
@media all and (max-width: 767px) {
  .impact-on-wrapper .impact-on-item {
    width: 100%;
    padding: 0px;
  }
}
.impact-on-wrapper .impact-on-item::after {
  content: "";
  position: absolute;
  left: calc(100% + 20px);
  right: 0px;
  background: url(../images/section-divider.png) no-repeat center right/cover;
  width: 80px;
  height: 100%;
  pointer-events: none;
  top: 0;
}
@media all and (max-width: 767px) {
  .impact-on-wrapper .impact-on-item::after {
    display: none;
  }
}
.impact-on-wrapper .impact-on-item:last-child::after {
  display: none;
}
.impact-on-wrapper h2,
.impact-on-wrapper p,
.impact-on-wrapper blockquote {
  color: white;
}
.impact-on-wrapper ul {
  padding: 0px;
  margin: 0px 0px 15px;
  list-style: none;
}
.impact-on-wrapper ul li {
  list-style-type: none;
  color: white;
  position: relative;
  padding-left: 20px;
}
.impact-on-wrapper ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
}

/* =============  PRESS RELEASE SECTION ============= */
.press-release-wrapper {
  display: flex;
  gap: 30px;
}
@media all and (max-width: 1200px) {
  .press-release-wrapper {
    flex-direction: column;
  }
}
.press-release-wrapper .press-release-card {
  width: calc(33% - 16px);
}
.press-release-wrapper .press-release-card a {
  display: flex;
  gap: 20px;
  border-radius: 10px;
  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);
  padding: 18px;
}
@media all and (max-width: 991px) {
  .press-release-wrapper .press-release-card a {
    padding: 12px;
  }
}
.press-release-wrapper .press-release-card a .press-release-icon {
  background: url(../images/pdf-icon.png) no-repeat center center/contain;
  width: 56px;
  height: 64px;
  flex: none;
}
@media all and (max-width: 991px) {
  .press-release-wrapper .press-release-card a .press-release-icon {
    width: 46px;
  }
}
@media all and (max-width: 767px) {
  .press-release-wrapper .press-release-card a .press-release-icon {
    width: 40px;
  }
}
.press-release-wrapper .press-release-card a .press-release-text {
  width: 100%;
}
.press-release-wrapper .press-release-card a h3 {
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  margin-bottom: 0px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .press-release-wrapper .press-release-card a h3 {
    font-size: 17px;
    line-height: 24px;
  }
}
@media all and (max-width: 1200px) {
  .press-release-wrapper .press-release-card a h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media all and (max-width: 767px) {
  .press-release-wrapper .press-release-card a h3 {
    font-size: 14px;
  }
}

/* ============= TWO COLUMN SECTION ============= */
.two-column-section {
  background: #015b9b;
  height: 570px;
  width: 100%;
  padding: 0px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .two-column-section {
    height: 540px;
  }
}
@media all and (max-width: 1200px) {
  .two-column-section {
    height: 450px;
  }
}
@media all and (max-width: 991px) {
  .two-column-section {
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .two-column-section {
    padding: 30px 0px;
  }
}

.two-column-wrapper {
  display: flex;
  gap: 70px;
  height: 570px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .two-column-wrapper {
    height: 540px;
  }
}
@media all and (max-width: 1200px) {
  .two-column-wrapper {
    height: 450px;
  }
}
@media all and (max-width: 991px) {
  .two-column-wrapper {
    height: auto;
    gap: 50px;
  }
}
@media all and (max-width: 767px) {
  .two-column-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}
.two-column-wrapper .two-column-item {
  width: calc(50% - 38px);
  position: relative;
  height: 100%;
  padding: 50px 0px 0px;
}
@media all and (max-width: 991px) {
  .two-column-wrapper .two-column-item {
    width: calc(50% - 28px);
  }
}
@media all and (max-width: 767px) {
  .two-column-wrapper .two-column-item {
    width: 100%;
    padding: 0px;
  }
}
.two-column-wrapper .two-column-item .views-element-container {
  height: 100%;
}
.two-column-wrapper .two-column-item .views-element-container .view-home-patient {
  height: 100%;
}
.two-column-wrapper .two-column-item .views-element-container .view-home-patient .view-content {
  height: 100%;
}
.two-column-wrapper .two-column-item .views-element-container .view-home-patient .view-content .podcasts-wrapper,
.two-column-wrapper .two-column-item .views-element-container .view-home-patient .view-content .exper-talk-wrapper {
  height: 100%;
}
.two-column-wrapper .two-column-item .views-element-container .view-home-patient .view-content .podcasts-wrapper .swiper-container,
.two-column-wrapper .two-column-item .views-element-container .view-home-patient .view-content .exper-talk-wrapper .swiper-container {
  padding-bottom: 50px;
  overflow: hidden;
}
.two-column-wrapper .two-column-item .views-element-container .view-home-patient .view-content .podcasts-wrapper .swiper-container .swiper-slide,
.two-column-wrapper .two-column-item .views-element-container .view-home-patient .view-content .exper-talk-wrapper .swiper-container .swiper-slide {
  overflow: hidden;
}
.two-column-wrapper .two-column-item::after {
  content: "";
  position: absolute;
  left: calc(100% + 35px);
  right: 0px;
  background: url(../images/section-divider.png) no-repeat center right/cover;
  width: 80px;
  height: 100%;
  pointer-events: none;
  top: 0;
}
@media all and (max-width: 767px) {
  .two-column-wrapper .two-column-item::after {
    display: none;
  }
}
.two-column-wrapper .two-column-item:last-child::after {
  display: none;
}
.two-column-wrapper .swiper-pagination {
  bottom: 20px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .two-column-wrapper .swiper-pagination {
    bottom: 0px;
  }
}
.two-column-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.two-column-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}
.two-column-wrapper h2,
.two-column-wrapper p,
.two-column-wrapper blockquote {
  color: white;
}

.exper-talk-item a {
  border: 5px solid white;
  display: inline-block;
  width: 100%;
  -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);
  border-radius: 10px;
}
.exper-talk-item a img {
  border-radius: 10px;
}

/* ============= PODCASTS SECTION ============= */
.podcasts-section {
  background-attachment: fixed;
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media all and (max-width: 1200px) {
  .podcasts-section {
    padding: 50px 0px;
  }
}
.podcasts-section::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #015b9b;
}
.podcasts-section h2 {
  color: white;
}
.podcasts-section .podcasts-wrapper {
  position: relative;
  z-index: 5;
}

.podcasts-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  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);
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .podcasts-item a {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
@media all and (max-width: 1200px) {
  .podcasts-item a {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
.podcasts-item a .podcasts-image {
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .podcasts-item a .podcasts-image {
    height: 210px;
  }
}
@media all and (max-width: 991px) {
  .podcasts-item a .podcasts-image {
    height: auto;
  }
}
.podcasts-item a .podcasts-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.podcasts-item a .podcasts-image .podcasts-image-content {
  position: absolute;
  left: 20px;
  top: 20px;
  color: white;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
  height: calc(100% - 40px);
  bottom: 20px;
}
@media all and (max-width: 991px) {
  .podcasts-item a .podcasts-image .podcasts-image-content {
    left: 10px;
  }
}
@media all and (max-width: 361px) {
  .podcasts-item a .podcasts-image .podcasts-image-content {
    left: 5px;
  }
}
.podcasts-item a .podcasts-image .podcasts-image-content span {
  display: block;
  width: 100%;
}
@media all and (max-width: 361px) {
  .podcasts-item a .podcasts-image .podcasts-image-content span {
    font-size: 11px;
    line-height: 13px;
  }
}
.podcasts-item a .podcasts-image .podcasts-image-content h4 {
  margin-bottom: 0px;
  color: white;
}
@media all and (max-width: 361px) {
  .podcasts-item a .podcasts-image .podcasts-image-content h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.podcasts-item a .podcasts-content {
  height: 90px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .podcasts-item a .podcasts-content {
    height: 70px;
  }
}
@media all and (max-width: 1200px) {
  .podcasts-item a .podcasts-content {
    height: 60px;
  }
}
@media all and (max-width: 991px) {
  .podcasts-item a .podcasts-content {
    height: 45px;
  }
}
@media all and (max-width: 767px) {
  .podcasts-item a .podcasts-content {
    height: 50px;
  }
}
@media all and (max-width: 575px) {
  .podcasts-item a .podcasts-content {
    height: 50px;
  }
}
.podcasts-item a .podcasts-content h3 {
  margin-bottom: 0px;
}
@media all and (max-width: 1200px) {
  .podcasts-item a .podcasts-content h3 {
    font-size: 17px;
  }
}
@media all and (max-width: 991px) {
  .podcasts-item a .podcasts-content h3 {
    font-size: 16px;
  }
}
@media all and (max-width: 575px) {
  .podcasts-item a .podcasts-content h3 {
    font-size: 15px;
    line-height: 18px;
  }
}
@media all and (max-width: 361px) {
  .podcasts-item a .podcasts-content h3 {
    font-size: 14px;
    line-height: 18px;
  }
}
.podcasts-item a .video-icon-circle {
  width: 130px;
  height: 130px;
  right: -50px;
  bottom: -60px;
  padding-top: 15px;
}
@media all and (max-width: 410px) {
  .podcasts-item a .video-icon-circle {
    width: 110px;
    height: 120px;
    right: -30px;
    bottom: -69px;
    padding-top: 10px;
  }
}

.video-icon-circle {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #f5aa3f;
  right: -80px;
  bottom: -90px;
  pointer-events: none;
  z-index: 10;
  padding-left: 30px;
  padding-top: 18px;
}
@media all and (max-width: 1200px) {
  .video-icon-circle {
    width: 130px;
    height: 140px;
    right: -60px;
    bottom: -90px;
    padding-top: 10px;
  }
}
@media all and (max-width: 991px) {
  .video-icon-circle {
    width: 160px;
    height: 160px;
    right: -80px;
    bottom: -80px;
    padding-top: 30px;
  }
}
@media all and (max-width: 575px) {
  .video-icon-circle {
    width: 140px;
    height: 140px;
    right: -70px;
    bottom: -80px;
    padding-top: 14px;
  }
}
.video-icon-circle img {
  width: 45px !important;
  height: 45px !important;
  object-fit: contain !important;
}
@media all and (max-width: 1200px) {
  .video-icon-circle img {
    width: 32px !important;
    height: 32px !important;
  }
}
@media all and (max-width: 991px) {
  .video-icon-circle img {
    width: 38px !important;
    height: 38px !important;
  }
}

/* ============= INFOGRAPHICS SECTION ============= */
.infographic-section h2 {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  background: #f5aa3f;
  padding: 8px 0px;
  color: white;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media all and (max-width: 1200px) {
  .infographic-section h2 {
    max-width: 800px;
  }
}
@media all and (max-width: 991px) {
  .infographic-section h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media all and (max-width: 767px) {
  .infographic-section h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media all and (max-width: 575px) {
  .infographic-section h2 {
    font-size: 15px;
    line-height: 22px;
  }
}
@media all and (max-width: 410px) {
  .infographic-section h2 {
    font-size: 13px;
    line-height: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media all and (max-width: 320px) {
  .infographic-section h2 {
    font-size: 11px;
    line-height: 12px;
  }
}

.episode-count {
  display: flex;
  gap: 5px;
  align-items: center;
}

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