.top-banner {
padding: 30px 0 35px;
margin-bottom: 25px;
}
.top-banner .ast-row {
display: flex;
position: relative;
}
.top-banner .banner-content {
height: 100%;
background-color: #E45555;
color: #fff;
padding: 40px;
border-radius: 26px;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.top-banner .banner-image {
background-position: center !important;
background-size: cover !important;
border-radius: 26px;
height: 100%;
width: 100%;
}
.banner-content .section-heading {
color: #fff;
margin-bottom: 15px;
text-align: left;
}
.top-banner .img-col {
min-height: 300px;
}
.faq-categories {
background-color: #F2EAE3;
border-radius: 25px;
padding: 40px 20px;
}
.faq-categories h3 {
margin-bottom: 20px;
}
.topic-title {
list-style: none;
border-top: 1px dashed #999;
padding: 14px 0;
font-weight: 400;
font-size: 0.938rem;
cursor: pointer;
}
.topic-title:last-child {
padding-bottom: 0;
}
.faq-questions {
display: flex;
flex-wrap: wrap;
}
.faq-questions a {
background-color: #F2EAE3;
border-radius: 13px;
padding: 20px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 20px;
margin-bottom: 20px;
width: calc(33% - 20px);
font-weight: 400;
text-align: center;
}
.faqs {
padding-top: 40px;
}
.faq-title {
margin-bottom: 20px;
}
.pt-footer-accreditation-section {
display: none;
}
.pt-footer-icon-section {
margin-top: 60px;
}
@media (max-width: 768px) {
.faq-questions a {
word-break: break-word;
padding: 12px;
margin-right: 10px;
margin-bottom: 10px;
}
}
@media (max-width: 767px) {
.top-banner .ast-row {
display: block;
}
.top-banner .img-col {
display: none;
}
.faq-questions a {
width: calc(50% - 20px);
margin: 0 10px 20px;
}
}  section.faq-hero-section .ast-container{
background-size: cover !important;
background-repeat: no-repeat !important;
}
section.faq-hero-section .banner-text-row {
padding: 5% 2%;
background-color: #00000073;
border-radius: 26px;
}
.banner-text {
color: #fff;
font-size: 1.875rem;
text-transform:uppercase;
text-align: center;
font-weight: 500;
line-height: 2.6rem;
letter-spacing: 0.6rem;
max-width: 100%;
}
.accordion-container label {
color: #fff;
font-size: 1rem;
font-weight: 500;
line-height: 1.5rem; text-transform: uppercase;
display: block;
cursor: pointer;
padding: 15px 35px;
background: #000000;
border-radius: 12px;
}
.accordion-container {
margin: 1px auto;
}
.accordion-container input {
display: none;
}
.accordion-container article {
overflow: hidden;
height: 0;
}
.accordion-container article p {
margin: 0;
}
.accordion-container input:checked ~ article {
height: auto;	
padding: 15px 35px;
}
.more-space {
margin-bottom: 2em;
}
section.faq-hero-section {
margin: 50px 0;
}
@media(max-width: 767px) {
section { margin-bottom: 25px;
}
section.faq-hero-section .banner-text-row {
margin: 0;
}
.banner-bottom-row .banner-link-col {
max-width: 33.33%;
padding: 0;
}
.banner-text {
font-size: 1.5rem;
letter-spacing: 0.1rem;
}
section.homepage-hero-section .ast-container {
background-position: 35%;
}
section.accordion-container {
padding: 0;
}
.accordion-container label {
padding: 15px;
}
.accordion-container input:checked ~ article {
padding: 15px !important;
}
.accordion-container article p {
margin-bottom: 0px;
}
section.faq-section {
padding-top: 0px !important;
}
}