.effect-body-container {
/*  margin-top: 45px;*/
  margin-bottom: 75px;
}

.effect-body-container:last-child {
  margin-bottom: 60px;
}

.effect-side-effects {
  font-size: 14px;
}

.effect-side-effects div:first-child {
  float: left;
  width: 50%;
}

.effect-side-effects img {
  float: right;
  margin-top: 85px;
  width: 45%;
}

.effect-side-effects div p {
  margin-bottom: 45px;
  line-height: 25px;
}

.effect-sideff-p {
  margin-bottom: 40px;
  line-height: 25px;
}

.effect-sideff-box {
  border: 3px solid #D1D3D4;
  padding: 20px 45px 15px 45px;
}

.effect-sideff-box ul {
  font-size: 14px;
  padding-left: 15px;
}

.effect-sideff-box ul li {
  color: #32A080;
  position: relative;
  line-height: 20px;
  margin-bottom: 15px;
  text-align: justify;
}

.effect-sideff-box ul li:before {
  content: "";
  background: url(../../medicine/effect/images/effect-checkbox-icon.png) left no-repeat;
  width: 18px;
  height: 18px;
  background-size: 100%;
  position: absolute;
  left: -25px;
  top: -1px;
}

.effect-sideff-box ul li:last-child {
  margin-bottom: 0px;
}

.effect-drug-desc {
  padding-bottom: 43px;
  margin-bottom: 28px;
  border-bottom: 1px dashed #939598;
  font-size: 14px;
  line-height: 25px;
}

.effect-drug h3 {
  font-size: 23px;
  font-weight: bold;
  color: #32A080;
  margin-bottom: 30px;
}

.effect-drug div:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.effect-drug-div-a, .effect-drug-div-b {
  font-size: 14px;
  padding-bottom: 43px;
  border-bottom: 1px dashed #939598;
  float: left;
}

.effect-drug-div-a {
  margin-bottom: 25px;
}

.effect-drug-div-b {
  margin-bottom: 35px;
}

.effect-drug-div-first {
/*  width: 75%;*/
  float: left;
}

.effect-drug-div-second {
  margin-top: 10px;
  float: left;
}

.effect-drug-div-second p {
  padding-right: 0px;
}

.effect-drug-div-a div {
  line-height: 25px;
  text-align: justify;
}

.effect-drug-div-a div p {
  padding-right: 25px;
}

.effect-drug-div-a img {
/*  width: 25%;*/
  float: right;
  margin-top: -15px;
  margin-left: 15px;
}

.effect-drug-b-first-div {
  width: 100%;
/*  float: right;*/
/*  margin-top: 20px;*/
}

.effect-drug-b-first-div img {
  margin-right: 15px;
}

.effect-drug-div-b div:nth-of-type(2) {
  margin-top: 10px;
  float: left;
}

.effect-drug-div-b div:nth-of-type(2) p {
  padding-right: 0px;
}

.effect-drug-div-b div {
  line-height: 25px;
  text-align: justify;
}

/*
.effect-drug-div-b img {
  width: 25%;
  float: left;
}
*/

.effect-drug-div-pills img {
  margin-top: -55px;
}

.effect-drug-div-milk img {
  margin-top: -20px;
}

@media all and (min-width: 320px) and (max-width: 768px) {
  .common-container {
    padding: 0px;
  }
  
  .effect-body-container, .common-container, .effect-drug {
    float: left;
  }
  
  .effect-body-container:nth-of-type(1) {
    margin-bottom: 0px;
  }
  
  .common-body-container h2, 
  .effect-body-container:nth-of-type(1),
  .effect-drug-div-a,
  .effect-drug-div-b,
  .effect-drug-desc {
    padding-left: 25px;
    padding-right: 25px;
  }
  
  .effect-drug-desc {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
  }
  
  .effect-drug-desc p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .effect-side-effects {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .common-body-container h2 {
    margin-bottom: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    position: relative;
    border-top: 1px solid #939598;
  }
  
  .border-top {
    border-top: none !important;
  }
  
  .effect-drug h3 {
    color: #fff;
    background-color: #32A080;
    padding: 15px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
  }
  
  .effect-drug-div-pills img, .effect-drug-div-milk img {
    margin-top: 0px;
  }
  
  .effect-drug div {
    border-bottom: none;
    margin-bottom: 0px;
  }
  
  .effect-drug h3 {
    margin-bottom: 0px;
    padding-right: 50px;
    padding-left: 25px;
    position: relative;
  }
  
  #dropdown-01,
  #dropdown-02 {
    background-color: #fff;
  }
  
  #sideeffects:after{
    content: "";
    background: url(../images/dropdown-arrow-up.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 5%;
    top: 40%;
    width: 32px;
    height: 20px;
    transition: .2s;
  }
  
  #interaction:after {
    content: "";
    background: url(../images/dropdown-arrow-up.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 5%;
    top: 40%;
    width: 32px;
    height: 20px;
    transition: .2s;
    transform: rotateZ(180deg);
  }
  
  #dropdown-03:after,
  #dropdown-04:after,
  #dropdown-05:after,
  #dropdown-06:after,
  #dropdown-07:after {
    content: "";
    background: url(../images/dropdown-arrow-up-white.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 5%;
    top: 40%;
    width: 32px;
    height: 20px;
    transition: .2s;
    transform: rotateZ(180deg);
  }
  
  .effect-body-container:last-child {
    margin-bottom: 0px;
  }
  
  .effect-drug-div-a, .effect-drug-div-b {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  
  .dropdown-panel-01 {
    max-height: 1060px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
  }
  
  .dropdown-active-03 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  
  .dropdown-panel-02,
  .dropdown-panel-03,
  .dropdown-panel-04,
  .dropdown-panel-05,
  .dropdown-panel-06,
  .dropdown-panel-07 {
    max-height: 0px;
    overflow-y: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
  }
  
  .effect-body-container {
    margin-bottom: 0px;
  }
  
  .effect-sideff-box {
    padding: 20px 20px 15px 20px;
  }
  
  .effect-side-effects div:first-child {
    float: none;
    width: 100%;
  }
  
  .effect-side-effects div p {
    margin-bottom: 0px;
  }
  
  .effect-sideff-p {
    margin-top: 25px;
  }
  
  .effect-side-effects img {
    float: none;
    margin: 30px 0px;
    width: 100%;
    max-width: 289px;
  }
  
  .effect-drink-container {
    display: table;
  }
  
  .effect-drink-container div {
/*    float: none;*/
/*    display: table-cell;*/
    vertical-align: top;
  }
  
/*
  .effect-drink-container img {
     width: inherit; 
     float: none; 
     display: table-cell;
  }
*/
  
  .effect-drug-div-a div p {
    padding-right: 10px;
  }
  
  .effect-drug-b-first-div {
    width: inherit;
    float: none;
    margin-top: 0px;
  }
}