#dropdownlist-1 {
    position: relative;
    background: rgb(255,255,255);
    left:0px;
    width:100%;
    float: left;
    border: 1px solid rgb(246,246,246);
    webkit-box-shadow: 10px 10px 5px 0px rgba(230,230,230,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(230,230,230,0.75);
    box-shadow: 0px 0px 5px 0px rgb(230,230,230);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 60px;
}



#dropdownlist-1 .pricelist_faq_fullwrap {
    position: relative;
    left:0px;
    width:48%;
    float: left;
    margin-bottom: 40px;
    margin-right: 2%;
    transition: 1s;
}
            @media screen and (max-width: 960px) { 
                 #dropdownlist-1 .pricelist_faq_fullwrap {
                    width: 100%;
                    margin-bottom: 0px;
                    margin-right: 0%;
                    transition: 1s;
                 }
            }


#dropdownlist-1 #pricelist_faq_wrap {
    width:100%;
    text-align:left;
    background: rgb(255,255,255);
    float: left;
    position: relative;

}

#dropdownlist-1 .container {
  margin: 0 auto;
  padding: 4rem;
  width: 48rem;
}
#dropdownlist-1 h3 {
  font-size: 1.75rem;
  color: rgb(120,120,120);
  padding: 1.3rem;
  margin: 0;
}
#dropdownlist-1 .pricelistfaq a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 89%;
  min-height:50px;
  margin-left:22px;
  margin-right:22px;
  margin-top:26px;
  padding: 0px;
  color: rgb(120,120,120) !important;
  font-size: 16px;
  border-bottom: 1px solid rgb(235,235,235);
}
#dropdownlist-1 .pricelistfaq a:hover,
#dropdownlist-1 .pricelistfaq a:hover::after {
  cursor: pointer;
  color: #187aba;
  text-decoration:none;
}
#dropdownlist-1 .pricelistfaq a:hover::after {
  border: 1px solid rgb(255,255,255);
}
#dropdownlist-1 .pricelistfaq a.active {
  color: #78a7e7 !important;
  font-weight: bold !important;
  //border-bottom: 1px solid rgb(0,0,0);
}
#dropdownlist-1 .pricelistfaq a::after {
  content: '+';
  position: absolute;
  float: right;
  right: 20px;
  top: -5px;
  font-size: 1rem;
  color: #586c8f;
  padding: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgb(255,255,255);
  text-align: center;
}
			 @media screen and (max-width: 600px) { 
                #dropdownlist-1 .pricelistfaq a::after {
                   	display: none;
                   	visibility: hidden;
                }
            }
#dropdownlist-1 .pricelistfaq a.active::after {
  font-family: 'Ionicons';
  font-size: 16px;
  content: '-';
  color: #78a7e7;
  border: 1px solid rgb(255,255,255);
}
#dropdownlist-1 .pricelistfaq .content {
  width: 98%;
  text-align: justify;
  opacity: 0;
  padding: 0 1.1rem;
  max-height: 0;
  border-bottom: 0px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}
#dropdownlist-1 .pricelistfaq .content p {
  font-size: 16px;
  margin-left: 10px;
}
#dropdownlist-1 .pricelistfaq .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

