/* Small Devices & above(Mobile) */
@media (min-width: 320px) {
  .blog-link-2 {
    color: #20be7c;
  }

  body {
    margin: 0px;
    padding: 0px;
    font-family: "Montserrat" !important;
    overflow-x: hidden;
    scroll-behavior: smooth;
  }

  #home {
    position: absolute;
    top: 10%;
    width: 96%;
  }

  .home-text {
    font-size: 0.8rem;
    color: #ffffff;
    font-weight: 500;
  }

  .home-btn {
    background-color: transparent;
    border-radius: 5px;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 0.8rem;
  }

  .about-btn {
    background-color: transparent;
    border-radius: 15px;
    color: #00b6bb;
    border: 1px solid #00b6bb;
  }

  .home-line {
    height: 2px;
    width: 70px;
    display: -webkit-inline-box;
    background-color: #ffffff;
    color: #ffffff;
  }

  .home-img {
    width: 100%;
    height: auto;
  }

  .img-fluid-2 {
    width: 100%;
  }

  .img,
  .img-fluid-2 {
    filter: brightness(0.3);
  }

  .awards img {
    object-fit: scale-down;
    height: 4rem;
    width: auto;
  }

  .awards .text-cen {
    text-align: center !important;
  }

  .mobile-image {
    position: absolute;
    top: 35px;
  }

  .z-ind {
    z-index: 1;
  }

  .text-cen {
    text-align: center;
  }

  .prod-detail {
    background-color: #f6f7f9;
    border-radius: 20px;
  }

  .product-title,
  .sol-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #21242e;
  }

  .product-title {
    line-height: 20px;
  }

  .sol-title {
    line-height: 28px;
  }

  .prod-text {
    font-size: 0.8rem;
    color: #6e7582;
    font-weight: 500;
  }

  .spec-title {
    color: #a3abbb;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .spec-details {
    background-color: #ffffff;
    width: 50%;
    border-radius: 10px;
  }

  .spec-text {
    font-size: 1rem;
    font-weight: 500;
  }

  .spec-value {
    font-size: 1.2rem;
    color: #20be7c;
    font-weight: 600;
  }

  .order {
    font-size: 0.8rem;
    background-color: #00b6bb;
    color: #ffffff;
    float: inline-end;
    border-radius: 30px;
    border-color: transparent;
    font-weight: 600;
  }

  .order-btn-2 {
    font-size: 1rem;
    background-color: #00b6bb;
    color: #ffffff;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-color: transparent;
    font-weight: 600;
  }

  .sol-caro-btn {
    font-size: 0.8rem;
    background-color: #ffffff;
    color: #000000;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-color: transparent;
    font-weight: 600;
  }

  .env-btn {
    font-size: 0.8rem;
    background-color: #ffffff;
    color: #00b6bb;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-color: transparent;
    font-weight: 600;
  }

  .order-btn-2:focus,
  .order:focus,
  .home-btn:focus,
  .explore-btn-border:focus,
  .explore-sol-btn :focus,
  .env-btn :focus,
  .explore-btn:focus {
    outline: none;
  }

  .explore-btn,
  .explore-btn-border {
    font-size: 1rem;
    background-color: #ffffff;
    color: #00b6bb;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-color: transparent;
    font-weight: 600;
  }

  .explore-sol-btn {
    font-size: 0.8rem;
    background-color: transparent;
    color: #ffffff;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 2px solid #ffffff;
    font-weight: 600;
  }

  .explore-btn-border {
    border: 1px solid #00b6bb;
  }

  .home-btn:active,
  .explore-sol-btn:active {
    outline: none;
    border-color: white;
  }

  .home-mobile {
    width: 50%;
  }

  .span-value {
    color: #20be7c;
  }

  .imp-btn {
    font-size: 0.75rem;
    background-color: #ffffff;
    border-color: transparent;
    border-radius: 40px;
    min-height: 7rem;
  }

  .sec_2 .imp-btn {
    min-height: 5rem;
  }

  .imp-img {
    text-align: left;
    font-weight: 600;
  }

  .prod-eng {
    float: right;
    filter: brightness(0.6);
    height: auto;
    max-width: 100%;
  }

  .prod-line {
    width: 50%;
    height: 4px;
    /* Adjust the thickness of the line */
    background: linear-gradient(to right, #ffffff 30%, #414141 30%);
    border-radius: 10px;
  }

  .prod-img-text {
    font-size: 2rem;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    line-height: 35px;
  }

  .prod-img-caption {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
  }

  .prod-img-container {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 100%;
  }

  .prod-text-cen {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }

  .bottom-line {
    position: absolute;
    bottom: 3%;
    width: 100%;
  }

  .certify-section {
    display: flex;
    width: 100%;
    align-items: center;
    background-color: #f6f7f9;
    justify-content: space-between;
    border-radius: 10px;
    text-align: center;
  }

  .certify-title {
    font-size: 1.2rem;
    color: #6e7687;
    font-weight: 500;
  }

  .imp-img {
    padding-left: 13px;
  }

  .sec_2 .imp-btn {
    min-height: 5rem;
  }

  .impact-icon {
    background-color: #f6f7f9;
    border-radius: 25px;
  }

  #about-us,
  #support {
    background-color: #f9fafc;
  }

  .about-title {
    font-size: 2rem;
    color: #21242e;
    font-weight: 600;
  }

  .about-line {
    width: 15%;
    height: 2px;
    background-color: #00b6bb;
    border-radius: 10px;
  }

  .about-text {
    font-size: 1rem;
    color: #3d3d3d;
    font-weight: 700;
  }

  .about-back {
    background-color: #ffffff;
    border-radius: 15px;
  }

  .about-content {
    font-size: 0.9rem;
    font-weight: 600;
    color: #21242e;
  }

  .about-rect {
    background-color: #f3f4f5;
    border-radius: 10px;
  }

  .about-rect-title {
    color: #000000;
    font-weight: 600;
    font-size: 1.3rem;
  }

  .about-rect-text {
    color: #9fa5aa;
    font-weight: 500;
    font-size: 0.9rem;
  }

  .about-icon {
    width: 59px;
  }

  .about-img {
    height: auto;
    width: 100%;
  }

  .about-text-cen {
    left: 8%;
    position: absolute;
    top: 3%;
    width: 80%;
  }

  .about-vision-text {
    color: #6b6b6b;
    font-size: 0.8rem;
    font-weight: 500;
  }

  .innovate-text {
    color: #20be7c;
    font-weight: 600;
  }

  .crop-btn {
    background-color: transparent;
    border-radius: 60px;
    color: #33354a;
    border: 1px solid #c2c2c2;
    font-weight: 600;
  }

  .video-btn {
    background-color: transparent;
    border-radius: 25px;
    color: #ffffff;
    border: 2px solid #c2c2c2;
    font-weight: 600;
  }

  .crop-cen {
    text-align: center;
  }

  .sol-header {
    font-size: 0.8rem;
    color: #21242e;
    font-weight: 600;
  }

  #testimonials {
    background-color: #f5f7fa;
  }

  .testimonials-title {
    font-size: 1.2rem;
    color: #33354a;
    font-weight: 700;
    text-align: center;
  }

  .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }

  .mySlides {
    display: none;
  }

  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }

  @keyframes fade {
    from {
      opacity: 0.4;
    }

    to {
      opacity: 1;
    }
  }

  .star-img {
    width: 35%;
  }

  .testimonial-text {
    font-size: 1.2rem;
    color: #000000;
    font-weight: 500;
  }

  .testimonial-name {
    font-size: 1.2rem;
    color: #33354a;
    font-weight: 700;
  }

  .testimonial-line {
    height: 1px;
    background-color: #d5dbe5;
    border-radius: 10px;
  }

  .testimonial-desg {
    color: #33354a;
    font-size: 0.9rem;
    font-weight: 500;
  }

  .testimonial-img {
    width: 100%;
    border-radius: 20px;
  }

  .image-title {
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: 700;
  }

  .image-text {
    font-size: 0.8rem;
    color: #ffffff;
    font-weight: 500;
  }

  .testimonial-container {
    position: absolute;
    bottom: 0%;
    width: 100%;
    backdrop-filter: blur(10px);
    max-width: 500px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 0 0 0px rgb(255 255 255 / 0%);
  }

  .testimonial-img-wid {
    max-width: 500px !important;
  }

  .section-text-center {
    text-align: center;
  }

  .slider {
    display: flex;
    height: 330px;
    max-height: auto;
    overflow-x: scroll !important;
    padding: 16px;
    transform: scroll(calc(var(--i, 0) / var(--n) * -100%));
    scroll-behavior: smooth;
  }

  .slider::-webkit-scrollbar {
    display: none;
  }

  .slides:hover img {
    transform: scale(1.05);
    box-shadow: 3px 15px 10px rgb(0 0 0 / 27%);
  }

  .slides {
    position: relative;
  }

  .slides img {
    height: 90%;
    width: 225px;
    margin: 0 10px;
    object-fit: cover;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.25s ease-in-out;
    filter: brightness(0.5);
    z-index: 2;
  }

  .control-prev-btn {
    position: absolute;
    top: 30%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.55);
    height: 100px;
    line-height: 100px;
    width: 45px;
    text-align: center;
    box-shadow: 0 1px 3px #888;
    user-select: none;
    color: #444;
    cursor: pointer;
  }

  .control-next-btn {
    position: absolute;
    top: 30%;
    right: 0;
    background-color: rgba(255, 255, 255, 0.55);
    height: 100px;
    line-height: 100px;
    width: 45px;
    text-align: center;
    box-shadow: 0 1px 3px #888;
    user-select: none;
    color: #444;
    cursor: pointer;
  }

  .sol-caro-container,
  #slider-container1 .sol-caro-container {
    position: absolute;
    bottom: 20%;
    text-align: center;
    transition: transform 0.5s ease-in-out;
    width: 100%;
  }

  .btn-container {
    position: absolute;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    bottom: 20%;
    width: 100%;
  }

  .slides:hover .sol-caro-container {
    transform: translate(0%, -150%);
  }

  #slider-container1 .slides:hover .sol-caro-container {
    transform: translate(0%, -650%);
  }

  .slides:hover .btn-container {
    opacity: 1;
  }

  .sol-caro-title,
  .env-title {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    padding: 0.5rem;
  }

  #env {
    background-color: #00b6bb;
  }

  .env-line {
    height: 5px;
    background-color: #deb343;
    border-radius: 5px;
    width: 32%;
  }

  .env-content {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
  }

  .env-text {
    font-size: 0.9rem;
    color: #ffffff;
  }

  .hues-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: #ffffff;
  }

  .hues-text {
    font-size: 0.8rem;
    color: #ffffff;
  }

  .carousel-control-next,
  .carousel-control-prev {
    position: relative;
    opacity: 1;
  }

  .carousel-indicators .env-indicator {
    margin: 0;
    border-bottom: 0px solid transparent;
    width: 60px;
  }
  .carousel-indicators .prod-indicator {
    margin: 0;
    width: 50px;
    height: 5px;
    border-top: none;
    border-bottom: none;
  }
  .indicator-left-border {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .indicator-right-border {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .carousel-indicators {
    position: relative;
    padding-top: 5px;
  }

  .premium-prod-pos {
    position: absolute;
    top: 55%;
  }

  .premium-prod-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffffff;
  }

  .premium-prod-text {
    color: #ffffff;
    font-size: 0.9rem;
  }

  .relative {
    position: relative;
  }

  .bright-area {
    position: absolute;
    backdrop-filter: brightness(300%);
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    top: 13%;
    width: 60%;
    height: 36%;
  }

  .team-text {
    color: #878a98;
    font-size: 0.9rem;
    font-weight: 500;
  }

  .img-team {
    height: 400px;
    border-radius: 1rem;
  }

  .blog-title {
    font-size: 0.8rem;
    font-weight: 700;
    color: #21242e;
    line-height: 20px;
  }

  .blog-text {
    font-size: 0.8rem;
    color: #878a98;
    font-weight: 500;
  }

  .article {
    font-size: 0.8rem;
    font-weight: 600;
    color: #00b6bb !important;
    cursor: pointer;
  }

  .blog-line {
    height: 100%;
    background-color: #ebebeb;
    border-radius: 10px;
    width: 5px;
  }

  .blog-img {
    max-width: fit-content;
    width: 100%;
  }

  .support-title {
    color: #21242e;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .collapsible {
    cursor: pointer;
  }

  .collapsible:after {
    content: "\002B";
    /* Unicode for plus sign */
    color: #a1a1a1;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    display: inline-block;
    /* Allows width and height */
    width: 25px;
    /* Set to your desired size */
    height: 25px;
    /* Same as width to maintain circle */
    border: #a1a1a1 solid 1px;
    border-radius: 50%;
    /* Makes the element a circle */
    font-size: 1.3rem;
    line-height: 23px;
    /* Center text vertically */
    text-align: center;
    /* Center text horizontally */
    box-sizing: border-box;
    /* Includes padding and border in the element's size */
  }

  .faq-active:after {
    content: "\2212";
  }

  .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .newsletter-title {
    font-size: 1.3rem;
    color: #000000;
    font-weight: 700;
  }

  .newsletter {
    background-color: #ebf7f7;
  }

  .newsletter-text {
    font-size: 0.8rem;
    color: #4a5859;
    font-weight: 500;
  }

  .newsletter-span {
    color: #00b6bb;
  }

  .blog-link {
    color: #00b6bb;
    text-decoration: underline;
  }

  .blog-link:hover {
    color: #00b6bb;
  }

  .footer-top {
    padding-top: 3rem;
  }
  .indicator-box {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* Tooltip container */
  .tooltips {
    position: relative;
    display: inline-block;
  }

  /* Tooltip text */
  .tooltips .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #00b6bb;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Position above the element */
    left: 50%;
    margin-left: -60px; /* Center the tooltip */
    opacity: 0;
    transition: opacity 0.3s;
  }

  /* Show the tooltip text when hovering over the tooltip container */
  .tooltips:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .newsletter-text {
    font-size: 1rem;
  }

  .footer-back {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  #newsletter {
    position: relative;
  }

  .pad-bot {
    padding-bottom: 180px;
  }

  .newsletter {
    border-radius: 15px;
    position: absolute;
    top: -112px;
  }

  .footer-top {
    padding-top: 16rem;
  }

  .bright-area {
    top: 19%;
    right: 12%;
    width: 25%;
    height: 65%;
  }

  .premium-prod-pos {
    top: 30%;
    left: 10%;
  }

  .carousel-indicators .env-indicator {
    width: 100px;
  }

  .slides img {
    width: 280px;
  }

  .slider {
    height: 400px;
  }

  .testimonial-text .about-text-cen {
    top: 25%;
  }

  .spec-value {
    font-size: 1.25rem;
  }

  .newsletter-title {
    font-size: 1.5rem;
  }

  .order {
    float: inline-end;
    position: relative;
    bottom: 10px;
  }

  .home-line {
    width: 180px;
  }

  .text-cen {
    text-align: inherit;
  }

  .product-title {
    font-size: 1.5rem;
    line-height: 35px;
  }

  .sol-title,
  .env-title {
    font-size: 1.5rem;
  }

  .env-content {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .about-text-cen {
    left: 12%;
  }

  .certify-title {
    font-size: 1rem;
  }

  .bottom-text {
    position: absolute;
    bottom: 0%;
  }

  .premium-prod-title {
    font-size: 2rem;
    line-height: 40px;
  }

  .sol-caro-title {
    font-size: 1.5rem;
  }

  .env-line {
    width: 25%;
  }

  .slides:hover .sol-caro-container {
    transform: translate(0%, -200%);
  }

  #slider-container1 .slides:hover .sol-caro-container {
    transform: translate(0%, -700%);
  }

  .btn-container {
    bottom: 28%;
  }

  .sol-caro-btn,
  .explore-sol-btn,
  .env-btn {
    font-size: 1rem;
  }

  .slides img {
    width: 400px;
  }

  .slider {
    height: 560px;
  }

  .section-text-center {
    text-align: inherit;
  }

  .testimonials-title {
    font-size: 1.8rem;
  }

  .about-text-cen {
    top: 10%;
  }

  .prod-eng {
    width: 100%;
  }

  .sol-header {
    font-size: 1.2rem;
  }

  .about-vision-text,
  .article {
    font-size: 0.85rem;
    line-height: 24px;
  }

  .blog-text {
    font-size: 0.85rem;
    line-height: 18px;
  }

  .home-title {
    color: #ffffff;
  }
  .home-title-1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 60px;
  }
  .home-title-2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 40px;
  }
  .home-title-3 {
    font-size: 1.5rem;
    font-weight: 1000;
    line-height: 40px;
  }

  .imp-img {
    padding-left: 0px;
  }

  .order {
    right: -45px;
  }

  .home-text,
  .home-btn,
  .env-text {
    font-size: 0.8rem;
  }

  .home-line {
    width: 180px;
  }

  .product-title,
  .sol-title,
  .image-title,
  .support-title {
    font-size: 1.9rem;
  }

  .sol-title {
    line-height: 40px;
  }

  .crop-btn,
  .video-btn {
    font-size: 1.5rem;
  }

  .blog-title {
    font-size: 1rem;
    line-height: 20px;
  }

  .top {
    padding-top: 5%;
  }

  .prod-text {
    font-size: 1rem;
  }
}

@media (min-width: 1440px) {

  .blog-text {
    font-size: 0.85rem;
    line-height: 24px;
  }

  .blog-title {
    font-size: 1.3rem;
    line-height: 25px;
  }

  .order {
    right: -40px;
  }

  .footer-top {
    padding-top: 22rem;
  }

  .home-img {
    width: 97%;
    height: auto;
  }

  .team-text {
    font-size: 1.1rem;
  }

  .premium-prod-title {
    font-size: 3rem;
    line-height: 60px;
  }

  .premium-prod-text {
    font-size: 1.1rem;
  }

  .blog-text,
  .article {
    font-size: 1rem;
  }

  .about-vision-text {
    font-size: 1rem;
    width: 600px;
  }

  .env-title,
  .support-title {
    font-size: 2.5rem;
  }

  .about-text,
  .about-content,
  .testimonial-desg,
  .image-text,
  .hues-title,
  .premium-prod-text,
  .certify-title {
    font-size: 1.2rem;
  }

  .testimonial-name {
    font-size: 1.5rem;
  }

  .prod-img-text {
    font-size: 2.5rem;
    line-height: 44px;
  }

  .env-content {
    font-size: 3rem;
    line-height: 55px;
  }

  .imp-img {
    padding-left: 13px;
  }

  .imp-btn {
    font-size: 1rem;
    min-height: 6rem;
  }

  .order,
  .env-text {
    font-size: 1.2rem;
  }

  .product-title {
    font-size: 3rem;
    line-height: 50px;
  }

  .sol-title {
    font-size: 2.5rem;
    line-height: 50px;
  }

  .prod-text {
    font-size: 1.2rem;
  }

  .home-text,
  .home-btn,
  .env-btn,
  .explore-sol-btn,
  .order-btn-2,
  .explore-btn-border {
    font-size: 1.2rem;
  }

  .top {
    padding-top: 10%;
  }

  .crop-btn,
  .testimonials-title {
    font-size: 2rem;
  }
}

@media (min-width: 1700px) {
  .newsletter {
    width: 96%;
  }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content,
.modal-content1 {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close-model,
.close-model1 {
  color: #aaaaaa;
  text-align: right;
  font-size: 28px;
  font-weight: bold;
}

.close-model:hover,
.close-model:focus,
.close-model1:hover,
.close-model1:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

img.prod-eng {
  border-radius: 1rem;
}

.cert img {
  height: 1.5rem;
}
.certView {
  background-color: #20be7c;
  color: #fff !important;
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
}

a.certView:hover,
a.certView {
  text-decoration: none;
  color: inherit;
}

.certViewBlock {
  text-align: center;
  align-items: center;
}

.product-title {
  color: #00aaad;
}

.bold_text {
  font-weight: bold;
}

.tooltip_img {
  position: relative;
  height: 100%;
}

.tooltip_img .tooltiptext {
  visibility: hidden;
  background-color: rgb(0 170 173);
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 1;
  font-size: 0.9rem;
  font-weight: 500;
  left: 0;
  bottom: 0;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.tooltip_img:hover .tooltiptext {
  visibility: visible;
}

.tooltip_img:hover .founder_text {
  visibility: hidden;
}

.founder_text {
  visibility: visible;
  background-color: rgb(0 170 173);
  color: #fff;
  position: absolute;
  z-index: 1;
  font-size: 0.8rem;
  font-weight: 500;
  left: 0;
  bottom: 0;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  width: 100%;
  padding-left: 1rem;
  font-weight: bold;
}

.founder_text .name {
  font-size: 1.4rem;
}

.text-left {
  text-align: left !important;
}

.cert-block {
  align-items: center;
  text-align: center;
  padding-bottom: 0.5rem;
}

.cert {
  color: #6e7582;
}

.color_grey {
  color: #212529;
}

.row_flex_column {
  display: flex;
  flex-direction: column;
}

.adg{
  padding-top: 1rem;
  display: flex;
  justify-content: center;
}

.adg img {
  height: 2.75rem;
  width: 2.75rem;
}

.support{
  text-align: center;
  margin-top: 1rem;
}

.support a{
  text-decoration: none;
  color: #fff;
}

.black_color{
  background-color: #000000;
}