/* Styles for page */
/*
.container {
  width: 70%;
  margin: 150px auto;
}

body {
  color: #4B4B4B;
  font-family: sans-serif;
}
body a {
  cursor: pointer;
  color: #4B4B4B;
  text-decoration: none;
}
body section {
  margin-bottom: 90px;
}
body section h1 {
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  letter-spacing: 10px;
  font-size: 25px;
  line-height: 1.5;
}
body section p, body section a {
  text-align: center;
  letter-spacing: 3px;
}

span {
  letter-spacing: 0px;
}

p {
  font-weight: 200;
  line-height: 1.5;
  font-size: 14px;
}
*/
/* Styles for Accordion */

.toggle .title-inner-extra{
    color: black;
    font-size: 16px;
    margin-top: 30px;
}

.toggle .title-name-extra{
    color: black;
    font-size: 22px;
    padding-left:10px;
    margin-right: 20px;
    border-bottom: 2px solid #71B7A3;
    /*border-bottom: 2px solid #35A7FF;*/
}

.toggle:last-child {
    /*border-bottom: 1px solid #dddddd;*/
}
.toggle .toggle-title {
    position: relative;
    display: block;
    /*border-top: 1px solid #dddddd;*/
    margin-bottom: 6px;
}
.toggle .toggle-title h3 {
    font-size: 20px;
    margin: 0px;
    line-height: 1;
    cursor: pointer;
    font-weight: 200;
}
.toggle .toggle-inner {
    padding: 7px 25px 10px 0px;
    display: none;
    margin: -7px 0 6px;
    font-size: 16px;
}
.toggle .toggle-inner div {
    max-width: 100%;
}
.toggle .toggle-title .title-name {
    display: block;
    padding: 25px 25px 14px;
}
.toggle .toggle-title a i {
    font-size: 22px;
    margin-right: 5px;
}
.toggle .toggle-title i {
    position: absolute;
    background: url("../image/faq/plus-minus.png") 0px 0px no-repeat;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*margin: 0px;*/
    right: 0;
}
.toggle .toggle-title.active i {
    background: url("../image/faq/plus-minus.png") 0px -24px no-repeat;
}

.faq footer{
    margin-top: 100px;
}

.center-element{
    text-align: center;
    padding-top: 60px;
}


.center-element-btn {
    color: #fff;
    background-color: #71B7A3;
    border-color: #71B7A3;
}

.center-element-btn:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    cursor: pointer;
}