body {
  overflow-x: hidden;
}

/*banner section*/

.cardio-renal .html-asset-container.margin-bottom-10 {
  margin-bottom: 0px;
}

.cardio-renal #banner-img.component-section {
  padding: 0px;
}

.cardio-renal #banner-section.component-section {
  padding: 0px;
}

.cardio-renal #banner-img {
  background-position: right;
  background-repeat: no-repeat;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.cardio-renal #banner-img .banner-text h2 {
  font-size: 32px;
  line-height: 38.4px;
  letter-spacing: normal;
  /*font-weight: 900;*/
  font-family: 'NunitoSans-ExtraBold';
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
  color: #fff;
  margin-bottom: 8px;
  padding-top: 16px;
  margin-top: 0px;
  padding-bottom: 16px;
}

.cardio-renal #banner-img .banner-text p {
  font-size: 16px;
  line-height: 27.2px;
  font-weight: normal;
  font-family: 'NunitoSans-Regular';
  color: #fff;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
}

.cardio-renal #banner-img .flex {
  display: flex;
  justify-content: flex-end;
  transform: translate(-24px, 4px);
}

.cardio-renal #banner-img .flex img {
  width: 180px;
}

.cardio-renal #banner-img .img-flex {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 35.5vh;
  right: 7.99%;
}

.cardio-renal #banner-img .img-flex img {
  width: 150px;
}

/*second section*/

.cardio-renal #red-background {
  background-color: #EB2726;
  padding-top: 48px;
  padding-bottom: 76px;
}

.cardio-renal .marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.cardio-renal .marquee h2.marquee-text {
  font-family: 'NunitoSans-Regular';
  margin-top: 0px;
  font-style: italic;
  color: #fff;
  display: inline-block;
  animation: marquee 120s linear infinite;
  font-weight: 800;
  position: relative;
  left: 0;
  font-size: 100px;
  line-height: 120px;
  letter-spacing: normal;
  margin-bottom: 8px;
}

.cardio-renal .marquee h2.marquee-text span {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  font-weight: 800;
  font-family: "Nunito Sans", sans-serif;
  paint-order: stroke fill;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

/*Third section*/

.cardio-renal #flex-column.component-section {
  padding: 0px;
}

.cardio-renal #flex-column.component-section {
  padding: 0px;
}

.cardio-renal #flex-column .slider {
  width: 100%;
  height: 100%;
}

.cardio-renal #flex-column .slider .slides {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  gap: 20px;
}

.cardio-renal #flex-column .slide {
  width: 315px;
  margin: 0;
  min-width: 23%;
}

.cardio-renal #flex-column .slider button {
  display: none;
}

.cardio-renal #flex-column .slide .center-box {
  text-align: center;
  padding-top: 24px;
}

.cardio-renal #flex-column .slide .center-box img {
  margin-bottom: -20px;
  z-index: 2;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
  height: auto;
}

.cardio-renal #flex-column .slide .center-box h4 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: normal;
  font-family: 'NunitoSans-Regular';
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  background-color: #1BA2DC;
  padding: 40px 20px 20px 20px;
  margin-bottom: 8px;
  margin-top: 0px;
  border-radius: 0 16px 0 16px;
  z-index: 1;
  position: relative;
}

.cardio-renal #flex-column .slide .center-box .bg-white {
  min-height: 160px;
  padding: 40px 20px 10px 20px;
  margin-top: -20px;
  border-radius: 0 0 16px 16px;
  background-color: #fff;
  z-index: -1;
}

.cardio-renal #flex-column .slide .center-box .bg-white p {
  font-weight: 800;
  color: #000000;
  font-family: 'NunitoSans-Regular';
  text-align: center;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 27.2px;
}

.cardio-renal #flex-column .slide .center-box .bg-white p.normal {
  font-weight: normal;
}

.cardio-renal #flex-column .slides .slides {
  gap: 20px;
}

.cardio-renal #flex-column .dots {
  text-align: center;
  margin-top: 30px;
  width: 100%;
  display: none;
}

.cardio-renal #flex-column .dot {
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}

.cardio-renal #flex-column .dot.active {
  background-color: #007aff !important;
  opacity: 1;
}

/*Fourth carousel section*/

.cardio-renal #green-background {
  background-color: #c1d82f;
  padding-top: 32px;
  padding-bottom: 50px;
}

.cardio-renal #carousel-section.component-section {
  padding: 0px;
}

.cardio-renal #carousel-section .slider .slide {
  min-width: 23.8%;
  box-sizing: border-box;
}

.cardio-renal #carousel-section .slider .slide .center-card {
  padding-top: 24px;
}

.cardio-renal #carousel-section .slider .slide .center-card .flex-txt {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cardio-renal #carousel-section .slider .slide .center-card .flex-txt p {
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  color: #fff;
  font-family: 'NunitoSans-ExtraBold';
  margin-bottom: 0px;
}

.cardio-renal #carousel-section .slider .slide .center-card .flex-txt p.text-black {
  color: #000000;
  font-weight: 400;
  font-style: normal;
  font-family: 'NunitoSans-Regular';
}

.cardio-renal #carousel-section .slider .slide .center-card .flex-txt p.text-black span {
  font-family: 'NunitoSans-Bold';
}

.cardio-renal #carousel-section .slider .slide .center-card .flex-txt ul {
  margin-bottom: 16px;
  padding-bottom: 0px;
  list-style-type: disc;
  padding-left: 32px;
}

.cardio-renal #carousel-section .slider .slide .center-card .flex-txt ul li {
  margin-bottom: 8px;
  color: #000000;
  font-size: 16px;
  line-height: 19.2px;
  font-family: 'NunitoSans-Regular';
  font-weight: normal;
  padding-bottom: 0px;
}

.cardio-renal #carousel-section .slider .slide .center-card .flex-txt ul li span {
  font-family: 'NunitoSans-Bold';
}

.cardio-renal #carousel-section .slider button {
  display: none;
}

.cardio-renal #carousel-section .slides {
  gap: 16px;
}

.cardio-renal #carousel-section .dots {
  text-align: center;
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.cardio-renal #carousel-section .dots .dot {
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}

.cardio-renal #carousel-section .dots .dot {
  opacity: 0.2;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #000;
}

.cardio-renal #carousel-section .dots .dot.active {
  background-color: #007aff !important;
  opacity: 1;
}

.cardio-renal #carousel-section .slider .dots .dot:nth-child(6) {
  display: none;
}

.cardio-renal #carousel-section .slider .dots .dot:nth-child(7) {
  display: none;
}

.cardio-renal #carousel-section .slider .dots .dot:last-child {
  display: none;
}



/*Fifth section*/

.cardio-renal .border-box {
  margin-top: 48px;
}

.cardio-renal .border-box .text-border {
  padding: 24px;
  border: 1px solid black;
}

.cardio-renal .border-box .text-border p {
  margin-bottom: 0px;
  color: #000000;
  font-size: 16px;
  line-height: 19.2px;
  font-family: 'Helvetica';
  font-weight: 400;
}

.cardio-renal .border-box .text-border p span {
  font-weight: 700;
  font-family: Helvetica, sans-serif;
}

/*sixth section*/

.cardio-renal #bottom-text {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #F5F5F5;
}

.cardio-renal #bottom-text #date-txt.component-section {
  padding: 0px;
}

.cardio-renal #bottom-text #date-txt p {
  text-align: center;
  margin-bottom: 0px;
  color: #212529;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Helvetica';
  font-weight: 400;
}

.cardio-renal .footer {
  margin-top: 0px;
}

/*============Responsive design===========*/

@media (min-width: 1500px) {
  .cardio-renal #banner-img .container {
    width: 1350px !important;
  }

  .cardio-renal #flex-column .container {
    width: 1350px !important;
  }

  .cardio-renal #carousel-section .container {
    width: 1350px !important;
  }

  .cardio-renal #date-txt .container {
    width: 1350px !important;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
    
    /*Banner section*/
  .cardio-renal #banner-img {
    height: 80vh;
  }

  .cardio-renal #banner-img .banner-text p br {
    display: none;
  }

  .cardio-renal #banner-img .banner-text p {
    width: 47%;
  }

  .cardio-renal #banner-img .flex {
    transform: translate(-16px, 0px);
  }

  .cardio-renal #banner-img .img-flex {
    top: 41vh;
    right: 17.6%;
  }
  
  /*second section*/
  
  .cardio-renal #flex-column .center-box .bg-white p.normal br {
    display: none;
  }

  .cardio-renal #flex-column .slide {
    width: 270px;
  }

  
  /*Third section*/
  
  .cardio-renal #carousel-section .slider .slide .center-card .flex-txt p br {
    display: none;
  }

  .cardio-renal #carousel-section .slider .slide .center-card .flex-txt ul li br {
    display: none;
  }

  .cardio-renal #carousel-section .slider .slide {
    min-width: 23.7%;
    width: 262px;
  }

  .cardio-renal .border-box .text-border p br {
    display: none;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    
    /*banner section*/
    
  .cardio-renal #banner-img {
    height: 80vh;
  }

  .cardio-renal #banner-img .banner-text p {
    max-width: 48%;
  }

  .cardio-renal #banner-img .banner-text p br {
    display: none;
  }

  .cardio-renal #banner-img .flex {
    transform: translate(5px, -4px);
  }

  .cardio-renal #banner-img .img-flex {
    top: 40.9vh;
    right: 7%;
  }
  
  /*second section*/
  
  .cardio-renal #flex-column .slide {
    min-width: 31.6%;
    width: 296px;
  }

  .cardio-renal #flex-column .slider .dots {
    display: flex !important;
    margin-top: 30px;
    justify-content: center;
  }

  .cardio-renal #flex-column .slider .dots .dot.active {
    background-color: #007aff !important;
    opacity: 1;
  }

  .cardio-renal #flex-column .slider .dots .dot {
    opacity: 0.2;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #000;
  }

  .cardio-renal #flex-column .slider .dots .dot:last-child {
    display: none;
  }

  .cardio-renal #flex-column .slider .dots .dot:nth-child(3) {
    display: none;
  }

  .cardio-renal #flex-column .slide .center-box .bg-white p.normal br {
    display: none;
  }

  .cardio-renal #flex-column .slide .center-box .bg-white {
    min-height: 220px;
  }

  .cardio-renal #red-background {
    padding-bottom: 40px;
  }

/*Third section*/

  
  .cardio-renal #carousel-section .slider .slide .center-card .flex-txt p br {
    display: none;
  }

  .cardio-renal .border-box .text-border p {
    max-width: 870px;
  }

  .cardio-renal #carousel-section .slider .slide {
    min-width: 32%;
    width: 296px;
  }

  .cardio-renal #carousel-section .slides {
    gap: 13px;
  }

  .cardio-renal #carousel-section .slider .slide .center-card .flex-txt ul li br {
    display: none;
  }

  .cardio-renal #carousel-section .slider .dots .dot:nth-child(6) {
    display: block;
  }

  .cardio-renal .border-box .text-border p br {
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    
    /*Banner section*/
    
  .cardio-renal #banner-img .img-flex {
    display: none;
  }

  .cardio-renal #banner-img {
    height: 80vh;
  }

  .cardio-renal #banner-img .banner-text p br {
    display: none;
  }

  .cardio-renal #banner-img .banner-text {
    padding-top: 24px;
  }

  .cardio-renal #banner-img .flex {
    margin-top: 24px;
    transform: translate(-15px, 3px);
  }
  
  /*second section*/
  
  .cardio-renal #red-background {
    padding-bottom: 40px;
  }

  .cardio-renal #flex-column .slide .center-box .bg-white p.normal br {
    display: none;
  }

  .cardio-renal #flex-column .slide {
    min-width: 47.3%;
  }

  .cardio-renal #flex-column .slider .dots {
    display: flex !important;
    margin-top: 30px;
    justify-content: center;
  }

  .cardio-renal #flex-column .slider .dots .dot.active {
    background-color: #007aff !important;
    opacity: 1;
  }

  .cardio-renal #flex-column .slider .dots .dot {
    opacity: 0.2;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #000;
  }

  .cardio-renal #flex-column .slider .dots .dot:last-child {
    display: none;
  }
  
  /*Third section*/
  
  .cardio-renal #carousel-section .slider .slide {
    padding: 0 20px;
    min-width: 50%;
    width: 335px;
  }

  .cardio-renal #carousel-section .slides {
    gap: 11px;
  }

  .cardio-renal #carousel-section .slider .slide .center-card .flex-txt ul li br {
    display: none;
  }

  .cardio-renal #carousel-section .slider .dots .dot:nth-child(6) {
    display: block;
  }

  .cardio-renal #carousel-section .slider .dots .dot:nth-child(7) {
    display: block;
  }

  .cardio-renal .border-box .text-border p br {
    display: none;
  }
}

@media (max-width: 768px) {
    
    /*Banner section*/
    
  .cardio-renal #banner-img .img-flex {
    display: none;
  }

  .cardio-renal #banner-img {
    height: 80vh;
    background-position-x: 90%;
  }

  .cardio-renal #banner-img .banner-text {
    padding-top: 38px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .cardio-renal #banner-img .banner-text p br {
    display: none;
  }

  .cardio-renal #banner-img .flex {
    margin-top: 24px;
    transform: translate(-15px, 4px);
  }
  
  /*second section*/
  
  .cardio-renal .marquee h2.marquee-text {
    font-size: 50px;
    line-height: 60px;
  }

  .cardio-renal #flex-column .slide {
    width: 345px;
    min-width: 100%;
  }

  .cardio-renal #flex-column .slider .dots {
    display: flex !important;
    margin-top: 30px;
    justify-content: center;
  }

  .cardio-renal #flex-column .center-box .bg-white p.normal br {
    display: none;
  }

  .cardio-renal #flex-column .slider .dots .dot.active {
    background-color: #007aff !important;
    opacity: 1;
  }

  .cardio-renal #flex-column .slider .dots .dot {
    opacity: 0.2;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #000;
  }

  .cardio-renal #flex-column .slider .slides {
    gap: 9px;
  }
  
 
    
    
    /*Third section*/
    
  .cardio-renal #carousel-section .slider .slide {
    min-width: 100%;
  }

  .cardio-renal #carousel-section .slides {
    gap: 10px;
  }

  .cardio-renal #red-background {
    padding-bottom: 40px;
  }

  .cardio-renal #carousel-section .slider .slide .center-card .flex-txt ul li br {
    display: none;
  }

  .cardio-renal #carousel-section .slider .dots .dot:nth-child(6) {
    display: block;
  }

  .cardio-renal #carousel-section .slider .dots .dot:nth-child(7) {
    display: block;
  }

  .cardio-renal #carousel-section .slider .dots .dot:last-child {
    display: block;
  }

  .cardio-renal .border-box {
    margin-top: 35px;
  }

  .cardio-renal .border-box .text-border p br {
    display: none;
  }
}

@media (max-width: 451px) {
  .cardio-renal #flex-column .center-box .bg-white {
    min-height: 140px;
  }

  .cardio-renal #banner-img .banner-text p {
    max-width: 324px;
  }

  .cardio-renal #carousel-section .slider .slide .center-card .flex-txt ul li {
    font-size: 16.1px;
  }
}

@media (max-width: 767px) and  (orientation:landscape) {
  /*Banner section  */
  
  .cardio-renal #banner-img .container {
    width: 540px;
  }

  .cardio-renal #banner-img .banner-text {
    padding-right: 0px;
    padding-left: 0px;
  }
  
  .cardio-renal #flex-column .container {
    width: 540px;
  }
  
   .cardio-renal #carousel-section .container {
    width: 540px;
  }
}

