* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.clearfix {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

section.headClinic1,
section.headClinic2 {
  background-color: #44AF35;
  width: 100%;
  padding: 8px 10px 6px 10px;


}


section.headClinic1 h2,
section.headClinic2 h2 {
  font-size: 15px;
  color: white;
  padding-left: 5px;
  position: relative;
  line-height: 15px;
  padding-left: 18px;
}

section.headClinic1 h2:before,
section.headClinic2 h2:before {
  position: absolute;
  content: "";
  background-image: url(../img/heart.png);
  left: 0;
  height: 16px;
  width: 13px;
  background-size: 100% 100%;
  display: block;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  font-size: 0;
}

/*SECTION 1*/

.section1 {
  width: 100%;
  margin: 0 auto;
  background-color: #FFFBDA;
}

.con1 {
  width: 100%;
  display: table;
  padding: 15px 15px 0px 15px;
}

.sideA {
  width: 50%;
  float: left;
  display: block;
}

.sideB {
  width: 50%;
  float: left;
  display: block;
}

.sideA img {
  width: 100%;
}

.sideB h1 {
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  padding: 5px 0px 10px 0px;
}

.sideB ul li:nth-of-type(1) {
  padding-top: 17px;
}

.sideB h2 {
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  padding-bottom: 25px;
}

.sideB {
  padding-left: 10px;
}

.sideB ul li {
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 13px;
  color: #595757;
}

.sideB ul {
  padding-left: 15px;
}

.sideB ul li:nth-of-type(3) {
  padding-bottom: 0px;
}

/*SECTION 2*/

.con2 {
  width: 100%;
  padding: 0px 25px 23px 25px;
  display: inline-block;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.con2 h1 {
  padding: 20px 0px;
  font-size: 14px;
  font-weight: bold;
}

.con2 h2 {
  padding: 0px 0px 10px 0px;
  font-size: 14px;
  color: #595757;
}

td:nth-of-type(1) {
  width: 80px;
  font-size: 13px;
  color: #595757;
  text-align: left;
  padding-right: 10px;
  vertical-align: top;
}

td:nth-of-type(2) {
  font-size: 14px;
  color: #595757;
  text-align: left;
}

tr:nth-of-type(2) td:nth-of-type(2),
tr:nth-of-type(4) td:nth-of-type(2),
tr:nth-of-type(5) td:nth-of-type(1),
tr:nth-of-type(5) td:nth-of-type(2),
tr:nth-of-type(6) td:nth-of-type(1),
tr:nth-of-type(6) td:nth-of-type(2),
tr:nth-of-type(7) td:nth-of-type(1),
tr:nth-of-type(7) td:nth-of-type(2),
tr:nth-of-type(9) td:nth-of-type(2),
tr:nth-of-type(10) td:nth-of-type(1),
tr:nth-of-type(10) td:nth-of-type(2) {
  padding-bottom: 10px;
}


.con2 ul li {
  font-size: 14px;
  color: #595757;
  padding-bottom: 10px;
}

.con2 ul {
  padding-left: 18px;
}

/*SECTION 3*/

.con3 {
  width: 100%;
  padding: 0px 25px;
  background-color: white;
  display: inline-block;
}

.con3 h1 {
  font-size: 16px;
  padding: 25px 0px 30px 0px;
}

.con3 p {
  font-size: 14px;
  padding-bottom: 30px;
  color: #595757;
  line-height: 1.6;
}

/*SECTION 4*/

/*CAROUSEL*/

div.couroselWrap {
  position: relative;
  margin-top: 30px;
}

div.couroselWrap div.btnNext {
  display: block;
  position: absolute;
  width: 8.75%;
  max-width: 56px;
  top: 70px;
  left: 0;
  z-index: 9;
}

div.couroselWrap div.btnNext img {
  width: 100%;
  display: block;
}

div.couroselWrap div.btnPrev {
  display: block;
  position: absolute;
  width: 8.75%;
  max-width: 56px;
  top: 70px;
  right: 0;
  z-index: 9;
}

div.couroselWrap div.btnPrev img {
  width: 100%;
  display: block;
}

div.courosel > div {
  width: 100%;
  display: block;
}

div.courosel > div > img {
  width: 100%;
  display: block;
}
.slick-slide {
  margin: 0 30px;
}
.slick-list {
  margin: 0 -30px;
}
div.courosel div h2 {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0px;
}
div.courosel div p {
  font-size: 13px;
  color: #595757;
}
.con5 {
  margin-top: 10px;
  padding: 0px 17px 20px 17px;
}
.con5 p {
  font-size: 14px;
  padding: 15px 0px;
  color: #595757;
  border-top: 1px dashed #C8C8C8;
}
div.banner {
  position: relative;
}
div.banner div {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 13px;
  margin: auto;
  width: 150px;
  height: 92px;
}
div.banner div h1 {
  font-size: 20px;
}
div.banner div p {
  font-family: "Calibri";
  font-size: 15px;
  color: #E4B900;
}