@font-face {
  font-family: "PlusJakartaSans-Bold";
  src: url(../fonts/PlusJakartaSans-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: "PlusJakartaSans-Medium";
  src: url(../fonts/PlusJakartaSans-Medium.ttf);
  font-display: swap;
}
@font-face {
  font-family: "PlusJakartaSans-Regular";
  src: url(../fonts/PlusJakartaSans-Regular.ttf);
  font-display: swap;
}
*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: "PlusJakartaSans-Regular";
  font-size: 14px;
  margin: 0;
  color: #333333;
}

.container {
    max-width: 1230px;
}


a {
  text-decoration: none;
  color: #0866FF;
}
a:focus, a:hover {
  text-decoration: none;
}

img {
  max-width: 150%;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.slick-initialized .slick-slide {
    height: inherit !important;
    flex: 100% !important;
}
.slick-slide {
    margin: 0 18px;
}
.slick-initialized .slick-slide {
    display: block;
}

.slick-arrow, .slick-arrow:hover, .slick-arrow:focus {
    background: rgba(32, 135, 150, 1);
    border-radius: 50%;
    height: 25px;
    width: 25px;
}

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.slick-dots {
    width: auto;
    text-align: right;
    right: -25px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    top: 65%;
    bottom: 0;
    gap: 5px;
}
.slick-dots li button:before {
    background: #fff;
    border: 3px solid #208796;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    color: transparent;
}

.slick-dots li.slick-active button:before {
    background: #208796;
    border: 3px solid #208796;
    border-radius: 50%;
    color: transparent;
    opacity: 1;
}
.card-product-section,.card-table-section,.banner-section, .offer-section, .Card-details-section, .student-feedback-section, .refer-friend-section, .card-deal-section, .blog-section, .country-section, .become-partner-section, .brand-footer {
    padding: 25px 0px;
}

/* Navbar */

.navbar-section {
    padding: 15px 0;
    border: none;
    display: flex;
    align-items: center;
    background-color: #208796;
    color: #fff;
}
.navbar-section .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.logo {
    flex: 1;
    max-width: 128px;
}
.right-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.number-button {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    justify-content: flex-end;
}
.number-button .nav-link .icn-phone {
    background-image: url(../img/Phone-call.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.number-button .nav-link:first-child {
    border-right: 1px solid #fff;
    line-height: 1;
    padding-right: 8px;
}
.nav-links {
    display: flex;
    gap: 15px;
    margin-top: 6px;
}
ul.nav-links li {
    padding: 0 8px;
}
ul.nav-links li:last-child {
    padding-right: 0;
}
.signup-button {
    margin-top: 10px;
}

.mobile-trigger {
    display: none;
}
.card-button, .signin-btn {
    background: #EFF7FC;
    border: 1px solid #D9D9D9;
    border-radius: 33px;
    padding: 5px 0;
    font-size: 17px;
    /* text-transform: uppercase; */
    font-family: 'PlusJakartaSans-Medium';
    color: #000;
    width: 185px;
    text-align: center;
}
.nav-item {
    color: #fff;
    font-size: 16px;
    position: relative;
}
.nav-item-cards .nav-item:after {
    content: "";
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 8px;
    position: absolute;
    top: 5px;
    right: -15px;
}
.nav-item-cards {
    margin-right: 10px;
    cursor: pointer;
}
.nav-item-dropdown {
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 6px #00000029;
    min-width: 110px;
    text-align: left;
    display: none;
}
.nav-subnav-list {
    font-size: 15px;
    color: #000;
    border-bottom: 2px solid #208796;
    padding: 10px 15px !important;
}

.nav-subnav-link {
    color: #000;
    font-family: 'PlusJakartaSans-Medium';
}

.nav-subnav-list:last-child {
    border-bottom: 0;
}
/* Banner */

.banner-section .section-heading {
    color: #208796;
    text-transform: capitalize;
    font-size: 36px;
    font-family: "PlusJakartaSans-Bold";
}

.banner-section p {
    font-size: 28px;
    padding-top: 10px;
    font-family: 'PlusJakartaSans-Medium';
    color: #333333d9;
}

.banner-image img {
    border-radius: 36px;
    width: 100%;
}

/* Offers */

.offers-section {
    border-radius: 36px;
    background: rgba(32, 135, 150, 0.07);
    padding: 35px 50px;
}
/* .offers-section .section-heading {
    color: #208796;
    text-align: center;
    font-family: 'PlusJakartaSans-Bold';
    font-size: 32px;
    text-transform: uppercase;
} */

.offers-section .section-heading {
    color: #208796;
    text-align: center;
    font-family: 'PlusJakartaSans-Bold';
    font-size: 48px;
    /* text-transform: uppercase; */
}
.offers-txtone {
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    font-family: 'PlusJakartaSans-Medium';
    font-size: 32px;
    /* text-transform: capitalize; */
}
.offers-txttwo {
    color: rgba(51, 51, 51, 0.85);
    font-family: 'PlusJakartaSans-Medium';
    font-size: 32px;
    /* text-transform: capitalize; */
    padding: 20px 0;
}
.offers-txtthree {
    color: #208796;
    font-family: 'PlusJakartaSans-Bold';
    font-size: 24px;
    text-transform: capitalize;
    padding: 0px 0 30px;
}
.offers-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
    background: #208796;
}
.offers-btn span {
    color: #FFF;
    text-align: center;
    font-family: 'PlusJakartaSans-Medium';
    font-size: 24px;
    /* text-transform: capitalize; */
    padding: 8px;
}

/* Student Card Details */

.Card-details-section .section-heading {
    border-radius: 43px;
    background: #208796;
    display: inline-block;
    color: #FFF;
    font-family: 'PlusJakartaSans-Bold';
    font-size: 32px;
    /* text-transform: uppercase; */
    padding: 14px 38px;
    margin-bottom: 15px;
}
.Card-details-section h3 {
    color: rgba(51, 51, 51, 0.85);
    font-family: 'PlusJakartaSans-Medium';
    font-size: 24px;
}
.Card-details-section .text-center {
    margin-bottom: 30px;
}
.card-details-cards {
    border-radius: 8px;
    background: rgba(32, 135, 150, 0.07);
    margin: 35px 40px;
    padding: 10px 15px;
    border-left: 8px solid #208796;
}
.card-details-cards h4 {
    color: #208796;
    font-family: 'PlusJakartaSans-Bold';
    font-size: 32px;
    text-transform: capitalize;
}
.card-details-cards span {
    color: rgba(51, 51, 51, 0.85);
    font-family: 'PlusJakartaSans-Medium';
    font-size: 16px;
}

.card-deal-section .text-center.card-deals {
    background: #EFF6F7;
    border-radius: 15px;
    padding: 15px 40px 5px;
    max-width: 850px;
    margin: 0 auto;
}
.card-deal-section .text-center.card-deals p:first-child {
    /* color: rgba(51, 51, 51, 0.85); */
    font-family: 'PlusJakartaSans-Bold';
    font-size: 32px;
    /* text-transform: uppercase; */
}
.card-deal-section .text-center.card-deals p {
    color: #208796;
    font-family: 'PlusJakartaSans-Medium';
    font-size: 24px;
    line-height: normal;
}

/*  Student Feedback section  */

.student-feedback-section {
    border-bottom: 8px solid #208796;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.student-feedback-section .section-heading {
    color: #208796;
    text-align: center;
    font-family: 'PlusJakartaSans-Bold';
    font-size: 32px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.student-feedback-section .cards-text {
    margin: auto 0;
    background: #EFF7F8;
    border-radius: 36px;
    padding: 35px 70px;
    text-align: center;
}
.student-feedback{
    margin-bottom: 35px;
    font-size: 16px;
}
.student-feedback::before {
    content: "";
    background-image: url(../img/feedback-icon1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 29px;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 20px;
}

.student-feedback::after {
    content: "";
    background-image: url(../img/feedback-icon2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 29px;
    margin-top: 25px;
    display: block;
    float: right;
}
.student-name {
    font-size: 24px;
    color: #0793A4;
    font-family: 'PlusJakartaSans-Medium';
    margin-top: 25px;
}
.readmore {
    font-size: 16px;
    color: #0793A4;
    cursor: pointer;
}

/*  Refer A Friend  */

.refer-friend-wrap {
    background: #EFF7F8;
    border-radius: 36px;
}

.refer-friend-txt-wrap {
    padding-left: 60px;
}

.refer-friend-txt-wrap .section-heading {
    font-size: 32px;
    font-family: 'PlusJakartaSans-Bold';
    text-transform: capitalize;
    color: #208695;
    padding-bottom: 25px;
}

.refer-friend-txt-paragraph {
    font-size: 20px;
    color: #333333;
    font-family: 'PlusJakartaSans-Medium';
}
.refer-frnd-btn {
    background: #208796;
    padding: 8px 15px;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    margin-top: 25px;
}

/* Country Section */

.country-section .container {
    background-color: rgba(239, 246, 247, 1);
    border-radius: 36px;
    padding: 18px 0;
}
.country-section .section-heading{
    font-size: 32px;
    font-family: 'PlusJakartaSans-Bold';
    color: rgba(32, 135, 150, 1);
    /* text-transform: uppercase; */
    margin-bottom: 20px;
}

.tab-slides {
    text-align: center;
    margin: 0 auto;
}

.tab-menu {
    text-align: center;
    display: block;
    padding-bottom: 20px;
}

.tab-item {
    color: rgba(51, 51, 51, 0.85);
    display: inline-block;
    padding: 7px 28px;
    text-transform: uppercase;
    margin: 10px 9px;
    background: #fff;
    border-radius: 8px;
    font-size: 20px;
    border: 1px solid rgba(32, 135, 150, 0.4);
    box-shadow: 0 0px 4px rgba(32, 135, 150, 0.4);
}
.tab-item.active, .tab-item:hover {
    background: rgba(32, 135, 150, 1);
    color: #fff;
}
.menu-icon {
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.menu-icon.icon-ind {
    background-image: url(../img/ind.png);
}
.menu-icon.icon-au {
    background-image: url(../img/au.png);
}
.menu-icon.icon-ca {
    background-image: url(../img/ca.png);
}
.menu-icon.icon-fr {
    background-image: url(../img/fr.png);
}
.menu-icon.icon-gb {
    background-image: url(../img/gb.png);
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
.tab-item-resp {
    display: none;
}

/* Blog */

.blog-slider, .country-slider, .banner-slider, .card-product-slider {
    display: flex;
    gap: 24px;
    padding: 0 30px;
    margin: 0 -9px;
}
.banner-slider {
    padding: 0;
    margin: 0;
}
.blog-slider.slick-initialized, .country-slider.slick-initialized, .card-product-slider.slick-initialized, .banner-slider .slick-initialized{
    display: block;
    flex-wrap: wrap;
    overflow: initial;
    justify-content: center;
}


.blog-section .section-heading {
    color: rgba(32, 135, 150, 1);
    /* text-transform: uppercase; */
    font-family: "PlusJakartaSans-Bold";
    margin-bottom: 40px;
    text-align: center;
    font-size: 32px;
    background-color: rgba(239, 246, 247, 1);
    border-radius: 43px;
    padding: 10px 22px;
}

.blog-title {
    font-size: 20px;
    color: rgba(32, 135, 150, 1);
    font-family: 'PlusJakartaSans-Medium';
    padding: 10px 5px;
}

.blod-card-text {
    font-size: 16px;
    color: #333333d9;
    padding: 0px 5px;
}
.blog-cta .blog-custom-btn {
    padding: 4px 8px;
    background: rgba(32, 135, 150, 1);
    font-size: 15px;
    color: #fff;
    display: inline-block;
    border-radius: 9px;
    box-shadow: 0 0px 4px rgba(32, 135, 150, 0.4);
}


/* Became A Partnet section */

.become-partner-txt-wrap .section-heading {
    color: rgba(32, 135, 150, 1);
    /* text-transform: uppercase; */
    font-family: "PlusJakartaSans-Bold";
    margin-bottom: 40px;
    text-align: left;
    font-size: 32px;
    background-color: rgba(239, 246, 247, 1);
    border-radius: 43px;
    padding: 10px 22px;
}

.become-partner-txt-wrap span {
    font-size: 20px;
    color: rgba(6, 146, 163, 1);
    font-family: 'PlusJakartaSans-Medium';
}

.become-apartner-txt-paragraph {
    font-size: 24px;
    color: rgba(51, 51, 51, 0.85);
    font-family: 'PlusJakartaSans';
    padding-top: 23px;
    text-align: justify;
    text-justify: inter-word;
    hyphens: none;
  word-break: keep-all;
}

.partner-btn {
    background: rgba(32, 135, 150, 1);
    color: #fff;
    border-radius: 8px;
    padding: 10px 22px;
    display: inline-block;
    text-align: center;
    /* text-transform: uppercase; */
    font-family: 'PlusJakartaSans-Medium';
    font-size: 24px;
    margin-top: 15px;
}

.partner-btn::after {
    content: "";
    background-image: url(../img/Arrow-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-bottom: 4px;
}

/* Footer */

.footer-section {
    padding-top: 25px;
}

.brand-footer {
    background: rgba(239, 246, 247, 1);
}

.disclaimer-footer {
    padding: 20px 0;
}

.left-footer {
    display: inline-grid;
    gap: 25px;
}

.footer-address {
    font-size: 20px;
    color: rgba(51, 51, 51, 0.85);
    font-family: 'PlusJakartaSans-Medium';
}

.footer-subheading {
    font-size: 30px;
    color: rgba(32, 135, 150, 1);
    font-family: 'PlusJakartaSans-Bold';
    font-weight: 100;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.footer-phnumber {
    font-family: 'PlusJakartaSans-Bold';
    color: rgba(51, 51, 51, 0.85);
    font-size: 18px;
    padding-right: 6px;
    border-right: 2px solid #000;
    padding-left: 8px;
    line-height: 1px;
}

.footer-get-in-touch span {
    color: rgba(51, 51, 51, 0.85);
    font-size: 16px;
    text-decoration: underline;
    text-transform: capitalize;
    font-family: 'PlusJakartaSans-Medium';
}

.footer-link-widget {
    display: flex;
    flex-wrap: wrap;
}

.footer-link-widget h3 {
    padding-bottom: 0;
}

.footer-link-ul {
    padding: 5px;
    margin: 0;
    z-index: 999999;
    position: relative;
    float: left;
    width: 33.33%;
    text-align: center;
}

.footer-link-ul li {
    padding-bottom: 12px;
}

.footer-link-ul li a {
    color: rgba(51, 51, 51, 0.85);
    font-size: 20px;
    font-family: 'PlusJakartaSans-Medium';
}
.footer-link-ul li a:hover {
    text-decoration: underline;
}
.download-custome-btn, .disclaimer-icon-wrap {
    margin-top: 20px;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    word-break: break-all;
}

.disclaimer-icon-wrap {
    justify-content: right;
}

.download-app-wrap {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.footer-card-btns {
    display: inline-grid;
}
.footer-card-btns a {
    background: rgba(32, 135, 150, 1);
    color: #fff;
    border-radius: 8px;
    padding: 10px 15px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'PlusJakartaSans-Medium';
    font-size: 18px;
    margin-top: 15px;
    box-shadow: 0 0px 7px rgba(32, 135, 150, 0.4);
}

.disclaimer-txt {
    color: rgba(51, 51, 51, 0.85);
    font-size: 16px;
    text-decoration: underline;
    text-align: center;
    word-break: break-word;
    display: inline-grid
}
.disclaimer-txt .first-txt {
    text-align: center;
}
.footer-get-in-touch form {
    border-bottom: 1px solid #333333d9;
}

.footer-get-in-touch input {
    background: transparent;
    width: 285px;
    border: 0;
    padding: 5px 10px;
}

button.btn.btn-success {
    background: transparent;
    border: none;
    cursor: pointer;
    width: 50px;
    height: 30px;
    position: relative;
    padding: 0;
}
button.btn.btn-success:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    width: 20px;
    height: 2px;
    background: #333333d9;
    transform: rotate(-2deg);
    transform-origin: left center;
}
button.btn.btn-success:after {
   content: '';
   position: absolute;
   top: 50%;
   left: 35px;
   width: 0;
   height: 0;
   border-top: 6px solid transparent;
   border-bottom: 6px solid transparent;
   border-left: 8px solid #333333d9;
   transform: translateY(-50%) rotate(0deg);
}
.footer-get-in-touch {
    margin-right: 15px;
}
button.btn.btn-success:focus {
    background: transparent;
}
.social-icon {
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin: 0px 5px;
}
.social-icon.linkedin {
    background-image: url(../img/linkedin.png);
    width: 30px;
    height: 32px;
}
.social-icon.youtube {
    background-image: url(../img/youtube.png);
    width: 42px;
    height: 32px;
}
.social-icon.instagram {
    background-image: url(../img/instagram.png);
    width: 34px;
    height: 34px;
}
.social-icon.facebook {
    background-image: url(../img/facebook.png);
    width: 35px;
    height: 35px;
}

#scroll {
    position: fixed;
    bottom: 96px;
    right: 12px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 21px;
    padding-top: 6px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
    background: rgba(32, 135, 150, 1);
}
#scroll span {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.card-details-cards:last-child {
    margin-bottom: 0;
}
.get-in-touch-wr {
    display: flex;
    justify-content: space-between;
}
.carousel-item blockquote {
  font-size: 1.2rem;
  font-style: italic;
  color: #444;
}
/* Card Page CSS Start here */


.Card_page .offers-txtone {
    font-size: 24px;
    color: rgba(51, 51, 51, 0.85);
}
th {
    font-family: 'PlusJakartaSans-Medium';
    color: #208796;
}
td {
    color: rgba(51, 51, 51, 0.85);
}
th, td {
    padding: 12px;
    font-size: 20px;
}
tbody, td, tfoot, th, thead, tr {
    border: 3px solid #208796;
    background-color: transparent;
}
thead th:first-child {
  border-top-left-radius: 20px;
}

thead th:last-child {
  border-top-right-radius: 20px;
}

tbody tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}

tbody tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}

table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-collapse: collapse;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 20px;  
    overflow: hidden;
    border-spacing: 0;
}


.cta-row {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.cta-button {
    margin-top: 0;
    /* text-transform: uppercase; */
    font-size: 16px;
}

.cta-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    max-width: 800px;
    margin: 0 auto;
}

.cta-container > div {
    text-align: inherit;
}

.card-table-section .section-heading {
    color: #fff;
    /* text-transform: uppercase; */
    font-family: "PlusJakartaSans-Bold";
    margin-bottom: 40px;
    text-align: center;
    font-size: 32px;
    background-color: rgba(32, 135, 150, 1);
    border-radius: 43px;
    padding: 10px 22px;
}
.table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.card-page-section-isic .refer-friend-txt-wrap, .card-page-section-iytc .refer-friend-txt-wrap, .card-page-section-itic .refer-friend-txt-wrap{
    padding: 30px 10px;
}
.card-page-section-isic .refer-friend-txt-wrap .section-heading, .card-page-section-iytc .refer-friend-txt-wrap .section-heading, .card-page-section-itic .refer-friend-txt-wrap .section-heading {
    padding-bottom: 10px;
}
.card-page-section-isic .refer-friend-txt-wrap h4, .card-page-section-iytc .refer-friend-txt-wrap h4, .card-page-section-itic .refer-friend-txt-wrap h4 {
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    padding-bottom: 20px;
    font-family: 'PlusJakartaSans-Medium';
}
.card-page-paragraph span, .card-page-paragraph li {
    font-size: 20px;
    color: rgba(51, 51, 51, 0.85);
    font-family: 'PlusJakartaSans-Regular';
}
.card-page-paragraph {
    display: inline-flex;
    gap: 5px;
    padding-bottom: 12px;
}
.card-page-price-wr {
    margin-top: 20px;
} 
/* .refer-friend-txt-wrap .refer-frnd-btn {
    text-transform: uppercase;
} */
.card-page-price-wr p {
    /* text-transform: uppercase; */
    color: rgba(32, 135, 150, 1);
    font-family: 'PlusJakartaSans-Bold';
    font-size: 24px;
    margin-bottom: 0;
}
.card-page-price-wr span {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
}
.card-page-paragraph ul {
    padding-left: 50px;
}
.card-page-paragraph li {
    list-style: disc;
}
.card-page-section-iytc .refer-friend-wrap {
    background: rgba(173, 210, 235, 1);
}
.card-page-section-iytc .refer-friend-wrap .section-heading,.card-page-section-iytc .refer-friend-wrap .card-page-price-wr p {
    color: rgba(44, 136, 201, 1);
}
.card-page-section-iytc .refer-frnd-btn {
    background-color: rgba(44, 136, 201, 1);
}
.card-page-section-itic .refer-friend-wrap {
    background: #fde5d6;
}
.card-page-section-itic .refer-friend-wrap .section-heading,.card-page-section-itic .refer-friend-wrap .card-page-price-wr p {
    color: rgba(244, 115, 33, 1);
}
.card-page-section-itic .refer-frnd-btn {
    background-color: rgba(244, 115, 33, 1);
}

.card-products-wrapper {
    margin-top: 20px;
}
.card-products-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

.card-product-data {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    flex-wrap: wrap;
}

.card-product-data .blog-card-body {
    width: 185px;
    text-align: center;
}

.card-product-category a {
    display: inline-block;
    text-transform: capitalize;
    margin-right: 25px;
    min-width: 220px;
    box-shadow: 0 0px 4px rgba(32, 135, 150, 0.4);
    border: 1px solid rgba(32, 135, 150, 0.4);
    background: rgba(32, 135, 150, 1);
    color: #fff;
    font-size: 24px;
    border-radius: 8px;
    padding: 7px 28px;
    text-align: center;
}

.card-product-category {
    overflow-x: auto;
    display: flex;
    padding-bottom: 12px;
}

.card-product-category a:last-child {
    margin-right: 0;
}

.card-product-category a:hover {
    background: transparent;
    color: rgba(32, 135, 150, 1);
}
/* .card-product-section .tab-item {
    text-transform: capitalize;
    margin: 10px 15px;
    min-width: 185px;
    box-shadow: none;
    border: 1px solid rgba(32, 135, 150, 0.4);
    background: rgba(32, 135, 150, 1);
    color: #fff;
} */
.card-product-section .blog-title {
    text-align: center;
    color: rgba(51, 51, 51, 0.85);
    font-size: 20px;
}
/* .card-product-section .tab-item.active, .card-product-section .tab-item:hover {
    box-shadow: 0 0px 4px rgba(32, 135, 150, 0.4);
    background: #fff;
    color: rgba(32, 135, 150, 1);
} */
.icic-card-internal .offers-txtone::after {
    content: "";
    /* background-image: url(../img/green-heart-emoji.png); */
    background-repeat: no-repeat;
    background-size: contain;
    width: 33px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-bottom: 4px;
}
.icic-card-internal .offers-txtone {
    font-size: 28px;
}

/* .card-page-section-isic .refer-friend-wrap, 
.card-page-section-iytc .refer-friend-wrap, 
.card-page-section-itic .refer-friend-wrap {
    background: transparent;
    border-radius: 0;
}
.card-page-section-isic .refer-friend-wrap .col-md-5, 
.card-page-section-iytc .refer-friend-wrap .col-md-5, 
.card-page-section-itic .refer-friend-wrap .col-md-5 {
    background: #EFF7F8;
    border-radius: 36px;
} */

.isic-card-internal .refer-friend-wrap {
    background: transparent;
}

.isic-card-internal .refer-friend-wrap .col-md-5 {
    background: #EFF7F8;
    border-radius: 36px;
}

.isic-card-internal .card-page-paragraph{
    display: block;
}
.isic-card-internal .refer-friend-txt-wrap .section-heading {
    padding-bottom: 25px;
    /* text-transform: uppercase; */
    color: #208695;
}
.isic-card-internal .refer-friend-txt-wrap .refer-frnd-btn {
    margin-top: 40px;
    background-color: #208796;
}

.isic-table-internal table{
    max-width: 100%;
    background-color: #EFF7F8;
}   

.isic-table-internal tbody, .isic-table-internal td, .isic-table-internal tfoot, .isic-table-internal th, .isic-table-internal thead, .isic-table-internal tr {
    border: none;
}
.isic-table-internal th, .isic-table-internal td {
    border-right: 3px solid #208796;
    border-bottom: 3px solid #208796;
}
.isic-table-internal tbody tr:last-child{
    border-bottom: 14px solid rgba(32, 135, 150, 1);
}
.isic-table-internal tbody tr td:last-child, .isic-table-internal thead tr th:last-child {
    border-right: 14px solid rgba(32, 135, 150, 1);
}
.isic-table-internal th, .isic-table-internal td {
    font-size: 24px;
}

.isci-student-feedback .card-details-cards {
    margin: 10px 0;
    padding: 18px 63px;
    max-width: 350px;
    min-height: 114px;
    font-size: 32px;
    color: rgba(32, 135, 150, 1);
    font-family: 'PlusJakartaSans-Bold';
    /* text-transform: uppercase; */
}
.isci-card-details-cards span {
    max-width: 350px;
    font-size: 20px;
    font-family: 'PlusJakartaSans-Medium';
    min-height: 114px;
}
.isci-student-feedback  .card-text.col-md-12{
    flex-wrap: wrap;
    display: flex;
}
.isci-card-details-cards {
    flex: 0 0 33.33%;
    display: inline-grid;
    text-align: center;
    margin-bottom: 20px;
}
.isci-student-feedback .section-heading {
    background: rgba(32, 135, 150, 0.07);
    color: #208796;
}
.isci-student-feedback {
    padding-bottom: 0;
}

/* Going Abroad */

.banner-section p.banner-text {
    font-size: 22px;
    font-family: 'PlusJakartaSans-Regular';
}

/* 
.card-table-section .section-heading{
    text-transform: uppercase;
} */


.partner-benefits {
  font-size: 19px;
  color: rgba(51, 51, 51, 0.85);
  /* font-family: 'PlusJakartaSans'; */
  padding-top: 23px;
  /* text-align: justify; */
  list-style-type: disc; /* or square, circle, etc. */
  padding-left: 20px;
}

.partner-benefits li {
  margin-bottom: 12px;
}

.line-spacing-lg {
  line-height: 1.6; /* or adjust as needed */
}


/* Media queries */
@media (min-width: 768px) { 
    .collapse:not(.show) {
        display: block;
    }
}

@media (max-width: 1199px) { 
    .isic-card-details-cards {
        flex: 0 0 50%;
    }
}

@media (max-width: 1024px) {
    .mobile-trigger {
        display: inline-block;
        cursor: pointer;
    }
    .menu-close {
        background: 0 0 !important;
    }
    .menu-close:after, .menu-close:before, .mobile-trigger .toggle:after, .mobile-trigger .toggle:before {
        content: "";
        width: 30px;
        height: 3px;
        background-color: #fff;
        display: block;
        position: absolute;
        top: 8px;
    }
    .mobile-trigger .toggle:before {
        top: -8px;
    }
    .menu-toggle {
        float: right;
        margin: 10px 15px 0 0;
        height: 30px;
        width: 30px;
        cursor: pointer;
        position: relative;
        z-index: 999;
    }
    
    .menu-close:after, .menu-close:before {
        background-color: #fff;
    }
    .menu-close:before {
        transform: rotate(45deg);
    }
    .menu-close:after {
        transform: rotate(-45deg);
    }
    .menu-close, .mobile-trigger .toggle {
        width: 30px;
        height: 3px;
        background-color: #fff;
        margin: 5px 0;
        display: inline-block;
        position: relative;
    }
    .right-section {
        background: #208796;
        position: fixed;
        height: 100%;
        right: -100%;
        width: 100%;
        top: 0;
        z-index: 99999999;
        overflow-y: auto;
        transition: .3s ease all;
        display: block;
        padding-left: 10px;
    }
    .show-menu .right-section {
        right: 0;
    }
    .nav-links {
        display: grid;
        padding-top: 5px;
        margin-bottom: 25px;
        gap: 0;
    }
    ul.nav-links {
        order: 2;
        gap: 15px;
    }  
    .number-button {
        margin-top: 50px;
        display: inline-block;
        padding-left: 10px;
    }
    .number-button .nav-link:first-child {
        border-right: 0;
        
    }
    .nav-link {
        padding-bottom: 10px;
    }
    .card-button {
        margin-top: 10px;
    }
    .signin-btn {
        margin-bottom: 10px;
        margin-left: 10px;
    }
}

@media (max-width: 992px) {
    .isic-card-details-cards span {
        max-width: 300px;
        font-size: 16px;
    }
    .isic-student-feedback .card-details-cards {
        font-size: 24px;
        max-width: 300px;
    }
    th, td {
        font-size: 16px;
    }
    .banner-section .section-heading {
        font-size: 28px;
    }
    .banner-section p {
        font-size: 18px;
    }
    .footer-link-ul {
        width: 50%;
    }
    .offers-section {
        padding: 24px 12px;
    }
    .refer-friend-txt-wrap .section-heading, .offers-section .section-heading, .card-deal-section .text-center.card-deals p:first-child , .country-section .section-heading, .student-feedback-section .section-heading{
        font-size: 28px;
    }
    .footer-subheading,.become-partner-txt-wrap .section-heading,.offers-txtone, .offers-txttwo, .offers-txtthree, .offers-btn span, .card-details-cards h4, .card-deal-section .text-center.card-deals p{
        font-size: 22px;
    }
    .blog-section .section-heading {
        font-size: 24px;
    }
    .Card-details-section .section-heading {
        font-size: 22px;
        padding: 10px 16px;
    }
    .footer-link-ul li a,.become-partner-txt-wrap span,.Card-details-section h3, .refer-friend-txt-paragraph {
        font-size: 18px;
    }
    .card-details-cards {
        margin: 24px 0px;
        padding: 10px 15px;
    }
    .student-feedback-section .cards-text {
        padding: 23px 18px;
        margin: 20px 0px;
    }
    .refer-friend-txt-wrap {
        padding: 35px 15px 35px 35px;
    }
    .become-apartner-txt-paragraph, .partner-btn {
        font-size: 16px;
    }
    .partner-btn {
        margin-bottom: 30px;
    }
    .right-footer {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .isic-card-details-cards {
        flex: 0 0 100%;
        justify-content: center;
    }
    .isic-student-feedback .card-details-cards {
        min-height: auto;
    }
    .isic-card-details-cards span {
        min-height: auto;
    }
    th, td {
        font-size: 16px;
    }
    .cta-button {
        font-size: 13px;
        padding: 5px 8px;
    }
    .banner-section .section-heading {
        font-size: 26px;
    }
    .banner-section p, .footer-address, .footer-phnumber {
        font-size: 16px;
    }
    .download-custome-btn, .disclaimer-icon-wrap {
        justify-content: center;
    }
    .footer-link-ul {
        width: 100%;
    }
    .footer-card-btns a {
        font-size: 15px;
    }
    .left-footer, .footer-subheading {
        text-align: center;
    }
     .refer-friend-txt-wrap .section-heading,.student-feedback-section .section-heading,.offers-section .section-heading, .card-deal-section .text-center.card-deals p:first-child,.country-section .section-heading {
        font-size: 24px;
    }
    .card-page-paragraph span, .card-page-paragraph li,.card-page-section-isic .refer-friend-txt-wrap h4, .card-page-section-iytc .refer-friend-txt-wrap h4,.card-page-section-itic .refer-friend-txt-wrap h4,.Card_page .offers-txtone,.offers-txtone, .offers-txttwo, .offers-txtthree, .offers-btn span, .card-deal-section .text-center.card-deals p{
        font-size: 18px;
    }
    .become-partner-txt-wrap .section-heading, .blog-section .section-heading {
        font-size: 20px;
    }
    .refer-friend-txt-wrap .section-heading {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .tab-item-resp {
        text-align: center;
        background: #fff;
        color: rgba(51, 51, 51, 0.85);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
        padding: 12px;
        font-size: 16px;
        border-radius: 5px;
        border: 1px solid rgba(32, 135, 150, 0.4);
        box-shadow: 0 0px 4px rgba(32, 135, 150, 0.4);
    }
    
    .tab-item-resp.active {
        background: rgba(32, 135, 150, 1);
        color: #fff;
    }
    .country-section .tab-pane {
        display: block !important;
    }
    .country-section .tab-menu {
        display: none !important;
    }
    .tab-container {
        padding: 0 15px;
    }

    .refer-friend-txt-wrap {
        padding: 10px;
    }
    .card-table-section, .banner-section, .offer-section, .Card-details-section, .student-feedback-section, .refer-friend-section, .card-deal-section, .blog-section, .country-section, .become-partner-section, .footer-section {
        padding: 30px 15px;
    }

}

/* .align-items-center-demand {
    all: unset;
    display: flex;
} */