﻿.btn-common {
  background: var(--color-primary);
  transition: all 0.4s ease-in-out;
}

.text-shadow {
  text-shadow: 1px 1px 4px BLACK;
}

.rbt-header .mainmenu-nav .mainmenu li:last-child {
  margin-right: 0px;
}

.rbt-header.rbt-sticky .rbt-header-top {
  display: none;
}

.rbt-header.rbt-sticky .rbt-header-wrapper {
  background: transparent;
}

.rbt-header.rbt-sticky {
  background: rgb(255 255 255 / 80%);
  backdrop-filter: blur(3px);
}

.icon_sec {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 25px;
  flex-direction: column;
}

.icon_sec img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 0px !important;
  margin-bottom: 10px;
}

.icon_sec p {
  color: #fff;
  margin-bottom: 0px;
}

.fw-medium {
  font-weight: 500;
}

.clist {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-right: 20px;
}

.icon-sec {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.icon-sec i {
  font-size: 14px;
}

.icon-sec.i1 {
  background: var(--primary-opacity) !important;
  color: #2f57ef !important;
}

.i2 {
  background: var(--coral-opacity) !important;
  color: var(--color-coral) !important;
}

.rbt-author-meta {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.course-box .rbt-btn.btn-border-gradient {
  background: var(--color-primary);
}

.course-box .rbt-btn {
  height: 50px;
  line-height: 50px;
  width: 100%;
}

.course-box:hover .rbt-btn.btn-border-gradient::before,
.course-box:hover .rbt-btn.btn-border {
  background: var(--color-primary);
}

.course-box:hover .rbt-btn.btn-border-gradient,
.course-box:hover .rbt-btn.btn-border {
  color: #fff;
}

.tag {
  position: absolute;
  top: 2px;
  background: var(--color-secondary);
  color: #ffffff;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
}

.rbt-card.course-box .rbt-card-body .rbt-card-title {
  font-size: 19px;
  color: var(--pg-main-primary-navy-blue);
}

.bg-color-extra3 {
  background-color: #f6f6f6;
}

.rbt-card.blog-card .rbt-card-body .rbt-card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pt-120 {
  padding-top: 120px;
}

.rbt-featured-course .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right {
  right: 8px;
}

.rbt-featured-course .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-left {
  left: 8px;
}

.feature-box {
  padding: 30px;
  border-radius: 6px;
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}

.feature-box:hover {
  transform: translateY(-3px);
}

.feature-box h3 {
  font-size: 20px;
}

.feature-box img {
  width: 60px;
  margin-bottom: 20px;
}

.feature-box p {
  min-height: 110px;
  margin-bottom: 0px;
}

.rbt-card.blog-card.event-grid-card .rbt-card-body {
  padding: 20px;
}

.rbt-card.blog-card.event-grid-card {
  padding: 0px;
  box-shadow: 0px 15px 10px -15px rgba(215, 216, 222, 0.41);
  border-radius: 16px;
}

.rbt-card.blog-card .rbt-card-img img {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.cicons-sec {
  margin-top: 50px;
}

.form-area-right {
  box-shadow: 1px 4px 24px rgb(0 0 0 / 20%);
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 5px;
}

.udsec-common td ul {
  margin-bottom: 0px;
}

.form-area-right .rbt-default-form {
  margin-top: 50px;
}

.cicon-box {
  display: flex;
  margin-bottom: 40px;
}

.iconpart i {
  font-size: 40px;
  color: var(--color-primary);
}

i.fas.fa-phone {
  transform: rotate(90deg);
}

.form-area-left {
  margin-top: 40px;
}

.copyright-area {
  background: #022425;
  padding: 8px 0;
}

.copyright-area li a,
.copyright-area p,
.copyright-style-1 .copyright-link li a,
.copyright-area p a {
  color: #e0dfdf;
}

.rbt-footer.footer-style-1 {
  background: var(--color-secondary);
}

.footer-style-1 .ft-title::before {
  content: "";
  background: var(--color-primary);
  height: 2px;
  width: 50px;
  position: absolute;
  bottom: -4px;
}

.rbt-btn.form_group {
  margin-top: 20px;
}

.iconpart i.fas.fa-phone {
  margin-top: 5px;
  margin-left: 0px;
}

.iconpart {
  margin-right: 20px;
}

.textpart h4 {
  font-size: 20px;
  margin-bottom: 6px;
}

.video-popup-wrapper .rbt-btn {
  background: var(--color-white);
  color: var(--color-primary);
}

.video-popup-wrapper .rbt-btn:hover {
  color: var(--color-white);
}

.home-slider .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-left {
  left: 10px;
}

.home-slider .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right {
  left: auto;
  right: 10px;
}

.about-sec p {
  /* font-size: 18px; */
}

.elements-sec {
  position: absolute;
}

.element-1 {
  top: 0;
  left: 0px;
}

.rbt-card.course-box {
  padding: 0px;
  box-shadow: 0px 15px 10px -15px rgba(215, 216, 222, 0.41);
}

.flag-img {
  position: absolute;
  bottom: -36px;
  right: 10px;
}

.flag-img img {
  width: 80px;
}

.rbt-card.course-box .rbt-card-body {
  padding: 30px;
}

.clist .text-sec {
  color: var(--color-body);
}

.rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right {
  right: 0;
}

.rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-left {
  left: 0px;
}

.rbt-arrow-between .rbt-swiper-arrow:hover::after {
  transform: scale(1);
}

.tab_head_sec {
  display: flex;
}

.tab_icon img {
  width: 60px;
}

.tab_icon {
  margin-right: 20px;
}

.course-new-sec.rbt-round-bottom-shape::after {
  background: unset !important;
}

.element-2 {
  right: 0px;
  top: 0;
}

.element-2 img {
  width: 70%;
  margin-left: auto;
  display: block;
}

.parallax-sec {
  background-image: url("../img/parallax.jpg");
  background-position: 50% 11px;

  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.parallax-sec::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--pg-main-primary-navy-blue);
  opacity: 0.9;
  z-index: -1;
}

.trend-box img {
  width: 40px;
  margin-right: 10px;
  min-width: 40px;
}

.trend-box h3 {
  margin-bottom: 10px;
  color: var(--pg-main-primary-bright-green);
}

.trend-box {
  margin-bottom: 70px;
  display: flex;
}

.element-3 {
  right: 0px;
  top: 0px;
}

.cta-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cover-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 46%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  background-image: url("../img/form-sec.jpg");
}

.cta-area::after {
  position: absolute;
  left: -10%;
  top: 0;
  content: "";
  height: 100%;
  width: 80%;
  background: var(--pg-main-primary-navy-blue);
  z-index: -1;
  transform: skewX(-10deg);
}

.form_sec .rbt-default-form input,
.form_sec .rbt-default-form textarea {
  margin-bottom: 30px !important;
  background: #fff;
}

/*----------- location-detail page style starts here --------------*/
.common-banner {
  background-size: cover;
  background-position: center;
  padding: 180px 0px;
  position: relative;
  z-index: 1;
}

a {
  color: #0d6efd;
}

.text-white {
  color: var(--color-white);
}

.common-banner .page-list li a,
.common-banner .page-list li .icon-right i,
.common-banner .page-list li.active {
  color: var(--color-white);
}

.head {
  font-size: 45px;
}

.fw-semibold {
  font-weight: var(--f-semi-bold);
}

.ptb-70 {
  padding: 70px 0px;
}

.common-banner::before {
  content: "";
  background-color: #00000082;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.pl-50 {
  padding-left: 50px;
}

.c-list {
  padding: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 9px;
  transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
  background: #f5f7fc;
}

.c-list p {
  font-size: 20px;
}

.c-list p i {
  margin-right: 10px;
  color: var(--color-primary);
}

.c-list:hover {
  border-color: var(--color-primary);
  background: var(--color-white);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
}

.sub-head {
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 10px;
  font-size: 24px;
}

.c-form.c-list {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  background: var(--pg-main-primary-dark-green);
  border-radius: 16px;
  border: 1px solid #ddd;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.c-form.c-list input {
  background: #fff;
}

.c-form .rbt-btn {
  height: 50px;
  line-height: 50px;
  width: 100%;
}

.c-rlists li {
  /*  margin: 0px 0px 5px;*/
  position: relative;
  list-style-type: none;
  padding-left: 10px;
  font-size: 15px;
}

.c-rlists ul {
  margin-bottom: 0px;
}

.c-rlists li::before {
  content: "\e912";
  font-family: "Feather";
  position: absolute;
  margin-left: -26px;
}

.ud-btns .rbt-btn.btn-border-gradient::before,
.ud-btns .rbt-btn.hover-icon-reverse.btn-border-gradient {
  border-radius: 50px;
}

.ud-btns .rbt-btn {
  height: 50px;
  line-height: 50px;
}

.udetail-head {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.udeatil-left h2 {
  font-size: 38px;
}

.udeatil-left h3 {
  font-size: 26px;
}

.udeatil-left h4 {
  font-size: 22px;
}

.udeatil-left h5 {
  font-size: 22px;
}

.udetail-main h3,
.udetail-main h4,
.udetail-main h5,
.udetail-main h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.udetail-main {
  padding-top: 20px;
}

.udeatil-left {
  padding-right: 50px;
}

.udimg-sec {
  margin-bottom: 30px;
}

.udetail-main li {
  list-style-type: none;
  margin: 0px;
}

.udetail-main li::before {
  background-color: var(--color-primary);
  content: " ";
  height: 8px;
  margin-left: -19px;
  transform: translateY(17px);
  width: 8px;
  display: block !important;
  border-radius: 0;
}

.udetail-main a {
  color: #6c98e1;
}

.udetail-main iframe {
  width: 100%;
  height: 450px;
  margin: 20px 0px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.thumbnail1 img {
  border-radius: 8px !important;
}

.ud-gallery {
  margin-top: 25px;
}

.udeatil-right {
  position: sticky !important;
  /* top: 10px; */
  top: -80px;
}

/*----------- location-detail page style ends here --------------*/

/*------------ university-detail-page style starts here -----------*/
.location-detail-area th {
  /* background-color: #69bb59 !important;
  border-color: #31b816 !important;
  color: #ffffff;
  font-weight: 600;
  border: 1px solid; */
}

.child-gallery-single {
  margin-bottom: 14px;
}

.child-gallery-single img {
  border-radius: 5px;
}

.universiy-details-content .rbt-title-style-3 {
  font-size: 28px;
}

.udsec-common h2,
.udsec-common h3,
.udsec-common h4,
.udsec-common h5 {
  margin: 20px 0px 20px;
}

.udsec-common h2 {
  font-size: 26px;
}

.udsec-common h3 {
  font-size: 24px;
}

.udsec-common h4 {
  font-size: 22px;
}

.udsec-common h5 {
  font-size: 20px;
}

.universiy-details-content .rbt-shadow-box {
  padding: 20px 30px;
}

.universiy-details-content iframe {
  border: 0;
  width: 100%;
  margin: 10px 0px;
}

.udsec-common tr td ul li {
  margin: 0px;
}

/*------------ university-detail-page style ends here -----------*/
/*----------- social-media-icons style starts here ------------*/
.icon_bar {
  position: fixed;
  top: 40%;
  transform: translateY(20%);
  right: 0;
  z-index: 9;
}

.icon_bar a:hover {
  transform: translateX(5px);
}

.icon_bar a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  width: 180px;
  padding: 10px 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  transition: 1s;
  display: flex;
  justify-content: flex-start;
  align-items: start;
  transform: translateX(126px);
  margin: 2px;
}

.icon_bar a i {
  font-size: 1.5em;
  margin-right: 20px;
}

.fb {
  background: #3b5999;
}

.tw {
  background: #55acee;
}

.int {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  ) !important;
}

.lin {
  background: #0077b5;
}

.pin {
  background: #bd081c;
}

.youtube {
  background: #f2231d;
}

.apply_now {
  display: none;
  position: fixed;
  /* left: -39px; */
  background: var(--color-secondary);
  color: var(--color-white);
  top: 50%;
  transform: rotate(-90deg) translateX(-100%);
  padding: 2px 10px 6px 10px;
  transform-origin: top left;
  border-radius: 0px 0px 10px 10px;
  z-index: 9;
}

.apply_now a {
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
}

.ftr-icon {
  /* position: fixed;
  left: 10px;
  bottom: 30px;
  z-index: 9; */
}

.ftr-icon {
  width: 36px;
  transition: all 100ms ease-in-out;
}

.ftr-icon.phone-call {
  width: 30px;
}

.ftr-icon:hover {
  transform: scale(1.15);
}

.rbt-header .rbt-header-wrapper .header-right .right-menu-wrap {
  gap: 16px;
}

.new-pop .modal-body {
  padding: 2.5rem 2rem 2rem;
}

.new-pop .modal-header {
  padding: 1.5rem 2rem;
  background: var(--color-extra2);
  border-radius: 5px 5px 0px 0px;
}

.rbt-default-form .rbt-btn {
  height: 50px;
  line-height: 50px;
}

.modal-content {
  border-radius: 5px 5px;
}

/*----------- social-media-icons style starts here ------------*/

/*------------- universities-list style starts here ---------------*/
.country-ulist .course-box .rbt-card-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.country-ulist .rbt-card.course-box .rbt-card-body .rbt-card-title {
  min-height: 60px;
  margin-bottom: 5px;
}

.country-ulist .rbt-card.course-box {
  box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
  height: unset !important;
  margin-bottom: 20px;
}

.country-ulist .rbt-card.course-box .rbt-card-body {
  padding: 20px;
}

.bg_1 {
  background-color: #f6f6f6;
}

.country-ulist {
  padding-right: 30px;
}

.c-list p {
  font-size: 17px;
}

.country-ulist-left .c-list p {
  font-size: 17px;
}

.country-ulist-left .c-list {
  padding: 20px 10px;
}

.country_box {
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 15px;
}

.country_box h3 {
  padding: 20px 10px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
}

.country_box img {
  object-fit: cover;
  border-radius: 5px 5px 0px 0px;
}

.location_list .col-lg-3 {
  /* width: 20%;
  padding: 0 10px; */
}

.country_box:hover {
  box-shadow: 0px 4px 14px rgb(0 0 0 / 20%);
  border-color: var(--color-primary);
}

.country_box {
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 25px;
  transition: 0.5s all ease;
  border: 2px solid #e0e0e0;
}

/*------------- universities-list style ends here ---------------*/
.no-overlay:before {
  content: none;
}

.blog-banner {
  background-image: url("../img/banners/blogs.jpg");
}

.vlog-banner {
  background-image: url("../img/banners/vlogs-banner.jpg");
}

.blogs-main .rbt-card.blog-card {
  height: unset;
  margin-bottom: 20px;
}

.blog-card .rbt-meta li::before,
.binfo .rbt-meta li::before {
  content: "|";
  padding: 0px 10px;
  color: #bbb6b6;
}

.blog-card .rbt-meta li:first-child::before,
.binfo .rbt-meta li:first-child::before {
  display: none;
}

.rbt-card.blog-card .rbt-meta li {
  margin: 0px !important;
}

.bshare li a,
.binfo .rbt-meta li {
  color: #fff;
}

.binfo .rbt-meta li {
  margin: 0px;
  font-size: 18px;
}

.bshare .social-icon.social-default.transparent-with-border li {
  color: #ffffff;
  font-weight: 600;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
}

.breadcrumb-bg {
  padding: 10px 0px;
}

.lp-lists {
  display: flex;
  margin-bottom: 12px;
  /* align-items: center; */
}

.lp-blgname h4 {
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 4px;
}

.lp-imgsec {
  width: 40%;
}

.lp-blgname {
  width: 60%;
  margin-left: 5px;
}

.lp-imgsec img {
  width: 130px;
  border-radius: 8px;
}

.lp-blgname span {
  color: #747070;
  font-size: 14px;
}

/*.lp-lists-main h4.sub-head {
    position: relative;
    border-bottom: 0px;
}

    .lp-lists-main h4.sub-head::before {
        content: '';
        background: var(--color-primary);
        width: 50px;
        height: 2px;
        position: absolute;
        bottom: 0;
    }*/
.blog-detail-left h1 {
  font-size: 35px;
}

.blog-detail-left h2 {
  font-size: 30px;
}

.blog-detail-left h3 {
  font-size: 26px;
}

.blog-detail-left h4 {
  font-size: 22px;
}

.blog-detail-left h5 {
  font-size: 20px;
}

.blog-detail-left h1,
.blog-detail-left h2,
.blog-detail-left h3,
.blog-detail-left h4,
.blog-detail-left h5 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.blog-detail-left img {
  margin: auto;
  display: block;
  margin-bottom: 20px;
}

.blog-detail-left li {
  margin: 0px;
}

.blog-detail-left iframe {
  width: 100%;
  height: 500px;
}

.blog-detail-left {
  padding-right: 50px;
}

.details-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.details-navigation .single-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: 0.35s;
}

.details-navigation .single-navigation .arrow {
  width: 30px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid rgba(13, 23, 32, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
}

.details-navigation .single-navigation .content {
  max-width: 301px;
  width: 100%;
  line-height: 1;
  transition: 0.35s;
}

.blogs-moresec {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding-top: 30px;
}

.details-navigation .single-navigation .content > a {
  color: #566064;

  font-size: 14px;
  font-weight: 500;
  transition: 0.35s;
  margin-bottom: 8px;
  display: inline-block;
}

.details-navigation .single-navigation .content h6 {
  transition: 0.35s;
  margin-bottom: 0;
  line-height: 1;
}

.details-navigation .single-navigation .arrow:hover {
  background: var(--color-primary);
}

.details-navigation .single-navigation .arrow:hover svg {
  fill: white;
}

.rbt-card.news-card {
  padding: 0px;
  box-shadow: unset;
  background: transparent !important;
}

.rbt-card.news-card .rbt-card-body {
  padding: 20px 0px;
  display: block;
}

.rbt-card.news-card .rbt-card-body .rbt-card-title {
  font-size: 20px;
  text-transform: unset !important;
  display: -webkit-box;
  /* max-width: 200px; */
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 102px;
  margin-top: 8px;
}

.rbt-card.news-card .thumbnail-link img {
  border-radius: 6px;
}

.rbt-card.news-card .rbt-card-body span {
  color: #787272;
}

.gallery-banner {
  background-image: url("../img/banners/gallery.jpg");
}

.faq-banner {
  background-image: url("../img/banners/faq-banner.png");
}

.contact-banner {
  background-image: url("../img/banners/contact-us.jpg");
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-30 {
  margin-top: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .rbt-header .mainmenu-nav .mainmenu > li > a {
    font-size: 13px;
  }

  .rbt-header .mainmenu-nav .mainmenu li {
    margin-right: 8px;
  }

  .rbt-information-list li {
    font-size: 14px;
  }

  .rbt-counterup .inner .content .counter {
    font-size: 30px;
  }

  .rbt-counterup .inner .content .subtitle {
    font-size: 14px;
  }

  .rbt-banner-6 .inner .title {
    font-size: 40px;
  }

  .icon_sec p {
    font-size: 12px;
  }

  .icon_sec img {
    width: 30px !important;
    height: 30px !important;
  }

  .icon_sec {
    margin-top: 15px;
  }

  .rbt-swiper-thumb .swiper-slide {
    height: 100px;
    width: 100px !important;
  }

  /* .rbt-swiper-thumb {
        bottom: 155px;
    }*/
  .rbt-banner-6.variation-03 {
    height: 550px;
  }

  .rbt-testimonial-box .description p {
    min-height: 200px;
    font-size: 15px;
  }

  :root {
    --h1: 46px;
    --h2: 38px;
    --h3: 28px;
    --h4: 24px;
    --h5: 18px;
  }

  .icon_bar a {
    font-size: 12px;
    width: 166px;
    padding: 10px 15px;
  }

  .udeatil-left h2 {
    font-size: 34px;
  }

  .ud-btns .rbt-btn {
    font-size: 13px;
  }

  .social-default li a {
    font-size: 14px;
    width: 38px;

    height: 38px;
  }

  .social-default.transparent-with-border li a {
    line-height: 31px;
  }

  .ud-btns .rbt-btn {
    height: 40px;
    line-height: 40px;
  }

  .universiy-details-content .rbt-title-style-3 {
    font-size: 24px;
  }

  .udsec-common h3 {
    font-size: 22px;
  }

  .rbt-btn {
    height: 50px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .rbt-swiper-thumb {
    display: none;
  }
}

/*--------------- mobile-responsive starts here -----------------*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .pl--50 {
    padding-left: 0px !important;
  }

  .tab_head_sec {
    display: block;
  }

  .tab_icon {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .cta-area::after {
    width: 100% !important;
    transform: unset;
    left: 0;
  }

  .cover-bg {
    display: none;
  }

  .rbt-card.blog-card .rbt-card-body .rbt-card-title {
    min-height: unset;
  }

  .pt--100 {
    padding-top: 50px !important;
  }

  .rbt-section-gap {
    padding: 50px 0;
  }

  .swiper.event-activation-1.pb--60 {
    padding-bottom: 0px !important;
  }

  .trend-box {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .u-list-top {
    display: block !important;
  }

  .udeatil-left {
    padding-right: 0px;
  }

  .u-list-top .social-default {
    justify-content: flex-start;
  }

  .common-banner {
    padding: 80px 0px;
  }

  .ptb-70 {
    padding: 50px 0px;
  }

  .ud-btns .rbt-btn {
    margin-bottom: 10px;
  }

  .udetail-main iframe {
    height: unset;
  }

  .udeatil-left h2 {
    font-size: 35px;
  }
}

/*--------------- mobile-responsive ends here -----------------*/

.author-new {
  margin-top: 30px;
  background: #fff;
  border-radius: 9px;
  padding: 20px;
}

/* New Changes */
.swiper-arrows {
  display: flex;
  gap: 16px;
}

.swiper-arrows.align-center {
  justify-content: center;
}

.icon_bar.rqst-btn-wrap {
  transform: translateY(20%) rotate(90deg);
  right: -73px;
}

.icon_bar.rqst-btn-wrap .btn-common {
  width: auto;
  align-items: center;
  transform: none !important;
  border-radius: 6px;
}

.home-slider .rbt-arrow-between .rbt-swiper-arrow,
.swiper-arrows .rbt-swiper-arrow {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--color-black);
  border-radius: 100%;
}

.home-slider .rbt-arrow-between .rbt-swiper-arrow .custom-overfolow,
.swiper-arrows .rbt-swiper-arrow .custom-overfolow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-slider .rbt-arrow-between .rbt-swiper-arrow i,
.swiper-arrows .rbt-swiper-arrow i {
  color: #fff;
  font-size: 24px;
  margin-left: 0;
  margin-top: 0;
  position: relative;
  top: unset;
  left: unset;
}

.home-slider .rbt-arrow-between .rbt-swiper-arrow::after {
  background-color: var(--color-black);
  border: 2px solid var(--color-black);
}

.home-slider
  .rbt-arrow-between
  .rbt-swiper-arrow.rbt-arrow-right:hover
  i.rbt-icon {
  transform: none;
}

.success-story-card {
  display: flex;
  padding: 12px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  margin: 4px;
  border-radius: 10px;
  gap: 20px;
  flex-direction: column;
}

.success-story-card p {
  font-size: 14px;
  font-style: italic;
}

.success-story-card h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.success-story-card span {
  font-size: 14px;
  opacity: 0.7;
}

.success-story-card .video-popup-wrapper .position-to-top::before {
  width: 30px;
  height: 30px;
}

.success-story-card .video-popup-wrapper .position-to-top:after {
  width: 30px;
  height: 30px;
}

.success-story-card .video-popup-wrapper .position-to-top {
  width: 30px;
  height: 30px;
}

.success-story-card .rbt-btn.rounded-player-2 .play-icon::before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 11px solid var(--color-primary);
  transform: translate(-4px, -6px);
}

.success-story-card .left-content {
  width: 100%;
}

.success-story-card .right-content {
  width: 100%;
}

.success-story-slider .swiper-pagination,
.home-blog-slider .swiper-pagination {
  position: relative;
  margin-top: 40px;
}

.success-story-slider .swiper-pagination-bullet-active,
.home-blog-slider .swiper-pagination-bullet-active {
  background: #69bb59;
}

.country-gallery-slider .swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.country-gallery-slider .swiper-pagination-bullet-active {
  background: #69bb59;
}

/* Mega Menu */
.megamenu-wrap .nav-pills .nav-link {
  box-shadow: none !important;
  color: #192335;
}

.megamenu-wrap .nav-pills .nav-link.active {
  background: var(--pg-main-primary-dark-green);
  color: #fff;
}

.megamenu-wrap .menu .tab-pane {
  box-shadow: none !important;
  background: var(--pg-main-primary-light-green) !important;
  height: 100%;
}

.megamenu-wrap .menu {
  padding-left: 30px;
  border-left: 1px solid #eee;
  margin-left: 30px;
  height: 100%;
}

.megamenu-wrap .menu .tab-pane .title a {
  color: #192335;
}

.megamenu-wrap .menu .link-list {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 10px;
}

.megamenu-wrap .menu .link-list li {
  width: calc(50% - 5px);
  margin-right: 0;
}

.megamenu-wrap .menu .tab-pane .title {
  display: none;
}

.megamenu-wrap .menu .link-list li a {
  color: var(--color-body);
  font-size: 14px;
  padding: 0 0 16px !important;
  display: block;
  opacity: 0.8;
  font-weight: 500;
  transition: all 300ms ease-in-out;
}

.megamenu-wrap .menu .link-list li a:hover {
  color: var(--color-primary) !important;
  /* background: var(--black-opacity); */
}

.megamenu-wrap .university-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.megamenu-wrap .university-content .view-all-university {
  text-align: right;
}

/* New Home Page Layout started */
.btn-bright-blue {
  box-shadow: none;
  background: var(--pg-main-primary-bright-blue);
  color: var(--color-white);
}

.btn-navy-blue {
  box-shadow: none;
  background: var(--pg-main-primary-navy-blue);
  color: var(--color-white);
}

.home-slider {
  background: radial-gradient(
      19% 51% at 51% 34%,
      rgba(128, 237, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      32% 85% at 100% 38%,
      rgba(255, 128, 184, 0.15) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      16% 43% at 0% 56%,
      rgba(255, 196, 179, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #f7f9fd;
  /* padding: 80px 0; */
}

.home-slider .rbt-banner-6.variation-03 .inner p {
  font-size: 20px;
}

.home-slider .rbt-banner-6.variation-03 .inner .banner-bullets {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.home-slider .rbt-banner-6.variation-03 .inner .banner-bullets li {
  margin: 0;
  font-weight: 500;
  display: flex;
  gap: 6px;
}

.home-slider .swiper-slide {
  background-size: contain;
  background-color: var(--pg-main-primary-light-green);
  background-position: bottom right;
  background-repeat: no-repeat;
  height: calc(100vh - 150px);
  min-height: 500px;
}

.home-slider .banner-bullets li i {
  position: relative;
  top: 5px;
  color: var(--pg-main-primary-navy-blue);
}

.home-slider .swiper-slide.video-bg .banner-bullets li i {
  color: #09f809;
}

.banner-cta-text {
  font-size: 20px;
  font-weight: 600;
  /* color: var(--pg-main-primary-bright-blue); */
  /* color: #fff; */
  color: #fa3d3f;
}

.banner-cta-btn {
  padding: 14px 20px;
  height: unset;
  min-height: unset;
  line-height: normal;
}

.home-slider .swiper-slide .rbt-banner-area {
  padding: 80px 0;
  height: 100%;
  align-items: flex-end;
}

.home-slider .swiper-slide.video-bg {
  position: relative;
}

.home-slider .swiper-slide.video-bg .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-slider .swiper-slide.video-bg .inner {
  z-index: 2;
  position: relative;
  /* padding: 80px 0; */
}

.home-slider .swiper-slide.video-bg .banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.home-slider .swiper-slide.video-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #192335;
  /* background: linear-gradient(0deg, black 5%, transparent); */
  z-index: 1;
  opacity: 0.2;
}

.home-slider .swiper-slide.video-bg p,
.home-slider .swiper-slide.video-bg ul li {
  color: var(--color-white);
}

.home-slider .swiper-slide.video-bg .inner .title {
  color: #0cfff0;
}

.home-slider .swiper-pagination-bullet,
.country-banner-slider .swiper-pagination-bullet {
  /* background: var(--pg-main-primary-bright-blue); */
  background: #ffffff;
  margin: 0;
}

.home-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.country-banner-slider
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 4px;
}

.home-slider .swiper-pagination.swiper-pagination-bullets,
.country-banner-slider .swiper-pagination.swiper-pagination-bullets {
  bottom: 10px;
}

.top-countries {
  background: var(--pg-main-primary-light-green);
}

.course-box.new-country-card .flag-img {
  display: none;
}

.course-box.new-country-card {
  overflow: hidden;
  border-radius: 16px;
}

.course-box.new-country-card .rbt-card-body {
  padding: 20px 16px;
}

.new-country-card .rbt-author-meta {
  display: none;
}

.new-country-card .rbt-card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0.8;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  min-height: 46px;
}

.new-country-card ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.new-country-card ul li {
  margin: 0;
  color: var(--pg-main-primary-navy-blue);
  font-weight: 500;
  display: flex;
  gap: 8px;
}

.new-country-card ul li:not(:last-child) {
  margin-bottom: 8px;
}

.new-country-card ul li i {
  color: green;
  position: relative;
  top: 6px;
}

.new-country-card.course-box .rbt-btn {
  width: auto;
  padding: 12px 15px;
  min-height: unset;
  height: auto;
  line-height: normal;
}

.top-countries .rbt-swiper-arrow {
  width: 44px;
  height: 44px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: var(--pg-main-primary-navy-blue);
  color: var(--color-white);
  font-size: 20px;
}

.top-countries .rbt-swiper-arrow.rbt-arrow-left {
  left: -55px;
  z-index: 9;
}

.top-countries .rbt-swiper-arrow.rbt-arrow-right {
  right: -55px;
  z-index: 9;
}

.top-universities {
  background: var(--pg-main-primary-dark-green);
}

.university-cards {
  padding: 16px;
  background: var(--pg-main-primary-light-green);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}

.university-cards .rbt-card-img {
  border-radius: 12px;
  position: relative;
}

.university-cards .rbt-card-title {
  font-size: 20px;
  color: var(--pg-main-primary-dark-green);
  font-weight: 600;
  margin: 16px 0;
}

.university-cards .rbt-card-text {
  font-size: 14px;
  color: var(--color-body);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  min-height: 46px;
}

.university-cards .university-usps {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
  list-style: none;
  padding: 0;
  font-size: 13px;
  gap: 8px;
}

.university-cards .university-usps li {
  margin: 0;
  display: inline-block;
  color: #068468;
  background: #dbf0ea;
  border-radius: 4px;
  padding: 2px 10px;
  border: 1px solid #bee9dc;
  font-weight: 500;
}

.university-cards .tag {
  left: 0px;
  top: 0;
  display: none;
}

.university-cards .rbt-card-img > img {
  height: 190px;
  object-fit: cover;
  width: 100%;
  border-radius: 12px;
}

.university-cards .flag-img {
  bottom: -20px;
  right: 20px;
  left: unset;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: 1px solid #ddd;
}

.university-cards .flag-img img {
  width: 40px;
}

.university-cards .rbt-btn {
  padding: 8px 12px;
  height: auto;
  line-height: normal;
}

.rbt-service.our-service-card {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
  background: #eaeef5;
}

.rbt-service.our-service-card .icon img {
  border-radius: 4px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-16 {
  margin-top: 16px;
}

.pg-neet-counter-section .counter-left-image {
  background: #fff;
  border-radius: 0 24px 24px 0;
  overflow: hidden;
  height: 100%;
}

.pg-neet-counter-section .counter-left-image img {
  height: 100%;
  object-fit: cover;
}

/*****/
.pg-highlight-section .pg-highlight-right-col {
  background: #f7f7f7;
}

.pg-highlight-section {
  border-top: 1px solid #eaeaea;
}

.pg-highlight-section .pg-highlight-right-col {
  background: #f7f7f7;
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
}

.pg-highlight-section .pg-highlight-right-col:before {
  content: "";
  position: absolute;
  left: -28px;
  top: 0;
  width: 40px;
  height: 100%;
  background: #f7f7f7;
  filter: blur(5px);
  z-index: -1;
}

.pg-highlight-section .pg-highlight-right-col .title {
  color: var(--pg-main-primary-green);
}

.pg-highlight-section .pg-highlight-right-col .description {
  color: var(--pg-main-primary-navy-blue);
  font-size: 20px;
}

.pg-highlight-section .pg-highlight-right-col .banner-bullets {
  font-size: 18px;
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.pg-highlight-section .pg-highlight-right-col .banner-bullets li {
  display: flex;
  gap: 8px;
}

.pg-highlight-section .pg-highlight-right-col .banner-bullets li i {
  position: relative;
  top: 6px;
  color: green;
}

.infinite-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.infinite-slider .swiper-slide {
  width: 50%;
}

.infinite-slider .swiper-slide img {
  border-radius: 16px;
}

.rbt-card.vlog-card {
  background: #ffffff;
  position: relative;
  height: 100%;
  margin: 4px;
  border-radius: 16px;
  padding: 20px;
  border: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.rbt-card.vlog-card .rbt-btn.rounded-player-2 {
  width: 40px;
  height: 40px;
}

.blog-section {
  position: relative;
  z-index: 1;
  background: url(../img/news-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.blog-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--pg-main-primary-navy-blue);
  opacity: 0.9;
}

.how-it-work-section .counters {
  font-size: 20px;
  min-height: 46px;
}

.rbt-counterup .inner .content .subtitle {
  font-size: 14px;
}

.home-slider .swiper-slide.video-bg .banner-text-title-wrap {
  margin-bottom: 40px;
  /* background: rgb(0 0 0 / 20%); */
  /* padding: 20px; */
  backdrop-filter: blur(2px);
  border-radius: 4px;
}

.home-slider .swiper-slide.video-bg .banner-text-title-wrap .banner-text-title {
  color: #fff;
  margin-bottom: 0;
  text-shadow: 0 2px 4px black;
  font-weight: 500;
}

.pg-custom-footer.rbt-footer {
  /* background: var(--pg-main-primary-dark-green); */
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-position: center;
}

.pg-custom-footer.rbt-footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--pg-main-primary-dark-green);
  opacity: 0.9;
  z-index: -1;
}

.student-image-wrap {
  padding: 15px;
  border: 2px dashed var(--pg-main-primary-green);
  border-radius: 16px;
  background: var(--pg-main-primary-light-green);
  margin-top: 40px;
}

.rbt-flipbox .rbt-flipbox-wrap {
  background: #ffffff;
  border-radius: 16px;
}

.rbt-flipbox .front-thumb-icon {
  width: 55px;
  margin-bottom: 30px;
  border-radius: 4px;
  overflow: hidden;
}

.cta-form-about-us {
  /* padding: 30px;
  background: #f7f7f7;
  border-radius: 16px;
  border: 1px solid #ddd;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); */
  padding: 30px;
  background: var(--pg-main-primary-dark-green);
  border-radius: 16px;
  border: 1px solid #ddd;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.cta-form-about-us .form_group input,
.cta-form-about-us .form_group textarea {
  background: #fff;
}

.usps-box .video-popup-wrapper img {
  max-width: 500px;
}

.our-usps-list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px 20px;
}

.our-usps-list ul li {
  margin: 0;
  padding: 10px 20px;
  border: 1px dashed var(--color-primary);
  border-radius: 10px;
  background: var(--pg-main-primary-light-green);
  font-weight: 600;
  font-size: 14px;
}

.rbt-card.vlog-card .video-popup-wrapper {
  border: 1px solid #eee;
  border-radius: 10px;
}

.rbt-card.vlog-card .rbt-card-body .rbt-card-title {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 50px;
}

.who-we-are-content .description {
  font-size: 20px;
}

.who-we-are-content {
  max-width: 700px;
}

/* Country page*/
.country-banner-wrapper {
  position: relative;
  padding: 0;
  height: 450px;
}

.country-banner-wrapper .video-inner-banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.country-banner-wrapper .banner-video {
  width: 100%;
  height: 100%;
}

.country-banner-wrapper .banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.country-banner-wrapper .swiper,
.country-banner-wrapper .swiper-wrapper {
  height: 100% !important;
}

.country-slider-content {
  z-index: 1;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.country-banner-wrapper .video-inner-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #192335;
  z-index: 1;
  opacity: 0.2;
}

.country-banner-slider .swiper-pagination {
  /* position: relative !important;
  z-index: 9999;
  width: auto;
  bottom: unset;
  top: unset;
  left: unset; */
}

.admission-procedure .accordion {
  margin-top: 30px;
}

.country-detail-content table {
  border: 1px solid #333;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.country-detail-content table tr:first-child td,
.country-detail-content table tr th {
  background: var(--color-primary);
  color: var(--color-white);
}

.country-detail-content table tr:nth-child(even) td {
  background: var(--pg-main-primary-light-green);
  font-size: 15px;
}

.country-detail-content table tr:nth-child(even) td p {
  font-size: 15px;
}

.country-testimonial-wrap .scroll-animation-wrapper::before,
.country-testimonial-wrap .scroll-animation-wrapper::after {
  opacity: 0;
}

.success-story-slider .swiper-slide {
  height: unset;
}

.success-story-slider .swiper-slide .success-story-card {
  height: 100%;
}

.our-services {
  background: var(--pg-main-primary-light-green);
}

.trust-bridge-section {
  border-top: 1px solid #eee;
}

.country-university-card {
  padding: 16px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.country-university-card:not(:last-child) {
  margin-bottom: 20px;
}

.country-university-card h3 {
  margin: 0 0 20px;
}

.country-university-card .content {
  display: flex;
  gap: 20px;
}

.country-university-card .content .left-content {
  width: 220px;
  border-radius: 10px;
}

.country-university-card .content .left-content img {
  border-radius: 4px;
}

.country-university-card .content table {
  box-shadow: none;
  margin-bottom: 0;
}

.country-university-card .content table tr:first-child td {
  background: var(--color-white);
  color: #222222;
}

.country-university-card .content .right-content {
  width: calc(100% - 240px);
}

.country-university-card .content table tr td:first-child {
  white-space: nowrap;
}

.top-universities-country {
  margin-bottom: 30px;
}

.country-imp-note .alert {
  border-radius: 10px;
  margin-bottom: 30px;
}

.key-highlights-wrap {
  margin: 30px 0;
}

.key-highlights-wrap .key-highlights-wrap-inner {
  padding: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.key-highlights-wrap .key-highlights-wrap-inner ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.key-highlights-wrap .key-highlights-wrap-inner ul li:before {
  content: none;
}

.key-highlights-wrap .key-highlights-wrap-inner ul li {
  margin: 0;
  padding: 10px 20px;
  border: 2px dashed var(--color-primary);
  border-radius: 50px;
  background: var(--pg-main-primary-light-green);
  font-weight: 600;
  /* font-size: 14px; */
}

.social-share-transparent {
  gap: 4px;
}

.social-share-transparent li a img {
  height: 14px;
  filter: invert(1);
}

.social-share-transparent li a:hover img {
  filter: unset;
}

.key-highlights-wrap-university .key-highlights-wrap-inner {
  padding: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px rgb(20 137 111 / 70%);
  border-radius: 10px;
}

.key-highlights-wrap-university {
  margin: 30px 0;
}

.key-highlights-wrap-university .key-highlights-wrap-inner ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 0;
  list-style: none;
}

.key-highlights-wrap-university .key-highlights-wrap-inner ul li {
  padding: 12px;
  border: 1px solid #168a71;
  border-radius: 9px;
  transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
  background: #f5f7fc;
}

.key-highlights-wrap-university .key-highlights-wrap-inner ul li::before {
  content: none;
}

.rbt-course-details-area h2 {
  font-size: 34px;
  line-height: 40px;
  margin-top: 20px;
}

.udetail-head h2:first-child {
  margin-top: 0;
}

.parent-gallery-container .rbt-gallery img {
  height: 250px;
  object-fit: cover;
  object-position: top;
}

.event-activation-1 .swiper-slide {
  height: unset;
}

.event-activation-2 .swiper-slide {
  height: unset;
}

.event-activation-2 .university-cards {
  height: 100%;
}

.video-background {
  /* position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 0; */
}

.video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.row-gap-gutter {
  row-gap: var(--bs-gutter-x);
}

.blog-banner.success-story-banner video {
  z-index: -2;
}

.life-at-uni-card {
  padding: 12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.life-at-university-slider .swiper-slide {
  margin: 4px;
  width: 300px;
}

.life-at-uni-card img {
  border-radius: 6px;
  margin-bottom: 10px;
  height: 276px;
  object-fit: cover;
}

.life-at-uni-card p {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.country-cta-short {
  text-align: start;
  padding: 20px;
  background: var(--color-primary);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.country-cta-short h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0px;
  margin-top: 0px;
}

.country-cta-short a {
  cursor: pointer;
  background-color: #fff;
  color: #000;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.home-blog-slider .swiper-slide {
  height: unset;
}

.home-blog-slider .swiper-slide .rbt-card.blog-card.event-grid-card a {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.why-choose-university-card {
  padding: 15px;
  border: 1px solid #eee;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  height: 100%;
}

.why-choose-university-card .inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.why-choose-university-card .inner img {
  width: 60px;
}

.why-choose-university-card .inner h3 {
  margin: 0;
}

.why-choose-university-card .card-conten {
  font-size: 14px;
}

.why-choose-university-card .inner ul,
.why-choose-university-card .inner p,
.why-choose-university-card .inner h4 {
  margin: 0 0 10px;
}

.eligibility-criteria-inner-wrap {
  display: flex;
  gap: 30px;
}

.eligibility-criteria-inner-wrap h3,
.eligibility-criteria-inner-wrap h4,
.eligibility-criteria-inner-wrap h5 {
  margin: 0 0 10px;
}

.eligibility-criteria-card {
  padding: 16px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  background-color: #f2f4fa;
}

.eligibility-criteria-card .eligibility-criteria-inner-wrap .left-content {
  width: 80px;
}

.eligibility-criteria-card .eligibility-criteria-inner-wrap .right-content {
  width: calc(100% - 110px);
}

.white-space-no-wrap {
  white-space: nowrap;
}

.university-cta h3 {
  width: calc(100% - 270px);
}

.country-banner-slider .rbt-swiper-arrow {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  font-size: 24px;
}

.country-banner-slider .rbt-swiper-arrow.rbt-arrow-right {
  right: 10px;
}

.country-banner-slider .rbt-swiper-arrow.rbt-arrow-left {
  left: 10px;
}

.university-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-form.c-list textarea {
  background: #fff;
}

.spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.eligibility-criteria-wrap {
  margin-bottom: 30px !important;
}

.udeatil-left .country-detail-content div:has(table) {
  overflow: auto;
}

.custom-university-section h2 {
  margin-top: 20px;
}

.error-msg {
  color: red;
  font-size: 0.875rem;
  margin-top: 4px;
  display: block;
}
.university-cards .rbt-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 50px;
}
.university-cards {
  position: relative;
}
.university-cards .rbt-card-bottom {
  position: absolute;
  bottom: 20px;
}
