@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&family=Lexend+Deca:wght@100;200;300;400;500;600;700&family=Montserrat:wght@400;700&family=Mulish:wght@300&family=Poppins:wght@300;400;600&family=Urbanist:wght@300;400;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans" sans-serif;
}

:root {
  --bs-dark-color: #1a1d20;
  --bs-dark-primary: #1c1c1c;
  --bs-main-color: #fff;
  --bs-main-color-navbar: #8cb2bd;
  --bs-main-color-card: #2f353f;
  --bs-main-color-footer: #aaacb0;
}

.heading_h5 {
  color: #2f353f;
  font-size: 26.4px;
  line-height: 33px;
  letter-spacing: -1.32px;
  word-spacing: 0px;
  font-weight: 400;
  font-style: normal;
}
.vr {
  width: 0.5px;
  color: var(--bs-main-color);
}

.nav-link {
  color: var(--bs-main-color) !important;
  font-weight: bold;
}

.container {
  max-width: 70% !important;
}

.col-lg-4 {
  margin-top: 1rem;
  margin-left: 1rem;
}

.col-lg-4 > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.uniform-width {
  width: 100%;
  max-width: 300px;
}

.form-control {
  flex: 1;
  min-width: 200px;
}

.rodriguez__group img {
  color: #ffffff;
  font-size: 28.6px;
  line-height: 35.75px;
  letter-spacing: -1.43px;
  word-spacing: 0px;
  font-weight: 500;
  font-style: normal;
  text-indent: -999999px;
}

a:hover {
    font-weight: bold; 
}

li .custom-nav-link {
  color: #ffffff;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: normal;
  word-spacing: 0px;
  font-weight: 400;
}

li .sub__header_navlink {
  color: var(--bs-main-color-navbar) !important;
  opacity: 0.8;
  font-size: 13px;
  line-height: 45px;
  letter-spacing: normal;
  word-spacing: 0px;
  margin: 0px;
  padding: 0px 20px;
  font-weight: 400;
  font-style: normal;
}

.form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.form-group p {
  margin-bottom: 0;
  margin-right: 10px;
}

.col-lg-4 > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.col-lg-4 img {
  max-width: 50px;
  margin-right: 1rem;
}

.col-lg-4 h4 {
  margin: 0;
  font-size: 1.25rem;
}

.col-lg-4 p {
  margin: 0.5rem 0;
  font-size: 1rem;
}

.col-lg-4 > div > p {
  margin-top: 1rem;
  font-size: 0.9rem;
  text-align: center;
}
/* carousel__main__medical */
@media (max-width: 768px) {
  .carousel__main__internet h2 {
    position: absolute;
    top: -40px;
    left: -68px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 800;
  }
  .carousel__main__internet p {
    position: relative;
    top:-10px;
    left: -68px;
    font-size: 10px;
    width: 155px;
    letter-spacing: 0px;
    line-height: 0.9;
  }
  .carousel__main__internet img {
    width: 80px;
    margin-top: 20px !important;
    margin-left: -68px;
  }
}


@media (max-width: 768px) {
  .carousel__main__database h2 {
    position: absolute;
    top: -40px;
    left: -68px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 800;
  }
  .carousel__main__database p {
    position: relative;
    top:-10px;
    left: -68px;
    font-size: 10px;
    width: 155px;
    letter-spacing: 0px;
    line-height: 0.9;
  }
  .carousel__main__database img {
    width: 80px;
    margin-top: 20px !important;
    margin-left: -68px;
  }
}



@media (max-width: 768px) {
  .carousel__main__medical h2 {
    position: absolute;
    top: -20px;
    left: -68px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 800;
  }
  .carousel__main__medical p {
    position: relative;
    top: 10px;
    left: -68px;
    font-size: 10px;
    width: 155px;
    letter-spacing: 0px;
    line-height: 0.9;
  }
  .carousel__main__medical img {
    width: 80px;
    margin-top: 30px;
    margin-left: -68px;
  }
}


.carousel__main__mobile {
  position: absolute;
  top: 47px;
  left: 110px;
  width: 25vw;
}
@media (max-width: 768px) {
  .carousel-item .img_css {
    height: 190px;
  }
}
@media (max-width: 768px) {
  .carousel__main__mobile h2 {
    position: absolute;
    top: -20px;
    left: -68px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 800;
  }
  .carousel__main__mobile p {
    position: relative;
    top: 10px;
    left: -68px;
    font-size: 10px;
    width: 155px;
    letter-spacing: 0px;
    line-height: 0.9;
  }
  .carousel__main__mobile img {
    width: 80px;
    margin-top: 30px;
    margin-left: -68px;
  }
}

.carousel__header {
  color: #2f353f;
  font-size: 44px;
  font-weight: 600;
  font-style: italic;
  font-variant: normal;
  letter-spacing: -4.4px;
}

.carousel__main__medical img {
  margin-top: 60px;
}

.carousel__header__para {
  color: #555555;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: normal;
  font-weight: 400;
  font-style: normal;
  text-align: start;
}

.carousel__main__medical {
  position: absolute;
  top: 54px;
  left: 110px;
  width: 25vw;
}

.carousel__main__internet {
  position: absolute;
  top: 80px;
  left: 120px;
  width: 30vw;
}

.carousel__main__internet img {
  margin-top: 60px;
}

.carousel__main__database {
  position: absolute;
  left: 105px;
  top: 65px;
  width: 30vw;
}

.carousel__main__database img {
  margin-top: 60px;
}

.card__title__main {
  color: var(--bs-main-color-card) !important;
  /* margin-left: 20px; */
  font-size: 26.4px;
  line-height: 33px;
  letter-spacing: -1.32px;
  word-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  margin-top: 8px;
  text-transform: none;
}

.card__title__paragraph {
  color: #333333;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: normal;
  word-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  margin-left: 20px;
}

main {
  width: 80%;
  max-width: 920px;
  margin: 0 auto;
  padding: 20px 20px 20px 20px;
  min-height: 250px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
#main table {
  border: 0px solid #fff;
}

table {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
table {
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 18px;
  border: 1px solid #ddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table tbody tr td {
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
  border: none;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

.mobile__solution__css {
  color: #333333;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: normal;
  word-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  margin-left: 40px;
  margin-top: -18px;
  text-align: justify;
  text-justify: inter-word;
  padding-left: 5px;
}
.mobile__solution__css p {
  margin-left: 43px;
  margin-top: -30px;
  text-align: justify;
  text-justify: inter-word;
  padding-left: 5px;
}
.mobile__solution__css__para p {
  margin-top: -30px;
}
.mobile__solution__css__para {
  color: #333333;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: normal;
  word-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  margin-top: -13px;
  margin-left: 6px;
}
.HpSide__flex {
  display: flex;
  justify-items: center;
  justify-content: start;
  gap: 7px;
}
.HpSide__flex h4 {
  margin-top: 10px;
}
.banner_css {
  color: #698693;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: normal;
  word-spacing: 0px;
  font-weight: 700;
}
h4 .banner_css {
  background-color: green !important;
}
li .anchor_tag_footer__css {
  color: var(--bs-main-color-footer) !important;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: normal;
  word-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}

.footer__css {
  color: #989ba0;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: normal;
  word-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  text-align:center;
}

    .footer__css a {
        color: #8cb2bd;
    }

    .footer__css p{
        margin-bottom:0px;
    }
/* for mobile */

.navbar-toggler-icon {
  border: none;
}

.head_paragraph {
  color: #333333;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: normal;
  word-spacing: 0px;
  font-weight: 400;
  font-style: normal;
}

.collapse {
  transition: height 0.4s ease;
}
.form_css {
  color: #333333;
  font-size: 12px;
  line-height: 18px;
  word-spacing: 0px;
  font-weight: 400;
  font-style: normal;
}
.paragraph_css {
  color: #333333;
  font-size: 12px;
  line-height: 17px;
  word-spacing: 0px;
}

.navbar-toggler-icon {
  background-color: white;
  border-radius: 4px;
}

.navbar-toggler-icon.active {
  border: none;
}

.main-table {

    padding: 20px;
}

.table__css__td {
  /*width: 70%;*/
}
.table__css__td_css {
  /*width: 30%;*/
}
/* Mobile view  */
@media (max-width: 768px) {
  .table__css__td {
    width: 100%;
  }
  .table__css__td_css {
    width: 100%;
  }

    .main-table {
        padding: 10px;
    }
}
.form-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1rem;
}

.form-control.uniform-width {
  width: 100%;
  max-width: 300px;
}

.label-wrapper {
  flex: 1;
}

.input-wrapper {
  flex: 2;
}

@media (max-width: 768px) {
  .table__css {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .form-control.uniform-width {
    width: 100%;
    max-width: none;
  }
  .label-wrapper {
    flex: 1;
    display: flex;
    justify-content: flex-start;
  }
  .label-wrapper p {
    margin-bottom: 0.5rem;
    width: 100%;
    font-size: 13px;
  }
  .input-wrapper input::placeholder {
    color: #999;
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 100% !important;
  }
}

@media (max-width: 768px) {
  .container .rodriguez__group {
    width: 200px;
    padding-bottom: 10px;
  }
}

@media (max-width: 768px) {
  li .sub__header_navlink {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .uniform-width {
    width: 100%;
    max-width: 230px;
  }
}

@media (max-width: 768px) {
  .navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .navbar-nav .nav-item {
    margin: 0 10px;
  }

  .navbar-collapse {
    display: flex;
    justify-content: center;
  }

  .navbar-nav .vr {
    display: none;
  }
}
