html {
  padding: 0;
  margin: 0;
}
body {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
main {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
main::after {
  content: '';
  display: table;
  clear: both;
}
main:last-child {
  margin-right: 0%;
}
.header {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  background-color: rgba(19,85,74,0.75);
  z-index: 2;
}
.header::after {
  content: '';
  display: table;
  clear: both;
}
.header:last-child {
  margin-right: 0%;
}
.header--home {
  background-color: rgba(19,85,74,0.75);
}
.header__wrapper {
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  height: 110px;
}
.header__wrapper::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 1200px) {
  .header__wrapper {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 320px) {
  .header__wrapper {
    padding: 0px 10px;
    height: 100px;
  }
}
.header .logo {
  position: absolute;
  width: 170px;
  top: 25px;
  left: 0;
}
@media only screen and (max-width: 1200px) {
  .header .logo {
    left: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .header .logo {
    width: 150px;
  }
}
.header .navigation {
  box-sizing: border-box;
  padding: 0px 0 0 170px;
  transition: all 500ms;
}
@media only screen and (max-width: 768px) {
  .header .navigation {
    display: none;
    position: absolute;
    top: 200px;
    left: 0px;
    right: 0px;
    padding: 20px 0px;
    background: #fff;
  }
}
.header .navigation.active {
  top: 110px;
  display: block;
}
@media only screen and (max-width: 320px) {
  .header .navigation.active {
    top: 100px;
  }
}
.header .navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .header .navigation ul {
    text-align: center;
  }
}
.header .navigation ul li {
  display: inline-block;
  padding: 0px 10px;
  box-sizing: border-box;
  transition: all 300ms;
}
@media only screen and (max-width: 1200px) {
  .header .navigation ul li {
    padding: 0px 5px;
  }
}
@media only screen and (max-width: 768px) {
  .header .navigation ul li {
    display: block;
  }
}
.header .navigation ul li:hover {
  background: #076355;
}
@media only screen and (max-width: 768px) {
  .header .navigation ul li:hover {
    font-weight: bold;
    background: transparent;
  }
}
.header .navigation ul li:last-child {
  margin: 0px;
}
.header .navigation ul li a {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  height: 110px;
  line-height: 110px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.header .navigation ul li a.active {
  color: #69ded1;
}
@media only screen and (max-width: 1024px) {
  .header .navigation ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .header .navigation ul li a {
    display: block;
    height: auto;
    padding: 10px 0px;
    color: #348379;
    font-size: 16px;
    line-height: 100%;
  }
}
.header .mobile-navigation {
  position: absolute;
  display: none;
  box-sizing: border-box;
  padding: 15px;
  top: 30px;
  right: 20px;
  color: #00574a;
  font-size: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
@media only screen and (max-width: 768px) {
  .header .mobile-navigation {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  .header .mobile-navigation {
    right: 10px;
    padding: 10px;
  }
}
.current_page_item > a,
.current-menu-ancestor > a {
  color: #69ded1;
}
.row {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.row::after {
  content: '';
  display: table;
  clear: both;
}
.row:last-child {
  margin-right: 0%;
}
.row .col-50 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 49%;
  margin-left: 0%;
  margin-right: 2%;
}
.row .col-50::after {
  content: '';
  display: table;
  clear: both;
}
.row .col-50:last-child {
  margin-right: 0%;
}
.row .col-33 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.999999999999996%;
  margin-left: 0%;
  margin-right: 2%;
}
.row .col-33::after {
  content: '';
  display: table;
  clear: both;
}
.row .col-33:last-child {
  margin-right: 0%;
}
.row .col-25 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 23.5%;
  margin-left: 0%;
  margin-right: 2%;
}
.row .col-25::after {
  content: '';
  display: table;
  clear: both;
}
.row .col-25:last-child {
  margin-right: 0%;
}
/* Section */
.section {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin: 30px 0px;
}
.section::after {
  content: '';
  display: table;
  clear: both;
}
.section:last-child {
  margin-right: 0%;
}
.section__wrapper {
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.section__wrapper::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 1200px) {
  .section__wrapper {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 320px) {
  .section__wrapper {
    padding: 0px 10px;
  }
}
.section__title {
  display: block;
  margin: 0px auto 50px auto;
  color: #46c3b5;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section__title span {
  position: relative;
  box-sizing: border-box;
}
.section__title span:after {
  content: '';
  position: absolute;
  width: 90px;
  height: 2px;
  bottom: -10px;
  left: 0px;
  background: #138890;
}
.section__title-color {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 10px;
  margin-bottom: 80px;
  text-align: center;
}
.section__title-color::after {
  content: '';
  display: table;
  clear: both;
}
.section__title-color:last-child {
  margin-right: 0%;
}
.section__title-color span {
  position: relative;
  box-sizing: border-box;
  padding: 10px 40px 20px 40px;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #34847a;
}
.section__title-color span:after {
  content: '';
  position: absolute;
  width: 90px;
  height: 2px;
  bottom: 12px;
  left: 40px;
  background: #fff;
}
.section__title-color--lightgreen span {
  background: #b1dbd5;
}
.slider {
  margin: -110px 0px 0px 0px !important;
  border-bottom: 4px solid #b1dbd5;
}
.slider__wrapper {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.slider__wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.slider__wrapper:last-child {
  margin-right: 0%;
}
.slider__wrapper .item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  min-height: 600px;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slider__wrapper .item::after {
  content: '';
  display: table;
  clear: both;
}
.slider__wrapper .item:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 768px) {
  .slider__wrapper .item {
    min-height: 500px;
  }
}
@media only screen and (max-width: 640px) {
  .slider__wrapper .item {
    min-height: 350px;
  }
}
.slider__boxes {
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.slider__boxes::after {
  content: '';
  display: table;
  clear: both;
}
.slider__boxes .box {
  position: absolute;
  width: 33.33%;
  height: 210px;
  box-sizing: border-box;
  padding: 20px;
  float: left;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 999;
  background-color: #34847a;
}
@media only screen and (max-width: 768px) {
  .slider__boxes .box {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    position: relative;
    height: auto;
  }
  .slider__boxes .box::after {
    content: '';
    display: table;
    clear: both;
  }
  .slider__boxes .box:last-child {
    margin-right: 0%;
  }
}
.slider__boxes .box:nth-child(2) {
  left: 33.33%;
  background-color: #5fac9b;
}
@media only screen and (max-width: 768px) {
  .slider__boxes .box:nth-child(2) {
    left: auto;
  }
}
.slider__boxes .box:nth-child(3) {
  left: 66.66%;
  background-color: #96c8c1;
}
@media only screen and (max-width: 768px) {
  .slider__boxes .box:nth-child(3) {
    left: auto;
  }
}
.slider__boxes .box__title {
  margin: 0px 0px 15px 0px;
  padding: 0;
  color: #fff;
  font-size: 20px;
}
.slider__boxes .box p {
  margin: 0px;
  padding: 8px 0px;
  font-size: 14px;
  border-bottom: 1px solid #afd6cd;
}
.slider__boxes .box p span {
  float: right;
}
.slider__boxes .box p a {
  color: #34847a;
  padding: 10px 15px;
  background: #fff;
}
.slider .prev,
.slider .next {
  position: absolute;
  top: 35%;
  width: 60px;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-size: 48px;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .slider .prev,
  .slider .next {
    display: none;
  }
}
.slider .prev {
  left: 30px;
}
.slider .next {
  right: 30px;
}
.motto {
  margin-bottom: 10px;
}
.motto__title {
  display: block;
  margin: 0px auto 10px auto;
  color: #46c3b5;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .motto__title {
    font-size: 20px;
  }
}
.motto__subtitle {
  display: block;
  margin: 0px auto;
  padding: 0px 0px 25px 0px;
  color: #164538;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #b0dbd5;
}
@media only screen and (max-width: 768px) {
  .motto__subtitle {
    font-size: 20px;
  }
}
.about-us {
  position: relative;
}
.about-us p {
  color: #636766;
  font-size: 16px;
  line-height: 22px;
}
.about-us__skull {
  position: absolute;
  top: 0;
  left: 0;
}
.team {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.team::after {
  content: '';
  display: table;
  clear: both;
}
.team:last-child {
  margin-right: 0%;
}
.team .people {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 30px;
}
.team .people::after {
  content: '';
  display: table;
  clear: both;
}
.team .people:last-child {
  margin-right: 0%;
}
.team .people__item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 20.5%;
  margin-left: 0%;
  margin-right: 6%;
  position: relative;
  min-height: 300px;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  transform: scale(1);
}
.team .people__item::after {
  content: '';
  display: table;
  clear: both;
}
.team .people__item:last-child {
  margin-right: 0%;
}
.team .people__item:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  .team .people__item:hover {
    transform: scale(1);
  }
}
@media only screen and (max-width: 1200px) {
  .team .people__item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 20.5%;
    margin-left: 0%;
    margin-right: 6%;
  }
  .team .people__item::after {
    content: '';
    display: table;
    clear: both;
  }
  .team .people__item:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 960px) {
  .team .people__item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22%;
    margin-left: 0%;
    margin-right: 4%;
  }
  .team .people__item::after {
    content: '';
    display: table;
    clear: both;
  }
  .team .people__item:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 768px) {
  .team .people__item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48%;
    margin-left: 0%;
    margin-right: 4%;
    min-height: auto;
    padding-bottom: 50%;
    margin-bottom: 20px;
  }
  .team .people__item::after {
    content: '';
    display: table;
    clear: both;
  }
  .team .people__item:nth-child(n) {
    margin-right: 4%;
    float: left;
    clear: none;
  }
  .team .people__item:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .team .people__item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 640px) {
  .team .people__item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 85%;
  }
  .team .people__item::after {
    content: '';
    display: table;
    clear: both;
  }
  .team .people__item:last-child {
    margin-right: 0%;
  }
}
.team .people__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(255,255,255,0.5);
}
.team .people__name {
  margin: 0;
  padding: 0;
  color: #247268;
  font-size: 16px;
  text-align: center;
}
.team .people__position {
  margin: 0;
  padding: 0;
  color: #247268;
  font-size: 12px;
  text-align: center;
}
.home-services {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 80px;
}
.home-services::after {
  content: '';
  display: table;
  clear: both;
}
.home-services:last-child {
  margin-right: 0%;
}
.home-services .services__item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.999999999999996%;
  margin-left: 0%;
  margin-right: 2%;
}
.home-services .services__item::after {
  content: '';
  display: table;
  clear: both;
}
.home-services .services__item:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 768px) {
  .home-services .services__item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin: 20px 0px;
  }
  .home-services .services__item::after {
    content: '';
    display: table;
    clear: both;
  }
  .home-services .services__item:last-child {
    margin-right: 0%;
  }
}
.home-services .services__item h2 {
  padding: 0px;
  margin: 5px 0px;
  color: #898d8d;
  font-size: 18px;
  text-align: center;
}
.home-services .services__item img {
  display: block;
  width: 200px;
  margin: 0px auto;
  transition: all 300ms;
}
.home-services .services__item img:hover {
  opacity: 0.7;
  cursor: pointer;
}
.home-services .services__item p {
  padding: 0 20px;
  box-sizing: border-box;
  color: #636766;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.fun-fact {
  margin: 0;
  padding: 80px 0px;
  box-sizing: border-box;
  background: #49ab9c;
}
.fun-fact__item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
}
.fun-fact__item::after {
  content: '';
  display: table;
  clear: both;
}
.fun-fact__item:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 640px) {
  .fun-fact__item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 50px;
  }
  .fun-fact__item::after {
    content: '';
    display: table;
    clear: both;
  }
  .fun-fact__item:nth-child(n) {
    margin-right: 0%;
    float: left;
    clear: none;
  }
  .fun-fact__item:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .fun-fact__item:nth-child(2n + 1) {
    clear: both;
  }
  .fun-fact__item:last-child {
    width: 100%;
    margin-bottom: 0px;
  }
}
.fun-fact__item img {
  display: block;
  margin: 0px auto 10px auto;
  width: auto;
  height: 55px;
}
.fun-fact__item p {
  margin: 0px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .fun-fact__item p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .fun-fact__item p {
    font-size: 16px;
    font-weight: normal;
  }
}
.fun-fact__item span {
  display: block;
  margin: 5px 0px;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .fun-fact__item span {
    font-size: 30px;
  }
}
.information {
  margin-top: 0px;
  min-height: 500px;
  background: url("../img/korisne-informacije.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .information {
    min-height: 400px;
  }
}
.information .section__wrapper {
  position: relative;
}
.information__wrapper {
  position: absolute;
  top: 50px;
  left: 0px;
}
@media only screen and (max-width: 1200px) {
  .information__wrapper {
    left: 20px;
    right: 20px;
  }
}
.information__title {
  color: #34847a;
  font-size: 35px;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .information__title {
    font-size: 28px;
  }
}
.information__title span {
  position: relative;
  display: inline-block;
}
.information__title span:after {
  content: '';
  position: absolute;
  width: 250px;
  height: 2px;
  bottom: -10px;
  left: 0px;
  background: #34847a;
}
.information__description {
  display: block;
  max-width: 300px;
  color: #2c4945;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .information__description {
    font-size: 14px;
  }
}
.information__button {
  display: inline-block;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #34847a;
  color: #34847a;
  font-size: 16px;
  text-decoration: none;
  transition: all 300ms;
}
.information__button:hover {
  color: #fff;
  background: #34847a;
}
.testimonials {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 50px;
}
.testimonials::after {
  content: '';
  display: table;
  clear: both;
}
.testimonials:last-child {
  margin-right: 0%;
}
.testimonials .owl-stage-outer {
  overflow: inherit;
}
.testimonials .section__wrapper {
  overflow: hidden;
}
.testimonials .item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  min-height: 220px;
  box-sizing: border-box;
  padding: 20px;
  background: #34847a;
  -webkit-box-shadow: 0px 5px 15px -2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 5px 15px -2px rgba(0,0,0,0.3);
  box-shadow: 0px 5px 15px -2px rgba(0,0,0,0.3);
  transition: all 300ms;
}
.testimonials .item::after {
  content: '';
  display: table;
  clear: both;
}
.testimonials .item:last-child {
  margin-right: 0%;
}
.testimonials .item h3 {
  margin: 0px 0px 30px 0px;
  color: #fff;
}
.testimonials .item h3 span {
  position: relative;
  display: inline-block;
}
.testimonials .item h3 span:after {
  content: '';
  position: absolute;
  width: 75px;
  height: 2px;
  bottom: -10px;
  left: 0px;
  background: #fff;
}
.testimonials .item p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.services {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.services::after {
  content: '';
  display: table;
  clear: both;
}
.services:last-child {
  margin-right: 0%;
}
.services__title {
  margin: 0px;
  padding: 0px 0px 30px 0px;
  box-sizing: border-box;
  color: #407c71;
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
}
.useful-information {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin-top: -110px;
  padding: 140px 0px 20px 0px;
  box-sizing: border-box;
  background: url("../img/useful-information.jpg") center center no-repeat;
  background-size: cover;
}
.useful-information::after {
  content: '';
  display: table;
  clear: both;
}
.useful-information:last-child {
  margin-right: 0%;
}
.useful-information__title {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
}
.useful-information .quick-links {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.useful-information .quick-links li {
  margin: 10px 0px;
  padding: 0;
}
.useful-information .quick-links li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
@media only screen and (max-width: 320px) {
  .useful-information .quick-links li a {
    font-size: 14px;
  }
}
.useful-information .quick-links li a:hover {
  text-decoration: underline;
}
.information-box {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0px 0px 30px 0px;
}
.information-box::after {
  content: '';
  display: table;
  clear: both;
}
.information-box:last-child {
  margin-right: 0%;
}
.information-box .text {
  float: left;
  clear: none;
  text-align: inherit;
  width: 69.4%;
  margin-left: 0%;
  margin-right: 2%;
}
.information-box .text::after {
  content: '';
  display: table;
  clear: both;
}
.information-box .text:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 768px) {
  .information-box .text {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .information-box .text::after {
    content: '';
    display: table;
    clear: both;
  }
  .information-box .text:last-child {
    margin-right: 0%;
  }
}
.information-box .text h2 {
  display: block;
  margin: 0px 0px 30px 0px;
  color: #46c3b5;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}
.information-box .text h2 span {
  position: relative;
  box-sizing: border-box;
}
.information-box .text h2 span:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  bottom: -8px;
  left: 0px;
  background: #138890;
}
.information-box .text p {
  color: #727877;
  text-align: justify;
  font-size: 16px;
  line-height: 22px;
}
.information-box .image {
  float: left;
  clear: none;
  text-align: inherit;
  width: 27.9%;
  margin-left: 0%;
  margin-right: 3%;
  padding: 50px 0px 0px 0px;
  box-sizing: border-box;
}
.information-box .image::after {
  content: '';
  display: table;
  clear: both;
}
.information-box .image:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 768px) {
  .information-box .image {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0px;
  }
  .information-box .image::after {
    content: '';
    display: table;
    clear: both;
  }
  .information-box .image:last-child {
    margin-right: 0%;
  }
}
.information-box .image__wrapper {
  position: relative;
  float: right;
  width: 214px;
  border: 4px solid #57bdca;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .information-box .image__wrapper {
    float: none;
    width: 100%;
  }
  .information-box .image__wrapper img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.information-box .image__wrapper #triangle-topleft {
  width: 0;
  height: 0;
  right: 0;
  border-bottom: 856px solid rgba(183,237,220,0.5);
  border-left: 1288px solid transparent;
  position: absolute;
}
.dentists {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin-top: -110px;
  padding: 140px 0px 20px 0px;
  box-sizing: border-box;
  background: url("../img/dentists.jpg") right center no-repeat;
  background-size: cover;
}
.dentists::after {
  content: '';
  display: table;
  clear: both;
}
.dentists:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 768px) {
  .dentists {
    background: url("../img/dentists.jpg") center center no-repeat;
    background-size: cover;
  }
}
.dentists__title {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  box-sizing: border-box;
  color: #407c71;
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
}
.dentists p {
  max-width: 80%;
  color: #32857b;
  font-size: 20px;
  line-height: 25px;
  margin-top: 0px;
}
@media only screen and (max-width: 768px) {
  .dentists p {
    max-width: 100%;
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .dentists p {
    font-size: 16px;
  }
}
.dentists-box {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0px 0px 30px 0px;
}
.dentists-box::after {
  content: '';
  display: table;
  clear: both;
}
.dentists-box:last-child {
  margin-right: 0%;
}
.dentists-box h2 {
  display: block;
  margin: 0px 0px 30px 0px;
  color: #46c3b5;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}
.dentists-box h2 span {
  position: relative;
  box-sizing: border-box;
}
.dentists-box h2 span:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  bottom: -8px;
  left: 0px;
  background: #138890;
}
.dentists-box p {
  color: #727877;
  text-align: justify;
  font-size: 16px;
  line-height: 22px;
}
.dentists-box .owl-carousel {
  margin-top: 30px;
  width: auto;
  max-width: 600px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.dentists-box .owl-carousel::after {
  content: '';
  display: table;
  clear: both;
}
.pricelist {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin: 0px;
  padding: 20px 0px;
  box-sizing: border-box;
  background: linear-gradient(to left, #c4f3da, #c8ebf5);
  background-size: 200% 200%;
  -webkit-animation: pricelist 30s ease infinite;
  -moz-animation: pricelist 30s ease infinite;
  animation: pricelist 30s ease infinite;
}
.pricelist::after {
  content: '';
  display: table;
  clear: both;
}
.pricelist:last-child {
  margin-right: 0%;
}
.pricelist__title {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  box-sizing: border-box;
  color: #407c71;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}
.pricelist__wrapper {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.pricelist__wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.pricelist__wrapper:last-child {
  margin-right: 0%;
}
.pricelist__item {
  padding: 5px 200px;
  box-sizing: border-box;
  border-bottom: 1px solid #487871;
  color: #666b6a;
  font-size: 16px;
}
@media only screen and (max-width: 960px) {
  .pricelist__item {
    padding: 5px 100px;
  }
}
@media only screen and (max-width: 768px) {
  .pricelist__item {
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .pricelist__item {
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 320px) {
  .pricelist__item {
    padding: 5px 0px;
    font-size: 14px;
  }
}
.pricelist__item span {
  float: right;
}
@media only screen and (max-width: 640px) {
  .pricelist__item span {
    float: none;
    display: inline-block;
    padding: 3px 5px;
    margin-left: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 600;
    background: rgba(255,255,255,0.612);
  }
}
.pricelist__item--title {
  color: #fff;
  background: #629590;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (max-width: 320px) {
  .pricelist__item--title {
    padding: 5px;
  }
}
@-webkit-keyframes pricelist {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes pricelist {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes pricelist {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes pricelist {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes pricelist {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes pricelist {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.contact {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.contact::after {
  content: '';
  display: table;
  clear: both;
}
.contact:last-child {
  margin-right: 0%;
}
.contact__top,
.contact__bottom {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.contact__top::after,
.contact__bottom::after {
  content: '';
  display: table;
  clear: both;
}
.contact__top:last-child,
.contact__bottom:last-child {
  margin-right: 0%;
}
.contact__top {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  border-bottom: 1px solid #487871;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.contact__top::after {
  content: '';
  display: table;
  clear: both;
}
.contact__top:last-child {
  margin-right: 0%;
}
.contact__title {
  margin: 0px;
  padding: 0px 0px 15px 0px;
  box-sizing: border-box;
  color: #407c71;
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
}
.contact .info-box {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.999999999999996%;
  margin-left: 0%;
  margin-right: 2%;
}
.contact .info-box::after {
  content: '';
  display: table;
  clear: both;
}
.contact .info-box:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 768px) {
  .contact .info-box {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  .contact .info-box::after {
    content: '';
    display: table;
    clear: both;
  }
  .contact .info-box:last-child {
    margin-right: 0%;
  }
}
.contact .info-box--single {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.contact .info-box--single::after {
  content: '';
  display: table;
  clear: both;
}
.contact .info-box--single:last-child {
  margin-right: 0%;
}
.contact .info-box__icon {
  width: 85px;
  height: 85px;
  float: left;
  margin-right: 25px;
  border: 1px solid #629886;
}
@media only screen and (max-width: 960px) {
  .contact .info-box__icon {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
}
.contact .info-box__icon--phone {
  background: url("../img/phone.svg") center center no-repeat;
  background-size: 50px 50px;
}
.contact .info-box__icon--clock {
  background: url("../img/clock.svg") center center no-repeat;
  background-size: 50px 50px;
}
.contact .info-box__icon--email {
  background: url("../img/email.svg") center center no-repeat;
  background-size: 50px 50px;
}
.contact .info-box__icon--address {
  background: url("../img/address.svg") center center no-repeat;
  background-size: 50px 50px;
}
.contact .info-box__text {
  width: 100%;
  padding: 0 0 0 100px;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  .contact .info-box__text {
    padding: 0 0 0 70px;
  }
}
.contact .info-box__text p {
  margin: 0px;
  padding: 0px;
  color: #629886;
  font-size: 16px;
  line-height: 22px;
}
.contact .info-box__text a {
  display: inline-block;
  color: #629886;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}
.contact .info-box__text a:hover {
  text-decoration: underline;
}
.contact__bottom .contact-form {
  float: left;
  clear: none;
  text-align: inherit;
  width: 38.8%;
  margin-left: 0%;
  margin-right: 2%;
}
.contact__bottom .contact-form::after {
  content: '';
  display: table;
  clear: both;
}
.contact__bottom .contact-form:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 768px) {
  .contact__bottom .contact-form {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  .contact__bottom .contact-form::after {
    content: '';
    display: table;
    clear: both;
  }
  .contact__bottom .contact-form:last-child {
    margin-right: 0%;
  }
}
.contact__bottom .contact-form h2 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  float: left;
  margin-top: 20px 0px;
  color: #629886;
  text-transform: uppercase;
}
.contact__bottom .contact-form h2::after {
  content: '';
  display: table;
  clear: both;
}
.contact__bottom .contact-form h2:last-child {
  margin-right: 0%;
}
.contact__bottom .contact-form .form {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.contact__bottom .contact-form .form::after {
  content: '';
  display: table;
  clear: both;
}
.contact__bottom .contact-form .form:last-child {
  margin-right: 0%;
}
.contact__bottom .contact-form .form__row {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 15px;
}
.contact__bottom .contact-form .form__row::after {
  content: '';
  display: table;
  clear: both;
}
.contact__bottom .contact-form .form__row:last-child {
  margin-right: 0%;
}
.contact__bottom .contact-form .form input[type="text"],
.contact__bottom .contact-form .form input[type="email"] {
  float: left;
  clear: none;
  text-align: inherit;
  width: 49%;
  margin-left: 0%;
  margin-right: 2%;
  box-sizing: border-box;
  padding: 5px 10px;
  border: 1px solid #578b7a;
  outline: none;
  color: #629886;
  font-size: 12px;
  text-align: center;
}
.contact__bottom .contact-form .form input[type="text"]::after,
.contact__bottom .contact-form .form input[type="email"]::after {
  content: '';
  display: table;
  clear: both;
}
.contact__bottom .contact-form .form input[type="text"]:last-child,
.contact__bottom .contact-form .form input[type="email"]:last-child {
  margin-right: 0%;
}
.contact__bottom .contact-form .form input[type="text"]::-webkit-input-placeholder,
.contact__bottom .contact-form .form input[type="email"]::-webkit-input-placeholder {
  color: #629886;
  text-align: center;
}
.contact__bottom .contact-form .form input[type="text"]::-moz-placeholder,
.contact__bottom .contact-form .form input[type="email"]::-moz-placeholder {
  color: #629886;
  text-align: center;
}
.contact__bottom .contact-form .form input[type="text"]:-ms-input-placeholder,
.contact__bottom .contact-form .form input[type="email"]:-ms-input-placeholder {
  color: #629886;
  text-align: center;
}
.contact__bottom .contact-form .form input[type="text"]:-moz-placeholder,
.contact__bottom .contact-form .form input[type="email"]:-moz-placeholder {
  color: #629886;
  text-align: center;
}
.contact__bottom .contact-form .form textarea {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  height: 160px;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #578b7a;
  outline: none;
  color: #629886;
  font-size: 12px;
  resize: none;
}
.contact__bottom .contact-form .form textarea::after {
  content: '';
  display: table;
  clear: both;
}
.contact__bottom .contact-form .form textarea:last-child {
  margin-right: 0%;
}
.contact__bottom .contact-form .form input[type="submit"] {
  box-sizing: border-box;
  padding: 5px 60px;
  border: 1px solid #578b7a;
  outline: none;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 300ms;
}
.contact__bottom .contact-form .form input[type="submit"]:hover {
  color: #fff;
  background: #578b7a;
}
.contact__bottom .contact-map {
  float: left;
  clear: none;
  text-align: inherit;
  width: 59.2%;
  margin-left: 0%;
  margin-right: 2%;
}
.contact__bottom .contact-map::after {
  content: '';
  display: table;
  clear: both;
}
.contact__bottom .contact-map:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 768px) {
  .contact__bottom .contact-map {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .contact__bottom .contact-map::after {
    content: '';
    display: table;
    clear: both;
  }
  .contact__bottom .contact-map:last-child {
    margin-right: 0%;
  }
}
.contact__bottom .contact-map #map {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  height: 400px;
}
.contact__bottom .contact-map #map::after {
  content: '';
  display: table;
  clear: both;
}
.contact__bottom .contact-map #map:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 768px) {
  .contact__bottom .contact-map #map {
    height: auto;
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .contact__bottom .contact-map #map {
    padding-bottom: 65%;
  }
}
.footer {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  background: #34847a;
}
.footer::after {
  content: '';
  display: table;
  clear: both;
}
.footer:last-child {
  margin-right: 0%;
}
.footer__wrapper {
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 30px 0;
  box-sizing: border-box;
}
.footer__wrapper::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 1200px) {
  .footer__wrapper {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 320px) {
  .footer__wrapper {
    padding: 30px 10px;
  }
}
.footer__widget {
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
.footer__widget::after {
  content: '';
  display: table;
  clear: both;
}
.footer__widget:last-child {
  margin-right: 0%;
}
.footer__widget--left {
  text-align: left;
}
.footer__widget--right {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .footer__widget {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center;
  }
  .footer__widget::after {
    content: '';
    display: table;
    clear: both;
  }
  .footer__widget:last-child {
    margin-right: 0%;
  }
}
.footer__widget a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.footer__widget a:hover {
  text-decoration: underline;
}
.footer__widget .search {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .footer__widget .search {
    width: auto;
    max-width: 180px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    margin: 20px auto;
  }
  .footer__widget .search::after {
    content: '';
    display: table;
    clear: both;
  }
}
.footer__widget .search form {
  padding: 0;
  margin: 0;
}
.footer__widget .search form input[type="text"] {
  width: 100%;
  max-width: 180px;
  box-sizing: border-box;
  padding: 8px 35px 8px 10px;
  outline: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  background: transparent;
}
.footer__widget .search form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.footer__widget .search form input[type="text"]::-moz-placeholder {
  color: #fff;
}
.footer__widget .search form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
.footer__widget .search form input[type="text"]:-moz-placeholder {
  color: #fff;
}
.footer__widget .search form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background: transparent url("../img/search.svg") center center no-repeat;
  background-size: 20px 20px;
  border: none;
  outline: none;
  cursor: pointer;
}
.footer__widget .company {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}
.footer__widget .copyright {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}
.footer__menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer__menu li {
  margin: 10px 0px;
  padding: 0;
}
.footer__menu li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.footer__menu li a:hover {
  text-decoration: underline;
}
.footer__menu li:first-child {
  margin: 0;
}
.footer__menu li:last-child {
  margin: 0;
}
.form {
  font-size: 14px;
}
.form__description {
  box-sizing: border-box;
  padding-bottom: 30px;
  margin-top: 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #487871;
  color: #727877;
  font-size: 16px;
  line-height: 22px;
}
.form__left,
.form__right {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48%;
  margin-left: 0%;
  margin-right: 4%;
}
.form__left::after,
.form__right::after {
  content: '';
  display: table;
  clear: both;
}
.form__left:last-child,
.form__right:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 768px) {
  .form__left,
  .form__right {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .form__left::after,
  .form__right::after {
    content: '';
    display: table;
    clear: both;
  }
  .form__left:last-child,
  .form__right:last-child {
    margin-right: 0%;
  }
}
.form__wrapper {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 5px;
  background: #f6f7f8;
  border: 1px solid #c4c4c4;
}
.form__wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.form__wrapper:last-child {
  margin-right: 0%;
}
.form__row {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 20px;
}
.form__row::after {
  content: '';
  display: table;
  clear: both;
}
.form__row:last-child {
  margin-right: 0%;
}
.form__col-50 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48%;
  margin-left: 0%;
  margin-right: 4%;
}
.form__col-50::after {
  content: '';
  display: table;
  clear: both;
}
.form__col-50:last-child {
  margin-right: 0%;
}
.form label {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  color: #aaabab;
}
.form label::after {
  content: '';
  display: table;
  clear: both;
}
.form label:last-child {
  margin-right: 0%;
}
.form input[type="text"] {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  border: 1px solid #d0d0d0;
  padding: 5px 10px;
  box-sizing: border-box;
  outline: none;
  resize: none;
  color: #333;
  font-size: 16px;
}
.form input[type="text"]::after {
  content: '';
  display: table;
  clear: both;
}
.form input[type="text"]:last-child {
  margin-right: 0%;
}
.form input[type="text"]:focus {
  border: 1px solid #629886;
}
.form input[type="submit"] {
  float: right;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  min-width: 150px;
  border-radius: 5px;
  color: #fff;
  background: #629886;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.form__title {
  margin: 0 0 10px 0px;
  padding: 0;
  color: #aaabab;
  font-size: 14px;
  font-weight: bold;
}
.form a {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  min-width: 180px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  color: #aaabab;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
}
.form a.active {
  color: #fff;
  background: #629886;
}
.form__right p {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #629886;
}
.form__right p::after {
  content: '';
  display: table;
  clear: both;
}
.form__right p:last-child {
  margin-right: 0%;
}
.form__right textarea {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  height: 100px;
  border: 1px solid #d0d0d0;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  outline: none;
  resize: none;
  font-size: 16px;
}
.form__right textarea::after {
  content: '';
  display: table;
  clear: both;
}
.form__right textarea:last-child {
  margin-right: 0%;
}
.form__right textarea:focus {
  border: 1px solid #629886;
}
.two {
  display: none;
}
.radiogram_list {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.radiogram_list::after {
  content: '';
  display: table;
  clear: both;
}
.radiogram_list:last-child {
  margin-right: 0%;
}
.box_1,
.box_2,
.box_3,
.box_4 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  box-sizing: border-box;
  padding: 5px;
}
.box_1::after,
.box_2::after,
.box_3::after,
.box_4::after {
  content: '';
  display: table;
  clear: both;
}
.box_1:last-child,
.box_2:last-child,
.box_3:last-child,
.box_4:last-child {
  margin-right: 0%;
}
.box_1 ul,
.box_2 ul,
.box_3 ul,
.box_4 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box_1 ul li,
.box_2 ul li,
.box_3 ul li,
.box_4 ul li {
  float: left;
  clear: none;
  text-align: inherit;
  width: 12.5%;
  margin-left: 0%;
  margin-right: 0%;
}
.box_1 ul li::after,
.box_2 ul li::after,
.box_3 ul li::after,
.box_4 ul li::after {
  content: '';
  display: table;
  clear: both;
}
.box_1 ul li:last-child,
.box_2 ul li:last-child,
.box_3 ul li:last-child,
.box_4 ul li:last-child {
  margin-right: 0%;
}
.box_1 ul li span,
.box_2 ul li span,
.box_3 ul li span,
.box_4 ul li span {
  display: block;
  text-align: center;
}
.box_1,
.box_3 {
  border-right: solid 2px #629886;
}
.box_1,
.box_2 {
  border-bottom: solid 2px #629886;
}
/* Radio buttons */
.radio {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #aaabab;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio:hover {
  color: #629886;
}
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio input:checked ~ .checkmark {
  background-color: #629886;
}
.radio input:checked ~ .checkmark:after {
  display: block;
}
.radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #629886;
  box-sizing: border-box;
}
.radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
/* Checkbox buttons */
.checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkbox span {
  display: block;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox input:checked ~ .checkmark {
  background-color: #629886;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #629886;
  border-radius: 50%;
}
.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 5px;
  width: 3px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotat;
}
.test {
  position: relative;
  display: block;
  margin-bottom: 14px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.test:hover input ~ .checkmark {
  border: 1px solid #629886;
}
.test input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.test input:checked ~ .checkmark {
  color: #bdbebe;
  background-color: #fff;
}
.test input:checked ~ .checkmark:after {
  display: block;
  color: #fff;
}
.test .checkmark {
  position: relative;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  height: 25px;
  background-color: #629886;
  border: 1px solid #bdbebe;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 25px;
}
.test .checkmark::after {
  content: '';
  display: table;
  clear: both;
}
.test .checkmark:last-child {
  margin-right: 0%;
}
.test .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 5px;
  width: 3px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotat;
}
.dentalni_radiogrami {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dentalni_radiogrami:hover input ~ .checkmark {
  background-color: #ccc;
}
.dentalni_radiogrami span {
  display: block;
}
.dentalni_radiogrami input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.dentalni_radiogrami input:checked ~ .checkmark {
  background-color: #629886;
}
.dentalni_radiogrami input:checked ~ .checkmark:after {
  display: block;
}
.dentalni_radiogrami .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #629886;
  border-radius: 50%;
}
.dentalni_radiogrami .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 5px;
  width: 3px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotat;
}
