
@font-face {
  font-family: Trajan Pro Bold;
  src: url(TrajanPro-Bold.otf);
}

@font-face {
  font-family: Helvetica Bold;
  src: url('helvetica-bold.otf');
}

@font-face {
  font-family: Helvetica;
  src: url('Helvetica.ttf') format('ttf');
}

@font-face {
  font-family: Helvetica Medium;
  src: local('Helvetica Medium'),url('helvetica_medium.ttf');
}

@font-face {
  font-family: helvetica oblique;
  src: local('Helvetica Oblique'),url('Helvetica Oblique.ttf') format('ttf');
}

@font-face {
    font-family: 'Trajan Pro Regular'; 
    src: local('Trajan Pro Regular'),url('Trajan Pro Regular.ttf');
}

.container-faq-section{
    height: 100%;
    width: auto;
    z-index: 0;
    padding-top:50px;
    padding-bottom:50px;
    background:#f1f1f1;
}
.faq-section-title{
	color:rgb(83,71,65) ;
	font-family:Helvetica Bold;
	font-size:44px;
	text-align:center;
}



@media only screen and (max-width: 767px){
	#faq-bg-fd-01 {
	    top: -58px;
	}
	
	.navbar-collapse.collapse.show .navbar-nav {
    	padding-bottom: 60px;
	}
	
	.faq-list {
    	padding: 0px !important;
	}
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#topbar .smallbar .smallbarUL {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: Helvetica ;
}

#topbar .smallbar .smallbarUL li {
    padding-left: 11px;
    padding-right: 11px;
}

#topbar .smallbar .smallbarUL li a {
    color: black;
    font-family: Helvetica ;
    text-decoration: none;
}
#topbar{
	background:white;
}
.inside-container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.main-container {
    max-width: 1950px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.banner-title{
	
	margin-top:200px;
}

.section-titleFaq{
    padding-bottom: 45px;
	padding-top: 45px;
}

.section-titleFaq h2{
	font-size: 40px;
    font-family: Helvetica ;
    color: black;
}

.section-titleFaq p{
	font-size: 24px;
    font-family: Helvetica ;
    color: #534741;
}

.faq-list {
    padding: 30px 100px;
}

.faq-list .faq-list-ul {
    padding: 0;
    list-style: none;
}

.faq-list .faq-list-li {
    padding-top: 20px;
    border-bottom: 3px solid #EAEAEA;
    padding-bottom: 20px;
    position: relative;
}

.faq-list a.collapsed {
    color: #808080;
}

.faq-list a.collapsed:hover, .faq-list a:hover  {
    color: #000000;
    text-decoration: none;
}


.faq-list-question{
    display: block !important;
    position: relative;
    outline: none;
    color:rgb(83,71,65) !important;
    font-size: 18px;
    font-family: Helvetica Bold;
    margin-bottom:20px;
}
.faq-list-question:before{
	font-family: 'FontAwesome';
    font-style: normal;
    font-weight:700;
    font-size: 27px;
    content: "\2212";
    color: #1f7de2;
    margin-top: -12px;
    margin-right:15px;
}
.faq-list-question.collapsed:before{
	content: "\002B";
}
.email-link{
	font-family: Helvetica;
	color: #0066ff;
}
.email-link:hover{
	color: #0066ff !important;
}
.faq-list p {
    margin-bottom: 10px;
    font-size: 12pt;
    font-family: Helvetica ;
    color: #534741;
}

.faq-bg {
    background-color: #F8F8F8;
}

.linear__icon {
	text-align: center;
    bottom: 15px;
    position: relative;
}

.faq-content-header .btn-link{
    font-size: 21pt;
    font-family: Helvetica ;
    color: black;
    text-decoration: none;
}

.faq-smallcontent-ul {
    list-style: none;
    padding-top: 15px;
}

.faq-list .icon-help {
    font-size: 13px;
    position: absolute;
    right: 0;
    left: 0;
    color: #F7931E;
    margin-top: 5px;
}

.faq-smallcontent-title{
    color: #534741 !important;
    font-family: Proxima Nova Bold !important;
	font-size:20px !important;
}

.faq-smallcontent-li {
    padding-bottom: 15px;
}

.faq-smallcontent-li a {
    font-size: 12pt;
    display: inline !important;
    color: blue !important;
}

.faq-smallcontent-li pre{
	color: #004000;
    width: 100%;
    background-color: #f0f0f0;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px #aaffaa solid;
    padding-left: 4ex;
}

.faq-list-ul .faq-list-li:last-child {
    padding-bottom: 30px;
    border-bottom: 0;
}

.custom-blocks {
  position: relative;
  z-index: 3;
  margin-top: calc(16px * 1.5 * 3);
  margin-bottom: calc(16px * 1.5 * 3);
  justify-content: center;
}
@media (min-width: 768px) {
.custom-blocks {
    display: flex;
    flex-wrap: wrap
}
  }
.custom-block {
  display: flex;
  float: none;
  margin-bottom: calc(16px * 1.5);
  text-align: center;
}
.custom-block__link {
  display: block;
  padding: 24px 16px 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 15px 5px rgba(62, 60, 98, 0.08);
  transition: all 220ms;
  margin-top:15px;
  margin-bottom:15px;
}
.faq-container a:hover{
	text-decoration:none;
}
@media (min-width: 768px) {
    .custom-block__link:active,
    .custom-block__link:focus,
    .custom-block__link:hover {
      transform: scale(1.045);
    }
  }
.custom-block__icon {
  display: inline-block;
}
.custom-block__icon svg, .custom-block__icon img {
    width: 98px;
    height: 98px;
  }
@media (min-width: 480px) {
.custom-block__icon {
    margin-bottom: calc(16px * 1.5)
}
  }
.custom-block__title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #231F20;
}
.custom-block__description {
  margin-bottom: 0;
  font-size: 14px;
  color: #979797;
}
.faq-container{
	background-color: #F8F8F8;
	padding-top:50px;
	padding-bottom:50px;
}
.faq-title{
	font-size:44px;
	padding-bottom: 45px;
	padding-top: 45px;
	font-family: Proxima Nova Bold;
}
.faq-link{
	font-size:16px;
	font-family: Helvetica ;
	color:black;
}
.faq-page-tag:before{
	  padding: 0 5px;
      color: #ccc;
      
      text-align:center;
}
.faq-page-tag{
	color:#818a91;
	font-family: Helvetica ;
	font-size:16px;
}
.question a{
	font-family: Helvetica ;
	color:black;
}

.question a:active,
.question a:focus {
	color:black;
	font-family: Helvetica Bold;
}

.ul-style1 li{
  list-style-type: lower-latin;
  padding-right:10px;
  margin-bottom:10px;
}
.ul-style2 li{
	 list-style-type:disc;
}
.btn-viewfaq{
	border:2px solid #527DEC;
	border-radius:30px;
	padding-right:30px;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	color:#527DEC;
	font-family: Helvetica;
}