@charset "UTF-8";
::placeholder {
  color: #255CA3;
  opacity: 1;
}

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

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

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

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

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

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

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

/* ✅ Force Bootstrap 5 modal backdrop */
.modal-backdrop.show {
  opacity: 0.5 !important; /* darkness (0.5 = 50% black) */
  background-color: #000 !important;
  z-index: 1050 !important; /* sits just below modal (1055) */
}

/* ✅ Ensure modal is above backdrop */
.modal {
  z-index: 1055 !important;
}

ul,
ol {
  list-style: none;
  padding: 0px;
  margin-bottom: 20px;
}
ul li,
ol li {
  list-style-type: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  position: relative;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  ul li,
ol li {
    font-size: 15px;
    line-height: 26px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  ul li,
ol li {
    font-size: 15px;
    line-height: 26px;
  }
}
@media all and (max-width: 1200px) {
  ul li,
ol li {
    font-size: 15px;
    line-height: 24px;
  }
}
@media all and (max-width: 991px) {
  ul li,
ol li {
    font-size: 14px;
    line-height: 22px;
  }
}
@media all and (max-width: 360px) {
  ul li,
ol li {
    font-size: 14px;
  }
}
ul li::marker,
ol li::marker {
  color: #255CA3;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

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

.modal-dialog {
  max-width: 800px;
  margin: 1.75rem auto;
}
.modal-dialog .modal-content {
  height: 500px;
}
@media all and (max-width: 991px) {
  .modal-dialog .modal-content {
    height: auto;
  }
}
.modal-dialog .modal-content iframe {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
.country-card h3,
h5,
h6 {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #000000;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}
@media all and (max-width: 767px) {
  h1,
h2,
h3,
h4,
.country-card h3,
h5,
h6 {
    margin-bottom: 12px;
  }
}

h1 {
  font-size: 48px;
  line-height: 58px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media all and (max-width: 1200px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media all and (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
  }
}

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

h3 {
  font-size: 28px;
  line-height: 36px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media all and (max-width: 1200px) {
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (max-width: 575px) {
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

h4, .country-card h3 {
  font-size: 24px;
  line-height: 30px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  h4, .country-card h3 {
    font-size: 22px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  h4, .country-card h3 {
    font-size: 22px;
  }
}
@media all and (max-width: 1200px) {
  h4, .country-card h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media all and (max-width: 991px) {
  h4, .country-card h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  h4, .country-card h3 {
    font-size: 16px;
  }
}

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

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

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

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

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

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

.light-blue-bg-color {
  background-color: #e0effe;
}

.dark-blue-bg-color {
  background-color: #255CA3;
}

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

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

.container {
  max-width: 1650px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .container {
    max-width: 1320px;
  }
}
@media all and (max-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
@media all and (max-width: 991px) {
  .container {
    max-width: 90%;
  }
}
@media all and (max-width: 767px) {
  .container {
    max-width: 95%;
  }
}
@media all and (max-width: 575px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

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

.medical-card-image {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
}

.medical-card-content {
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
  width: 95%;
  margin: 0 auto;
  padding: 28px 18px;
  position: absolute;
  z-index: 10;
  top: auto;
  bottom: 20px;
  margin: 0 auto;
}

.main-wrapper {
  padding-top: 89px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .main-wrapper {
    padding-top: 70px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .main-wrapper {
    padding-top: 70px;
  }
}
@media all and (max-width: 1200px) {
  .main-wrapper {
    padding-top: 70px;
  }
}
.light-blue-color {
  background-color: #e5f6ff;
}

.btn-close {
  position: absolute;
  left: calc(100% + 49px);
  right: 20px;
  top: 0px;
  width: 40px;
  height: 40px;
  background-color: #005ba8;
  border: 1px solid white;
  z-index: 10;
  margin-left: auto;
  display: flex;
  opacity: 1;
  font-size: 16px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M2.146 2.854a.5.5 0 0 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854z'/%3e%3c/svg%3e");
}
@media all and (max-width: 991px) {
  .btn-close {
    top: -50px;
    left: 0;
    right: 0;
  }
}
@media all and (max-width: 575px) {
  .btn-close {
    width: 30px;
    height: 30px;
    top: -40px;
  }
}
.btn-close:hover {
  opacity: 1;
}

.section-heading {
  margin-bottom: 30px;
  border: none;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .section-heading {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .section-heading {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1200px) {
  .section-heading {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 991px) {
  .section-heading {
    margin-bottom: 15px;
  }
}
.section-heading h2,
.section-heading h1 {
  margin-bottom: 0px !important;
  padding-bottom: 0px;
  color: black;
  text-align: center;
  font-weight: 500;
}
.section-heading h1,
.section-heading h2,
.section-heading h3,
.section-heading p,
.section-heading blockquote,
.section-heading .section-heading-icon {
  transform: translate3d(0, 150%, 0);
  transition: all 1s ease;
}
.section-heading.visible h1,
.section-heading.visible h2,
.section-heading.visible h3,
.section-heading.visible p,
.section-heading.visible blockquote,
.section-heading.visible .section-heading-icon {
  transform: translateZ(0);
  transition: all 1s ease;
}

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

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

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

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

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

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

.h-100 {
  height: 100%;
}

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

@media all and (max-width: 782px) {
  .logged-in header {
    top: 46px !important;
  }
}
@media all and (max-width: 601px) {
  .logged-in {
    margin-top: -46px !important;
  }
  .logged-in header {
    position: absolute;
  }
  .logged-in .main-wrapper {
    margin-top: 0px !important;
  }
}
#breadcrumb {
  width: 400px;
  text-align: center;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  #breadcrumb {
    width: 370px;
  }
}
@media all and (max-width: 1200px) {
  #breadcrumb {
    width: 320px;
  }
}

.btn, input[type=submit] {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #255CA3;
  line-height: 60px;
  height: 60px;
  background: white;
  display: inline-block;
  padding: 0px 40px;
  border-radius: 20px;
  border: 1px solid white;
  vertical-align: baseline;
  text-transform: capitalize;
  box-shadow: none;
  transition: 0.3s all;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .btn, input[type=submit] {
    font-size: 15px;
    height: 54px;
    line-height: 54px;
    padding: 0px 25px;
    border-radius: 15px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .btn, input[type=submit] {
    font-size: 14px;
    height: 54px;
    line-height: 54px;
    padding: 0px 25px;
    border-radius: 15px;
  }
}
@media all and (max-width: 1200px) {
  .btn, input[type=submit] {
    font-size: 15px;
    height: 54px;
    line-height: 54px;
    padding: 0px 25px;
    border-radius: 15px;
  }
}
@media all and (max-width: 991px) {
  .btn, input[type=submit] {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
  }
}
@media all and (max-width: 767px) {
  .btn, input[type=submit] {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
@media all and (max-width: 575px) {
  .btn, input[type=submit] {
    height: 42px;
    line-height: 42px;
    padding: 0px 15px;
    font-size: 13px;
  }
}
@media all and (max-width: 360px) {
  .btn, input[type=submit] {
    height: 40px;
    line-height: 40px;
    padding: 0px 12px;
    font-size: 12px;
  }
}
.btn::after, input[type=submit]::after {
  content: "";
  display: inline-block;
  background: url(../images/right-angle-arrow.svg) no-repeat center center/contain;
  position: relative;
  width: 24px;
  height: 12px;
  margin-left: 6px;
}
@media all and (max-width: 991px) {
  .btn::after, input[type=submit]::after {
    width: 15px;
    height: 12px;
  }
}
@media all and (max-width: 575px) {
  .btn::after, input[type=submit]::after {
    width: 8px;
    top: 1px;
  }
}
.btn:hover, input[type=submit]:hover {
  background: #20508e;
  border: 1px solid #255CA3;
  color: white;
  box-shadow: none;
}
.btn:hover::after, input[type=submit]:hover::after {
  background: url(../images/right-angle-arrow.svg) no-repeat center center/contain;
  filter: brightness(0) invert(1);
}
.btn:focus, input[type=submit]:focus {
  background: #20508e;
  border: 1px solid #255CA3;
  color: white;
  box-shadow: none;
}
.btn:focus::after, input[type=submit]:focus::after {
  background: url(../images/right-angle-arrow.svg) no-repeat center center/contain;
  filter: brightness(0) invert(1);
}
.btn-side-arrow {
  height: auto;
  line-height: initial;
  background-color: transparent;
  border: none;
  padding: 0px;
  text-transform: capitalize;
}
.btn-side-arrow:after {
  height: 8px;
  width: 12px;
  background: url(../images/right-angle-arrow.svg) no-repeat center;
  top: -1px;
}
.btn-side-arrow:hover {
  color: #255CA3;
  background-color: transparent;
  border: none;
}
.btn-side-arrow:hover:after {
  background: url(../images/right-angle-arrow.svg) no-repeat center;
  filter: none;
}
.btn-blue {
  background: #255CA3;
  color: white;
}
.btn-blue::after {
  filter: brightness(0) invert(1);
}
.btn-blue:hover::after {
  filter: brightness(0) invert(1);
}
.btn-blue:hover::after {
  filter: brightness(0) invert(1);
}
.btn-red {
  background: #CF433F;
  color: white;
}
.btn-red::after {
  filter: brightness(0) invert(1);
}
.btn-red:hover::after {
  filter: brightness(0) invert(1);
}
.btn-red:hover::after {
  filter: brightness(0) invert(1);
}
.btn-video {
  background: #E8AE4A;
  border: 1px solid #E8AE4A;
  color: white;
}
.btn-video::after {
  background: url(../images/video-icon.svg) no-repeat center center/contain !important;
  width: 24px;
  height: 24px;
  top: 7px;
}
.btn-video:hover::after {
  filter: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ---------------- menu -----------------*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.3s all;
  background: white;
  padding: 20px 0px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .header {
    padding: 20px 0px;
  }
}
@media all and (max-width: 1200px) {
  .header {
    padding: 10px 0px;
  }
}
.header .navbar {
  padding: 0;
  height: 100%;
}
.header .navbar-brand {
  display: inline-block;
  width: 144px;
  padding: 0;
  margin-right: auto;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .header .navbar-brand {
    width: 120px;
  }
}
@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: 95px;
  }
}
.header .navbar-brand img {
  width: 100%;
}
.header.dark {
  background: #fff;
  box-shadow: 1px 12px 5px -4px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 1px 12px 5px -4px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 1px 12px 5px -4px rgba(0, 0, 0, 0.18);
}

.primary-nav {
  line-height: 0;
}
.primary-nav ul {
  display: inline-block;
}
@media all and (max-width: 1200px) {
  .primary-nav ul {
    display: block;
  }
}
.primary-nav ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px 0px 0px;
  margin: 0;
  transition: 0.3s;
}
@media all and (max-width: 1200px) {
  .primary-nav ul li {
    padding: 0;
    display: block;
    margin-bottom: 0px;
  }
}
.primary-nav ul li a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #505050;
  display: block;
  text-align: start;
  padding: 0;
  position: relative;
  text-wrap: auto;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .primary-nav ul li a {
    font-size: 14px;
  }
}
@media all and (max-width: 1200px) {
  .primary-nav ul li a {
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
  }
}
.primary-nav ul li a img {
  width: 22px;
}
@media all and (max-width: 1200px) {
  .primary-nav ul li a img {
    width: 20px;
  }
}
.primary-nav ul li a:hover {
  color: #255CA3;
  background-color: transparent;
}
@media all and (max-width: 1200px) {
  .primary-nav ul li a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}
.primary-nav ul li a:active {
  color: #255CA3;
  background-color: transparent;
}
@media all and (max-width: 1200px) {
  .primary-nav ul li a:active {
    color: rgba(255, 255, 255, 0.7);
  }
}
.primary-nav ul li:last-child {
  margin-right: 0;
}

/* ---------------- 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: #64A2D9;
  border: 0;
  border-radius: 0;
  padding: 0px;
  min-width: 940px;
  width: 100%;
  top: 53px;
  right: 0;
  display: none;
  border-bottom-left-radius: 30px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  #myUL .dropdown-menu {
    min-width: 920px;
  }
}
@media all and (max-width: 1200px) {
  #myUL .dropdown-menu {
    top: 0;
    padding: 0px;
    position: relative;
    min-width: 100%;
    width: 100%;
  }
}
#myUL .dropdown-menu::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 39px;
  background: transparent;
}
@media all and (max-width: 1200px) {
  #myUL .dropdown-menu::after {
    display: none;
  }
}
#myUL .dropdown-menu li {
  padding: 0;
  margin: 0 0 15px 0;
  display: block;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  #myUL .dropdown-menu li {
    margin-bottom: 12px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  #myUL .dropdown-menu li {
    margin-bottom: 12px;
  }
}
@media all and (max-width: 1200px) {
  #myUL .dropdown-menu li {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 575px) {
  #myUL .dropdown-menu li {
    margin: 0 0 10px 0;
  }
}
#myUL .dropdown-menu li a {
  font-size: 15px;
  line-height: 20px;
  padding: 0;
  display: block;
  text-align: left;
}
@media all and (max-width: 767px) {
  #myUL .dropdown-menu li a {
    font-size: 14px;
    line-height: 18px;
    color: white;
  }
}
#myUL .dropdown-menu li a:hover {
  color: #505050;
}
@media all and (max-width: 1200px) {
  #myUL .dropdown-menu li a:hover {
    color: white;
  }
}
#myUL .dropdown-menu li.nested-menu-items a {
  margin-bottom: 15px;
}
@media all and (max-width: 991px) {
  #myUL .dropdown-menu li.nested-menu-items a {
    margin-bottom: 10px;
  }
}
#myUL .dropdown-menu li.nested-menu-items ul li a {
  color: #255CA3;
  margin-bottom: 0px;
  position: relative;
  padding-left: 15px;
}
@media all and (max-width: 1200px) {
  #myUL .dropdown-menu li.nested-menu-items ul li a {
    color: rgba(255, 255, 255, 0.4);
  }
}
#myUL .dropdown-menu li.nested-menu-items ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #255CA3;
}
#myUL .dropdown-menu li.nested-menu-items ul li.third-level-menu {
  position: relative;
  padding-left: 25px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  #myUL .dropdown-menu li.nested-menu-items ul li.third-level-menu {
    padding-left: 20px;
  }
}
@media all and (max-width: 1200px) {
  #myUL .dropdown-menu li.nested-menu-items ul li.third-level-menu {
    padding-left: 20px;
  }
}
#myUL .dropdown-menu li.nested-menu-items ul li.third-level-menu span {
  font-size: 15px;
  line-height: 20px;
  color: #255CA3;
  display: block;
  margin-bottom: 15px;
}
@media all and (max-width: 1200px) {
  #myUL .dropdown-menu li.nested-menu-items ul li.third-level-menu span {
    color: rgba(255, 255, 255, 0.4);
  }
}
#myUL .dropdown-menu li.nested-menu-items ul li.third-level-menu a {
  margin-bottom: 15px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  #myUL .dropdown-menu li.nested-menu-items ul li.third-level-menu a {
    margin-bottom: 12px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  #myUL .dropdown-menu li.nested-menu-items ul li.third-level-menu a {
    margin-bottom: 12px;
  }
}
@media all and (max-width: 1200px) {
  #myUL .dropdown-menu li.nested-menu-items ul li.third-level-menu a {
    margin-bottom: 10px;
  }
}
#myUL .dropdown-menu li.nested-menu-items ul li.third-level-menu a.third-level-new-menu {
  padding-left: 0px;
}
#myUL .dropdown-menu li.nested-menu-items ul li.third-level-menu a.third-level-new-menu::before {
  display: none;
}
#myUL .dropdown-menu li.nested-menu-items ul li.third-level-menu ul {
  margin-left: 0px;
}
#myUL .dropdown-menu li.nested-menu-items ul li.third-level-menu ul li a {
  margin-bottom: 0px;
  color: black;
}
#myUL .dropdown-menu li.nested-menu-items ul li.third-level-menu ul li a::before {
  display: none;
}
#myUL .dropdown-menu li.nested-menu-items ul li.third-level-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/dropdown-icon.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  #myUL .dropdown-menu li.nested-menu-items ul li.third-level-menu::before {
    top: 3px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  #myUL .dropdown-menu li.nested-menu-items ul li.third-level-menu::before {
    width: 14px;
    height: 14px;
    top: 3px;
  }
}
@media all and (max-width: 1200px) {
  #myUL .dropdown-menu li.nested-menu-items ul li.third-level-menu::before {
    background-size: 14px;
    filter: brightness(0) invert(0.6);
  }
}
#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: 0px 25px 0px 0px !important;
  margin-right: 10px !important;
}
@media all and (max-width: 1200px) {
  .menu-item-has-children {
    margin-right: 0px;
    padding-right: 20px !important;
  }
}
@media all and (max-width: 575px) {
  .menu-item-has-children {
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
}
.menu-item-has-children::after {
  content: "";
  background: url(../images/btn-down-arrow.svg) no-repeat center/contain;
  width: 15px;
  height: 8px;
  position: absolute;
  top: 7px;
  right: 5px;
  z-index: 20;
  cursor: pointer;
}
@media all and (max-width: 1200px) {
  .menu-item-has-children::after {
    top: 6px;
    right: 0;
    filter: brightness(0) invert(1);
  }
}
.menu-item-has-children.active::after {
  transform: rotate(180deg);
}
@media all and (max-width: 1200px) {
  .menu-item-has-children a {
    padding-right: 0px !important;
  }
}
.menu-item-has-children:last-child {
  margin-right: 20px !important;
  padding-right: 0px !important;
}
@media all and (max-width: 1200px) {
  .menu-item-has-children:last-child {
    margin-right: 10px !important;
  }
}
.menu-item-has-children:last-child::after {
  display: none;
}
@media all and (max-width: 1200px) {
  .menu-item-has-children:last-child::after {
    display: block;
  }
}
.menu-item-has-children:nth-child(1) .dropdown-menu {
  left: -180%;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .menu-item-has-children:nth-child(1) .dropdown-menu {
    left: -60%;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .menu-item-has-children:nth-child(1) .dropdown-menu {
    left: -60%;
  }
}
@media all and (max-width: 1200px) {
  .menu-item-has-children:nth-child(1) .dropdown-menu {
    left: 0%;
  }
}
.menu-item-has-children:nth-child(2) .dropdown-menu {
  left: -205%;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .menu-item-has-children:nth-child(2) .dropdown-menu {
    left: -130%;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .menu-item-has-children:nth-child(2) .dropdown-menu {
    left: -130%;
  }
}
@media all and (max-width: 1200px) {
  .menu-item-has-children:nth-child(2) .dropdown-menu {
    left: 0%;
  }
}
.menu-item-has-children:nth-child(3) .dropdown-menu {
  left: -380%;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .menu-item-has-children:nth-child(3) .dropdown-menu {
    left: -290%;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .menu-item-has-children:nth-child(3) .dropdown-menu {
    left: -290%;
  }
}
@media all and (max-width: 1200px) {
  .menu-item-has-children:nth-child(3) .dropdown-menu {
    left: 0%;
  }
}
.menu-item-has-children:nth-child(4) .dropdown-menu {
  left: -650%;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .menu-item-has-children:nth-child(4) .dropdown-menu {
    left: -540%;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .menu-item-has-children:nth-child(4) .dropdown-menu {
    left: -540%;
  }
}
@media all and (max-width: 1200px) {
  .menu-item-has-children:nth-child(4) .dropdown-menu {
    left: 0%;
  }
}
.menu-item-has-children:nth-child(5) .dropdown-menu {
  left: -480%;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .menu-item-has-children:nth-child(5) .dropdown-menu {
    left: -420%;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .menu-item-has-children:nth-child(5) .dropdown-menu {
    left: -420%;
  }
}
@media all and (max-width: 1200px) {
  .menu-item-has-children:nth-child(5) .dropdown-menu {
    left: 0%;
  }
}
.menu-item-has-children:nth-child(6) .dropdown-menu {
  left: -880%;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .menu-item-has-children:nth-child(6) .dropdown-menu {
    left: -770%;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .menu-item-has-children:nth-child(6) .dropdown-menu {
    left: -770%;
  }
}
@media all and (max-width: 1200px) {
  .menu-item-has-children:nth-child(6) .dropdown-menu {
    left: 0%;
  }
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .menu-item-has-children:nth-child(7) .dropdown-menu {
    left: -600%;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .menu-item-has-children:nth-child(7) .dropdown-menu {
    left: -600%;
  }
}
@media all and (max-width: 1200px) {
  .menu-item-has-children:nth-child(7) .dropdown-menu {
    left: 0%;
  }
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .menu-item-has-children:nth-child(8) .dropdown-menu {
    right: -120% !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .menu-item-has-children:nth-child(8) .dropdown-menu {
    right: -120% !important;
  }
}
@media all and (max-width: 1200px) {
  .menu-item-has-children:nth-child(8) .dropdown-menu {
    right: 0% !important;
  }
}

#myUL .full-width-menu .dropdown-menu {
  min-width: 1100px;
}
@media all and (max-width: 1200px) {
  #myUL .full-width-menu .dropdown-menu {
    min-width: 100%;
  }
}
#myUL .full-width-menu .dropdown-menu .dropdown-content-wrapper .dropdown-content ul {
  column-count: 3;
}
@media all and (max-width: 575px) {
  #myUL .full-width-menu .dropdown-menu .dropdown-content-wrapper .dropdown-content ul {
    column-count: 1;
  }
}
#myUL .full-width-menu .dropdown-menu .dropdown-content-wrapper .dropdown-content ul .nested-menu-items ul {
  column-count: 1;
}
#myUL .full-width-menu .dropdown-menu .dropdown-content-wrapper .dropdown-content ul .nested-menu-items ul .third-level-menu ul {
  column-count: 1;
}

/* ---------------- dorpdown menu -----------------*/
/* ---------------- dorpdown menu inside customization -----------------*/
.dropdown-content-wrapper {
  display: flex;
}
.dropdown-content-wrapper .dropdown-content {
  padding: 30px;
  width: 100%;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .dropdown-content-wrapper .dropdown-content {
    padding: 20px;
  }
}
@media all and (max-width: 1200px) {
  .dropdown-content-wrapper .dropdown-content {
    padding: 15px;
  }
}
.dropdown-content-wrapper .dropdown-content ul {
  column-count: 2;
  column-gap: 30px;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 1200px) {
  .dropdown-content-wrapper .dropdown-content ul {
    column-gap: 15px;
  }
}
@media all and (max-width: 575px) {
  .dropdown-content-wrapper .dropdown-content ul {
    column-count: 1;
  }
}
.dropdown-content-wrapper .dropdown-content ul li {
  break-inside: avoid;
  margin-bottom: 10px;
}
.dropdown-content-wrapper .dropdown-content ul li ul {
  column-count: 1;
  margin-left: 15px;
}
@media all and (max-width: 1200px) {
  .dropdown-content-wrapper .dropdown-content ul li ul {
    margin-left: 10px;
  }
}
.dropdown-content-wrapper .dropdown-image {
  width: 460px;
  padding: 30px;
  flex: none;
  background-color: #d6f0ff;
  border-bottom-right-radius: 30px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .dropdown-content-wrapper .dropdown-image {
    width: 420px;
    padding: 25px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .dropdown-content-wrapper .dropdown-image {
    width: 400px;
    padding: 20px;
  }
}
@media all and (max-width: 1200px) {
  .dropdown-content-wrapper .dropdown-image {
    width: 330px;
    padding: 7px;
  }
}
@media all and (max-width: 991px) {
  .dropdown-content-wrapper .dropdown-image {
    display: none;
  }
}
.dropdown-content-wrapper .dropdown-image img {
  border-radius: 20px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

/* ---------------- hamburger -----------------*/
.hamburger-menu {
  display: none;
  padding: 10px;
  background-color: #255CA3;
  border-radius: 6px;
}
@media all and (max-width: 1200px) {
  .hamburger-menu {
    display: block;
    margin-left: 10px;
  }
}
@media all and (max-width: 575px) {
  .hamburger-menu {
    padding: 10px 8px;
  }
}
.hamburger-menu span {
  background: white;
  height: 2px;
  width: 24px;
  margin-bottom: 7px;
  display: block;
  border-radius: 3px;
  transition: 0.3s;
}
@media all and (max-width: 575px) {
  .hamburger-menu span {
    width: 20px;
    margin-bottom: 5px;
  }
}
.hamburger-menu span:nth-child(3) {
  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: 95%;
    overflow-y: auto;
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
}
@media all and (max-width: 575px) {
  .mobile-scroll {
    padding-right: 15px;
  }
}

.collapse-menu {
  margin-left: auto;
}
@media all and (max-width: 1200px) {
  .collapse-menu {
    background: #ffffff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 1050;
    transform: translateX(100%);
    width: 100%;
    height: 100vh;
    padding: 20px 0 30px 20px;
  }
  .collapse-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: radial-gradient(73.63% 150.88% at 50% 0%, #4a7fc0 0%, #3066ad 57.58%, #255CA3 100%);
  }
}
@media all and (max-width: 575px) {
  .collapse-menu {
    padding: 15px 0 10px 15px;
  }
}
.collapse-menu.collapse-menu-open {
  transform: translateX(0%);
}

.responsive-logo {
  display: none;
  position: relative;
}
@media all and (max-width: 1200px) {
  .responsive-logo {
    display: block;
  }
}
.responsive-logo a {
  display: block;
  width: 140px;
}
@media all and (max-width: 1200px) {
  .responsive-logo a {
    width: 120px;
  }
}
@media all and (max-width: 991px) {
  .responsive-logo a {
    width: 100px;
  }
}
@media all and (max-width: 575px) {
  .responsive-logo a {
    width: 90px;
  }
}
.responsive-logo a img {
  width: 100%;
  filter: brightness(0) invert(1);
}

.colapse-close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  display: none;
}
@media all and (max-width: 1200px) {
  .colapse-close {
    display: block;
  }
}
@media all and (max-width: 575px) {
  .colapse-close {
    top: 10px;
  }
}
.colapse-close img {
  width: 100%;
  height: 100%;
}

.collapse-menu.collapse-menu-open .colapse-close {
  right: 25px;
}
@media all and (max-width: 575px) {
  .collapse-menu.collapse-menu-open .colapse-close {
    right: 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;
}

/* ---------------------- search -----------------------*/
.search-icon {
  font-size: 0;
  width: 20px;
  height: 22px;
  cursor: pointer;
  background: url(../images/header-search-dark-blue.svg) no-repeat center/18px;
  border-radius: 6px;
}
@media all and (max-width: 1200px) {
  .search-icon {
    height: 44px;
    width: 44px;
    background-color: rgba(141, 133, 118, 0.12);
    margin-right: 10px;
  }
}
@media all and (max-width: 575px) {
  .search-icon {
    height: 36px;
    width: 36px;
    margin-right: 15px;
    background-size: 18px;
  }
}

.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%, #255CA3 0%, #1e4d89 57.58%, #193e70 100%);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.search-form ::placeholder {
  color: #255CA3;
  opacity: 1;
}
.search-form :-ms-input-placeholder {
  color: #255CA3;
}
.search-form ::-ms-input-placeholder {
  color: #255CA3;
}
.search-form input[type=search] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #255CA3;
  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: 20px !important;
  padding: 0 30px 0 70px !important;
  border-radius: 15px;
  filter: brightness(0) invert(1);
}
@media all and (max-width: 767px) {
  .search-form input[type=search] {
    height: 70px;
    line-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] {
    height: 48px;
    line-height: 48px;
    background-size: 14px;
    font-size: 15px !important;
    padding: 0 0 0 52px !important;
  }
}
.search-form input[type=search]:focus {
  outline: none;
  box-shadow: none;
  background: url(../images/header-search-white.svg) 20px center no-repeat rgba(255, 255, 255, 0.1);
  border: none !important;
}
.search-form input[type=search]:focus::placeholder {
  color: #255CA3;
  transition: 0.3s;
}
.search-form input[type=search]:focus::-ms-input-placeholder {
  color: #255CA3;
  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 {
    height: 48px;
    line-height: 48px;
    background-size: 14px;
    font-size: 20px !important;
    padding: 0 0 0 52px !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;
  filter: brightness(0) invert(1);
}
@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;
}
.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-block-form {
  display: flex;
  gap: 20px;
  width: 60%;
  height: 100%;
  align-items: center;
  margin: 0 auto;
}
@media all and (max-width: 991px) {
  .search-form .search-block-form {
    width: 100%;
    gap: 10px;
  }
}
@media all and (max-width: 767px) {
  .search-form .search-block-form {
    gap: 5px;
  }
}
.search-form .search-block-form .form-item {
  width: 100%;
}
.search-form .search-block-form .form-item,
.search-form .search-block-form .edit-actions {
  margin: 0px;
}

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

@media all and (max-width: 1200px) {
  .block-system-branding-block {
    margin-right: auto;
  }
}

footer {
  background: #005392;
  padding-top: 50px;
}

.footer-top {
  border-bottom: 1px solid #7fa9c8;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .footer-top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.footer-wrapper h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  font-weight: 500;
  color: white;
  margin-bottom: 20px;
}
.footer-wrapper p, .footer-wrapper blockquote {
  color: white;
  margin: 0px;
  padding: 0px;
}

.footer-top-column {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .footer-top-column {
    gap: 25px;
  }
}
@media all and (max-width: 1200px) {
  .footer-top-column {
    gap: 25px;
  }
}
@media all and (max-width: 575px) {
  .footer-top-column {
    flex-direction: column;
  }
}
.footer-top-column .footer-item {
  width: calc(16% - 16px);
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .footer-top-column .footer-item {
    width: calc(16% - 17px);
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .footer-top-column .footer-item {
    width: calc(16% - 14px);
  }
}
@media all and (max-width: 1200px) {
  .footer-top-column .footer-item {
    width: calc(33% - 15px);
  }
}
@media all and (max-width: 767px) {
  .footer-top-column .footer-item {
    width: calc(50% - 15px);
  }
}
@media all and (max-width: 575px) {
  .footer-top-column .footer-item {
    width: 100%;
  }
}
.footer-top-column .footer-item ul {
  list-style: none;
}
.footer-top-column .footer-item ul li {
  font-size: 14px;
  line-height: 18px;
  color: white;
  list-style-type: none;
  margin-bottom: 10px;
  line-height: 16px;
}
.footer-top-column .footer-item ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #7fa9c8;
  padding: 0px;
}
.footer-top-column .footer-item ul li:nth-child(1) {
  margin-bottom: 20px;
}
.footer-top-column .footer-item ul li:nth-child(1) a {
  font-size: 18px;
  line-height: 24px;
}
.footer-top-column .footer-item ul li span.nav-link {
  color: #7fa9c8;
}
.footer-top-column .footer-item .block-menu.navigation {
  margin-bottom: 20px;
}
.footer-top-column .footer-item .block-menu.navigation:last-child {
  margin-bottom: 0px;
}
.footer-top-column .footer-item .block-menu.navigation h5 {
  font-size: 18px;
  line-height: 24px;
  color: #7fa9c8 !important;
}

.footer-bottom-wrapper {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}
@media all and (max-width: 767px) {
  .footer-bottom-wrapper {
    flex-direction: column;
    row-gap: 15px;
  }
}

.copyright {
  font-size: 14px;
  line-height: 16px;
  color: #7fa9c8;
}

.footer-item:has(ul:nth-of-type(2)) ul:first-of-type {
  margin-bottom: 30px;
}

.footer-item:has(ul:nth-of-type(3)) ul:nth-of-type(2) {
  margin-bottom: 30px;
}

.social-links ul {
  list-style: none;
  display: flex;
  gap: 15px;
}
.social-links ul li {
  margin-bottom: 0px;
}
.social-links ul li a {
  width: 25px;
  height: 25px;
}
.social-links ul li a img {
  width: 100%;
  opacity: 0.6;
}

.footer-bottom {
  padding-bottom: 30px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .footer-bottom {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 991px) {
  .footer-bottom {
    padding-bottom: 20px;
  }
}

#block-cipla-theme-chatbotapi ul li:nth-child(1),
#block-cipla-theme-relatedlinks ul li:nth-child(1) {
  margin-bottom: 10px !important;
}
#block-cipla-theme-chatbotapi ul li:nth-child(1) a,
#block-cipla-theme-relatedlinks ul li:nth-child(1) a {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 18px !important;
  color: #7fa9c8;
  padding: 0px;
}

.header {
  padding: 0px;
  height: 89px;
  display: flex;
  align-items: center;
  opacity: 0;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .header {
    height: 70px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .header {
    height: 70px;
  }
}
@media all and (max-width: 1200px) {
  .header {
    height: 70px;
  }
}
.header .container {
  height: 100%;
}
.header .navbar-brand img {
  width: 100%;
}

.menu-item-has-children {
  padding: 25px 10px 25px 0px !important;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .menu-item-has-children {
    padding: 25px 12px 25px 0px !important;
    margin-right: 0px !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .menu-item-has-children {
    padding: 25px 7px 25px 0px !important;
    margin-right: 0px !important;
  }
}
@media all and (max-width: 1200px) {
  .menu-item-has-children {
    padding: 25px 12px 25px 0px !important;
    margin-right: 0px !important;
  }
}
.menu-item-has-children::after {
  display: none;
}
.menu-item-has-children:last-child::after {
  display: none;
}
.menu-item-has-children .dropdown-menu {
  left: auto !important;
  right: 0px !important;
}

#myUL .dropdown-menu {
  position: absolute;
  top: 70px;
  min-width: 267px;
  max-height: 500px;
  overflow-y: auto;
  background: white;
  border-radius: 0px;
  border: 1px solid #dddddd;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 10;
  display: none !important;
  top: 100%;
  left: 0;
}
@media all and (max-width: 1200px) {
  #myUL .dropdown-menu {
    padding-bottom: 0px;
    max-height: 100%;
    min-width: auto;
    overflow: initial;
    border: none;
    background-color: transparent;
  }
}
#myUL .dropdown-menu::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 36px;
  background: transparent;
  z-index: 6;
}
#myUL .dropdown-menu li {
  margin: 0px 15px 15px 15px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
}
@media all and (max-width: 1200px) {
  #myUL .dropdown-menu li {
    border: none;
  }
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  #myUL .dropdown-menu li a {
    font-size: 13px;
    line-height: 13px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  #myUL .dropdown-menu li a {
    font-size: 13px;
    line-height: 13px;
  }
}
@media all and (max-width: 1200px) {
  #myUL .dropdown-menu li a {
    font-size: 15px;
    line-height: 18px;
    color: white;
    font-weight: 300;
  }
}
#myUL .dropdown-menu li ul {
  border-top: 1px solid #dddddd;
  margin-top: 15px;
  padding-top: 5px;
}
@media all and (max-width: 1200px) {
  #myUL .dropdown-menu li ul {
    border: none;
  }
}
#myUL .dropdown-menu li ul li {
  margin: 0px 0px 15px 0px;
}
#myUL .dropdown-menu li ul li a {
  position: relative;
  padding-left: 20px;
  color: rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 1200px) {
  #myUL .dropdown-menu li ul li a {
    color: white;
  }
}
#myUL .dropdown-menu li ul li a::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
#myUL .dropdown-menu li ul li ul li {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 20px;
}
#myUL .dropdown-menu li ul li ul li a {
  padding-left: 0px;
  color: rgba(0, 0, 0, 0.6);
}
@media all and (max-width: 1200px) {
  #myUL .dropdown-menu li ul li ul li a {
    color: white;
  }
}
#myUL .dropdown-menu li ul li ul li a::before {
  display: none;
}
#myUL .dropdown-menu li ul li ul li:last-child {
  border: none;
  padding-bottom: 0px;
}
#myUL .dropdown-menu li:last-child {
  border: none;
  border: none;
  padding-bottom: 0px;
}
#myUL ::-webkit-scrollbar {
  width: 6px; /* Vertical scrollbar */
  height: 6px; /* Horizontal scrollbar */
}
#myUL ::-webkit-scrollbar-track {
  background: #dbdbdb; /* Track background */
  border-radius: 4px;
}
#myUL ::-webkit-scrollbar-thumb {
  background: #588fbd; /* Scroll thumb */
  border-radius: 4px;
}
#myUL ::-webkit-scrollbar-thumb:hover {
  background: black; /* Hover state */
}

@media all and (min-width: 1368px) and (max-width: 1600px) {
  .primary-nav ul li a {
    font-size: 13px;
    line-height: 18px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .primary-nav ul li a {
    font-size: 13px;
    line-height: 18px;
  }
}
@media all and (max-width: 1200px) {
  .primary-nav ul li a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: white;
  }
}
.primary-nav ul li a img {
  width: 14px;
}

#myUL .menu-item-has-children:hover > .dropdown-menu {
  display: block !important;
}

@media screen and (max-width: 1200px) {
  #myUL li {
    position: static;
  }
  #myUL li.menu-item-has-children {
    /* Force active class styling */
    display: block;
  }
  #myUL .dropdown-menu {
    display: block !important;
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    padding-left: 0px;
    margin-top: 5px;
    box-shadow: none !important;
    transition: none !important; /* prevent animation flicker */
  }
  #myUL .dropdown-menu .dropdown-menu {
    padding-left: 20px;
  }
  #myUL li a {
    display: block;
    padding: 5px 0;
  }
}
.global-search-block .search-block-form {
  position: relative;
  height: 30px;
  width: 150px;
  max-width: 150px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .global-search-block .search-block-form {
    height: 25px;
    width: 130px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .global-search-block .search-block-form {
    height: 25px;
    width: 110px;
  }
}
@media all and (max-width: 1200px) {
  .global-search-block .search-block-form {
    height: 35px;
    width: 160px;
  }
}
@media all and (max-width: 575px) {
  .global-search-block .search-block-form {
    height: 30px;
    width: 140px;
  }
}
@media all and (max-width: 360px) {
  .global-search-block .search-block-form {
    width: 120px;
  }
}
.global-search-block .search-block-form .js-form-type-search {
  margin: 0px;
  height: 100%;
}
.global-search-block .search-block-form .js-form-type-search input {
  border-radius: 30px;
  height: 100%;
  background: #005392;
  margin: 0px;
  padding: 0px 40px 0px 20px;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.global-search-block .search-block-form .js-form-type-search input:focus {
  border: none !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
.global-search-block .search-block-form .js-form-type-search input:hover {
  border: none !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
.global-search-block .search-block-form .js-form-type-search input::placeholder {
  color: white;
  opacity: 1;
}
.global-search-block .search-block-form .form-actions {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0px;
  height: 100%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.global-search-block .search-block-form .form-actions input {
  font-size: 0px;
  padding: 0px;
  width: 40px;
  height: 100%;
  border-radius: 0px;
  border: none;
  background: url(../images/search-icon.png) no-repeat center right 10px/18px;
  filter: brightness(0) invert(1);
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .global-search-block .search-block-form .form-actions input {
    width: 30px;
    background-size: 13px;
  }
}
.global-search-block .search-block-form .form-actions input:focus {
  border: none !important;
  box-shadow: none !important;
}
.global-search-block .search-block-form .form-actions input:hover {
  border: none !important;
  box-shadow: none !important;
}

.block-system-branding-block {
  position: relative;
}

header input::-webkit-input-placeholder {
  color: white;
}

header input::-moz-placeholder {
  color: white;
}

header input:-ms-input-placeholder {
  color: white;
}

header input::placeholder {
  color: white;
}

.menu-item-has-children:nth-child(8) .dropdown-menu {
  right: 0px !important;
}

.mobile-global {
  display: none;
}
@media all and (max-width: 1200px) {
  .mobile-global {
    display: block;
  }
}

@media all and (max-width: 1200px) {
  .global-menu-link img {
    display: none;
  }
}

.home-hero-section {
  padding: 0px;
}
.home-hero-section .swiper-wrapper-container {
  overflow: visible;
}
.home-hero-section .home-hero-wrapper {
  height: calc(100vh - 90px);
  position: relative;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .home-hero-section .home-hero-wrapper {
    height: calc(100vh - 70px);
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .home-hero-section .home-hero-wrapper {
    height: 600px;
  }
}
@media all and (max-width: 1200px) {
  .home-hero-section .home-hero-wrapper {
    height: 480px;
  }
}
@media all and (max-width: 991px) {
  .home-hero-section .home-hero-wrapper {
    height: auto;
  }
}
.home-hero-section .home-hero-wrapper .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0px 10px 0;
  box-sizing: border-box;
  height: 100%;
}
@media all and (max-width: 991px) {
  .home-hero-section .home-hero-wrapper .mySwiper {
    padding: 10px 30px;
    margin-top: -50px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
@media all and (max-width: 767px) {
  .home-hero-section .home-hero-wrapper .mySwiper {
    margin-top: -40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: none;
  }
}
@media all and (max-width: 575px) {
  .home-hero-section .home-hero-wrapper .mySwiper {
    padding: 10px;
  }
}
.home-hero-section .home-hero-wrapper .mySwiper .swiper-wrapper {
  padding: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: visible !important;
}
@media all and (max-width: 1200px) {
  .home-hero-section .home-hero-wrapper .mySwiper .swiper-wrapper {
    padding: 0px;
  }
}
.home-hero-section .home-hero-wrapper .mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
.home-hero-section .home-hero-wrapper .mySwiper::before, .home-hero-section .home-hero-wrapper .mySwiper::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 80px;
  height: 80px;
  display: none;
  background-size: contain;
  background-repeat: no-repeat;
}
.home-hero-section .home-hero-wrapper .mySwiper::before {
  left: -22px;
  background-image: url(../images/slider-thumbnail-curve.png);
}
.home-hero-section .home-hero-wrapper .mySwiper::after {
  right: -30px;
  background-image: url(../images/slider-thumbnail-curve-right.png);
}
@media all and (max-width: 1200px) {
  .home-hero-section .home-hero-wrapper .mySwiper::before {
    top: 9px;
  }
  .home-hero-section .home-hero-wrapper .mySwiper::after {
    right: -35px;
    top: 9px;
  }
}
@media all and (max-width: 991px) {
  .home-hero-section .home-hero-wrapper .mySwiper::before, .home-hero-section .home-hero-wrapper .mySwiper::after {
    display: none;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .home-hero-section .home-hero-wrapper .mySwiper::after {
    right: -40px;
    top: 8px;
  }
}
@media all and (max-width: 1200px) {
  .home-hero-section .home-hero-wrapper .mySwiper2 {
    height: 85%;
  }
}
@media all and (max-width: 991px) {
  .home-hero-section .home-hero-wrapper .mySwiper2 {
    height: 100%;
  }
}
.home-hero-section .home-hero-wrapper .mySwiper2 .swiper-slide {
  border-radius: 30px;
  height: 100%;
}
@media all and (max-width: 1200px) {
  .home-hero-section .home-hero-wrapper .mySwiper2 .swiper-slide {
    border-radius: 20px;
  }
}
@media all and (max-width: 767px) {
  .home-hero-section .home-hero-wrapper .mySwiper2 .swiper-slide {
    border-radius: 15px;
  }
}
.home-hero-section .home-hero-wrapper .mySwiper2 .swiper-slide a {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  display: block;
}
@media all and (max-width: 1200px) {
  .home-hero-section .home-hero-wrapper .mySwiper2 .swiper-slide a {
    border-radius: 20px;
  }
}
.home-hero-section .home-hero-wrapper .mySwiper2 .swiper-slide a .anims-right-reveal {
  border-radius: 30px;
}
@media all and (max-width: 1200px) {
  .home-hero-section .home-hero-wrapper .mySwiper2 .swiper-slide a .anims-right-reveal {
    border-radius: 20px;
  }
}
@media all and (max-width: 767px) {
  .home-hero-section .home-hero-wrapper .mySwiper2 .swiper-slide a .anims-right-reveal {
    border-radius: 15px;
  }
}
.home-hero-section .home-hero-wrapper .mySwiper2 .swiper-slide a img {
  border-radius: 30px;
}
@media all and (max-width: 1200px) {
  .home-hero-section .home-hero-wrapper .mySwiper2 .swiper-slide a img {
    border-radius: 20px;
  }
}
@media all and (max-width: 767px) {
  .home-hero-section .home-hero-wrapper .mySwiper2 .swiper-slide a img {
    border-radius: 15px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 1200px) {
  .swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 575px) {
  .swiper-button-prev,
.swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background: url(../images/btn-down-arrow.svg) no-repeat center/contain;
  width: 25px;
  height: 13px;
  transform: rotate(90deg);
}
@media all and (max-width: 1200px) {
  .swiper-button-prev::after,
.swiper-button-next::after {
    width: 20px;
    height: 10px;
  }
}
@media all and (max-width: 575px) {
  .swiper-button-prev::after,
.swiper-button-next::after {
    width: 16px;
    height: 16px;
  }
}

.swiper-button-next::after {
  transform: rotate(270deg);
}

.stats-section {
  padding-bottom: 0px;
}

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

/* ================ OUR PURPOSE SECTION CSS START ================ */
.our-purpose-section {
  padding-bottom: 0px;
}
@media all and (max-width: 991px) {
  .our-purpose-section {
    padding-bottom: 0px;
  }
}

.our-purpose-wrapper {
  position: relative;
  height: 570px;
  width: 80%;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .our-purpose-wrapper {
    height: 490px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .our-purpose-wrapper {
    height: 460px;
  }
}
@media all and (max-width: 1200px) {
  .our-purpose-wrapper {
    height: 450px;
  }
}
@media all and (max-width: 991px) {
  .our-purpose-wrapper {
    width: 100%;
    height: 330px;
  }
}
@media all and (max-width: 575px) {
  .our-purpose-wrapper {
    width: 100%;
    height: 230px;
  }
}
@media all and (max-width: 410px) {
  .our-purpose-wrapper {
    height: 200px;
  }
}
@media all and (max-width: 360px) {
  .our-purpose-wrapper {
    height: 170px;
  }
}

.our-purpose-image {
  height: 570px;
  position: absolute;
  inset: 0;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(38, 39, 40, 0.6);
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .our-purpose-image {
    height: 490px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .our-purpose-image {
    height: 460px;
  }
}
@media all and (max-width: 1200px) {
  .our-purpose-image {
    height: 450px;
  }
}
@media all and (max-width: 991px) {
  .our-purpose-image {
    height: auto;
  }
}
@media all and (max-width: 575px) {
  .our-purpose-image {
    height: auto;
  }
}
@media all and (max-width: 320px) {
  .our-purpose-image {
    height: auto;
  }
}
.our-purpose-image .anims-reveal {
  border-radius: 40px;
  height: 100%;
}
@media all and (max-width: 1200px) {
  .our-purpose-image .anims-reveal {
    border-radius: 25px;
  }
}
@media all and (max-width: 991px) {
  .our-purpose-image .anims-reveal {
    border-radius: 15px;
  }
}
.our-purpose-image img {
  border-radius: 40px;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 1200px) {
  .our-purpose-image img {
    border-radius: 25px;
  }
}
@media all and (max-width: 991px) {
  .our-purpose-image img {
    border-radius: 15px;
  }
}

.our-purpose-tabs {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  position: relative;
}
.our-purpose-tabs .views-element-container {
  display: block;
  width: 100%;
}

.tab-menu-items {
  background: #255CA3;
  padding: 0px;
  border-radius: 20px;
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  gap: 0px;
  margin-left: auto;
  position: absolute;
  transform: none;
  top: 50%;
  transform: translateY(-50%);
  left: 93%;
  z-index: 100;
  box-shadow: 0px 0px 8px 0px rgba(38, 39, 40, 0.6);
}
@media all and (max-width: 1200px) {
  .tab-menu-items {
    border-radius: 10px;
    width: 35%;
    left: 90%;
  }
}
@media all and (max-width: 991px) {
  .tab-menu-items {
    width: auto;
    height: 100%;
    left: 91%;
  }
}
@media all and (max-width: 575px) {
  .tab-menu-items {
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    transform: translateY(0px);
    z-index: 1000;
    top: auto;
    margin-left: 0px;
    left: 0;
    border-radius: 0px;
  }
}
.tab-menu-items .nav-item {
  margin-bottom: 0px;
  width: 100%;
  border-bottom: 1px solid #4884d3;
  position: relative;
}
@media all and (max-width: 575px) {
  .tab-menu-items .nav-item {
    width: auto;
  }
}
.tab-menu-items .nav-item .nav-link {
  padding: 15px;
  border-radius: 0px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: start;
  justify-content: start;
  position: relative;
  gap: 10px;
  align-items: center;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .tab-menu-items .nav-item .nav-link {
    padding-bottom: 15px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .tab-menu-items .nav-item .nav-link {
    padding-bottom: 15px;
  }
}
@media all and (max-width: 1200px) {
  .tab-menu-items .nav-item .nav-link {
    padding-bottom: 10px;
  }
}
@media all and (max-width: 991px) {
  .tab-menu-items .nav-item .nav-link {
    width: auto;
  }
}
@media all and (max-width: 575px) {
  .tab-menu-items .nav-item .nav-link {
    padding: 8px;
  }
}
.tab-menu-items .nav-item .nav-link .purpose-icon img {
  filter: brightness(0) invert(1);
}
.tab-menu-items .nav-item .nav-link h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: white;
  margin-bottom: 0px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .tab-menu-items .nav-item .nav-link h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .tab-menu-items .nav-item .nav-link h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media all and (max-width: 1200px) {
  .tab-menu-items .nav-item .nav-link h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (max-width: 991px) {
  .tab-menu-items .nav-item .nav-link h3 {
    display: none;
  }
}
.tab-menu-items .nav-item .nav-link h3 span {
  display: block;
}
.tab-menu-items .nav-item .nav-link.active {
  background: white;
  border-bottom: 1px solid white;
  position: relative;
}
.tab-menu-items .nav-item .nav-link.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid white;
}
@media all and (max-width: 1200px) {
  .tab-menu-items .nav-item .nav-link.active::before {
    left: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
  }
}
.tab-menu-items .nav-item .nav-link.active .purpose-icon img {
  filter: brightness(1) invert(0);
}
.tab-menu-items .nav-item .nav-link.active h3 {
  color: #255CA3;
}
.tab-menu-items .nav-item:nth-child(1) .active {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media all and (max-width: 1200px) {
  .tab-menu-items .nav-item:nth-child(1) .active {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
@media all and (max-width: 575px) {
  .tab-menu-items .nav-item:nth-child(1) .active {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
.tab-menu-items .nav-item:last-child {
  border-bottom: none;
}
.tab-menu-items .nav-item:last-child .active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media all and (max-width: 1200px) {
  .tab-menu-items .nav-item:last-child .active {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
@media all and (max-width: 575px) {
  .tab-menu-items .nav-item:last-child .active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

.purpose-icon,
.section-heading-icon {
  width: 45px;
  height: 45px;
  flex: none;
  margin-bottom: 10px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .purpose-icon,
.section-heading-icon {
    width: 37px;
    height: 37px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .purpose-icon,
.section-heading-icon {
    width: 33px;
    height: 33px;
  }
}
@media all and (max-width: 1200px) {
  .purpose-icon,
.section-heading-icon {
    width: 30px;
    height: 30px;
  }
}
@media all and (max-width: 991px) {
  .purpose-icon,
.section-heading-icon {
    width: 32px;
    height: 32px;
  }
}
@media all and (max-width: 767px) {
  .purpose-icon,
.section-heading-icon {
    width: 26px;
    height: 26px;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 360px) {
  .purpose-icon,
.section-heading-icon {
    width: 22px;
    height: 22px;
  }
}
.purpose-icon img,
.section-heading-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-heading-icon {
  margin-bottom: 0px;
}

.tab-pane .section-heading-icon img {
  filter: brightness(0) invert(1);
}

.purpose-icon {
  margin-bottom: 0px;
}

.our-purpose-inner-wrapper {
  width: 90%;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .our-purpose-inner-wrapper {
    width: 100%;
  }
}

.tab-content-wrapper {
  width: 500px;
  margin-left: 30px;
  position: absolute;
  z-index: 5;
  top: 30px;
  bottom: auto;
  height: auto;
}
@media all and (max-width: 1200px) {
  .tab-content-wrapper {
    width: 360px;
  }
}
@media all and (max-width: 991px) {
  .tab-content-wrapper {
    margin-left: 20px;
    top: 20px;
  }
}
@media all and (max-width: 767px) {
  .tab-content-wrapper {
    margin-left: 10px;
    bottom: 10px;
  }
}
.tab-content-wrapper p, .tab-content-wrapper blockquote {
  color: white;
  font-weight: 400;
}
@media all and (max-width: 991px) {
  .tab-content-wrapper p, .tab-content-wrapper blockquote {
    display: none;
  }
}

.tab-content-wrapper .section-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media all and (max-width: 1200px) {
  .tab-content-wrapper .section-heading {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 575px) {
  .tab-content-wrapper .section-heading {
    gap: 7px;
    margin-bottom: 20px;
  }
}
.tab-content-wrapper .section-heading h3 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 0px;
  color: white;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .tab-content-wrapper .section-heading h3 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .tab-content-wrapper .section-heading h3 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media all and (max-width: 1200px) {
  .tab-content-wrapper .section-heading h3 {
    font-size: 21px;
    line-height: 26px;
  }
}
@media all and (max-width: 991px) {
  .tab-content-wrapper .section-heading h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media all and (max-width: 575px) {
  .tab-content-wrapper .section-heading h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media all and (max-width: 360px) {
  .tab-content-wrapper .section-heading h3 {
    font-size: 16px;
  }
}

/* ================ LATEST CIPLA SECTION CSS START ================ */
.latest-cipla-wrapper {
  background-color: #e0effe;
  border-radius: 40px;
  padding: 40px;
}
@media all and (max-width: 1200px) {
  .latest-cipla-wrapper {
    border-radius: 25px;
  }
}
@media all and (max-width: 991px) {
  .latest-cipla-wrapper {
    padding: 20px;
    border-radius: 15px;
  }
}
.latest-cipla-wrapper .swiper-slide {
  border-radius: 0px;
  background-color: transparent;
}
.latest-cipla-wrapper .swiper-pagination {
  top: auto;
  bottom: 0px;
}

.our-portfolio-wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media all and (max-width: 991px) {
  .our-portfolio-wrapper {
    gap: 10px;
  }
}
@media all and (max-width: 575px) {
  .our-portfolio-wrapper {
    flex-direction: column;
  }
}
.our-portfolio-wrapper .our-portfolio-item {
  width: calc(33% - 6px);
  height: 230px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .our-portfolio-wrapper .our-portfolio-item {
    width: calc(33% - 8px);
    height: 210px;
  }
}
@media all and (max-width: 1200px) {
  .our-portfolio-wrapper .our-portfolio-item {
    width: calc(33% - 8px);
    height: 200px;
    border-radius: 25px;
  }
}
@media all and (max-width: 767px) {
  .our-portfolio-wrapper .our-portfolio-item {
    width: calc(50% - 6px);
  }
}
@media all and (max-width: 575px) {
  .our-portfolio-wrapper .our-portfolio-item {
    width: 100%;
  }
}
.our-portfolio-wrapper .our-portfolio-item a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
.our-portfolio-wrapper .our-portfolio-item a::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0px;
  height: 25%;
  width: 100%;
  background: rgba(37, 92, 163, 0.92);
  transition: 0.3s;
}
.our-portfolio-wrapper .our-portfolio-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media all and (max-width: 1200px) {
  .our-portfolio-wrapper .our-portfolio-item a img {
    border-radius: 20px;
  }
}
.our-portfolio-wrapper .our-portfolio-item a .portfolio-content {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 0px 60px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .our-portfolio-wrapper .our-portfolio-item a .portfolio-content {
    padding: 0px 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .our-portfolio-wrapper .our-portfolio-item a .portfolio-content {
    padding: 0px 40px;
  }
}
@media all and (max-width: 1200px) {
  .our-portfolio-wrapper .our-portfolio-item a .portfolio-content {
    padding: 0px 30px;
  }
}
@media all and (max-width: 991px) {
  .our-portfolio-wrapper .our-portfolio-item a .portfolio-content {
    padding: 0px 20px;
  }
}
.our-portfolio-wrapper .our-portfolio-item a .portfolio-content .portfolio-text-content {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 15px;
  padding-bottom: 5px;
  height: 100%;
  transition: 0.3s;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .our-portfolio-wrapper .our-portfolio-item a .portfolio-content .portfolio-text-content {
    gap: 10px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .our-portfolio-wrapper .our-portfolio-item a .portfolio-content .portfolio-text-content {
    gap: 10px;
  }
}
@media all and (max-width: 1200px) {
  .our-portfolio-wrapper .our-portfolio-item a .portfolio-content .portfolio-text-content {
    gap: 10px;
  }
}
@media all and (max-width: 991px) {
  .our-portfolio-wrapper .our-portfolio-item a .portfolio-content .portfolio-text-content {
    flex-direction: column;
  }
}
.our-portfolio-wrapper .our-portfolio-item a .portfolio-content img {
  width: 100%;
  object-fit: contain;
  height: auto;
  border-radius: initial;
}
.our-portfolio-wrapper .our-portfolio-item a .portfolio-content .portfolio-icon {
  width: 45px;
  height: 45px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .our-portfolio-wrapper .our-portfolio-item a .portfolio-content .portfolio-icon {
    width: 35px;
    height: 35px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .our-portfolio-wrapper .our-portfolio-item a .portfolio-content .portfolio-icon {
    width: 35px;
    height: 35px;
  }
}
@media all and (max-width: 1200px) {
  .our-portfolio-wrapper .our-portfolio-item a .portfolio-content .portfolio-icon {
    width: 30px;
    height: 30px;
  }
}
.our-portfolio-wrapper .our-portfolio-item a .portfolio-content .portfolio-icon img {
  width: 100%;
  height: 100%;
}
.our-portfolio-wrapper .our-portfolio-item a .portfolio-content h3 {
  color: white;
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 28px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .our-portfolio-wrapper .our-portfolio-item a .portfolio-content h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .our-portfolio-wrapper .our-portfolio-item a .portfolio-content h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media all and (max-width: 1200px) {
  .our-portfolio-wrapper .our-portfolio-item a .portfolio-content h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media all and (max-width: 991px) {
  .our-portfolio-wrapper .our-portfolio-item a .portfolio-content h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.our-portfolio-wrapper .our-portfolio-item a .portfolio-content .hover-slide-content {
  height: 0px;
  opacity: 0;
  transition: 0.3s;
}
.our-portfolio-wrapper .our-portfolio-item a .portfolio-content .hover-slide-content p, .our-portfolio-wrapper .our-portfolio-item a .portfolio-content .hover-slide-content blockquote {
  font-size: 15px;
  line-height: 20px;
  color: white;
  text-align: center;
}
@media all and (max-width: 991px) {
  .our-portfolio-wrapper .our-portfolio-item a .portfolio-content .hover-slide-content p, .our-portfolio-wrapper .our-portfolio-item a .portfolio-content .hover-slide-content blockquote {
    font-size: 13px;
    line-height: 18px;
  }
}
.our-portfolio-wrapper .our-portfolio-item a:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.our-portfolio-wrapper .our-portfolio-item a:hover::before {
  background: rgba(37, 92, 163, 0.92);
  height: 100%;
}
.our-portfolio-wrapper .our-portfolio-item a:hover .portfolio-text-content {
  height: calc(100% - 120px);
  align-items: end;
}
@media all and (max-width: 991px) {
  .our-portfolio-wrapper .our-portfolio-item a:hover .portfolio-text-content {
    align-items: center;
  }
}
.our-portfolio-wrapper .our-portfolio-item a:hover .hover-slide-content {
  height: 120px;
  opacity: 1;
  transition: 0.3s;
}
.our-portfolio-wrapper .our-portfolio-item a:hover .portfolio-icon {
  display: none;
}
.our-portfolio-wrapper .our-portfolio-item:nth-child(4) {
  width: calc(50% - 8px);
}
@media all and (max-width: 575px) {
  .our-portfolio-wrapper .our-portfolio-item:nth-child(4) {
    width: 100%;
  }
}
.our-portfolio-wrapper .our-portfolio-item:nth-child(5) {
  width: calc(50% - 8px);
}
@media all and (max-width: 575px) {
  .our-portfolio-wrapper .our-portfolio-item:nth-child(5) {
    width: 100%;
  }
}

/* ================ INVESTOR SECTION CSS START ================ */
.investor-wrapper {
  display: flex;
  gap: 80px;
  width: 90%;
  margin: 0 auto;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .investor-wrapper {
    gap: 60px;
  }
}
@media all and (max-width: 1200px) {
  .investor-wrapper {
    gap: 20px;
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .investor-wrapper {
    flex-direction: column;
    row-gap: 30px;
  }
}

.investor-info,
.market-graph,
.annual-report {
  width: calc(33% - 32px);
}
@media all and (max-width: 1200px) {
  .investor-info,
.market-graph,
.annual-report {
    width: calc(33% - 15px);
  }
}
@media all and (max-width: 991px) {
  .investor-info,
.market-graph,
.annual-report {
    width: 100%;
  }
}

.annual-report .view-home-page .view-content {
  height: 503px;
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .annual-report .view-home-page .view-content {
    height: 425px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .annual-report .view-home-page .view-content {
    height: 395px;
  }
}
@media all and (max-width: 1200px) {
  .annual-report .view-home-page .view-content {
    height: 360px;
  }
}
@media all and (max-width: 991px) {
  .annual-report .view-home-page .view-content {
    height: auto;
  }
}
.annual-report .view-home-page .view-content a {
  height: 100%;
  display: block;
}
.annual-report .view-home-page .view-content .title-stroke {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  display: block;
}
.annual-report .view-home-page .view-content .title-stroke a {
  height: 70px;
  background-color: white;
  color: #255CA3;
  border: 1px solid white;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media all and (max-width: 1200px) {
  .annual-report .view-home-page .view-content .title-stroke a {
    height: 50px;
  }
}
.annual-report .view-home-page .view-content .title-stroke a::after {
  filter: brightness(0) invert(1);
}
.annual-report .view-home-page .view-content .title-stroke a:hover {
  transform: none;
}

.stock-graph {
  background-color: white;
  border-radius: 20px;
}
.stock-graph iframe {
  width: 100% !important;
  border-radius: 20px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .stock-graph iframe {
    height: 300px !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .stock-graph iframe {
    height: 280px !important;
  }
}
@media all and (max-width: 1200px) {
  .stock-graph iframe {
    height: 280px !important;
  }
}
@media all and (max-width: 991px) {
  .stock-graph iframe {
    height: 500px !important;
  }
}
@media all and (max-width: 767px) {
  .stock-graph iframe {
    height: 400px !important;
  }
}
@media all and (max-width: 410px) {
  .stock-graph iframe {
    height: 350px !important;
  }
}
.stock-graph .disclaimer-text {
  width: 90%;
  margin: 0 auto;
  font-size: 13px;
  line-height: 16px;
  padding: 20px 0px;
}
@media all and (max-width: 1200px) {
  .stock-graph .disclaimer-text {
    padding: 5px 0px;
  }
}

.stock-custom-block .stock-block-bottom {
  background-color: #255CA3;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 35px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .stock-custom-block .stock-block-bottom {
    margin-bottom: 25px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .stock-custom-block .stock-block-bottom {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 1200px) {
  .stock-custom-block .stock-block-bottom {
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media all and (max-width: 575px) {
  .stock-custom-block .stock-block-bottom {
    margin-bottom: 15px;
  }
}
.stock-custom-block .stock-block-bottom p, .stock-custom-block .stock-block-bottom blockquote {
  font-size: 22px;
  line-height: 38px;
  color: white;
  margin-bottom: 0px !important;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .stock-custom-block .stock-block-bottom p, .stock-custom-block .stock-block-bottom blockquote {
    font-size: 18px;
    line-height: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .stock-custom-block .stock-block-bottom p, .stock-custom-block .stock-block-bottom blockquote {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (max-width: 1200px) {
  .stock-custom-block .stock-block-bottom p, .stock-custom-block .stock-block-bottom blockquote {
    font-size: 15px;
    line-height: 20px;
  }
}
@media all and (max-width: 991px) {
  .stock-custom-block .stock-block-bottom p, .stock-custom-block .stock-block-bottom blockquote {
    line-height: 30px;
  }
}
.stock-custom-block .stock-block-bottom strong {
  display: block;
  width: 100%;
  font-size: 50px;
  line-height: 50px;
  color: white;
  margin-bottom: 0px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .stock-custom-block .stock-block-bottom strong {
    font-size: 42px;
    line-height: 42px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .stock-custom-block .stock-block-bottom strong {
    font-size: 36px;
    line-height: 40px;
  }
}
@media all and (max-width: 1200px) {
  .stock-custom-block .stock-block-bottom strong {
    font-size: 38px;
    line-height: 38px;
  }
}

.market-graph {
  height: 490px;
  border-radius: 20px;
  margin-right: 20px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .market-graph {
    height: 470px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .market-graph {
    height: 470px;
  }
}
@media all and (max-width: 1200px) {
  .market-graph {
    height: 470px;
  }
}
@media all and (max-width: 991px) {
  .market-graph {
    height: auto;
  }
}
.market-graph img {
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
}

.annual-report-image {
  height: 100%;
  margin-bottom: 30px;
  border-radius: 20px;
}
.annual-report-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* ================ STANDING CARING SECTION CSS START ================ */
.standing-caring-wrapper .swiper-wrapper > .swiper-slide:not(.swiper-slide-duplicate):nth-of-type(even) {
  margin-top: 30px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .standing-caring-wrapper .swiper-wrapper > .swiper-slide:not(.swiper-slide-duplicate):nth-of-type(even) {
    margin-top: 25px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .standing-caring-wrapper .swiper-wrapper > .swiper-slide:not(.swiper-slide-duplicate):nth-of-type(even) {
    margin-top: 25px;
  }
}
@media all and (max-width: 1200px) {
  .standing-caring-wrapper .swiper-wrapper > .swiper-slide:not(.swiper-slide-duplicate):nth-of-type(even) {
    margin-top: 20px;
  }
}
@media all and (max-width: 991px) {
  .standing-caring-wrapper .swiper-wrapper > .swiper-slide:not(.swiper-slide-duplicate):nth-of-type(even) {
    margin-top: 0px;
  }
}

.standing-caring-slider .swiper-slide {
  padding: 0px 15px;
}

/* ================ SOCIAL BUZZ SECTION CSS START ================ */
.social-buzz-wrapper .swiper-slide {
  margin-bottom: 50px;
}

.hero-thumb-slider {
  width: 45%;
  max-width: 1000px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  height: 12.5%;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .hero-thumb-slider {
    height: 13%;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .hero-thumb-slider {
    height: 13%;
  }
}
@media all and (max-width: 1200px) {
  .hero-thumb-slider {
    height: 13%;
    width: 50%;
  }
}
@media all and (max-width: 991px) {
  .hero-thumb-slider {
    display: none;
  }
}
.hero-thumb-slider .anims-reveal .anims-right-reveal {
  border-radius: 15px;
}

.home-hero-wrapper .swiper-slide .home-desktop-image-slider {
  display: block;
  border: 2px solid transparent;
  height: 100%;
}
@media all and (max-width: 991px) {
  .home-hero-wrapper .swiper-slide .home-desktop-image-slider {
    display: none;
  }
}
.home-hero-wrapper .swiper-slide .home-mobile-image-slider {
  display: none;
}
@media all and (max-width: 991px) {
  .home-hero-wrapper .swiper-slide .home-mobile-image-slider {
    display: block;
  }
}
.home-hero-wrapper .swiper-slide.swiper-slide-thumb-active .home-desktop-image-slider {
  border: 3px solid #329ED8;
  border-radius: 17px;
}
@media all and (max-width: 1200px) {
  .home-hero-wrapper .swiper-slide.swiper-slide-thumb-active .home-desktop-image-slider {
    border-radius: 8px;
  }
}

.investor-section {
  padding: 0px;
}
.investor-section .light-blue-bg-color {
  padding: 40px 0px;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#loader {
  width: 80px; /* adjust size as needed */
  height: auto;
}

/* ======================== OUR PORTFOLIO OF CARE SECTION START  ======================== */
.gallery {
  columns: 3;
  column-gap: 1.5rem;
  width: 100%;
}
@media all and (max-width: 1200px) {
  .gallery {
    column-gap: 1rem;
  }
}
@media all and (max-width: 991px) {
  .gallery {
    columns: 2;
  }
}
@media all and (max-width: 575px) {
  .gallery {
    columns: 1;
  }
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 1.5rem;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease forwards;
  animation-delay: calc(var(--delay) * 0.2s);
}
@media all and (max-width: 1200px) {
  .gallery-item {
    margin-bottom: 15px;
  }
}
.gallery-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 12px;
}
.gallery-item a .portfolio-text-content {
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 10px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 15px;
  padding-bottom: 15px;
  height: 100%;
  width: calc(100% - 20px);
  z-index: 2;
  transition: 0.3s;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .gallery-item a .portfolio-text-content {
    gap: 10px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .gallery-item a .portfolio-text-content {
    gap: 10px;
  }
}
@media all and (max-width: 1200px) {
  .gallery-item a .portfolio-text-content {
    gap: 10px;
  }
}
.gallery-item a .portfolio-text-content h3 {
  margin-bottom: 0px;
  color: white;
}
@media all and (max-width: 1200px) {
  .gallery-item a .portfolio-text-content h3 {
    font-size: 22px;
  }
}
@media all and (max-width: 991px) {
  .gallery-item a .portfolio-text-content h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media all and (max-width: 767px) {
  .gallery-item a .portfolio-text-content h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media all and (max-width: 575px) {
  .gallery-item a .portfolio-text-content h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.gallery-item a .portfolio-text-content .portfolio-icon {
  width: 40px;
  height: 40px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .gallery-item a .portfolio-text-content .portfolio-icon {
    width: 32px;
    height: 32px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .gallery-item a .portfolio-text-content .portfolio-icon {
    width: 32px;
    height: 32px;
  }
}
@media all and (max-width: 1200px) {
  .gallery-item a .portfolio-text-content .portfolio-icon {
    width: 30px;
    height: 30px;
  }
}
@media all and (max-width: 767px) {
  .gallery-item a .portfolio-text-content .portfolio-icon {
    width: 26px;
    height: 26px;
  }
}
.gallery-item a .portfolio-text-content .portfolio-icon img {
  width: 100%;
  height: 100%;
}
.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  border-radius: 12px;
}
.gallery-item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 168, 157, 0.9), transparent);
  padding: 2rem 1.5rem;
  color: white;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(37, 92, 163, 0.6);
  width: 100%;
  height: 99%;
  z-index: 1;
  border-radius: 12px;
}
.gallery-item:nth-child(1)::before {
  background-color: transparent;
}
.gallery-item:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}
.gallery-item:hover img {
  transform: scale(1.05);
  border-radius: 12px;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.scroll-indicator {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: #00a89d;
  z-index: 1000;
  transition: width 0.3s ease;
}

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

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

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

/* ================ BREATH SECTION ================ */
.breathe-section {
  position: relative;
  height: 615px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .breathe-section {
    height: 550px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .breathe-section {
    height: 530px;
  }
}
@media all and (max-width: 1200px) {
  .breathe-section {
    height: 400px;
  }
}
@media all and (max-width: 991px) {
  .breathe-section {
    height: 320px;
  }
}
@media all and (max-width: 767px) {
  .breathe-section {
    height: auto;
  }
}
.breathe-section::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: #fff url(../images/breathe-section-bg.svg) no-repeat center center/cover;
}
.breathe-section .container {
  position: relative;
  z-index: 5;
}
.breathe-section .section-heading {
  margin-bottom: 60px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .breathe-section .section-heading {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .breathe-section .section-heading {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1200px) {
  .breathe-section .section-heading {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 991px) {
  .breathe-section .section-heading {
    margin-bottom: 20px;
  }
}
.breathe-section .section-heading h2 {
  text-align: start;
}

.breathe-wrapper {
  display: flex;
  align-items: center;
  gap: 170px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .breathe-wrapper {
    gap: 140px;
  }
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .breathe-wrapper {
    gap: 120px;
  }
}
@media all and (max-width: 1200px) {
  .breathe-wrapper {
    gap: 70px;
  }
}
@media all and (max-width: 991px) {
  .breathe-wrapper {
    gap: 20px;
  }
}
@media all and (max-width: 767px) {
  .breathe-wrapper {
    flex-direction: column;
  }
}
.breathe-wrapper .breathe-content {
  width: 100%;
}
.breathe-wrapper .breathe-image {
  width: 800px;
  flex: none;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .breathe-wrapper .breathe-image {
    width: 700px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .breathe-wrapper .breathe-image {
    width: 700px;
  }
}
@media all and (max-width: 1200px) {
  .breathe-wrapper .breathe-image {
    width: 500px;
  }
}
@media all and (max-width: 991px) {
  .breathe-wrapper .breathe-image {
    width: 350px;
  }
}
@media all and (max-width: 767px) {
  .breathe-wrapper .breathe-image {
    width: 100%;
  }
}
.breathe-wrapper p strong, .breathe-wrapper blockquote strong {
  font-weight: bold;
}

.ciplamed-section {
  height: 390px;
}
.ciplamed-section::before {
  height: 100% !important;
}
@media all and (max-width: 991px) {
  .ciplamed-section .multiple-btn-group {
    display: inline-block;
  }
}

/* ================ DISEASE SECTION ================ */
.disease-menu-items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 60px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .disease-menu-items {
    gap: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .disease-menu-items {
    gap: 15px;
  }
}
@media all and (max-width: 1200px) {
  .disease-menu-items {
    gap: 10px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  .disease-menu-items {
    gap: 3px;
  }
}
.disease-menu-items .nav-item {
  margin-bottom: 0px;
}
.disease-menu-items .nav-link {
  font-size: 20px;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
  border-radius: 20px;
  color: #595959;
  background: white;
  padding: 0px 55px;
  border: 1px solid #255CA3;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .disease-menu-items .nav-link {
    padding: 0px 25px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .disease-menu-items .nav-link {
    padding: 0px 15px;
    font-size: 18px;
  }
}
@media all and (max-width: 1200px) {
  .disease-menu-items .nav-link {
    padding: 0px 20px;
    font-size: 18px;
    border-radius: 15px;
  }
}
@media all and (max-width: 991px) {
  .disease-menu-items .nav-link {
    padding: 0px 10px;
    font-size: 15px;
    border-radius: 12px;
    height: 50px;
    line-height: 50px;
  }
}
@media all and (max-width: 575px) {
  .disease-menu-items .nav-link {
    padding: 0px 6px;
    font-size: 14px;
    border-radius: 12px;
    height: 45px;
    line-height: 45px;
  }
}

.edication-section .disease-menu-items {
  justify-content: center;
}

.educational-card-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .educational-card-wrapper {
    gap: 20px;
  }
}
@media all and (max-width: 767px) {
  .educational-card-wrapper {
    flex-direction: column;
    justify-content: space-between;
  }
}
.educational-card-wrapper .educational-card {
  width: calc(33% - 16px);
  background: #fff;
  height: 112px;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0px 0px 8px 0px rgba(37, 92, 163, 0.4);
  display: flex;
  gap: 20px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .educational-card-wrapper .educational-card {
    width: calc(33% - 10px);
  }
}
@media all and (max-width: 1200px) {
  .educational-card-wrapper .educational-card {
    width: calc(50% - 17px);
    padding: 20px;
    height: 100px;
  }
}
@media all and (max-width: 991px) {
  .educational-card-wrapper .educational-card {
    height: 100px;
    padding: 15px;
    border-radius: 15px;
    gap: 10px;
  }
}
@media all and (max-width: 767px) {
  .educational-card-wrapper .educational-card {
    width: 100%;
    height: auto;
    justify-content: space-between;
  }
}
.educational-card-wrapper .educational-card p, .educational-card-wrapper .educational-card blockquote {
  font-weight: 500;
  margin-bottom: 0px;
}
.educational-card-wrapper .pdf-icon {
  width: 45px;
  flex: none;
}
@media all and (max-width: 767px) {
  .educational-card-wrapper .pdf-icon {
    width: 35px;
  }
}
.educational-card-wrapper .pdf-icon img {
  width: 100%;
}

.educational-materials {
  margin-bottom: 30px;
}

.europe-educational-card {
  flex-direction: column;
}
.europe-educational-card .educational-card {
  width: 100%;
  background: #fff;
  height: auto;
  border-radius: 15px;
  padding: 15px 20px;
  box-shadow: 0px 0px 8px 0px rgba(37, 92, 163, 0.4);
  display: block;
}
.europe-educational-card .educational-card p, .europe-educational-card .educational-card blockquote {
  font-weight: 300;
  margin-bottom: 20px;
}
.europe-educational-card .educational-card .card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 0px;
}
.europe-educational-card .educational-card .card-body .europe-description {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0px;
  color: black;
}

.card-body:has(+ .europe-details p, + .europe-details blockquote, + .europe-details blockquote) {
  margin-bottom: 20px;
}

.disease-icon-wrapper {
  display: flex;
  gap: 10px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .disease-icon-wrapper {
    gap: 5px;
  }
}
@media all and (max-width: 1200px) {
  .disease-icon-wrapper {
    gap: 5px;
  }
}
@media all and (max-width: 575px) {
  .disease-icon-wrapper {
    gap: 0px;
  }
}
.disease-icon-wrapper i {
  width: 28px;
  flex: none;
}
@media all and (max-width: 1200px) {
  .disease-icon-wrapper i {
    width: 20px;
  }
}
@media all and (max-width: 360px) {
  .disease-icon-wrapper i {
    display: none;
  }
}
.disease-icon-wrapper i img {
  width: auto;
}
@media all and (max-width: 991px) {
  .disease-icon-wrapper i img {
    width: 100%;
  }
}

.multiple-disease-content-wrapper {
  display: flex;
  gap: 80px;
  padding: 0px 50px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .multiple-disease-content-wrapper {
    gap: 60px;
  }
}
@media all and (max-width: 1200px) {
  .multiple-disease-content-wrapper {
    gap: 50px;
  }
}
@media all and (max-width: 991px) {
  .multiple-disease-content-wrapper {
    flex-direction: column;
    gap: 30px;
    padding: 0px;
  }
}

.disease-tab-image {
  width: 500px;
  height: 550px;
  flex: none;
}
@media all and (max-width: 1200px) {
  .disease-tab-image {
    width: 350px;
    height: 385px;
  }
}
@media all and (max-width: 991px) {
  .disease-tab-image {
    width: 100%;
    height: auto;
  }
}

.disease-tab-content {
  width: 100%;
}
.disease-tab-content p, .disease-tab-content blockquote {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 40px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .disease-tab-content p, .disease-tab-content blockquote {
    font-size: 20px;
    line-height: 30px;
  }
}
@media all and (max-width: 1200px) {
  .disease-tab-content p, .disease-tab-content blockquote {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}

.theraphy-card {
  background-color: #F0C864;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 40px;
}
@media all and (max-width: 1200px) {
  .theraphy-card {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
}
.theraphy-card h2 {
  font-size: 24px;
  font-weight: 500;
  color: black;
  margin-bottom: 20px;
}
@media all and (max-width: 1200px) {
  .theraphy-card h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 360px) {
  .theraphy-card h2 {
    font-size: 18px;
  }
}
.theraphy-card h3 {
  font-size: 36px;
  font-weight: 500;
  color: black;
  margin-bottom: 20px;
}
@media all and (max-width: 1200px) {
  .theraphy-card h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 360px) {
  .theraphy-card h3 {
    font-size: 26px;
  }
}
.theraphy-card p, .theraphy-card blockquote {
  font-size: 18px;
  line-height: 26px;
  color: black;
  width: 80%;
  margin-bottom: 0px;
}
@media all and (max-width: 1200px) {
  .theraphy-card p, .theraphy-card blockquote {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}

.disease-action {
  display: flex;
}
.disease-action .btn, .disease-action input[type=submit] {
  margin-left: auto;
  font-size: 0px;
  background-color: #255CA3;
  padding: 0px;
  width: 80px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .disease-action .btn, .disease-action input[type=submit] {
    width: 70px;
    height: 60px;
  }
}
@media all and (max-width: 1200px) {
  .disease-action .btn, .disease-action input[type=submit] {
    width: 70px;
    height: 60px;
  }
}
.disease-action .btn::after, .disease-action input[type=submit]::after {
  background: url(../images/right-arrow-white.svg) no-repeat center center/contain;
  width: 30px;
  height: 20px;
}

/* ================ OUR PRESENCE SECTION ================ */
.country-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 80%;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .country-card-wrapper {
    gap: 30px;
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .country-card-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

.country-card {
  width: calc(50% - 21px);
  background: #fff;
  height: 265px;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0px 0px 8px 0px rgba(37, 92, 163, 0.4);
}
@media all and (max-width: 1200px) {
  .country-card {
    height: 270px;
    padding: 20px;
  }
}
@media all and (max-width: 991px) {
  .country-card {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 575px) {
  .country-card {
    padding: 20px;
  }
}
@media all and (max-width: 575px) {
  .country-card h3 {
    font-size: 20px;
  }
}
.country-card p, .country-card blockquote {
  width: 65%;
}
@media all and (max-width: 1200px) {
  .country-card p, .country-card blockquote {
    width: 100%;
  }
}
.country-card p a, .country-card blockquote a {
  text-decoration: none;
  font-weight: 500;
}

.presence-office-section .country-card-wrapper .country-card {
  height: 300px;
  width: calc(33% - 23px);
}
@media all and (max-width: 991px) {
  .presence-office-section .country-card-wrapper .country-card {
    width: 100%;
    height: auto;
  }
}
.presence-office-section .country-card-wrapper .country-card p, .presence-office-section .country-card-wrapper .country-card blockquote {
  width: 100%;
  margin-bottom: 15px;
}

.presence-stats-section {
  padding-bottom: 50px;
  margin-top: 0px;
}
@media all and (max-width: 575px) {
  .presence-stats-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.multiple-disease-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media all and (max-width: 575px) {
  .multiple-disease-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.multiple-disease-section .views-exposed-form .form-wrapper,
.multiple-disease-section .views-exposed-form .js-form-item {
  width: 100%;
  margin: 0px;
}
.multiple-disease-section .views-exposed-form .form-wrapper .form-composite,
.multiple-disease-section .views-exposed-form .form-wrapper .form-select,
.multiple-disease-section .views-exposed-form .js-form-item .form-composite,
.multiple-disease-section .views-exposed-form .js-form-item .form-select {
  border: none;
  background: transparent;
  padding: 0px;
}
.multiple-disease-section .views-exposed-form .form-wrapper .form-composite ul,
.multiple-disease-section .views-exposed-form .form-wrapper .form-select ul,
.multiple-disease-section .views-exposed-form .js-form-item .form-composite ul,
.multiple-disease-section .views-exposed-form .js-form-item .form-select ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .multiple-disease-section .views-exposed-form .form-wrapper .form-composite ul,
.multiple-disease-section .views-exposed-form .form-wrapper .form-select ul,
.multiple-disease-section .views-exposed-form .js-form-item .form-composite ul,
.multiple-disease-section .views-exposed-form .js-form-item .form-select ul {
    gap: 20px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .multiple-disease-section .views-exposed-form .form-wrapper .form-composite ul,
.multiple-disease-section .views-exposed-form .form-wrapper .form-select ul,
.multiple-disease-section .views-exposed-form .js-form-item .form-composite ul,
.multiple-disease-section .views-exposed-form .js-form-item .form-select ul {
    gap: 15px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1200px) {
  .multiple-disease-section .views-exposed-form .form-wrapper .form-composite ul,
.multiple-disease-section .views-exposed-form .form-wrapper .form-select ul,
.multiple-disease-section .views-exposed-form .js-form-item .form-composite ul,
.multiple-disease-section .views-exposed-form .js-form-item .form-select ul {
    gap: 10px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .multiple-disease-section .views-exposed-form .form-wrapper .form-composite ul,
.multiple-disease-section .views-exposed-form .form-wrapper .form-select ul,
.multiple-disease-section .views-exposed-form .js-form-item .form-composite ul,
.multiple-disease-section .views-exposed-form .js-form-item .form-select ul {
    padding: 0px 10px;
  }
}
@media all and (max-width: 575px) {
  .multiple-disease-section .views-exposed-form .form-wrapper .form-composite ul,
.multiple-disease-section .views-exposed-form .form-wrapper .form-select ul,
.multiple-disease-section .views-exposed-form .js-form-item .form-composite ul,
.multiple-disease-section .views-exposed-form .js-form-item .form-select ul {
    gap: 3px;
  }
}
.multiple-disease-section .views-exposed-form .form-wrapper .form-composite ul li:nth-child(1),
.multiple-disease-section .views-exposed-form .form-wrapper .form-select ul li:nth-child(1),
.multiple-disease-section .views-exposed-form .js-form-item .form-composite ul li:nth-child(1),
.multiple-disease-section .views-exposed-form .js-form-item .form-select ul li:nth-child(1) {
  display: none;
}
.multiple-disease-section .views-exposed-form .form-wrapper .form-composite ul li a,
.multiple-disease-section .views-exposed-form .form-wrapper .form-select ul li a,
.multiple-disease-section .views-exposed-form .js-form-item .form-composite ul li a,
.multiple-disease-section .views-exposed-form .js-form-item .form-select ul li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
  border-radius: 20px;
  color: #595959;
  background: white;
  padding: 0px 55px;
  border: 1px solid #255CA3;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .multiple-disease-section .views-exposed-form .form-wrapper .form-composite ul li a,
.multiple-disease-section .views-exposed-form .form-wrapper .form-select ul li a,
.multiple-disease-section .views-exposed-form .js-form-item .form-composite ul li a,
.multiple-disease-section .views-exposed-form .js-form-item .form-select ul li a {
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    padding: 0px 20px;
    border-radius: 10px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .multiple-disease-section .views-exposed-form .form-wrapper .form-composite ul li a,
.multiple-disease-section .views-exposed-form .form-wrapper .form-select ul li a,
.multiple-disease-section .views-exposed-form .js-form-item .form-composite ul li a,
.multiple-disease-section .views-exposed-form .js-form-item .form-select ul li a {
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    padding: 0px 20px;
    border-radius: 10px;
  }
}
@media all and (max-width: 1200px) {
  .multiple-disease-section .views-exposed-form .form-wrapper .form-composite ul li a,
.multiple-disease-section .views-exposed-form .form-wrapper .form-select ul li a,
.multiple-disease-section .views-exposed-form .js-form-item .form-composite ul li a,
.multiple-disease-section .views-exposed-form .js-form-item .form-select ul li a {
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    border-radius: 10px;
  }
}
@media all and (max-width: 991px) {
  .multiple-disease-section .views-exposed-form .form-wrapper .form-composite ul li a,
.multiple-disease-section .views-exposed-form .form-wrapper .form-select ul li a,
.multiple-disease-section .views-exposed-form .js-form-item .form-composite ul li a,
.multiple-disease-section .views-exposed-form .js-form-item .form-select ul li a {
    padding: 0px 10px;
    font-size: 14px;
    border-radius: 8px;
    height: 38px;
    line-height: 38px;
  }
}
@media all and (max-width: 575px) {
  .multiple-disease-section .views-exposed-form .form-wrapper .form-composite ul li a,
.multiple-disease-section .views-exposed-form .form-wrapper .form-select ul li a,
.multiple-disease-section .views-exposed-form .js-form-item .form-composite ul li a,
.multiple-disease-section .views-exposed-form .js-form-item .form-select ul li a {
    padding: 0px 15px;
    font-size: 13px;
  }
}
.multiple-disease-section .views-exposed-form .form-wrapper .form-composite ul li a.bef-link--selected,
.multiple-disease-section .views-exposed-form .form-wrapper .form-select ul li a.bef-link--selected,
.multiple-disease-section .views-exposed-form .js-form-item .form-composite ul li a.bef-link--selected,
.multiple-disease-section .views-exposed-form .js-form-item .form-select ul li a.bef-link--selected {
  background: rgba(37, 92, 163, 0.4);
  color: #255CA3;
}

.guidance-btn {
  text-align: center;
  margin: 30px 0px;
}

.adverse-card {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(37, 92, 163, 0.4);
  padding: 20px;
  text-align: center;
  line-height: 26px;
  font-size: 15px;
}
.adverse-card a {
  color: #255CA3;
  position: relative;
}
.adverse-card a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #255CA3;
}

.europe-btn-group {
  display: flex;
  gap: 20px;
}
@media all and (max-width: 767px) {
  .europe-btn-group {
    flex-direction: column;
    gap: 10px;
  }
}

.educational-heading {
  background: #e0effe;
  padding-top: 40px;
}
@media all and (max-width: 575px) {
  .educational-heading {
    padding-top: 30px;
  }
}
.educational-heading .section-heading {
  margin-bottom: 0px;
}

.europe-card-wrapper {
  gap: 20px;
  margin-bottom: 40px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .europe-card-wrapper {
    flex-wrap: wrap;
  }
}
.europe-card-wrapper .stats-card {
  gap: 10px;
  padding: 20px;
  border-radius: 10px;
  width: calc(33% - 12px);
  color: #000000;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .europe-card-wrapper .stats-card {
    flex: auto;
  }
}
@media all and (max-width: 1200px) {
  .europe-card-wrapper .stats-card {
    flex: auto;
  }
}
@media all and (max-width: 991px) {
  .europe-card-wrapper .stats-card {
    width: calc(50% - 12px);
  }
}
@media all and (max-width: 767px) {
  .europe-card-wrapper .stats-card {
    width: 100%;
  }
}

.page-europe-educational-materials .header,
.page-europe-educational-materials .inner-banner-section,
.page-europe-educational-materials .inner-page-intro-section,
.page-europe-educational-materials .footer-main {
  display: none;
}
.page-europe-educational-materials .main-wrapper {
  padding-top: 0px;
}

.view-europe-educational-materials {
  background-color: #e0effe;
  height: 100%;
  min-height: 100vh;
}

.multiple-disease-section .views-exposed-form .js-form-item .form-select ul li:nth-child(1) {
  display: block !important;
}

.page-europe-educational-materials h2 {
  text-align: center;
}
.page-europe-educational-materials .multiple-disease-section .view-header,
.page-europe-educational-materials .multiple-disease-section .view-filters {
  width: 100%;
  display: block;
}

/* ============================================ YKH PAGE START CSS  ============================================ */
html {
  scroll-behavior: auto !important; /* Disable native behavior for jQuery */
}

/* =========== HERO SECTION  =========== */
.hero-home {
  padding: 0px;
}

.hero-slider-card {
  position: relative;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .hero-slider-card {
    height: 600px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .hero-slider-card {
    height: 600px;
  }
}
.hero-slider-card figure {
  border-radius: 30px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .hero-slider-card figure {
    height: 100%;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .hero-slider-card figure {
    height: 100%;
  }
}
@media all and (max-width: 991px) {
  .hero-slider-card figure {
    height: 500px;
  }
}
@media all and (max-width: 575px) {
  .hero-slider-card figure {
    height: 460px;
    border-radius: 20px;
  }
}
.hero-slider-card figure img {
  border-radius: 30px;
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .hero-slider-card figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media all and (max-width: 991px) {
  .hero-slider-card figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media all and (max-width: 575px) {
  .hero-slider-card figure img {
    border-radius: 20px;
    object-position: 60% 0%;
  }
}
.hero-slider-card .hero-slide-content {
  position: absolute;
  bottom: auto;
  left: 80px;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  width: 850px;
  text-align: left;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .hero-slider-card .hero-slide-content {
    left: 50px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .hero-slider-card .hero-slide-content {
    left: 50px;
  }
}
@media all and (max-width: 1200px) {
  .hero-slider-card .hero-slide-content {
    left: 40px;
    width: 570px;
  }
}
@media all and (max-width: 991px) {
  .hero-slider-card .hero-slide-content {
    width: 55%;
    left: 20px;
  }
}
@media all and (max-width: 575px) {
  .hero-slider-card .hero-slide-content {
    left: 10px;
    width: 60%;
  }
}
.hero-slider-card .hero-slide-content h1 {
  color: white;
  text-align: left;
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 40px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .hero-slider-card .hero-slide-content h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .hero-slider-card .hero-slide-content h1 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1200px) {
  .hero-slider-card .hero-slide-content h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.hero-slider-card .hero-slide-content p, .hero-slider-card .hero-slide-content blockquote {
  font-size: 20px;
  text-align: left;
  color: white;
  margin-bottom: 30px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .hero-slider-card .hero-slide-content p, .hero-slider-card .hero-slide-content blockquote {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1200px) {
  .hero-slider-card .hero-slide-content p, .hero-slider-card .hero-slide-content blockquote {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .hero-slider-card .hero-slide-content p, .hero-slider-card .hero-slide-content blockquote {
    font-size: 14px;
    line-height: 14px;
  }
}

.doted-circle {
  position: absolute;
  left: auto;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}
@media all and (max-width: 1200px) {
  .doted-circle {
    right: 30px;
  }
}
@media all and (max-width: 991px) {
  .doted-circle {
    right: 20px;
  }
}
@media all and (max-width: 767px) {
  .doted-circle {
    right: 10px;
  }
}
.doted-circle a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-decoration: none;
  transition: 0.6s all;
}
@media all and (max-width: 767px) {
  .doted-circle a {
    gap: 4px;
  }
}
.doted-circle a .doted-circle-item {
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
}
.doted-circle a p, .doted-circle a blockquote {
  color: white;
  line-height: 16px;
  opacity: 0;
  margin-bottom: 0px;
  transition: 0.6s all;
}
@media all and (max-width: 991px) {
  .doted-circle a p, .doted-circle a blockquote {
    font-size: 15px;
    line-height: 15px;
  }
}
@media all and (max-width: 767px) {
  .doted-circle a p, .doted-circle a blockquote {
    font-size: 14px;
    line-height: 14px;
  }
}
@media all and (max-width: 575px) {
  .doted-circle a p, .doted-circle a blockquote {
    font-size: 12px;
  }
}
.doted-circle a:hover p, .doted-circle a:hover blockquote {
  opacity: 1;
}

.hero-swiper .hero-swiper-pagination {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 60px;
  width: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media all and (max-width: 767px) {
  .hero-swiper .hero-swiper-pagination {
    display: none;
  }
}
.hero-swiper .hero-swiper-pagination .swiper-pagination-bullet {
  height: auto;
  width: auto;
  background: none;
  margin: 10px 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: -0.03em;
  color: #ffffff;
  opacity: 0.4;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hero-swiper .hero-swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 2px;
  height: 0px;
  background: white;
  transition: 0.3s all;
}
.hero-swiper .hero-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  color: #255CA3;
  background: transparent;
}
.hero-swiper .hero-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  height: 50px;
  margin-top: 20px;
}

.circle-arrow {
  width: 75px;
  height: 75px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  margin-top: -100px;
  z-index: 8;
  margin: -60px auto 0px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .circle-arrow {
    width: 65px;
    height: 65px;
    margin-top: -50px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .circle-arrow {
    width: 65px;
    height: 65px;
    margin-top: -50px;
  }
}
@media all and (max-width: 1200px) {
  .circle-arrow {
    width: 55px;
    height: 55px;
    margin-top: -40px;
  }
}
@media all and (max-width: 360px) {
  .circle-arrow {
    width: 45px;
    height: 45px;
    margin-top: -30px;
  }
}

/* Common arrow style */
.arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  opacity: 0;
  animation: arrowTrail 1.5s infinite;
}

/* Arrow 1 starts first */
.arrow-1 {
  animation-delay: 0s;
}

/* Arrow 2 starts later for trailing effect */
.arrow-2 {
  animation-delay: 0.6s;
}

@keyframes arrowTrail {
  0% {
    transform: rotate(45deg) translate(0, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    transform: rotate(45deg) translate(8px, 8px);
    opacity: 1;
  }
  100% {
    transform: rotate(45deg) translate(12px, 12px);
    opacity: 0;
  }
}
.outspoken-wrapper p, .outspoken-wrapper blockquote {
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  width: 90%;
  margin: 0 auto;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .outspoken-wrapper p, .outspoken-wrapper blockquote {
    font-size: 26px;
    line-height: 32px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .outspoken-wrapper p, .outspoken-wrapper blockquote {
    font-size: 26px;
    line-height: 32px;
  }
}
@media all and (max-width: 1200px) {
  .outspoken-wrapper p, .outspoken-wrapper blockquote {
    font-size: 22px;
    line-height: 30px;
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .outspoken-wrapper p, .outspoken-wrapper blockquote {
    font-size: 22px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  .outspoken-wrapper p, .outspoken-wrapper blockquote {
    font-size: 20px;
  }
}
@media all and (max-width: 575px) {
  .outspoken-wrapper p, .outspoken-wrapper blockquote {
    font-size: 18px;
    line-height: 24px;
  }
}
@media all and (max-width: 360px) {
  .outspoken-wrapper p, .outspoken-wrapper blockquote {
    font-size: 16px;
    line-height: 22px;
  }
}

/* =========== NEWS FEED SECTION  =========== */
.news-feed-section {
  padding-top: 0px;
}

.news-feed-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  width: 60%;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .news-feed-wrapper {
    gap: 20px;
    width: 80%;
  }
}
@media all and (max-width: 991px) {
  .news-feed-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
@media all and (max-width: 767px) {
  .news-feed-wrapper {
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  .news-feed-wrapper {
    gap: 20px;
  }
}
.news-feed-wrapper .news-feed-item {
  width: calc(25% - 16px);
  border: 1px solid #cdd1d5;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}
@media all and (max-width: 1200px) {
  .news-feed-wrapper .news-feed-item {
    width: calc(33% - 7px);
  }
}
@media all and (max-width: 991px) {
  .news-feed-wrapper .news-feed-item {
    width: 100%;
    padding: 10px;
  }
}
@media all and (max-width: 575px) {
  .news-feed-wrapper .news-feed-item {
    padding: 5px;
  }
}
.news-feed-wrapper .news-feed-item::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: auto;
  bottom: 10px;
  width: calc(100% - 20px);
  height: 0%;
  transition: 0.6s all;
  background-color: rgba(37, 92, 163, 0.9);
  opacity: 0;
  border-radius: 10px;
}
.news-feed-wrapper .news-feed-item .social-icon {
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  bottom: 10%;
}
.news-feed-wrapper .news-feed-item .social-content {
  position: absolute;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  bottom: 45%;
  opacity: 0;
  transition: 0.6s all;
}
@media all and (max-width: 575px) {
  .news-feed-wrapper .news-feed-item .social-content {
    width: 100%;
  }
}
.news-feed-wrapper .news-feed-item .social-content p, .news-feed-wrapper .news-feed-item .social-content blockquote {
  margin-bottom: 0px;
  color: white;
}
.news-feed-wrapper .news-feed-item .news-feed-image {
  height: auto;
}
.news-feed-wrapper .news-feed-item .news-feed-image img {
  height: 100%;
}
.news-feed-wrapper .news-feed-item img {
  border-radius: 10px;
}
.news-feed-wrapper .news-feed-item:hover .social-content {
  opacity: 1;
}
.news-feed-wrapper .news-feed-item:hover::before {
  opacity: 1;
  height: calc(100% - 20px);
}

.decades-wrapper {
  flex-wrap: wrap;
}
@media all and (max-width: 991px) {
  .decades-wrapper {
    flex-direction: row;
    gap: 20px;
  }
}
@media all and (max-width: 767px) {
  .decades-wrapper {
    flex-direction: column;
  }
}
.decades-wrapper .news-feed-item {
  width: calc(33% - 16px);
}
@media all and (max-width: 1200px) {
  .decades-wrapper .news-feed-item {
    width: calc(33% - 11px);
  }
}
@media all and (max-width: 991px) {
  .decades-wrapper .news-feed-item {
    width: calc(50% - 11px);
  }
}
@media all and (max-width: 767px) {
  .decades-wrapper .news-feed-item {
    width: 100%;
  }
}

/* =========== MILESTONE SECTION  =========== */
.milestone-section {
  padding: 0px;
}
.milestone-section .swiper-slide {
  background-color: transparent;
}

.milestone-content-wrapper {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  gap: 160px;
  align-items: center;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .milestone-content-wrapper {
    gap: 100px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .milestone-content-wrapper {
    gap: 100px;
  }
}
@media all and (max-width: 1200px) {
  .milestone-content-wrapper {
    gap: 10px;
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .milestone-content-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
}
.milestone-content-wrapper .milestone-content {
  width: 480px;
  flex: none;
}
@media all and (max-width: 991px) {
  .milestone-content-wrapper .milestone-content {
    width: 100%;
  }
}
.milestone-content-wrapper .milestone-content h3 {
  text-align: left;
}
.milestone-content-wrapper .milestone-content p, .milestone-content-wrapper .milestone-content blockquote {
  text-align: left;
}
.milestone-content-wrapper .milestone-content ul {
  list-style: none;
  padding: 0px;
}
.milestone-content-wrapper .milestone-content ul li {
  list-style-type: none;
  text-align: left;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  line-height: 26px;
  color: #000005;
  font-weight: 300;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .milestone-content-wrapper .milestone-content ul li {
    font-size: 16px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .milestone-content-wrapper .milestone-content ul li {
    font-size: 16px;
  }
}
@media all and (max-width: 1200px) {
  .milestone-content-wrapper .milestone-content ul li {
    font-size: 15px;
    line-height: 22px;
  }
}
@media all and (max-width: 360px) {
  .milestone-content-wrapper .milestone-content ul li {
    font-size: 14px;
  }
}
@media all and (max-width: 360px) {
  .milestone-content-wrapper .milestone-content ul li {
    font-size: 13px;
  }
}
.milestone-content-wrapper .milestone-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  background-color: black;
  border-radius: 50%;
}
@media all and (max-width: 991px) {
  .milestone-content-wrapper .milestone-content ul li::before {
    width: 6px;
    height: 6px;
  }
}
.milestone-content-wrapper .milestone-image {
  width: 100%;
}
.milestone-content-wrapper .milestone-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.milestone-wrapper,
.ninety-years-news-wrapper {
  position: relative;
  height: auto;
  min-height: 460px;
  background-color: #fadead;
  border-radius: 30px;
  padding: 60px 30px 30px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .milestone-wrapper,
.ninety-years-news-wrapper {
    padding-top: 40px;
  }
}
@media all and (max-width: 1200px) {
  .milestone-wrapper,
.ninety-years-news-wrapper {
    padding-top: 30px;
  }
}
@media all and (max-width: 991px) {
  .milestone-wrapper,
.ninety-years-news-wrapper {
    padding: 20px;
    border-radius: 20px;
  }
}
@media all and (max-width: 767px) {
  .milestone-wrapper,
.ninety-years-news-wrapper {
    padding: 20px;
  }
}
@media all and (max-width: 575px) {
  .milestone-wrapper,
.ninety-years-news-wrapper {
    gap: 0px;
  }
}
.milestone-wrapper::before,
.ninety-years-news-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/ykh_90_images/milestone-bg-slash.svg) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 30px;
  pointer-events: none;
}
.milestone-wrapper h2,
.ninety-years-news-wrapper h2 {
  color: white;
}

.ninety-years-news-wrapper {
  min-height: auto;
  padding: 50px 30px;
}
@media all and (max-width: 1200px) {
  .ninety-years-news-wrapper {
    padding: 35px;
  }
}
@media all and (max-width: 767px) {
  .ninety-years-news-wrapper {
    padding: 25px;
  }
}
@media all and (max-width: 575px) {
  .ninety-years-news-wrapper {
    padding: 10px;
    border-radius: 15px;
  }
}
.ninety-years-news-wrapper .news-feed-wrapper .news-feed-item {
  border: 1px solid #6194d5;
}

.milestone-wrapper .milestone-area {
  position: relative;
  z-index: 5;
}
.milestone-wrapper .milestone-area .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #dbc260;
  padding-bottom: 20px;
  margin-bottom: 20px;
  gap: 10px;
  width: 85%;
  margin: 0 auto 20px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .milestone-wrapper .milestone-area .nav-tabs {
    width: 100%;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .milestone-wrapper .milestone-area .nav-tabs {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  .milestone-wrapper .milestone-area .nav-tabs {
    width: 100%;
    gap: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.milestone-wrapper .milestone-area .nav-tabs li a {
  font-size: 18px;
  line-height: 22px;
  color: #161238;
  padding: 7px 25px;
  font-weight: 400;
}
@media all and (max-width: 1200px) {
  .milestone-wrapper .milestone-area .nav-tabs li a {
    font-size: 16px;
    padding: 7px 15px;
  }
}
@media all and (max-width: 991px) {
  .milestone-wrapper .milestone-area .nav-tabs li a {
    padding: 7px 12px;
  }
}
@media all and (max-width: 575px) {
  .milestone-wrapper .milestone-area .nav-tabs li a {
    font-size: 15px;
  }
}
.milestone-wrapper .milestone-area .nav-tabs li.active a {
  border-radius: 20px;
  color: white;
  background: #255CA3;
  border-radius: 50px;
  border: none;
}
.milestone-wrapper .milestone-area .nav-tabs li:hover a {
  border-radius: 20px;
  color: white;
  background: #255CA3;
  border-radius: 50px;
  border: none;
}
.milestone-wrapper .tabs-swiper {
  position: relative;
  padding: 0 30px 20px;
  border-bottom: 1px solid #dbc260;
  width: 75%;
  margin: 0 auto 20px;
}
.milestone-wrapper .tabs-swiper .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.milestone-wrapper .tabs-swiper .swiper-slide {
  width: auto; /* allow Swiper to control spacing */
  flex-shrink: 0;
}
.milestone-wrapper .nav-link {
  padding: 10px 16px;
  background: transparent;
  border-radius: 4px;
  margin-right: 10px;
  display: inline-block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  border-radius: 20px;
  color: #161238;
  font-size: 18px;
  text-decoration: none;
}
.milestone-wrapper .nav-link.active {
  background-color: #255CA3;
  color: white !important;
}
.milestone-wrapper .tab-prev,
.milestone-wrapper .tab-next {
  position: absolute;
  z-index: 10;
  background: #eee;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.milestone-wrapper .tab-prev {
  left: 0;
}
.milestone-wrapper .tab-next {
  right: 0;
}

/* =========== HONOURS SECTION  =========== */
.honours-section .section-heading {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: transparent;
}
@media all and (max-width: 575px) {
  .honours-section .section-heading {
    padding: 0px 30px;
  }
}
.honours-section .section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  background: url(../images/ykh_90_images/honours-curve.png) no-repeat center center/contain;
  width: 60px;
  height: 100px;
}
@media all and (max-width: 575px) {
  .honours-section .section-heading::before {
    width: 40px;
    height: 67px;
  }
}
.honours-section .section-heading::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  background: url(../images/ykh_90_images/honours-curve.png) no-repeat center center/contain;
  width: 60px;
  height: 100px;
  transform: scaleX(-1);
}
@media all and (max-width: 575px) {
  .honours-section .section-heading::after {
    width: 40px;
    height: 67px;
  }
}
.honours-section .section-heading h2 {
  margin-bottom: 0px;
  color: black;
}
@media all and (max-width: 767px) {
  .honours-section .section-heading h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media all and (max-width: 575px) {
  .honours-section .section-heading h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.three-column-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  grid-template-areas: "item1 item3 item4" "item2 item3 item5" "item6 item8 item9" "item7 item8 item10";
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .three-column-grid {
    gap: 10px;
  }
}
@media all and (max-width: 1200px) {
  .three-column-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "item1 item3" "item2 item3" "item4 item5" "item6 item8" "item7 item8" "item9 item10";
  }
}
@media all and (max-width: 991px) {
  .three-column-grid {
    grid-template-columns: 1fr;
    gap: 0px;
    grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6" "item7" "item8" "item9" "item10";
  }
}
@media all and (max-width: 575px) {
  .three-column-grid {
    gap: 10px;
  }
}

.item-1 {
  grid-area: item1;
  height: 280px;
}

.item-2 {
  grid-area: item2;
  height: 280px;
}

.item-3 {
  grid-area: item3;
  height: 580px;
}

.item-4 {
  grid-area: item4;
  height: 280px;
}

.item-5 {
  grid-area: item5;
  height: 280px;
}

.item-6 {
  grid-area: item6;
  height: 280px;
}

.item-7 {
  grid-area: item7;
  height: 280px;
}

.item-8 {
  grid-area: item8;
  height: 580px;
}

.item-9 {
  grid-area: item9;
  height: 280px;
}

.item-10 {
  grid-area: item10;
  height: 280px;
}

@media all and (min-width: 1368px) and (max-width: 1600px) {
  .item-1 {
    grid-area: item1;
    height: 240px;
  }
  .item-2 {
    grid-area: item2;
    height: 240px;
  }
  .item-3 {
    grid-area: item3;
    height: 500px;
  }
  .item-4 {
    grid-area: item4;
    height: 240px;
  }
  .item-5 {
    grid-area: item5;
    height: 240px;
  }
  .item-6 {
    grid-area: item6;
    height: 240px;
  }
  .item-7 {
    grid-area: item7;
    height: 240px;
  }
  .item-8 {
    grid-area: item8;
    height: 500px;
  }
  .item-9 {
    grid-area: item9;
    height: 240px;
  }
  .item-10 {
    grid-area: item10;
    height: 240px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .item-1 {
    grid-area: item1;
    height: 220px;
  }
  .item-2 {
    grid-area: item2;
    height: 220px;
  }
  .item-3 {
    grid-area: item3;
    height: 450px;
  }
  .item-4 {
    grid-area: item4;
    height: 220px;
  }
  .item-5 {
    grid-area: item5;
    height: 220px;
  }
  .item-6 {
    grid-area: item6;
    height: 220px;
  }
  .item-7 {
    grid-area: item7;
    height: 220px;
  }
  .item-8 {
    grid-area: item8;
    height: 450px;
  }
  .item-9 {
    grid-area: item9;
    height: 220px;
  }
  .item-10 {
    grid-area: item10;
    height: 220px;
  }
}
@media all and (max-width: 1200px) {
  .item-1 {
    grid-area: item1;
    height: 220px;
  }
  .item-2 {
    grid-area: item2;
    height: 220px;
  }
  .item-3 {
    grid-area: item3;
    height: 450px;
  }
  .item-4 {
    grid-area: item4;
    height: 220px;
  }
  .item-5 {
    grid-area: item5;
    height: 220px;
  }
  .item-6 {
    grid-area: item6;
    height: 220px;
  }
  .item-7 {
    grid-area: item7;
    height: 220px;
  }
  .item-8 {
    grid-area: item8;
    height: 450px;
  }
  .item-9 {
    grid-area: item9;
    height: 220px;
  }
  .item-10 {
    grid-area: item10;
    height: 220px;
  }
}
@media (max-width: 991px) {
  .item-1,
.item-2,
.item-3,
.item-4,
.item-5,
.item-6,
.item-7,
.item-8,
.item-9,
.item-10 {
    height: auto;
  }
}
.grid-item {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  border: 8px solid transparent;
  transition: 0.3s all;
}
@media all and (max-width: 575px) {
  .grid-item {
    border: 4px solid transparent;
  }
}
.grid-item img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.grid-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(37, 92, 163, 0.15);
  width: 100%;
  height: 100%;
}
.grid-item::after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0px;
  background: url(../images/ykh_90_images/honours-card-hover-effect.png) no-repeat center center/cover;
  width: 100%;
  height: 0%;
  transition: 0.3s all;
  opacity: 0;
}
@media all and (max-width: 575px) {
  .grid-item::after {
    background-image: none;
    background-color: rgba(37, 92, 163, 0.9);
  }
}
.grid-item .honours-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 5;
  padding: 30px;
  opacity: 0;
  transition: 0.6s all;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .grid-item .honours-content {
    padding: 15px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .grid-item .honours-content {
    padding: 15px;
  }
}
@media all and (max-width: 1200px) {
  .grid-item .honours-content {
    padding: 12px;
  }
}
@media all and (max-width: 575px) {
  .grid-item .honours-content {
    padding: 8px;
  }
}
.grid-item .honours-content h3 {
  color: white;
  margin-bottom: 20px;
  font-weight: bold;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .grid-item .honours-content h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .grid-item .honours-content h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .grid-item .honours-content h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1200px) {
  .grid-item .honours-content h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 575px) {
  .grid-item .honours-content h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 360px) {
  .grid-item .honours-content h3 {
    font-size: 18px;
    line-height: 18px;
  }
}
.grid-item .honours-content p, .grid-item .honours-content blockquote {
  color: white;
  margin-bottom: 0px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .grid-item .honours-content p, .grid-item .honours-content blockquote {
    font-size: 14px;
    line-height: 22px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .grid-item .honours-content p, .grid-item .honours-content blockquote {
    font-size: 13px;
    line-height: 20px;
  }
}
@media all and (max-width: 1200px) {
  .grid-item .honours-content p, .grid-item .honours-content blockquote {
    font-size: 13px;
    line-height: 20px;
  }
}
@media all and (max-width: 575px) {
  .grid-item .honours-content p, .grid-item .honours-content blockquote {
    font-size: 12px;
    line-height: 18px;
  }
}
@media all and (max-width: 410px) {
  .grid-item .honours-content p, .grid-item .honours-content blockquote {
    font-size: 11px;
    line-height: 16px;
  }
}
@media all and (max-width: 360px) {
  .grid-item .honours-content p, .grid-item .honours-content blockquote {
    font-size: 10px;
    line-height: 14px;
  }
}
.grid-item:hover {
  border: 8px solid #e9c681;
}
@media all and (max-width: 575px) {
  .grid-item:hover {
    border: 4px solid #e9c681;
  }
}
.grid-item:hover img {
  border-radius: 0px;
}
.grid-item:hover::after {
  opacity: 1;
  height: 100%;
}
.grid-item:hover .honours-content {
  opacity: 1;
  height: auto;
}

.pre-footer {
  background-color: #005392;
  padding: 0px;
  margin: 0px;
  margin-bottom: -30px;
}
.pre-footer .pre-footer-wrapper {
  padding: 30px 0px;
  border-bottom: 1px solid #777c83;
}
.pre-footer .pre-footer-wrapper ul {
  list-style: none;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media all and (max-width: 575px) {
  .pre-footer .pre-footer-wrapper ul {
    flex-direction: column;
    gap: 10px;
  }
}
.pre-footer .pre-footer-wrapper ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #ccdde9;
  font-weight: 500;
  text-decoration: none;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .pre-footer .pre-footer-wrapper ul li a {
    font-size: 14px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .pre-footer .pre-footer-wrapper ul li a {
    font-size: 14px;
  }
}
@media all and (max-width: 1200px) {
  .pre-footer .pre-footer-wrapper ul li a {
    font-size: 14px;
  }
}
@media all and (max-width: 575px) {
  .pre-footer .pre-footer-wrapper ul li a {
    font-size: 13px;
  }
}
.pre-footer .pre-footer-wrapper ul li a:hover {
  text-decoration: none;
}

/*  ======================= Header search field change ======================= */
.global-search-block input[type=search] {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}
.global-search-block .btn, .global-search-block input[type=submit] {
  font-size: 14px;
  height: 30px;
  line-height: 20px;
  padding: 6px 12px;
  color: white;
}
.global-search-block .btn::after, .global-search-block input[type=submit]::after {
  display: none;
}

/* ============================================ YKH PAGE FINISH CSS  ============================================ */
/* ============================================ 90 YEARS OF CARING FOR LIFE START CSS  ============================================ */
.ninety-years-logo {
  position: absolute;
  top: 0%;
  right: 0;
  border-top-right-radius: 30px;
  width: 200px;
  height: auto;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .ninety-years-logo {
    width: 150px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .ninety-years-logo {
    width: 120px;
  }
}
@media all and (max-width: 1200px) {
  .ninety-years-logo {
    width: 100px;
  }
}
@media all and (max-width: 767px) {
  .ninety-years-logo {
    width: 60px;
  }
}
@media all and (max-width: 575px) {
  .ninety-years-logo {
    width: 50px;
  }
}
.ninety-years-logo img {
  border-top-right-radius: 30px;
  width: 100%;
  height: auto;
}

.caring-logo {
  position: absolute;
  top: 50%;
  right: 50px;
  width: 550px;
  height: auto;
  transform: translateY(-50%);
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .caring-logo {
    width: 450px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .caring-logo {
    width: 450px;
  }
}
@media all and (max-width: 1200px) {
  .caring-logo {
    width: 330px;
  }
}
@media all and (max-width: 991px) {
  .caring-logo {
    right: 0px;
    width: 280px;
  }
}
.caring-logo img {
  width: 100%;
  height: auto;
}

.ninety-years-home-hero .hero-slide-content {
  transform: none;
  top: 40%;
  left: 3%;
}
@media all and (max-width: 767px) {
  .ninety-years-home-hero .hero-slider-card figure {
    height: auto;
  }
}
@media all and (max-width: 575px) {
  .ninety-years-home-hero .hero-slider-card figure {
    height: auto;
  }
}
.ninety-years-home-hero .btn, .ninety-years-home-hero input[type=submit] {
  padding: 0px 60px;
  cursor: none;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .ninety-years-home-hero .btn, .ninety-years-home-hero input[type=submit] {
    padding: 0px 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .ninety-years-home-hero .btn, .ninety-years-home-hero input[type=submit] {
    padding: 0px 40px;
  }
}
@media all and (max-width: 1200px) {
  .ninety-years-home-hero .btn, .ninety-years-home-hero input[type=submit] {
    padding: 0px 40px;
  }
}
@media all and (max-width: 767px) {
  .ninety-years-home-hero .btn, .ninety-years-home-hero input[type=submit] {
    padding: 0px 15px;
  }
}
@media all and (max-width: 575px) {
  .ninety-years-home-hero .btn, .ninety-years-home-hero input[type=submit] {
    height: 40px;
    line-height: 40px;
    padding: 0px 18px;
    font-size: 12px;
  }
}
@media all and (max-width: 360px) {
  .ninety-years-home-hero .btn, .ninety-years-home-hero input[type=submit] {
    height: 36px;
    line-height: 36px;
    padding: 0px 10px;
    font-size: 10px;
  }
}
.ninety-years-home-hero .btn::after, .ninety-years-home-hero input[type=submit]::after {
  display: none;
}
@media all and (max-width: 575px) {
  .ninety-years-home-hero .circle-arrow {
    width: 45px;
    height: 45px;
    margin-top: -20px;
  }
}

.ninety-years-outspoken-section .outspoken-wrapper p, .ninety-years-outspoken-section .outspoken-wrapper blockquote {
  font-size: 24px;
  line-height: 32px;
}
@media all and (max-width: 767px) {
  .ninety-years-outspoken-section .outspoken-wrapper p, .ninety-years-outspoken-section .outspoken-wrapper blockquote {
    font-size: 20px;
    line-height: 28px;
  }
}
@media all and (max-width: 575px) {
  .ninety-years-outspoken-section .outspoken-wrapper p, .ninety-years-outspoken-section .outspoken-wrapper blockquote {
    font-size: 18px;
  }
}
.ninety-years-outspoken-section .outspoken-wrapper p span, .ninety-years-outspoken-section .outspoken-wrapper blockquote span {
  font-weight: bold;
  font-style: italic;
}

.ninety-years-news-feed-section .news-feed-wrapper {
  width: 100%;
}
.ninety-years-news-feed-section .news-feed-wrapper .social-icon {
  bottom: 22%;
}

.ninety-years-milestone-section,
.ninety-years-news-feed-section {
  padding-bottom: 40px;
}
.ninety-years-milestone-section .milestone-wrapper,
.ninety-years-milestone-section .ninety-years-news-wrapper,
.ninety-years-news-feed-section .milestone-wrapper,
.ninety-years-news-feed-section .ninety-years-news-wrapper {
  background: #255CA3;
}
.ninety-years-milestone-section .milestone-wrapper::before,
.ninety-years-milestone-section .ninety-years-news-wrapper::before,
.ninety-years-news-feed-section .milestone-wrapper::before,
.ninety-years-news-feed-section .ninety-years-news-wrapper::before {
  background: url(../images/ykh_90_images/milestone-bg-slash-11.png) no-repeat center center/cover;
}
.ninety-years-milestone-section .milestone-wrapper .milestone-area .nav-tabs,
.ninety-years-milestone-section .ninety-years-news-wrapper .milestone-area .nav-tabs,
.ninety-years-news-feed-section .milestone-wrapper .milestone-area .nav-tabs,
.ninety-years-news-feed-section .ninety-years-news-wrapper .milestone-area .nav-tabs {
  border-bottom: 1px solid white;
}
.ninety-years-milestone-section .milestone-wrapper .milestone-area .nav-tabs li a,
.ninety-years-milestone-section .ninety-years-news-wrapper .milestone-area .nav-tabs li a,
.ninety-years-news-feed-section .milestone-wrapper .milestone-area .nav-tabs li a,
.ninety-years-news-feed-section .ninety-years-news-wrapper .milestone-area .nav-tabs li a {
  color: white;
}
.ninety-years-milestone-section .milestone-wrapper .milestone-area .nav-tabs li a.active,
.ninety-years-milestone-section .ninety-years-news-wrapper .milestone-area .nav-tabs li a.active,
.ninety-years-news-feed-section .milestone-wrapper .milestone-area .nav-tabs li a.active,
.ninety-years-news-feed-section .ninety-years-news-wrapper .milestone-area .nav-tabs li a.active {
  background: white;
  color: #255ca3 !important;
}
.ninety-years-milestone-section .milestone-wrapper .milestone-area .milestone-content-wrapper,
.ninety-years-milestone-section .ninety-years-news-wrapper .milestone-area .milestone-content-wrapper,
.ninety-years-news-feed-section .milestone-wrapper .milestone-area .milestone-content-wrapper,
.ninety-years-news-feed-section .ninety-years-news-wrapper .milestone-area .milestone-content-wrapper {
  gap: 80px;
}
@media all and (max-width: 991px) {
  .ninety-years-milestone-section .milestone-wrapper .milestone-area .milestone-content-wrapper,
.ninety-years-milestone-section .ninety-years-news-wrapper .milestone-area .milestone-content-wrapper,
.ninety-years-news-feed-section .milestone-wrapper .milestone-area .milestone-content-wrapper,
.ninety-years-news-feed-section .ninety-years-news-wrapper .milestone-area .milestone-content-wrapper {
    gap: 50px;
  }
}
@media all and (max-width: 575px) {
  .ninety-years-milestone-section .milestone-wrapper .milestone-area .milestone-content-wrapper,
.ninety-years-milestone-section .ninety-years-news-wrapper .milestone-area .milestone-content-wrapper,
.ninety-years-news-feed-section .milestone-wrapper .milestone-area .milestone-content-wrapper,
.ninety-years-news-feed-section .ninety-years-news-wrapper .milestone-area .milestone-content-wrapper {
    gap: 30px;
  }
}
.ninety-years-milestone-section .milestone-wrapper .milestone-area .milestone-content-wrapper .milestone-content,
.ninety-years-milestone-section .ninety-years-news-wrapper .milestone-area .milestone-content-wrapper .milestone-content,
.ninety-years-news-feed-section .milestone-wrapper .milestone-area .milestone-content-wrapper .milestone-content,
.ninety-years-news-feed-section .ninety-years-news-wrapper .milestone-area .milestone-content-wrapper .milestone-content {
  width: 100%;
  flex: auto;
}
.ninety-years-milestone-section .milestone-wrapper .milestone-area .milestone-content-wrapper .milestone-content h3,
.ninety-years-milestone-section .ninety-years-news-wrapper .milestone-area .milestone-content-wrapper .milestone-content h3,
.ninety-years-news-feed-section .milestone-wrapper .milestone-area .milestone-content-wrapper .milestone-content h3,
.ninety-years-news-feed-section .ninety-years-news-wrapper .milestone-area .milestone-content-wrapper .milestone-content h3 {
  color: white;
}
.ninety-years-milestone-section .milestone-wrapper .milestone-area .milestone-content-wrapper .milestone-content p, .ninety-years-milestone-section .milestone-wrapper .milestone-area .milestone-content-wrapper .milestone-content blockquote,
.ninety-years-milestone-section .ninety-years-news-wrapper .milestone-area .milestone-content-wrapper .milestone-content p,
.ninety-years-milestone-section .ninety-years-news-wrapper .milestone-area .milestone-content-wrapper .milestone-content blockquote,
.ninety-years-news-feed-section .milestone-wrapper .milestone-area .milestone-content-wrapper .milestone-content p,
.ninety-years-news-feed-section .milestone-wrapper .milestone-area .milestone-content-wrapper .milestone-content blockquote,
.ninety-years-news-feed-section .ninety-years-news-wrapper .milestone-area .milestone-content-wrapper .milestone-content p,
.ninety-years-news-feed-section .ninety-years-news-wrapper .milestone-area .milestone-content-wrapper .milestone-content blockquote {
  color: white;
}
.ninety-years-milestone-section .milestone-wrapper .milestone-area .milestone-content-wrapper .milestone-image,
.ninety-years-milestone-section .ninety-years-news-wrapper .milestone-area .milestone-content-wrapper .milestone-image,
.ninety-years-news-feed-section .milestone-wrapper .milestone-area .milestone-content-wrapper .milestone-image,
.ninety-years-news-feed-section .ninety-years-news-wrapper .milestone-area .milestone-content-wrapper .milestone-image {
  text-align: start;
  width: 400px;
  flex: none;
  border-radius: 20px;
}
@media all and (max-width: 767px) {
  .ninety-years-milestone-section .milestone-wrapper .milestone-area .milestone-content-wrapper .milestone-image,
.ninety-years-milestone-section .ninety-years-news-wrapper .milestone-area .milestone-content-wrapper .milestone-image,
.ninety-years-news-feed-section .milestone-wrapper .milestone-area .milestone-content-wrapper .milestone-image,
.ninety-years-news-feed-section .ninety-years-news-wrapper .milestone-area .milestone-content-wrapper .milestone-image {
    width: 100%;
  }
}
.ninety-years-milestone-section .milestone-wrapper .milestone-area .milestone-content-wrapper .milestone-image img,
.ninety-years-milestone-section .ninety-years-news-wrapper .milestone-area .milestone-content-wrapper .milestone-image img,
.ninety-years-news-feed-section .milestone-wrapper .milestone-area .milestone-content-wrapper .milestone-image img,
.ninety-years-news-feed-section .ninety-years-news-wrapper .milestone-area .milestone-content-wrapper .milestone-image img {
  width: auto;
  height: 500px;
  object-fit: contain;
  text-align: left;
  border-radius: 20px;
}
@media all and (max-width: 575px) {
  .ninety-years-milestone-section .milestone-wrapper .milestone-area .milestone-content-wrapper .milestone-image img,
.ninety-years-milestone-section .ninety-years-news-wrapper .milestone-area .milestone-content-wrapper .milestone-image img,
.ninety-years-news-feed-section .milestone-wrapper .milestone-area .milestone-content-wrapper .milestone-image img,
.ninety-years-news-feed-section .ninety-years-news-wrapper .milestone-area .milestone-content-wrapper .milestone-image img {
    width: 100%;
    height: auto;
  }
}

.ninety-years-footer {
  display: none;
}

.delete-text {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.delete-text p, .delete-text blockquote {
  font-size: 36px;
  color: white;
  line-height: 40px;
  font-weight: 600;
}

.leader-message-section {
  padding-top: 0px;
}

.ninety-years-decades {
  padding-top: 0px;
  padding-bottom: 40px;
}
@media all and (max-width: 767px) {
  .ninety-years-decades {
    padding-bottom: 80px;
  }
}
.ninety-years-decades .our-purpose-inner-wrapper {
  width: 100%;
}
.ninety-years-decades .our-purpose-inner-wrapper .our-purpose-wrapper {
  height: 630px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .ninety-years-decades .our-purpose-inner-wrapper .our-purpose-wrapper {
    height: 560px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .ninety-years-decades .our-purpose-inner-wrapper .our-purpose-wrapper {
    height: 530px;
  }
}
@media all and (max-width: 1200px) {
  .ninety-years-decades .our-purpose-inner-wrapper .our-purpose-wrapper {
    height: 495px;
  }
}
@media all and (max-width: 767px) {
  .ninety-years-decades .our-purpose-inner-wrapper .our-purpose-wrapper {
    height: 440px;
  }
}
@media all and (max-width: 575px) {
  .ninety-years-decades .our-purpose-inner-wrapper .our-purpose-wrapper {
    height: 400px;
  }
}
.ninety-years-decades .our-purpose-inner-wrapper .our-purpose-wrapper .our-purpose-image {
  height: 630px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .ninety-years-decades .our-purpose-inner-wrapper .our-purpose-wrapper .our-purpose-image {
    height: 560px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .ninety-years-decades .our-purpose-inner-wrapper .our-purpose-wrapper .our-purpose-image {
    height: 530px;
  }
}
@media all and (max-width: 1200px) {
  .ninety-years-decades .our-purpose-inner-wrapper .our-purpose-wrapper .our-purpose-image {
    height: 495px;
  }
}
@media all and (max-width: 991px) {
  .ninety-years-decades .our-purpose-inner-wrapper .our-purpose-wrapper .our-purpose-image {
    height: auto;
  }
}
@media all and (max-width: 991px) {
  .ninety-years-decades .our-purpose-inner-wrapper .our-purpose-wrapper .our-purpose-image img {
    object-position: -320px;
  }
}
@media all and (max-width: 767px) {
  .ninety-years-decades .our-purpose-inner-wrapper .our-purpose-wrapper .our-purpose-image img {
    object-position: -270px;
  }
}
@media all and (max-width: 575px) {
  .ninety-years-decades .our-purpose-inner-wrapper .our-purpose-wrapper .our-purpose-image img {
    object-position: left;
  }
}
.ninety-years-decades .our-purpose-inner-wrapper .tab-menu-items {
  left: 96%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
@media all and (max-width: 1200px) {
  .ninety-years-decades .our-purpose-inner-wrapper .tab-menu-items {
    left: 93%;
    width: 31%;
  }
}
@media all and (max-width: 991px) {
  .ninety-years-decades .our-purpose-inner-wrapper .tab-menu-items {
    left: 91%;
    width: 60px;
  }
}
@media all and (max-width: 767px) {
  .ninety-years-decades .our-purpose-inner-wrapper .tab-menu-items {
    transform: none;
    flex-direction: row;
    width: 100%;
    background: #255CA3;
    z-index: 5;
    position: relative;
    left: 0;
    top: 30px;
  }
}
@media all and (max-width: 575px) {
  .ninety-years-decades .our-purpose-inner-wrapper .tab-menu-items {
    justify-content: center;
  }
}
@media all and (max-width: 767px) {
  .ninety-years-decades .our-purpose-inner-wrapper .tab-menu-items .nav-item {
    width: auto;
  }
}
.ninety-years-decades .our-purpose-inner-wrapper .tab-menu-items .nav-item:nth-child(1) .active {
  border-radius: 0px;
  border-top-right-radius: 20px;
}
@media all and (max-width: 1200px) {
  .ninety-years-decades .our-purpose-inner-wrapper .tab-menu-items .nav-item:nth-child(1) .active {
    border-top-right-radius: 10px;
  }
}
.ninety-years-decades .our-purpose-inner-wrapper .tab-menu-items .nav-item:last-child .active {
  border-radius: 0px;
  border-bottom-right-radius: 20px;
}
@media all and (max-width: 1200px) {
  .ninety-years-decades .our-purpose-inner-wrapper .tab-menu-items .nav-item:last-child .active {
    border-bottom-right-radius: 10px;
  }
}
.ninety-years-decades .our-purpose-inner-wrapper .tab-menu-items .nav-item .nav-link {
  padding: 12px;
}
@media all and (max-width: 767px) {
  .ninety-years-decades .our-purpose-inner-wrapper .tab-menu-items .nav-item .nav-link {
    padding: 7px;
  }
}
.ninety-years-decades .our-purpose-inner-wrapper .tab-menu-items .nav-item .nav-link h3 {
  font-size: 17px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .ninety-years-decades .our-purpose-inner-wrapper .tab-menu-items .nav-item .nav-link h3 {
    font-size: 15px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .ninety-years-decades .our-purpose-inner-wrapper .tab-menu-items .nav-item .nav-link h3 {
    font-size: 15px;
  }
}
@media all and (max-width: 1200px) {
  .ninety-years-decades .our-purpose-inner-wrapper .tab-menu-items .nav-item .nav-link h3 {
    font-size: 14px;
  }
}
.ninety-years-decades .our-purpose-inner-wrapper .tab-menu-items .nav-item .nav-link.active h3 {
  color: #E8AE4A;
}
.ninety-years-decades .our-purpose-inner-wrapper .tab-menu-items .nav-item .nav-link.active::before {
  left: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid white;
}
.ninety-years-decades .tab-content-wrapper {
  top: 60px;
  width: 56%;
  margin-left: 0;
  padding: 0px 30px;
  text-align: center;
}
@media all and (max-width: 1200px) {
  .ninety-years-decades .tab-content-wrapper {
    text-align: left;
    padding: 0px 20px;
  }
}
@media all and (max-width: 991px) {
  .ninety-years-decades .tab-content-wrapper {
    width: 42%;
  }
}
@media all and (max-width: 767px) {
  .ninety-years-decades .tab-content-wrapper {
    width: 50%;
    padding: 0px 10px;
  }
}
@media all and (max-width: 575px) {
  .ninety-years-decades .tab-content-wrapper {
    width: 100%;
    text-align: center;
  }
}
.ninety-years-decades .tab-content-wrapper .section-heading {
  margin-bottom: 30px;
  justify-content: center;
}
@media all and (max-width: 1200px) {
  .ninety-years-decades .tab-content-wrapper .section-heading {
    text-align: left;
  }
}
@media all and (max-width: 575px) {
  .ninety-years-decades .tab-content-wrapper .section-heading {
    text-align: center;
  }
}
.ninety-years-decades .tab-content-wrapper .section-heading h3 {
  line-height: 42px;
}
@media all and (max-width: 1200px) {
  .ninety-years-decades .tab-content-wrapper .section-heading h3 {
    line-height: 30px;
  }
}

.ninety-decades-icon {
  width: 200px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 20%;
}
@media all and (max-width: 1200px) {
  .ninety-decades-icon {
    left: 1%;
  }
}
@media all and (max-width: 991px) {
  .ninety-decades-icon {
    width: 150px;
    top: 55%;
  }
}
@media all and (max-width: 575px) {
  .ninety-decades-icon {
    left: 30%;
  }
}
.ninety-decades-icon img {
  width: 100%;
}
@media all and (max-width: 991px) {
  .ninety-decades-icon img {
    object-position: left !important;
  }
}

.team-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.5rem;
  justify-items: center;
}

.team-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.team-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.team-card .team-card-image {
  position: relative;
}
.team-card .team-card-image .social-icon {
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  bottom: 8%;
}
.team-card .team-card-image .social-icon img {
  width: auto;
  height: auto;
}
.team-card .team-card-image::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 0%;
  transition: 0.6s all;
  background-color: rgba(37, 92, 163, 0.9);
  opacity: 0;
  border-radius: 10px;
}
.team-card .team-info {
  padding: 0px 10px;
}
.team-card .team-info h3 {
  margin: 0.5rem 0 0.25rem;
  font-size: 1.1rem;
  color: #003366;
}
.team-card .team-info p, .team-card .team-info blockquote {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  background: #0056b3;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 58px;
}
.team-card .social-content {
  position: absolute;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  bottom: 45%;
  opacity: 0;
  transition: 0.6s all;
}
.team-card .social-content p, .team-card .social-content blockquote {
  color: white;
}
.team-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.team-card:hover .team-card-image::before {
  height: 100%;
  opacity: 1;
}
.team-card:hover .social-content {
  opacity: 1;
}

/* ============================================ 90 YEARS OF CARING FOR LIFE FINISH CSS  ============================================ */
html {
  scroll-behavior: auto !important; /* Disable native behavior for jQuery */
}

/* ============== */
.history-section {
  padding: 0px;
  margin: 0px;
}
.history-section h2, .history-section p, .history-section blockquote {
  color: white;
}

.history-wrapper {
  background: #19A59B;
  border-radius: 40px;
  padding: 66px 84px;
  display: flex;
  align-items: center;
  gap: 240px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .history-wrapper {
    gap: 200px;
    padding: 55px 60px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .history-wrapper {
    gap: 200px;
    padding: 50px 55px;
  }
}
@media all and (max-width: 1200px) {
  .history-wrapper {
    gap: 70px;
    padding: 35px 40px;
  }
}
@media all and (max-width: 991px) {
  .history-wrapper {
    gap: 40px;
    padding: 30px;
    border-radius: 20px;
  }
}
@media all and (max-width: 575px) {
  .history-wrapper {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }
}
.history-wrapper .history-image {
  width: 260px;
  flex: none;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .history-wrapper .history-image {
    width: 230px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .history-wrapper .history-image {
    width: 210px;
  }
}
@media all and (max-width: 1200px) {
  .history-wrapper .history-image {
    width: 160px;
  }
}
@media all and (max-width: 991px) {
  .history-wrapper .history-image {
    width: 150px;
  }
}
@media all and (max-width: 575px) {
  .history-wrapper .history-image {
    width: 130px;
  }
}
@media all and (max-width: 410px) {
  .history-wrapper .history-image {
    width: 115px;
  }
}
.history-wrapper .history-image.anims-reveal span {
  background: #19A59B;
  border-radius: 0px;
}

/* ============== */
.overview-content {
  margin: 0 auto;
  text-align: center;
}
.overview-content img {
  width: auto;
  height: 100%;
}
@media all and (max-width: 1200px) {
  .overview-content img {
    width: 100%;
  }
}

/* ============== */
.why-partner h2 {
  margin-bottom: 40px;
}
.why-partner .challenges-card-wrapper {
  margin-bottom: 0px;
}

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

/* ============== */
.brand-wrapper .view-content {
  display: flex;
  gap: 30px;
  width: 100%;
  flex-wrap: wrap;
}
@media all and (max-width: 575px) {
  .brand-wrapper .view-content {
    flex-direction: column;
    gap: 20px;
  }
}

.brand-item {
  width: calc(20% - 24px);
}
@media all and (max-width: 1200px) {
  .brand-item {
    width: calc(25% - 24px);
  }
}
@media all and (max-width: 991px) {
  .brand-item {
    width: calc(33% - 24px);
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .brand-item {
    width: calc(50% - 24px);
  }
}
@media all and (max-width: 575px) {
  .brand-item {
    width: 100%;
  }
}
.brand-item .brand-image {
  background: #E9EDF0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  padding: 25px;
  margin-bottom: 20px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .brand-item .brand-image {
    height: 250px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .brand-item .brand-image {
    height: 250px;
    padding: 15px;
  }
}
@media all and (max-width: 1200px) {
  .brand-item .brand-image {
    height: 220px;
    padding: 15px;
    border-radius: 10px;
  }
}
@media all and (max-width: 991px) {
  .brand-item .brand-image {
    height: 200px;
  }
}
@media all and (max-width: 575px) {
  .brand-item .brand-image {
    height: auto;
  }
}
.brand-item .brand-image img {
  height: auto;
  width: auto;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .brand-item .brand-image img {
    width: 100%;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .brand-item .brand-image img {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  .brand-item .brand-image img {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .brand-item .brand-image img {
    width: 100%;
    height: 100%;
  }
}
.brand-item h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
}
@media all and (max-width: 1200px) {
  .brand-item h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media all and (max-width: 991px) {
  .brand-item h3 {
    font-size: 17px;
  }
}
@media all and (max-width: 575px) {
  .brand-item h3 {
    font-size: 18px;
  }
}

/* ============== */
.together-section {
  padding: 40px;
  background: #255CA3;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .together-section {
    padding: 25px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .together-section {
    padding: 20px;
  }
}
@media all and (max-width: 1200px) {
  .together-section {
    padding: 20px;
  }
}
@media all and (max-width: 767px) {
  .together-section {
    padding: 10px;
  }
}
.together-section .together-content {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media all and (max-width: 767px) {
  .together-section .together-content {
    gap: 0;
    flex-direction: column;
    align-items: center;
  }
}
.together-section p, .together-section blockquote {
  color: white;
  margin: 0px;
}
.together-section p a, .together-section blockquote a {
  color: white;
  position: relative;
}
.together-section p a::after, .together-section blockquote a::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: white;
  left: 0px;
}
.together-section p a:hover, .together-section blockquote a:hover {
  text-decoration: none;
}

/* ============================================ */
.therapies-section {
  background-attachment: fixed;
  height: 542px;
  width: 100%;
  background: url(/themes/cipla/images_vista/therapies-bg.svg) no-repeat center bottom/cover;
}
@media all and (max-width: 1200px) {
  .therapies-section {
    height: 500px;
  }
}
@media all and (max-width: 991px) {
  .therapies-section {
    height: 340px;
    background-position: left -60px top;
  }
}
@media all and (max-width: 575px) {
  .therapies-section {
    background: #e9edf0;
  }
}
.therapies-section h2 {
  text-align: start;
}

.therapies-wrapper {
  max-width: 685px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 1200px) {
  .therapies-wrapper {
    max-width: 500px;
  }
}
@media all and (max-width: 991px) {
  .therapies-wrapper {
    max-width: 400px;
  }
}
.therapies-wrapper .therapies-select .select-dropdown {
  width: 100%;
  height: 80px;
  border-radius: 40px;
  line-height: 80px;
  padding: 0px 40px;
  margin-top: 20px;
  background: #fff url(/themes/cipla/images_vista/up-arrow.svg) no-repeat center right 20px/contain;
  background-size: 18px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .therapies-wrapper .therapies-select .select-dropdown {
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    padding: 0px 30px;
    background-size: 16px;
    font-size: 16px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .therapies-wrapper .therapies-select .select-dropdown {
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    padding: 0px 30px;
    background-size: 16px;
    font-size: 16px;
  }
}
@media all and (max-width: 1200px) {
  .therapies-wrapper .therapies-select .select-dropdown {
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    padding: 0px 30px;
    background-size: 16px;
    font-size: 16px;
  }
}
@media all and (max-width: 991px) {
  .therapies-wrapper .therapies-select .select-dropdown {
    height: 50px;
    border-radius: 20px;
    line-height: 50px;
    padding: 0px 20px;
    background-size: 15px;
    font-size: 14px;
  }
}
.therapies-wrapper .therapies-select .select-dropdown::after {
  display: none;
}
.therapies-wrapper .therapies-select .list {
  max-height: 200px;
  overflow-y: auto;
  z-index: 8;
  width: calc(100% - 60px);
  border-radius: 0px;
  left: 30px;
  right: 0;
}

/* ============================================ */
.section-heading-comp {
  margin-bottom: 40px;
}

.section-heading-comp {
  width: 60%;
  margin: 0 auto 40px;
  text-align: center;
}
.section-heading-comp h2 {
  margin-bottom: 20px;
}

.featured-grid-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.featured-grid-wrapper .featured-grid-item {
  width: calc(33% - 25px);
}
.featured-grid-wrapper .featured-grid-item .featured-grid {
  background: #E9EDF0;
  border-radius: 20px;
  margin-bottom: 20px;
}
.featured-grid-wrapper .featured-grid-item .featured-grid img {
  width: auto;
  height: auto;
}
.featured-grid-wrapper .featured-grid-item h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0px;
  text-align: center;
}

.top-image {
  display: inline-block;
  width: 200px;
}
@media all and (max-width: 991px) {
  .top-image {
    width: 180px;
  }
}
.top-image img {
  width: 100%;
  display: inline-block;
  margin-top: -12px;
}

.featured-product-section {
  display: none;
}

/* ================ CARD COMPONENT ONE CSS START ================ */
.card-component-one .card-component-one-image {
  border-radius: 10px;
  height: 160px;
  margin-bottom: 20px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .card-component-one .card-component-one-image {
    height: 140px;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .card-component-one .card-component-one-image {
    height: 120px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1200px) {
  .card-component-one .card-component-one-image {
    height: 120px;
    border-radius: 15px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 991px) {
  .card-component-one .card-component-one-image {
    height: 120px;
  }
}
@media all and (max-width: 767px) {
  .card-component-one .card-component-one-image {
    margin-bottom: 7px;
  }
}
.card-component-one .card-component-one-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.card-component-one .calendar {
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  margin-bottom: 20px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .card-component-one .calendar {
    margin-bottom: 15px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .card-component-one .calendar {
    margin-bottom: 12px;
  }
}
@media all and (max-width: 1200px) {
  .card-component-one .calendar {
    margin-bottom: 12px;
  }
}
.card-component-one h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  min-height: 100px;
  padding-bottom: 20px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .card-component-one h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .card-component-one h3 {
    font-size: 15px;
    line-height: 22px;
  }
}
@media all and (max-width: 1200px) {
  .card-component-one h3 {
    font-size: 15px;
    line-height: 22px;
    min-height: 56px;
  }
}

.title-stroke li {
  margin-bottom: 35px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .title-stroke li {
    margin-bottom: 25px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .title-stroke li {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 1200px) {
  .title-stroke li {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 575px) {
  .title-stroke li {
    margin-bottom: 15px;
  }
}
.title-stroke li a {
  display: block;
  position: relative;
  border-radius: 20px;
  font-size: 18px;
  line-height: 70px;
  color: #255CA3;
  font-weight: 500;
  height: 70px;
  padding: 0px 60px 0px 20px;
  border: 1px solid #255CA3;
  transition: border-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .title-stroke li a {
    font-size: 17px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .title-stroke li a {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    border-radius: 15px;
  }
}
@media all and (max-width: 1200px) {
  .title-stroke li a {
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    border-radius: 12px;
    padding-right: 40px;
  }
}
.title-stroke li a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/pdf-link.svg) no-repeat center center/contain;
  width: 24px;
  height: 24px;
}
@media all and (max-width: 1200px) {
  .title-stroke li a::after {
    width: 20px;
    height: 20px;
  }
}
@media all and (max-width: 991px) {
  .title-stroke li a::after {
    right: 10px;
  }
}
.title-stroke li a:hover {
  transform: scale(1.05);
  background-color: #255CA3;
  color: white;
}
.title-stroke li a:hover::after {
  filter: brightness(0) invert(1);
}
.title-stroke li:last-child {
  margin-bottom: 0px;
}

/* ================ CARD COMPONENT TWO CSS START ================ */
.card-component-two {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(37, 92, 163, 0.4);
  margin-bottom: 60px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .card-component-two {
    border-radius: 18px;
  }
}
@media all and (max-width: 1200px) {
  .card-component-two {
    border-radius: 18px;
  }
}
.card-component-two .card-component-image {
  height: 236px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .card-component-two .card-component-image {
    height: 180px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .card-component-two .card-component-image {
    height: 150px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
@media all and (max-width: 1200px) {
  .card-component-two .card-component-image {
    height: 160px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
@media all and (max-width: 767px) {
  .card-component-two .card-component-image {
    height: 190px;
  }
}
.card-component-two .card-component-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .card-component-two .card-component-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
@media all and (max-width: 1200px) {
  .card-component-two .card-component-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.card-component-two .card-component-content {
  padding: 30px;
  background-color: white;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .card-component-two .card-component-content {
    padding: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .card-component-two .card-component-content {
    padding: 12px;
  }
}
@media all and (max-width: 1200px) {
  .card-component-two .card-component-content {
    padding: 12px;
  }
}
.card-component-two .card-component-content h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-align: start;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .card-component-two .card-component-content h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .card-component-two .card-component-content h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media all and (max-width: 1200px) {
  .card-component-two .card-component-content h3 {
    font-size: 17px;
    line-height: 22px;
  }
}
.card-component-two .card-component-content h3 span {
  display: inline-block;
  width: 40px;
  height: 40px;
  flex: none;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .card-component-two .card-component-content h3 span {
    width: 30px;
    height: 30px;
  }
}
.card-component-two .card-component-content h3 span img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0px;
}
.card-component-two .card-component-content p, .card-component-two .card-component-content blockquote {
  font-size: 16px;
  line-height: 22px;
  text-align: start;
  min-height: 70px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .card-component-two .card-component-content p, .card-component-two .card-component-content blockquote {
    font-size: 15px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .card-component-two .card-component-content p, .card-component-two .card-component-content blockquote {
    font-size: 15px;
  }
}
@media all and (max-width: 1200px) {
  .card-component-two .card-component-content p, .card-component-two .card-component-content blockquote {
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (max-width: 575px) {
  .card-component-two .card-component-content p, .card-component-two .card-component-content blockquote {
    font-size: 14px;
    line-height: 20px;
  }
}

/* ================ CARD COMPONENT THREE CSS START ================ */
.card-component-three {
  width: 400px;
  height: 400px;
  border-radius: 40px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .card-component-three {
    width: 350px;
    height: 350px;
    border-radius: 30px;
  }
}
@media all and (max-width: 1200px) {
  .card-component-three {
    height: 300px;
    width: 300px;
    border-radius: 30px;
  }
}
@media all and (max-width: 575px) {
  .card-component-three {
    height: 250px;
    width: 250px;
    border-radius: 20px;
  }
}
.card-component-three img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
}

/* ================ RE-USABLE COMPONENT ONE CSS START ================ */
.reusable-section-one {
  padding: 0px;
  height: 370px;
  position: relative;
  margin-bottom: 50px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .reusable-section-one {
    height: 350px;
  }
}
@media all and (max-width: 1200px) {
  .reusable-section-one {
    height: 260px;
  }
}
@media all and (max-width: 991px) {
  .reusable-section-one {
    height: 100%;
  }
}
@media all and (max-width: 767px) {
  .reusable-section-one {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 575px) {
  .reusable-section-one {
    margin-bottom: 40px;
  }
}
.reusable-section-one::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 85%;
  background-color: #255CA3;
}
.reusable-section-one .container {
  position: relative;
}

.reusable-section-one-content {
  padding: 50px 0px 0px 50px;
  width: 750px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .reusable-section-one-content {
    width: 670px;
  }
}
@media all and (max-width: 1200px) {
  .reusable-section-one-content {
    width: 570px;
    padding: 30px 0px 0px 0px;
  }
}
@media all and (max-width: 991px) {
  .reusable-section-one-content {
    width: 100%;
    margin-bottom: 30px;
  }
}
.reusable-section-one-content .section-heading h2,
.reusable-section-one-content .section-heading p,
.reusable-section-one-content .section-heading blockquote {
  color: white;
  text-align: start;
}
.reusable-section-one-content .section-heading h2 {
  margin-bottom: 20px !important;
}
.reusable-section-one-content .btn, .reusable-section-one-content input[type=submit] {
  padding: 0px 20px;
}
@media all and (max-width: 1200px) {
  .reusable-section-one-content .btn, .reusable-section-one-content input[type=submit] {
    padding: 0px 12px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
}
@media all and (max-width: 991px) {
  .reusable-section-one-content .btn, .reusable-section-one-content input[type=submit] {
    padding: 0px 20px;
  }
}

.reusable-section-one-image {
  position: absolute;
  right: 50px;
  top: -40px;
  width: 500px;
  height: 400px;
  flex: none;
  border-radius: 40px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .reusable-section-one-image {
    top: -30px;
    width: 450px;
    height: 360px;
    border-radius: 30px;
  }
}
@media all and (max-width: 1200px) {
  .reusable-section-one-image {
    top: -30px;
    right: 0px;
    width: 360px;
    height: 288px;
    border-radius: 20px;
  }
}
@media all and (max-width: 991px) {
  .reusable-section-one-image {
    position: initial;
    width: 100%;
    height: auto;
  }
}
.reusable-section-one-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .reusable-section-one-image img {
    border-radius: 30px;
  }
}
@media all and (max-width: 1200px) {
  .reusable-section-one-image img {
    border-radius: 20px;
  }
}

.multiple-btn-group {
  display: flex;
  gap: 20px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .multiple-btn-group {
    gap: 10px;
  }
}
@media all and (max-width: 1200px) {
  .multiple-btn-group {
    gap: 10px;
  }
}
@media all and (max-width: 575px) {
  .multiple-btn-group {
    flex-direction: column;
  }
}

/* ================ RE-USABLE COMPONENT TWO CSS START ================ */
/* ================ LISTING CSS START ================ */
.list-items li {
  position: relative;
  padding-left: 25px;
}
@media all and (max-width: 575px) {
  .list-items li {
    padding-left: 18px;
  }
}
.list-items li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
@media all and (max-width: 575px) {
  .list-items li::before {
    width: 8px;
    height: 8px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 87%;
  width: 100%;
  border-radius: 30px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .mySwiper2 {
    height: 87%;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .mySwiper2 {
    height: 87%;
  }
}
@media all and (max-width: 1200px) {
  .mySwiper2 {
    height: 87%;
  }
}

.mySwiper2 .swiper-wrapper .swiper-slide {
  border-radius: 30px;
}
.mySwiper2 .swiper-wrapper .swiper-slide a {
  border-radius: 30px;
}
.mySwiper2 .swiper-wrapper .swiper-slide a img {
  border-radius: 30px;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.6;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper .swiper-slide img {
  border-radius: 15px;
}
@media all and (max-width: 1200px) {
  .mySwiper .swiper-slide img {
    border-radius: 8px;
  }
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #255CA3;
}

.gs_reveal {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.reveal-left,
.reveal-right {
  visibility: hidden;
  position: relative;
  overflow: hidden;
}

.text-overlay {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: #1C1C1C;
}

.hero-avatar {
  overflow: hidden;
}

.avatar-blockquote,
.hero-btn {
  position: relative;
  overflow: hidden;
}

.hero-btn {
  opacity: 0;
}

.anim-blockquote p, .anim-blockquote blockquote {
  opacity: 0;
}

.avatar-blockquote-line {
  opacity: 0;
}

.reveal-left-anims {
  overflow: hidden;
  position: relative;
  filter: drop-shadow(-30px 22px 77px rgba(0, 0, 0, 0.28));
  -webkit-filter: drop-shadow(-30px 22px 77px rgba(0, 0, 0, 0.28));
}
.reveal-left-anims .reveal-anims-left {
  background: #1c1b1b;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reveal-right-anims {
  overflow: hidden;
  position: relative;
  filter: drop-shadow(-30px 22px 77px rgba(0, 0, 0, 0.28));
  -webkit-filter: drop-shadow(-30px 22px 77px rgba(0, 0, 0, 0.28));
}
.reveal-right-anims .reveal-anims-right {
  background: #1c1b1b;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.anims-reveal {
  overflow: hidden;
  position: relative;
}
.anims-reveal span {
  background: #255CA3;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 25px;
}

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