﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap");
.container {
  max-width: 1460px;
}
@media screen and (max-width: 1499px) {
  .container {
    max-width: 1150px;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: 950px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

/****** Définition des couleurs du thème ******/
/*$cGreenPrimary: #7FC241;*/
/***** Importation des polices ******/
/*************** Css qui met les champs en erreur en rouge ***************/
select.error-control, select .error-control:focus {
  background-position: right 20px center !important;
}

.error-control-border-only {
  border-color: #000 !important;
}

.error-control, .error-control:focus {
  border-color: #000 !important;
  background-image: url("/_Assets/Images/icons/error-icon.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.error-control::-webkit-input-placeholder, .error-control:focus::-webkit-input-placeholder {
  color: #000;
}

.error-control::-moz-placeholder, .error-control:focus::-moz-placeholder {
  color: #000;
}

.error-control::-ms-input-placeholder, .error-control:focus::-ms-input-placeholder {
  color: #000;
}

/************* End Css qui met les champs en erreur en rouge *************/
body {
  min-width: 320px;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  color: #212529;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

*, *:focus, *:hover {
  outline: none;
}

/****** Alert ******/
.alert:empty {
  display: none;
}

.btn-primary {
  background-color: #446e9c !important;
  border: 1px solid #446e9c !important;
  outline: none;
  box-shadow: none !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.focus {
  background-color: #516c89 !important;
  border: 1px solid #516c89 !important;
  outline: none;
  box-shadow: none !important;
}

#corporate {
  background-color: #223645;
  color: #FFF;
  font-size: 16px;
  padding: 5px 0px;
}
#corporate .social {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: auto;
}
#corporate .social li {
  margin: 0px 8px;
}
#corporate .social li a {
  color: #FFF;
  font-size: 14px;
  transition: color 0.5s;
  text-decoration: none;
}
#corporate .social li a:hover {
  color: #446e9c;
}
#corporate .social li .divider {
  color: #DDD;
}

.navbar {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
}
.navbar.bg-light {
  background-color: #FFF !important;
}
.navbar .navbar-brand img {
  width: auto;
  height: 50px;
}
.navbar .nav-link {
  color: #212529;
}
.navbar .nav-link.active, .navbar .nav-link:active, .navbar .nav-link:focus, .navbar .nav-link:hover {
  color: #212529;
}
.navbar .nav-link.demo {
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .navbar .nav-link.demo {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .navbar .dropdown-menu {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .navbar .dropdown-menu li {
    border-bottom: 1px solid #DDD;
    margin: 0px 15px;
  }
}
@media screen and (max-width: 767px) {
  .navbar .dropdown-menu li .dropdown-item {
    padding: 4px 0px;
  }
}
@media screen and (max-width: 767px) {
  .navbar .dropdown-menu li .dropdown-item.active, .navbar .dropdown-menu li .dropdown-item:active, .navbar .dropdown-menu li .dropdown-item:focus {
    background-color: transparent;
    color: #212529;
  }
}
.navbar .dropdown-menu li .dropdown-item:hover {
  background-color: #446e9c;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .navbar .dropdown-menu li .dropdown-item:hover {
    background-color: transparent;
    color: #212529;
  }
}

.input-validation-error {
  border: 1px solid red;
}

.contact .contact-item {
  display: flex;
  margin-bottom: 15px;
}
.contact .contact-item div {
  line-height: 1.2;
  font-weight: 300;
}
.contact .contact-item div a {
  text-decoration: none;
  color: #666;
}
.contact .contact-item div a:hover {
  transition: color 0.5s;
  color: #446e9c;
}
.contact .contact-item i {
  text-align: center;
  min-width: 20px;
  margin-top: 3px;
  color: #446e9c;
  margin-right: 5px;
}

footer {
  background-color: #13232f;
  color: #FFF;
  padding: 60px 0px;
}
footer img {
  width: auto;
  height: 50px;
}
footer a {
  text-decoration: none;
  color: #FFF !important;
}
footer a:hover {
  transition: color 0.5s;
  color: #446e9c;
}
@media screen and (max-width: 991px) {
  footer {
    padding: 0px 0px 20px 0px;
  }
}
@media screen and (max-width: 1499px) {
  footer {
    font-size: 16px;
  }
}
footer h3 {
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 28px;
}
@media screen and (max-width: 1499px) {
  footer h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  footer h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  footer h3 {
    margin-top: 40px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  footer h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  footer h3 {
    margin-top: 30px;
  }
}
footer h4 {
  margin-top: 30px;
}
footer p {
  font-weight: 300;
}
footer .social {
  list-style: none;
  display: flex;
  margin: 0px;
  padding: 0px;
}
footer .social li {
  margin-right: 10px;
}
footer .social li a {
  width: 35px;
  height: 35px;
  background-color: #2b3944;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #FFF;
  transition: color 0.5s;
}
footer .social li a:hover {
  background-color: #446e9c;
}
footer .footer-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
footer .footer-list li i {
  padding-right: 8px;
  font-size: 13px;
}
@media screen and (max-width: 1499px) {
  footer .footer-list li i {
    padding-right: 4px;
  }
}
footer .footer-list li a {
  color: #FFF;
  text-decoration: none;
  transition: color 0.5s;
  font-size: 18px;
}
@media screen and (max-width: 1499px) {
  footer .footer-list li a {
    font-size: 16px;
  }
}
footer .footer-list li a:hover {
  color: #446e9c;
}
footer .article-container {
  display: flex;
  margin-bottom: 20px;
}
footer .article-container .image {
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 4px;
}
@media screen and (max-width: 1499px) {
  footer .article-container .image {
    width: 65px;
    height: 65px;
    min-width: 65px;
    min-height: 65px;
  }
}
footer .article-container .content {
  padding-left: 10px;
  overflow: hidden;
}
footer .article-container .content a {
  text-decoration: none;
  color: #FFF;
  line-height: 1.2;
  display: block;
  overflow: hidden;
  height: 46px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1499px) {
  footer .article-container .content a {
    font-size: 15px;
    height: 43px;
    line-height: 1.4;
  }
}
footer .article-container .content .date {
  color: #446e9c;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  width: 100%;
}
@media screen and (max-width: 1499px) {
  footer .article-container .content .date {
    font-size: 15px;
  }
}
footer .article-container .content .date i {
  margin-right: 5px;
  font-size: 16px;
}
footer hr {
  border-color: #DDD;
  margin-top: 20px;
}
footer .legal {
  font-weight: 300;
  font-size: 15px;
}
footer .legal .item-info {
  display: inline-block;
}
@media screen and (max-width: 575px) {
  footer .legal .item-info {
    display: block;
  }
}
footer .legal a {
  color: #FFF;
  text-decoration: none;
}
footer .legal a:hover {
  color: #446e9c;
  transition: color 0.5s;
}
footer .legal a.w3design {
  color: #446e9c;
}

.separator {
  width: 60px;
  height: 5px;
  background-color: #446e9c;
  margin: 10px auto;
}

.demo {
  background-color: #446e9c;
  color: #FFF !important;
  height: 45px;
  border-radius: 6px;
  font-weight: 400 !important;
  padding: 8px 30px !important;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
  cursor: pointer;
}
.demo:hover {
  background-color: #516c89;
}

.required {
  color: #ff0000;
}

.modal .modal-header {
  text-transform: uppercase;
}
.modal .modal-header .modal-title {
  font-weight: bold;
}
.modal .modal-body .instruction {
  margin: 0 auto;
  max-width: 425px;
  text-align: center;
  color: #666;
}
.modal .modal-body .form-group {
  margin-top: 10px;
}
.modal .modal-footer {
  display: block;
}

#homepage {
  /*====================================
  # Home Slider Css
  ====================================*/
  /*====================================
  # Home Three Slider Css
  ====================================*/
}
#homepage .slider-container {
  width: 100%;
  max-width: 1440px;
  margin: 0px auto;
}
@media screen and (max-width: 1499px) {
  #homepage .slider-container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 575px) {
  #homepage .slider-container {
    padding: 0 20px;
  }
}
#homepage .wrd-single-slide-item, #homepage .wrd-single-slide-item.slick-slide {
  height: 600px;
  display: flex !important;
  align-items: center;
}
@media screen and (max-width: 1499px) {
  #homepage .wrd-single-slide-item, #homepage .wrd-single-slide-item.slick-slide {
    height: 550px;
  }
}
@media screen and (max-width: 1199px) {
  #homepage .wrd-single-slide-item, #homepage .wrd-single-slide-item.slick-slide {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  #homepage .wrd-single-slide-item, #homepage .wrd-single-slide-item.slick-slide {
    text-align: center;
  }
}
#homepage .wrd-slider-content-wrapper {
  position: relative;
}
#homepage .slider-bg-text {
  font-size: 180px;
  position: absolute;
  left: -10px;
  top: -95px;
  line-height: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9490196078) 0%, rgba(215, 228, 236, 0.1607843137) 73%);
  font-weight: 700;
  display: none;
}
#homepage .slide-subtitle {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  color: #66737d;
}
@media screen and (max-width: 575px) {
  #homepage .slide-subtitle {
    font-size: 16px;
  }
}
#homepage .wrd-slide-title h1 {
  font-size: 70px;
  line-height: 1;
  color: #223645;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 1499px) {
  #homepage .wrd-slide-title h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1199px) {
  #homepage .wrd-slide-title h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  #homepage .wrd-slide-title h1 {
    font-size: 25px;
  }
}
#homepage .wrd-slider-content-text {
  font-size: 18px;
  line-height: 32px;
  color: #66737d;
  margin-top: 30px;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  #homepage .wrd-slider-content-text {
    font-size: 18px;
    line-height: 20px;
  }
}
#homepage .wrd-slider-btn-one {
  display: inline-block;
  background-color: #446e9c;
  color: #FFF;
  padding: 8px 30px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}
#homepage .slider-button-wrapper {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  #homepage .slider-button-wrapper {
    justify-content: center;
  }
}
#homepage .wrd-home-slider-wrapper .wrd-video-button {
  position: relative;
  top: auto;
  left: auto;
  transform: translate(0);
  margin-left: 35px;
}
#homepage .wrd-home-slider-wrapper .wrd-video-button i {
  font-size: 15px;
}
#homepage .wrd-home-slider-wrapper .wrd-video-button:before, #homepage .wrd-home-slider-wrapper .wrd-video-button:after {
  height: 70px;
  width: 70px;
}
#homepage .wrd-home-slider-wrapper .slick-dots {
  position: absolute;
  bottom: 30px;
}
#homepage .wrd-home-slider-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 50px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
#homepage .wrd-home-slider-wrapper .slick-arrow.slick-next {
  left: auto;
  right: 50px;
}
#homepage .wrd-home-slider-wrapper:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
#homepage .wrd-home-slider-three .wrd-single-slide-item {
  background-color: #13232f;
}
#homepage .wrd-slider-right-image {
  position: absolute;
  right: 0%;
  width: 50%;
  bottom: 0%;
}
@media screen and (max-width: 1499px) {
  #homepage .wrd-slider-right-image {
    width: 55%;
  }
}
@media screen and (max-width: 1199px) {
  #homepage .wrd-slider-right-image {
    width: 45%;
  }
}
@media screen and (max-width: 991px) {
  #homepage .wrd-slider-right-image {
    display: none;
  }
}
#homepage .wrd-slider-right-image img {
  max-width: 100%;
}
#homepage .wrd-slider-right-image2 {
  position: absolute;
  right: 0%;
  width: 35%;
  bottom: 10%;
}
#homepage .wrd-slider-right-image2 img {
  max-width: 100%;
}
#homepage .wrd-slider-bottom-dot-image {
  position: absolute;
  max-width: 30%;
  bottom: 50px;
  right: 16%;
}
#homepage .wrd-home-slider-three .slider-bg-text {
  background-image: linear-gradient(180deg, #2B3740 0%, rgba(255, 255, 255, 0) 75%);
}
#homepage .wrd-home-slider-three .slide-subtitle {
  color: #d5d7d8;
}
#homepage .wrd-home-slider-three .wrd-slide-title h1,
#homepage .wrd-home-slider-three .wrd-slide-title h2,
#homepage .wrd-home-slider-three .wrd-slide-title h3,
#homepage .wrd-home-slider-three .wrd-slide-title h4,
#homepage .wrd-home-slider-three .wrd-slide-title h5,
#homepage .wrd-home-slider-three .wrd-slide-title h6,
#homepage .wrd-home-slider-three .wrd-slider-content-text {
  color: #ffffff;
}
#homepage #solution .col {
  border-bottom: 1px solid #eee;
}
#homepage #solution .col a {
  width: 100%;
  padding: 0px 15px;
  border-right: 1px solid #eee;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #212529;
  border-bottom: 4px solid white;
}
#homepage #solution .col a:hover {
  border-bottom: 4px solid #446e9c;
}
#homepage #solution .col a .round {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  background-color: #f6fde6;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}
#homepage #solution .col a .round .img-position {
  text-align: center;
  position: absolute;
  bottom: -5px;
  width: 100%;
}
#homepage #solution .col a .round .img-position img {
  width: 40px;
}
#homepage #solution .col a .content {
  line-height: 14px;
}
#homepage #solution .col a .content .solution {
  font-size: 12px;
  text-transform: uppercase;
  color: #BBB;
}
#homepage #solution .col a .content .profession {
  font-size: 18px;
  line-height: 18px;
}
#homepage #choose {
  background-color: #f4f9fc;
  padding: 100px 0px 70px 0px;
}
@media screen and (max-width: 1199px) {
  #homepage #choose {
    padding: 80px 0px 70px 0px;
  }
}
@media screen and (max-width: 991px) {
  #homepage #choose {
    padding: 60px 0px 40px 0px;
  }
}
@media screen and (max-width: 575px) {
  #homepage #choose {
    padding: 45px 0px 25px 0px;
  }
}
#homepage #choose h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #446e9c;
}
#homepage #choose .solutions-text {
  font-size: 25px;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  #homepage #choose .solutions-text {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #homepage #choose .solutions-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  #homepage #choose .solutions-text {
    font-size: 18px;
  }
}
#homepage #choose .teeth-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  margin-left: auto;
}
@media screen and (max-width: 1499px) {
  #homepage #choose .teeth-container {
    max-width: 525px;
  }
}
@media screen and (max-width: 991px) {
  #homepage #choose .teeth-container {
    margin: 30px auto;
    max-width: 612px;
  }
}
@media screen and (max-width: 575px) {
  #homepage #choose .teeth-container {
    margin: 30px auto;
    max-width: 306px;
  }
}
#homepage #choose .teeth-container .teeth-box {
  background-color: #FFF;
  padding: 25px;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08) !important;
  border-radius: 5px;
  display: flex;
  text-decoration: none;
  margin-bottom: 15px;
  height: 160px;
  width: 160px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-right: 15px;
}
@media screen and (max-width: 1199px) {
  #homepage #choose .teeth-container .teeth-box {
    padding: 20px;
    margin-bottom: 15px;
    height: 138px;
    width: 138px;
    justify-content: space-around;
  }
}
@media screen and (max-width: 575px) {
  #homepage #choose .teeth-container .teeth-box {
    padding: 15px;
    margin-bottom: 15px;
    height: 125px;
    width: 125px;
    justify-content: space-around;
  }
}
#homepage #choose .teeth-container .teeth-box:hover {
  background-color: #446e9c;
}
#homepage #choose .teeth-container .teeth-box:hover i {
  color: #FFF;
}
#homepage #choose .teeth-container .teeth-box:hover .teeth-text {
  color: #FFF;
}
#homepage #choose .teeth-container .teeth-box i {
  font-size: 60px;
  color: #446e9c;
  line-height: 60px;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1199px) {
  #homepage #choose .teeth-container .teeth-box i {
    font-size: 50px;
    line-height: 50px;
    width: 50px;
    height: 50px;
  }
}
#homepage #choose .teeth-container .teeth-box .teeth-text {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  #homepage #choose .teeth-container .teeth-box .teeth-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  #homepage #choose .teeth-container .teeth-box .teeth-text {
    font-size: 14px;
  }
}
#homepage #choose .sector-wrapper {
  background-color: #FFF;
  padding: 30px;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08) !important;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  margin-bottom: 30px;
  height: 160px;
}
@media screen and (max-width: 1499px) {
  #homepage #choose .sector-wrapper {
    padding: 20px;
    height: 140px;
  }
}
#homepage #choose .sector-wrapper:hover {
  background-color: #446e9c;
}
#homepage #choose .sector-wrapper:hover .wrd-service-two-icon {
  color: #FFF;
}
#homepage #choose .sector-wrapper:hover .sector-title {
  color: #FFF;
}
#homepage #choose .sector-wrapper .wrd-service-two-icon {
  height: 60px;
  width: 60px;
  font-size: 60px;
  line-height: 60px;
  color: #446e9c;
}
@media screen and (max-width: 1499px) {
  #homepage #choose .sector-wrapper .wrd-service-two-icon {
    height: 50px;
    width: 50px;
    font-size: 50px;
    line-height: 50px;
  }
}
#homepage #choose .sector-wrapper .sector-title {
  font-weight: 600;
  font-size: 16px;
  color: #212529;
  line-height: 1;
  margin-top: 20px;
}
@media screen and (max-width: 1499px) {
  #homepage #choose .sector-wrapper .sector-title {
    font-size: 14px;
    margin-top: 20px;
  }
}
#homepage #whoweare {
  padding: 120px 0px;
}
#homepage #whoweare .wrapper {
  position: relative;
  color: #FFF;
}
#homepage #whoweare .wrapper svg {
  fill: #FFF;
  -webkit-transform: rotate(-44deg);
}
#homepage #whoweare .wrapper svg text {
  font-size: 9px;
  text-transform: uppercase;
}
#homepage #whoweare .wrapper .circle-button-wrapper {
  background-color: #446e9c;
  right: auto;
  top: -50px;
  left: -30px;
  border-radius: 50%;
  height: 180px;
  width: 180px;
  display: inline-block;
  position: absolute;
  right: 0;
}
#homepage #whoweare .wrapper .circle-button-wrapper i {
  background-color: white;
  position: absolute;
  height: 110px;
  width: 110px;
  text-align: center;
  line-height: 110px;
  font-size: 35px;
  border: 1px solid #ebedee;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  color: #446e9c;
  font-size: 50px;
}

#page-header {
  width: 100%;
  height: 330px;
  background-image: url("/_assets/img/solutions/dentist/300226562_1090032534970390_3694489102195932438_n.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page-header {
    background-position: center right -200px;
  }
}
@media screen and (max-width: 575px) {
  #page-header {
    height: 300px;
  }
}
#page-header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(19, 35, 47, 0.8);
  z-index: 99;
}
#page-header .header-position {
  display: flex;
  align-items: center;
  height: 330px;
}
@media screen and (max-width: 575px) {
  #page-header .header-position {
    height: 300px;
  }
}
#page-header .header-position #content {
  position: relative;
  z-index: 100;
  text-align: left;
  color: #FFF;
}
#page-header .header-position #content h1 {
  font-weight: bold;
}
#page-header .header-position #content h2 {
  font-size: 18px;
}
#page-header .header-position #content .separator {
  margin: 10px 0px;
}

#whatIs {
  margin: 70px 0px;
}
@media screen and (max-width: 575px) {
  #whatIs {
    padding: 50px 0px;
  }
}
#whatIs h2 {
  text-align: center;
  font-weight: bold;
}
#whatIs h3 {
  color: #666;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
}
#whatIs .feature-item {
  padding: 40px;
  border: 1px solid #DDD;
  width: 100%;
  text-align: left;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  #whatIs .feature-item {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  #whatIs .feature-item {
    height: auto;
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  #whatIs .feature-item {
    padding: 20px;
  }
}
#whatIs .feature-item .round {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #446e9c;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #whatIs .feature-item .round {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 575px) {
  #whatIs .feature-item .round {
    width: 70px;
    height: 70px;
  }
}
#whatIs .feature-item .round .number {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #FFF;
  border: 1px solid #446e9c;
  font-size: 12px;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #446e9c;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #whatIs .feature-item .round .number {
    top: -5px;
  }
}
@media screen and (max-width: 575px) {
  #whatIs .feature-item .round .number {
    width: 25px;
    height: 25px;
  }
}
#whatIs .feature-item .round i {
  color: #FFF;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  #whatIs .feature-item .round i {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #whatIs .feature-item .round i {
    font-size: 28px;
  }
}
#whatIs .feature-item h4 {
  font-weight: bold;
}
#whatIs .feature-item p {
  font-size: 18px;
  color: #666;
  margin-bottom: 0px;
}

#solution-page {
  /*3.4 CAROUSELS*/
  /* display none until init */
}
#solution-page #description {
  width: 100%;
  padding: 80px 0px;
  background-image: url("/_assets/img/solutions/02.a25b940.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 575px) {
  #solution-page #description {
    padding: 60px 0px;
  }
}
#solution-page #description:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 35, 47, 0.92);
  z-index: 5;
}
#solution-page #description #content {
  color: #FFF;
  position: relative;
  z-index: 10;
}
#solution-page #description #content h2 {
  text-transform: uppercase;
  font-weight: bold;
}
#solution-page #description #content .mb-35 {
  margin-bottom: 35px;
}
#solution-page #description #content #overview p {
  font-weight: 300;
}
#solution-page #description #content #overview hr {
  margin: 40px 0px;
}
#solution-page #description #content #stats .col-3 {
  width: 18%;
}
#solution-page #description #content #stats .stat-item {
  display: flex;
  align-items: start;
  width: 175px;
}
#solution-page #description #content #stats .stat-item i {
  font-size: 40px;
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  #solution-page #description #content #stats .stat-item i {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #solution-page #description #content #stats .stat-item i {
    margin-right: 0px;
    width: 50px;
  }
}
@media screen and (max-width: 575px) {
  #solution-page #description #content #stats .stat-item i {
    width: 60px;
  }
}
#solution-page #description #content #stats .stat-item .stat-content {
  line-height: 20px;
}
#solution-page #description #content #stats .stat-item .stat-content h3 {
  line-height: 20px;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  #solution-page #description #content #stats .stat-item .stat-content h3 {
    font-size: 18px;
  }
}
#solution-page #description #content #stats .stat-item .stat-content .number {
  font-weight: bold;
  font-size: 50px;
  line-height: 25px;
}
@media screen and (max-width: 991px) {
  #solution-page #description #content #stats .stat-item .stat-content .number {
    font-size: 40px;
  }
}
#solution-page #description #content #stats hr {
  margin: 20px 0px 40px 0px;
}
@media screen and (max-width: 575px) {
  #solution-page #description #content #stats hr {
    margin: 20px 0px 40px 0px;
  }
}
#solution-page #description #content #software-description {
  font-weight: 300;
}
#solution-page #description #content #software-description h2 {
  text-transform: uppercase;
  font-weight: bold;
}
#solution-page #description #content #software-description p {
  text-align: left;
}
#solution-page #description #content #software-description ul {
  padding: 0px;
  margin: 30px 0 30px 30px;
}
#solution-page #description #content #software-description ul li i {
  color: #446e9c;
}
#solution-page .owl-theme .owl-controls .owl-buttons {
  display: none;
}
#solution-page .owl-theme .owl-controls .owl-buttons div {
  background: url(../img/arrow.png);
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 10px;
  text-indent: -9999px;
  height: 18px;
  font-size: 0;
  position: absolute;
  right: 0;
  margin-top: 8px;
  margin-right: -72px;
  top: 50%;
  padding: 0;
  filter: Alpha(Opacity=30);
  opacity: 0.3;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#solution-page .owl-theme .owl-controls .owl-buttons div.owl-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: auto;
  left: 0;
  margin-left: -72px;
}
#solution-page .owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}
#solution-page .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  /*display: inline;*/
}
#solution-page .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  opacity: 0.22;
  background-color: #248df8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#solution-page .owl-theme .owl-controls .owl-page.active span,
#solution-page .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
#solution-page .owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#solution-page .owl-item.loading {
  min-height: 150px;
}
#solution-page .owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#solution-page .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
#solution-page .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
#solution-page .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 100%;
}
#solution-page .owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
#solution-page .owl-carousel .owl-item {
  float: left;
}
#solution-page .owl-controls .owl-page,
#solution-page .owl-controls .owl-buttons div {
  cursor: pointer;
}
#solution-page .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#solution-page .grabbing {
  cursor: url(../img/grabbing.png) 8 8, move;
}
#solution-page .owl-carousel .owl-wrapper,
#solution-page .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
#solution-page #testimonials {
  padding-bottom: 0px;
  margin-bottom: 52px;
  background-color: #f8f8f8;
  padding-top: 80px;
}
#solution-page .tt-content h3 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.65;
  text-align: center;
  color: #333;
  margin: auto;
  max-width: 850px;
}
@media screen and (max-width: 991px) {
  #solution-page .tt-content h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #solution-page .tt-content h3 {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 575px) {
  #solution-page .tt-content h3 {
    font-size: 22px;
    line-height: 1.4;
  }
}
#solution-page .tt-content h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
  padding-top: 20px;
}
#solution-page .tt-content .content {
  font-size: 16px;
  font-weight: 400;
}
#solution-page .tt-content .tt-container {
  margin-top: 15px;
  text-align: center;
}
#solution-page .tt-images {
  text-align: center;
  margin-bottom: -42px;
  font-size: 0;
}
#solution-page .tt-image {
  display: inline-block;
  margin: 0;
  border-radius: 90px;
  margin: 0 15px;
}
#solution-page .tt-image img {
  display: inline-block;
  width: 84px;
  height: 84px;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  #solution-page .tt-image img {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  #solution-page .tt-image img {
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-width: 575px) {
  #solution-page .tt-image img {
    width: 60px;
    height: 60px;
    margin-top: -28px;
  }
}
#solution-page .tt-quote {
  font-size: 75px;
  font-weight: 700;
  line-height: 70px;
  margin-right: 20px;
  float: left;
  color: #D1D1D1;
  display: block;
  margin-bottom: 40px;
  margin-left: 2px;
}
@media screen and (max-width: 1199px) {
  #solution-page .tt-quote {
    font-size: 70px;
  }
}
@media screen and (max-width: 991px) {
  #solution-page .tt-quote {
    font-size: 65px;
  }
}
@media screen and (max-width: 767px) {
  #solution-page .tt-quote {
    font-size: 60px;
  }
}
#solution-page .tt-quote-right {
  float: right;
  margin-right: 0;
  position: relative;
  margin-left: 20px;
  bottom: 0;
  margin-bottom: 40px;
}
#solution-page #testimonials .owl-pagination {
  position: absolute;
  width: 100%;
  left: 0px;
}
#solution-page #testimonials .owl-controls span {
  width: 84px;
  height: 84px;
  opacity: 0.65;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  border-radius: 50%;
  margin: 0 15px;
}
@media screen and (max-width: 991px) {
  #solution-page #testimonials .owl-controls span {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  #solution-page #testimonials .owl-controls span {
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-width: 575px) {
  #solution-page #testimonials .owl-controls span {
    width: 60px;
    height: 60px;
    margin-top: -28px;
  }
}
#solution-page #testimonials .owl-controls .owl-page:hover span,
#solution-page #testimonials .owl-controls .owl-page.active span {
  opacity: 0;
}
#solution-page #testimonials .owl-controls {
  text-align: center;
  margin-top: 70px;
}
#solution-page #FAQ {
  /*background-color: $cWhite;*/
  background-image: url(/img/solutions/Dentist/dentistery-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0px;
}
#solution-page #FAQ img {
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.18) !important;
}
#solution-page #FAQ h2 {
  text-align: center;
  font-weight: bold;
}
#solution-page #FAQ .faq-item {
  border: 1px solid #f5f7fb;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08) !important;
  margin-top: 30px;
}
#solution-page #FAQ .faq-item .faq-question {
  font-weight: bold;
  background-color: #e7e7e7;
  display: flex;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
  cursor: pointer;
  border: 1px solid #efefef;
}
#solution-page #FAQ .faq-item .faq-question .question {
  padding: 10px 20px;
}
#solution-page #FAQ .faq-item .faq-question .arrow {
  background-color: #446e9c;
  width: 50px;
  min-width: 50px;
  color: #FFF;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#solution-page #FAQ .faq-item .faq-answer {
  padding: 10px 20px;
  line-height: 1.2;
  font-size: 16px;
}

#other-page .card-tag {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 5px 0;
  background-color: #446e9c;
  padding: 5px 15px;
  /*border-radius: 5px;*/
}
#other-page .feature-item {
  text-align: center;
}
#other-page .feature-item img {
  max-width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  #other-page .feature-item img {
    margin-bottom: 20px;
  }
}
#other-page .feature-item img.teamviewer {
  max-height: 38px;
  margin-top: 10px;
}
#other-page .feature-item img.dualmon {
  max-height: 45px;
}
#other-page .feature-item img.zoho {
  max-height: 45px;
}
#other-page .feature-item p {
  text-align: left;
  min-height: 110px;
}
@media screen and (max-width: 1199px) {
  #other-page .feature-item p {
    min-height: 140px;
  }
}
@media screen and (max-width: 991px) {
  #other-page .feature-item p {
    min-height: auto;
    padding-bottom: 20px;
  }
}
#other-page #text-content {
  margin: 80px 0px;
}
#other-page #text-content h2 {
  margin-top: 40px;
}
#other-page #text-content .form-group {
  margin-top: 10px;
}
#other-page #text-content button {
  margin-top: 20px;
}
#other-page #text-content .alert {
  margin-top: 15px;
  margin-bottom: 0px;
}
#other-page #text-content ul {
  list-style-type: none;
}
#other-page #news {
  background-color: #f4f9fc;
  padding-bottom: 30px;
}
#other-page #news .card-blog {
  display: block;
  width: 100%;
  margin-top: 30px;
  background-color: #fff;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  overflow: hidden;
}
#other-page #news .card-blog:hover .card-img {
  transform: scale(1.06);
}
#other-page #news .card-blog .card-img {
  width: 100%;
  height: 250px;
  position: relative;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s;
}
@media screen and (max-width: 1499px) {
  #other-page #news .card-blog .card-img {
    height: 230px;
  }
}
@media screen and (max-width: 1199px) {
  #other-page #news .card-blog .card-img {
    height: 215px;
  }
}
@media screen and (max-width: 767px) {
  #other-page #news .card-blog .card-img {
    height: 200px;
  }
}
@media screen and (max-width: 450px) {
  #other-page #news .card-blog .card-img {
    height: 180px;
  }
}
#other-page #news .card-blog .card-bottom {
  padding: 0 20px 10px;
}
#other-page #news .card-blog h2 {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 15px;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
}
@media screen and (max-width: 1499px) {
  #other-page #news .card-blog h2 {
    font-size: 23px;
    height: 58px;
  }
}
@media screen and (max-width: 1199px) {
  #other-page #news .card-blog h2 {
    font-size: 22px;
    height: 56px;
  }
}
@media screen and (max-width: 991px) {
  #other-page #news .card-blog h2 {
    height: auto;
    max-height: 56px;
  }
}
@media screen and (max-width: 767px) {
  #other-page #news .card-blog h2 {
    font-size: 21px;
    max-height: 54px;
  }
}
@media screen and (max-width: 450px) {
  #other-page #news .card-blog h2 {
    max-height: 50px;
    font-size: 20px;
  }
}
#other-page #news .card-blog .date {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}
#other-page #news .pager-item {
  width: 30px;
  height: 30px;
  background-color: #fff;
  margin: 30px 5px 0 5px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  display: block;
  color: #000;
}
#other-page #news .pager-item.active {
  background-color: #446e9c;
  color: #fff;
}
#other-page #news-details {
  padding: 40px 0;
  background-color: #f4f9fc;
}
#other-page #news-details .news-img {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1499px) {
  #other-page #news-details .news-img {
    height: 450px;
  }
}
@media screen and (max-width: 1199px) {
  #other-page #news-details .news-img {
    height: 425px;
  }
}
@media screen and (max-width: 991px) {
  #other-page #news-details .news-img {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  #other-page #news-details .news-img {
    height: 375px;
  }
}
@media screen and (max-width: 575px) {
  #other-page #news-details .news-img {
    height: 325px;
  }
}
@media screen and (max-width: 450px) {
  #other-page #news-details .news-img {
    height: 275px;
  }
}
#other-page #news-details h2 {
  font-size: 40px;
  font-weight: bold;
  text-transform: capitalize;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1499px) {
  #other-page #news-details h2 {
    font-size: 37px;
  }
}
@media screen and (max-width: 1199px) {
  #other-page #news-details h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  #other-page #news-details h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  #other-page #news-details h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 450px) {
  #other-page #news-details h2 {
    font-size: 28px;
  }
}
#other-page #news-details .news-date {
  text-transform: uppercase;
  font-size: 16px;
}

.contact-item div {
  font-weight: 400 !important;
}
