body{
color: #323233;
}

.icon_containerIndex {
  width: 12px !important;
  height: 12px !important;
  border-radius: 20% !important;
  background: #6bdbd2 !important;
}
.why_imageIndex {
  position: absolute;
  top: 0;
  right: 0;
}

.why_contentIndex {
  padding-top: 10px;
  padding-bottom: 90px;
}

.servicesIndex {
  background: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 25px;
}
.why_list_content {
  padding-left: 20px;
}

.why_list_title {
  font-size: 14px;
  }
.why_list ul li:not(:last-of-type) {
  margin-bottom: 21px;
}
.icon_containerGreen {
  background: #86b62f !important;
}
.icon_containerPink {
  background: #d84685 !important;
}


.nav table {
  position: absolute;
  white-space: nowrap;
  border-bottom: 1px solid #c3cbfc;
  z-index: 1;
  left: -99999em;
}
.main_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav > li li {
  border-bottom: 1px solid #c3cbfc;
}
.nav li {
  position: relative;
}
.nav a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.nav > li:hover, .nav > li:hover > a {
  border-bottom-color: #c3cbfc;
}


.nav > li:hover > table {
  left:0;/* -250%;*/
  padding-top: 5px;
  min-width: 100%;
  background-color: #ffffff75;
}



.nav li a:first-child:nth-last-child(2)::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  top: 45%;
  right: 0px;
}

.nav > li > a:first-child:nth-last-child(2)::before {
  border-top-color: #aaa;
}

.nav > li:hover > a:first-child:nth-last-child(2)::before {
  border: 5px solid transparent;
    border-bottom-color: transparent;
  border-bottom-color: #c3cbfc;
  margin-top: -5px;
}

.main_nav ul li ul li{
  font-size: 14px;
  font-weight: 600;
  color: #c3cbfc;
  white-space: nowrap;
  padding: 2px 10px;
  line-height: 16px;
}
.main_nav ul li ul li:hover,.main_nav ul li ul li:hover a{
color: #3c436f;
background: #c3cbfc;
text-decoration: none;
}
.main_nav ul li:last-child {
  margin-right: 33px;
}

.main_nav ul li table a{
  font-size: 12px;
  font-weight: 600;
  color: #c3cbfc;
  white-space: nowrap;
}
/*****************************/

.header_phone {
  height: 46px;
  border-radius: 0px;  
  padding-left: 15px;
  padding-right: 15px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 600;
  color: #3c436f;
  margin-right: 12px;
  background: #fff;
}
.button a {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 42px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.button {
  height: 46px;
  border-radius: 0px;
}

.logo a > div:last-child {
  font-size: 20px;
  color: #57ccc3;
}

.footer_logo a > div:last-child {
  font-size: 20px;
  color: #57ccc3;
}

.autoloaderDiv100per {
  background-color: #38383833;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999999;
}


.autoloaderDiv100per {
 background-color: #38383833;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
	display: none;
	z-index: 999999;
}


.loader120 {
 border: 16px solid #f3f3f3;
 border-radius: 50%;
 border-top: 16px solid #3498db;
 width: 120px;
 height: 120px;
 -webkit-animation: spin 2s linear infinite;
 animation: spin 2s linear infinite;

 margin: auto auto;
 position: relative;
 top: 30px;
 display:block;
}
.loader40 {
	
 border: 4px solid #f3f3f3;
 border-radius: 50%;
 border-top: 4px solid #3498db;
 width: 40px;
 height: 40px;
 -webkit-animation: spin 2s linear infinite;
 animation: spin 2s linear infinite;
 margin: auto auto;
 position: relative;
 top: 13px;
 display:none;
}

@-webkit-keyframes spin {
 0% { -webkit-transform: rotate(0deg); }
 100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
 0% { transform: rotate(0deg); }
 100% { transform: rotate(360deg); }
}

a {
  color: #3c436f;

  }
a:hover {
  color: #007bff;
  text-decoration: underline;
}

.main_nav ul li a, .main_nav ul li table a
{
	text-transform: capitalize !important ;

}
.main_nav ul li table a
{
	font-size: 14px;
}

.footer_content {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

p {
  font-family: 'lato',sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #323233;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
  text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

.prices li
{
	font-size: 18px;
	list-style: square;
	margin-left: 40px;
}
.prices li:last-child {
  margin-bottom: 20px;
}
h3{
margin-top:20px;
font-size: 24px !important;
font-family: 'lato',sans-serif !important;
}

.home_content {
  max-width: 100% !important;
}
.opening_hours_list li {
color: #fff;
}