:root {
  --primary: #112c5c;
  --white: #ffffff;
  --black: #2c2c2c;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #4d84e8;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ef3535;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

@font-face {
  font-family: "clash";
  src: url("../fonts/ClashDisplay-Variable.ttf");
}

@font-face {
  font-family: "g-sans";
  src: url("../fonts/GeneralSans-Variable.ttf");
}

video {
  border-radius: 30px;
}

.hero-media {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  line-height: 0;
}

.hero-media .hero-poster,
.hero-media .hero-video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.hero-media .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.hero-media.is-playing .hero-video {
  opacity: 1;
}

.hero-media.is-playing .hero-poster {
  opacity: 0;
}

body {
  padding: 0 !important;
}

.heading {
  color: #112c5c;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.paragraph {
  font-size: 20px;
  font-family: "g-sans";
}



.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 22;
  display: none;
}

.serch-01 {
  position: relative;
}

.serch-02 {
  position: relative;
}

.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #000;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}

.text {
  padding-top: 84px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
}

section.english-lesson {
  background: #112c5c;
  border-radius: 0px 0px 58px 58px;
}

.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}


.menu-Bar span:nth-child(3) {
  top: 16px;
}

.menu-Bar.open span {
  background: #fff;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

.main-header {
  padding: 25px;
}


.mobile-logo {
  display: none;
}


button.go-uk-btn {
  margin-left: 28px;
  border-radius: 72px;
  background: #ef3535;
  box-shadow: 3px 6px 0px 2px #a31e1e;
  width: 31%;
  padding-left: 37px;
  color: #fff;
  text-align: center;
  font-family: "g-sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  cursor: pointer;
  height: 70px;
}


body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  height: 100%;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  background: var(--white);
  color: var(--black);
  font-family: "clash";
  font-weight: 400;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.3rem 0;
}

.footer-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.footer-menu li {
  display: inline;
}

.menuWrap li {
  list-style: none;
}

.sidebar {
  display: none;
}

.footer-menu ul li a {
  color: #2c2c2c;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  margin: 0px 18px;
}

.header {
  position: absolute;
  width: 100%;
}

.mainBanner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: 66%;
  background-repeat: no-repeat;
  padding: 50px 0 100px;
}


.youstar {
  color: #ef3535;
}

.footer-logo {
  text-align: center;
  padding-bottom: 22px;
}

.social-icon a {
  text-decoration: none;
  font-size: 32px;
  font-weight: 500;
  color: #2c2c2c;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
}

.footer-menu {
  text-align: center;
}

.hover-box {
  border-radius: 28px;
  background: #fff;
  box-shadow: 0px 3px 28px 0px rgba(0, 0, 0);
}

.loop-input input[type="text"] {
  border-radius: 84px;
  border: 1px solid #8cb2f6;
  outline-color: #bbd1f8;
  background: #bbd1f8 !important;
  width: 50%;
  padding: 20px;
}

select {
  outline-color: #bbd1f8;
}

.social-icon ul {
  margin-bottom: 24px;
}

.Counselling-box {
  background: #c4d9ff;
  width: 100%;
  height: 100%;
  padding: 46px;
  margin-left: 22px;
  border-radius: 20px;
  min-height: 350px;
}

.Counselling-box h3 {
  font-family: "g-sans";
  padding-bottom: 10px;
}

.Counselling-box p {
  font-family: "g-sans";
}

.footer {
  background: url(../images/footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.footer-bg {
  position: absolute;
  left: 82%;
  pointer-events: none;
  z-index: 0;
}


.about-img .w-4 {
  position: absolute;
  right: 15%;
  bottom: 0;
}

.about-img .w-5 {
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translateX(-50%);
}

.Explore {
  background: #e9f1ff;
  padding: 100px 0px;
}

section.Youstar::before {
  content: "";
  background: url(..//images/connect-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 170px;
  height: 170px;
  right: 0%;
}

section.Youstar::after {
  content: "";
  background: url(..//images/connect-02.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 170px;
  height: 170px;
  left: 0%;
  z-index: 99;
  margin-top: -171px;
}

div#myTabContent::after {
  content: "";
  background: url(..//images/rec-4.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 136px;
  height: 171px;
  left: 12%;
  margin-top: -207px;
}

div#myTabContent::before {
  content: "";
  background: url(..//images/rec-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 160px;
  height: 165px;
  right: 9%;
  margin-top: -53px;
}

.nav-tabs {
  border: none;
}

.box-tabs {
  text-align: center;
  min-height: 300px;
  border-radius: 39px;
  background: #aac9ff;
  padding: 35px 0px 35px 0px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.box-tabs h3 {
  margin-bottom: 20px;
  color: #112c5c;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  font-family: "g-sans";
}

.mth-01 {
  background: #ffd6dd;
}

.box-tabs img {
  width: 65%;
  margin-top: -13px;
}

.box-tabs .learn-more {
  border-radius: 72px;
  background: #fff;
  width: 102.195px;
  height: 29.881px;
  border: none;
  color: #082352;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: "g-sans";
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

button#home-tab {
  border-radius: 84px;
  border: 1px solid #8cb2f6;
  background: #d6e4ff;
}

button#profile-tab {
  border-radius: 84px;
  border: 1px solid #ffa0a0;
  background: #ffebeb;
  color: #112c5c;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: "g-sans";
  margin-left: 26px;
}

section.Undergraduates {
  background: url(..//images/graduates.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

section.Youstar {
  background: #e9f1ff;
  padding-bottom: 0;
  overflow: hidden;
}

.box img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}

.box {
  border-radius: 28px;
  background: #fff;
  box-shadow: 0px 3px 28px 0px rgba(0, 0, 0, 0.11);
  transition: 0.5s all;
}

.box-text {
  padding: 20px;
  height: 173px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

.box-listening {
  border-radius: 13px;
  background: #ffffff12;
  width: 100%;
  height: 100%;
  padding: 30px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-listening h3 {
  font-size: 15px;
  color: #fff;
  text-align: center;
  font-family: "g-sans";
}

.box-text h3 {
  color: #112c5c;
  font-family: "g-sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 24px;
}

section.best {
  background: #112c5c;
  margin-top: 80px;
  border-radius: 50px;
}

.pro-img img {
  width: 57%;
  margin-top: -61px;
}

.program-text h2 {
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 47px;
  text-transform: uppercase;
}

.stay-loop {
  padding-top: 100px;
  background: #e9f1ff;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: 40px;
}

.box-blog {
  padding: 45px;
  border-radius: 41px;
  border: 1px solid #809fd6;
  background: #fff;
  box-shadow: 0px 3px 28px 0px rgba(0, 0, 0, 0.11);
}

.box-blog h2 {
  margin-bottom: 20px;
}

.box-text p {
  color: #112c5c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  font-family: "g-sans";
}

.box-blog h2 {
  margin-bottom: 20px;
  color: #112c5c;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  font-family: "g-sans";
}

.padding {
  padding-bottom: 150px;
}

marquee.blink {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  /* 87.5% */
  text-transform: uppercase;
}

section.learning-today {
  background: #112c5c;
  padding: 26px;
}

.box:hover {
  border-radius: 28px;
  background: #ef3535;
  box-shadow: 3px 7px 0px 2px #a31e1e !important;
}



.box:hover h3 {
  color: #fff;
}

.box:hover p {
  color: #fff;
}

button.btn.btn-secondary {
  background: #112c5c;
  border: none;
  border-radius: 20px;
  font-weight: 500;
}

.box :hover .btn.btn-secondary {
  background: #ffabab;
  box-shadow: none;
  color: #2c2c2c;
  cursor: pointer;
}

.about-hea h2 {
  color: #112c5c;
  text-align: center;
  font-size: 120px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.youstar-solution-image {
  width: 100%;
}

.explore-tbn {
  background: red;
  color: white;
  padding: 8px 25px;
  outline: none;
  border: none;
  border-radius: 20px;
  box-shadow: 1px 1px 6px black;
}

.youstar-solution-image img {
  width: 100%;
  display: block;
}

.red-and-pink {
  width: 150px;
  margin-top: -110px;
  margin-left: -58px;
}

.blue-rectangle-110 img {
  width: 100%;
  display: block;
}

.blue-rectangle-110 {
  width: 100px;
  position: absolute;
  top: 0;
  margin-top: -40px;
  right: 0;
  margin-right: -5px;
  z-index: -9997;
}

.red-and-pink img {
  width: 100%;
  display: block;
}

.youstar-solution-content h1 {
  color: #112c5c;
  font-size: 32px;
  font-family: "g-sans";
}

.youstar-solution-content p {
  font-size: 15px;
  font-family: "g-sans";
  line-height: 25px;
  padding: 10px 0px;
}

.trusted-million {
  border-radius: 10px;
  padding: 10px 15px;
  color: #112c5c;
  background: #cfe0ff;
}

.certificate {
  border-radius: 10px;
  padding: 10px 15px;
  color: #112c5c;
  background: #ffd6dd;
  padding-bottom: 35px;
}

.youstar-history-green-rectangle-image {
  position: absolute;
  left: 10px;
  top: 10%;
  width: 150px;
}

.eros-est-2020 h2 {
  color: #e9bbf9;
}

.history-blue-rectangle {
  position: absolute;
  top: 10%;
  margin-left: -30px;
}

.history-orange-rectangle {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: -7px;
  margin-bottom: -15px;
}

.out-team-card h1 {
  color: #2277f8;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  text-transform: uppercase;
}

.out-team-card p {
  font-family: "g-sans";
}

.course-finder-content {
  padding: 100px;
}

.course-finder-content p {
  font-family: "g-sans";
  font-weight: 400;
}

.illustration-image {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* work withus */

.work-withus {
  background: linear-gradient(180deg, #112c5c 0%, #011b49 100%);
}

.work-withus p {
  color: #ffffff;
  font-size: 18px;
  font-family: "g-sans";
  line-height: 30px;
}

.work-card {
  border-radius: 10px;
  padding: 20px;
  background: #ffffff12;
  color: white;
  height: 164px;
}

.work-card a {
  color: white;
}

.work-withus-right-rectangle-image {
  width: 120px;
  position: absolute;
  right: 0;
  top: 30%;
}

.work-withus-right-rectangle-image img {
  width: 100%;
  display: block;
}

.work-withus-left-rectangle-image img {
  display: block;
  width: 100%;
}

.work-withus-left-rectangle-image {
  width: 120px;
  position: absolute;
  left: 0;
  top: 60px;
  margin-left: -65px;
}

.work-withus .load-more {
  outline: none;
  border: none;
  color: black;
  padding: 8px 25px;
  border-radius: 20px;
  font-weight: 600;
}

/* Services */
.service-box {
  padding: 30px 20px;
  border-radius: 20px;
}

.service-box ul {
  position: relative;
}

.service-box ul li {
  line-height: 2;
}

.service-box ul li::before {
  content: "";
  width: 20px;
  height: 1.5px;
  background: #112c5c;
  display: block;
  position: absolute;
  left: 0;
  margin-top: 16px;
  color: #112c5c;
}

.for-student {
  background: #caddff;
}

.for-uni {
  background: #f9bbc6;
  padding-bottom: 60px;
}

.for-uni ul li::before {
  background: red;
}

.services-red-rectangle {
  position: absolute;
  width: 120px;
  right: 0;
  bottom: 0;
  margin-right: -25px;
}

.services-pink-rectangle img {
  width: 100%;
  display: block;
}

.services-pink-rectangle {
  width: 130px;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -105px;
}

/* Our team */
.services {
  padding: 80px;
}

.our-team-card-image img {
  width: 100%;
  display: block;
}

.our-team-card-image {
  width: 300px;
  margin: 0 auto;
}

.our-team-card {
  min-width: 420px;
}

.our-team-card h1 {
  text-transform: uppercase;
}

.slick-next {
  left: 96% !important;
  top: -10% !important;
  border: 1px solid black !important;
  border-radius: 99px !important;
  font-weight: bold !important;
  padding: 18px !important;
}

.slick-prev {
  left: 92% !important;
  top: -10% !important;
  border: 1px solid black !important;
  border-radius: 99px !important;
  font-weight: bold !important;
  padding: 18px !important;
}

.slick-prev:before {
  margin-left: -10px !important;
  line-height: 0 !important;
}

.slick-next:before {
  margin-left: -10px !important;
  line-height: 0 !important;
}

.main-about-us {
  height: 50vh;
  border-radius: 0px 0px 150px 150px;
  background: #fff;
  box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding-top: 90px;
}

.why-uk-content p {
  font-family: "g-sans";
  font-size: 17px;
}

/* Course-finder */
.About-this-course .heading {
  text-transform: none;
  font-family: "g-sans";
  font-weight: 500;
  font-size: 42px;
  padding: 20px 0px;
}

.course-details h1 {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "g-sans";
  color: #112c5c;
}

.illustration-rectangle-image img {
  position: absolute;
  right: 7%;
  bottom: -15%;
}

.course-details span {
  font-size: 14px;
}

.course-details p {
  font-size: 14.5px;
}

.course-details-icons {
  width: 22px;
  margin-right: 15px;
}

.course-details {
  border-radius: 20px;
  border: 1px solid #112c5c;
}

.About-this-course-main::after {
  content: "";
  background: gray;
  width: 100%;
  height: 2px;
  display: block;
  margin-top: 30px;
}

.get-this-course p {
  color: #ff9900;
  font-weight: 600;
  font-size: 24px;
}

.course-finder-content p {
  font-family: "g-sans";
  font-weight: 400;
}

.this-course-will-be-able li {
  font-family: "g-sans";
}

.get-this-course button {
  background: #ef3535 !important;
  box-shadow: 3px 2px 0px 2px #a31e1e !important;
  outline: none;
  border: none;
  padding: 8px 25px;
  border-radius: 20px;
  color: white;
}

.get-this-course select {
  width: 240px;
  border: none;
  border-radius: 20px;
  outline: none;
  padding: 10px;
  font-weight: bold;
  margin-right: 10px;
  font-family: "g-sans";
  font-weight: 500;
}

.browse-card-body h3 {
  font-family: "g-sans";
  font-size: 16px;
}

.undergraduates-card-body h4 {
  font-family: "g-sans";
  font-size: 20px;
  margin-bottom: 20px;
}

/* browse-all-course */

.browser-all-content select {
  padding: 8px 50px;
  width: 100%;
  border-radius: 20px;
  outline: none;
  border-radius: 72px;
  border: 1px solid #c9c9c9;
  font-family: "g-sans";
  color: #656565;
}

.serch-01 img {
  position: absolute;
  right: 4%;
  margin-top: 10px;
}

.serch-02 img {
  position: absolute;
  margin-top: 10px;
  left: 5%;
}

.browser-all-content input {
  width: 100%;
  padding: 8px 20px;
  outline: none;
  border-radius: 72px;
  border: 1px solid #c9c9c9 !important;
  background: transparent !important;
  font-family: "g-sans";
}

.input-group input {
  border-radius: 20px;
}

.browser-all-course-red-orange-rectangle-image {
  position: absolute;
  right: 0;
  width: 100px;
  top: 10%;
}

.input-group-text {
  background: transparent;
}

.search-icon {
  position: absolute;
  right: 63%;
  margin-top: 7px;
}

.browser-all-course {
  position: relative;
}

.category-icon {
  position: absolute;
  top: 10.8%;
  margin-left: 18px;
}

.appply-001 {
  padding: 12px 20px;
  background: transparent;
  border: 1px solid #112c5c;
  border-radius: 38px;
  font-weight: 600;
  color: #112c5c;
  text-decoration: none;
  transition: .3s all;
}

.browser-all-course-blue-rectangle-image {
  position: absolute;
  left: 0;
  width: 50px;
  top: 5%;
}

.user-icon {
  position: absolute;
  top: 10.8%;
  margin-left: 18px;
}

.input-group input {
  border-radius: 84px;
  border: 1px solid #8cb2f6;
  outline-color: #bbd1f8;
  background: #bbd1f8 !important;
  width: 50%;
  padding: 20px;
}

.btn {
  width: 200px;
  height: 54px;
  border: none;
  border-radius: 60px;
}

a.btn-001.btn.btn-primary:hover {
  background: #112c5c !important;
  box-shadow: 3px 2px 0px 2px #c4d9ff !important;
}

a.btn-001.btn {
  background: #ef3535 !important;
  box-shadow: 3px 2px 0px 2px #a31e1e !important;
  padding-top: 15px;
  transition: 0.5s all;
  color: #fff;
  font-family: "g-sans";
}

a.btn-001.btn.btn-primary.btn-hover:hover {
  background: #ff9900 !important;
  box-shadow: 3px 2px 0px 2px #ff990091 !important;
}

.browse-card-body {
  color: #112c5c;
  padding: 15px;
}

section.ty-page {
  padding: 250px 0 0;
}

.browse-card {
  border-radius: 20px;
}

.browse-card-image img {
  width: 100%;
  display: block;
  border-radius: 20px 20px 0px 0px;
  height: 325px;
  object-fit: cover;
}

.browse-card-body button {
  padding: 8px 20px;
  background: transparent;
  border: 1px solid #112c5c;
  border-radius: 20px;
  font-weight: 600;
  color: #112c5c;
  margin: 10px 0;
}

/* undergraduates */
.undergraduates-card {
  background: #ffffff;
  border-radius: 20px;
  background: #43547065;
  color: white;
}

.undergraduates-card-body {
  padding: 15px;
}

.undergraduates-card-body p {
  font-size: 15px;
  line-height: 0.9;
  font-family: "g-sans";
}

.undergraduates-card-image img {
  width: 100%;
  display: block;
}

.undergraduates {
  background: #112c5c;
}

/* Successful */

.successful-content button {
  margin: 10px 0;
  padding: 15px 0;
  border-radius: 30px;
  font-weight: 600;
}

/* why uk */
.why-Uk {
  background: url(..//images/uk-bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
  padding: 80px;
}

.why-Uk-perpal-star {
  position: absolute;
  right: 0;
  top: 0;
}

.why-Uk-green-star {
  position: absolute;
  left: 50px;
  top: -20%;
}

.font-size {
  font-size: 48px;
}

.why-Uk-yello-star {
  position: absolute;
  right: 0;
  top: 50px;
}

.why-Uk-blue-baloon {
  position: absolute;
  right: 0;
  top: 80%;
  width: 120px;
}

/*  */

.uk-visa-image {
  width: 100%;
}

.explore-tbn {
  background: red;
  color: white;
  padding: 8px 25px;
  outline: none;
  border: none;
  border-radius: 20px;
  box-shadow: 1px 1px 6px black;
}

.uk-visa-image img {
  width: 100%;
  display: block;
}

.red-and-pink {
  width: 150px;
  margin-top: -110px;
  margin-left: -58px;
}

.blue-rectangle-110 img {
  width: 100%;
  display: block;
}

.blue-rectangle-110 {
  width: 100px;
  position: absolute;
  top: 0;
  margin-top: -40px;
  right: 0;
  margin-right: -5px;
  /* z-index: -9997; */
}

.red-and-pink img {
  width: 100%;
  display: block;
}

.uk-student-visa-list ul {
  position: relative;
}

.uk-student-visa-list ul li {
  line-height: 2;
  font-family: "g-sans";
}

.uk-student-visa-list ul li::before {
  content: "";
  width: 20px;
  height: 1.5px;
  background: #112c5c;
  display: block;
  position: absolute;
  left: 0;
  margin-top: 16px;
  color: #112c5c;
}

.uk-visa-card ul li {
  padding: 18px 0;
}

.Immigration ul li {
  background-color: #ffe7c2;
  height: 100%;
  width: 100%;
}

.Immigration ul li:first-child {
  background: #ff9900;
  color: white;
  border: none;
}

.Application-Fee ul li:first-child {
  background: #112c5c;
  color: white;
  border: none;
}

.Type-of-Visa ul li:first-child {
  background: #ef3535;
  border: none;
}

.Type-of-Visa ul li {
  border-bottom: 1px solid #ef3535;
  background: #ffd6dd;
  font-family: "g-sans";
}

.Type-of-Visa ul li:last-child {
  border: none;
}

.Application-Fee ul li {
  border-bottom: 1px solid #83abf3;
  background: #caddff;
  font-family: "g-sans";
}

.Application-Fee ul li:first-child {
  color: white;
  border: none;
  font-family: "g-sans";
}

.Application-Fee ul li:last-child {
  border: none;
  font-family: "g-sans";
}

/* costs */
.costs-content-bg-image {
  background: url(..//images/costs.png) no-repeat center/cover;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
  position: absolute;
  left: -12%;
  top: 0;
  z-index: -1;
  height: 100vh;
  margin-top: -50px;
}

.costs-perpal-rectangle-image {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -20px;
  margin-left: -10px;
}

.costs-orange-rectangle-image {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -50px;
  margin-top: -50px;
}

/* Estimated */

.Factors ul li:first-child {
  background: #da8cff;
  border: none;
}

.Factors ul li {
  background: #f3d2ff;
}

.Factors ul li {
  border: none;
  border-bottom: 1px solid #e6a7fc;
}

.youstar-solution {
  margin-top: 70px;
}

.Average ul li:first-child {
  background: #76d390;
  border: none;
}

.Average ul li {
  border-bottom: 1px solid #56c876;
  background: #baffcd;
}

.living ul li {
  background: #fdd1d1;
  border: none;
}

.living ul li:first-child {
  background: #de8181;
}

/* jobs and scholership */

.jobs-bg-image {
  position: absolute;
  top: -20%;
  left: 35%;
  z-index: -1;
  width: 800px;
}

.jobs-content ul {
  position: relative;
}

.jobs-content ul li {
  line-height: 3;
  padding: 10px 0;
}

.jobs-content ul li::before {
  content: "";
  width: 20px;
  height: 2px;
  background: black;
  display: block;
  margin-left: -38px;
  margin-bottom: -26px;
}

.jobs-orange-rectangle-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin-top: -50px;
  margin-left: -40px;
}

.jobs-green-blue-rectangle-image {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -5rem;
  margin-right: 30px;
}

.work-card img {
  width: 15px;
  margin-right: 7px;
}

.jobs-red-rectangle-image {
  width: 140px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.img img {
  width: 100%;
}

.blog-box img {
  margin-bottom: 22px;
}

/* citizenship */

.citizenship-detail-box {
  text-align: center;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  font-family: "g-sans";
}

.passport {
  background: #f9d9bb;
  color: #a56609;
}

.digital {
  background: #8affab;
  color: #307243;
}

.signature {
  background: #fdd1d1;
  color: #ef3535;
}

.place {
  background: #afccff;
  color: #112c5c;
}

.frm input,
.frm select {
  border-radius: 47.5px;
  border: 1px solid #70a3fe;
  background: #bbd1f8;
  width: 100%;
  color: #000 !important;
  height: 60px;
  padding-left: 26px;
  margin-bottom: 22px;
  font-family: "g-sans";
  font-weight: 400;
}

::placeholder {
  color: #000;
  font-family: "g-sans";
  font-weight: 400;
}


.undergraduates-card-body button {
  outline: none;
  border: 1px solid white;
  background: transparent;
  padding: 5px 12px;
  border-radius: 20px;
  color: white;
}

button#basic-addon2 {
  margin-left: 28px;
  border-radius: 72px;
  background: #ef3535;
  box-shadow: 3px 6px 0px 2px #a31e1e;
  width: 14%;
  /* padding-left: 55px; */
  color: #fff;
  text-align: center;
  font-family: "g-sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  cursor: pointer;
  justify-content: center;
}

button.btn-001.btn {
  background: #ef3535 !important;
  box-shadow: 3px 7px 0px 2px #a31e1e !important;
  font-family: "g-sans";
}

button#basic-addon2:hover {
  background: #112c5c !important;
  box-shadow: 3px 2px 0px 2px #c4d9ff !important;
  color: #fff;
}

.blog {
  padding-bottom: 100px;
}

.main-blog {
  padding-top: 100px;
}

.frm textarea {
  border-radius: 24.5px;
  border: 1px solid #70a3fe;
  background: #bbd1f8;
  width: 100%;
  height: 199px;
  margin-bottom: 22px;
  padding: 24px;
  outline-color: #bbd1f8;
}

.btn-002 {
  border-radius: 72px;
  background: #f90;
  border: none;
  color: #fff;
  font-size: 18px;
  box-shadow: 3px 7px 0px 1px #de8500;
  font-family: "g-sans";
  font-weight: 500;
  line-height: normal;
  padding: 13px;
  transition: 0.5s all;
  padding: 15px 40px;
  text-decoration: none;
}

a.btn-002:hover {
  background: #112c5c !important;
  box-shadow: 3px 2px 0px 2px #c4d9ff !important;
  color: #fff;
}

.btn-success {
  background: #112c5c;
  font-family: "g-sans";
  font-size: 19px;
  font-weight: 500;
}

.btn-success:hover {
  background: #ef3535;
}

.contact-text p {
  color: #2c2c2c;
  font-family: "g-sans";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 24px;
}

section.get-in-touch {
  padding: 100px 0px 0;
  background: #e9f1ff;
  margin-top: 19px;
}

.contact-img img {
  width: 80%;
}

.contact-img {
  display: flex;
  justify-content: end;
}

.citizenship-detail-box h5 {
  font-size: 17px;
}

section.get-in-touch::before {
  content: "";
  background: url(..//images/connect-01.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 85%;
  right: -5%;
  width: 402px;
  height: 400px;
  z-index: 9999;
}

section.get-in-touch::after {
  content: "";
  background: url(..//images/connect-02.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 85%;
  left: -8%;
  width: 402px;
  height: 400px;
  z-index: 9999;
}

.education-btn button {
  border-radius: 70px;
  background: #caddff;
  font-size: 16px;
  border: none;
  padding: 10px 25px 10px 25px;
  font-family: "g-sans";
}

.education-btn:nth-child(2) button {
  background: #ffd6dd;
  color: #ef3535;
}

.education-btn:nth-child(3) button {
  background: #ffe7c2;
  color: #de8500;
}

.blog p {
  color: #2c2c2c;
  font-family: "g-sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

section.slider {
  padding-bottom: 93px;
}

.future-card {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: 220px;
  height: 180px;
  border-radius: 30px;
  border: 1px solid #cdcdcd;
  background: linear-gradient(120deg, #e6e6e6 0%, #f6f6f6 102.92%);
}

.future-card-image {
  width: 130px;
}

.future-card-image img {
  width: 100%;
  display: block;
}

.future .future-card {
  margin-bottom: 20px;
}

.future-red-orange-rectangle-image {
  position: absolute;
  top: 40%;
  left: -4%;
  width: 210px;
}

.future-orange-rectangle-image {
  position: absolute;
  right: 0;
  top: 40%;
  width: 80px;
}

.future-blue-rectangle-image {
  position: absolute;
  bottom: 0;
  width: 130px;
  right: 3%;
  z-index: -1;
}

/* apply visa */
.apply-visa-image img {
  display: block;
  width: 100%;
}

.apply-visa-image {
  width: 100%;
}

.apply-visa-pink-rectangle-image {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100px;
}

.apply-visa-red-rectangle-image {
  width: 100px;
  position: absolute;
  right: 0;
  top: 20%;
}

.apply-visa-orange-rectangle-image {
  width: 100px;
  position: absolute;
  bottom: 30px;
  right: 20%;
}

/* application */

.Applications {
  background: linear-gradient(180deg, #112c5c 0%, #011b49 100%);
  color: white;
}

.application-box h2 {
  font-size: 17px;
}

.application-box {
  background: #112d5c8c;
  width: 300px;
  border-radius: 15px;
  padding: 20px 40px;
  color: white;
  margin: 20px auto;
  position: relative;
}

.application-box-image img {
  display: block;
  width: 100%;
}

.application-box-image {
  width: 70px;
  position: absolute;
  left: -15%;
  top: 38%;
}

.Applications h4 {
  color: #ffc700;
  margin: 10px 0;
}

.Applications p {
  color: #dddbdb;
}

.Applications ul li {
  color: #dddbdb;
  line-height: 3;
}

.appliation-blue-retangle-image {
  position: absolute;
  left: 0;
  top: 20%;
  width: 50px;
}

.appliation-green-retangle-image {
  position: absolute;
  right: 0;
  top: 20%;
  width: 50px;
}

.appliation-yello-retangle-image {
  position: absolute;
  right: 50px;
  width: 50px;
  bottom: 0;
}

.future {
  padding: 100px;
}

.successful p {
  font-family: "g-sans";
  font-size: 18px;
}

.privacy {
  padding: 20px 0px;
}

.privacy h2 {
  font-size: 20px;
  font-family: "g-sans";
  font-weight: 600;
  padding-top: 22px;
}

.font-size-40 {
  font-size: 53px;
}

.privacy p {
  font-family: "g-sans";
  color: #000;
}

.watch img {
  border-radius: 40px;
  width: 100%;
}

.fee-01 ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.fee-01 li {
  padding: 8px 0px;
}

.fee-01 p {
  font-size: 17px;
}

.color-0001 {
  color: #112c5c;
  font-weight: 600;
}

.ba-hons {
  padding: 100px 0px 0px 0px;
}

.card-001 {
  padding-bottom: 40px;
}

.card-001 h3 {
  margin-bottom: 21px;
}

/* Resposnive */
@media only screen and (max-width: 1600px) {
  .main-header {
    padding: 25px;
  }

  .about-img .w-4 {
    position: absolute;
    right: 2%;
    margin-top: -106px;
  }

  div#myTabContent::after {
    left: 3%;
  }

  div#myTabContent::before {
    right: -0%;
  }

  div#myTabContent::before {
    margin-top: -90px;
  }

  .box-text h3 {
    font-size: 20px;
  }

  .box-text p {
    font-size: 14px;
  }

  .lesson-online {
    padding-top: 50px;
  }



  .box-listening h3 {
    font-size: 17px;
    color: #fff;
  }

  .program-text h2 {
    font-size: 43px;
    line-height: 50px;
  }

  .box-blog h2 {
    font-size: 23px;
  }


  .main-about-us {
    height: 72vh;
  }

  .font-size-40 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 1366px) {
  .main-header {
    padding: 25px;
  }

  section.mainBanner video,
  section.mainBanner .hero-media {
    width: 75%;
  }

  .apply-visa-orange-rectangle-image {
    width: 101px;
    position: absolute;
    bottom: 30px;
    right: 14%;
  }

  .work-card img {
    width: 15px;
    margin-right: 7px;
    margin-top: -2px;
  }

  .work-card p {
    font-size: 12px;
  }

  .work-card a {
    color: white;
    font-size: 16px;
  }

  .work-card h5 {
    font-size: 16px;
  }

  .certificate h4 {
    font-family: "g-sans";
    font-size: 20px;
  }

  .trusted-million h4 {
    font-size: 20px;
    font-family: "g-sans";
  }

  .youstar-solution-content h1 {
    color: #112c5c;
    font-size: 28px;
    font-family: "g-sans";
  }

  .main-about-us {
    height: 72vh;
  }

  .about-img .w-4 {
    position: absolute;
    right: 2%;
    margin-top: -106px;
  }

  div#myTabContent::after {
    left: 3%;
  }

  div#myTabContent::before {
    right: -0%;
  }

  div#myTabContent::before {
    margin-top: -90px;
  }

  .box-text h3 {
    font-size: 18px;
  }

  .box-text p {
    font-size: 14px;
  }

  .lesson-online {
    padding-top: 50px;
  }


  .box-listening h3 {
    font-size: 17px;
    color: #fff;
  }

  .program-text h2 {
    font-size: 43px;
    line-height: 50px;
  }

  .box-blog h2 {
    font-size: 23px;
  }


  .text img {
    width: 65%;
  }

  .our-team-card-image img {
    width: 80%;
    display: block;
  }

  .slick-prev {
    left: 89% !important;
    top: -16% !important;
  }

  .slick-next {
    left: 94% !important;
    top: -16% !important;
  }

  .blog-box img {
    width: 100%;
  }

  section.main-about-us h2 {
    font-size: 50px;
  }

  h1.blog-h2 {
    font-size: 30px;
  }

  .blog-box h2 {
    font-size: 18px;
  }

  section.get-in-touch::after {
    display: none;
  }

  section.get-in-touch::before {
    display: none;
  }

  section.get-in-touch {
    padding: 100px 0px;
    background: #e9f1ff;
    margin-top: 19px;
    padding-left: 10px;
    padding-right: 37px;
  }

  .serch-01 img {
    position: absolute;
    right: 66%;
    top: 10%;
    margin-top: 19px;
  }

  .serch-02 img {
    position: absolute;
    top: 10%;
    margin-top: 19px;
    margin-left: 18px;
  }

  .browse-card-body h3 {
    font-family: "g-sans";
    font-size: 23px;
  }

  .get-this-course select {
    width: 190px;
  }

  .mask-image img {
    width: 100%;
  }

  .course-details h4 {
    font-size: 19px;
  }

  .course-details {
    border-radius: 20px;
    border: 1px solid #112c5c;
    width: 321px;
  }

  .Watch {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1199px) {

  .future-card {
    width: 100%;
  }

  div#myTabContent::before {
    right: 5%;
    margin-top: -97px;
  }

  .service-box ul li {
    line-height: 2;
    font-size: 15px;
  }

  marquee.blink {
    font-size: 27px;
  }


  .box-text h3 {
    font-size: 18px;
  }

  .box-text p {
    font-size: 12px;
  }

  .box :hover .btn.btn-secondary {
    background: #ffabab;
    box-shadow: none;
    color: #2c2c2c;
    cursor: pointer;
    font-size: 14px;
  }

  .box-listening h3 {
    font-size: 15px;
  }

  .box-blog h2 {
    font-size: 18px;
  }

  .red-and-pink {
    width: 150px;
    margin-top: -110px;
    margin-left: -27px;
  }

  .work-withus-right-rectangle-image {
    display: none;
  }

  .text {
    padding-top: 0px;
  }

  section.main-about-us h2 {
    font-size: 80px;
  }

  .youstar-history-green-rectangle-image {
    width: 110px;
  }

  .history-main-image img {
    width: 50% !important;
    margin: 0 auto;
  }

  .history-blue-rectangle {
    position: absolute;
    top: 10%;
    left: 20%;
  }

  .history-orange-rectangle {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 138px;
    margin-bottom: -15px;
  }

  .history-main-image img {
    width: 50% !important;
    margin: 0 auto;
    margin-top: 52px;
  }

  .services {
    padding: 80px !important;
  }

  .service-box h2 {
    font-size: 21px;
  }

  section.main-about-us h2 {
    font-size: 50px;
  }

  .blog p {
    color: #2c2c2c;
    font-family: "g-sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }

  .serch-01 img {
    position: absolute;
    right: 68%;
    top: 10%;
    margin-top: 23px;
  }

  .serch-02 img {
    position: absolute;
    top: 10%;
    margin-top: 22px;
    margin-left: 18px;
  }

  .browse-card-body h3 {
    font-family: "g-sans";
    font-size: 17px;
  }
}

@media screen and (min-width: 270px) and (max-width: 600px) {
  .course-finder-content {
    padding: 0px;
  }

  .our-team {
    margin-bottom: 100px;
  }

  .jobs-bg-image {
    display: none;
  }

  .costs-orange-rectangle-image {
    width: 50px;
    display: none;
  }

  .blue-rectangle-110 {
    right: 10%;
  }

  .costs-perpal-rectangle-image {
    width: 100px;
  }

  .why-Uk-blue-baloon {
    z-index: -1;
  }

  .jobs-content h1 {
    font-size: 40px;
  }

  .text img {
    width: 75%;
  }

  .our-team-card-image {
    width: 200px;
    margin: 0 auto;
  }

  .slick-prev {
    left: 84% !important;
    top: -21% !important;
  }

  .slick-next {
    left: 88% !important;
    top: -21% !important;
  }

  .main-header {
    padding: 25px;
  }

  .blog-box img {
    width: 50%;
  }

  .img {
    display: none;
  }

  .main-about-us {
    border-radius: 0px;
  }

  .serch-01 img {
    display: none;
  }

  .serch-02 img {
    display: none;
  }

  .watch img {
    border-radius: 10px;
  }
}

@media screen and (min-width: 600px) and (max-width: 900px) {
  .jobs-bg-image {
    display: none;
  }

  .course-finder-content {
    padding: 0px;
  }

  .slick-next {
    left: 88% !important;
    top: -21% !important;
  }

  .jobs-content h1 {
    font-size: 40px;
  }

  .our-team {
    margin-bottom: 100px;
  }

  .text img {
    width: 75%;
  }

  .our-team-card-image {
    width: 200px;
    margin: 0 auto;
  }

  .out-team-card h1 {
    color: #2277f8;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    text-transform: uppercase;
  }

  .out-team-card p {
    font-family: "g-sans";
    font-size: 17px;
  }

  .slick-prev {
    left: 84% !important;
    top: -21% !important;
  }

  .menu-Bar {
    display: block;
    top: 0px;
  }


  .menuWrap .menu li {
    display: block;
  }

  .menuWrap .menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
  }

  .container {
    position: relative;
  }

  header .header-top {
    display: none;
  }

  header .main-header ul.menu>li {
    display: block;
    padding: 0px;
  }


  header .main-header ul.menu>li a:before {
    display: none;
  }

  .mobile-logo {
    display: block;
  }

  .Header-logo {
    display: none !important;
  }

  .menu {
    display: block;
  }

  .main-header {
    padding: 25px;
  }

  .free-01 {
    flex-direction: row !important;
  }

  .img {
    display: none;
  }

  .course-finder {
    padding-top: 80px;
  }

  .serch-01 img {
    display: none;
  }

  .serch-02 img {
    display: none;
  }

  .watch img {
    border-radius: 10px;
  }

  .font-size-40 {
    font-size: 44px;
  }
}

@media only screen and (min-width: 270px) and (max-width: 500px) {
  .our-team-card-image {
    width: 100%;
  }

  .course-finder-content {
    padding: 0px;
  }

  .our-team {
    margin-bottom: 100px;
  }

  .services {
    padding: 0px;
  }

  .our-team-card {
    min-width: 100%;
  }

  .slick-next,
  .slick-prev {
    top: 0;
  }

  .slick-next {
    left: 88% !important;
    top: -21% !important;
  }

  .my-slider {
    margin-top: 0px;
  }

  .text img {
    width: 75%;
  }

  .our-team-card-image {
    width: 200px;
    margin: 0 auto;
  }

  .out-team-card h1 {
    color: #2277f8;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    text-transform: uppercase;
  }

  .slick-prev {
    left: 84% !important;
    top: -21% !important;
  }

  .main-header {
    padding: 25px;
  }

  .free-01 {
    flex-direction: row !important;
  }

  .img {
    display: none;
  }

  .main-about-us {
    border-radius: 0;
  }

  section.get-in-touch {
    padding: 100px 0px 0px 0px;
  }

  .serch-01 img {
    display: none;
  }

  .serch-02 img {
    display: none;
  }

  .watch img {
    border-radius: 10px;
  }

  .font-size-40 {
    font-size: 44px;
  }
}

@media only screen and (min-width: 270px) and (max-width: 1024px) {
  .slick-prev {
    margin-left: -30px;
    left: 84% !important;
    top: -21% !important;
  }

  button#basic-addon2 {
    margin-left: 28px;
    border-radius: 72px;
    background: #ef3535;
    box-shadow: 3px 6px 0px 2px #a31e1e;
    width: 19%;
    padding-left: 55px;
    color: #fff;
    text-align: center;
    font-family: "g-sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    cursor: pointer;
  }

  .course-finder-content {
    padding: 0px;
  }

  .our-team {
    margin-bottom: 100px;
  }

  .slick-next {
    left: 88% !important;
    top: -21% !important;
  }

  .services {
    padding: 0px;
  }

  .text img {
    width: 75%;
  }

  .our-team-card-image {
    width: 200px;
    margin: 0 auto;
  }

  .out-team-card h1 {
    color: #2277f8;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    text-transform: uppercase;
  }

  .menu-Bar {
    display: block;
  }


  .menuWrap .menu li {
    display: block;
  }


  .container {
    position: relative;
  }

  header .header-top {
    display: none;
  }

  header .main-header ul.menu>li {
    display: block;
    padding: 0px;
  }



  header .main-header ul.menu>li a:before {
    display: none;
  }

  .mobile-logo {
    display: block;
  }

  .Header-logo {
    display: none !important;
  }

  .menu {
    display: block;
  }

  .mobile-logo img {
    width: 150px;
    height: 150px;
    object-fit: contain;
  }

  .main-header {
    padding: 25px;
  }

  .about-img .w-5 {
    display: none;
  }

  .about-img .w-4 {
    display: none;
  }

  section.Youstar::after {
    display: none;
  }

  section.Youstar {
    background: #e9f1ff;
    padding-bottom: 69px;
  }

  div#myTabContent::before {
    display: none;
  }

  div#myTabContent::after {
    display: none;
  }

  .box-text h3 {
    font-size: 14px;
  }

  .box-text p {
    font-size: 12px;
  }

  .popular {
    text-align: left;
  }

  .program-text h2 {
    font-size: 28px;
    line-height: 30px;
  }

  section.stay-loop {
    padding-top: 40px;
    background: #e9f1ff;
  }

  .box-blog {
    padding: 22px;
    border-radius: 23px;
    border: 1px solid #809fd6;
    background: #fff;
    box-shadow: 0px 3px 28px 0px rgba(0, 0, 0, 0.11);
  }

  .box-blog h2 {
    font-size: 15px;
  }

  .footer-menu ul li a {
    font-size: 14px;
  }

  .social-icon li a img {
    width: 70px;
  }

  .pro-img img {
    width: 57%;
    margin-top: -61px;
  }

  section.best {
    background: #112c5c;
    margin-top: 80px;
    border-radius: 50px;
  }

  input[type="text"] {
    width: 100%;
    padding: 20px;
  }

  .none {
    display: none;
  }

  .free-01 {
    flex-direction: row !important;
  }

  .img {
    display: none;
  }

  .main-about-us {
    border-radius: 0;
  }

  section.get-in-touch {
    padding: 100px 0px 0px 0px;
  }

  .serch-01 img {
    display: none;
  }

  .serch-02 img {
    display: none;
  }

  .watch img {
    border-radius: 10px;
  }
}

@media screen and (min-width: 270px) and (max-width: 800px) {
  .Applications h1 {
    font-size: 40px;
  }

  .heading {
    font-size: 47px;
  }

  .application-box {
    width: 100%;
  }

  .future .future-card {
    width: 100%;
  }

  .course-finder-content {
    padding: 0px;
  }

  .get-this-course h1 {
    font-size: 20px;
  }

  .our-team {
    margin-bottom: 100px;
  }

  .text img {
    width: 75%;
  }

  .our-team-card-image {
    width: 200px;
    margin: 0 auto;
  }

  .out-team-card h1 {
    color: #2277f8;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    text-transform: uppercase;
  }

  .slick-prev {
    left: 84% !important;
    top: -21% !important;
  }

  .slick-next {
    left: 88% !important;
    top: -21% !important;
  }

  .mobile-logo img {
    width: 100px;
    height: 100px;
  }

  .main-header {
    padding: 25px;

  }

  .connect-img img {
    display: flex;
    margin: 0 auto;
  }

  .pro-img img {
    width: 40%;
    margin-top: -82px;
  }

  .program-text h2 {
    font-size: 28px;
    line-height: 30px;
    padding-top: 22px;
  }

  section.best {
    background: #112c5c;
    margin-top: 80px;
    border-radius: 50px;
    padding-bottom: 48px;
  }

  .box-blog {
    margin-bottom: 23px;
  }

  input[type="text"] {
    width: 100%;
    padding: 7px;
  }

  .none {
    display: none;
  }

  .free-01 {
    flex-direction: row !important;
  }

  .img {
    display: none;
  }

  .main-about-us {
    border-radius: 0;
  }

  section.get-in-touch {
    padding: 100px 0px 0px 0px;
  }

  .serch-01 img {
    display: none;
  }

  .serch-02 img {
    display: none;
  }

  .watch img {
    border-radius: 10px;
  }

  .Counselling-box {
    background: #c4d9ff;
    width: 100%;
    padding: 22px 21px 12px 17px;
    margin-left: 2px;
    border-radius: 20px;
    overflow-y: scroll;
    margin-bottom: 32px;
    height: 244px;
  }

  button#basic-addon2 {
    width: 27%;
  }

  .btn-success {
    background: #112c5c;
    font-family: "g-sans";
    font-size: 19px;
    font-weight: 500;
    width: 85%;
    font-size: 15px;
  }

  a.btn-001.btn.btn-primary {
    padding: 16px;
  }

  .font-size-40 {
    font-size: 30px;
  }
}

@media screen and (min-width: 270px) and (max-width: 600px) {
  .get-this-course button {
    margin-top: 20px;
  }

  .course-finder-content {
    padding: 0px;
  }

  .application-box-image {
    left: -20px;
    width: 50px;
  }

  .appliation-blue-retangle-image,
  .appliation-green-retangle-image,
  .appliation-yello-retangle-image,
  .future-red-orange-rectangle-image,
  .apply-visa-pink-rectangle-image,
  .apply-visa-orange-rectangle-image,
  .apply-visa-red-rectangle-image {
    display: none;
  }

  .text img {
    width: 75%;
  }

  .our-team {
    margin-bottom: 100px;
  }

  .our-team-card-image {
    width: 200px;
    margin: 0 auto;
  }

  .out-team-card h1 {
    color: #2277f8;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    text-transform: uppercase;
  }

  .slick-prev {
    left: 84% !important;
    top: -21% !important;
  }

  .slick-next {
    left: 88% !important;
    top: -21% !important;
  }

  .main-header {
    padding: 25px;
  }

  .box-text h3 {
    font-size: 30px;
  }

  .box-text p {
    font-size: 17px;
  }

  .padding {
    padding-bottom: 80px;
  }

  .box-text h3 {
    font-size: 20px;
  }

  .lesson-online {
    padding-top: 0px;
  }


  button#home-tab {
    border-radius: 84px;
    border: 1px solid #8cb2f6;
    background: #d6e4ff;
    margin-bottom: 20px;
  }

  button#profile-tab {
    margin-left: 12px;
  }

  .bd-highlight {
    flex-direction: column;
  }

  .none {
    display: none;
  }

  section.main-about-us h2 {
    font-size: 50px;
  }

  .youstar-history-green-rectangle-image {
    width: 100px;
    top: -91px;
  }

  .services {
    padding: 40px !important;
  }

  section.blog {
    text-align: center;
  }

  .blog-box {
    padding: 15px;
  }

  .blog {
    padding-left: 16px;
  }

  .education-btn button {
    padding: 6px 10px 10px 20px;
    font-family: "g-sans";
    font-size: 15px;
  }

  .main-about-us {
    border-radius: 0;
  }

  .serch-01 img {
    display: none;
  }

  .serch-02 img {
    display: none;
  }

  .connect {
    padding-bottom: 50px;
  }

  .font-size-40 {
    font-size: 44px;
  }
}

@media screen and (min-width: 270px) and (max-width: 550px) {
  .get-this-course button {
    margin-top: 20px;
  }

  .text img {
    display: none;
  }

  .course-finder-content {
    padding: 50px 0px;
  }

  .course-details {
    border-radius: 20px;
    border: 1px solid #112c5c;
    width: 287px;
  }

  .text img {
    width: 75%;
  }

  .our-team {
    margin-bottom: 100px;
  }

  .out-team-card h1 {
    color: #2277f8;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    text-transform: uppercase;
  }

  .slick-prev {
    left: 75% !important;
    top: -17% !important;
  }

  .slick-next {
    left: 82% !important;
    top: -17% !important;
  }

  .main-header {
    padding: 6px;
  }

  .box-text h3 {
    font-size: 30px;
  }

  .box-text p {
    font-size: 15px;
  }

  .padding {
    padding-bottom: 80px;
  }

  .box-text h3 {
    font-size: 20px;
  }

  .lesson-online {
    padding-top: 0px;
  }



  button#home-tab {
    border-radius: 84px;
    border: 1px solid #8cb2f6;
    background: #d6e4ff;
    margin-bottom: 20px;
  }

  button#profile-tab {
    margin-left: 12px;
  }

  .bd-highlight {
    flex-direction: column;
  }

  .box-listening h3 {
    font-size: 12px;
  }

  .footer-menu ul li a {
    padding: 0px 12px;
  }

  .none {
    display: none;
  }

  .social-icon li a img {
    width: 50px;
  }

  .footer-logo img {
    width: 48%;
  }


  .box-listening h3 {
    font-size: 10px;
  }

  .program-text h2 {
    font-size: 22px;
    line-height: 30px;
    padding-top: 22px;
  }

  .Explore {
    padding-bottom: 50px;
  }

  .our-team-card-image {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-left: 20px;
  }

  .history-blue-rectangle {
    display: none;
  }

  .history-orange-rectangle img {
    display: none;
  }

  .history-main-image img {
    width: 80% !important;
    margin: 0 auto;
    margin-top: 52px;
  }

  .main-about-us {
    height: 40vh;
  }

  .menu-Bar {
    display: block;
    top: 0px;
  }

  .services {
    padding: 14px !important;
  }

  .blog-box img {
    width: 100%;
  }

  .education-btn button {
    padding: 6px 17px 10px 17px;
    font-family: "g-sans";
    font-size: 8px;
  }

  h1.blog-h2 {
    font-size: 20px;
  }

  section.main-about-us h2 {
    font-size: 23px;
    line-height: 33px;
  }

  .main-about-us {
    border-radius: 0;
  }

  section.get-in-touch {
    padding: 30px 20px 0px 10px;
  }

  input[type="text"] {
    width: 100%;
    padding: 18px;
    font-size: 13px;
  }

  .frm input {
    border-radius: 15px !important;
    border: 1px solid #70a3fe;
    background: #bbd1f8;
    width: 100%;
    height: 40px;
    padding-left: 26px;
    margin-bottom: 22px;
  }

  .frm textarea {
    border-radius: 17.5px;
    border: 1px solid #70a3fe;
    background: #bbd1f8;
    width: 100%;
    height: 123px;
    margin-bottom: 22px;
    padding: 11px;
  }

  .contact-text p {
    font-size: 15px;
    line-height: 23px;
  }

  .serch-01 img {
    display: none;
  }

  .serch-02 img {
    display: none;
  }

  .browser-all-content select {
    padding: 8px 12px;
  }

  input[type="text"] {
    width: 100%;
    padding: 9px;
    font-size: 13px;
  }

  .browse-card {
    border-radius: 20px;
    margin-top: 20px;
    margin-left: 8px;
  }

  .why-Uk {
    padding: 20px;
  }

  .jobs-content h1 {
    font-size: 21px;
  }

  .jobs-green-blue-rectangle-image img {
    display: none !important;
  }

  .jobs-content ul li {
    line-height: 38px;
    padding: 7px 0;
    font-size: 13px;
  }

  .future {
    padding: 20px;
  }

  .Applications h1 {
    font-size: 30px;
  }

  .frm input,
  .frm select {
    border-radius: 14.5px;
    border: 1px solid #70a3fe;
    background: #bbd1f8;
    width: 100%;
    height: 44px;
    padding-left: 6px;
    margin-bottom: 22px;
  }

  .watch img {
    border-radius: 10px;
  }

  .browse-card-image img {
    width: 100%;
    display: block;
    border-radius: 20px 20px 0px 0px;
    height: 160px;
    object-fit: cover;
  }

  .heading {
    font-size: 23px;
  }

  .Counselling-box {
    background: #c4d9ff;
    width: 100%;
    padding: 22px 21px 12px 17px;
    margin-left: 2px;
    border-radius: 20px;
    overflow-y: scroll;
    margin-bottom: 32px;
    height: 244px;
  }

  .box-tabs h3 {
    font-size: 20px;
  }

  .connect {
    padding-bottom: 50px;
  }

  .input-group input {
    width: 100%;
  }

  button#basic-addon2 {
    margin-left: -29px;
    border-radius: 72px;
    background: #ef3535;
    box-shadow: 3px 6px 0px 2px #a31e1e;
    width: 90%;
    color: #fff;
    text-align: center;
    font-family: "g-sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    height: 53px;
    padding-left: 98px;
  }

  .services-red-rectangle {
    display: none;
  }

  .work-card {
    margin-top: 50px;
  }

  .social-icon a {
    font-size: 20px;
  }

  section.mainBanner video,
  section.mainBanner .hero-media {
    width: 100%;
  }

  .paragraph {
    font-size: 16px;
    font-family: "g-sans";
  }

  button.go-uk-btn {
    border-radius: 72px;
    background: #ef3535;
    box-shadow: 3px 6px 0px 2px #a31e1e;
    width: 77%;
    padding-left: 19px;
    color: #fff;
    text-align: center;
    font-family: "g-sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    cursor: pointer;
    height: 56px;
    margin-left: 0px;
  }

  .btn-success {
    background: #112c5c;
    font-family: "g-sans";
    font-size: 19px;
    font-weight: 500;
    width: 57%;
    font-size: 15px;
  }

  .why-Uk-green-star {
    display: none;
  }

  section.english-lesson {
    background: #112c5c;
  }

  section.mainBanner {
    background-image: none !important;
  }

  .blog {
    padding-bottom: 0px;
  }
}


.appply-001:hover {
  background: #112c5c;
  color: #fff;
}

div#home {
  position: relative;
  z-index: 9;
}

div#profile {
  position: relative;
  z-index: 9;
}

.connect {
  position: relative;
  z-index: 999;
}

.bd-highlight {
  position: relative;
  z-index: 9;
}

.footer-menu ul li a:hover {
  color: #ef3535;
}

/*********/

.course .heading {
  word-spacing: 20px;
}

/* Dynamic blog listing cards */
.blog-listing {
  background: #f7f8fa;
}

.blog-grid {
  margin-top: 8px;
}

a.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 10px rgba(17, 24, 39, 0.04);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

a.blog-card:hover {
  text-decoration: none;
  color: inherit;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.12);
  transform: translateY(-2px);
}

.blog-card-image-wrap {
  position: relative;
  overflow: hidden;
  background: #0a1e3f;
  aspect-ratio: 16 / 10;
  line-height: 0;
}

.blog-card-image,
.blog-card-image-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s ease;
}

.blog-card-image-placeholder {
  background: linear-gradient(135deg, #0a1e3f 0%, #1e3a5f 100%);
}

a.blog-card:hover .blog-card-image {
  transform: scale(1.03);
}

.blog-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.5rem 1.5rem 1.75rem;
  background: #fff;
}

.blog-card-title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  font-weight: 700;
  line-height: 1.35;
  color: #111827;
}

.blog-card-date {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #6b7280;
}

.blog-card-btn {
  margin-top: auto;
  align-self: flex-start;
  display: inline-block;
  pointer-events: none;
}

a.blog-card:hover .blog-card-btn {
  color: #fff;
  background: #112c5c;
  box-shadow: 0 0 0 #DE8500;
}

.blog-box-meta {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-bottom: 0.5rem;
}

.blog-detail-page .blog-article-section {
  background: #f7f8fa;
}

.blog-breadcrumb {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #6b7280;
}

.blog-breadcrumb a {
  color: #112c5c;
  text-decoration: none;
}

.blog-breadcrumb a:hover {
  color: #ef3535;
}

.blog-article {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 2rem clamp(1.25rem, 3vw, 2.5rem);
  box-shadow: 0 8px 28px rgba(17, 24, 39, 0.06);
}

.blog-article-hero {
  margin: 0 0 1.75rem;
  border-radius: 16px;
  overflow: hidden;
  background: #0a1e3f;
  line-height: 0;
}

.blog-article-hero img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.blog-article-title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  font-weight: 800;
  line-height: 1.25;
  color: #112c5c;
  text-transform: none;
}

.blog-article-meta {
  margin: 0 0 1.75rem;
  font-size: 0.95rem;
  color: #6b7280;
}

.blog-article-meta__sep {
  margin: 0 0.4rem;
}

.blog-article-content {
  line-height: 1.75;
  color: #1f2937;
  font-size: 1.05rem;
}

.blog-article-content h2,
.blog-article-content h3,
.blog-article-content h4 {
  color: #112c5c;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.blog-article-content p {
  margin-bottom: 1.1rem;
}

.blog-article-content a {
  color: #ef3535;
}

.blog-article-content ul,
.blog-article-content ol {
  margin: 0 0 1.25rem 1.25rem;
}

.blog-article-content li {
  margin-bottom: 0.4rem;
}

.blog-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 1rem 0;
}

.blog-article-footer {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.blog-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 1.5rem 0;
}

.blog-table-wrap table {
  width: 100%;
  min-width: 480px;
}

@media (max-width: 767px) {
  .blog-card-body {
    padding: 1.25rem;
  }

  .blog-card-title {
    font-size: 1.05rem;
  }

  .blog-article {
    padding: 1.25rem;
    border-radius: 14px;
  }
}