:root {
  --red-color: #db1f33;
  --black-color: #050505;
  --gray-color: #f3f3f3;
  --white-color: #ffffff;
  --blue-color: #043488;
  --light-blue-color: #3327d1;
  --dark-blue-color: #110b47;
  --cyan-color: #007ec3;
  --cream-color: #f5f0e8;
  --muted-color: #7a7570;
  --gold-color: #ba8b33;
  --light-gold-color: #eabf6a;
  --light-gray-color: #f7f9f8;
  --dark-gray-color: #515251;
  --gray-bdr-color: #9ca99e;
  --green-color: #16a34a;
  --light-yellow-color: #fbf5e3;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Montserrat', sans-serif;
}
.gr-main-destination-content{
  font-family: 'Montserrat', sans-serif;
}
.gr-destination-banner{
  width: 100%;
  min-height: 500px;
  background-image: url("../images/destinations/dubai/dubai-main-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  border-top: 2px solid #f1f1f1;
}
.gr-destination-banner-nz{
  width: 100%;
  background-image: url("../images/destinations/new-zealand/new-zealand-banner.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: relative;
}

.gr-destination-banner-uk{
  width: 100%;
  background-image: url("../images/destinations/uk/uk-banner.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: relative;
}

.gr-destination-banner-overlay{
  content: '';
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0) 90%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0) 90%);
  background: linear-gradient(180deg, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.gr-destination-banner-inner{
  width: 100%;
  padding: 60px 0;
  position: relative;
}
.gr-destination-banner-inner h1,
.gr-destination-banner-nz h1,
.gr-destination-banner-uk h1{
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  position: relative;
  margin: 0 0 15px 0;
}
.gr-destination-banner-inner h1 span{
  position: relative;
}
.gr-destination-banner-inner h1 span:before{
  content: '';
  width: 75%;
  height: 2px;
  background-color: var(--red-color);
  position: absolute;
  left: 0px;
  bottom: 4px;
}
.gr-destination-banner-nz h1 span:before{
  background-color: var(--gold-color);
}
.gr-destination-banner-inner h4,
.gr-destination-banner-nz h4,
.gr-destination-banner-uk h2{
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.gr-destination-banner-uk h3,
.gr-destination-banner-inner p{
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.gr-destination-banner-uk h3{
  font-weight: normal;
}
.gr-destination-banner-inner h1,
.gr-destination-banner-inner h4,
.gr-destination-banner-inner p{
  text-align: center;
  color: var(--black-color);
}
.gr-destination-banner-nz h1,
.gr-destination-banner-uk h1,
.gr-destination-banner-uk h3,
.gr-destination-banner-nz h4,
.gr-destination-banner-nz p{
  color: var(--white-color);
}
.gr-destination-banner-uk h1{
  display: flex;
  justify-content: center;
  gap: 15px;
}
.gr-destination-banner-uk h1 img{
  width: 50px;
}
.gr-destination-banner-uk h2,
.gr-destination-banner-nz h4 span{
  color: var(--light-gold-color);
}
.gr-destination-sub-heading{
  width: 100%;
  max-width: 360px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: var(--white-color);
  background-color: rgb(from var(--white-color) r g b / 0.15);
  padding: 8px 30px;
  margin: 0 auto 30px auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
}
.gr-destination-banner-des{
  width: 100%;
  max-width: 750px;
  color: var(--white-color);
  font-size: 16px;
  text-align: center;
  margin: 0 auto 30px auto;
}
.gr-destination-banner-info-grid{
  width: 100%;
  max-width: 900px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.gr-destination-banner-info-grid-box-nz{
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 8px 10px;
  background-color: rgb(from var(--white-color) r g b / 0.15);
  color: var(--white-color);
  font-size: 13px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
}
.gr-destination-banner-info-grid-box-nz span{
  font-size: 18px;
  font-weight: 700;
  color: var(--light-gold-color);
}
.gr-destination-banner-info-grid-box-uk{
  width: 100%;
  padding: 15px;
  background-color: rgb(from var(--white-color) r g b / 0.15);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
}
.gr-destination-banner-info-grid-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  background-color: var(--red-color);
}
.uk-banner-info-icon{
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 15px auto;
}
.gr-destination-banner-info-icon {
  background-color: var(--white-color);
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  padding: 8px;
  overflow: hidden;
  border-radius: 50%;
}
.uk-banner-info-icon img,
.gr-destination-banner-info-icon img{
  width: 100%;
}
.gr-destination-banner-info-name {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 20px;
}
.gr-destination-banner-explore-btn{
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.gr-destination-why-student-bg,
.gr-destination-global-degree-bg,
.gr-destination-work-while-study-bg,
.gr-destination-top-universities-bg,
.gr-destination-most-student-bg,
.gr-destination-cost-comparison-bg,
.gr-destination-service-bg,
.gr-destination-ready-to-start-bg,
.gr-destination-why-choose-gr-bg,
.gr-destination-promotional-video-bg,
.gr-destination-testimonial-bg,
.gr-destination-video-testimonial-bg,
.gr-destination-events-bg,
.gr-destination-why-newzealand-bg,
.gr-destination-why-uk-bg,
.gr-destination-nz-education-ecosystem-bg,
.gr-destination-master-advantage-uk-bg,
.gr-destination-nz-work-study-balance-bg,
.gr-destination-top-universities-nz-bg,
.gr-destination-top-universities-uk-bg,
.gr-destination-most-popular-course-bg,
.gr-destination-work-rights-bg,
.gr-destination-work-rights-uk-bg,
.gr-destination-why-study-in-uk-bg,
.gr-destination-nz-policy-update-bg,
.gr-destination-nz-cost-of-studying-bg,
.gr-destination-uk-cost-of-studying-bg,
.gr-destination-nz-financial-aid-bg,
.gr-destination-why-nz-smart-move-bg,
.gr-destination-for-the-parent-bg,
.gr-destination-index-of-stability-bg,
.gr-best-city-to-study-bg,
.gr-destination-language-requirements-bg,
.gr-destination-policy-shift-bg,
.gr-destination-why-uk-smart-move-bg,
.gr-desitination-type-of-university-bg,
.gr-destination-top-courses-uk-bg,
.gr-destination-scholarship-uk-bg,
.gr-destination-visa-uk-bg,
.gr-destination-why-choose-gr-uk-bg{
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}
.gr-destination-why-nz-smart-move-bg,
.gr-destination-why-uk-smart-move-bg{
  position: relative;
}
.gr-destination-why-uk-smart-move-bg{
  margin-top: 40px;
}
.fantastic-career-opportunities-bg{
  width: 100%;
  margin-top: 40px;
}
.gr-destination-why-newzealand-bg,
.gr-destination-why-uk-bg{
  padding: 40px 0 0 0;
}
.gr-destination-global-degree-bg,
.gr-destination-top-universities-bg,
.gr-destination-cost-comparison-bg,
.gr-destination-ready-to-start-bg,
.gr-destination-most-popular-course-bg,
.gr-destination-nz-cost-of-studying-bg,
.gr-destination-why-nz-smart-move-bg,
.gr-destination-for-the-parent-bg{
  background-color: var(--gray-color);
}
.gr-destination-promotional-video-bg,
.gr-destination-video-testimonial-bg{
  background-color: var(--blue-color);
}
.gr-destination-events-bg{
  background-color: var(--cream-color);
}
.gr-destination-index-of-stability-bg,
.gr-best-city-to-study-bg,
.gr-destination-top-universities-uk-bg,
.gr-destination-uk-cost-of-studying-bg,
.gr-destination-visa-uk-bg{
  background-color: var(--light-yellow-color);
}
.gr-destination-nz-policy-update-bg,
.uk-testimonials-bg{
  background-color: var(--light-gray-color);
}
.gr-destination-nz-education-ecosystem-bg,
.gr-destination-nz-work-study-balance-bg,
.gr-destination-master-advantage-uk-bg{
  background: #1A3968;
  background: -webkit-linear-gradient(90deg, rgba(26, 57, 104, 1) 0%, rgba(13, 27, 51, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(26, 57, 104, 1) 0%, rgba(13, 27, 51, 1) 100%);
  background: linear-gradient(90deg, rgba(26, 57, 104, 1) 0%, rgba(13, 27, 51, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1A3968", endColorstr="#0D1B33", GradientType=1);
}
.gr-destination-work-rights-bg,
.gr-destination-why-study-in-uk-bg,
.gr-destination-work-rights-uk-bg{
  background: #942234;
  background: -webkit-linear-gradient(90deg, rgba(148, 34, 52, 1) 0%, rgba(178, 42, 61, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(148, 34, 52, 1) 0%, rgba(178, 42, 61, 1) 100%);
  background: linear-gradient(90deg, rgba(148, 34, 52, 1) 0%, rgba(178, 42, 61, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#942234", endColorstr="#B22A3D", GradientType=1);
}
.gr-destination-policy-shift-bg{
  background: #1B1464;
  background: radial-gradient(circle, rgba(27, 20, 100, 1) 0%, rgba(27, 31, 41, 1) 96%);
}
.gr-destination-why-student-bg h2,
.gr-destination-global-degree-bg h2,
.gr-destination-work-while-study-bg h2,
.gr-destination-top-universities-bg h2,
.gr-destination-most-student-bg h2,
.gr-destination-cost-comparison-bg h2,
.gr-destination-service-bg h2,
.gr-destination-ready-to-start-bg h2,
.gr-destination-why-choose-gr-bg h2,
.gr-destination-promotional-video-bg h2,
.gr-destination-testimonial-bg h2,
.gr-destination-video-testimonial-bg h2,
.gr-destination-events-bg h2,
.gr-destination-faq-box-left h2,
.gr-destination-why-newzealand-bg h2,
.gr-destination-why-uk-bg h2,
.gr-destination-nz-education-ecosystem-bg h2,
.gr-destination-nz-work-study-balance-bg h2,
.gr-destination-top-universities-nz-bg h2,
.gr-destination-top-universities-uk-bg h2,
.gr-destination-most-popular-course-bg h2,
.gr-destination-work-rights-bg h2,
.gr-destination-work-rights-uk-bg h2,
.gr-destination-why-study-in-uk-bg h2,
.gr-destination-nz-policy-update-bg h2,
.gr-destination-nz-cost-of-studying-bg h2,
.gr-destination-uk-cost-of-studying-bg h2,
.gr-destination-nz-financial-aid-bg h2,
.gr-destination-why-nz-smart-move-bg h2,
.gr-destination-for-the-parent-bg h2,
.gr-destination-index-of-stability-bg h2,
.gr-best-city-to-study-bg h2,
.gr-destination-language-requirements-bg h2,
.gr-destination-policy-shift-bg h2,
.gr-desitination-type-of-university-bg h2,
.gr-destination-top-courses-uk-bg h2,
.gr-destination-master-advantage-uk-bg h2,
.gr-destination-scholarship-uk-bg h2,
.gr-destination-visa-uk-bg h2,
.gr-destination-why-choose-gr-uk-bg h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--red-color);
  margin: 0 0 25px 0;
}
.gr-destination-promotional-video-bg h2,
.gr-destination-video-testimonial-bg h2,
.gr-destination-faq-box-left h2,
.gr-destination-nz-education-ecosystem-bg h2,
.gr-destination-nz-work-study-balance-bg h2,
.gr-destination-work-rights-bg h2,
.gr-destination-work-rights-uk-bg h2,
.gr-destination-why-study-in-uk-bg h2,
.gr-destination-policy-shift-bg h2,
.gr-destination-master-advantage-uk-bg h2{
  color: var(--white-color);
}
.gr-destination-global-degree-bg h2,
.gr-destination-work-while-study-bg h2,
.gr-destination-top-universities-bg h2,
.gr-destination-most-student-bg h2,
.gr-destination-cost-comparison-bg h2,
.gr-destination-service-bg h2,
.gr-destination-ready-to-start-bg h2,
.gr-destination-why-choose-gr-bg h2,
.gr-destination-promotional-video-bg h2,
.gr-destination-testimonial-bg h2,
.gr-destination-video-testimonial-bg h2,
.gr-destination-events-bg h2,
.gr-destination-nz-education-ecosystem-bg h2,
.gr-destination-top-universities-nz-bg h2,
.gr-destination-top-universities-uk-bg h2,
.gr-destination-most-popular-course-bg h2,
.gr-destination-nz-policy-update-bg h2,
.gr-destination-nz-cost-of-studying-bg h2,
.gr-destination-uk-cost-of-studying-bg h2,
.gr-destination-nz-financial-aid-bg h2,
.gr-best-city-to-study-bg h2,
.gr-destination-policy-shift-bg h2,
.gr-destination-banner-uk h2,
.gr-destination-banner-uk h3,
.gr-destination-why-study-in-uk-bg h2,
.gr-desitination-type-of-university-bg h2,
.gr-destination-top-courses-uk-bg h2,
.gr-destination-work-rights-uk-bg h2,
.gr-destination-scholarship-uk-bg h2,
.gr-destination-visa-uk-bg h2,
.gr-destination-why-choose-gr-uk-bg h2{
  text-align: center;
}
.gr-destination-faq-box-left h2,
.gr-destination-why-choose-gr-uk-bg h2{
  margin-bottom: 10px;
}
.gr-destination-why-newzealand-bg h2,
.gr-destination-top-universities-nz-bg h2,
.gr-destination-most-popular-course-bg h2,
.gr-destination-nz-policy-update-bg h2,
.gr-destination-nz-cost-of-studying-bg h2,
.gr-destination-uk-cost-of-studying-bg h2,
.gr-destination-nz-financial-aid-bg h2,
.gr-destination-why-nz-smart-move-bg h2,
.gr-destination-for-the-parent-bg h2,
.gr-destination-index-of-stability-bg h2,
.gr-best-city-to-study-bg h2,
.gr-destination-language-requirements-bg h2{
  color: var(--dark-blue-color);
}
.gr-destination-why-newzealand-bg h2 span,
.gr-destination-nz-education-ecosystem-bg h2 span,
.gr-destination-nz-work-study-balance-bg h2 span,
.gr-destination-top-universities-nz-bg h2 span,
.gr-destination-most-popular-course-bg h2 span,
.gr-destination-work-rights-bg h2 span,
.gr-destination-nz-policy-update-bg h2 span,
.gr-destination-nz-cost-of-studying-bg h2 span,
.gr-destination-uk-cost-of-studying-bg h2 span,
.gr-destination-nz-financial-aid-bg h2 span,
.gr-destination-why-nz-smart-move-bg h2 span,
.gr-destination-for-the-parent-bg h2 span,
.gr-destination-index-of-stability-bg h2 span,
.gr-best-city-to-study-bg h2 span,
.gr-destination-language-requirements-bg h2 span,
.gr-destination-master-advantage-uk-bg h2 span,
.gr-destination-work-rights-uk-bg h2 span,
.gr-destination-scholarship-uk-bg h2 span,
.gr-destination-visa-uk-bg h2 span,
.gr-destination-testimonial-bg h2 span{
  display: block;
  font-size: 18px;
  /*text-transform: uppercase;*/
  margin-bottom: 4px;
}
.gr-destination-why-newzealand-bg h2 span,
.gr-destination-top-universities-nz-bg h2 span,
.gr-destination-most-popular-course-bg h2 span,
.gr-destination-nz-policy-update-bg h2 span,
.gr-destination-nz-cost-of-studying-bg h2 span,
.gr-destination-nz-financial-aid-bg h2 span,
.gr-destination-why-nz-smart-move-bg h2 span,
.gr-destination-for-the-parent-bg h2 span,
.gr-destination-index-of-stability-bg h2 span,
.gr-best-city-to-study-bg h2 span,
.gr-destination-language-requirements-bg h2 span,
.nz-testimonials-bg h2 span{
  color: var(--light-blue-color);
}
.gr-destination-nz-education-ecosystem-bg h2 span,
.gr-destination-nz-work-study-balance-bg h2 span,
.gr-destination-work-rights-bg h2 span,
.gr-destination-master-advantage-uk-bg h2 span,
.gr-destination-work-rights-uk-bg h2 span{
  color: var(--light-gold-color);
}
.gr-destination-uk-cost-of-studying-bg h2 span{
  color: var(--gold-color);
}
.gr-destination-scholarship-uk-bg h2 span,
.gr-destination-visa-uk-bg h2 span,
.uk-testimonials-bg h2 span,
.gr-destination-why-choose-gr-uk-bg h4{
  color: var(--black-color);
}
.gr-destination-why-choose-gr-uk-bg h4{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.gr-destination-top-courses-uk-bg h2 span{
  display: block;
}
.gr-destination-master-advantage-uk-bg h2 abbr{
  color: var(--light-gold-color);
}
.nz-admission-criterion-right h4{
  color: var(--light-gold-color);
  display: block;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.gr-destination-banner-uk h3 span,
.nz-admission-criterion-right h4 span{
  display: block;
}
.gr-destination-testimonial-bg h4{
  font-size: 18px;
  font-weight: 700;
  color: var(--black-color);
  text-align: center;
  margin: 0 0 25px 0;
}
.gr-destination-faq-box-left h5{
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  margin: 0 0 15px 0;
}
.gr-destination-why-student-bg h2 span{
  display: block;
}
.gr-destination-global-degree-bg h2 span,
.gr-destination-work-while-study-bg h2 span,
.gr-destination-top-universities-bg h2 span,
.gr-destination-most-student-bg h2 span,
.gr-destination-cost-comparison-bg h2 span,
.gr-destination-service-bg h2 span,
.gr-destination-ready-to-start-bg h2 span,
.gr-destination-why-choose-gr-bg h2 span,
.gr-destination-promotional-video-bg h2 span,
.gr-destination-video-testimonial-bg h2 span,
.gr-destination-events-bg h2 span{
  font-weight: 500;
}
.gr-destination-top-universities-bg h2 abbr,
.gr-destination-most-student-bg h2 abbr,
.gr-destination-why-nz-smart-move-bg h2 abbr,
.gr-destination-why-newzealand-bg h2 abbr,
.gr-destination-why-uk-bg h2 abbr,
.gr-destination-for-the-parent-bg h2 abbr,
.gr-destination-index-of-stability-bg h2 abbr,
.gr-destination-nz-work-study-balance-bg h2 abbr,
.gr-destination-language-requirements-bg h2 abbr{
  display: block;
}
.accordion-universities{
  display: none;
}
.gr-destination-why-student-grid,
.gr-destination-why-student-why-destination-grid,
.gr-destination-global-degree-grid,
.gr-destination-global-degree-info-grid,
.gr-desitination-work-while-study-grid,
.gr-for-working-professional-grid,
.gr-destination-service-grid,
.gr-destination-why-choose-gr-grid,
.gr-destination-why-newzealand-grid,
.gr-destination-why-uk-grid,
.gr-destination-nz-education-ecosystem-grid,
.gr-destination-for-the-parent-grid,
.nz-work-rights-grid-one,
.nz-work-rights-grid-two,
.gr-destination-nz-policy-update-grid,
.gr-destination-nz-cost-of-studying-grid,
.gr-destination-nz-financial-aid-grid,
.gr-destination-index-of-stability-grid,
.gr-destination-nz-roi-calculator-grid,
.gr-destination-nz-work-study-balance-grid,
.gr-destination-nz-career-opportunities-grid,
.nz-admission-criterion-grid,
.nz-admission-criterion-right-grid,
.gr-destination-language-requirements-grid,
.nz-language-box-grid,
.gr-destination-why-study-in-uk-grid,
.gr-desitination-type-of-university-grid,
.university-types-disciplines-uk,
.gr-destination-top-courses-uk-grid,
.gr-destination-testimonial-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.gr-destination-testimonial-grid{
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.gr-destination-top-courses-uk-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto 30px auto;
}
.gr-destination-index-of-stability-grid,{
  grid-gap: 50px;
}
.gr-destination-nz-roi-calculator-grid{
  margin-top: 20px;
  grid-gap: 18px;
}
.gr-destination-nz-work-study-balance-grid{
  grid-template-columns: 35% 65%;
  grid-gap: 50px;
  align-items: center;
  margin-bottom: 30px;
}
.gr-destination-why-newzealand-grid,
.gr-destination-why-uk-grid{
  align-items: center;
}
.gr-best-city-to-study-grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.nz-work-rights-grid-one,
.nz-work-rights-grid-two{
  grid-gap: 15px;
  margin-bottom: 30px;
}
.nz-work-rights-grid-one{
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 15px;
}
.gr-destination-nz-policy-update-grid,
.gr-destination-nz-career-opportunities-grid{
  grid-template-columns: repeat(3, 1fr);
  max-width: 1000px;
  margin: 0 auto 40px auto;
}
.nz-language-box-grid{
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  margin: 30px 0;
}
.gr-destination-nz-career-opportunities-grid{
  grid-gap: 20px;
  margin: 0 auto 30px auto;
}
.gr-destination-why-student-grid{
  align-items: center;
  margin-bottom: 30px;
}
.gr-destination-why-student-why-destination-grid{
  grid-gap: 20px;
}
.gr-destination-global-degree-grid{
  grid-gap: 50px;
  margin-bottom: 80px;
}
.gr-destination-global-degree-info-grid,
.gr-destination-nz-education-ecosystem-grid,
.gr-destination-for-the-parent-grid{
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  margin-bottom: 40px;
}
.gr-destination-for-the-parent-grid{
  margin-bottom: 0px;
}
.gr-destination-nz-education-ecosystem-grid,
.gr-destination-for-the-parent-grid{
  grid-gap: 30px;
}
.gr-destination-why-choose-gr-grid{
  max-width: 1000px;
  margin: auto;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.gr-desitination-work-while-study-grid{
  max-width: 1050px;
  margin: 0 auto 30px auto;
}
.gr-for-working-professional-grid{
  max-width: 1100px;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  margin: 15px auto;
}
.gr-destination-service-grid{
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.gr-destination-nz-financial-aid-grid{
  margin-bottom: 30px;
}
.nz-admission-criterion-grid,
.gr-destination-language-requirements-grid{
  grid-gap: 50px;
}
.nz-admission-criterion-right-grid{
  grid-gap: 15px;
}
.gr-destination-why-study-in-uk-grid{
  max-width: 800px;
  margin: 0 auto 30px auto;
}
.gr-desitination-type-of-university-grid{
  max-width: 1000px;
  gap: 0px;
  margin: 0 auto 30px auto;
}
.gr-destination-why-study-in-uk-grid+.gr-destination-why-study-in-uk-grid{
  border-top: 1px dashed var(--light-gold-color);
  margin-top: 30px;
  padding-top: 30px;
}
.gr-desitination-type-of-university-box{
  width: 100%;
  padding: 20px 30px;
  border-right: 1px dashed var(--dark-gray-color);
}
.university-types-disciplines-uk{
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 15px;
}
.gr-desitination-type-of-university-box+.gr-desitination-type-of-university-box{
  border-right: none;
}
.gr-desitination-type-of-university-box-gray{
  width: 100%;
  max-width: 1000px;
  padding: 30px;
  margin: 0 auto 30px auto;
  background-color: var(--gray-color);
  border-top: 1px dashed var(--dark-gray-color);
  border-bottom: 1px dashed var(--dark-gray-color);
}
.uk-courses-disciplines-box {
  width: 100%;
  padding: 15px 25px;
  text-align: center;
  border: 1px solid var(--gray-bdr-color);
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 15px;
  font-weight: 700;
}
.gr-desitination-type-of-university-box-head{
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}
.gr-desitination-type-of-university-box-head-icon{
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
}
.gr-desitination-type-of-university-box-head-icon img{
  width: 100%;
}
.gr-desitination-type-of-university-box-head-text {
  font-size: 16px;
  font-weight: 700;
  color: var(--red-color);
  line-height: 20px;
}
.gr-desitination-type-of-university-box-head-text span{
  display: block;
}
.gr-desitination-type-of-university-box-des{
  font-size: 15px;
  color: var(--black-color);
}
.why-newzealand-left-box,
.why-uk-left-box{
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.why-newzealand-left-box{
  height: 700px;
}
.why-uk-left-box{
  height: 450px;
}
.why-newzealand-left-box img,
.why-uk-left-box img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .4s;
}
.why-newzealand-right-box,
.why-uk-right-box{
  width: 100%;
  max-width: 620px;
  padding: 20px 0 20px 20px;
}
.why-newzealand-box-group{
  width: 100%;
  margin: 25px 0;
}
.why-newzealand-box-group h4,
.gr-destination-nz-policy-update-bg h4{
  font-size: 18px;
  font-weight: 700;
  color: var(--light-blue-color);
  margin: 0 0 15px 0;
}
.why-newzealand-box-group h4{
  text-transform: uppercase;
}
.gr-destination-nz-policy-update-bg h4{
  text-align: center;
}
.why-newzealand-box{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid var(--gray-bdr-color);
  border-radius: 10px;
}
.why-newzealand-box+.why-newzealand-box {
  margin-top: 15px;
}
.why-newzealand-box-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  padding: 8px;
  overflow: hidden;
  background-color: rgb(from var(--light-blue-color) r g b / 0.15);
  border-radius: 6px;
}
.why-newzealand-box-icon img {
  width: 100%;
}
.why-newzealand-box-des{
  flex: 1;
}
.why-newzealand-box-des-head,
.why-newzealand-box-cost{
  font-size: 16px;
  font-weight: 700;
  color: var(--dark-blue-color);
}
.why-newzealand-box-des-text{
  font-size: 14px;
  font-weight: 500;
  color: var(--dark-gray-color);
}
.speak-to-expert-text-btn,
.show-more-universities,
.speak-to-expert-text-btn-light{
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.speak-to-expert-text-btn,
.show-more-universities{
  color: var(--light-blue-color);
}
.speak-to-expert-text-btn-light{
  color: var(--light-gold-color);
}
.show-more-universities{
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  margin: 10px 0 15px 0;
}
.speak-to-expert-text-btn:hover,
.speak-to-expert-text-btn:focus,
.show-more-universities:hover,
.show-more-universities:focus{
  color: var(--dark-blue-color);
}
.speak-to-expert-text-btn-light:hover,
.speak-to-expert-text-btn-light:focus{
  color: var(--gold-color);
}
.gr-destination-why-student-text,
.gr-destination-why-student-why-box{
  width: 100%;
  display: flex;
    flex-direction: column;
}
.gr-destination-why-student-bg p,
.gr-destination-why-student-text p,
.gr-destination-work-while-study-bg p,
.gr-destination-top-universities-bg p,
.gr-destination-most-student-bg p,
.gr-destination-cost-comparison-bg p,
.gr-destination-service-bg p,
.gr-destination-ready-to-start-bg p,
.gr-destination-why-newzealand-bg p,
.gr-destination-why-uk-bg p,
.gr-destination-nz-education-ecosystem-bg p,
.gr-destination-nz-work-study-balance-bg p,
.gr-destination-work-rights-bg p,
.gr-destination-work-rights-uk-bg p,
.gr-destination-why-study-in-uk-bg p,
.gr-destination-nz-policy-update-bg p,
.gr-destination-nz-cost-of-studying-bg p,
.gr-destination-uk-cost-of-studying-bg p,
.gr-destination-nz-financial-aid-bg p,
.gr-destination-why-nz-smart-move-bg p,
.gr-destination-for-the-parent-bg p,
.gr-destination-index-of-stability-bg p,
.gr-destination-language-requirements-grid p,
.gr-destination-policy-shift-bg p,
.gr-destination-why-uk-smart-move-bg p,
.gr-desitination-type-of-university-bg p,
.gr-destination-top-courses-uk-bg p,
.gr-destination-master-advantage-uk-bg p,
.gr-destination-scholarship-uk-bg p,
.gr-destination-visa-uk-bg p{
  font-size: 15px;
  color: var(--black-color);
  line-height: 26px;
  /*text-align: justify;*/
  margin: 0;
}
.gr-destination-nz-education-ecosystem-bg p,
.gr-destination-most-popular-course-bg p,
.gr-destination-nz-policy-update-bg p,
.gr-destination-nz-cost-of-studying-bg p,
.gr-destination-uk-cost-of-studying-bg p,
.gr-destination-nz-financial-aid-bg p,
.fantastic-career-opportunities-bg p,
.gr-destination-policy-shift-bg p,
.gr-desitination-type-of-university-bg p,
.gr-destination-top-courses-uk-bg p,
.gr-destination-work-rights-uk-bg p,
.gr-destination-scholarship-uk-bg p,
.gr-destination-visa-uk-bg p{
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px auto;
}
.gr-destination-for-the-parent-bg p{
  max-width: 800px;
  margin: 0 0 30px 0;
}
.gr-destination-work-rights-bg p{
  margin: 0 0 25px 0;
}
.gr-destination-nz-education-ecosystem-bg p,
.gr-destination-nz-work-study-balance-bg p,
.gr-destination-work-rights-bg p,
.gr-destination-why-study-in-uk-bg p,
.gr-destination-policy-shift-bg p,
.gr-destination-master-advantage-uk-bg p,
.gr-destination-work-rights-uk-bg p{
  color: var(--white-color);
}
.gr-destination-most-popular-course-bg p,
.gr-destination-nz-policy-update-bg p,
.gr-destination-nz-cost-of-studying-bg p,
.gr-destination-uk-cost-of-studying-bg p,
.gr-destination-nz-financial-aid-bg p,
.gr-destination-why-nz-smart-move-bg p,
.gr-destination-why-uk-smart-move-bg p,
.gr-desitination-type-of-university-bg p{
  color: var(--black-color);
}
.gr-destination-why-study-in-uk-bg p{
  max-width: 1000px;
  text-align: center;
  margin: auto;
}
.gr-destination-why-study-in-uk-bg p span{
  color: var(--light-gold-color);
  font-weight: 700;
}
.gr-destination-why-student-text p+p,
.gr-destination-work-while-study-bg p+p,
.gr-destination-top-universities-bg p+p,
.gr-destination-most-student-bg p+p,
.gr-destination-cost-comparison-bg p+p,
.gr-destination-service-bg p+p,
.gr-destination-ready-to-start-bg p+p,
.gr-destination-why-newzealand-bg p+p,
.gr-destination-why-uk-bg p+p,
.gr-destination-why-nz-smart-move-bg p+p,
.gr-destination-index-of-stability-bg p+p,
.gr-destination-language-requirements-grid p+p,
.gr-destination-why-uk-smart-move-bg p+p,
.gr-destination-why-study-in-uk-bg p+p,
.gr-desitination-type-of-university-bg p+p{
  margin-top: 20px;
}
.gr-destination-why-student-why-box{
  padding: 20px 25px 25px 25px;
  background-color: var(--gray-color);
  position: relative;
}
.gr-destination-why-student-why-box h3,
.gr-destination-work-while-study-bg h3,
.gr-destination-most-student-bg h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--black-color);
  margin: 0 0 15px 0;
}
.gr-destination-work-while-study-bg h3,
.gr-destination-most-student-bg h3{
  text-align: center;
  margin-bottom: 10px;
}
.gr-destination-why-student-why-box:before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--gray-color);
  position: absolute;
  right: -100%;
  top: 0px;
}
.gr-destination-banner-inner h4{
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.why-newzealand-box-bottom-text,
.why-uk-box-bottom-text{
  width: 100%;
  padding: 50px 0;
}
.why-newzealand-box-bottom-text p,
.why-uk-box-bottom-text p{
  text-align: center;
  padding: 0 100px;
  margin: 0 0 20px 0;
}
.why-uk-box-bottom-text p strong{
  display: block;
}
.gr-destination-nz-education-ecosystem-box {
  text-align: center;
  padding: 30px;
  background-color: rgb(from var(--white-color) r g b / 0.15);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 14px;
}
.gr-destination-nz-education-ecosystem-box-icon{
  width: 50px;
  height: 50px;
  margin: auto;
}
.gr-destination-nz-education-ecosystem-box-icon img{
  width: 100%;
}
.gr-destination-nz-education-ecosystem-box h4{
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: var(--light-gold-color);
}
.gr-destination-nz-education-ecosystem-box-des{
  font-size: 14px;
  color: var(--white-color);
}
.gr-destination-why-choose-box{
  display: flex;
  gap: 12px;
  align-items: center;
}
.gr-destination-why-choose-icon {
  background-color: var(--red-color);
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  padding: 8px;
  overflow: hidden;
}
.gr-destination-why-choose-icon img{
  width: 100%;
}
.gr-destination-why-choose-des {
  font-size: 14px;
  font-weight: 500;
  color: var(--black-color);
  line-height: 20px;
}
.gr-destination-why-choose-des span{
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.gr-destination-global-degree-box{
    display: flex;
    gap: 30px;
    align-items: center;
}
.gr-destination-global-degree-box-img {
    width: 40%;
    flex: 0 0 40%;
}
.gr-destination-global-degree-box-img img{
  width: 100%;
  border-radius: 8px;
}
.gr-destination-global-degree-box-des{
  font-size: 18px;
  font-weight: 700;
  color: var(--black-color);
}

.gr-destination-global-degree-info-box{
  width: 100%;
}
.gr-destination-global-degree-info-box-left{
  padding-right: 15px;
}
.gr-destination-global-degree-info-box-center{
  padding: 0 30px;
  border-left: 1px dashed var(--black-color);
  border-right: 1px dashed var(--black-color);
}
.gr-destination-global-degree-info-box-right{
  padding-left: 15px;
}
.gr-destination-global-degree-info-box-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}
.gr-destination-global-degree-info-box-head-img {
    background-color: var(--red-color);
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    padding: 8px;
    overflow: hidden;
    border-radius: 50%;
}
.gr-destination-global-degree-info-box-head-img img{
  width: 100%;
}
.gr-destination-global-degree-info-box-head-text {
  font-size: 16px;
  font-weight: 700;
  color: var(--black-color);
  line-height: 20px;
}
.gr-destination-global-degree-info-box-head-text span{
  display: block;
}
.gr-destination-global-degree-info-box-des{
  font-size: 15px;
  color: var(--black-color);
  line-height: 26px;
  /*text-align: justify;*/
  margin: 0;
}
.gr-destination-button,
.gr-destination-banner-button,
.gr-destination-uk-button,
.gr-destination-uk-button-dark{
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 26px;
  border:none;
}
.gr-destination-button{
  background-color: var(--red-color);
}
.gr-destination-banner-button{
  background-color: var(--gold-color);
}

.gr-destination-uk-button{
  background-color: var(--blue-color);
  color: var(--white-color);
}
.gr-destination-uk-button-dark{
  background-color: var(--white-color);
  color: var(--red-color);
}

.gr-destination-uk-button:hover,
.gr-destination-uk-button:focus{
  background-color: var(--black-color);
  color: var(--white-color);
}
.gr-destination-uk-button-dark:hover,
.gr-destination-uk-button-dark:focus{
  background-color: var(--red-color);
  color: var(--white-color);
}

.gr-destination-button:hover,
.gr-destination-button:focus{
  background-color: var(--black-color);
  color: var(--white-color);
}
.gr-destination-banner-button:hover,
.gr-destination-banner-button:focus{
  background-color: var(--light-gold-color);
  color: var(--black-color);
}
.gr-desitination-work-while-study-box,
.gr-destination-most-student-box,
.gr-destination-cost-comparison-box{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 30px auto;
}
.gr-destination-top-universities-box{
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.gr-destination-most-student-box,
.gr-destination-cost-comparison-box{
  max-width: 1000px;
  text-align: center;
}
.gr-destination-top-universities-box p,
.gr-desitination-work-while-study-box p,
.gr-destination-most-student-box p,
.gr-destination-cost-comparison-box p{
  text-align: center;
}
.gr-desitination-work-while-study-box p+p{
  margin: 0px;
}
.gr-destination-top-universities-box p+p{
  margin-top: 10px;
}
.gr-desitination-work-while-study-box-inner{
  width: 100%;
  padding-right: 30px;
    border-right: 1px dashed var(--black-color);
}
.gr-desitination-work-while-study-box-inner+.gr-desitination-work-while-study-box-inner{
  padding-right: 0px;
  border-right: none;
}
.gr-desitination-work-while-study-box-inner h4{
  /*font-family: 'Roboto', sans-serif;*/
  font-size: 16px;
  font-weight: 700;
  color: var(--black-color);
  margin: 0 0 10px 0;
}
.gr-destination-info-li,
.gr-destination-info-li ul,
.nz-work-rights-li,
.nz-work-rights-li ul,
.gr-destination-info-li-uk,
.gr-destination-info-li-uk ul{
  margin: 0px;
  padding: 0px;
}
.gr-destination-info-li-uk,
.gr-destination-info-li-uk ul{
  margin-top: 15px;
}
.gr-destination-info-li li,
.nz-work-rights-li li,
.gr-destination-info-li-uk li{
  list-style: none;
  position: relative;
  font-size: 15px;
  color: var(--black-color);
  padding: 0 0 0 25px;
  margin: 0px;
}
.gr-destination-info-li li+li,
.nz-work-rights-li li+li,
.gr-destination-info-li-uk li+li{
  margin-top: 4px;
}
.gr-destination-info-li li:before,
.nz-work-rights-li li:before,
.gr-destination-info-li-uk li:before{
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0px;
  top: 5px;
  /*top: 50%;
  margin-top: -5px;*/
  border-radius: 50%;
}
.gr-destination-info-li li:before,
.gr-destination-info-li-uk li:before{
  background-color: var(--red-color);
}
.nz-work-rights-li li:before{
  background-color: var(--blue-color);
}
.gr-destination-top-universities-list-box{
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.gr-destination-top-universities-list-box .panel-group{margin-bottom: 0px;}
.gr-destination-top-universities-list-box .panel-group .panel {border-radius: 0;box-shadow: none;border: none;}
.gr-destination-top-universities-list-box .panel-body{padding: 10px;border: 1px solid var(--gray-color) !important;}
.gr-destination-top-universities-list-box .panel-default > .panel-heading {width: 100%;padding: 0;border-radius: 0px;color: var(--dark-blue-color);background-color: var(--gray-color);border-color: var(--gray-color);}
.gr-destination-top-universities-uk-bg .gr-destination-top-universities-list-box .panel-default > .panel-heading {
  background-color: var(--white-color);
}
.gr-destination-top-universities-uk-bg .show-more-universities{
  color: var(--black-color);
}
.gr-destination-top-universities-list-box .panel-title {font-size: 14px;}
.gr-destination-top-universities-list-box .panel-group .panel + .panel{margin-top: 10px;}
.gr-destination-top-universities-list-box .panel-group .panel{margin-top: 10px;}
.gr-destination-top-universities-list-box .panel-title > a {display: block;padding: 12px 15px;color: var(--dark-blue-color);font-size: 15px;font-weight: 700;text-decoration: none;}
.gr-destination-top-universities-list-box  .panel-collapse {width: 100%;}
.gr-destination-top-universities-list-box .more-less {float: right;color: var(--dark-blue-color);}
.gr-most-indian-studnets-img,
.gr-cost-comparison-img{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 30px auto;
}
.gr-cost-comparison-img{
  margin: 0 auto;
}
.gr-most-indian-studnets-img img,
.gr-cost-comparison-img img{
  width: 100%;
}
.search-results-filtered-text{
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  background-color: var(--blue-color);
  color: var(--white-color);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
}
.gr-for-working-professional-box{
  width: 100%;
  padding: 15px;
  background-color: var(--blue-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.gr-destination-service-box,
.gr-destination-nz-financial-aid-box,
.gr-destination-nz-career-opportunities-box{
  width: 100%;
  background-color: var(--light-gray-color);
  padding: 15px;
  position: relative;
  border: 1px solid var(--gray-bdr-color);
  border-radius: 8px;
}
.gr-destination-nz-financial-aid-box{
  padding: 30px;
}
.gr-destination-nz-career-opportunities-box{
  padding: 15px 25px 25px 25px;
}
.gr-destination-service-box-head,
.gr-destination-nz-financial-aid-head{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.gr-destination-service-box-head-img,
.gr-destination-nz-financial-aid-head-img,
.gr-destination-nz-career-opportunities-box-img{
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  padding: 10px;
  overflow: hidden;
  border-radius: 6px;
}
.gr-destination-nz-career-opportunities-box-img{
  padding: 0px;
  margin-bottom: 5px;
  border-radius: 0px;
}
.gr-destination-service-box-head-img{
  background-color: rgb(from var(--red-color) r g b / 0.15);
}
.gr-destination-nz-financial-aid-head-img{
  background-color: rgb(from var(--light-blue-color) r g b / 0.15);
}
.gr-destination-service-box-head-img img,
.gr-destination-nz-financial-aid-head-img img,
.gr-destination-nz-career-opportunities-box-img img{
  width: 100%;
}
.gr-destination-service-box-head-text,
.gr-destination-nz-financial-aid-head-des,
.gr-destination-nz-career-opportunities-box-des {
  font-size: 16px;
  font-weight: 700;
  color: var(--black-color);
  line-height: 20px;
}
.gr-destination-nz-financial-aid-head-des,
.gr-destination-nz-career-opportunities-box-des{
  font-size: 18px;
  color: var(--dark-blue-color);
}
.gr-destination-nz-financial-aid-head-des span{
  display: block;
}
.gr-destination-service-box-des,
.gr-destination-nz-financial-aid-des {
  width: 100%;
}
.gr-destination-service-box-des p,
.gr-destination-nz-financial-aid-des-text{
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: var(--dark-gray-color);
  margin: 0;
}
.gr-destination-service-box-des p+p{
  margin-top: 15px;
}
.gr-destination-nz-financial-aid-des-btn,
.gr-destination-nz-career-opportunities-box-btn{
  padding: 5px 15px;
  background-color: rgb(from var(--light-blue-color) r g b / 0.15);
  color: var(--dark-blue-color);
  text-align: center;
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
}
.gr-destination-nz-career-opportunities-box-btn{
  font-size: 11px;
  text-transform: uppercase;
}
.gr-destination-service-visa-box{
  width: 100%;
  margin: 50px 0 25px 0;
  text-align: center;
}
.gr-destination-service-visa-box h2{
  margin-bottom: 10px;
}
.gr-destination-service-visa-box p{
  text-align: center;
}
.gr-ready-to-start-img-box{
  width: 100%;
  position: relative;
}
.gr-ready-to-start-text-box{
  width: 100%;
  /*position: absolute;
  left: 0px;
  top: 0px;*/
}
.gr-ready-to-start-img-box-grid,
.gr-ready-to-start-text-box-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  align-items: center;
}
.gr-ready-to-start-img-box-img,
.gr-ready-to-start-img-box-img img{
  width: 100%;
}
.destination-why-choose-gr-box{
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--light-gray-color);
  padding: 15px;
  border: 1px solid var(--gray-bdr-color);
  border-radius: 8px;
}
.destination-why-choose-gr-box-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  padding: 8px;
  overflow: hidden;
  background-color: rgb(from var(--red-color) r g b / 0.15);
  border-radius: 6px;
}
.destination-why-choose-gr-box-icon img{
  width: 100%;
}
.destination-why-choose-gr-box-des{
  font-size: 20px;
  font-weight: 700;
  color: var(--red-color);
  line-height: 20px;
}
.destination-why-choose-gr-box-des span{
  display: block;
  font-size: 14px;
  color: var(--dark-gray-color);
}
.destination-promotional-video-box-main{
  width: 100%;
  max-width: 900px;
  margin: auto;
  -webkit-box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 1);
}
.gr-destination-testimonial-video-box-main{
  width: 100%;
  -webkit-box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 1);
}
.destination-promotional-video-box,
.gr-destination-testimonial-video-box {
  position: relative;
  padding-bottom: 50%;
  padding-top: 25px;
  height: 0;
}
.destination-promotional-video-box iframe,
.gr-destination-testimonial-video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gr-destination-testimonial-video-box{
  padding-bottom: 55%;
}
.destination-video-testimonial-carousel .owl-prev,
.destination-video-testimonial-carousel .owl-next,
.destination-testimonial-carousel .owl-prev,
.destination-testimonial-carousel .owl-next{
  width: 36px;
  height: 36px;line-height: 36px;
  background-color: #2b2b2b !important;
  color: #fff !important;
  font-size: 24px !important;
  position: absolute;
  top: 50%;
  margin-top: -18px !important;
  border:none;
  border-radius: 50% !important;
  outline: 0;
  -webkit-box-shadow: 0px 0px 10px -8px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px -8px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 10px -8px rgba(0,0,0,0.3);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.destination-video-testimonial-carousel .owl-prev,
.destination-testimonial-carousel .owl-prev{
  left: -20px;
}
.destination-video-testimonial-carousel .owl-next,
.destination-testimonial-carousel .owl-next{
  right: -20px;
}
.destination-video-testimonial-carousel .owl-prev:hover,
.destination-video-testimonial-carousel .owl-next:hover,
.destination-testimonial-carousel .owl-prev:hover,
.destination-testimonial-carousel .owl-next:hover{
  background-color: #ddd !important;
  color: #2b2b2b !important;
}
.gr-destination-testimonial-bg .modal-dialog {
    width: 100%;
    max-width: 700px;
}
.gr-testimonial-box {
  width: 100%;
  padding: 30px;
  background-color: #fff;
  border: 1px solid var(--gray-bdr-color);
  border-radius: 8px;
}
.gr-testimonial-box-head{
  display: flex;
  gap: 12px;
  align-items: center;
}
.gr-testimonial-box h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 5px 0;
}
.gr-testimonial-box h5 {
  font-size: 15px;
  font-weight: 600;
  color: var(--red-color);
  margin: 0 0 20px 0;
}
.gr-testimonial-box p {
    margin: 0 0 15px 0;
}
.gr-testimonial-box-img {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  overflow: hidden;
  border-radius: 50%;
}
.gr-testimonial-box-img img{
  width: 100%;
}




.gr-destination-testimonial-box {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.4s ease;
  border: 1px solid #f1f5f9;
}
.gr-destination-testimonial-box:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px -15px rgb(0 0 0 / 0.15);
}
.gr-destination-testimonial-box-inner{
  width: 100%;
  padding: 20px;
}
.gr-destination-testimonial-box-head{
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}
.gr-destination-testimonial-box-img {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  overflow: hidden;
  border-radius: 50%;
}
.gr-destination-testimonial-box-img img{
  width: 100%;
}
.gr-destination-testimonial-box-head-des{
  display: block;
}
.gr-destination-testimonial-student-name{
  font-size: 16px;
  font-weight: 700;
  color: var(--black-color);
  line-height: 1;
  margin-bottom: 5px;
}
.gr-destination-testimonial-uni-name{
  font-size: 14px;
  color: var(--light-blue-color);
  line-height: 1;
}
.gr-destination-testimonial-star-box{
  color: #fbbf24;
  font-size: 15px;
  margin-top: 5px;
}
.gr-destination-testimonial-box p{
  font-size: 15px;
  margin: 0px;
}

.gr-destination-testimonial-box-btn-group{
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  padding: 10px 20px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.read-btn-destination{
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  color: var(--black-color);
  border: 2px solid var(--blue-color);
  border-radius: 18px;
}
.testimonials-popup-vide-inner {position: relative;padding-bottom: 55%; /* 16:9 */padding-top: 25px;height: 0;}
.testimonials-popup-vide-inner iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.gr-testimonial-popup-box {
  width: 100%;
  padding: 20px;
  font-family: 'Roboto', sans-serif;
}
.gr-testimonial-popup-box p {
  color: var(--black-color);
  margin: 0 0 15px 0;
}
.gr-student-name-text {
  font-size: 16px;
  font-weight: 700;
  color: var(--black-color);
  line-height: 1;
  margin: 0 0 5px 0;
}
.gr-student-uni-text {
  color: var(--light-blue-color);
  line-height: 1;
  margin: 0;
}
.gr-destination-gallery-bg{
  width: 100%;
}
.gr-destination-gallery-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
    grid-gap: 2px;
}
.gr-destination-gallery-box{
  position: relative;
  display: block;
  z-index: 6;
}
.gr-destination-gallery-box .img-holder{
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 5;
}
.gr-destination-gallery-box .img-holder img{
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}
.gr-destination-gallery-box:hover .img-holder img {
  transform:scale(1.2) rotate(2deg);  
}
.gr-destination-gallery-box .overlay-content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.40);
  transform: scaleX(0);
  transition: all 700ms ease 100ms;
}
.gr-destination-gallery-box:hover .overlay-content{
  transform: scaleY(1);
}
.gr-destination-gallery-box .overlay-content .inner-content{
  display: table;
  width: 100%;
  height: 100%;
}
.gr-destination-gallery-box .overlay-content .inner-content .link-box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  color: #fff;
  font-size: 30px;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
  transition: all 300ms ease 100ms;
}
.gr-destination-gallery-box:hover .overlay-content .inner-content .link-box{
  opacity: 1;
  transform: translate3d(0px, 0px, 0px); 
  transition: all 700ms ease 500ms;
}
.gr-destination-banner-event-bg{
  width: 100%;
  padding: 40px 0 0 0;
}
.gr-destination-event-box{
  width: 100%;
  padding: 30px 60px 30px 170px;
  background-color: #ffeaf1;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
.gr-destination-event-box:before,
.gr-destination-event-box:after{
  content: '';
  background-size: cover;
  position: absolute;
}
.gr-destination-event-box:before{
  width: 140px;
  height: 140px;
  background-image: url("../images/destinations/event-icon.png");
  left: 0px;
  bottom: 0px;
}
.gr-destination-event-box:after{
  width: 70px;
  height: 70px;
  background-image: url("../images/destinations/event-icon-1.png");
  right: -15px;
  top: 20px;
}
.gr-destination-event-box h2{
  font-size: 20px;
  font-weight: 700;
  color: var(--black-color);
  text-align: left;
  margin: 0 0 15px 0;
}
.gr-destination-event-box h2 span{
  display: block;
}
.gr-destination-event-box p{
  font-size: 15px;
  color: var(--black-color);
  margin: 0px;
}
.gr-destination-event-box-flex{
  display: flex;
  align-items: center;
  gap: 30px;
}
.gr-destination-event-box-left{
  flex: 0 0 60%;
}
.gr-destination-event-box-right{
  flex: 0 0 40%;
  text-align: center;
}
.book-your-spot-event-btn {
    padding: 12px 35px;
    background-color: var(--black-color);
    color: var(--white-color);
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 30px;
}
.book-your-spot-event-btn:hover,
.book-your-spot-event-btn:focus{
  background-color: var(--black-color);
    color: var(--white-color);
}
.gr-destination-events-grid {
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.gr-destination-event-list-box {
  background-color: var(--white-color);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    border-radius: 8px;
}
.gr-event-tags {
    display: flex;
    align-items: center;
    gap: 10px;
}
.gr-tag-type {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 1.5px solid #ccc;
    color: var(--muted-color);
}
.gr-tag-date {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 5px 12px;
    background-color: var(--red-color);
    color: var(--white-color);
}
.gr-event-divider {
    height: 1px;
    background-color: #e8e4de;
}
.gr-event-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}
.gr-event-city {
  flex: 1;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--muted-color);
}
.gr-event-city-register-box{
  display: flex;
  gap: 14px;
  align-items: center;
}
.gr-register-event-btn {
  font-size: 14px;
    background-color: var(--red-color);
    padding: 5px 20px 6px 20px;
    border: none;
    border-radius: 20px;
}
.gr-register-event-btn:hover,
.gr-register-event-btn:focus{
  background-color: var(--black-color);
}
.gr-destination-faq-dubai-bg{
  width: 100%;
  background-color: var(--blue-color);
}
.gr-destination-faq-dubai-box{
  display: flex;
  align-items: self-end;
  gap: 100px;
}
.gr-destination-faq-box-left{
  width: 100%;
  padding: 50px 0;
}
.gr-destination-faq-box-right img{
  width: 100%;
  max-width: 200px;
}
.gr-destination-faq-box-left .more-less {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
    color: var(--black-color);
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -8px;
}
.gr-destination-faq-box-left .panel-group{
  margin-top: 20px;
  margin-bottom: 0px;
}
.gr-destination-faq-box-left .panel{
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gr-destination-faq-box-left .panel-default{
  overflow: hidden;
  border: none;
  border-radius:8px;
}
.gr-destination-faq-box-left .panel-group .panel + .panel{
  margin-top: 5px;
}
.gr-destination-faq-box-left .panel-body{
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 0px;
}
.gr-destination-faq-box-left .panel-body p,
.destination-faq-li li{
  font-size: 14px;
  color: var(--black-color);
  margin: 0px;
}
.gr-destination-faq-box-left .panel-body p+p{
  margin-top: 15px;
}
.gr-destination-faq-box-left .panel-default > .panel-heading{
  background-color: #fff;
  padding: 0px;
}
.gr-destination-faq-box-left .panel-title > a{
  font-size: 15px;
  font-weight: 500;
  color: var(--black-color);
  display: block;
  position: relative;
  padding: 10px 15px;
}
.gr-destination-faq-box-left .panel-title > a span{
  display: block;
}
.destination-faq-li,
.destination-faq-li ul{
  margin: 15px 0 15px 0;
  padding: 0 0 0 20px;
}
.destination-faq-li li+li{
  margin-top: 3px;
}
.gr-chart-wrap {
  width: 100%;
  max-width: 950px;
  margin: 30px auto;
}
.gr-bar-row {
  margin-bottom: 15px;
}
.gr-bar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.gr-bar-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gr-chart-icon { width: 28px; height: 28px; border-radius: 6px; background: #4338ca; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.gr-chart-icon-cost {width: 20px;}
.gr-chart-icon-cost img{width: 100%;}
.gr-chart-icon svg { width: 15px; height: 15px; fill: #fff; }
.gr-bar-title { font-size: 14px; font-weight: 500; color: var(--black-color); }
.gr-badge { font-size: 11px; font-weight: 500; padding: 2px 9px; border-radius: 20px; background: #ede9fe; color: #4338ca; white-space: nowrap; }
.gr-pct { font-size: 14px; font-weight: 500; color: var(--black-color); }
.gr-track { height: 8px; background: var(--gray-bdr-color); border-radius: 4px; overflow: hidden; }
.gr-fill { height: 8px; border-radius: 4px; width: 0; transition: width 1s cubic-bezier(0.4,0,0.2,1); }
.gr-green { background-color: var(--green-color); }
.gr-gold { background-color: var(--gold-color); }
.gr-source { font-size: 12px; color: var(--dark-gray-color); text-align: center; margin: 15px 0 30px 0 }
.gr-source strong { font-weight: 500; }

.nz-work-rights-box,
.nz-work-rights-box-news,
.nz-admission-criterion-left-inner,
.nz-admission-criterion-popular-option{
  width: 100%;
  background-color: var(--white-color);
  padding: 30px;
  border-radius: 10px;
}
.nz-admission-criterion-left-inner,
.nz-admission-criterion-popular-option{
  display: flex;
  gap: 15px;
}
.nz-admission-criterion-popular-option{
  padding: 20px 25px;
}
.nz-admission-criterion-left-inner-img,
.nz-admission-criterion-popular-option-img{
  width: 40px;
  flex: 0 0 40px;
}
.nz-admission-criterion-left-inner-img img,
.nz-admission-criterion-popular-option-img img{
  width: 100%;
}
.nz-work-rights-box{
  font-size: 14px;
  font-weight: 600;
  color: var(--dark-gray-color);
  text-align: center;
}
.nz-work-rights-box span{
  display: block;
  color: var(--light-blue-color);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.nz-work-rights-box-news h4,
.nz-admission-criterion-left-inner h4,
.nz-admission-criterion-popular-option-des{
  font-size: 18px;
  font-weight: 700;
  color: var(--dark-blue-color);
  margin: 0 0 15px 0;
}
.nz-admission-criterion-popular-option-des{
  margin: 0px;
}
.nz-work-rights-box-news-text,
.nz-admission-criterion-left-inner-text{
  font-size: 14px;
  color: var(--black-color);
}

.gr-destination-nz-policy-box,
.estimated-annual-cost-box{
  width: 100%;
  padding: 30px;
  border: 1px solid var(--light-gold-color);
  border-radius: 10px;
}
.gr-destination-nz-policy-box{
  background-color: var(--white-color);
}
.estimated-annual-cost-box{
  border-color: var(--gray-bdr-color);
}
.gr-destination-nz-policy-box-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.gr-destination-nz-policy-box-head-img {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}
.gr-destination-nz-policy-box-head-img img{
  width: 100%;
}
.gr-destination-nz-policy-box-head-text {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark-blue-color);
  line-height: 20px;
}
.gr-destination-nz-policy-box-des{
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: var(--dark-gray-color);
}
.estimated-annual-cost-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--gray-bdr-color);
}
.estimated-annual-cost-list-img{
  width: 28px;
}
.estimated-annual-cost-list-img img{
  width: 100%;
}
.estimated-annual-cost-list-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.estimated-annual-cost-list-head,
.estimated-annual-cost-list-price{
  font-size: 15px;
  font-weight: 600;
}
.estimated-annual-cost-list-head{
  color: var(--blue-color);
}
.estimated-annual-cost-list-price{
  color: var(--black-color);
}
.estimated-annual-cost-list-total,
.estimated-annual-cost-list-total-uk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border-radius: 8px;
}
.estimated-annual-cost-list-total{
  background: #110B49;
  background: -webkit-linear-gradient(90deg, rgba(17, 11, 73, 1) 0%, rgba(50, 38, 206, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(17, 11, 73, 1) 0%, rgba(50, 38, 206, 1) 100%);
  background: linear-gradient(90deg, rgba(17, 11, 73, 1) 0%, rgba(50, 38, 206, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#110B49", endColorstr="#3226CE", GradientType=1);
}
.estimated-annual-cost-list-total-uk {
  background-color: var(--dark-blue-color);
}
.estimated-annual-cost-list-total-head{
  font-size: 15px;
  font-weight: 600;
  color: var(--white-color);
}
.estimated-annual-cost-list-total-price{
  font-size: 18px;
  font-weight: 600;
  color: var(--light-gold-color);
}
.gr-monthly-living-expenses-box{
  width: 100%;
}
.gr-destination-nz-cost-of-studying-bg h4,
.gr-destination-uk-cost-of-studying-bg h4{
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  /*text-transform: uppercase;*/
  margin: 0 0 25px 0;
}
.gr-destination-nz-cost-of-studying-bg h4{
  color: var(--light-blue-color);
}
.gr-destination-uk-cost-of-studying-bg h4{
  color: var(--gold-color);
}

.pro-tips-box,
.pro-tips-box-uk{
  width: 100%;
  display: flex;
  gap: 15px;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
}
.pro-tips-box{
  background-color: rgb(from var(--light-blue-color) r g b / 0.15);
  color: var(--blue-color);
}
.pro-tips-box-uk{
  background-color: rgb(from var(--red-color) r g b / 0.15);
  color: var(--red-color);
  margin-bottom: 20px;
}
.pro-tips-box img,
.pro-tips-box-uk img{
  width: 30px;
}
.gr-destination-why-nz-smart-move-box,
.gr-destination-why-uk-smart-move-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 30px;
}
.gr-destination-why-nz-smart-move-box{
  min-height: 300px;
}
.gr-destination-why-uk-smart-move-box{
  min-height: 350px;
}
.why-nz-right-move-img,
.why-uk-right-move-img{
  width: 50%;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
}
.why-nz-right-move-img{
  height: 400px;
}
.why-uk-right-move-img{
  height: 450px;
}
.why-nz-right-move-img img,
.why-uk-right-move-img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .4s;
}
.gr-destination-for-the-parent-box {
  text-align: center;
  padding: 30px;
  background-color: rgb(from var(--white-color) r g b / 0.15);
  border: 1px solid var(--gray-bdr-color);
  border-radius: 14px;
}
.gr-destination-for-the-parent-box-icon{
  width: 50px;
  height: 50px;
  margin: auto;
}
.gr-destination-for-the-parent-box-icon img{
  width: 100%;
}
.gr-destination-for-the-parent-box h4{
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: var(--dark-blue-color);
}
.gr-destination-for-the-parent-des{
  font-size: 14px;
  color: var(--dark-gray-color);
}
.gr-destination-index-of-stability-img{
  width: 100%;
  padding: 10px 10px 0 10px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid var(--gray-bdr-color);
  border-radius: 8px;
}
.gr-destination-index-of-stability-img img{
  width: 100%;
}
.gr-destination-nz-roi-calculator-main{
  width: 100%;
}
.gr-destination-nz-roi-calculator-box{
  width: 100%;
  padding: 20px;
  background-color: var(--white-color);
  color: var(--dark-gray-color);
  font-size: 13.5px;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--gray-bdr-color);
  border-radius: 8px;
}
.gr-destination-nz-work-study-balance-img{
  width: 100%;
  text-align: center;
}
.gr-destination-nz-work-study-balance-img img{
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
}
.gr-destination-why-choose-gr-nz-grid{
  margin-bottom: 30px;
}
.gr-destination-why-choose-gr-nz-grid .destination-why-choose-gr-box-icon {
  background-color: rgb(from var(--light-blue-color) r g b / 0.15);
}
.gr-destination-why-choose-gr-nz-grid .destination-why-choose-gr-box-des{
  color: var(--light-blue-color);
}
.high-demand-sector-img{
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px auto;
}
.high-demand-sector-img img{
  width: 100%;
}
.gr-best-city-to-study-box{
  flex: 0 0 calc(25% - 10px);
  height: 230px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.gr-best-city-to-study-box img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .4s;
}
.gr-best-city-to-study-box-overlay{
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: '';
  display: flex;
  align-items: end;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 65%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 65%);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 65%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.gr-best-city-to-study-box-head{
  width: 100%;
  padding: 15px;
}
.nz-city-name{
  font-size: 18px;
  font-weight: 700;
  color: var(--white-color);
}
.nz-city-line-text{
  font-size: 13px;
  color: var(--light-gold-color);
}




.nz-student-visa-process-box{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 0 15px 0;
  border-bottom: 1px solid var(--gray-bdr-color);
}
.nz-student-visa-process-box+.nz-student-visa-process-box{
  padding: 15px 0;
}
.nz-student-visa-process-box-img {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  padding: 8px;
  overflow: hidden;
  background-color: rgb(from var(--light-blue-color) r g b / 0.15);
  border-radius: 6px;
}
.nz-student-visa-process-box-img img {
  width: 100%;
}
.nz-student-visa-process-box-des{
  width: 100%;
}
.nz-student-visa-process-box-des-head{
  font-size: 16px;
  font-weight: 700;
  color: var(--dark-blue-color);
}
.nz-student-visa-process-box-des-text,
.nz-student-visa-disclaimer{
  font-size: 13px;
  font-weight: 500;
  color: var(--dark-gray-color);
}
.nz-student-visa-disclaimer{
  margin-top: 30px;
  color: var(--black-color);
}
.nz-language-box {
  width: 100%;
  background-color: var(--light-gray-color);
  padding: 30px;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--black-color);
  border: 1px solid var(--gray-bdr-color);
  border-radius: 8px;
}
.nz-language-box span{
  display: block;
  font-size: 20px;
  color: var(--light-blue-color);
}
.nz-based-on-text{
  font-size: 14px;
  color: var(--dark-gray-color);
}
.authrized-partner-text{
  text-align: center;
  font-size: 16px;
  color: var(--white-color);
  margin-top: 15px;
}
.nz-upcoming-events-bg h2,
.nz-banner-form h3,
.nz-testimonials-bg h2{
  color: var(--dark-blue-color);
}
.nz-testimonials-bg .gr-testimonial-box h5,
.nz-testimonials-bg .gr-student-name-text{
  color: var(--light-blue-color);
}
.nz-upcoming-events-bg .gr-tag-date,
.nz-upcoming-events-bg .gr-register-event-btn{
  background-color: var(--gold-color);
}
.nz-testimonials-bg .closeTestiBtn{
  background-color: var(--blue-color) !important;
}
.nz-banner-form .read-btn-dark,
.nz-testimonials-bg .readBtnTesti{
  background-color: var(--gold-color);
}
.nz-testimonials-bg .readBtnTesti:hover,
.nz-testimonials-bg .readBtnTesti:focus,
.nz-upcoming-events-bg .gr-register-event-btn:hover,
.nz-upcoming-events-bg .gr-register-event-btn:focus,
.nz-banner-form .read-btn-dark:hover,
.nz-banner-form .read-btn-dark:focus{
  background-color: var(--light-gold-color);
  color: var(--black-color);
}
.gr-ukation-logo{
  width: 100%;
  max-width: 200px;
  margin: 20px auto 0 auto;
}
.gr-ukation-logo img{
  width: 100%;
  border-radius: 8px;
}
.planning-to-study-in-uk-heading{
  font-size: 18px;
  font-weight: 700;
  color: var(--red-color);
  text-align: center;
  margin: 0 0 10px 0;
}
.gr-destination-why-study-in-uk-box{
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px 30px;
  border-right: 1px dashed var(--light-gold-color);
}
.gr-destination-why-study-in-uk-box+.gr-destination-why-study-in-uk-box{
  border-right: none;
}
.gr-destination-why-study-in-uk-icon{
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  padding: 8px;
  border: 2px solid var(--light-gold-color);
  border-radius: 50%;
}
.gr-destination-why-study-in-uk-icon img{
  width: 100%;
}
.gr-destination-why-study-in-uk-des{
  font-size: 20px;
  font-weight: 700;
  color: var(--white-color);
}
.gr-destination-why-study-in-uk-des span{
  display: block;
}
.gr-destination-top-courses-uk-box,
.gr-destination-top-courses-uk-box-explore {
  padding: 25px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.gr-destination-top-courses-uk-box {
  background-color: var(--light-yellow-color);
  border: 1px solid var(--gray-bdr-color);
}
.gr-destination-top-courses-uk-box-explore {
  background-color: var(--black-color);
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: var(--light-gold-color);
}
.gr-destination-top-courses-uk-box-explore span{
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-bdr-color);
}
.uk-courses-explore-all{
  font-size: 14px;
  color: var(--light-gold-color);
  margin-top: 10px;
}
.uk-courses-explore-all a{
  color: var(--light-gold-color);
}
.gr-destination-top-courses-uk-box-icon {
  font-size: 30px;
  margin-bottom: 10px;
  display: block;
}
.gr-destination-top-courses-uk-box-des {
  font-weight: 700;
  color: var(--dark-blue-color);
  font-size: 15px;
}
.gr-destination-top-courses-uk-box-des span {
  display: block;
  font-size: 11px;
  color: var(--light-blue-color);
  font-weight: 600;
  text-transform: uppercase;
}
.gr-destination-master-advantage-uk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.gr-destination-master-advantage-uk-box-left{
  width: 100%;
}
.master-advantage-bar{
  width: 100%;
  padding: 20px 24px 24px 24px;
  background-color: rgb(from var(--white-color) r g b / 0.06);
  margin-top: 30px;
  border: 1px solid rgb(from var(--white-color) r g b / 0.12);
  border-radius: 16px;
}
.master-advantage-bar-head{
  font-size: 14px;
  color: var(--white-color);
  margin-bottom: 10px;
}
.master-advantage-comp-row {
  display: flex;
  align-items: center;
  gap: 14px;
}
.master-advantage-comp-row+.master-advantage-comp-row{
  margin-top: 15px;
}
.master-advantage-comp-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--light-gold-color);
  width: 70px;
  flex-shrink: 0;
  text-align: right;
}
.master-advantage-comp-bar-wrap {
  flex: 1;
  background: rgba(255, 255, 255, .1);
  border-radius: 50px;
  height: 10px;
}
.master-advantage-comp-bar {
  height: 10px;
  border-radius: 50px;
}
.master-advantage-comp-bar.uk {
  background: var(--light-gold-color);
  width: 50%;
}
.master-advantage-comp-val {
  font-size: 13px;
  color: var(--white-color);
  font-weight: 500;
  width: 60px;
}
.master-advantage-comp-bar.other {
  background: var(--light-gold-color);
  width: 100%;
}
.master-advantage-comp-label.other{
  color: rgba(255,255,255,0.5);
}
.gr-destination-master-advantage-uk-box-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.master-advantage-card {
  background-color: rgb(from var(--white-color) r g b / 0.06);
  border: 1px solid rgb(from var(--white-color) r g b / 0.12);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
}
.master-advantage-value {
  font-size: 30px;
  color: var(--light-gold-color);
  font-weight: 700;
}
.master-advantage-des {
  font-size: 14px;
  color: rgb(from var(--white-color) r g b / 0.6);
  margin-top: 6px;
}
.gr-destination-uk-button-dark.uk{
  margin-top: 30px;
}
.gr-destination-work-rights-uk-grid {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.gr-destination-work-rights-uk-box {
  width: 300px;
  padding: 20px;
  text-align: center;
  backdrop-filter: blur(8px);
  background-color: rgb(from var(--white-color) r g b / 0.12);
  border: 1px solid rgb(from var(--white-color) r g b / 0.2);
  border-radius: 18px;
}
.work-uk-duration{
  font-size: 60px;
  font-weight: 800;
  color: var(--white-color);
  line-height: 1;
}
.work-uk-duration-month{
  font-size: 28px;
  font-weight: 700;
  color: var(--light-gold-color);
}
.work-uk-duration-level{
  color: rgb(from var(--white-color) r g b / 0.7);
  margin-top: 8px;
  font-size: 14px;
}
.gr-destination-work-rights-uk-bg .planning-to-study-in-uk-heading{
  color: var(--white-color);
}
.gr-destination-scholarship-uk-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 700px;
  margin: 0 auto 30px auto;
}
.gr-destination-scholarship-uk-box{
  display: flex;
  align-items: center;
  gap: 20px;
  background: #942234;
  background: -webkit-linear-gradient(90deg, rgba(148, 34, 52, 1) 0%, rgba(178, 42, 61, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(148, 34, 52, 1) 0%, rgba(178, 42, 61, 1) 100%);
  background: linear-gradient(90deg, rgba(148, 34, 52, 1) 0%, rgba(178, 42, 61, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#942234", endColorstr="#B22A3D", GradientType=1);
  padding: 15px;
  border-radius: 12px;
}
.gr-destination-scholarship-uk-box-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  padding: 8px;
  overflow: hidden;
  background-color: var(--white-color);
  border-radius: 6px;
}
.gr-destination-scholarship-uk-box-icon img {
  width: 100%;
}
.gr-destination-scholarship-uk-box-des{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--white-color);
}
.uk-visa-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1000px;
  margin: 0 auto 30px auto;
  position: relative;
}
.uk-visa-steps:before {
  content: '';
  position: absolute;
  top: 32px;
  left: 80px;
  right: 80px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue-color), var(--light-blue-color));
}
.uk-visa-step {
  text-align: center;
  padding: 0 16px;
}
.uk-step-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--blue-color);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto 20px auto;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 24px rgba(30, 79, 173, .3);
}
.uk-step-circle-gold{
  background: var(--gold-color);
}
.uk-step-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark-blue-color);
  margin-bottom: 8px;
}
.uk-step-desc {
  font-size: 14px;
  color: var(--dark-gray-color);
  line-height: 1.6;
}
.uk-why-gr{
  margin-top: 0px;
}
.uk-destination-guide-bg{
  width: 100%;
  padding: 50px 0;
  background-color: var(--white-color);
}
.city-suggestions-box {
  width: 100%;
  background-color: var(--white-color);
  position: absolute;
  border: 1px solid var(--gray-bdr-color);
  z-index: 999;
  display: none;
}
.city-item {
  padding: 8px;
  cursor: pointer;
}
.city-item:hover {
  background-color: #f2f2f2;
}
@media (min-width: 200px) and (max-width: 767px) {
  .gr-destination-banner{
    min-height: auto;
  }
  .gr-destination-banner-overlay{
    height: 90%;
  }
  .gr-destination-banner-nz,
  .gr-destination-banner-uk{
    background-size: cover;
  }
  .gr-destination-sub-heading{
    max-width: 300px;
    font-size: 14px;
    padding: 5px 15px;
    margin: 0 auto 15px auto;
  }
  .gr-destination-banner-des{
    font-size: 15px;
    margin: 0 auto 15px auto;
  }
  .gr-destination-banner-info-grid-box-nz,
  .gr-destination-banner-info-grid-box-uk{
    padding: 10px;
    border-radius: 0px;
  }
  .gr-destination-banner-info-grid-box-uk{
    font-size: 14px;
  }
  .uk-banner-info-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 10px auto;
  }
  .gr-ukation-logo {
    max-width: 150px;
    margin: 10px auto 0 auto;
  }
  .gr-destination-banner-info-grid-box-nz span{
    font-size: 15px;
  }
  .gr-destination-banner-explore-btn{
    margin-top: 15px;
  }
  .gr-destination-banner-inner{
    padding: 20px 0;
  }
  .gr-destination-banner-inner h1{
    font-size: 24px;
    font-weight: 700;
  }
  .gr-destination-banner-uk h1 img{
    width: 24px;
  }
  .gr-destination-banner-inner h1 span:before{
    bottom: 2px;
  }
  .gr-destination-banner-uk h2,
  .gr-destination-banner-inner h4{
    font-size: 16px;
  }
  .gr-destination-banner-uk h3{
    font-size: 15px;
    margin: 0 0 15px 0;
  }
  .gr-destination-banner-inner p{
    font-size: 15px;
    margin: 0 0 15px 0;
  }
  .gr-destination-banner-info-grid{
    grid-template-columns: repeat(2, 1fr);
      grid-gap: 2px;
  }
  .gr-destination-banner-info-grid-box{
    gap: 6px;
    padding: 5px;
  }
  .gr-destination-banner-info-icon{
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    padding: 6px;
    line-height: 0px;
  }
  .gr-destination-banner-info-name{
    font-size: 13px;
    line-height: 16px;
  }
  .gr-destination-banner-event-bg{
    padding-top: 15px;
  }
  .gr-destination-event-box{
    padding: 15px;
    border-radius: 8px;
  }
  .gr-destination-event-box:before,
  .gr-destination-event-box:after{
    display: none;
  }
  .gr-destination-event-box-flex{
    gap: 15px;
    flex-direction: column;
  }
  .gr-destination-event-box-left,
  .gr-destination-event-box-right{
    flex: 0 0 100%;
    text-align: center;
  }
  .gr-destination-event-box h2{
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .gr-destination-event-box h2 span {
    font-size: 14px;
    font-weight: 600;
  }
  .gr-destination-event-box p{
    font-size: 14px;
  }
  .book-your-spot-event-btn{
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 25px;
  }

  .gr-destination-why-student-bg, .gr-destination-global-degree-bg, .gr-destination-work-while-study-bg, .gr-destination-top-universities-bg, .gr-destination-most-student-bg, .gr-destination-cost-comparison-bg, .gr-destination-service-bg, .gr-destination-ready-to-start-bg, .gr-destination-why-choose-gr-bg, .gr-destination-promotional-video-bg, .gr-destination-testimonial-bg, .gr-destination-video-testimonial-bg, .gr-destination-events-bg, .gr-destination-why-newzealand-bg, .gr-destination-nz-education-ecosystem-bg, .gr-destination-nz-work-study-balance-bg, .gr-destination-top-universities-nz-bg, .gr-destination-most-popular-course-bg, .gr-destination-work-rights-bg, .gr-destination-nz-policy-update-bg, .gr-destination-nz-cost-of-studying-bg, .gr-destination-nz-financial-aid-bg, .gr-destination-why-nz-smart-move-bg, .gr-destination-for-the-parent-bg, .gr-destination-index-of-stability-bg, .gr-best-city-to-study-bg, .gr-destination-language-requirements-bg, .gr-destination-policy-shift-bg, .why-newzealand-box-bottom-text, .gr-destination-why-uk-bg, .gr-destination-why-study-in-uk-bg, .gr-destination-why-choose-gr-uk-bg, .gr-desitination-type-of-university-bg, .gr-destination-top-universities-uk-bg, .gr-destination-top-courses-uk-bg, .gr-destination-master-advantage-uk-bg, .gr-destination-uk-cost-of-studying-bg, .gr-destination-work-rights-uk-bg, .gr-destination-scholarship-uk-bg, .gr-destination-visa-uk-bg, .uk-destination-guide-bg{
    padding: 15px 0;
  }
  .gr-destination-why-newzealand-bg, .gr-destination-why-uk-smart-move-bg, .why-uk-box-bottom-text{
    padding: 15px 0 0 0;
  }
  .gr-destination-why-student-bg h2, .gr-destination-global-degree-bg h2, .gr-destination-work-while-study-bg h2, .gr-destination-top-universities-bg h2, .gr-destination-most-student-bg h2, .gr-destination-cost-comparison-bg h2, .gr-destination-service-bg h2, .gr-destination-ready-to-start-bg h2, .gr-destination-why-choose-gr-bg h2, .gr-destination-promotional-video-bg h2, .gr-destination-testimonial-bg h2, .gr-destination-video-testimonial-bg h2, .gr-destination-events-bg h2, .gr-destination-faq-box-left h2, .gr-destination-why-newzealand-bg h2, .gr-destination-nz-education-ecosystem-bg h2, .gr-destination-nz-work-study-balance-bg h2, .gr-destination-top-universities-nz-bg h2, .gr-destination-most-popular-course-bg h2, .gr-destination-work-rights-bg h2, .gr-destination-nz-policy-update-bg h2, .gr-destination-nz-cost-of-studying-bg h2, .gr-destination-nz-financial-aid-bg h2, .gr-destination-why-nz-smart-move-bg h2, .gr-destination-for-the-parent-bg h2, .gr-destination-index-of-stability-bg h2, .gr-best-city-to-study-bg h2, .gr-destination-language-requirements-bg h2, .gr-destination-policy-shift-bg h2, .gr-destination-why-uk-bg h2, .gr-destination-why-study-in-uk-bg h2, .gr-destination-why-choose-gr-uk-bg h2, .gr-desitination-type-of-university-bg h2, .gr-destination-top-universities-uk-bg h2, .gr-destination-top-courses-uk-bg h2, .gr-destination-master-advantage-uk-bg h2, .gr-destination-uk-cost-of-studying-bg h2, .gr-destination-work-rights-uk-bg h2, .gr-destination-scholarship-uk-bg h2, .gr-destination-visa-uk-bg h2{
    font-size: 20px;
    margin: 0 0 15px 0;
  }
  .gr-destination-why-choose-gr-uk-bg h2 {
    margin-bottom: 10px;
  }
  .gr-destination-why-choose-gr-uk-bg h4{
    font-size: 15px;
    margin-bottom: 15px;
  }
  .gr-destination-why-newzealand-bg h2 span, .gr-destination-nz-education-ecosystem-bg h2 span, .gr-destination-nz-work-study-balance-bg h2 span, .gr-destination-top-universities-nz-bg h2 span, .gr-destination-most-popular-course-bg h2 span, .gr-destination-work-rights-bg h2 span, .gr-destination-nz-policy-update-bg h2 span, .gr-destination-nz-cost-of-studying-bg h2 span, .gr-destination-nz-financial-aid-bg h2 span, .gr-destination-why-nz-smart-move-bg h2 span, .gr-destination-for-the-parent-bg h2 span, .gr-destination-index-of-stability-bg h2 span, .gr-best-city-to-study-bg h2 span, .gr-destination-language-requirements-bg h2 span, .gr-destination-testimonial-bg h2 span, .gr-destination-master-advantage-uk-bg h2 span, .gr-destination-uk-cost-of-studying-bg h2 span, .gr-destination-work-rights-uk-bg h2 span, .gr-destination-scholarship-uk-bg h2 span, .gr-destination-visa-uk-bg h2 span{
    font-size: 15px;
  }
  .why-newzealand-box-group h4, .gr-destination-nz-policy-update-bg h4{
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .gr-destination-top-universities-bg h2 abbr, .gr-destination-most-student-bg h2 abbr, .gr-destination-why-nz-smart-move-bg h2 abbr, .gr-destination-why-newzealand-bg h2 abbr, .gr-destination-for-the-parent-bg h2 abbr, .gr-destination-index-of-stability-bg h2 abbr, .gr-destination-nz-work-study-balance-bg h2 abbr, .gr-destination-language-requirements-bg h2 abbr{
    display: inline;
  }
  .gr-destination-why-student-bg h2 {
      line-height: 24px;
  }
  .gr-destination-why-student-bg h2 span,
  .gr-destination-top-courses-uk-bg h2 span{
    display: inline;
  }
  .gr-destination-why-student-bg p, .gr-destination-why-student-text p, .gr-destination-work-while-study-bg p, .gr-destination-top-universities-bg p, .gr-destination-most-student-bg p, .gr-destination-cost-comparison-bg p, .gr-destination-service-bg p, .gr-destination-ready-to-start-bg p, .gr-destination-why-newzealand-bg p, .gr-destination-nz-education-ecosystem-bg p, .gr-destination-nz-work-study-balance-bg p, .gr-destination-work-rights-bg p, .gr-destination-nz-policy-update-bg p, .gr-destination-nz-cost-of-studying-bg p, .gr-destination-nz-financial-aid-bg p, .gr-destination-why-nz-smart-move-bg p, .gr-destination-for-the-parent-bg p, .gr-destination-index-of-stability-bg p, .gr-destination-language-requirements-grid p, .gr-destination-policy-shift-bg p, .gr-destination-global-degree-info-box-des, .gr-destination-why-uk-smart-move-bg p, .gr-destination-why-uk-bg p, .gr-destination-why-study-in-uk-bg p, .gr-desitination-type-of-university-bg p, .gr-destination-top-universities-uk-bg p, .gr-destination-top-courses-uk-bg p, .gr-destination-master-advantage-uk-bg p, .gr-destination-uk-cost-of-studying-bg p, .gr-destination-work-rights-uk-bg p, .gr-destination-scholarship-uk-bg p, .gr-destination-visa-uk-bg p{
    font-size: 14px;
    line-height: inherit;
  }
  .gr-destination-why-student-text p + p, .gr-destination-work-while-study-bg p + p, .gr-destination-top-universities-bg p + p, .gr-destination-most-student-bg p + p, .gr-destination-cost-comparison-bg p + p, .gr-destination-service-bg p + p, .gr-destination-ready-to-start-bg p + p, .gr-destination-why-newzealand-bg p + p, .gr-destination-why-nz-smart-move-bg p + p, .gr-destination-index-of-stability-bg p + p, .gr-destination-language-requirements-grid p + p, .gr-destination-why-uk-smart-move-bg p+p, .gr-destination-why-uk-bg p+p, .gr-desitination-type-of-university-bg p+p{
    margin-top: 10px;
  }
  .gr-destination-why-student-grid, .gr-destination-why-student-why-destination-grid, .gr-destination-global-degree-grid, .gr-destination-global-degree-info-grid, .gr-destination-nz-education-ecosystem-grid, .gr-desitination-work-while-study-grid, .gr-for-working-professional-grid, .gr-destination-service-grid, .gr-destination-why-choose-gr-grid, .gr-destination-why-newzealand-grid, .gr-destination-for-the-parent-grid, .gr-destination-index-of-stability-grid, .gr-destination-nz-roi-calculator-grid, .gr-destination-nz-work-study-balance-grid, .gr-destination-nz-policy-update-grid, .gr-destination-nz-career-opportunities-grid, .nz-admission-criterion-grid, .nz-admission-criterion-right-grid, .gr-destination-language-requirements-grid, .nz-language-box-grid, .gr-destination-nz-cost-of-studying-grid, .gr-destination-why-uk-grid, .gr-destination-why-study-in-uk-grid, .gr-destination-testimonial-grid,.gr-desitination-type-of-university-grid{
    grid-template-columns: repeat(1, 1fr);
      grid-gap: 15px;
  }
  .gr-destination-why-student-grid {
      margin-bottom: 15px;
  }
  .gr-destination-why-student-why-destination-grid{
    grid-gap: 10px;
  }
  .gr-destination-global-degree-grid{
    margin-bottom: 30px;
  }
  .gr-destination-global-degree-info-grid,
  .gr-destination-nz-education-ecosystem-grid{
    margin-bottom: 15px;
  }
  .gr-for-working-professional-grid{
    grid-gap: 5px;
    margin: 0 0 15px 0;
  }
  .gr-destination-service-grid{
    grid-gap: 10px;
  }
  .gr-destination-why-student-why-box{
    padding: 15px;
  }
  .gr-destination-why-student-why-box:before{
    display: none;
  }
  .gr-destination-why-student-why-box h3, .gr-destination-work-while-study-bg h3, .gr-destination-most-student-bg h3{
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .why-uk-left-box{
    display: none;
  }
  .gr-destination-why-choose-box{
    gap: 8px;
  }
  .gr-destination-why-choose-icon{
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    padding: 8px;
      border-radius: 50%;
  }
  .gr-destination-why-choose-des{
    font-size: 13px;
    line-height: 18px;
  }
  .gr-destination-why-choose-des span{
    font-size: 16px;
  }
  .gr-destination-global-degree-box{
    gap: 15px;
  }
  .gr-destination-global-degree-box-img {
    width: 30%;
    flex: 0 0 30%;
  }
  .gr-destination-global-degree-box-des{
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
  }
  .gr-destination-global-degree-info-box-head{
    gap: 10px;
      margin-bottom: 10px;
  }
  .gr-destination-global-degree-info-box-head-img{
    width: 40px;
      height: 40px;
      flex: 0 0 40px;
      padding: 8px;
  }
  .gr-destination-global-degree-info-box-head-text{
    font-size: 14px;
      font-weight: 700;
      line-height: 18px;
  }
  .gr-destination-global-degree-info-box-left{
    padding-right: 0px;
  }
  .gr-destination-global-degree-info-box-center {
      padding: 15px 0;
      border-left: none;
      border-right: none;
      border-top: 1px dashed var(--black-color);
      border-bottom: 1px dashed var(--black-color);
  }
  .gr-destination-global-degree-info-box-right{
    padding-left: 0px;
  }
  .gr-destination-button,
  .gr-destination-banner-button,
  .gr-destination-uk-button,
  .gr-destination-uk-button-dark{
    font-size: 14px;
    padding: 8px 20px;
    white-space: break-spaces;
    border-radius: 8px;
  }
  .gr-desitination-work-while-study-box-inner{
    padding-right: 0;
      border-right: none;
  }
  .gr-desitination-work-while-study-box-inner h4{
    font-size: 14px;
  }
  .gr-destination-info-li-uk li,
  .gr-destination-info-li li{
    font-size: 14px;
    padding: 0 0 0 20px;
  }
  .gr-most-indian-studnets-img, .gr-desitination-work-while-study-grid, .gr-desitination-work-while-study-box, .gr-destination-most-student-box, .gr-destination-cost-comparison-box{
    margin: 0 0 15px 0;
  }
  .search-results-filtered-text{
    font-size: 14px;
    padding: 10px;
  }
  .gr-for-working-professional-box{
    font-size: 15px;
    padding: 10px;
  }
  .gr-destination-service-box{
    padding: 15px;
  }
  .gr-destination-service-box-head{
    gap: 10px;
      margin-bottom: 10px;
  }
  .gr-destination-service-box-head-img,
  .why-newzealand-box-icon{
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    padding: 8px;
    border-radius: 4px;
  }
  .gr-destination-service-box-head-text{
    font-size: 15px;
  }
  .gr-destination-service-box:after{
    border-left: 24px solid transparent;
    border-right: 24px solid var(--white-color);
    border-bottom: 24px solid transparent;
  }
  .gr-destination-service-visa-box{
    margin: 20px 0 10px 0;
  }
  .gr-ready-to-start-text-box-grid{
    grid-template-columns: repeat(1, 1fr);
      grid-gap: 15px;
  }
  .gr-destination-testimonial-bg h4{
    font-size: 15px;
    margin: 0 0 15px 0;
  }
  .gr-testimonial-box{
    padding: 20px;
    border-radius: 8px;
  }
  .gr-testimonial-box-img{
    max-width: 60px;
  }
  .gr-testimonial-box h4 {
    font-size: 16px;
    margin: 15px 0 5px 0;
  }
  .gr-testimonial-box h5 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 15px 0;
  }
  .gr-testimonial-box p{
    font-size: 14px;
  }
  .gr-destination-testimonial-bg .modal-dialog{
    margin: 0px;
    padding: 7px;
  }
  .gr-testimonial-popup-box{
    padding: 10px;
  }
  .gr-testimonial-popup-box p{
    font-size: 14px;
    line-height: 20px;
  }
  .gr-student-name-text,
  .gr-student-uni-text{
    font-size: 14px;
  }
  .gr-destination-testimonial-bg .closeTestiBtn{
    right: 0px;
    top: 0px;
  }
  .gr-destination-gallery-grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .gr-destination-why-choose-gr-grid{
    grid-template-columns: repeat(2, 1fr);
      grid-gap: 5px;
  }
  .destination-why-choose-gr-box{
    padding: 10px;
    gap: 10px;
    flex-direction: column;
    border: 1px solid var(--gray-color);
      border-radius: 6px;
  }
  .destination-why-choose-gr-box-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    padding: 4px;
    border-radius: 4px;
  }
  .destination-why-choose-gr-box-des{
    font-size: 16px;
      line-height: inherit;
      text-align: center;
  }
  .destination-why-choose-gr-box-des span{
    font-size: 13px;
    font-weight: 500;
  }
  .gr-destination-events-grid{
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
  .gr-destination-event-list-box {
    padding: 15px;
    gap: 10px;
    border-radius: 6px;
  }
  .gr-event-title{
    font-size: 16px;
  }
  .gr-event-city-register-box{
    gap: 10px;
  }
  .gr-event-city,
  .gr-register-event-btn{
    font-size: 13px;
  }
  .gr-destination-faq-box-left{
    padding: 15px 0;
  }
  .gr-destination-faq-box-right{
    display: none;
  }
  .gr-destination-faq-box-left h5{
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  .gr-destination-faq-box-left .panel-group{
    margin-top: 10px;
  }
  .gr-destination-faq-box-left .panel-default{
    border-radius: 6px;
  }
  .gr-destination-faq-box-left .panel-title > a{
    font-size: 13px;
      font-weight: 600;
      padding: 10px 20px 10px 10px;
  }
  .gr-destination-faq-box-left .more-less{
    right: 6px;
  }
  .gr-destination-faq-box-left .panel-body{
    padding: 10px;
    font-size: 13px;
  }
  .gr-main-destination-content .banner-form{
    margin-top: 0px;
  }
  .why-newzealand-left-box{
    height: 400px;
  }
  .why-newzealand-right-box,
  .why-uk-right-box{
    padding: 0 15px;
  }
  .why-newzealand-box-group{
    margin: 15px 0 0 0;
  }
  .why-newzealand-box + .why-newzealand-box{
    margin-top: 10px;
  }
  .why-newzealand-box{
    flex-wrap: wrap;
  }
  .why-newzealand-box-des{
    flex: inherit;
  }
  .why-newzealand-box-cost{
    padding-left: 60px;
  }
  .why-newzealand-box-des-head, .why-newzealand-box-cost{
    font-size: 15px;
  }
  .why-newzealand-box-des-text{
    font-size: 13px;
  }
  .why-newzealand-box-bottom-text p,
  .why-uk-box-bottom-text p{
    padding: 0px;
    margin-bottom: 15px;
  }
  .why-uk-box-bottom-text p strong{
    display: inline;
  }
  .speak-to-expert-text-btn, .show-more-universities, .speak-to-expert-text-btn-light{
    font-size: 14px;
  }
  .gr-destination-why-nz-smart-move-box,
  .gr-destination-why-uk-smart-move-box{
    min-height: auto;
    padding-right: 0px;
  }
  .why-nz-right-move-img,
  .why-uk-right-move-img{
    position: inherit;
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
  .gr-destination-for-the-parent-bg p{
    margin: 0 0 15px 0;
  }
  .gr-best-city-to-study-box{
    flex: 0 0 calc(100% - 10px);
    height: 200px;
    border-radius: 8px;
  }
  .gr-destination-why-uk-smart-move-bg{
    margin-top: 0px;
  }
  .planning-to-study-in-uk-heading{
    font-size: 15px;
    font-weight: 600;
  }
  .gr-destination-why-study-in-uk-grid{
    margin: 0;
    grid-gap: 5px;
  }
  .gr-destination-why-study-in-uk-grid + .gr-destination-why-study-in-uk-grid{
    margin-top: 5px;
    margin-bottom: 15px;
    padding-top: 0px;
    border-top: none;
  }
  .gr-destination-why-study-in-uk-box {
    gap: 12px;
    padding: 10px;
    border: 1px solid var(--light-gold-color) !important;
    border-radius: 6px;
  }
  .gr-destination-why-study-in-uk-icon{
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    padding: 7px;
    border: 1px solid var(--light-gold-color);
  }
  .gr-destination-why-study-in-uk-des{
    font-size: 16px;
    line-height: 18px;
  }
  .gr-destination-testimonial-student-name{
    font-size: 15px;
  }
  .gr-destination-testimonial-uni-name{
    font-size: 13px;
  }
  .gr-destination-testimonial-star-box,
  .gr-destination-testimonial-box p{
    font-size: 14px;
  }
   .read-btn-destination{
    font-size: 13px;
    border: 1px solid var(--blue-color);
  }
  .gr-desitination-type-of-university-grid{
    margin: 0 auto 15px auto;
  }
  .gr-desitination-type-of-university-box{
    padding: 0px;
    border-right: none;
  }
  .gr-desitination-type-of-university-box-head{
    gap: 12px;
    margin-bottom: 10px;
  }
  .gr-desitination-type-of-university-box-head-icon{
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
  .gr-desitination-type-of-university-box-head-icon img{
    border-radius: 6px;
  }
  .gr-desitination-type-of-university-box-head-text{
    font-size: 15px;
    line-height: 18px;
  }
  .gr-desitination-type-of-university-box-des{
    font-size: 14px;
  }
  .gr-desitination-type-of-university-box-gray{
    padding: 0;
    margin: 0 auto 15px auto;
    background-color: var(--white-color);
    border-top: none;
    border-bottom: none;
  }
  .gr-desitination-type-of-university-bg p,
  .gr-destination-top-courses-uk-bg p,
  .gr-destination-policy-shift-bg p,
  .gr-destination-uk-cost-of-studying-bg p,
  .gr-destination-work-rights-uk-bg p,
  .gr-destination-scholarship-uk-bg p,
  .gr-destination-visa-uk-bg p{
    margin: 0 auto 15px auto;
  }
  .university-types-disciplines-uk{
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5px;
  }
  .uk-courses-disciplines-box {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
  }
  .gr-destination-top-universities-list-box .panel-group .panel,
  .gr-destination-top-universities-list-box .panel-group .panel + .panel{
    margin-top: 5px;
  }
  .gr-destination-top-universities-list-box .panel-title > a {
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 600;
  }
  .gr-destination-top-courses-uk-grid{
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin: 0 auto 15px auto;
  }
  .gr-destination-top-courses-uk-box, .gr-destination-top-courses-uk-box-explore{
    padding: 10px 20px 15px 20px;
  }
  .gr-destination-top-courses-uk-box-explore{
    font-size: 24px;
  }
  .gr-destination-top-courses-uk-box-icon {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .gr-destination-top-courses-uk-box-des{
    font-size: 14px;
  }
  .gr-destination-master-advantage-uk-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .master-advantage-bar {
    padding: 15px 20px 20px 20px;
    margin-top: 15px;
    border-radius: 8px;
  }
  .master-advantage-comp-row + .master-advantage-comp-row{
    margin-top: 10px;
  }
  .master-advantage-card {
    padding: 15px;
    border-radius: 8px;
  }
  .master-advantage-value{
    font-size: 20px;
    line-height: 1.1;
  }
  .gr-destination-master-advantage-uk-box-right{
    grid-gap: 10px;
  }
  .gr-destination-uk-button-dark.uk{
    margin-top: 15px;
  }
  .gr-destination-nz-cost-of-studying-bg h4, .gr-destination-uk-cost-of-studying-bg h4{
    font-size: 15px;
    margin: 0 0 15px 0;
  }
  .gr-destination-nz-policy-box, .estimated-annual-cost-box{
    padding: 15px;
    border-radius: 8px;
  }
  .estimated-annual-cost-list{
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .estimated-annual-cost-list-img{
    width: 20px;
  }
  .estimated-annual-cost-list-head, .estimated-annual-cost-list-price{
    font-size: 13px;
  }
  .estimated-annual-cost-list-total, .estimated-annual-cost-list-total-uk{
    padding: 8px 10px;
    flex-direction: column;
    border-radius: 8px;
  }
  .estimated-annual-cost-list-total-head,.estimated-annual-cost-list-total-price{
    font-size: 14px;
  }
  .gr-bar-title, .gr-pct{
    font-size: 13px;
  }
  .pro-tips-box, .pro-tips-box-uk{
    margin-top: 0;
    padding: 15px;
    gap: 12px;
    font-size: 12px;
  }
  .pro-tips-box img, .pro-tips-box-uk img{
    width: 40px;
  }
  .gr-destination-work-rights-uk-box{
    width: 100%;
    padding: 15px;
    border-radius: 8px;
  }
  .work-uk-duration{
    font-size: 40px;
  }
  .work-uk-duration-month{
    font-size: 20px;
  }
  .work-uk-duration-level{
    margin-top: 5px;
  }
  .gr-destination-work-rights-uk-grid{
    gap: 15px;
    margin-bottom: 15px;
  }
  .gr-destination-scholarship-uk-grid{
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin: 0 auto 15px auto;
  }
  .gr-destination-scholarship-uk-box{
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
  }
  .gr-destination-scholarship-uk-box-icon{
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    padding: 6px;
    border-radius: 6px;
  }
  .gr-destination-scholarship-uk-box-des{
    font-size: 13px;
  }
  .uk-visa-steps{
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto;
  }
  .uk-visa-steps:before{
    display: none;
  }
  .uk-step-circle{
    width: 44px;
    height: 44px;
    margin: 0 auto 10px auto;
  }
  .uk-step-title{
    font-size: 15px;
  }
  .uk-step-desc{
    margin-bottom: 15px;
  }
}