 #faq .flex-box {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 10px;
	    align-items: center;
    justify-content: center;
}

#faq .flex-box > .main {
    flex: 1 100%;
	    font-size: 2.2rem;
}

#faq .flex-box > .aside {
    flex: 1 12%;
    background-image: url(../images/faq/faq-icon.svg);
    background-position: top center;
    background-size: 70%;
    background-repeat: no-repeat;
    padding: 10px;
    background-origin: content-box;
    min-height: 80px;
}

@media (max-width: 767.98px) {
    #faq .flex-box > .aside {
        flex: 1 150px;
    }
}

#faq .ptitle { 
    margin-top: 10px;
    margin-bottom: 10px;
	font-family: roboto,sans-serif;
    font-size: 2.8rem;
}

#faq .panel-default .panel-heading {
    background-image: none !important;
    background-color: #f5f5f5;
}

#faq .panel-heading {
    display: block;
    position: relative;
    font-size: 16px;
}
#faq .panel-collapse{
	border: 1px solid #f1f1f1;
    box-shadow: 0 9px 24px 0 rgb(26 47 106 / 6%);
    padding: 0px 15px 15px 15px;
    line-height: 25px;
    font-size: 16px;
}
#faq .collapse.in h3{
	font-size: 16px;
    padding: 10px 0;
}

#faq .answerme ul li{ list-style: disc;}

#faq .items {
    margin-bottom: 30px;
}

#faq .panel-heading:before,
#faq .panel-primary .panel-heading:before,
#faq .items .question:before,
#faq .items .answer:before,
#faq .ctitle:before,
#faq .questions-item > a:before,
#faq a.more:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: inherit;
    margin-right: 4px;
}

#faq .panel-heading:before {
    content: "\f0d7";
}

#faq .panel-primary .panel-heading:before {
    content: "\f0d8";
}

#faq .items .iquestion {
    font-weight: bold;
}

#faq .items .question,
#faq .items .answer {
    display: inline-block;
    padding: 2px 4px;
    font-size: 80%;
    font-weight: normal;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

#faq .items .question:before {
    content: "\f128";
}

#faq .items .answer:before {
    content: "\f0a2";
}

#faq .subcats {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#faq .subcats .item {
    flex: 0 calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    #faq .subcats .item {
        flex: 0 100%;
        margin-right: 0;
    }
}

#faq .subcats .item:nth-child(2n+0) {
    margin-right: 0;
}

#faq .ctitle {
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 5px;
}

#faq .ctitle:before {
    content: "\f115"
}

#faq .questions-list {
    display: flex;
    flex-direction: column;
    padding: 4px 0;
    margin-bottom: 0;
}

#faq .questions-item {
    position: relative;
    display: block;
}

#faq .questions-item > a.question {
    display: flex;
    padding: 6px;
    border-bottom: 1px dotted #ddd;
    color: #333;
}

#faq .questions-item > a.question:hover span {
    text-decoration: underline;
}

#faq .questions-item:nth-child(odd) > a.question {
    background-color: #f5f5f5;
}

#faq .questions-item > a.question:before {
    content: "\f105";
}

#faq a.more {
    display: inline-block;
    padding: 6px;
}

#faq a.more:before {
    content: "\f101"
}

#faq .pages {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.faq-cat {
    margin-bottom: 22px;
    border-radius: 0px;
    background: rgba(8, 12, 36, 0.1);
    padding: 24px 20px 27px !important;
	margin-top: 20px;
}

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

.faq-cat a {
    position: relative;
    display: block;
    padding: 10px 20px 10px 15px;
    margin-bottom: -1px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #555; 
}

.faq-cat a:before,
.faq-cat a:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: inherit;
}

.faq-cat a:hover {
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.04) 100%);
}

.faq-cat .level-0 > li > a {
    color: #fff; 
    padding-left: 10px;
}

.faq-cat .level-0 > li.home > a {
    background: none;
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 22px;
    line-height: 18px;
    position: relative;
    display: inline-block;
    color: #000;
    border: none;
}

.faq-cat .level-1 > li > a {
    color: #555;
    background-color: #eeeeee;
    border-color: #ddd;
    padding-left: 10px;
} 
 

.faq-cat .level-0 > li.home > a:before {
    content: '';
    margin-right: 0;
}
.faq-cat .level-0 > li.home > a:after {
	content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    bottom: -16px;
    left: 0;
    background: #FB493D;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.faq-cat .level-0 > li.home > a .dot{
	position: absolute;
    height: 3px;
    width: 3px;
    background: #000;
    bottom: -14.5px;
    left: 65px;
}
.faq-cat .level-0 > li.home > a .dot:after{
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    bottom: 0px;
    left: 8px;
    background: #000;
}

.faq-cat li.active > a:after {
    float: right;
    margin-right: -10px;
    content: '\f006';
}

.faq-cat .level-0 > li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.faq-cat .level-0 > li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.faq-cat .level-0 li.items{
	list-style: none;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    margin-bottom: 10px;
    margin-top: 0px;
}
.faq-cat .level-0 li.items a{
	position: relative;
    color: #565969;
    padding: 11px 17px; 
    font-size: 16px;
    line-height: 19px;
    border-radius: 0px;
    background: rgba(8, 12, 36, 0.1);
}
.faq-cat .level-0 li.items a:hover{
	background: #0a6fb5;
    color: #fff;
}

div#services-catview {
    padding: 20px 10px;
    margin-bottom: 20px;
}
#services-catview .ptitle{
	font-family: roboto,sans-serif;
    font-size: 2.8rem;
    margin-top: 10px;
    margin-bottom: 10px;
}
.single-service-wrap { 
  z-index: 1;
  position: relative;
  margin: 8px;
}
 
.single-service-wrap:hover .details {
  background: #0a6fb5;
}
.single-service-wrap:hover .details p,
.single-service-wrap:hover .details h2 a {
  color: #fff;
}
.single-service-wrap:hover .details p {
  border-bottom-color: #fff;
}
.single-service-wrap:hover .details .btn-wrap .read-more-text {
  color: #fff;
}
.single-service-wrap:hover .details .btn-wrap .read-more-text span {
  background: #fff;
  color: #0a6fb5;
}
.single-service-wrap .thumb { 
  position: relative;
  z-index: 0;
} 
.single-service-wrap .thumb img {
  max-width: 100%;
  border-radius: 10px 10px 0 0;
}
.single-service-wrap .thumb .icon {
  height: 70px;
  width: 70px;
  background: #0a6fb5;
  border-radius: 50%;
  text-align: center;
  line-height: 68px;
  position: relative;
  right: 20px;
  margin-left: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-bottom: -70px;
}
.single-service-wrap .thumb .icon img {
  width: auto;
}
.single-service-wrap .details {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 35, 90, 0.08);
  box-shadow: 0px 6px 30px rgba(0, 35, 90, 0.08);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
	padding: 40px 29px 30px;
}
.single-service-wrap .details h2 {
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; 
  line-height: 26px;
   min-height: 50px;
}
.single-service-wrap .details h2 a{ 
    font-size: 2.2rem;
	color: #000;
}
.single-service-wrap .details p {
  line-height: 26px;
  border-bottom: 1px solid rgba(8, 12, 36, 0.15);
  padding-bottom: 17px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 20px;
      font-family: roboto,sans-serif;
    font-size: 16px;
}
.single-service-wrap .details .btn-wrap .read-more-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #000;
}
.single-service-wrap .details .btn-wrap .read-more-text:after {
  display: none;
}
.single-service-wrap .details .btn-wrap .read-more-text span {
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 26px;
  border-radius: 50%;
  margin-left: auto;
  text-align: center;
  background: #0a6fb5;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #fff;
}
.read-more-text svg{
	font-size: 14px;
	width: 0.875em;
}
.service-pdesc{
	font-family: roboto,sans-serif;
    font-size: 1.6rem;
    line-height: 27px;
}
.service-pdesc ul{
	margin: 16px 0;
    padding: 0;
}
.service-pdesc ul li{
	position: relative;
    padding-left: 29px;
    line-height: 27px;
	list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}
.service-pdesc ul li:after{
	content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background: #fff;
    border: 4px solid #428bca;
    height: 14px;
    width: 14px;
}