@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Rubik:wght@300&family=Source+Sans+Pro:ital,wght@0,300;0,400;1,700&display=swap');
body {
	background-color: #ffffff;
	color: #666666;
	font-family: "Lato",Helvetica,Arial,sans-serif,Georgia !important;
	font-weight: 400 !important;
	font-size: 16px;
  line-height: 32px;
}

p {
  color: #666666;
  font-family: "Lato",Helvetica,Arial,sans-serif,Georgia !important;
  font-size: 16px;
  line-height: 25px;
}

a {
  color: #eb5a9b;
}

a:hover {
  cursor: pointer;
  color: #2a6496;
}

a:focus {
  text-decoration: none;
}

h1, .h1 {
  font-size: 35px;
  color: #eb5a9b;
  font-family: "Lato",Helvetica,Arial,sans-serif,Georgia !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

h2, .h2 {
  font-size: 28px;
  color: #3baf29;
  font-family: "Lato",Helvetica,Arial,sans-serif,Georgia !important;
  font-weight: 300 !important;
  line-height: 38px !important;
}

h3, .h3 {
  font-size: 24px;
  color:#eb5a9b;
  font-family: "Lato",Helvetica,Arial,sans-serif,Georgia !important;
  font-weight: 300 !important;
  line-height: 34px !important;
}

h4, .h4 {
  font-size: 20px;
  color:#8f8f8f;
  font-family: "Lato",Helvetica,Arial,sans-serif,Georgia !important;
  font-weight: 300 !important;  
  line-height: 30px !important;
}

/* --------------------------------------------------------------- navbar --------------------------------------------------------------- */

.navbar-phone {
    background-color: rgba(0,0,0,0.5);
    border: 0 none;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    color: #ffffff;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.navbar-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 300;
}

ul.nav.navbar-nav.navbar-right.list-inline li a:hover {
  background-color: #3baf29;
}

.nav.navbar-nav.navbar-right.list-inline > li > a {
  padding-top:10px;
  padding-bottom:10px;
}

/* --------------------------------------------------------------- banner --------------------------------------------------------------- */

.jumbotron {  
    position: relative;
	padding:0px;
    min-height: 100%;
	background: url(/public/images/bgr_banner_home.jpg) repeat-x center top; 
}

.height-home {
  height: 500px;
  position: relative;
}

.banner-home {
  position: absolute;
  bottom: 120px;
  right: 0px;
}

a img.img-responsive.on-top {
  position:absolute;
  z-index:101;
  top:15px;
}

p.banner-home-1 {
  color: #ffffff;
  position: absolute;
  top: 150px;
  font-size: 17px;
  left: 140px;
}

p.banner-home-2 {
  position: absolute;
  color: #ffffff;
  top: 220px;
  font-size: 77px;
}

p.banner-home-3 {
  position: absolute;
  color: #ffffff;
  top: 300px;
  font-size: 45px;
  left: 90px;
}

.for-life {
  position: absolute;
  bottom: 15px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  p.banner-home-1 {
  color: #ffffff;
  position: absolute;
  top: 105px;
  font-size: 17px;
  left: 22px;
}

p.banner-home-2 {
  position: absolute;
  color: #ffffff;
  top: 200px;
  font-size: 77px;
}

p.banner-home-3 {
  position: absolute;
  color: #ffffff;
  top: 280px;
  font-size: 41px;
  left: 28px;
}
}

.circle {
    background: #3baf29 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 18px;
    height: 180px;
    line-height: 20px;
    position: absolute;
    right: 115px;
    text-align: center;
    top: 345px;
    width: 180px;
    z-index: 3;
}

.circle:hover {
    background: #eb5a9b none repeat scroll 0 0;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* --------------------------------------------------------------- banner-inside --------------------------------------------------------------- */

.jumbotron-inside {  
	padding:0px;
    min-height: 100%;
	background: url(/public/images/bgr_banner_inside.jpg) repeat-x center top; 
}

.banner-inside {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.height-inside {
  height: 400px;
  position: relative;
}

p.banner-inside-2 {
  position: absolute;
  color: #ffffff;
  top: 170px;
  font-size: 48px;
  font-weight: 300;
}

p.banner-inside-3 {
  position: absolute;
  color: #ffffff;
  top: 222px;
  font-size: 28px;
  left: 90px;
  font-weight: 300;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  p.banner-inside-2 {
  position: absolute;
  color: #ffffff;
  top: 125px;
  font-size: 55px;
}

p.banner-inside-3 {
  position: absolute;
  color: #ffffff;
  top: 185px;
  font-size: 35px;
  left: 18px;
}
}

.circle-inside {
    background: #3baf29 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 18px;
    height: 180px;
    line-height: 20px;
    position: absolute;
    right: 500px;
    text-align: center;
    top: 240px;
    width: 180px;
    z-index: 3;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .circle-inside {
    right: 400px;
  }
}

.circle-inside:hover {
    background: #eb5a9b none repeat scroll 0 0;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* --------------------------------------------------------------- menu --------------------------------------------------------------- */

.navbar-default {
  background-color: #ffffff;
}

.navbar-default .navbar-nav > .active > a {
  background-color: #ffffff;
}

.navbar-nav.menu, .navbar-nav.menu > li {
  float: none;
}

.navbar-collapse {
  padding: 0px;
}

ul.nav.navbar-nav.menu li {
  border: 1px solid #fafafa;
}

ul.nav.navbar-nav li a:hover {
  background-color: #eee;
}

ul.nav.navbar-nav li a {
  color: #797979;
  font-size: 18px;
}

ul.nav.navbar-nav li a:hover {
  color: #eb5a9b;
}

ul.nav.navbar-nav li.active a {
  color: #797979;
  font-size: 18px;
}

ul.nav.navbar-nav li.active a:hover {
  color: #eb5a9b;
}

ul.nav.navbar-nav li.dropdown.open ul.dropdown-menu li a {
  font-size: 16px;
}

.navbar-nav > li > .dropdown-menu {
  margin-left: 100px;
}

.dropdown-menu > li > a {
  padding: 3px 10px;
}

/* --------------------------------------------------------------- menu-mobile --------------------------------------------------------------- */

.icon-location-2, .icon-phone, .navbar-toggle {
  color: #ffffff;
}

.navbar-collapse.menu-mobile {
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-nav > li > .dropdown-menu.dropdown-mobile {
  margin-left: 30px;
}

ul.nav.navbar-nav li.dropdown.open ul.dropdown-menu.navbar-dropdown.dropdown-mobile li a:hover {
  color: #eb5a9b;
  background-color: #e7e7e7;
}

.navbar-nav .open .dropdown-menu > li > a {
  padding: 3px 10px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}

/* --------------------------------------------------------------- banner-mobile --------------------------------------------------------------- */

a figure.height {
  background-color: #3baf29;
  padding-bottom:15px;
}

a:hover figure.height, a:focus figure.height, a:active figure.height {
  background-color: #d04885;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

a figure.height figcaption {
  margin-top:15px;
}

div.hidden-lg.hidden-md.hidden-sm a {
  text-decoration: none;
  color: #ffffff;
}

/* --------------------------------------------------------------- sidebar --------------------------------------------------------------- */

.thumbnails {
  margin-left: auto;
  margin-right: auto;
  max-width: 208px;
}

.thumbnail {
    height: 275px;
    margin-bottom: 20px;
    margin-top: 25px;
    width: 211px;
	border-radius: 0;
}

.appointment {
    background: url("/public/images/sidebar_appointment.jpg") no-repeat scroll 0 0 #3baf29;
}

.appointment:hover {
    background: url("/public/images/sidebar_appointment.jpg") no-repeat scroll 0 0 #d04885;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ask {
    background: url("/public/images/sidebar_ask_questions.jpg") no-repeat scroll 0 0 #3baf29;
}

.ask:hover {
    background: url("/public/images/sidebar_ask_questions.jpg") no-repeat scroll 0 0 #d04885;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.virtual {
    background: url("/public/images/sidebar_virtual_tour.jpg") no-repeat scroll 0 0 #3baf29;
}

.virtual:hover {
    background: url("/public/images/sidebar_virtual_tour.jpg") no-repeat scroll 0 0 #d04885;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.thumbnail-icon {
    color: #ffffff;
    font-size: 35px;
    font-weight: 300;
    padding-left: 10px;
    padding-top: 197px;
    position: absolute;
}

.thumbnail-text {
    color: #ffffff;
    font-size: 19px;
    font-weight: 300;
    padding: 197px 0px 0px 72px;
}

.thumbnail-text2 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 300;
    padding: 185px 0px 0px 72px;
}

div.row.thumbnails.hidden-xs a:hover, div.row.thumbnais.hidden-xs a:focus {
  text-decoration: none;
}

.navbar.navbar-default {
  margin-bottom:0px;
  margin-top:25px;
}

a figure.height.border {
  border: 1px solid #ddd;
}

div.col-lg-3.col-md-3.col-sm-4.hidden-xs center a {
  color: #ffffff;
  text-decoration: none;
}

/* --------------------------------------------------------------- footer-social & footer-description --------------------------------------------------------------- */

.icon-facebook-squared {
  font-size: 28px;
}

.icon-facebook-squared:hover {
  color: #eb5a9b;
}

li a span.social {
  color: #c7c7c7;
  font-size: 27px;
}

li:hover a span.social {
  color: #eb5a9b;
}

.footer-description {
  color: #8f8f8f;
  opacity:0.7;
  font-size: 14px;
  font-weight: 300 !important;
  
}

.size-22 {
  font-size: 22px;
}

.icon-phone.grey, .icon-location-2.grey {
  color: #8f8f8f;
}

/* --------------------------------------------------------------- footer --------------------------------------------------------------- */

.footer-bg {
	height: 100%;
	margin-top: 50px;
	min-height: 100%;
	padding-top:50px;
	padding-bottom:10px;
	color: #ffffff;
	background-color: #080905; 
    font-size: 14px;
    font-weight: 300 !important;
}

.footer-text {
  color: #ffffff;
  opacity:0.6;
  font-size: 14px;
  font-weight: 300 !important;
  
}

p.footer-text a {
  color: #ffffff;
  text-decoration: underline;
}

p.footer-text a:hover {
  color: #2a6496;
}

div.footer-bg a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300 !important;

}

/* --------------------------------------------------------------- others --------------------------------------------------------------- */

.picture {
  border: 1px solid #ddd;
  padding: 4px;
}

.thumb-left {
  border: 1px solid #ddd;
  padding: 4px;
  float: left;
}

img.img-responsive.thumb-left {
  margin: 5px 10px 5px 0px;
}

.panel {
  border: 1px solid #ddd;
}

.panel-heading {
  border-bottom: 1px solid #ddd;
}

.thumb {
  height: 100px;
  width: 260px;
  padding: 3px 1px;
}

img.float-right {
  float: right;
}

.keywords {
	margin-top: 20px;
}

div.keywords a {
	color: #eb5a9b;
	opacity: 0.6;
}

div.keywords a:hover {
	color: #3baf29;
}

.breadcrumb a span {
	color: #3baf29;
}

.breadcrumb a:hover span {
	color: #eb5a9b;
}

/* Landing Page START */
.mt-4 {
        margin-top: 5rem!important;    
    }
@media screen and (min-width: 768px) {
    .mt-md-4 {
        margin-top: 5rem!important;    
    }
}
/* Landing Page END */

.row-flex {
    display: flex;
    flex-flow: row wrap;
}
.bottom-0 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.CDCP {
    position: absolute;
    z-index: 3;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    border-radius: 50%;
    background: #3baf29;
    padding: 26px;
    text-align: center;
    line-height: 1.5;
}
.CDCP:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    padding-top: 100%;
}
.CDCP a {
    color: #fff;
}
.CDCP:hover {
    background: #eb5a9b;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.CDCP span {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.CDCP span span {
    font-size: 40px;
}
.CDCP.home-page {
    position: relative;
    bottom: 0;
}
.d-block {
    display: block;
}
.text-primary {
    color: #3baf29 !important;
}
#cdcp-accordion a {
    color: #3baf29 !important;
}
#cdcp-accordion a.collapsed {
    color: #333 !important;
}