/* Login form styling */
#dnn_ctr_Login_DNN {
  width: 100%;
  display: flex;
  justify-content: center;
}
#dnn_ctr_Login_DNN label[for="dnn_ctr_Login_Login_DNN_chkCookie"]{
  margin-bottom: 0px;
}
#dnn_ctr_Login_Login_DNN_chkCookie {
  position: static !important;
  opacity: 1 !important;
}

#dnn_uxHeader_dnnLOGO_imgLogo {
  max-width: 250px !important;
  height: auto;
}

.dnnLoginRememberMe {
  display: flex;
}
.dnnLoginRememberMe .dnnCheckbox .mark{
  background-color: transparent;
}
.LoginPanel {
  width: 100% !important;
}
/* Start the counter from 1 */
ul.esl-split-section-custom-list {
counter-reset: item 0;
}

.service-section {
  border: 2px #1771E5 solid;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}

.service-section h2 {
  color: #1771E5;
  font-size: 24px;
  margin-bottom: 15px;
}

.service-section p {
  color: #1771E5;
  font-size: 16px;
  margin-bottom: 20px;
}

.call-to-action {
  background-color: #034AA6;
  color: #ffffff;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
}

.service-images {
  margin-top: 20px;
}

.service-images img {
  border-radius: 50%;
  width: 80px; /* Adjust as per your image's aspect ratio */
  height: 80px; /* Adjust as per your image's aspect ratio */
  display: inline-block;
  margin: 0 10px;
}

.esl-card-testimonial {
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

 .esl-card-testimonial span{
    line-height: 27px !important;
}

.esl-accordion [role="tab"]{
    padding: 30px;
    background-color: #1771E5;
}

.esl-accordion [data-toggle="collapse"]{
  color: #fff;
}

.esl-accordion-white [role="tab"]{
    padding: 30px;
  background-color: #fff;
  border-bottom: 0px;
}

.esl-accordion-white [data-toggle="collapse"]{
  color: #187ADF;
}

.esl-product-card-anchor-wrapper {
  max-width: 75%;
}

/* .esl-product-card-anchor-wrapper a{
  font-size: 2rem;
  font-weight: bold;
  color: #1771e5
} */

.quote-bubble::after {
content: '';
  position: absolute;
  bottom: -20px;
  right: 20px;
  border-width: 30px 30px 0;
  border-style: solid;
  border-color: #e5f5d8 transparent transparent transparent;
  transform: rotate(135deg);
}

.esl-circle-carousel-indicators li{
  background-color: #E6EFFA !important;
  border: 1px solid #1771E5 !important;
  border-radius: 20px !important;
  width: 20px !important;
  height: 20px !important;
}

.esl-circle-carousel-indicators li.active{
  background-color: #1771E5 !important;
}

.custom-page-header {
    display: flex;
    align-items: center;
}

.custom-page-header > h1 {
margin-left: 40px;
font-size: 24px;
}

.breadcrumbs  a {
color: #FFF !important;
text-decoration: none !important;
}

.breadcrumbs a:hover {
color: #02295b !important;
text-decoration: none !important;
}

.brand-square {
  width: 250px;
  height: 250px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
}

.product-card-square {
  width: 375px;
  height: 375px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
}

.product-card-home-page {
  width: 350px;
  height: 450px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
}

.home-page-product-card-image {
  max-width: 200px;
}

.home-page-product-card-title {
  font-size: 24px;
  text-decoration: none;
  font-weight: 700;
  font-weight: bold;
  color: #1771e5;
}

.home-page-product-card-description {
  font-size: 15px;
  font-weight: 500;
}

.basic-blue-text-cards {
  background-color: #1771E5;
  width: 250px;
  height: 100px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.basic-blue-text-cards-catheter {
  background-color: #1771E5;
  width: 250px;
  height: 200px;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.basic-blue-text-cards-ostomy {
  background-color: #1771E5;
  width: 250px;
  height: 250px;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.basic-blue-text-cards-sleep {
  background-color: #1771E5;
  width: 250px;
  height: 230px;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.not-sure-background {
  height: 380px;
  padding-top: 50px;
}

.ready-to-wear-image-div {
  display: flex;
  justify-content: end;
}

#ostomy-tabs {
  overflow: hidden;
  background-color: #FFF
}

/* Style for tab links */
.tab input {
  display: none;
}

#ostomy-tabs label {
  float: left;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  background-color: #f5f7fa;
  color: #187ADF;
  font-weight: 600;
}

#ostomy-tabs input:checked + label {
  background-color: #FFF !important;
}

.ostomy-tab-content {
  display: none;
  padding: 12px 12px;
  border-top: none;
}

#ostomy-tabs input:checked ~ .ostomy-tab-content {
  display: block;
}

.ostomy-tab-content-div {
  margin-top: 100px;
}

.main-img-home-page-text {
  z-index: 5;
  position: absolute;
  bottom: 10%;
}

.main-img-btn-link {
  width: 160px;
  margin-bottom: 10px;
}

.main-img-home-page-buttons {
  z-index: 5;
  position: absolute;
  top: 40%;
  left: 25%;
  transform: translate(-50%, -50%);
}

.qualifying-criteria .quick-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.qualifying-criteria .quick-links a {
  background-color: transparent;
  padding: 0.5rem;
  margin: 0.5rem;
  text-decoration: none;
}

.qualifying-criteria .quick-links a:hover {
  color: #fff;
  background-color: #1771E5;
  padding: 0.5rem;
  margin: 0.5rem;
  text-decoration: none;
}

.qualifying-criteria .quick-links a:hover {
  background-color: #034AA6;
}

.qualifying-criteria .tiles {
  display: flex;
  justify-content: space-between;
}

.qualifying-criteria .file-tile {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 15px;
  text-decoration: none;
}

.qualifying-criteria .tile-icon {
  margin-right: 10px;
}

.qualifying-criteria .tile-content {
  font-weight: normal;
  line-height: 1.1;
}

.tiles .tile-link {
  align-content: center;
}

.criteria-list > div:nth-child(odd) {
  background-color: #ebebeb;
}

@media (max-width: 560px) {
  .ostomy-tab-content-div {
    margin-top: 160px !important;
  }
  .main-img-btn-link {
    font-size: 7px !important;
    margin-bottom: 3px !important;
    width: 90px !important;
  }
  .main-img-home-page-buttons {
    display: none;
  }
}

@media (max-width: 576px) {
  iframe {
    max-width: 350px !important;
  }
}

@media (max-width: 767px) and (min-width: 561px) {
  .main-img-btn-link {
    font-size: 10px !important;
    margin-bottom: 5px !important;
    width: 110px !important;
  }
}


@media (max-width: 767px){
.esl-product-cards-homepage {
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom-page-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ready-to-wear-image-div {
  display: flex;
  justify-content: center;
}

.ostomy-tab-content-div {
  margin-top: 125px;
}

.not-sure-background {
  height: 645px !important;
  padding-top: 70px !important;
}
.main-img-home-page-text > h1 {
  font-size: 12px !important;
}
}

@media (max-width: 991px) and (min-width: 767px) {
  .main-img-home-page-text > h1 {
    font-size: 18px !important;
}
}

@media (max-width: 1200px) and (min-width: 991px) {
  .product-card-home-page {
    width: 263px !important;
    height: 338px !important;
    margin: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #FFF !important;
  }

  .home-page-product-card-image {
    max-width: 150px !important;
  }

  .home-page-product-card-title {
    font-size: 16px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
  }

  .home-page-product-card-description {
    font-size: 12px !important;
    font-weight: 500 !important;
  }
}

@media (max-width: 1200px){
.service-section{
      flex-direction: column;
  }

  .esl-services-homepage-image{
      width: 50% !important;
  }

  .not-sure-text{
    order: 2;
  }

  .not-sure-images {
    order: 1;
  }

  .not-sure-background {
    height: 585px;
    padding-top: 50px;
  }

  .main-img-home-page-text > h1 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .product-card-home-page {
    width: 196px !important;
    height: 254px !important;
    margin: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #FFF !important;
  }

  .home-page-product-card-image {
    max-width: 110px !important;
  }

  .home-page-product-card-title {
    font-size: 14px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
  }

  .home-page-product-card-description {
    font-size: 10px !important;
    font-weight: 500 !important;
  }
}

@media (min-width: 1950px) and (max-width: 3100px){
  .main-img-btn-link {
    font-size: 22px !important;
    margin-bottom: 15px !important;
    width: 250px !important;
  }
}

@media (min-width: 3100px){
  .main-img-btn-link {
    font-size: 28px !important;
    margin-bottom: 15px !important;
    width: 300px !important;
  }
}



