.countryname-color #country-name {
  color: #444 !important;
}
.d-scholarship {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.d-scholarship .scholarship-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(239, 125, 0, 0.04);
}
.d-scholarship .scholarship-content p {
  width: 60%;
}
.t-scholarships {
  margin-bottom: 120px;
}
.engineering.news-slider .slick-slide {
  padding: 0 20px;
}
.contant-icon-box {
  margin: 0 15px 0 0;
}
.contact-text,
.contact-text a {
  font-size: 16px;
  font-weight: 600;
  color: #080708;
}
.contact-text p {
  color: rgba(8, 7, 8, 0.6);
  font-size: 15px;
}
.contact-text span {
  color: rgba(8, 7, 8, 0.6);
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.left-image-card {
  margin-bottom: 150px;
}
.right-image-card {
  margin-bottom: 50px;
}
.right-image-card .right-image-body {
  z-index: 9;
}

.right-image-card .right-image-content {
  background: #f5f4ec;
  padding: 40px;
  margin-right: -150px;
  padding-right: 180px;
  margin-top: -40px;
  margin-bottom: -40px;
}
.left-image-card .left-image-body {
  z-index: 9;
}

.left-image-card .left-image-content {
  background: #f5f4ec;
  padding: 60px 40px 40px 40px;
  margin-left: -150px;
  padding-left: 180px;
  margin-top: -40px;
  margin-bottom: -40px;
}
.esteemed-visitors-slider .slick-slide {
  padding: 0 20px;
}
.esteemed-visitors-slider .event-img {
  margin-bottom: 10px;
}
.social-bar {
  background: rgba(239, 125, 0, 0.15);
  display: flex;
  justify-content: space-between;
  padding: 17px 24px;
}
.social-bar ul {
  list-style: none;
  display: flex;
  margin: 0;
}
.social-bar ul li:not(:last-child) {
  margin-right: 10px;
}
.social-bar ul li svg:hover {
  fill: #ef7d00;
}
.country-specific {
  z-index: 5;
}
.country-specific .dropdown .dropdown-toggle {
  background: transparent;
  box-shadow: none;
  border: 0;
  width: 100%;
  border-bottom: 1px solid #e9ebdf;
  color: #e9ebdf;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.country-specific .dropdown .dropdown-menu {
  width: 100%;
  height: 110px;
  overflow-y: scroll;
}
.country-specific
  .dropdown
  .select2-container--default
  .select2-selection--single {
  border-bottom: 1px solid #e9ebdf !important;
}
.country-specific
  .dropdown
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #e9ebdf !important;
}
.heading-wraper .main-head h1 span {
  display: block;
  color: unset;
}
.heading-wraper .main-head h2 span {
  color: unset;
}
.propectus-btn {
  right: 0;
}
.history-facts ul li a:after {
  background: url(../images/icons/black-arrow-right.svg);
  background-repeat: no-repeat;
}
.history-facts ul li a:hover:after {
  background: url(../images/icons/arrow-right-light.svg);
  background-repeat: no-repeat;
}

@media (max-width: 990px) {
  .important-infor .tab-nav {
    display: none;
  }
  .important-infor .tab-nav li a {
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
  }
  .important-infor .tab-nav li.ui-state-active a,
  .important-infor .tab-nav li a:hover {
    border-bottom: transparent;
    color: #ef7d00;
    background: rgba(239, 125, 0, 0.1);
  }
  .important-infor .tab-nav li {
    text-align: left;
  }
}
.prospectus-grid {
  padding: 0 20px;
}
.heading-wraper .main-head h2 span {
  display: block;
  color: unset;
}
.left-image-card .left-image-content,
.d-scholarship .scholarship-content {
  background: #f5f4ec;
  padding: 40px;
  margin-left: 0;
  padding-top: 120px;
  margin-top: -80px;
  margin-bottom: 0;
}
.left-image-body,
.right-image-body {
  justify-content: center;
  display: flex;
}
.right-image-card .right-image-content {
  background: #f5f4ec;
  padding: 40px;
  margin-right: 0;
  padding-right: 40px;
  padding-top: 120px;
  margin-top: -80px;
  margin-bottom: 0;
}

@media (max-width: 770px) {
  .scholarships .facts {
    font-size: 22px;
  }
  .left-image-card {
    margin-bottom: 50px;
  }
  .inner-testimonial-slider .testimonial-cell .student-img img {
    width: 50%;
    margin: 0 auto;
  }
  .d-scholarship {
    grid-template-columns: 1fr;
  }

  .d-scholarship .scholarship-content p {
    width: 100%;
  }
  .d-scholarship .scholarship-image {
    justify-content: center;
    display: flex;
    z-index: 9;
  }
  .t-scholarships {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .int-slider .heading-wraper .main-head {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .main-head .call-action {
    margin-top: 10px;
  }
}

/* country specific css start */
.admissions-item::before {
  cursor: pointer;
  font-weight: bold;
  background: #eee;
  padding: 0.5em;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.admissions-item.active::before {
  background: #444;
  color: #eee;
}

.admissions-item.active .item-content {
  padding: 1em;
  transition: opacity 0.3s ease-in-out;
}

@media all and (min-width: 800px) {
  .admissions-item.active .item-content {
    padding-top: 0;
  }
}

.tabbed-content .tabs {
  display: none !important;
}

.tabbed-content .admissions-item::before {
  content: attr(data-title);
}

.tabbed-content .admissions-item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.tabbed-content .admissions-item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@media all and (min-width: 800px) {
  .tabbed-content .tabs {
    display: block !important;
  }

  .tabbed-content .tabs li {
    display: inline-block;
  }

  .tabbed-content .admissions-item::before {
    display: none;
  }

  .tabbed-content.tabs-side .tabs li {
    display: block;
  }
}

.get-scholarship {
  background: rgba(239, 125, 0, 0.04);
}

.other-services {
  background: #f4e3d0;
  padding: 20px;
}
.other-services p {
  min-height: 200px;
  margin: 0;
}
.embassy-detail {
  display: flex;
  align-items: flex-end;
  font-weight: 600;
}
.left-image-mb {
  margin-bottom: 100px;
}
.innr-page-scholarship {
  grid-template-columns: 50% 50%;
}

.slider-image {
  background-image: url("../../international/country/images/country-specific.webp");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.coverlay {
  position: absolute;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 60%
  );
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.int-slider-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 60%;
}
.int-slider-content h2 {
  font-size: 90px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  opacity: 1;
  line-height: 80px;
  mix-blend-mode: overlay;
}
.int-slider-content img {
  width: auto;
  border: 1px solid #fff;
}
.bg-light-yellow .student-accommodation-servies li {
  background: rgba(0, 0, 0, 0.07);
}
@media (max-width: 1400px) {
  .int-slider-content h2 {
    font-size: 80px;
  }
}
@media (max-width: 1300px) {
  .other-services p {
    min-height: 250px;
  }
  .other-services h3 {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .other-services p {
    min-height: 300px;
  }
  .int-slider-content img {
    width: 100px;
  }
  .int-slider-content h2 {
    font-size: 66px;
  }
  .slider-image {
    background-position: right;
  }
}

@media (max-width: 990px) {
  .int-slider-content h2 {
    font-size: 50px;
  }
  .int-slider-content img {
    width: 90px;
  }
  .inner-testi .inner-testimonial-slider {
    padding: 24px;
  }
  .inner-testimonial-slider .testimonial-cell .student-content {
    min-height: 220px;
  }
  .innr-page-scholarship {
    grid-template-columns: 1fr;
  }
  .other-services h3 br {
    display: block;
  }
  .other-services p {
    min-height: 140px;
    margin-bottom: 24px;
  }
  #register-form img {
    display: none;
  }
  .slider-image {
    background-position-x: 80%;
  }
}
@media (max-width: 600px) {
  .coverlay {
    display: block;
  }
  .int-slider-content {
    width: 100%;
  }
  .left-image-mb {
    margin-bottom: 20px;
  }
  .embassy-details br {
    display: block;
  }
  .contact-text p {
    width: 70%;
  }
}
/* country specific css end */
.int-overview-menu {
  margin: 25px 0;
}
.int-overview-menu ul {
  list-style: none;
  display: flex;
}
.int-overview-menu ul li {
  position: relative;
}
.int-overview-menu ul li a {
  padding: 15px 20px;
  display: block;
  color: #000;
  border-bottom: 2px solid rgba(239, 125, 0, 0.15);
}
.int-overview-menu ul li:hover a,
.int-overview-menu ul li a.active {
  background-color: #8d0606;
  color: #fff;
  border-bottom: 2px solid rgba(239, 125, 0, 1);
}
.int-overview-menu ul li a.active:after,
.int-overview-menu ul li:hover a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 7px solid rgba(239, 125, 0, 1);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  bottom: -7px;
}
.overview-custom-select-outer .style-select {
  display: none;
}
.accomo-image {
  width: 40% !important;
}
@media (max-width: 1200px) {
  .overview-custom-select-outer .style-select {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #f68220;
    padding: 15px;
    background: #f68220;
    color: #fff;
    position: relative;
    align-items: center;
    justify-content: space-between;
  }
  .overview-custom-select-outer .style-select .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0;
    border-color: white transparent transparent transparent;
    transition: transform 0.3s ease-in-out; /* Add transition for smooth animation */
  }
  .overview-custom-select-outer .style-select .arrow.rotate {
    transform: rotate(180deg);
  }
  .int-overview-menu .overview-custom-select-list {
    display: none;
  }
  .int-overview-menu ul li:hover a,
  .int-overview-menu ul li a.active {
    background-color: transparent;
    color: #000;
    border-bottom: 2px solid rgba(239, 125, 0, 1);
  }
}
@media (max-width: 992px) {
  #int-form img {
    display: none;
  }
  .left-image-card .left-image-content,
  .d-scholarship .scholarship-content {
    padding-top: 40px;
    margin-top: 0;
  }
  .history-facts ul li a {
    font-size: 16px;
  }

  .accomo-image {
    width: 80% !important;
  }
}

.accordion .accordion-header.single-top-white {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.accordion .accordion-header.single-bottom-white {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.innovative-box {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 24px;
}
.innovative-box .mobile-grid {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.innovative-box .innovative-div {
  position: relative;
}
.innovative-box .innovative-div img:after {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.00043767507002800965) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  content: "";
}
.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.00043767507002800965) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  opacity: 1;
  color: white;
  font-size: 20px;
  padding: 70px;
  text-align: center;
  border-radius: 0 0 30px 30px;
}
.innovative-box .innovative-div img {
  width: 100%;
  border-radius: 30px;
}
.innovative-box .innovative-div .text {
  position: absolute;
  z-index: 2;
  bottom: 25px;
  text-align: center;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .innovative-box {
    display: grid;
  }
  .mobile-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .innovative-box .innovative-div img {
    border-radius: 10px;
  }
  .innovative-box .innovative-div .overlay {
    border-radius: 0 0 10px 10px;
  }
}
.scholarship-details {
  background-color: rgba(243, 241, 241, 0.5);
  margin-top: 24px;
  padding: 24px;
}
#countryList
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
}
#countryList .select2-container--default .select2-selection--single {
  border-bottom: 2px solid #fff !important;
}
#countryList
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff transparent transparent transparent !important;
}
.high-lights{
  font-size: 18px;
  color: #ef7d00;
  font-weight: 600;
  padding: 18px;
}