.section-container .container {
  max-width: 100%;
}
@media (min-width: 600px) and (max-width: 900px) {
  .section-container{
    margin-top: 10% !important;
}
}
.section-container {
  background-color: #f3f6fb;
  margin-top: 6%;

}

.image-section .img {
  object-fit: contain;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;

}

.nav-list-content .img {
  margin-bottom: 15px;
}

.header {
  font-size: 30px;
}
@media (min-width: 1000px) and (max-width: 3000px) {
  .header{
    width: 120%;
}
}
.header sub {
  font-size: 15px;
}

.image-section strong {
  font-size: 30px;
}

.preview-button .button {
  background-color: #015374;
  padding: 5px 25px;
  width: fit-content;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}

.preview-button a {
  text-decoration: none !important;
}

#review-themes h1 {
  font-size: 30px;
  font-weight: normal;
  color: gray;
}

.themes-review-container {
  flex-wrap: wrap !important;
  padding: 1rem 4rem 0;
}
@media (min-width: 200px) and (max-width: 400px) {
  .themes-review-container{
    margin-left: 0px !important;
    margin-right: 0px !important;
    
  }
}

.theme-image-container {
  height: 300px;
  overflow: hidden;
  position: relative;
}

.previewComingSoon:hover > .overlayHover{
  position: absolute;
  z-index: 1;
  background: rgb(0 0 0 / 50%);
  width: 100%;
  height: 100%;
}

.theme-image-container img {
  position: absolute;
  transition: bottom 5s;
}
.previewComingSoon img {
  position: absolute;
  transition: bottom 5s;
}
.previewComingSoon:hover::before{
  z-index: 2;
  content: 'Preview Coming Soon';
  color: white;
  position: absolute;
  background-color: #015374;
  display: flex;
  align-items: center;
  text-align: center;
  place-content: center;
  top: 45%;
  left: 20%;
  padding: 10px 15px;
  font-weight: 900;
  font-family: 'Montserrat';
  border-radius: .25rem;
}
@media (min-width: 200px) and (max-width: 900px) {
  .previewComingSoon:hover::before{
    left: 10%;
  }
}
.previewComingSoon{
  height: 300px;
  overflow: hidden;
  position: relative;
}
.previewComingSoon:hover img {
  bottom: 0 !important;
}
.theme-image-container img:hover {
  bottom: 0 !important;
}

.theme-name {
  color: #015374;
}

.theme-view-button {
  font-weight: 500;
  color: #000;
  text-align: center;
  width: 80px;
  text-decoration: none;
  border: 1px solid black;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.theme-view-button:hover {
  text-decoration: none;
  background-color: #015374;
  color: #fff;
  border: 1px solid #015374;
}

.benefitsContainer {
  background-color: #fafaf9;
  margin: 20px 0px;
}

.benefitsHeaderContainer {
  padding: 2% 2% 0% 2% !important;
}

.benefitsHeading {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 0px;
  text-align: center;
  word-break: break-word;
}

.benefitsPointcontainer {
  padding: 2% 3% !important;
}

.singleBenefitContainer {
  padding: 2% !important;
}

.benefitsIconContainer {
  padding: 1% 2% !important;
}

.benefitTitle {
  font-size: 25px;
  font-weight: bold;
  word-break: break-word;
}

.benefitContent {
  font-size: 16px;
  margin-bottom: 0px;
  word-break: break-word;
}

.nav-list-item {
  padding: 5% 10%;
  cursor: pointer;
}

.nav-list-item a {
  text-decoration: none;
  color: black;
}

.nav-list-item:hover {
  background-color: lightblue;
  color: #ffffff;
}


.on-redirect {
  text-decoration: none;
  cursor: pointer;
  color: black;
}

.on-redirect:hover {
  text-decoration: underline;
  color: #015374;
}

.nav-list {
  background-color: #f8f9fa;
  padding: 2% 0%;
  position: sticky;
  top: 60px;
  overflow-y: auto;
  height: calc(100vh - 80px);
  scrollbar-width: thin;

}

.content-description {
  word-spacing: 8px;
}

.nav-list-content ul {
  list-style-type: disc !important;
  margin-bottom: 20px;

}

.content-section {
  position: relative;
  margin-top: 6% !important;
}

.banner-list {
  list-style-type: disc !important;
}

.nested-list-item {
  list-style-type: circle !important;
}

@media screen and (max-width: 1366px) {
  .section-container .container {
    max-width: 100% !important;
  }
}

@media (min-width: 1400px) {
  .section-container .container {
    max-width: 80% !important;
  }
}

@media screen and (max-width: 599px) {
  .benefitsHeaderContainer {
    padding: 3% !important;
  }

  .benefitsHeading {
    font-size: 30px;
  }

  .benefitsPointcontainer {
    padding: 3% 4% !important;
  }

  .benefitsContentContainer {
    padding: 0px !important;
  }
}

@media only screen and (max-width: 999px) {
  .contentContainer {
    text-align: center !important;
  }

  .contentBannerHeading {
    font-size: 25px !important;
  }
}

.contentBannerHeading {
  font-size: 32px;
}

.contentBannerContent {
  font-size: 18px;
  line-height: 1.5;
}

.contentContainer .contentBannerContent {
  font-weight: normal;
}

.contentContainer .contentBannerHeading {
  font-family: 'Montserrat', sans-serif !important;
}

/*featuredocumentation*/
.featuredocumentation-container {
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 1.5rem;
}

.featuredocumentation-container .nav-link.active {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid !important;
  color: black;
  font-size: 14px;
}

.featuredocumentation-container .nav-tabs .nav-link,
.featuredocumentation-container .nav-tabs .nav-link:hover {
  border: none;
  color: black;
  font-size: 14px;

}

.featuredocumentation-container .nav-link {
  padding: 0rem;
  color: black;
  font-size: 14px;

}

.featuredocumentation-container .nav {
  gap: 3rem;
}

.featuredocumentationborder {
  border-bottom: 1px solid #d6d3d1;
}

.paddingFeatures {
  padding-bottom: 3.5rem;
  padding-top: 2rem;
}

.featuredDocumentationMaintitle {
  font-size: 18px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.featuredDocumentationTitle {
  font-size: 17px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.featuredDocumentationDescription {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

.supportdocgap {
  gap: 2%;
}

.supportdocicon {
  font-size: 20px;
}

.supportdoclink,
.supportdoclink:hover,
.supportdoclink .active {
  font-size: 18px;
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.supportdoclink:hover,
.supportdoclink .active {
  border-bottom: 1px solid;
}

.supportdoctitle {
  font-size: 26px;
}

@media (min-width: 200px) and (max-width: 600px) {
  .featuredocumentation-container .nav {
    gap: 1rem;
  }

  .featuredocumentation-container {
    padding: 2rem;
  }
}

.tab-content>.tab-pane {
  display: block !important;
}

.tab-pane {
  min-width: 100%;
  transition: transform 0.5s ease-in-out;
}

.tab-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow-x: hidden;
}

.supportdocimg {
  height: 35px;
  width: 35px;
}

@media only screen and (max-width: 576px) {
  .nav-list {
    display: none;
  }

  .section-container {
    margin-top: 20%;

  }

  .content-section {
    margin-top: 20% !important;
  }

  .preview-button .button {
    padding: 5px 10px;
    font-size: 16px;
  }
}