.c-bg_blue {
  background-color: #3d5176;
}

.c-bg_lightBlue {
  background-color: #5bb0e7;
}

.c-bg_lightGreen {
  background-color: #86b849;
}

.c-bg_orange {
  background-color: #d38f00;
}
.c-uppercase {
  text-transform: uppercase;
}
.commonPadding {
  padding: 70px 0px;
}

.c-buttonWrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  margin: 2rem 0;
}
.c-buttonWrapper.v2 {
  justify-content: flex-start;
}
.c-buttonWrapper.v2 .c-button {
  padding: 0.5rem 1rem;
}
.c-button + .c-button {
  margin-top: 1rem;
}

.c-button {
  border-radius: 12px;
  padding: 1rem 2rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  text-decoration: none;
}

.c-button.solid.orange {
  background-color: #e4813e;
  color: #ffffff;
  border: 2px solid #e4813e;
  transition: all 0.3s ease-in-out;
}

.c-button.solid.orange:hover {
  background-color: #ffffff;
  color: #e4813e;
}

.c-button.bordered.orange {
  background-color: #ffffff;
  color: #e4813e;
  border: 2px solid #e4813e;
  transition: all 0.3s ease-in-out;
}

.c-button.bordered.orange:hover {
  background-color: #e4813e;
  color: #ffffff;
}

.c-generic__heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #597753;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  margin-bottom: 1.5rem;
}

.c-centersWrapper__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  height: calc(100% - 20px);
  margin-bottom: 20px;
}

.c-centersWrapper__item__image {
  width: 100%;
  height: auto;
}

.c-centersWrapper__item__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.c-centersWrapper__item__content h2,
.c-centersWrapper__item__content .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  margin-bottom: 1rem;
}

.c-newsWrapper__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  overflow: hidden;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  background-color: #fce9d7;
  border: 1px solid #000;
  padding: 2rem;
}
.c-newsWrapper__item .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #597753;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  margin-bottom: 0rem;
}

.c-newsWrapper__item .date {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #597753;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  margin-bottom: 1.5rem;
}
.c-newsWrapper__item .description {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  color: #597753;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  margin-bottom: 2rem;
}
.fixed-height {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: auto;
}
.fixed-height::-webkit-scrollbar {
  width: 0.2em;
}

.fixed-height::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

.fixed-height::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 1px solid #fff;
}
.c-cardWrapper {
  background: #cdd3c2;
  padding: 70px 0px 40px 0px;
}
.c-cardWrapper.v2 {
  background: #ffffff;
  padding: 0;
}
.c-cardWrapper.v2 .c-cardWrapper__item .title {
  min-height: 61px;
}
.c-cardWrapper.v2 .c-cardWrapper__item .description {
  text-overflow: inherit;
  -webkit-line-clamp: inherit;
}
.c-cardWrapper .c-cardWrapper__item {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.c-cardWrapper .c-cardWrapper__item .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #323051;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  margin-bottom: 1rem;
  width: 80%;
}
.c-cardWrapper .c-cardWrapper__item .info {
  font-size: 18px;
  line-height: 1.2;
  color: #323051;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  margin-bottom: 1rem;
  font-weight: 400;
}

.c-cardWrapper .c-cardWrapper__item .description {
  font-size: 18px;
  line-height: 1.4;
  color: #323051;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  margin-bottom: 1.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-cardWrapper .c-cardWrapper__item .u-link {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.c-cardWrapper .c-cardWrapper__item .u-link .text {
  font-size: 16px;
  line-height: 1.2;
  color: #323051;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 2px;
}
.c-cardWrapper .c-cardWrapper__item .u-link .icon {
  margin-left: 22px;
  display: flex;
}

.c-bg__red {
  background: #e5aca3 !important;
}
.c-bg__skyblue {
  background: #d6e6f5 !important;
}
.c-bg__mustered {
  background: #decd99 !important;
}
.basePadding {
  padding: 20px 0px 20px 0px;
}
.c-enqWrapper {
  background: #597753;
  border-radius: 20px;
  display: flex;
  height: 287px;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-enqWrapper .c-enqWrapper__content {
  padding: 30px 30px 30px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-enqWrapper .c-enqWrapper__content .title .main {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.c-enqWrapper .c-enqWrapper__content .title .sub {
  font-size: 45px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.c-enqWrapper .c-enqWrapper__content .u-link {
  text-decoration: none;
  background: #c5d3c2;
  padding: 8px 20px;
  border-radius: 100px;
  color: #597753;
  font-size: 26px;
  font-weight: 600;
  max-width: 185px;
  text-align: center;
  margin-bottom: 1rem;
}
.c-enqWrapper .c-enqWrapper__content .description {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
}
.c-listWrapper .c-listWrapper__list {
  margin: 0;
  padding: 0;
}
.c-listWrapper .c-listWrapper__item {
  list-style: none;
}
.c-listWrapper .c-listWrapper__item .u-link {
  text-decoration: none;
  color: #323051;
  font-size: 21px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  border-bottom: 1px solid #808080;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.c-listWrapper .c-listWrapper__item .u-link:hover {
  color: #e4813e;
  border-color: #e4813e;
  transition: all 0.3s ease-in-out;
}

.carousel-item {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.carousel-item img,
.carousel-item video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 2;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.hero-text .title {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
}

.bottom-fixed-section {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  background-color: rgba(228, 129, 62, 0.7);
  color: #fff;
  padding: 15px 20px;
  border-radius: 20px 20px 0 0;
  z-index: 2;
}
.bottom-fixed-section .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  margin-bottom: 0;
}

/* Detail page Css */
.c-detailWrapper__main {
  background: #ffffff;
  padding: 35px;
  position: relative;
  top: -70px;
  border-radius: 20px 20px 0 0;
}
.c-detailWrapper .hero-banner {
  position: relative;
}
.c-detailWrapper .hero-banner .c-buttonWrapper {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  color: #fff;
  padding: 15px 20px;
  border-radius: 20px 20px 0 0;
  z-index: 2;
}
.c-detailWrapper .hero-banner .u-image {
  width: 100%;
}
.c-detailWrapper__main .section-title {
  color: #597753;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}
.c-detailWrapper__main .section-subtitle {
  color: #597753;
  font-size: 55px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 38px;
}
.c-detailWrapper__main .nav-tabs {
  border-bottom: 2px solid #343051;
}
.c-detailWrapper__main .nav-tabs .nav-item .nav-link {
  color: #fff;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 12px 12px 0px 0px;
  background: #636da1;
  border: none;
  margin: 0px 15px 0px 0px;
}
.c-detailWrapper__main .nav-tabs .nav-item .nav-link.active {
  background: #343051;
}
.c-detailWrapper__main .title {
  font-size: 27px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #597753;
  margin-bottom: 1rem;
}
.c-detailWrapper__main .tab-content .highlight-text {
  font-size: 23px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #597753;
  margin-bottom: 1rem;
}
.c-detailWrapper__main .tab-content p {
  font-size: 17px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #597753;
}
.c-detailWrapper__main .sidbar .sidetitle {
  font-size: 17px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #597753;
  border-bottom: 2px solid #cbcbcb;
  padding-bottom: 10px;
  margin-bottom: 1rem;
}
.c-detailWrapper__main .sidbar .map-section {
  border-radius: 15px;
  overflow: hidden;
}
.information-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.information-block .information-block__meida {
  margin-right: 15px;
}
.information-block .information-block__content .title {
  font-size: 17px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #597753;
  margin-bottom: 5px;
}
.information-block .information-block__content .value {
  font-size: 15px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #597753;
  margin-bottom: 1px;
}
.c-divider {
  width: 100%;
  height: 2px;
  background: #cbcbcb;
  display: block;
}
.c-userPersona {
  background: #f4e6d5;
  border: 1px solid #c4d2c1;
  border-radius: 20px;
  padding: 50px 25px 35px 25px;
  position: relative;
}
.c-userPersona.withMargin {
  margin-top: 80px;
}
.c-userPersona .title {
  font-size: 22px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #982b43;
  margin-bottom: 15px;
  width: calc(100% - 180px);
}
.c-userPersona .description {
  font-size: 17px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #982b43;
  margin-bottom: 15px;
  width: calc(100% - 180px);
}
.c-userPersona .c-userPersona__media {
  width: 162px;
  height: 162px;
  min-width: 162px;
  border-radius: 162px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: -81px;
}
.c-iconView .c-iconView__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 10px;
}
.c-iconView .c-iconView__item img {
  max-height: 80px;
  width: auto;
}
.c-iconView .c-iconView__item .sub-title {
  font-size: 18px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #597753;
  margin-top: 10px;
}
.clr1 {
  color: #636da2 !important;
}
.clr2 {
  color: #549bf1 !important;
}
.clr3 {
  color: #ba83b2 !important;
}

.sliderView .sliderView__main .slick-slide {
  border-radius: 20px;
  overflow: hidden;
}
.sliderView .sliderView__main .slick-slide.slick-active {
  /* padding: 0px 25px !important; */
}
.sliderView .sliderView__main .slick-slide img {
  width: calc(100% - 20px);
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 10px;
}
.sliderView .sliderView__main .slick-arrow {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: block;
  color: transparent; 
  background-repeat: no-repeat;
  background: #636DA1;
  z-index: 99;
}
.sliderView .sliderView__main.u-tube .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.sliderView .sliderView__main .slick-prev {
    /* background-image: url('images/left-arrow.svg'); */
    left: -7px;
}
.sliderView .sliderView__main .slick-next { 
    right: -8px;
}
.sliderView .sliderView__main.u-tube { 
    border-radius: 20px; 
}
.sliderView .sliderView__main .c-cardWrapper__item { 
    margin: 20px;
}

.c-centersWrapper__item.v2 {
    box-shadow: 2px 2px 8px  rgba(0, 0, 0, 0.2);
}
.c-centersWrapper__item.v2 .c-centersWrapper__item__image img {
    width: 100%;
}
.c-centersWrapper__item.v2 .c-centersWrapper__item__content {
    width: 100%;
    padding: 20px;
    align-items: flex-start;
}
.c-centersWrapper__item.v2 .c-centersWrapper__item__content h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #597753;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    margin-bottom: 1rem;
}
.c-centersWrapper__item.v2 .c-centersWrapper__item__content .u-link {
    background: #597753;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    margin-bottom: 0;
    text-decoration: none;
    border-radius: 100px;
    padding: 8px 20px;
    display: block;
}
/* Media query started */

@media (max-width: 499px) {
  .c-detailWrapper__main .nav-tabs .nav-item .nav-link {
    font-size: 14px !important;
    margin-right: 1px;
  }
  .c-detailWrapper__main .nav-tabs {
    border: none;
  }
  .c-detailWrapper__main .nav-tabs .nav-item .nav-link {
    border-radius: 12px;
    margin-bottom: 5px;
  }
}
@media (min-width: 576px) {
  .c-generic__heading {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .c-detailWrapper__main {
    top: 0px;
  }
  .c-detailWrapper .hero-banner .c-buttonWrapper {
    bottom: 0;
    flex-direction: row;
    align-items: center;
    padding: 15px 0px;
    margin: 0;
  }
  .c-detailWrapper .hero-banner .c-buttonWrapper .c-button + .c-button {
    margin-top: 0rem;
    margin-left: 1rem;
  }
  .c-detailWrapper .hero-banner .c-buttonWrapper .c-button {
    font-size: 14px;
    padding: 8px 15px;
  }
  .c-detailWrapper__main .section-title {
    font-size: 13px;
  }
  .c-detailWrapper__main .section-subtitle {
    font-size: 45px;
  }
  .c-detailWrapper__main .nav-tabs .nav-item .nav-link {
    font-size: 16px;
  }
  .c-detailWrapper__main .title {
    font-size: 24px;
  }
  .c-detailWrapper__main .tab-content p, .c-userPersona .description {
    font-size: 15px;
  }
  .c-detailWrapper__main .tab-content .highlight-text {
    font-size: 21px;
  }
  .c-userPersona .title {
    font-size: 22px;
  }
  .sidbar .c-buttonWrapper, .c-buttonWrapper {
    margin: 0;
  }
  .sliderView .sliderView__main {
    margin-bottom: 0px;
  }
  .sliderView .sliderView__main .slick-slide img {
    width: calc(100% - 0px);
    margin: 0 0px;
  }
  .sliderView .sliderView__main .slick-prev {
    left: -17px;
  }
  .sliderView .sliderView__main .slick-next {
    right: -16px;
  }
  .sliderView .sliderView__main .c-cardWrapper__item {
    margin: 5px;
  }
}

@media (min-width: 768px) {
  .c-generic__heading {
    font-size: 38px;
  }
  .c-centersWrapper__item__content h2,
  .c-centersWrapper__item__content .title {
    font-size: 20px;
  }
  .c-newsWrapper__item .title {
    font-size: 22px;
  }

  .c-buttonWrapper {
    flex-direction: row;
  }

  .c-button + .c-button {
    margin-top: 0rem;
    margin-left: 1rem;
  }
}
@media (max-width: 991px) {
  .c-cardWrapper .c-cardWrapper__item .title {
    width: 100%;
  }
  .c-cardWrapper.v2 .c-cardWrapper__item .title {
    min-height: auto;
  }
  .c-enqWrapper .c-enqWrapper__content {
    padding: 30px;
  }
  .c-enqWrapper {
    background-position: top;
  }
  .hero-text .title {
    font-size: 2rem;
  }

  .bottom-fixed-section .title {
    font-size: 2rem;
  }
  .sliderView .sliderView__main {
    margin-bottom: 25px;
  }
  .c-userPersona__media {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-userPersona .title {
    margin-top: 30px
  }
  .c-userPersona .title, .c-userPersona .description {
    width: calc(100% - 0px) !important;
    text-align: center;
  }
  .col-12 .mt-5 {
    margin-top: 20px !important;
  }
}
@media (min-width: 992px) {
  .c-generic__heading {
    font-size: 40px;
  }
  .c-button {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .c-userPersona .c-userPersona__media {
    width: 120px;
    height: 120px;
    min-width: 120px;
    border-radius: 120px; 
    top: -60px;
  }
  .c-userPersona .title, .c-userPersona .description {
    width: calc(100% - 120px);
  }
}

@media (min-width: 1200px) {
  .c-generic__heading {
    font-size: 42px;
  }
  .c-centersWrapper__item__content h2,
  .c-centersWrapper__item__content .title {
    font-size: 24px;
  }
  .c-newsWrapper__item .title {
    font-size: 27px;
  }
}

@media (max-width: 1399px) {
  .sidbarButton {
    flex-direction: column;
  }
  .sidbarButton .c-button + .c-button {
    margin-top: 1rem;
    margin-left: 0rem;
  }
}

@media (max-width: 600px) {
  .c-userPersona .c-userPersona__media {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 80px;
    top: -40px;
  }
  .c-userPersona .title{
    margin-top: 10px;
  }
}
