@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #464646;
  font-weight: normal;
  line-height: 25px !important;
}


.financial-tabs .owl-prev {
    position: absolute;
    top: 43%;
    left: -68px;
}

.university-details {
    padding-left: 20px;
}

.financial-tabs .owl-next {
    position: absolute;
    top: 43%;
    right: -68px;
}
	
 .financial-tabs .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: rgba(168, 168, 168, 1);
    border: none;
    padding: 0 !important;
    font-size: 53px;
}
	
	
.pdf-tabs {
    padding-left: 0;
    border-bottom: none;
    margin-top: 5px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
	
.pdf-tabs li {
    list-style: none;
    display: inline-block;
    margin-right: 1px;
    padding: 0 !important;
}
	
.pdf-tabs li a.active {
    background: #e85222 !important;
    position: relative;
    border: none;
    color: #fff;
}
	
.pdf-tabs li a {
    border-radius: 7px;
    padding: 4px 16px;
    display: inline-block;
    text-decoration: none;
    color: #e85222;
    font-weight: 600;
    border: solid 1px #e85222;
}


/*	coming soon */
.coming-soon {position: absolute;
	border: none;
  cursor: pointer; left: -10px; top: -5px;
  animation: blink2 3s infinite;
  transition: 0.9s; border: none;
  border-radius: 10px;
}

.coming-soon h3 {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 4px 5px;
    margin: 0;
}

@keyframes blink2 {
  0%,
  50%,
  100% {
    background-color: rgba(255, 225, 0, 8);
    color: #000;
  }
  25%,
  75% {
    background-color: rgba(255, 225, 0, 1);
    color: #000;
  }
}

/*	coming soon */
	
	
	/*	Ending Soon! */  
	  
.ending-soon {position: absolute; border: none;
  cursor: pointer; left: -10px; top: -5px;
  animation: blink1 3s infinite;
  transition: 0.9s;
  border-radius: 10px;
}

.ending-soon h3 {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 4px 5px;
    margin: 0;
}

@keyframes blink1 {
  0%,
  50%,
  100% {
    background-color: rgba(233, 32, 32, 1);
    color: #000;
  }
  25%,
  75% {
    background-color: rgba(233, 32, 32, 1);
    color: #000;
  }
}	  
	  
/*	Ending Soon! */  



.program-icons {
    display: flex;
    gap: 72px;
    margin: 25px 0;
}	
	
.icon-box {
    text-align: center;
    border: solid 1px #c0bdbd;
    width: 10%;
    height: 63px;
    padding-top: 8px;
}
	
.icon-box span {
    display: block;
    color: #e74c3c;
    font-weight: 500;
}	
	
.up-tx p {
    margin-top: -16px;
    font-size: 18px;
}
.up-tx h6 {
    font-size: 18px;
    margin-bottom: 22px;
}
.up-tx h6 span {
    color: #f15a29;
}	

.features {
    display: flex;
    gap: 74px;
    margin: 5px 0 5px;
}
	
.feature {
    text-align: center;
}	
	
.feature img {
    text-align: center;
    position: relative;
    top: 0x;
}
	
.feature i {
    display: block;
    font-size: 30px;
    color: #e74c3c;
    border: 2px solid #e74c3c;
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
    margin: 20px auto;
}
	
.stats {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}	
	
.stat {
    text-align: center;
}
	
.stat h3 {
    font-size: 28px;
    color: #f15a29;
    font-weight: 700;
}
.stat p {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}
		
.bg-banner {
    background: url(https://clsite-file1.s3.amazonaws.com/7214_background-bg-ea-17-10-2025.jpg);
    background-repeat: no-repeat;
    height: 500px;
    background-size: 100%;
    background-position: 0 6px;
}
	
.rt-stu {
    margin-top: 16px;
    margin-left: -93px;
}
	
hr.hr1 {
    border-top: solid 3px #E95020;
    opacity: 1;
    width: 154px;
}
	
.rgt-tx h5 {
    font-size: 27px;
    font-weight: bold;
    color: #464646;
    padding: 0 0 12px 0px;
    width: 80%;
}
	
.rgt-tx {
    padding-top: 78px;
}	
.cta {
    background: #e85222;
    border-radius: 2px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 8px 25px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    border: 1px solid #e85222;
}
	
	.bg-white {
    background: #fff;
    color: #000 !important;
    border: 1px solid #e85222;
    padding: 8px 20px;
}
a.btn:hover {
    background-color: #e85222;
    border-color: var(--bs-btn-hover-border-color);
    color: #fff;
}	
a.btn.bg-white:hover {
    background-color: #fff !important;
    border: 1px solid #e85222;
    color: #000 !important;
}	
.carousel-indicators [data-bs-target] {
    background-color: #514f4f;

}
.yu {
    background: #eee;
}


p.forgot-pass a {
  text-decoration: none;
  color: red;
}

p.forgot-pass {
  text-align: right;
  margin: 10px;
}
.no-strip {
  margin-top: 0px !important;
}

.orange-strip {
  color: white;
  background: #e95020;
  padding: 6px 0px;
  top: 0px;
  left: 0;
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  width: 100%;
}

.orange-strip h3 {
  font-size: 14px;
  padding: 3px 0px;
  margin: 0;
  color: #ffff;
  font-weight: 600;
}

.btn-strip {
  cursor: pointer;
  animation: blink 3s infinite;
  transition: 0.9s;
  padding: 4px 9px !important;
  margin: 0 0 0 13px;
  background: #ffffff;
  border-radius: 10px;
}

.orange-strip h3 a {
  font-size: 13px;
  color: #ff6600;
  font-weight: 600;
  text-decoration: none;
}

@keyframes blink {
  0%,
  50%,
  100% {
    background-color: #000;
    color: #fff;
  }
  25%,
  75% {
    background-color: #fff;
    color: #ff6600;
  }
}

.orange-bg {
  background: #e95020;
  padding: 18px 0px;
   margin-top: -22px;
}
.orange1 {
  position: relative;
}

.orange1 h5 {
  position: absolute;
  right: -21px;
  bottom: -3px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}

.orange-bx {
  text-align: center;
  margin: 0px 10px;
  padding: 0px 0px;
  display: inline-block;
  border-radius: 10px;
  width: 158px;
}
.orange-bx h5 {
  position: relative;
  top: 19px;
  color: #fff;
}
.orange-bx img {
  width: 100%;
}

.eyebtn .form-outline.mb-4 {
  position: relative;
}

.eyebtn .togglePassword {
  position: absolute;
  top: 12px;
  right: 7px;
}

.eyebtn .fa-eye-slash:before {
  content: "\f070";
}

.white-bg {
  background-color: #fff;
}
.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}
.l-height13 {
  line-height: 13px;
}
.l-height15 {
  line-height: 15px;
}
.l-height18 {
  line-height: 18px;
}
.l-height20 {
  line-height: 20px;
}
.l-height24 {
  line-height: 24px;
}
.l-height28 {
  line-height: 28px;
}
.l-height32 {
  line-height: 32px;
}
.l-height48 {
  line-height: 48px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #000;
}
section {
  padding: 60px 0;
  position: relative;
}

section h2 {
  color: #000;
  font-size: 30px;
}
.whte {
  background: #fff;
  padding: 20px;
  text-align: justify;
}
.orange {
  color: #e85222 !important;
}
.green {
  color: #92be1a !important;
}

.navbar-brand > img {
  max-height: 62px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
/* **********Navbar********* */

.header-region {
  margin-top: 35px;
  box-shadow: 0px 0px 12px 0px #00000040;
}

.header-region .navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  margin-right: 18px;
  font-size: 15px;
  color: #000;
}

.header-region .loginstage {
  padding-left: 35px;
  position: relative;
  font-size: 15px;
}
.header-region .loginstage a {
  color: #000;
  text-decoration: none;
}

.header-region .loginstage #profileDropdown {
  line-height: 7px;
}
.dropdown-menu {
  padding: 0.3rem;
  border-radius: 5px;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.16),
    0 2px 6px 0 rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  display: block;
  visibility: hidden;
  border: 1px solid #dee2e6;
}
.dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.dropdown-header {
  font-weight: 500;
  font-size: 13px;
  color: #000;
}

.dropdown-item i {
  margin-right: 8px;
}
.dropdown-item {
  font-size: 14px;
}
li a.dropdown-item.text-danger {
  color: #ea410e !important;
  font-weight: 500;
}
.dropdown a {
  color: #000;
  text-decoration: none;
}
.header-region .loginstage .plan {
  clear: both;
  display: block;
  color: #e95020;
  font-size: 11px;
}

.header-region .navbar-expand-lg .navbar-nav .nav-link i {
  font-size: 20px;
  margin-right: 5px;
}
.header-region .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #f06432;
}

.header-region .navbar {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-toggle::after {
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: -0.1em;
  border-top: inherit;
  border-right: inherit;
  border-bottom: 0;
  border-left: inherit;
  content: "\f107";
  line-height: initial;
}

.dropdown-toggle::after {
  content: "\f107";
  /* Downward arrow */
  transition: transform 0.3s ease-in-out;
}

.dropdown-toggle.rotate::after {
  transform: rotate(180deg);
}

.header-region .loginstage .dropdown-menu {
  top: calc(100% + 18px);
  min-width: 190px;
  border-radius: 0;
  padding: 0;
  border: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  right: 0;
}
.header-region button.navbar-toggler {
  border: 0px;
  font-size: 20px;
  padding: 0;
}
.header-region .navbar-nav .nav-item {
  position: relative;
}

.header-region .navbar-nav .nav-item span i {
  color: #fdd835;
}

i.fa-solid.fa-magnifying-glass {
  color: #f06432;
}

/* .dropdown-menu li{
position: relative;
}

.dropdown-menu .submenu{
display: none;
position: absolute;
left: 100%;
top: -7px;
}

.dropdown-menu>li:hover>.submenu{
display: block;
} */

.header-region .nav-link.active {
  color: #e95020 !important;
  font-weight: bold;
}

.change {
  position: fixed !important;
  width: 100%;
  transition: all 0.5s ease 0s;
  z-index: 999 !important;
  top: 0px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  left: 0;
  border-radius: 0px !important;
  background: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: initial;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  border-radius: 0;
  padding: 0px;
  border: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-submenu > a:after {
  font-family: "FontAwesome";
  display: inline-block;
  border-top: inherit;
  border-right: inherit;
  border-bottom: 0;
  border-left: inherit;
  content: "\f107";
  line-height: initial;
  float: right;
  transform: rotate(-0.25turn);
  margin-top: 7px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

#collapseExample {
  position: absolute;
  right: 100%;
  z-index: 9;
  min-width: 337px;
  top: calc(100% + 18px);
}

.profile-img {
  background: #e95020;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0px;
}

.banner {
  padding-top: 80px;
}
.banner h1 {
  font-size: 30px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 40px;
}
.banner p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  margin-bottom: 30px;
}
/* .banner .cta {
min-width: 280px;
} */
.mkp-banner-right {
  position: absolute;
  right: 20px;
  bottom: 0px;
}
.clar {
  display: block;
}
.cta {
  background: #e85222;
  border-radius: 2px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 8px 25px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  border: 1px solid #e85222;
}
.bg-green {
  background: #92be1a;
  border: 1px solid #92be1a !important;
}
a.btn.bg-green:hover {
  background: #92be1a;
  border: 1px solid #92be1a !important;
}
.bg-white {
  background: #fff;
  color: #000 !important;
  border: 1px solid #e85222;
  padding: 8px 20px;
}
a.btn.bg-white:hover {
  background-color: #fff !important;
  border: 1px solid #e85222;
  color: #000 !important;
}
.btn:hover {
  background-color: #e85222;
  border: 1px solid #e85222;
  color: #fff;
}
a.btn:hover {
  background-color: #e85222;
  border-color: var(--bs-btn-hover-border-color);
  color: #fff;
}

.tooltip-inner {
  background-color: #000 !important; /* blue background */
  color: #fff !important; /* white text */
  font-size: 14px; /* larger text */
  font-weight: 400; /* bold */
  padding: 10px 10px; /* more padding */
  border-radius: 8px; /* rounded corners */
}

/* Custom arrow color */
.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #000 !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #000 !important;
}
.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #000 !important;
}
.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #000 !important;
}

.plf-occupations-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.plf-occupations-wrapper h3 {
  font-size: 20px;
}
.expect-items p {
  line-height: 20px;
}
.bundle-program {
  border: 1px solid #d3d3d3;
  border-radius: 40px;
  padding: 30px;
  text-align: center;
}

.bundle-program.highlight-box {
  border: 3px solid #d75d34;
}
.bundle-program.highlight-box:hover {
  border: 3px solid #d75d34;
}
.bundle-program:hover {
  border: 1px solid #e85222;
  cursor: pointer;
}
.bundle-program h3::before {
  height: 1px;
  content: "";
  position: absolute;
  width: 96px;
  background: #e85222;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.bundle-program hr {
  margin: 1rem auto;
  color: #e85222;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
  width: 30px;
  border-width: 2px;
}

.university-card {
  padding: 25px;
  background-color: #fff;
  display: flex;
  align-items: end;
  justify-content: space-between;
  min-height: 172px;
}
.my-application .university-card,
.my-rewrds .university-card {
  min-height: inherit;
}

.university-info {
  display: flex;
  align-items: center;
}

.whislst {
  position: absolute;
  right: 55px;
  top: 30px;
}
.whislst i {
  font-size: 17px;
  color: #d3d3d3;
}
.whislst i.check {
  color: #92be1a;
}

.university-logo img {
  max-width: 120px;
  margin-right: 25px;
}
.all-college .university-logo img {
  max-width: 140px;
  margin-right: 20px;
}
.all-college .cta {
  font-size: 12px;
}

.university-details h6 {
  color: #e85222;
  margin-bottom: 5px;
}
.university-details p {
  line-height: 16px;
}
.info-box {
  margin-top: 15px;
  line-height: 20px;
}

.info-box small {
  display: block;
  color: #767171;
  font-size: 11px;
  line-height: initial;
}
.apply-button {
  white-space: nowrap;
  border: 1px solid #7f7f7f;
}
.info-box strong {
  color: #46546c;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

.footer-main {
  background: #464646;
  padding: 60px 0px 30px;
  color: white;
}
.footer-logo img {
  border-radius: 8px;
  padding: 0px;
  max-width: 240px;
}
.footer-logo p {
  line-height: 22px;
}

.bullet ul {
  list-style: outside none none;
  padding: 0;
}

.bullet ul li {
  list-style: outside none none;
  margin: 0;
  padding: 3px 0 3px 18px;
  position: relative;
  text-align: left;
  width: 100%;
}

.bullet ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

.bullet ul li::before {
  color: #fff;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 10px;
  left: 0;
  position: absolute;
  top: 3px;
  text-align: center;
}
.supports a {
  color: #fff;
  text-decoration: none;
}
.supports i {
  font-size: 20px;
}

.modal-content {
  border-radius: 0px;
  top: 36px;
}

.modal-body .bundle-program {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.modal-body .bundle-program h3::before {
  content: inherit;
}
.modal-body .bundle-program {
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  text-align: center;
}
.modal-body .bundle-program:hover {
  border: 0px;
}

.modal-body .bundle-program .radioBtn + label {
  border-radius: 5px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  /* background: #fff; */
  border: 1px solid #ccc;
}
.modal-body .bundle-program .radioBtn:checked + label {
  background: #fff;
  border: solid 1px rgb(232 82 34);
  outline: 0;
  color: #000;
}

.modal-body {
  padding: 0px 30px 30px;
}
.modal-body hr {
  margin: 1rem auto 0.5rem;
  color: #e85222;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.45;
  border-width: 2px;
}
.modal-body .form-control {
  border: none;
  border-bottom: 1px solid #d3d3d3;
  border-radius: 0px;
  font-size: 14px;
  padding: 8px 15px 8px;
  color: #464646;
  height: 42px;
}
button.btnotp {
  background: none;
  border: 0px;
  color: #e85222;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 15px;
  font-weight: 500;
}

.modal-header {
  padding: 30px 30px 0px;
  display: initial;
  position: relative;
  border-bottom: 0px;
}
.modal-header .btn-close {
  position: absolute;
  right: 15px;
  top: 20px;
}

/* .syp .modal-body .bundle-program {
    display: block;
    border: 1px solid #D3D3D3;
    padding: 30px;
    border-radius: 40px;
}
.syp .modal-body .bundle-program:hover {border: 1px solid #e85222;} */
/* Serach Filter css*/

.filter-label {
  font-weight: bold;
  margin-right: 58px;
}

.form-select,
.form-control {
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
  background-color: inherit;
  font-size: 14px;
  background-position: right 0.15rem center;
}

.form-select:focus,
.form-control:focus {
  box-shadow: none;
  border-color: #000;
}

.form-select,
.form-select:focus {
  padding-left: 5px;
}

.filter-container {
}

.search-input {
  position: relative;
}

.search-input input {
  padding-left: 30px;
}

.search-input::before {
  content: "\f002"; /* FontAwesome search icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #666;
  font-size: 14px;
}

/* Serach Filter css*/

.mesage-alert {
  text-align: center;
  max-width: 1010px;
  margin: 25px auto 0;
}
.mesage-alert p {
  margin-bottom: 0;
  font-size: 14px;
}
.mesage-alert p i {
  color: #d75d34;
  font-size: 25px;
}

/* cart css*/

.cart-container {
  border: 1px solid #fff;
  padding: 35px 20px;
  background: #fff;
  position: sticky;
  top: 100px;
  z-index: 9;
}

.trash-icon {
  cursor: pointer;
  color: #aaa;
}

.cart-container hr {
  opacity: 1;
  margin: 1.7rem 0;
}

.content {
  padding: 0 25px;
}
.content h4 {
  font-size: 16px;
  color: #595959;
}
.content ul {
  padding-left: 1rem;
  font-size: 14px;
  line-height: 25px;
}
.grey {
  color: #595959;
}
.content hr {
  margin: 1.8rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 1;
}

/* cart css*/

ul.timeline {
  list-style-type: none;
  position: relative;
  padding-left: 0px;
}
ul.timeline > li:after {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 4px;
  width: 2px;
  height: calc(100% + 26px);
  z-index: 1;
  top: 0;
}
ul.timeline > li {
  margin: 25px 0;
  padding-left: 25px;
  position: relative;
}
ul.timeline > li:before {
  content: " ";
  background: #bfbfbf;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 0px;
  width: 10px;
  height: 10px;
  z-index: 400;
}

ul.timeline > li.completed::before {
  background: #92be1a;
  border-color: #92be1a;
}
ul.timeline > li.completed::after {
  background: #92be1a;
  top: 0;
  bottom: 0;
  z-index: 11;
}
ul.timeline > li.completed p.status {
  color: #92be1a;
  font-weight: 500;
}
ul.timeline li:last-child::after {
  content: none;
}
/*  Signup css  */

/*form styles*/
#msform {
  text-align: left;
  position: relative;
  margin-top: 30px;
}

#msform fieldset {
  position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*buttons*/
#msform .action-button {
  /* width: 100px;
background: #2098ce;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 25px;
cursor: pointer;
padding: 10px 5px; */
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #2098ce;
}

#msform .action-button-previous {
  width: 100px;
  background: #acbed0;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #acbed0;
}

/*headings*/
.fs-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: bold;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  padding-left: 0;
  text-align: left;
}

#progressbar li {
  list-style-type: none;
  color: #7f7f7f;
  font-size: 12px;
  width: 30.33%;
  float: left;
  position: relative;
  font-weight: 500;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  height: 20px;
  line-height: 22px;
  display: block;
  font-size: 12px;
  color: #333;
  background: #bfbfbf;
  border-radius: 25px;
  /* margin: 0 auto 5px auto; */
  z-index: 1111;
  position: relative;
  text-align: center;
}

/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #bfbfbf;
  position: absolute;
  right: 86%;
  top: 9px;
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps blue*/
/*The number of the step and the connector before it = blue*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #e85222;
  color: white;
}

/*  Signup css  */

/* Checkboxes and Radio  css------------*/
.radioBtn + label {
  width: 100%;
  background: #f5f5f5;
  color: #464646;
  cursor: pointer;
  border: 1px solid #f5f5f5;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.5em;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 20px;
}

.three-part .radioBtn + label {
  min-height: 70px;
}

.radioBtn + label:hover {
  border: solid 1px rgb(232 82 34 / 38%);
  outline: 0;
}
.radioBtn {
  left: -99999px;
  position: absolute;
}

.radioBtn:checked + label {
  border: solid 1px rgb(232 82 34);
  outline: 0;
  background: #e95020;
  color: #fff;
  font-weight: 600;
}

.radio-pad {
  padding: 0.85rem 0.4rem !important;
}
.number {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  line-height: 1.1;
}
/* Checkboxes and Radio  css------------*/

.step-icon {
  border-radius: 50px;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  background: #fadacf;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.step-icon svg {
  color: #e85222;
  width: 30px;
}

/*  contact dtails----------*/

/* .contact-details {
    border: 1px solid #fff;
    padding: 30px 30px;
    background: #fff;
} */
.cart-container hr,
.your-courses hr {
  border-top: 1px solid #e95020;
  opacity: 1;
  margin: 1.7rem 0;
}
.cart-container.contact-details .form-select,
.form-control {
  height: 50px;
}
.form-select option {
  padding-left: 5px;
}
.edit-details {
  position: absolute;
  top: 18px;
  right: 18px;
}
.your-courses {
  border: 1px solid #fff;
  padding: 30px 30px;
}

.contact-details .feature-content {
  height: 260px;
  padding-right: 20px;
  margin-right: 0;
}

.feature-content {
  height: 160px;
  overflow: auto;
  padding: 0 20px 0 0;
  margin-right: 10px;
}

.feature-content::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.feature-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.feature-content::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #e85222;
  border-radius: 10px;
}

.contact-details .accordion-button:not(.collapsed) {
  background: #fff;
  color: #e95020;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #868686;
}
.contact-details .accordion-item {
  margin-bottom: 20px;
  border: 0px;
}
.contact-details .accordion-button {
  font-weight: 700;
}

/*  contact dtails----------*/

/* My Application-------------------*/

.my-application .nav-tabs .nav-item.show .nav-link,
.my-application .nav-tabs .nav-link.active {
  background: no-repeat;
  border: none;
  border-left: 10px solid #e95020 !important;
  border-radius: 0px;
}
.my-application .nav-tabs {
  border-bottom: 0px;
}
.my-application .nav-tabs li {
  margin-right: 15px;
}
.my-application .dropdown-toggle::after {
  content: "\f107";
  transition: transform 0.3s ease-in-out;
  display: none;
}
.my-application .dropdown-item.active,
.my-application .dropdown-item:active {
  color: #e95020;
  text-decoration: none;
  background-color: #ffffff;
}
.nav-tabs a.nav-link {
  color: #000;
}
.nav-tabs .nav-link {
  padding: 0 0 0 5px;
  font-size: 15px;
  border-radius: 0px;
  border: 0px;
  border-left: 10px solid #f5f5f5 !important;
}
.my-application .nav-tabs .nav-link:focus,
.my-application .nav-tabs .nav-link:hover {
  isolation: isolate;
  border: none;
  color: #000;
}
.my-application ul.nav.nav-fill.nav-tabs {
  border-bottom: 0px;
}

.my-application .nav-fill .nav-item,
.my-application .nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: left;
}

.small-li p a {
  color: #e85222;
  text-decoration: none;
}
.small-li p {
  margin-bottom: 0;
}

/* My Application-------------------*/

.accordion-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
}

#faqAccordion .accordion-button {
  padding: 20px 0;
  font-weight: 600;
  color: #333;
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
  color: #333;
  background-color: transparent;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#faqAccordion .accordion-body {
  padding: 0 0 20px 0;
}
.accordion#faqAccordion {
  background: none !important;
}
#faqAccordion .accordion-item {
  background: none;
}

#emailOptions .form-check {
  background: #f7f7f7;
  padding: 5px 15px 5px 38px;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  margin-bottom: 15px !important;
  position: relative;
}

#emailOptions .form-check input {
  position: absolute;
  left: 35px;
  top: 8px;
}
#emailOptions label strong {
  font-weight: 400;
  font-size: 15px;
}
#emailModal .feature-content {
  height: 300px;
  overflow: auto;
  padding: 0 20px 0 0;
  margin-right: 0px;
}



@media screen and (min-width: 768px) and (max-width: 1024px) {
	.carousel-indicators {display: none;}
	  .orange1 h5 {
    right: -167px !important;
  }
	
}




@media (max-width: 767px) {

  body {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px !important;
  }
.owl-nav {
  display: none;
}
	
  .header-region {
    margin-top: 56px;
  }

  .orange-strip h3 {
    font-size: 15px;
    line-height: 19px;
    padding: 3px 0px;
  }

  .btn-strip {
    padding: 3px 8px !important;
    margin: 0px 0 0 12px;
    background: #ffffff;
    border-radius: 10px;
  }
  .orange-strip h3 a {
    font-size: 12px;
    color: #ff6600;
    font-weight: 600;
    text-decoration: none;
  }

  .orange1 h5 {
    position: absolute !important;
    right: 51px !important;
    bottom: -20px !important;
  }

  .orange-bx {
    text-align: center;
    margin: 0px 4px;
    padding: 5px 12px;
    display: inline-block;
    border-radius: 10px;
    width: 49%;
    margin: auto;
  }

  section {
    padding: 40px 0;
    position: relative;
  }
  .banner {
    padding-top: 40px;
  }
  .clar {
    display: inline;
  }
  .banner h1 {
    font-size: 25px;
    line-height: 32px;
  }
  .mkp-banner-right {
    display: none;
  }

  .plf-occupations-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
  section h2 {
    font-size: 22px;
  }
  .university-logo img {
    max-width: 120px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .university-details p {
    line-height: 16px;
    margin-bottom: 0;
  }
  .bundle-program {
    padding: 20px;
  }

  .my-application .nav-tabs .nav-link {
    font-weight: 800;
  }
  .nav-tabs .nav-link {
    padding: 0 0 0 0px;
    border-left: 0px solid #f5f5f5 !important;
  }
  .my-application .nav-tabs .nav-item.show .nav-link,
  .my-application .nav-tabs .nav-link.active {
    border-left: 4px solid #e95020 !important;
    padding-left: 5px;
  }
  .header-region .loginstage {
    padding-left: 35px;
    position: absolute;
    font-size: 13px;
    right: 70px;
    top: 22px;
  }
  .navbar-brand > img {
    max-height: 38px;
  }
  .header-region .navbar-brand {
    margin-right: 0;
  }

  .university-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .university-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .apply-button {
    width: 100%;
  }
	
.up-tx h6 {
    font-size: 14px;
    margin-bottom: 22px;
}	
	
.rgt-tx {
  padding-top: 9px;
}		
		
.rgt-tx h5 {
  font-size: 21px;
  padding: 0 0 2px 0px;
  width: 100%;
  line-height: 29px;
}
.stat h3 {
  font-size: 20px;
font-weight: 700;
}	
.bg-banner {
  height: auto;

}
.rt-stu {
  margin-top: 0;
  margin-left: 0;
  display: none;
}
.orange-bg {
  background: #e95020;
  padding: 18px 0px;
  margin-top: 23px;
}
.features {
  display: flex;
  gap: 35px;
  margin: 5px 0 5px;
}	

.up-tx h6 {
  font-size: 15px;
  margin-bottom: 22px;
}
	
.program-icons {
  display: flex;
  gap: 12px;
  margin: 25px 0;
}	
	
.icon-box {
  width: 100%;
  height: auto;
}
	
.up-tx p {
  margin-top: -8px;
  font-size: 15px;
}
.modal-content {
  top: 57px;
}	
.carousel-indicators {display: none;}	
	
	
	}	
	
	
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1230px;
  }
}

@media (max-width: 992px) {
  .orange1 h5 {
    position: relative;
    right: 0;
    bottom: 43px;
    text-align: center;
  }
  .mkp-banner-right {
    position: absolute;
    right: 3px;
    bottom: 0px;
    text-align: right;
  }

  .mkp-banner-right img {
    width: 69%;
  }

	
	
}

