body {
  font-family: "Roboto", sans-serif;
  color: #151515;
}

h1 {
  font-family: "Titillium Web", sans-serif;
  color: #151515;
  font-weight: bold;
  font-size: 50px;
}

h2 {
  font-family: "Titillium Web", sans-serif;
  color: #151515;
  font-weight: bold;
}

h3 {
  font-family: "Titillium Web", sans-serif;
  color: #151515;
  font-weight: bold;
}

h4 {
  font-family: "Titillium Web", sans-serif;
  color: #151515;
  font-weight: bold;
}

h5 {
  font-family: "Titillium Web", sans-serif;
  color: #151515;
  font-weight: bold;
}

h6 {
  font-family: "Titillium Web", sans-serif;
  color: #151515;
  font-weight: bold;
}

hr {
  height: 1px;
  margin: 0rem 0;
  background-color: #525252;
  border: 0;
  opacity: .25;
}

p {
  font-family: "Roboto", sans-serif;
  color: #151515;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #00c3b3;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #205c7c;
}

.btn-dianum-light {
  color: #FFFFFF;
  background-color: #00c3b3;
  border: 1px solid transparent;
  padding: .600rem 2.5rem;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
}

.btn-dianum-light:hover {
  background-color: #20a4b8;
}

.btn-dianum-mid {
  color: #FFFFFF;
  background-color: #20a4b8;
  border: 1px solid transparent;
  padding: .600rem 1.5rem;
  font-weight: 600;
  font-size: 14px;
}

.btn-dianum-mid:hover {
  background-color: #205c7c;
}

.myfullpad {
  padding: 0px 40px;
}

.navbar {
  padding: 0;
}

.navbar-brand img {
  width: 100px;
  height: 100%;
}

.navbar .navbar-toggler i {
  padding: 15px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar li {
  position: relative;
  margin-right: 0px;
  padding: 0px 0px;
}

.navbar > ul > li {
  margin-left: 5px;
}

.navbar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 15px 24px 15px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-nav .nav-item .nav-link i {
  margin-right: 15px;
  color: #205c7c;
}

.contact-nav .nav-item .nav-link {
  color: #151515;
  font-weight: 400;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.navbar-nav .nav-item .nav-link {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 0px;
}

.navbar .nav-link:hover,
.navbar li:hover > .nav-link {
  background: #00c3b3;
  color: #FFFFFF !important;
  font-weight: 400;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 0px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #191919;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #fff;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

.navbar .megamenu {
  padding: 1rem;
  border: 0px;
  border-top: 1px solid #f5f5f5;
  border-radius: 0px;
}

.navbar .megamenu .mega-divider {
  border-right: 1px solid #F3F3F3;
}

.navbar .megamenu .mega-divider .mega-category {
  padding: 5px 15px;
}

.navbar .megamenu .mega-divider .mega-category .mega-brand {
  padding: 5px 10px;
  color: #151515;
}

.navbar .megamenu .mega-divider .mega-category .mega-brand h6 {
  margin-bottom: 0px;
}

.navbar .megamenu .mega-divider .mega-category .mega-all {
  padding: 5px 10px;
  color: #00c3b3;
  font-weight: 500;
}

.navbar .megamenu .mega-divider .mega-category .mega-all i {
  color: #00c3b3;
}

.navbar .megamenu .mega-divider .mega-category .mega-all:hover {
  padding: 5px 10px;
  color: #205c7c;
}

.navbar .megamenu .mega-divider .mega-category .mega-all:hover i {
  color: #205c7c;
}

.navbar .megamenu .mega-divider .mega-category .mega-brand:hover {
  padding: 5px 15px;
  background: #00c3b3;
  color: #FFFFFF;
}

.navbar .megamenu .mega-divider .mega-category .mega-catitems {
  list-style: none;
  display: block;
  position: relative;
  top: unset;
  margin: 0;
  padding: 0px 0;
  z-index: unset;
  opacity: 1;
  visibility: unset;
  background: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}

.navbar .megamenu .mega-divider .mega-category .mega-catitems .mega-item .mega-link {
  color: #151515;
  padding: 10px 0px;
}

.navbar .megamenu .mega-divider .mega-category .mega-catitems .mega-item .mega-link:hover {
  color: #FFFFFF;
  padding: 10px 10px;
  background: #00c3b3;
}

.navbar .mynavpad {
  padding: 0px 40px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    display: none;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
  .navbar .has-megamenu:hover .megamenu {
    display: block;
  }
  .navbar-nav.desk-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-nav.mob-nav {
    display: none !important;
  }
}

/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 15px;
  }
  .navbar li {
    position: relative;
    width: 100%;
  }
}

/* ============ mobile view .end// ============ */
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #FFFFFF;
    -webkit-transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .navbar-nav .nav-item .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .navbar .megamenu .mega-divider .mega-category {
    padding: 5px 0px;
  }
  .navbar .megamenu .mega-divider .mega-category .mega-all:hover {
    padding: 5px 0px;
    color: #205c7c;
  }
  .navbar .megamenu .mega-divider img {
    margin-bottom: 20px;
  }
  .navbar .megamenu .mega-divider .mega-category .mega-brand {
    padding: 15px 0px;
  }
  .navbar-nav.desk-nav {
    display: none;
  }
  .navbar-nav.mob-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .navbar-nav.mob-nav .nav-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.bg-purple {
  background-color: #6f42c1;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

#dianum-hero {
  width: 100%;
  height: 90vh;
  background: url("../img/laboratory-production-biomaterials-people-research.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0 top 0;
}

#dianum-hero .hero-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  position: absolute;
  width: 40%;
  padding: 10px 40px;
}

#dianum-hero .hero-title h1 {
  color: #151515;
  margin-bottom: 15px;
}

#dianum-hero .hero-title p {
  color: #151515;
  font-size: 17px;
  margin-bottom: 15px;
}

#dianum-halfhead {
  width: 100%;
  height: 25vh;
  background: url("../img/science-instruments-laboratory-room-science-research-concept.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0 center 50;
  margin-top: 70px;
}

#dianum-halfhead .overlay {
  width: 100%;
  height: 25vh;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
}

#dianum-halfhead .title-page {
  position: absolute;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25vh;
}

#dianum-halfhead .title-page .title-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#dianum-halfhead .title-page .title-text h3 {
  color: #151515;
}

.section-page {
  padding: 50px 0px;
}

/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 575.98px) {
  .myfullpad {
    padding: 0px 15px;
  }
  #dianum-hero .hero-title {
    background: transparent;
    width: 100%;
    height: 90vh;
    color: #151515;
  }
  #dianum-hero .hero-title .text-box {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 25px;
  }
  #dianum-hero .hero-title .text-box h1 {
    color: #151515;
    font-size: 20px;
  }
  #dianum-hero .hero-title .text-box p {
    color: #151515;
  }
  #dianum-halfhead {
    margin-top: 70px;
    height: 15vh;
  }
  #dianum-halfhead .overlay {
    height: 15vh;
  }
  #dianum-halfhead .title-page {
    height: 15vh;
  }
  #dianum-fullbg {
    background: #FFFFFF !important;
    margin-top: 70px;
    margin-bottom: 70px;
    height: 100% !important;
  }
  #dianum-fullbg .contact-page {
    position: relative !important;
    top: 0;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form .box-contact {
    width: 100%;
    height: auto;
    border-radius: 15px;
    background: #205c7c;
    border: 0px solid rgba(243, 243, 243, 0.65);
    -webkit-box-shadow: 10px 10px 30px rgba(153, 153, 153, 0.2);
            box-shadow: 10px 10px 30px rgba(153, 153, 153, 0.2);
    padding: 20px 30px;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form .box-contact h4 {
    color: #FFFFFF;
    margin-bottom: 10px;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form .box-contact form {
    width: 100%;
    height: auto;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form .box-contact form .form-control {
    background: transparent;
    color: #FFFFFF;
    border-radius: 0px;
    border: 0px solid transparent;
    border-bottom: 2px solid #FFFFFF;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form .box-contact form .form-control label {
    color: #F3F3F3;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form .box-contact form .form-floating > label {
    color: #F3F3F3;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form .box-contact form .btn-send {
    background: #00c3b3;
  }
}

/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
  #dianum-hero .hero-title {
    background: transparent;
    width: 100%;
    height: 90vh;
    position: relative;
    color: #151515;
  }
  #dianum-hero .hero-title .text-box {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 25px;
  }
  #dianum-hero .hero-title .text-box h1 {
    color: #151515;
    font-size: 20px;
  }
  #dianum-hero .hero-title .text-box p {
    color: #151515;
  }
  #dianum-halfhead {
    width: 100%;
    height: 15vh;
    margin-top: 70px;
  }
  #dianum-halfhead .overlay {
    height: 15vh;
  }
  #dianum-halfhead .title-page {
    height: 15vh;
  }
  .myfullpad {
    padding: 0px 15px;
  }
  #dianum-fullbg {
    background: #FFFFFF !important;
    margin-top: 70px;
    margin-bottom: 70px;
    height: 100% !important;
  }
  #dianum-fullbg .contact-page {
    position: relative !important;
    top: 0;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form .box-contact {
    width: 100%;
    height: auto;
    border-radius: 15px;
    background: #205c7c;
    border: 0px solid rgba(243, 243, 243, 0.65);
    -webkit-box-shadow: 10px 10px 30px rgba(153, 153, 153, 0.2);
            box-shadow: 10px 10px 30px rgba(153, 153, 153, 0.2);
    padding: 20px 30px;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form .box-contact h4 {
    color: #FFFFFF;
    margin-bottom: 10px;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form .box-contact form {
    width: 100%;
    height: auto;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form .box-contact form .form-control {
    background: transparent;
    color: #FFFFFF;
    border-radius: 0px;
    border: 0px solid transparent;
    border-bottom: 2px solid #FFFFFF;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form .box-contact form .form-control label {
    color: #F3F3F3;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form .box-contact form .form-floating > label {
    color: #F3F3F3;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form .box-contact form .btn-send {
    background: #00c3b3;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .myfullpad {
    padding: 0px 20px;
  }
  #dianum-hero .hero-title {
    background: transparent;
    width: 100%;
    position: relative;
    height: 90vh;
    color: #151515;
  }
  #dianum-hero .hero-title .text-box {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 25px;
  }
  #dianum-hero .hero-title .text-box h1 {
    color: #151515;
    font-size: 20px;
  }
  #dianum-hero .hero-title .text-box p {
    color: #151515;
  }
  #dianum-halfhead {
    width: 100%;
    height: 25vh;
  }
  #dianum-halfhead .overlay {
    height: 25vh;
  }
  #dianum-halfhead .title-page {
    height: 25vh;
  }
  #dianum-fullbg {
    background: #FFFFFF !important;
    margin-top: 70px;
    padding-top: 40px;
    margin-bottom: 70px;
    height: 100% !important;
  }
  #dianum-fullbg .contact-page {
    position: relative !important;
    top: 0;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form .box-contact {
    width: 100%;
    height: auto;
    border-radius: 15px;
    background: #205c7c;
    border: 0px solid rgba(243, 243, 243, 0.65);
    -webkit-box-shadow: 10px 10px 30px rgba(153, 153, 153, 0.2);
            box-shadow: 10px 10px 30px rgba(153, 153, 153, 0.2);
    padding: 20px 30px;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form .box-contact h4 {
    color: #FFFFFF;
    margin-bottom: 10px;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form .box-contact form {
    width: 100%;
    height: auto;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form .box-contact form .form-control {
    background: transparent;
    color: #FFFFFF;
    border-radius: 0px;
    border: 0px solid transparent;
    border-bottom: 2px solid #FFFFFF;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form .box-contact form .form-control label {
    color: #F3F3F3;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form .box-contact form .form-floating > label {
    color: #F3F3F3;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form .box-contact form .btn-send {
    background: #00c3b3;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .myfullpad {
    padding: 0px 40px;
  }
  #dianum-hero {
    margin-top: 70px;
  }
  #dianum-hero .hero-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    position: absolute;
    width: 40%;
  }
  #dianum-hero .hero-title .text-box {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 25px;
  }
  #dianum-hero .hero-title .text-box h1 {
    color: #151515;
    margin-bottom: 15px;
    font-size: 50px;
  }
  #dianum-hero .hero-title .text-box p {
    color: #151515;
    font-size: 17px;
    margin-bottom: 15px;
  }
  #dianum-halfhead {
    width: 100%;
    height: 25vh;
    margin-top: 70px;
  }
  #dianum-halfhead .overlay {
    height: 25vh;
  }
  #dianum-halfhead .title-page {
    height: 25vh;
  }
  #dianum-fullbg {
    width: 100%;
    height: 100vh !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
    background: url("../img/scientific-with-closeup-light-microscope-blurred-laboratory.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: left 0 bottom 0;
  }
  #dianum-fullbg .overlay {
    display: block;
  }
  #dianum-fullbg .contact-page {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #dianum-fullbg .contact-page .contact-main {
    height: auto;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #dianum-profile .card-item .icon-card {
    margin: 10px 0px;
  }
  #dianum-profile .card-item h6 {
    text-align: left;
  }
  #dianum-profile .card-item p {
    text-align: left;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .myfullpad {
    padding: 0px 40px;
  }
  #dianum-hero .hero-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    position: absolute;
    width: 50%;
  }
  #dianum-hero .hero-title .text-box {
    background: rgba(255, 255, 255, 0.7);
    padding: 50px;
    border-radius: 25px;
  }
  #dianum-hero .hero-title .text-box h1 {
    color: #151515;
    margin-bottom: 15px;
    font-size: 50px;
  }
  #dianum-hero .hero-title .text-box p {
    color: #151515;
    font-size: 17px;
    margin-bottom: 15px;
  }
  #dianum-halfhead {
    width: 100%;
    height: 25vh;
    margin-top: 70px;
  }
  #dianum-halfhead .overlay {
    height: 25vh;
  }
  #dianum-halfhead .title-page {
    height: 25vh;
  }
  #dianum-fullbg {
    width: 100%;
    height: 100vh;
    background: url("../img/scientific-with-closeup-light-microscope-blurred-laboratory.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 0 bottom 0;
  }
  #dianum-fullbg .overlay {
    display: block;
  }
  #dianum-fullbg .contact-page {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #dianum-fullbg .contact-page .contact-main {
    height: auto;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
  .myfullpad {
    padding: 0px 40px;
  }
  #dianum-hero .hero-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    position: absolute;
    width: 40%;
  }
  #dianum-hero .hero-title .text-box {
    background: rgba(255, 255, 255, 0.7);
    padding: 40px;
    border-radius: 25px;
  }
  #dianum-hero .hero-title .text-box h1 {
    color: #151515;
    margin-bottom: 15px;
    font-size: 50px;
  }
  #dianum-hero .hero-title .text-box p {
    color: #151515;
    font-size: 17px;
    margin-bottom: 15px;
  }
  #dianum-halfhead {
    width: 100%;
    height: 25vh;
  }
  #dianum-halfhead .overlay {
    height: 25vh;
  }
  #dianum-halfhead .title-page {
    height: 25vh;
  }
  #dianum-fullbg {
    width: 100%;
    height: 100vh;
    background: url("../img/scientific-with-closeup-light-microscope-blurred-laboratory.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 0 bottom 0;
  }
  #dianum-fullbg .overlay {
    display: block;
  }
  #dianum-fullbg .contact-page {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #dianum-fullbg .contact-page .contact-main {
    height: auto;
  }
  #dianum-fullbg .contact-page .contact-main .contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#dianum-story {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #205c7c;
}

#dianum-story h4 {
  color: #FFFFFF;
  margin-bottom: 2rem;
}

#dianum-story .text-content p {
  color: #FFFFFF;
  text-align: justify;
}

#dianum-brandinglogo .text-content .card-lists {
  margin-top: 80px;
}

#dianum-brandinglogo .text-content .card-lists .card .card-body {
  padding: 15px 25px;
}

#dianum-brandinglogo .text-content .card-lists .card .card-body ul {
  margin-bottom: 0px;
}

#dianum-brandinglogo .text-content .card-lists .card .card-body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#dianum-brandinglogo .text-content .card-lists .card .card-body ul li h6 {
  margin-bottom: 10px;
}

#dianum-brandinglogo .text-content .card-lists .card .card-body ul li i {
  color: #205c7c;
  margin-right: 5px;
  margin-top: 3px;
}

#dianum-brandinglogo .text-content .card-lists .card .card-body ul li p {
  margin-bottom: 5px;
}

#dianum-brandinglogo .text-content .symbolize {
  margin-top: 50px;
  padding: 15px 0px;
}

#dianum-brandinglogo .text-content .symbolize ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#dianum-brandinglogo .text-content .symbolize ul li h6 {
  margin-bottom: 10px;
}

#dianum-brandinglogo .text-content .symbolize ul li i {
  color: #205c7c;
  margin-right: 5px;
  margin-top: 3px;
}

#dianum-brandinglogo .text-content .symbolize ul li p {
  margin-bottom: 5px;
}

#dianum-brandinglogo .text-content .card-item {
  padding: 10px 10px;
  border: 0px solid rgba(0, 0, 0, 0.125);
}

#dianum-brandinglogo .text-content .card-item .icon-card {
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  line-height: 50px;
  border-radius: 50%;
  background: #EAFFE4;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 10px;
}

#dianum-brandinglogo .text-content .card-item .icon-card i {
  line-height: 1;
  display: inline-block;
  color: #205c7c;
}

#dianum-brandinglogo .img-content img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#dianum-profile .info-card {
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid rgba(243, 243, 243, 0.65);
  -webkit-box-shadow: 10px 10px 30px rgba(153, 153, 153, 0.2);
          box-shadow: 10px 10px 30px rgba(153, 153, 153, 0.2);
}

#dianum-profile .info-card h5 {
  font-size: 18px;
  color: #205c7c;
}

#dianum-profile .card-item {
  padding: 10px 10px;
  border: 0px solid rgba(0, 0, 0, 0.125);
}

#dianum-profile .card-item .icon-card {
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  line-height: 50px;
  border-radius: 50%;
  background: #EAFFE4;
  vertical-align: middle;
  margin-bottom: 10px;
}

#dianum-profile .card-item .icon-card i {
  line-height: 1;
  display: inline-block;
  color: #205c7c;
}

#dianum-business-principle .text-title {
  width: 50%;
}

#dianum-business-principle .text-title h5 {
  text-align: center;
  margin-bottom: 30px;
}

#dianum-business-principle .text-title p {
  text-align: center;
  margin-bottom: 50px;
}

#dianum-business-principle .business-logo .img-biz {
  padding: 10px;
}

#dianum-business-principle .business-logo .img-biz a {
  height: 150px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

#dianum-business-principle .business-logo .img-biz a .img-frame {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#dianum-business-principle .business-logo .img-biz a .img-frame img {
  width: 120px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

#dianum-commitment .text-title {
  width: 50%;
}

#dianum-commitment .text-title h3 {
  text-align: center;
}

#dianum-commitment .text-title p {
  text-align: center;
  margin-bottom: 50px;
}

#dianum-commitment .card-commitment {
  margin-top: 50px;
}

#dianum-commitment .card-commitment .box-com {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#dianum-commitment .card-commitment .box-com .card {
  background: #EAFFE4;
}

#dianum-commitment .card-commitment .box-com .card .icon-card {
  width: 100px;
  height: 100px;
  top: -50px;
  text-align: center;
  position: absolute;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 110px;
  border-radius: 50%;
  background: #205c7c;
  vertical-align: middle;
  margin-bottom: 10px;
}

#dianum-commitment .card-commitment .box-com .card .icon-card i {
  line-height: 1;
  display: inline-block;
  color: #FFFFFF;
}

#dianum-commitment .card-commitment .box-com .card h5 {
  margin-top: 50px;
}

#dianum-commitment .card-commitment .box-com .card p {
  margin-bottom: 20px;
}

#dianum-ourbusiness {
  background-color: #F3F3F3;
}

#dianum-ourbusiness .img-business {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

#dianum-ourbusiness .ourbusiness-info {
  padding: 40px 40px;
}

#dianum-ourbusiness .ourbusiness-info h5 {
  color: #205c7c;
}

#dianum-ourbusiness .ourbusiness-info h3 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 500;
}

#dianum-ourbusiness .ourbusiness-info .quote {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 25px;
  text-align: left;
  width: 100%;
}

#dianum-partners {
  padding: 0px;
  background-color: #FFFFFF;
  background: url("../img/modern-laboratory-interior.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
}

#dianum-partners .overlay {
  padding: 70px 0px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
}

#dianum-partners .overlay .subs-form {
  display: block;
  margin: auto 0;
}

#dianum-partners .overlay .subs-form .subs-text {
  width: 100%;
}

#dianum-partners .overlay .subs-form .subs-text h3 {
  color: #151515;
  vertical-align: middle;
  margin-bottom: 20px;
  font-weight: 700;
}

#dianum-partners .overlay .subs-form .subs-text p {
  color: #151515;
  margin-bottom: 10px;
}

#dianum-partners .overlay .business-logo .img-biz {
  padding: 10px;
  margin-bottom: 30px;
}

#dianum-partners .overlay .business-logo .img-biz a {
  height: 100px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

#dianum-partners .overlay .business-logo .img-biz a .img-frame {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#dianum-partners .overlay .business-logo .img-biz a .img-frame img {
  width: 100px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

#dianum-homecontact {
  padding: 50px 0px;
}

#dianum-homecontact .contact-main {
  height: 100%;
}

#dianum-homecontact .contact-main .contact-info .text-title h3 {
  text-align: left;
}

#dianum-homecontact .contact-main .contact-info .text-title p {
  text-align: left;
}

#dianum-homecontact .contact-main .contact-info .infocontact-section {
  margin-bottom: 20px;
}

#dianum-homecontact .contact-main .contact-info .infocontact-section i {
  color: #00c3b3;
  text-align: center;
}

#dianum-homecontact .contact-main .contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#dianum-homecontact .contact-main .contact-form .box-contact {
  width: 100%;
  height: auto;
  border-radius: 15px;
  background: #205c7c;
  border: 0px solid rgba(243, 243, 243, 0.65);
  -webkit-box-shadow: 10px 10px 30px rgba(153, 153, 153, 0.2);
          box-shadow: 10px 10px 30px rgba(153, 153, 153, 0.2);
  padding: 20px 30px;
}

#dianum-homecontact .contact-main .contact-form .box-contact h4 {
  color: #FFFFFF;
  margin-bottom: 10px;
}

#dianum-homecontact .contact-main .contact-form .box-contact form {
  width: 100%;
  height: auto;
}

#dianum-homecontact .contact-main .contact-form .box-contact form .form-control {
  background: transparent;
  color: #FFFFFF;
  border-radius: 0px;
  border: 0px solid transparent;
  border-bottom: 2px solid #FFFFFF;
}

#dianum-homecontact .contact-main .contact-form .box-contact form .form-control label {
  color: #F3F3F3;
}

#dianum-homecontact .contact-main .contact-form .box-contact form .form-floating > label {
  color: #F3F3F3;
}

#dianum-homecontact .contact-main .contact-form .box-contact form .btn-send {
  background: #00c3b3;
}

/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 575.98px) {
  #dianum-ourbusiness .ourbusiness-info .quote {
    line-height: 20px;
    width: 100%;
  }
  #dianum-business-principle .text-title {
    width: 100%;
  }
  #dianum-commitment .text-title {
    width: 100%;
  }
  #dianum-commitment .card-commitment .box-com {
    margin-bottom: 70px;
  }
  #dianum-profile .card-item .icon-card {
    margin: 0 auto;
  }
  #dianum-profile .card-item h6 {
    text-align: center;
  }
  #dianum-profile .card-item p {
    text-align: center;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #dianum-ourbusiness .ourbusiness-info .quote {
    line-height: 20px;
    width: 100%;
  }
  #dianum-business-principle .text-title {
    width: 100%;
  }
  #dianum-commitment .text-title {
    width: 100%;
  }
  #dianum-commitment .card-commitment .box-com {
    margin-bottom: 70px;
  }
  #dianum-profile .card-item .icon-card {
    margin: 10px auto;
  }
  #dianum-profile .card-item h6 {
    text-align: center;
  }
  #dianum-profile .card-item p {
    text-align: center;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
/* Extra large devices (large laptops and desktops, 1400px and up) */
#dianum-catalog {
  background: #F7F7F7;
}

#dianum-catalog .filter-katalog {
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#dianum-catalog .filter-katalog button {
  margin: 5px 5px;
}

#dianum-catalog .filter-katalog .mixitup-control-active {
  background: #20a4b8;
  color: #FFFFFF;
}

#dianum-catalog .distri-logo {
  width: 150px;
  height: auto;
}

#dianum-catalog .kategori-katalog {
  margin-top: 30px;
}

#dianum-catalog .kategori-katalog .img-theproducts {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

#dianum-catalog .detail-catalog .sticky-catalogimg {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

#dianum-catalog .detail-catalog .sticky-catalogimg #img-catalog img {
  width: 100%;
  height: 235px;
  -o-object-fit: contain;
     object-fit: contain;
}

#dianum-catalog .detail-catalog .catalog-head {
  background: #FFFFFF;
}

#dianum-catalog .detail-catalog .catalog-head .sticky-cataloghead {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  box-shadow: 0px 10px 15px -8px rgba(187, 185, 185, 0.52);
  -webkit-box-shadow: 0px 10px 15px -8px rgba(187, 185, 185, 0.52);
  -moz-box-shadow: 0px 10px 15px -8px rgba(187, 185, 185, 0.52);
  z-index: 1;
  background: #FFFFFF;
}

#dianum-catalog .detail-catalog .catalog-head .sticky-cataloghead .title {
  padding: 20px;
}

#dianum-catalog .detail-catalog .catalog-head .sticky-cataloghead .title p {
  margin-bottom: 0px;
}

#dianum-catalog .detail-catalog .catalog-head .sticky-cataloghead .catalog-tabs .nav-item .nav-link {
  color: #000;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 3px solid transparent;
}

#dianum-catalog .detail-catalog .catalog-head .sticky-cataloghead .catalog-tabs .nav-item .nav-link.active {
  color: #000;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 3px solid #20a4b8;
}

#dianum-catalog .detail-catalog .catalog-head .catalog-body {
  background: #FFFFFF;
  padding: 20px;
  margin-top: 20px;
}

#dianum-catalog .detail-catalog .catalog-head .catalog-body .tab-pane {
  font-family: "Roboto", sans-serif !important;
}

#dianum-catalog .detail-catalog .catalog-head .catalog-body .tab-pane table {
  font-family: "Roboto", sans-serif !important;
}

#dianum-catalog .detail-catalog .catalog-head .catalog-body .tab-pane table p, #dianum-catalog .detail-catalog .catalog-head .catalog-body .tab-pane table span {
  font-family: "Roboto", sans-serif !important;
  margin: 0px;
}

#dianum-catalog .detail-catalog .catalog-head .catalog-body .tab-pane table, #dianum-catalog .detail-catalog .catalog-head .catalog-body .tab-pane th, #dianum-catalog .detail-catalog .catalog-head .catalog-body .tab-pane td {
  border: 1px solid #eeeeee !important;
  padding: 5px;
}

#dianum-catalog .detail-catalog .similiar-item {
  background: #FFFFFF;
  margin-top: 10px;
  padding: 20px;
}

#dianum-catalog .detail-catalog .card-listcatalogimg {
  margin-top: 15px;
}

#dianum-catalog .detail-catalog .card-listcatalogimg .catalog-group {
  width: 70px;
  height: 70px;
  padding: 0px;
  margin: 2px;
}

#dianum-catalog .detail-catalog .card-listcatalogimg .catalog-group img {
  border: 2px solid transparent;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

#dianum-catalog .detail-catalog .card-listcatalogimg .catalog-group.active img {
  border: 3px solid #20a4b8;
}

#dianum-catalog .sticky-filter {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

#dianum-catalog .sticky-filter .input-group .btn-dianum-mid {
  background: #20a4b8;
}

#dianum-catalog .sticky-filter .input-group .btn-dianum-mid:hover {
  background: #205c7c;
}

#dianum-catalog .card-wrapper {
  position: relative;
  overflow: hidden;
}

#dianum-catalog .card-wrapper .card-img {
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

#dianum-catalog .card-wrapper .card-img img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 0.25rem;
  border-radius: 0.25rem;
}

#dianum-catalog .card-wrapper .card-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  padding: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.25rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: 11;
}

#dianum-catalog .card-wrapper h3,
#dianum-catalog .card-wrapper p {
  color: #FFFFFF;
}

#dianum-catalog .card-wrapper .read-more {
  color: #FFFFFF;
}

#dianum-catalog .card-wrapper .read-more:after {
  color: #FFFFFF;
}

#dianum-catalog .card-wrapper:hover .card-body {
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

#dianum-catalog .card-wrapper:hover .backgound-color {
  right: 0;
}

#dianum-catalog .mb-2-6, #dianum-catalog .my-2-6 {
  margin-bottom: 2.6rem;
}

#dianum-fullbg {
  width: 100%;
  margin-top: 70px;
  height: 100vh;
  background: url("../img/scientific-with-closeup-light-microscope-blurred-laboratory.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 0 bottom 0;
}

#dianum-fullbg .overlay {
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
}

#dianum-fullbg .contact-page {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#dianum-fullbg .contact-page .contact-main {
  height: 100%;
}

#dianum-fullbg .contact-page .contact-main .contact-info .text-title h3 {
  text-align: left;
}

#dianum-fullbg .contact-page .contact-main .contact-info .text-title p {
  text-align: left;
}

#dianum-fullbg .contact-page .contact-main .contact-info .infocontact-section {
  margin-bottom: 20px;
}

#dianum-fullbg .contact-page .contact-main .contact-info .infocontact-section i {
  color: #00c3b3;
  text-align: center;
}

#dianum-fullbg .contact-page .contact-main .contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#dianum-fullbg .contact-page .contact-main .contact-form .box-contact {
  width: 100%;
  height: auto;
  border-radius: 15px;
  background: #205c7c;
  border: 0px solid rgba(243, 243, 243, 0.65);
  -webkit-box-shadow: 10px 10px 30px rgba(153, 153, 153, 0.2);
          box-shadow: 10px 10px 30px rgba(153, 153, 153, 0.2);
  padding: 20px 30px;
}

#dianum-fullbg .contact-page .contact-main .contact-form .box-contact h4 {
  color: #FFFFFF;
  margin-bottom: 10px;
}

#dianum-fullbg .contact-page .contact-main .contact-form .box-contact form {
  width: 100%;
  height: auto;
}

#dianum-fullbg .contact-page .contact-main .contact-form .box-contact form .form-control {
  background: transparent;
  color: #FFFFFF;
  border-radius: 0px;
  border: 0px solid transparent;
  border-bottom: 2px solid #FFFFFF;
}

#dianum-fullbg .contact-page .contact-main .contact-form .box-contact form .form-control label {
  color: #F3F3F3;
}

#dianum-fullbg .contact-page .contact-main .contact-form .box-contact form .form-floating > label {
  color: #F3F3F3;
}

#dianum-fullbg .contact-page .contact-main .contact-form .box-contact form .btn-send {
  background: #00c3b3;
}

#dianum-fullbg .title-page {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#dianum-fullbg .title-page .title-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#dianum-fullbg .title-page .title-text h3 {
  color: #151515;
}

footer {
  padding: 18px 70px;
}

footer .left-copy .float-start {
  float: left;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

footer .right-trans .float-end {
  margin-right: 350px;
}

footer .right-trans .footer-link {
  margin-left: 10px;
  color: #151515;
}

footer .right-trans .footer-link.active {
  margin-left: 10px;
  color: #205c7c;
}

.fixed-ruler {
  visibility: hidden;
}

.fixed-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.fixed-cta .mailcta {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border-radius: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #205c7c;
}

.fixed-cta .mailcta .icon-cta {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00c3b3;
  border-radius: 50px;
  margin-right: 10px;
}

.fixed-cta .mailcta .icon-cta i {
  color: #FFFFFF;
}

.fixed-cta .mailcta h6 {
  color: #FFFFFF;
  margin-bottom: 0rem;
  font-size: 14px;
  white-space: nowrap;
}

.fixed-cta .mailcta .desktop-cta {
  display: block;
}

.fixed-cta .mailcta .mobile-cta {
  display: none;
}

.fixed-cta .wacta {
  width: 100%;
  height: auto;
  padding: 10px 20px;
  border-radius: 10px;
  margin-right: 10px;
  background: #00c3b3;
}

.fixed-cta .wacta .icon-cta {
  width: 50px;
  height: 50px;
  padding: 9px 11px;
  background: #205c7c;
  border-radius: 50px;
  margin-right: 10px;
}

.fixed-cta .wacta .icon-cta i {
  color: #FFFFFF;
}

.fixed-cta .wacta h6 {
  color: #FFFFFF;
  margin-bottom: 0rem;
}

.fixed-cta .wacta .desktop-cta {
  display: block;
}

.fixed-mobcta {
  display: none;
}

.fixed-ruler.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 575.98px) {
  footer {
    padding: 0px 10px;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0px;
    position: relative;
  }
  footer .mynavpad {
    padding: 0px 0px;
  }
  footer .mynavpad .left-copy .float-start {
    float: unset !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .mynavpad .right-trans .footer-link {
    margin-right: 10px;
    margin-left: 0px;
  }
  footer .mynavpad .right-trans .float-end {
    margin-right: 0px;
    float: unset !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fixed-cta {
    display: none;
  }
  .fixed-mobcta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    background: #ffffff;
    color: #ffffff;
    width: 100%;
    height: auto;
    margin: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .fixed-mobcta .area-to {
    padding: 10px;
  }
  .fixed-mobcta .area-to .icon-cta {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #00c3b3;
    border-radius: 50px;
    margin-right: 10px;
  }
  .fixed-mobcta .area-to .icon-cta i {
    color: #FFFFFF;
  }
  .fixed-mobcta .area-to h6 {
    color: #FFFFFF;
    margin-bottom: 0rem;
    font-size: 14px;
    white-space: nowrap;
  }
  .fixed-mobcta .area-to.wa-1 {
    background-color: #00c3b3;
  }
  .fixed-mobcta .area-to.wa-2 {
    background-color: #20a4b8;
  }
  .fixed-mobcta .area-to.ema {
    background-color: #205c7c;
  }
}

/* Small devices (portrait tablets and large phones, 576px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
/* Extra large devices (large laptops and desktops, 1400px and up) */
/*# sourceMappingURL=style.css.map */