html {
scroll-behavior: smooth;
}
.site-content > .ast-container {
max-width: 100%;
padding: 0;
}
.hero-section, .form {
padding: 50px 0 0;
}
.hero-content-col .content-div {
background-color: #65BE9F;
color: #fff;
}
.hero-img-col>div {
background-position: center;
}
.hero-content-col h3 {
color: #fff;
text-align: left;
}
.hero-content-col p {
margin-bottom: 0px;
font-size: 1.2rem;
}
.interested {
padding: 50px 0;
text-align: center;
}
.interested .section-heading {
margin-bottom: 25px;
}
.interested .description {
font-weight: 500;
max-width: 800px;
margin: auto;
}
.interested .description a {
font-weight: 500;
text-decoration: underline;
}
.why-choose-us-heading { margin-bottom: 70px;
}
.why-choose-us-section {
background-image: url(https://premiertefl.com/wp-content/uploads/2021/03/Group-52.svg);
height: 545px;
display: flex;
align-items: center; }
.why-choose-us-img {
text-align: center;
width: 90px;
height: 90px;
margin: 0 auto 30px;
}
.why-choose-us-col {
text-align: center;
}
.why-choose-us-content .title {
margin-bottom: 10px;
font-size: 1.2rem;
}
.why-choose-us-content .content {
font-weight: 400;
}
.why-choose-us-img img {
width: 100%;
height: 100%;
}
.for-institutions {
padding: 50px 0 0;
}
.for-institutions h3 {
margin-top: 50px;
margin-bottom: 25px;
}
.for-institutions h4 {
margin-top: 50px;
margin-bottom: 15px;
}
.for-institutions .content {
max-width: 800px;
margin: auto;
}
.for-institutions .content p {
font-weight: 500;
margin-bottom: 15px;
}
.for-institutions .content p:last-child {
margin-bottom: 0;
}
.for-institutions .content p a {
font-weight: 500;
text-decoration: underline;
}
.accordion__question {
background: #F2EAE4;
border-radius: 10px;
font-size: 16px;
padding: 1rem;
cursor: pointer;
}
.accordion__question:hover {
opacity: 0.9;
}
.accordion__answer {
display: none;
padding: 1rem;
}
.accordion__answer div {
font-weight: 400;
}
.accordion__answer p {
font-weight: 400;
}
ul, li {
font-weight: 400;
}
p a {
font-weight: 400;
}
.accordion__answer a {
text-decoration: underline;
}
.ast-col-md-12 p:last-child {
margin: 0;
}
.accordion:last-child {
margin: 0;
}
h4 {
text-align: left;
font-size: 1.83rem;
line-height: 2.18rem;
margin-top: 3rem;
margin-bottom: 1rem;
font-weight: 600;
}
.shown .accordion__answer {
display: block;
}
.accordion {
margin-bottom: 1rem;
}
.tefl-schools-form {
padding: 0 20px 0;
margin: 0 !important;
}
label {
display: block;
}
input[type=text], input[type=email], input[type=tel], textarea, select {
background-color: transparent;
border: 1px dashed #999;
border-radius: 10px;
padding: 10px 20px;
color: #353535;
font-weight: 400;
font-family: Dosis, serif;
margin-bottom: 5px;
-webkit-appearance: none;
-moz-appearance: textfield;
}
input[type="submit"] {
background-color: #0F3042 !important;
border-radius: 10px !important;
margin-bottom: 0 !important;
display: inline-flex;
align-items: baseline;
border: 1px dashed #F7F2EE !important;
font-weight: 400;
}