:root{
  --base-color: #003a66;
}
.bg-pupil-theme{
  background: var(--base-color);
}
.bg-theme-light-blue {
  background: #f0f4fd;
}
.bg-blue-very-light-gray-transparent{
  background: linear-gradient(to right, #fff, #f0f4fd);
}
.box-layout{
  padding: 0;
}
/* Header */
header .navbar-brand{
  padding: 15px;
}
header .navbar-brand img{
  max-height: 60px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  line-height: 20px;
  padding: 0.8em 25px 0.8em 25px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a img {
  width: 1.5em;
}
.btn-double-text.ms-2{
  padding-left: 10px;
  text-wrap: nowrap;
}
.header-light .navbar-nav .nav-item .nav-link{
  /* color: var(--base-color); */
  color: #000;
  opacity: 1;
}
/* .header-light .navbar-nav .nav-item:hover .nav-link,
.header-light .navbar-nav .nav-link.active{
  color: #003a66;
} */
.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item:hover .nav-link {
  opacity: .6;
}
.dropdown-menu li a.active{
  opacity: .6;
}
/* Banner or Hero */
.home-banner-pupil{
  /* background: url('../images/home/banner-1.jpg'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 85vh;
  width: 100%;
}
.home-banner-pupil .container-fluid{
  position: relative;
  z-index: 1;
}
.home-banner-pupil .container-fluid{
  padding: 0 70px;
}
.australia-banner{
  /* background: url('../images/home/CountryBANNERS/AUSTRALIA.jpg'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 85vh;
  width: 100%;
}
.canada-banner{
  /* background: url('../images/home/CountryBANNERS/CANADA.jpg'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 85vh;
  width: 100%;
}
.france-banner{
  /* background: url('../images/home/CountryBANNERS/FRANCE.jpg'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 85vh;
  width: 100%;
}
.germany-banner{
  /* background: url('../images/home/CountryBANNERS/GERMANY.jpg'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 85vh;
  width: 100%;
}
.ireland-banner{
  /* background: url('../images/home/CountryBANNERS/IRELAND.jpg'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 85vh;
  width: 100%;
}
.newzealand-banner{
  /* background: url('../images/home/CountryBANNERS/NEWZEALAND.jpg'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 85vh;
  width: 100%;
}
.switzerland-banner{
  /* background: url('../images/home/CountryBANNERS/SWITZERLAND.jpg'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 85vh;
  width: 100%;
}
.uk-banner{
  /* background: url('../images/home/CountryBANNERS/UK.jpg'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 85vh;
  width: 100%;
}
.usa-banner{
  /* background: url('../images/home/CountryBANNERS/USA.jpg'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 85vh;
  width: 100%;
}

.country-pages .container-fluid{
  position: relative;
  z-index: 1;
  padding: 0 70px;
}


.list-bullet {
  display: list-item;
  color: #242E45; 
  margin-left: 1em; 
}

.btn-pupil-primary{
  background: var(--base-color);
  color: #fff;
  border-radius: 0.3rem;
  width: 100%;
}
.btn-pupil-primary:hover{
  transform: translateY(-5px);
  background: var(--base-color);
  color: #fff;
  border-radius: 0.3rem;
  width: 100%;
}
.form-text{
  font-weight: 400;
  font-size: 0.95em;
  color: #878898;
}

.overlay.bg-pupil-dark{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: #00000080;
}
.pupil-step-card{
  background: #b8e0ff;
  padding: 5%;
  border-radius: 1rem;
}
.pupil-step-card h6{
  font-size: 1.2em;
}
.pupil-step-card p{
  font-size: 1em;
  color: #000;
}
.form-heading{
  font-size: 1.2em;
}
.input-margin{
  margin-bottom: 1.2em;
}

/* Countries */
.countries-swiper .interactive-banner-style-09 > img{
  height: 30vh;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.countries-swiper .interactive-banner-style-09 .hover-label-icon img{
  height: 30px;
}

.left-modal-img{
  position: fixed;
  z-index: 1000;
  left: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes pulse {
  from{
    min-width: 100px;
    min-height: 100px;
  }
  to{
    min-width: 120px;
    min-height: 120px;
  }
}
.left-modal-img img{
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  box-shadow: 0 0 8px 4px #003a6650;
  cursor: pointer;
}
.left-modal-img .outline{
  border-radius: 50%;
  height: 100px;
  border: 1px solid var(--base-color);
  position: absolute;
  animation: pulse 1s ease-in infinite forwards;
}

/* Modal Popup Bottom Left */
body.backdrop .overlay-modal{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #00000030;
  height: 100%;
  z-index: 10000;
}
.modal-popup{
  position: fixed;
  top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  width: 80%;
  z-index: 11000;
  background: #fff;
  padding: 2rem;
}
.right-modal-img{
  position: fixed;
  z-index: 1000;
  right: 1rem;
  bottom: 2rem;
}
.right-modal-img a{
  background: green;
  color: #fff;
  font-size: 50px;
  padding: 0.4rem 1rem;
  border-radius: 50%;
}
.btn.modal-close-btn .fa-close{
  font-size: 1.5rem;
}
.line-height{
  line-height: 1.3;
}
.img-fluid {
  max-width: 100%;
  height: 400px;
  object-fit: cover;
}
.swal2-container {
  z-index: 120001;
}
@media screen and (max-width: 1600px) {
  .navbar .navbar-nav .nav-link{
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media screen and (max-width: 992px) {
  header .navbar-brand{
    padding: 1rem 0;
  }
  .home-banner-pupil{
    height: unset;
  }
  .home-banner-pupil .container-fluid {
    padding: 1rem 1rem;
  }
  .fs-small-14{
    font-size: 14px;
  }
  .modal-popup {
    position: fixed;
    z-index: 11000;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 100vh;
    overflow: scroll;
    background: #fff;
    padding: 1rem;
  }
  .text-justify{
    text-align: justify;
  }
  img.flag-icon{
    height: 30px;
    margin-right: .5em;
  }
  .australia-banner,
  .usa-banner,
  .uk-banner,
  .germany-banner,
  .france-banner,
  .ireland-banner,
  .newzealand-banner,
  .switzerland-banner,
  .canada-banner{
    height: unset;
  }
  .country-pages .container-fluid {
    padding: 1rem 1rem;
  }
  .img-fluid {
    max-width: 100%;
    height: unset;
    object-fit: cover;
    margin-bottom: 1em;
  }
  .page-title-extra-large h1 {
    font-size: 36px;
    line-height: 44px;
  }
  h4{
    font-size: 1.5em;
  }
}

/* Australia */
.pupil-icon-img{
  max-height: 1.5em;
  margin-right: 0.5em;
}
.pupil-icon-img-2{
  max-height: 2.5em;
  margin-bottom: 1em;
}
.bg-pupil-light-blue{
  background: #003a6630;
}
.sub-para-head{
  font-size: 1.25em;
}
.australia-why-choose .icon-image{
  max-width: 30px;
}
.faq-bg-light{
  background: #f5f5f5;
}
.faq-bg-light .accordion-style-02 .accordion-item .accordion-header {
  margin-bottom: 0;
  background: #fff;
  padding-inline: 1rem;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.faq-bg-light .accordion-style-02 .accordion-item:last-child .accordion-header{
  margin-bottom: 0;
}

/* blog page */
.pupil-blog-content ul li{
  list-style: disc;
}
.pupil-blog-content h6{
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 0.3em;
  line-height: 130%;
}
.pupil-blog-content p{
  font-size: 1em;
  margin-bottom: 0.3em;
}

@media screen and (min-width: 992px) {
  .mb-lg-0{
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  header .header-top-bar{
    display: block;
    height: fit-content;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .h-42px{
    height: fit-content !important;
  }
  .center{
    margin-left: 1rem;
  }
  .wrap-flex{
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
  }
  .left-modal-img{
    bottom: 1.8em;
  }
  .right-modal-img{
    bottom: 3em;
  }
}