

main section.content,
main section.content1 {
  background-color: #FFFBDA;
  width: 100%;
  border-bottom: 1px solid #C8C8C8;
}

main section.content1 {
  padding: 20px 20px 40px 20px;
  border-bottom: 0;

}

main section.content1 h2 {
  font-size: 15px;
  margin-bottom: 16px;
  line-height: 15px;

}

main section.content {
  padding: 25px 15px 30px 25px;
}

main section.content .content-title {
  font-size: 16px;
  margin-bottom: 23px;
  line-height: 16px;
  display: block;
  font-weight: bold;
}

main section.content1 p {
  color: black!important;
}


main section.content p,
main section.content1 p {
  font-size: 14px;
  color: #595757;


}

main section#cases {
  border-bottom: 0;
}


main section.content1 p {
  margin-bottom: 32px;
}

main section.content p.type {
  margin-bottom: 25px;
  line-height: 14px;
}

main section.content p.spcing {
  margin-bottom: 46px;
  margin-top: 17px;
}

main section.content p.spc {
  margin-bottom: 32px;
}

main section.content p.spc1 {
  margin-bottom: 16px;
}


main section.content p.spacing {
  margin-bottom: 17px;
}

main section.content1 p:nth-of-type(2) {
  margin-bottom: 0;
}



main section.dropdown h3.drpDwn:after {
  position: absolute;
  right: 0px;
  height: 13px;
  width: 20px;
  background-image: url(../img/medical/dropUp.png);
  background-size: 100% 100%;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;

}

main section.dropdown.active h3.drpDwn:after {

  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

div.contentWrap {
  display: none;
}

main section.content div {
  display: table;
}


main section.content div p {
  float: left;
  width: 45%;
  color: #595757;
}

main section.content div div {
  float: left;
  width: 50%;
  padding-right: 5px;
}

main section.content div div img {
  width: 70%;
  margin-top: -10px;
}

.grannyPic {
  width: 100%;
  padding: 37px 50px 27px 50px;
}

main section.content p.spc2 {
  margin-bottom: 11px;
}

.stomach {
  width: 90%;
  margin-top: 30px;
}

main section.content p.spc3 {
  margin-bottom: 28px;
}

main section.content p.spc4 {
  margin-bottom: 38px;
}

main section.content p.spc5 {
  margin-bottom: 12px;
}

main section.content p.spc6 {
  margin-bottom: 30px;
}

main section.content p.spc7 {
  margin-bottom: 20px;
}

table {
  border-collapse: collapse;
  border: 1px solid #9F9FA0;
  background-color: white;
  margin-bottom: 15px;
  width: 100%;
}

table .title {
  background-color: #FFD800;
  text-align: center;
}

table tr td {
  text-align: right;
  border-left: 1px solid #9F9FA0;
  font-size: 14px;
  padding: 5px 10px;
  color: #595757;

}

.wrap {
  display: table;
  width: 100%;
}

.wrap div img {
  width: 100%!important;
  margin: 0 auto;
  display: block;
  float: left;
  margin-top: 0!important;
}

.wrap .txt {
  float: right;
  display: block;
  width: 50%;
  padding-left: 10px;
  padding-right: 0px;
}

.wrap p {
  font-size: 12px!important;
  width: 100%!important;
  margin-bottom: 18px;
}

.wrap p.fontWrap:nth-of-type(1) {
  padding-top: 0;
}


main nav {
  padding: 33px 13.5px 40px 33px;
  background-color: #FFFBDA;
  color: #595757;
}

main nav li.p {
  text-align: right;
  line-height: 14px;
  font-size: 14px;
  margin-bottom: 23px;
  list-style: none;
}

main nav li.p  a{
  color: #595757;

}

main nav ul li {
  margin-bottom: 18px;
  font-size: 14px;
}

main nav ul li.pbtm {
  margin-bottom: 13px;
  line-height: 14px;
}

main nav ul li.dash {
  border-bottom: 1px dashed gray;
  margin-bottom: 15px;
  line-height: 14px;
  padding-bottom: 14px;
}

main nav ul li.new {
  display: block;
  text-align: left;
  text-decoration: none;
  position: relative;
  font-size: 13px;

}

main nav ul li#n1 {
  margin-bottom: 0;
}

main nav ul li.new:before {
  content: "";
  position: absolute;
  background-image: url(../img/medical/bullet.png);
  top: 3px;
  left: -20px;
  right: 0px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 11px;
  width: 10px;
}

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;
  padding-bottom: 10px;
}

div.banner div p {
  font-family: "Calibri";
  font-size: 15px;
  color: #E4B900;
}

.therapy-box-container{
  background-color: #FFFBDA;
  padding: 5%;
}

.therapy-box {
    border: 3px solid #FCD68C;
    background-color: #fff;
    padding: 20px;
    font-size: 14px;
}
.therapy-box h4{
  font-size: 16px;
}
.therapy-box ul{
  margin-left: 20px;
}
