@import url("https://fonts.googleapis.com/css2?family=Waterfall&display=swap");
.ptefl-button.red-btn {
background: #028188 !important;
}
.South.America {
display: none;
}
.coupon {
margin: 5px 0 0 0;
background: #E45555;
color: white;
font-weight: 500;
text-align: center;
padding: 5px 25px;
}
.promo-image {
padding: 15px 25px 0;
width: 100%;
}
.labels {
display: flex;
gap: 8px;
flex-wrap: wrap;
margin: 25px 0 20px 0;
}
.labels .label {
padding: 4px 26px;
border-radius: 20px;
font-weight: 500;
font-size: 0.8rem;
color: white;
}
.labels .label img {
filter: brightness(0) invert(1);
position: relative;
top: -1.5px;
margin: 0 10px 0 0;
}
.regular-html {
opacity: 0.8;
}
.regular-html ins {
display: none;
}
.price {
margin-bottom: 25px;
}
.price-html {
font-size: 1.5rem;
}
.price-html del {
display: none;
}
.deposit-html {
font-weight: 400;
opacity: 0.8;
}
.deposit-html del {
display: none;
}
.deposit-html span {
font-weight: 400;
}
.deposit-html span .amount {
font-weight: 400;
}
.gallery {
margin: 5px -3px 0 -3px;
display: flex;
}
.image-box {
width: 33%;
margin: 0 3px;
}
.gallery .image {
background-position: center;
background-size: cover;
cursor: pointer;
height: 60px;
}
.image-camera {
background: rgba(0, 0, 0, 0.25) url(http://premiertefl.com/wp-content/uploads/2022/07/Camera.png) no-repeat center center / 33px;
width: 100%;
height: 100%;
display: flex;
}
.modals {
display: none;
position: fixed;
z-index: 9999999;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, .65);
} .modals-content {
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
} .close {
color: white;
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
}
.close svg {
width: 35px;
height: 35px;
opacity: 1;
top: 0;
margin: 0;
} .thumbail {
background: white;
margin: 55px;
border-radius: 20px;
border-radius: 10px;
}
.thumbnail-box {
height: 600px;
min-width: 700px;
background-position: center;
background-size: cover;
float: left;
border-radius: 10px 0 0 10px;
}
.thumbail .thumbail-box {
max-width: 70% !important;
float: left;
}
.thumbail-sidebar {
width: 300px;
float: right;
}
.thumbail-sidebar-user {
display: flex;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 15px;
align-items: center;
}
.thumbail-sidebar-user img {
float: initial;
width: 38px;
height: 38px;
border-radius: 50px;
}
.thumbail-sidebar-user div {
margin-left: 15px;
line-height: 1.25;
}
.avatar {
margin: 0 !important;
width: 38px;
height: 38px;
border-radius: 50%;
background-position: center;
background-size: cover;
float: left;
}
.thumbail-sidebar-decription {
padding: 15px;
overflow: auto;
}
.thumbail-sidebar-decription div {
margin-left: 50px;
line-height: 1.25;
}
.decription {
display: inline;
font-size: 16px;
font-weight: 500;
}
.user-name {
margin: 0;
font-size: 16px;
display: inline-block;
}
.name {
margin: 0;
font-weight: 500;
font-size: 14px;
opacity: 0.75;
} .prev,
.next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
margin-top: -17.5px;
transition: 0.6s ease;
user-select: none;
-webkit-user-select: none;
background: white;
color: #353535;
width: 35px;
height: 35px;
border-radius: 50px;
display: flex;
justify-content: center;
align-items: center;
}
.prev svg {
width: 20px;
height: 20px;
position: relative;
opacity: 1;
color: #353535;
margin: 0;
top: 0;
left: -1px;
}
.next svg {
width: 20px;
height: 20px;
position: relative;
opacity: 1;
color: #353535;
margin: 0;
top: 0;
right: -1px;
} .prev {
left: 10px;
}
.next {
right: 10px;
} .prev:hover,
.next:hover {
background-color: rgba(255, 255, 255, 0.75);
}
.rplg .rplg-stars svg {
opacity: 1;
position: relative;
top: -1px;
}
.talk-with-us {
margin: 50px 0;
}
.talk-with-us-inner {
background: #F2EAE3;
margin: auto;
text-align: center;
border-radius: 0 0 25px 25px;
}
.talk-with-us h1 {
background: #0F3042;
color: white;
display: flex;
justify-content: center;
align-items: center;
padding: 20px 0;
font-size: 1.5rem;
border-radius: 25px 25px 0 0;
border: 1px dotted #F7F2EE;
}
.talk-with-us h1 img {
height: 30px;
margin: 0 15px 0 0;
width: auto;
}
.each-column {
padding: 50px;
}
.each-column img {
height: 75px;
width: auto;
}
.each-column h2 {
font-size: 1.5rem;
margin-top: 25px;
}
.each-column h3 {
font-weight: 500;
font-size: 1rem;
margin: 5px 0 25px;
}
.each-column a {
color: white;
background-color: #0F3042;
border-radius: 10px;
font-size: 1rem;
padding: 10px 30px;
display: inline-flex;
align-items: baseline;
border: 1px dashed #F7F2EE;
cursor: pointer;
}
.yellow-icon-with-text img {
height: 40px;
width: auto;
margin: auto;
display: block;
margin-bottom: 15px;
}
.instalments-tab-section .items .body {
display: flex;
flex-direction: column;
justify-content: center;
}
.instalments-tab-section .items .body h4 {
margin-bottom: 1.5rem;
font-size: 1.5rem;
}
.instalments-tab-section .content {
margin: 0 3rem 0 0;
font-weight: 400;
font-size: 1.2rem;
display: flex;
align-items: center;
}
.instalments-tab-section .items {
margin: 3rem auto 0;
display: flex;
max-width: 900px;
}
.item {
background: #F2EAE3;
margin: 0 1rem;
border-radius: 25px;
padding: 1.5rem 3rem;
width: 50%;
}
.item h4 {
text-align: center;
border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
padding-bottom: 1rem;
font-weight: 600;
font-size: 23px;
}
.item img {
height: 100px;
margin: 2rem auto;
display: block;
object-fit: contain;
}
.item p {
font-size: 1rem;
text-align: center;
font-weight: 500;
margin: 0;
}
.site-content>.ast-container {
width: 100%;
padding: 0;
}
.pt-footer-accreditation-section {
display: none;
}
.pt-footer-icon-section {
margin-top: 40px;
}
.hero-section .section-heading,
.hero-section .section-sub-heading {
font-size: 2rem;
color: #fff; }
.hero-section .section-heading {
font-weight: 700;
text-align: left;
margin-bottom: 0px;
}
.hero-content-col .content-div {
background-color: #E7AF2E;
border-radius: 40px;
padding: 50px;
}
.hero-section .section-sub-heading {
margin-bottom: 0px;
line-height: initial;
}
.internship-intro-col .section-heading {
margin-bottom: 40px;
}
.intern-content-div p:last-child {
margin-bottom: 0;
}
.intern-content-div p {
text-align: center;
font-weight: 400;
font-size: 1.24rem;
line-height: 1.8rem;
}
.internship-img {
height: 180px;
background-position: center;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: center;
}
.internship-img-overlay {
background: #0f304275;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 5px 0 15px 0;
}
.internship-title-font {
font-family: Waterfall;
color: white;
z-index: 1;
font-weight: 500;
font-size: 40px;
margin-bottom: 0.5rem;
}
.subtitle {
color: white;
text-transform: uppercase;
letter-spacing: 0.1rem;
font-weight: 500;
z-index: 1;
}
.tab-content {
background-color: #F2EAE3;
padding: 40px;
padding-bottom: 0px;
}
.internship-col-inner {
background-color: #fff;
padding: 25px;
box-shadow: 3px 3px #e2d5cb;
flex: 1;
}
.internship-col {
margin-bottom: 40px;
display: flex;
}
ul.nav.nav-tabs {
margin-left: 0px;
display: flex;
}
ul.nav.nav-tabs li {
flex: 1;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
border: 1px dotted #F7F2EE;
}
ul.nav.nav-tabs li a {
margin: 0px !important;
}
ul.nav.nav-tabs li:nth-of-type(1) {
background-color: #0F3042 !important;
}
ul.nav.nav-tabs li:nth-of-type(2) {
background-color: #028288;
}
ul.nav.nav-tabs li:nth-of-type(3) {
background-color: #65BE9F;
}
ul.nav.nav-tabs li a {
background-color: transparent !important;
border: none !important;
outline: none !important;
padding: 17.5px 20px;
font-size: 1.81rem;
color: #fff !important;
display: flex;
align-items: center;
justify-content: center;
}
ul.nav.nav-tabs li a img {
margin-right: 20px;
}
.internship-title {
font-size: 1.15rem;
padding: 25px 0 5px;
}
.font-normal {
font-weight: 400;
}
.feature-list {
margin: 20px 0;
}
.feature-list div {
padding-bottom: 15px;
display: flex;
align-items: center;
}
.feature-list div span.label {
margin: 0 15px;
width: 30%;
}
.feature-list div img {
width: 6%;
}
.feature-list div span.value {
width: 64%;
font-weight: 400;
}
.feature-list div:last-child {
padding-bottom: 0px;
}
.feature-list div span {
font-size: 0.95rem;
}
.apply-now-div a {
color: #fff;
font-size: 1rem;
margin: 0 !important;
}
.apply-now-div a,
.get-guide-div a,
.learn-about-div a {
display: table-cell;
width: 100%;
overflow: auto;
justify-content: space-between;
}
.get-guide-div a,
.learn-about-div a {
font-size: 0.95rem;
}
.get-guide-div a {
display: flex;
justify-content: space-between;
font-size: 1.25rem;
align-items: center;
background: #F2EAE3;
border-radius: 10px;
padding: 0;
}
.get-guide-div a span {
font-weight: 500;
}
.get-guide-div .guide-image {
width: 100px;
height: 60px;
margin: -15px 0 -15px 0;
background-position: center;
background-size: cover;
}
.get-guide-div .guide-text {
position: relative;
left: -0.5rem;
}
.get-guide-div .guide-icon {
background: rgba(0, 0, 0, 0.1) url(https://premiertefl.com/wp-content/uploads/2022/05/Download-icon.png) no-repeat center center / 20px;
width: 50px;
height: 50px;
border-radius: 0 10px 10px 0;
}
.get-guide-div i,
.learn-about-div i {
font-weight: 700;
}
.in-smart-consult-row h5 {
font-size: 1.6rem;
margin-bottom: 25px;
}
.in-tefl-adv h6 {
font-size: 1.42rem;
margin-bottom: 30px;
}
.in-tefl-adv p {
font-size: 1.12rem;
font-weight: 400;
}
.in-smart-consult-row .img-link {
margin-bottom: 25px !important;
display: block;
}
.section.internship-tefl-crew {
background-image: url(//premiertefl.com/gb/wp-content/uploads/2021/04/crew-wave.svg);
height: 833px;
display: flex;
align-items: center;
}
.section.internship-tefl-crew .section-heading {
margin-bottom: 40px;
}
.feat-btn {
display: none;
}
.internship-content-div .rplg-badge2 {
min-width: 100%;
text-align: center;
justify-content: center;
animation: c;
}
.internship-content-div .rplg-badge2-btn.rplg-badge2-clickable {
margin: auto;
align-items: center;
justify-content: center;
}
@media only screen and (max-width: 1130px) and (min-width: 930px) {
.thumbnail-box {
height: 400px;
min-width: 500px;
}
}
@media only screen and (max-width: 930px) {
.modals-content {
height: auto;
padding: 50px 10px 0;
}
.thumbail {
border-radius: 10px;
}
.thumbail-sidebar {
width: 100%;
float: inherit;
}
.thumbnail-box {
min-width: 100% !important;
height: 300px;
border-radius: 0 0 10px 10px;
}
.thumbail {
margin: 5px;
width: 100%;
}
.prev,
.next {
top: 10px;
margin: 0;
}
.prev {
left: auto;
margin: 0 0 0 -50px;
}
.next {
right: auto;
margin: 0 0 0 50px;
}
}
@media only screen and (max-width: 768px) {
.instalments-tab-section .items {
display: block;
}
.item {
margin-bottom: 1.5rem;
width: auto;
}
.instalments-tab-section .content {
margin: auto;
padding-bottom: 3rem;
}
ul.nav.nav-tabs>li {
width: 33.33%;
}
ul.nav.nav-tabs li a {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
font-size: 1rem;
padding: 10px;
}
ul.nav.nav-tabs li a img {
margin: 0 0 10px 0;
}
.internship-col {
padding: 0px;
}
.internship-col-inner {
padding: 15px;
} .in-tefl-adv h6 {
margin-bottom: 10px;
line-height: initial;
}
.in-smart-consult-row .img-link {
margin-bottom: 10px !important;
}
.in-smart-consult-row h5 {
margin-bottom: 15px;
}
.in-smart-col {
margin-bottom: 40px;
}
.feature-list {
margin: 0 0 10px 0;
}
.internship-col-inner>div {
flex: 1;
}
.internship-title {
padding: 15px 0;
text-align: left;
border: none;
}
.get-guide-div a,
.learn-about-div a {
padding: 0 0 10px 0 !important;
}
.get-guide-div {
width: 90%;
margin: 10px auto;
}
.internship-content-div {
display: flex;
flex-direction: column;
justify-content: center;
} .apply-now-div a span {
margin: 0px;
}
.internship-img img {
height: 150px;
object-fit: cover;
}
.section.internship-tefl-crew {
height: 450px;
background-size: cover;
}
.internship-tefl-crew-section {
padding: 0 7px;
}
.section.internship-tefl-crew {
height: 450px;
background-size: cover;
}
.internship-tefl-crew-section {
padding: 0 7px;
}
.feature-list div img {
display: none;
}
.feature-list div span.label {
margin: 0px 5px 0 0;
}
.feature-list div {
display: inline-block;
padding-bottom: 5px;
}
.feature-list.open>div {
margin-right: 1rem;
}
.feature-list div span {
width: 100% !important;
}
.feat-btn {
display: block;
}
.feat-btn {
cursor: pointer;
}
.feature-list.open {
opacity: 1;
height: auto;
transition: all .3s ease-in-out;
margin-top: 10px;
}
.feature-list {
opacity: 0;
height: 0;
transition: all .3s ease-in-out;
}
.feat-btn:after {
content: "\f055";
font-family: 'FontAwesome';
padding-left: 8px;
}
.feat-btn.open:after {
content: "\f146";
}
}
@media only screen and (max-width: 767px) {   .hero-img-col>div { height: 175px !important;
border-radius: 40px;
}
.hero-content-col {
margin: 1rem auto;
z-index: 9;
}
.hero-content-col .content-div {
padding: 20px;
}
} :root {
--accent-blue: #0f3042;
--accent-green: #028288;
--accent-yellow: #e7af2e;
--light-bg: #F2EAE3;
}
.internship-continents__continent-name {
border-radius: 30px 30px 0 0;
border: 1px dotted #f7f2ee;
color: #fff;
padding: 1rem 2rem;
display: flex;
justify-content: center;
align-items: center;
font-size: 2rem;
}
.internship-continents__continent-name>img {
margin-right: 1.5rem;
}
.internship-continents__continent-asia {
background: var(--accent-blue);
}
.internship-continents__continent-europe {
background: var(--accent-green);
}
.internship-continents__continent-south-america {
background: var(--accent-yellow);
}
.internship-continents__continent-lists {
padding: 1rem 1.5rem;
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem;
background: var(--light-bg);
} a.ptefl-button.ptefl-button-eligibility {
margin: .5rem 0 0 0 !important;
background: #E45555;
color: #fff;
font-size: 1rem;
}
.register-alert-btn {
margin: .5rem 0 !important;
background: var(--accent-green);
color: #fff;
font-size: 1rem;
}
.register-alert-btn:hover {
background: var(--light-bg);
color: var(--accent-green);
}
.apply-now-div a,
.ptefl-button-eligibility,
.register-alert-btn {
display: flex;
align-items: center;
justify-content: space-between;
}
.apply-now-div a:hover {
color: var(--accent-blue) !important;
background: var(--light-bg) !important;
}
.ptefl-button-eligibility:hover {
color: #E45555 !important;
background-color: var(--light-bg) !important;
}
.date-selection #pa_dates,
.date-selection #dates,
.date-selection #date {
width: 100%;
background: var(--light-bg);
border: 1px dashed var(--accent-yellow);
cursor: pointer;
border-radius: 5px;
text-align: center;
background-image: url(//premiertefl.com/gb/wp-content/uploads/2023/02/96810.png);
background-position: calc(100% - 15px);
background-repeat: no-repeat;
background-size: 10px;
}
.date-selection select:focus-visible {
outline: none;
}
.date-selection table,
.date-selection td,
.date-selection th {
border: none !important;
margin-bottom: 0;
}
.date-selection .stock {
display: block;
margin-bottom: 0;
text-align: center;
}
.date-selection table .value {
display: flex;
align-items: center;
gap: 5px;
position: relative;
}
.date-selection .woocommerce-variation-add-to-cart {
display: none;
}
.date-selection .reset_variations {
font-size: 0;
}
.date-selection a.reset_variations::before {
content: "\f0e2";
font-size: 16px;
font-family: 'FontAwesome';
position: absolute;
right: -8%;
top: 50%;
transform: translateY(-35%); }