/**** Faq ******/

.scroll-margin:before { 
  display: block; 
  content: " "; 
  margin-top: -285px; 
  height: 285px; 
  visibility: hidden; 
}

@media screen and (max-width: 1024px) {
.scroll-margin:before { 
  margin-top: -100px; 
  height: 100px;  
}
}


.faq-container 
{margin:0 auto 64px auto; }


.faq-container span {
  letter-spacing: 0px;
}

.faq-container p {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1rem;
line-height: 1.7;
letter-spacing: 0.2px;
color: #1d1d1d;
}


/* Styles for Accordion */
.faq-container .toggle:last-child {
  border-bottom: 1px solid #dddddd;
}
.faq-container .toggle .toggle-title {
  position: relative;
  display: block;
  border-top: 1px solid #dddddd;
  margin-bottom: 24px;
  padding-top: 24px;
	padding-left: 64px;
}
.faq-container .toggle .toggle-title h3 {
  font-size: 1.4rem;
  margin: 0px;
  line-height: 1;
  cursor: pointer;
  font-weight: 400;
}
.faq-container .toggle .toggle-inner {
  padding: 7px 25px 10px 64px;
  display: none;
  margin: -7px 0 6px;
}
.faq-container .toggle .toggle-inner div {
  max-width: 100%;
}
.faq-container .toggle .toggle-title .title-name {
  display: block;
  padding: 25px 25px 14px;
}
.faq-container .toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px;
}

.faq-container .toggle .toggle-title i {
  -webkit-transition: all ease-in-out .1s;
  -o-transition: all ease-in-out .1s;
  transition: all ease-in-out .1s;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #455a64;
  width: 34px;
  height: 34px;
  border-radius: 50%;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 1;
  -webkit-box-shadow: -3px 7px 13px rgba(19, 19, 19, 0.12), -3px 7px 13px rgba(0, 0, 0, 0.12);
  box-shadow: -3px 7px 13px rgba(19, 19, 19, 0.12), -3px 7px 13px rgba(0, 0, 0, 0.12);
}

.faq-container .toggle .toggle-title i:hover {
  -webkit-box-shadow: -3px 7px 20px rgba(19, 19, 19, 0.22), -3px 7px 20px rgba(0, 0, 0, 0.22);
  box-shadow: -3px 7px 20px rgba(19, 19, 19, 0.22), -3px 7px 20px rgba(0, 0, 0, 0.22);
}

.faq-container .toggle .toggle-title i::after {
  content: " ";
  position: absolute;
  display: block;
  background-color: #fff;
  height: 2px;
  margin-top: -1px;
  top: 50%;
  left: 10px;
  right: 10px;
  z-index: 9;
}
.faq-container .toggle .toggle-title i::before {
  content: " ";
  position: absolute;
  display: block;
  background-color: #fff;
  width: 2px;
  margin-left: -1px;
  left: 50%;
  top: 10px;
  bottom: 10px;
  z-index: 9;
}

.faq-container .toggle .toggle-title.active i {
	  background: #f29400;
}

.faq-container .toggle .toggle-title.active i::before {
	    width: 0px;
}

@media screen and (max-width: 1024px) {
	.faq-container {
		margin:32px auto 64px auto; 
	}
	
	.faq-container .toggle .toggle-title i {
		top: calc(50% - 8px)
	}
}
