<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700&amp;display=swap');

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 26px !important;
  letter-spacing: 0.6px;
}

button.btnotp {
  background: #e85222;
  /* background-image: linear-gradient(to right, #5C72FF, #8C3FFF); */
  position: absolute;
  right: 22px;
  top: 5px;
  border: inherit;
  padding: 3px 8px;
  border-radius: 3px 3px 3px 3px;
  color: #fff;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  letter-spacing: 0;
}

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

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-40 {
  margin-top: 40px !important;
}

.margin-20 {
  margin-top: 20px !important;
}

.margin-30 {
  margin-top: 30px !important;
}

.margin-100 {
  margin-top: 100px !important;
}


img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.boder-radius {
  border-radius: 10px;
}


#header-face {
  background: none;
  border: 0 none;
  font-size: 16px;
  margin-bottom: 0;
  padding: 10px 0;
  position: relative;
  width: 100%;
  z-index: 111;
  transition: all 0.5s ease 0s;
  background: #f7f7fa;
  border-radius: 10px;
}

#header-face .navbar-nav&gt;li&gt;a {
  background-color: transparent;
  color: #000;
  font-weight: 500;
  line-height: 30px;
  padding: 5px 10px 5px 20px;
  z-index: 111;
}


.change {
  position: fixed !important;
  width: 100%;
  transition: all 0.5s ease 0s;
  z-index: 999999 !important;
  top: 0px;
  background: #2A3040;
  box-shadow: none;
  left: 0;
  border-radius: 0px !important;
}

.header-region.change .navbar-nav&gt;li&gt;a {}

#header-face .active {
  background-color: #eaebf2;
  border-radius: 10px;
  color: black;
  box-shadow: 0 5px 6px -6px #7c7c7c;
}

#header-face .active:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #e95c2f;
  border-radius: 50px;
  position: absolute;
  top: 17px;
  left: 10px;
}

.main-sub {
  padding: 20px 0 0;
}


section#alumini-salaries {
  text-align: right;
}

/* section#alumini-salaries ul{
  float: right;
} */

section#alumini-salaries p {
  float: right;

}

section#alumini-salaries .msii2 ul li::before {
  right: 0 !important;
  left: none !important;
}

section#alumini-salaries .msii2 ul li {
  padding: 1px 25px 1px 1px !important;
}


.msii3 ul li::before {
  color: #000000;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 14px;
  right: 0;
  position: absolute;
  top: none;
  font-weight: 300;
}

.msii3 ul li {
  list-style: outside none none;
  margin: 0;
  padding: 1px 25px 1px 0;
  position: relative;
  text-align: right;
  font-size: 14px;
  color: #000;
  font-weight: 300;
  width: 100%;
}

/* 
  .top-header {
    text-align: left;
    background: #383838;
    color: #fff;
}

.top-header ul {
    display: inline-flex;
    margin-bottom: 0px;
}
.top-header ul li {
    list-style: none;
    color: #000;
    position: relative;
    font-size: 12px;
}
.top-header ul li a {
  color: #fff;
  padding: 6px 15px 6px 20px;
  display: inline-block;
}
.top-header ul li i {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: 10px;
  left: 0;
}
.top-header ul li i.fa.fa-whatsapp {
    color: #20ab4b;    
}
.top-header ul li i.fa.fa-phone {
    color: #f15e29;
}
.top-header ul li a b {
    font-weight: 500;
} */
.no-line h2::before {
  display: none;
}

.no-line h2 {
  font-size: 26px;
}


section {
  padding: 50px 0;
}

section h2 {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 15px;
  position: relative;
}

.orange {
  color: #e85728;
}

section h2::before {
  height: 2px;
  content: "";
  position: absolute;
  width: 205px;
  background: #e85222;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

h5 {
  color: #8f8f8f;
  font-weight: 400;
  font-size: 25px;
  margin-top: 0;
}

h6 {
  font-size: 20px;
  font-weight: 500;
  padding: 10px 0 0;
}

.butns .btn {
  background: #E85222;
  border: 1px solid #E85222;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  text-align: center;
  border-radius: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  padding: 10px;
  /* margin-right: 10px; */
  padding: 10px 15px;
}

.blue-lgt {
  background: #f7fbff;
}

.grey-lgt {
  background: #F7F7F7;
}



.for-a-part {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  background: #fff;
  padding: 20px 15px 15px 15px;
  overflow: hidden;
  position: relative;
}

.for-a-part h5 {
  font-weight: 500;
  color: #000;
  font-size: 18px;
  text-align: left;
  margin-top: 0;
  position: relative;
  margin-bottom: 5px;
  line-height: 24px;
}

.new-box .line-icon {
  background: #2F2F2F;
  left: 25px;
  top: 23px;
  height: 48px;
}

.new-box {
  padding: 20px 45px 10px !important;
  border-radius: 0 !important;
  font-size: 18px;
  font-weight: 500;
}

.for-a-part p {
  font-size: 14px;
  text-align: left;
}

.for-a-part .mCustomScrollbar {
  position: relative;
  height: 80px;
  overflow: auto;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  margin-bottom: 0px;
}

.for-a-part img {
  position: absolute;
  right: -62px;
  top: 64px;
  transform: rotate(-17deg);
}

.thre-a-part {
  box-shadow: 0px 3px 3px #00000029;
  border-radius: 27px;
  padding: 20px 20px 10px;
  text-align: left;
  background: #eff5fe;
}

.thre-a-part h5 {
  color: #000;
  font-size: 20px;
  position: relative;
  padding-left: 15px;
  font-weight: 500;
}

.mech-eng {
  position: relative;
}

.mech-eng-fold {
  position: absolute;
  bottom: -41px;
  right: 22px;
  background: #f7f7fa;
  box-shadow: 0px 3px 4px #00000029;
  padding: 8px 20px;
  border-radius: 5px;
}

.mech-eng-fold p {
  margin-bottom: 0;
  font-size: 13px;
}

.copnthe .col-md-6:nth-child(2)~* {
  margin-top: 20px;
}

#for-part .col-md-4:nth-child(3)~* {
  margin-top: 20px;
}

.line-icon {
  height: 40px;
  content: "";
  width: 3px;
  background: #22FF00;
  margin-bottom: 7px;
  position: absolute;
  left: 0;
  top: 3px;
}

.line-icon.blues {
  background: #00DDFF;
}

.line-icon.yllow {
  background: #F7FF00;
}

.line-icon.redd {
  background: #FF0000;
}

.student-info {
  position: relative;
}

.student-info:after {
  content: '';
  position: absolute;
  height: 100%;
  opacity: .9;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #f8f8fc36 50%, #000000ed 70%);
  border-radius: 17px;
}

.student-info img {
  border-radius: 17px;
}

.student-info:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 88px;
  z-index: 9;
}


.title {
  z-index: 99;
  width: calc(0px + 260px);
  margin: 0 auto;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.student-info h3 {
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 999;
  font-size: 18px;
  font-weight: 400;
  left: 50%;
  transform: translate(-50%, -50%);
}

#expense ul {
  margin: 0;
  padding: 0;
  text-align: left;
}

#expense ul li span {
  min-width: 280px;
  display: inline-block;
}

#expense ul li b {
  background: #d57bae;
  color: #fff;
  padding: 7px 25px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  font-weight: 400;
}

#expense ul li b.yellow {
  background: #f3d07e;
  color: #000;
}

#expense ul li b.green {
  background: #2bd276;
  color: #000;
}

#expense ul li b.sky-blue {
  background: #0fc7cc;
  color: #000;
}

#expense ul li b.purple {
  background: #6f8dcb;
  color: #000;
}

#expense ul li {
  font-size: 18px;
  color: #000;
  list-style: none;
  padding: 5px 5px;
  width: 100%;
  margin-bottom: 15px;
}

.quoto {
  position: relative;
}

.quoto h3 .fa {
  color: #d5d5d5;
  font-size: 42px;
  z-index: -9;
}

/* .quoto h3::before {
    position: absolute;
    content: "\f10d";
    left: 5px;
    top: -14px;
    font-family: "FontAwesome";
    color: #d5d5d5;
    font-size: 42px;    z-index: -9;
}
.quoto h3::after {
    position: absolute;
    content: "\f10e";
    right: 194px;
    bottom: -19px;
    font-family: "FontAwesome";
    color: #d5d5d5;
    font-size: 32px;
    z-index: -9;
} */
.quoto h3 {
  color: #3e4c8d;
  font-size: 25px;
  font-weight: 500;
  position: relative;
  line-height: 32px;
  font-family: 'Roboto Slab', serif;
  z-index: 9999;
}

h4 {
  font-size: 20px;
}

#Programs .mentor-descrip {
  padding: 0px 10px 10px;
}


.mentor-descrip {
  box-shadow: 0px 3px 6px #00000029;
  background: #fff;
  border-radius: 20px;
  padding: 0 20px 10px;
  text-align: left;
}

.mentor-descrip a {
  color: #e85728;
  text-decoration: underline;
}

.testmonials-pull {
  background: inherit;
}

.testmonials-pull .slick-prev {
  background-image: url(https://www.careerlauncher.com/foundation/img/left-arrow.png);
  left: 0 !important;
}

.testmonials-pull .slick-next {
  right: 0px;
  background-image: url(https://www.careerlauncher.com/foundation/img/right-arrow.png);
}

.rsrch .slick-next {
  right: 6%;
  background-image: url(https://www.careerlauncher.com/foundation/img/right-arrow.png);
}

.rsrch .slick-prev {
  background-image: url(https://www.careerlauncher.com/foundation/img/left-arrow.png);
  left: 7% !important;
}

.testmonials-pull .slick-arrow {
  position: absolute;
  z-index: 9;
  border: 0;
  background-repeat: no-repeat;
  font-size: 0;
  top: 50%;
  width: 30px !important;
  height: 30px !important;
  padding: 0;
  cursor: pointer;
  background-color: #e85222 !important;
  background-size: 13px;
  background-position: center;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-track {
  padding: 7px 0;
}

.testmonials-pull {
  background: inherit;
  padding-top: 0;
  padding-bottom: 0;
}

.banner {
  background: url(/study-abroad/usa/ms-in-mechanical-engineering/images/home-banner.svg) no-repeat scroll center bottom / cover;
  position: relative;
  height: 450px;
  width: 100%;
  padding: 50px 0;
  padding-top: 0;
}


#Programs .mCustomScrollbar {
  margin-top: 15px;
}

.banner h2 {
  color: #e85222;
  font-size: 19px;
  margin: 0;
}

.banner h1 {
  font-weight: 500;
  letter-spacing: 0.8px;
  font-size: 31px;
  color: #000000;
  line-height: 38px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 15px;
}

.banner h1 span {
  color: #E85222;
}

.banner h1::before {
  height: 2px;
  content: "";
  position: absolute;
  width: 190px;
  background: #e85222;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner .butns .btn {
  padding: 10px;
  font-size: 20px;
  margin-top: 10px;
}



.mentor-descrip h5 {
  font-size: 17px;
  font-weight: 300;
  margin-top: 20px;
}

.mentor-descrip h4 {
  color: #000000;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}

#Programs .imag {
  position: relative;
  margin: 0 -10px;
}

.imag {
  position: relative;
  margin: 0 -20px;
}

.imag img {
  border-radius: 20px 20px 0 0;
}

.imag span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #3e4c8d;
  padding: 2px 20px;
  color: #fff;
  border-radius: 0 20px 0 0;
}

.group {
  position: absolute;
  top: 0;
  right: 20px;
}

.group img {
  border-radius: 0;
}

.slick-dots {
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center;
  list-style: none;
  padding: 0;
  display: block !important;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px
}

.slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  width: 28px;
  height: 9px;
  border: 0;
  font-size: 0;
  text-indent: -9999px;
  border-radius: 10%;
  background-color: rgba(0, 0, 0, .3);
}

.slick-dots li.slick-active button {
  background-color: #3a3a3a
}

.slick-arrow {
  display: block !important;
}

/* section.benefits h2::before {
  margin: initial;
} */
/* faq block start */
.accordion-panel {
  /* float: left; */
  width: 100%;
  clear: both;
  margin-bottom: 0;
  text-align: left;
}

.accordion-panel .panel {
  width: 100%;
  margin-bottom: 0px !important;
  box-shadow: inherit;
  padding: 0;
  border: none;
  background: transparent;
}

.accordion-panel .panel-default&gt;.panel-heading {
  color: #333;
  background-color: transparent;
  border-color: #ffff;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion-panel .panel+.panel {
  margin-top: 0px;
}

.accordion-panel .panel-default&gt;.panel-heading a {
  display: block;
  padding: 20px 30px 20px 10px;
  color: #000;
  outline: none;
  box-shadow: inherit;
  position: relative;
  border-bottom: 1px solid #727272;
}

.accordion-panel .panel-default&gt;.panel-heading a:after {
  content: "";
  position: absolute;
  top: 20px;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  right: 10px;
  font-size: 24px;
  color: #F15A22;
}

.accordion-panel .panel-default&gt;.panel-heading a[aria-expanded="true"] {
  background-color: transparent;
  color: #f15a22;
}

.accordion-panel .panel-default&gt;.panel-heading a[aria-expanded="true"]:after {
  content: "\f107";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-panel .panel-default&gt;.panel-heading a[aria-expanded="false"]:after {
  content: "\f106";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-panel h4.panel-title {
  font-weight: 500;
  font-size: 18px;
}

.accordion-panel h4.panel-title a {
  text-decoration: none !important;
}

.accordion-panel .arrow-list {
  padding-left: 0;
}

.accordion-panel .arrow-list li i {
  margin-right: 4px;
}

.accordion-panel .panel .panel-body {
  background-color: transparent;
  border: 0;
  padding: 25px 15px 25px;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border-bottom: 1px solid #ddd;
}

/* faq block close */
.benefits {
  padding: 50px 0;
}

.nhui {
  position: relative;
  border-radius: 25px;
}

.nhui h3 {
  position: absolute;
  bottom: 0;
  color: #f15a22;
  z-index: 999;
  font-size: 20px;
  font-weight: 400;
  left: 50%;
  transform: translate(-60%, -25%);
  text-align: left;
  border-left: 3px solid #fff;
  padding-left: 20px;
  width: 70%;
  line-height: 24px;
}

.nhui h3 span {
  font-size: 15px;
  display: block;
  color: #fff;
}

.radi-25 {
  border-radius: 25px;
}

.rela {
  position: relative;
}

.nhui::before {
  position: absolute;
  top: -22px;
  right: -20px;
  width: 454px;
  height: 540px;
  background: #eff7ff;
  content: "";
  border-radius: 150px 20px 20px;
}

.nhui:after {
  content: '';
  position: absolute;
  height: 100%;
  opacity: .9;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #ffffff38 30%, #002E45 85%);
  border-radius: 17px;
}

.ls-side {
  position: relative;
}

.ls-side::before {
  position: absolute;
  top: 29px;
  left: -10px;
  width: 100%;
  height: 460px;
  background: #eff7ff;
  content: "";
  border-radius: 0px 160px 0px 0px;
}

.ls-side-box {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  background: #fff;
  position: relative;
  text-align: left;
  max-width: 282px;
}

.ls-side-box h3 {
  color: #fff;
  font-size: 13px;
  background: #011484;
  border-radius: 10px 10px 0px 0px;
  margin: 0;
  padding: 8px 10px;
  text-align: center;
}

.ls-side-box h6 {
  color: #011484;
  font-size: 18px;
  padding-top: 0;
  margin-top: 0;
}

.ls-side-box p span {
  color: #e95c2f;
}

.pddd-in {
  padding: 20px 20px 10px 20px;
}

.ls-side-box hr {
  margin-top: 5px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eee;
}

.size-font {
  font-size: 12px;
  line-height: 23px;
}

.ls-side-box img {
  box-shadow: 0px 3px 2px #00000098;
  border-radius: 50px;
  max-width: 60px;
}

img.group-mask-27 {
  position: absolute;
  left: -39px;
  top: 13px;
}

.ls-side-box.rgt {
  position: absolute;
  top: 53%;
  right: 94px;
}

.guy {
  z-index: 99;
  width: calc(0px + 600px);
  margin: 0 auto;
  background: #2F2F2F;
  border-radius: 12px;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 25px;
}

.guy ul {
  margin-bottom: 0px;
}

.guy li {
  color: #fff;
  list-style: none;
  text-align: center;
  border-right: 1px solid #fff;
  display: inline-block;
  width: 32.33%;
}

.guy li span {
  color: #F15922;
  display: block;
  font-size: 19px;
}

.guy li:last-child {
  border-right: 0px;
}

.young-guy {
  margin-top: 30px;
  position: relative;
}


.rs-side {
  position: relative;
}

.rs-side img {
  position: relative;
}

.rs-side::before {
  position: absolute;
  top: 75px;
  left: 151px;
  width: 100%;
  height: 410px;
  background: #eff7ff;
  content: "";
  border-radius: 0px 160px 0px 0px;
  width: 62%;
}

.rs-side-box {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  background: #fff;
  position: relative;
  text-align: left;
  max-width: 300px;
}

.rs-side-box h3 {
  color: #fff;
  font-size: 13px;
  background: #011484;
  border-radius: 10px 10px 0px 0px;
  margin: 0;
  padding: 8px 15px;
  text-align: left;
}

.rs-side-box h6 {
  color: #011484;
  font-size: 18px;
  padding-top: 0;
  margin-top: 0;
}

.rs-side-box p span {
  color: #e95c2f;
}

.rs-side-box .pddd-in {
  padding: 15px 15px 10px 15px;
}

.rs-side-box hr {
  margin-top: 5px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eee;
}

.rs-side-box .size-font {
  font-size: 12px;
  line-height: 23px;
}

.rs-si {
  box-shadow: 0px 3px 2px #00000098;
  border-radius: 50px;
  position: absolute;
  right: -28px;
  top: -25px;
  background: #F5F5F5;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #e85222;
  font-weight: 600;
}

.l-mar {
  margin-left: 216px;
  margin-top: -35px;
}

.l-mar1 {
  margin-left: 105px;
  margin-top: -5px;
}

.l-mar1 .rs-si {
  right: -28px;
  top: -7px;
}

.warp {
  position: absolute;
  z-index: 999;
  right: 86px;
  top: 40px;
}

.warp img {
  max-width: 47%;
}

section.harved-ranking h2::before {
  margin: initial;
}

#Work-Permit h6 {
  margin-top: 0px;
  padding-top: 0px;
  font-weight: bold;
  font-size: 18px;
}

#Work-Permit b,
#Work-Permit strong {
  font-weight: 500;
}

section.alumini-salaries h2::before {
  margin: initial;
  /* left: inherit; */
}

.salr img {
  max-width: 92%;
  position: relative;
  /* margin-top: -96px; */
  float: right;
}


.early-action {
  background: #F4F8FF;
  box-shadow: 0px 3px 2px #00000029;
  padding: 20px 15px;
  text-align: left;
}

.early-action h4 {
  text-align: center;
  font-size: 20px;
  padding: 0 5px;
  line-height: 30px;
}

.early-action p {
  border-left: 2px solid #e85728;
  padding-left: 20px;
}

.testmonials-pull.nhui {
  position: relative;
}


.ribbon {
  position: absolute;
  top: 23px;
  right: 18px;
  z-index: 99;
}

img.ribbon {
  width: 20%;
}

img.ther {
  width: 23%;
}

.ther {
  position: absolute;
  top: -25px;
  left: 15px;
  z-index: 99;
}

/* mCustom scroll bar settings */
.mCustomScrollbar {
  position: relative;
  height: 132px;
  overflow: auto;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  margin-bottom: 10px;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside&gt;.mCSB_container {
  margin-right: 15px;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, .1);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
  background-color: #f15a22;
}

.currentafbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgb(105, 204, 68);
}

.hand {
  position: relative;
  padding: 0px;
}

.hand-right {
  padding-right: 190px;
}

.hand img {
  max-width: 400px;
}

.about-right-circle {
  position: absolute;
  left: 0%;
  top: 54%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-right-circle img {
  max-width: 62%;
}

img.hnd {
  position: relative;
  margin-top: -22px;
  margin-left: 100px;
  max-width: 96%;
}

.clar {
  display: block;
}

.journey-tabs .nav-tabs {
  border-bottom: 0px;
  background: #f7f7fa;
  padding: 15px 20px;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 20px;
}

.journey-tabs .nav-tabs li {
  margin-bottom: 0;
  text-align: center;
  margin-right: 13px;
}

.journey-tabs .nav-tabs li a {
  background-color: transparent;
  color: #333;
  border: none !important;
  padding: 10px 12px 10px 20px;
  font-weight: 600;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.journey-tabs .nav-tabs li.active&gt;a,
.journey-tabs .nav-tabs li&gt;a:hover {
  background-color: #eaebf2;
  color: #000;
  box-shadow: 0 5px 6px -6px #7c7c7c;
}

.journey-tabs .nav-tabs li.active&gt;a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #e95c2f;
  border-radius: 50px;
  position: absolute;
  top: 17px;
  left: 10px;
}

.journey-tabs span {
  font-size: 11px;
  padding: 2px 10px;
}

.journey-tabs .mentor-descrip h5 {
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 25px;
  color: #000;
}

.with-max {
  max-width: 900px;
  margin: 0 auto;
}

span.byu {
  background: #e6e9ee;
  padding: 4px 20px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 19px;
  color: #5a5a5a;
}

.five-part .col-md-3 {
  width: 20%;
}

.grap {
  margin: 0 auto;
  max-width: 905px;
}

.group1 {
  position: absolute;
  top: 20px;
  right: 20px;
}

.round {
  background: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
}

.round .fa {
  color: #3e4c8d;
  font-size: 22px;
}

.round p {
  font-size: 13px;
  color: #e85222;
}

#universty .mentor-descrip h4 {
  color: #010b5a;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}

#grading .slick-list {
  padding-top: 35px;
}

.progrm {
  background: #fff;
}

.progrm-head {
  background: url(../images/Path-7.png) no-repeat scroll center top / cover;
  position: absolute;
  width: 100%;
  height: 150px;
  background-size: 93%;
  left: 0;
  top: -30px;
}

.progrm-head h5 {
  color: #000000;
  font-weight: 500;
  font-size: 26px;
  margin-top: 50px;
}

.progrm-head h4 {
  font-size: 17px;
  background: #e85728;
  color: #fff;
  display: inline-block;
  padding: 9px 25px;
  box-shadow: 0px 2px 2px #00000029;
  border-radius: 7px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0px;
}

.innm {
  padding: 140px 20px 20px 20px;
  text-align: left;
  box-shadow: 0px 2px 2px #00000029;
}

.innm .btn {
  background: #FFDBC1;
  border: 1px solid #FFDBC1;
  color: #000;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  border-radius: 7px;
  margin-bottom: 18px;
  margin-top: 10px;
}

.margin-150 {
  margin-top: 50px;
}


.msii2 ul {
  list-style: outside none none;
  margin: 0 0 0px 0;
  padding: 0;
}

.msii2 ul li {
  list-style: outside none none;
  margin: 0;
  padding: 1px 0 1px 25px;
  position: relative;
  text-align: left;
  font-size: 14px;
  color: #000;
  font-weight: 300;

  width: 100%;
}

.msii2 ul li::before {
  color: #000000;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 2px;
  font-weight: 300;
}

.elig-reg.msii2 ul li {
  padding: 7px 0 7px 25px;
}

.elig-reg.msii2 ul li::before {
  top: 7px;
}

.for-pert h5 {
  color: #e85728;
  font-size: 20px;
  margin-bottom: 5px;
}

.for-pert {
  text-align: left;
  margin-top: 10px;
}


.intakes .journey-tabs {
  background: #f8f8f8;
}

.intakes .journey-tabs .nav-tabs {
  border-bottom: 0px;
  background: #f8f8f8;
  padding: 7px 20px 0;
  text-align: center;
  width: 100%;
  box-shadow: 0px 10px 10px #00000029;
  border-radius: 32px;
  z-index: 999999;
  position: relative;
  margin-top: -20px;
}

.intakes .journey-tabs .nav-tabs li.active&gt;a,
.intakes .journey-tabs .nav-tabs li&gt;a:hover {
  background-color: transparent;
  color: #000;
  box-shadow: inherit;
  border-bottom: 5px solid #f15922 !important;
  border-radius: 5px;
}

.intakes .journey-tabs .nav-tabs li.active&gt;a:before {
  content: inherit;
  width: 5px;
  height: 5px;
  background: #e95c2f;
  border-radius: 50px;
  position: absolute;
  top: 17px;
  left: 10px;
}

.intakes .journey-tabs .nav-tabs li a img {
  display: block;
  margin: 0 auto;
  max-height: 25px;
}

.intakes .journey-tabs .nav-tabs li a {
  padding: 5px 30px 5px 30px;
  border-radius: 0px;
}

.fall-intake {
  padding: 0 30px 30px 30px;
  position: relative;
  margin-top: 50px;
}

.fall-intake h4 {
  color: #F15922;
  font-weight: 600;
  font-size: 22px;
  margin-top: 0px;
}

.fall-intake h5 {
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
}

span.redi {
  font-size: inherit;
  padding: inherit;
  color: #d80304;
}

.red-iconic {
  position: absolute;
  right: 30px;
  top: 0;
}

.red-iconic img {
  max-width: 60%;
}

#expense h3 {
  color: #010b5a;
  margin-bottom: 20px;
  margin-top: 30px;
}

.benefits.opportunities {
  padding: 50px 0;
}

.mk {
  position: relative;
}

.opportunities .journey-tabs .nav-tabs {
  border-bottom: 0px;
  background: #f6faff;
  padding: 15px 20px;
  text-align: center;
  max-width: 100%;
}

.opportunities .journey-tabs .nav-tabs li.active&gt;a,
.opportunities .journey-tabs .nav-tabs li&gt;a:hover {
  background-color: #e6f1ff;
  color: #000;
  box-shadow: 0 5px 6px -6px #7c7c7c;
}

table tr:first-child {
  background: #e6f1ff !important;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

table p {
  margin-bottom: 0px;
}

.table-bordered&gt;tbody&gt;tr&gt;td,
.table-bordered&gt;tbody&gt;tr&gt;th,
.table-bordered&gt;tfoot&gt;tr&gt;td,
.table-bordered&gt;tfoot&gt;tr&gt;th,
.table-bordered&gt;thead&gt;tr&gt;td,
.table-bordered&gt;thead&gt;tr&gt;th {
  border: 0px;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
  border-radius: 20px 20px 0 0;
}

table td {
  padding: 17px 15px !important;
}

.table-bordered {
  border: 0px;
}

.table-striped&gt;tbody&gt;tr:nth-of-type(odd) {
  background-color: #f0f8fd;
}

table {
  background-color: #f9fbfe;
}

.worki {
  position: relative;
  padding-left: 30px;
}

.worki::after {
  position: absolute;
  content: '';
  top: 16px;
  left: -28px;
  width: 100%;
  height: 100%;
  background-image: url(../images/rectangle-329.svg);
  background-size: 86%;
  background-position: center;
  z-index: -1;
  background-repeat: no-repeat;
}

.worki::before {
  position: absolute;
  content: '';
  top: -141px;
  left: -116px;
  width: 100%;
  height: 100%;
  background-image: url(../images/star-17.png);
  background-size: 25%;
  background-position: center;
  z-index: -1;
  background-repeat: no-repeat;
}

.mk::before {
  position: absolute;
  content: '';
  top: -192px;
  right: 75px;
  width: 100%;
  height: 100%;
  background-image: url(../images/line-icon.png);
  background-size: contain;
  background-position: right;
  z-index: -1;
  background-repeat: no-repeat;
}

.opportunities .tab-content {
  float: left;
  width: 100%;
  margin-top: -180px;
}

.opportunities p {
  max-width: 650px;
  text-align: justify;
}

.opportunities .table-responsive {
  margin-top: 100px;
}

.resrch {
  padding: 290px 35px 20px 35px;
  border-radius: 5px;
  position: relative;
  text-align: left;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
}

.resrch:before {
  content: '';
  position: absolute;
  height: 100%;
  opacity: .9;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #dbdbdb69 50%, #060f22ed 84%);
  border-radius: 5px;
}

.resrch .arrow-link {
  position: absolute;
  right: 60px;
  bottom: 133px;
  background: #e85728;
  width: 50px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  z-index: 999999;
}

.resrch h3 {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #fff;
  margin-top: 0;
  padding-bottom: 10px;
}

.resrch p {
  color: #fff;
  position: relative;
}

.resrch h3::before {
  height: 2px;
  content: "";
  position: absolute;
  width: 80px;
  background: #72F47C;
  bottom: 0;
  left: 0;
  right: 0;
}

.arr {
  position: absolute;
  top: -18px;
}

.rsrch .slick-list.draggable {
  padding: 11px 0px;
}

.form-group {
  margin-bottom: 23px !important;
}

.form-box {
  padding: 25px 30px;
  border-radius: 0px;
}

.form-control {
  background: #f7f7f7;
  border-radius: 3px;
  box-shadow: none;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  border: 1px solid #f7f7f7;
  height: 40px;
  margin-bottom: 0px;
  padding-left: 15px;
  box-shadow: 0px 3px 6px #00000029;
}

.form-box .btn {
  background-color: #e85222;
  border: 0 none;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  margin-top: 10px;
  padding: 9px 40px;
  border-radius: 3px;
  margin-bottom: 0px;
}

input.form-control::placeholder {
  font-size: 17px;
  color: #000;
}

.footerregion h2:before {
  content: inherit;
}

.success-story {
  background-color: #ffffff;
  text-align: left;
  padding: 20px 20px 10px;
  position: relative;
  margin-bottom: 0px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px #00000029;
  border-bottom: 6px solid #e85728;
}

.img-gall img {
  border-radius: 15px;
  box-shadow: 0 5px 6px -6px #7c7c7c;
}

.author {
  display: inline-block;
  margin: 0px 25px 0px 0px;
  float: left;
}

.author img {
  border: 1px solid #707070;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 2px;
}

.success-story span {
  text-align: left;
  font-style: normal;
}

.success-story span {
  margin: 10px 0px 0px;
}

.success-story h5 {
  font-size: 19px;
  margin-top: 0px;
  padding: 0;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
}

.success-story h6 {
  font-size: 15px;
  margin-top: 0px;
  padding: 0;
  margin-bottom: 10px;
}

.success-story span p {
  color: #fff;
}

.success-story h6 img {
  max-height: 60px;
}


.accom h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.accom {
  border-radius: 27px 27px 5px 5px;
  background: #ffffff;
  padding: 10px 15px;
  border-bottom: 5px solid #e85728;
  box-shadow: 0px 3px 6px #00000029;
}

.accomd .col-md-4:nth-child(3)~* {
  margin-top: 30px;
}

.box-tp {
  background: white;
  padding: 20px;
  box-shadow: 0px 2px 2px #00000029;
  margin-bottom: 30px;
  position: relative;
}

.box-tp::after {
  content: "";
  background: black;
  width: 2px;
  height: 30px;
  bottom: -30px;
  left: 50%;
  position: absolute;
}

.box-btm {
  background: white;
  padding: 20px 15px;
  box-shadow: 0px 3px 6px #00000029;
  text-align: center;
}

.box-tp img {
  margin: 0 auto;
  max-height: 60px;
  min-height: 60px;
}

.box-btm p {
  margin-bottom: 0;
}

.takeways1 {
  box-shadow: 5px 5px 10px #00000029;
  border-radius: 60px 0px 0px 0px;
  border: 0.6000000238418579px solid #dfdfdf;
  padding: 20px 15px 20px 30px;
  text-align: left;
}

.take img {
  max-width: 55px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 0px;
}

.take-bar {
  height: 3px;
  content: "";
  width: 45px;
  background: #F15922;
  margin-bottom: 15px;
}

.take h3 {
  color: #e85728;
  margin-bottom: 0px;
}

.take h3 span {
  color: #000;
  font-size: 14px;
  display: block;
  padding-bottom: 5px;
}

.take p span {
  font-size: 14px;
}

.takeways2 {
  box-shadow: 5px 5px 10px #00000029;
  border: 0.6000000238418579px solid #dfdfdf;
  border-radius: 0px 100px 0px 0px;
  padding: 20px 30px;
  text-align: left;
}

.takeways3 {
  box-shadow: 5px 5px 10px #00000029;
  border: 0.6000000238418579px solid #dfdfdf;
  border-radius: 100px 0px 0px 0px;
  padding: 20px 30px;
  text-align: left;
}

.cost-living h5 {
  color: #010B5A;
  font-size: 17px;
  font-weight: 600;
  background: #fff;
  padding: 8px 10px;
}

.cost-living h6 {
  background: #eef6ff;
  display: inline-block;
  padding: 7px 20px;
  font-size: 18px;
  font-style: italic;
}

#Research-Opportunities h6 {
  background: #eef6ff;
  display: inline-block;
  padding: 7px 20px;
  font-size: 18px;
  font-style: italic;
  text-align: left;
  line-height: 26px;
}

.timeline {
  padding: 0;
  list-style: none;
  display: block;
}

.timeline li {
  display: flex;
  text-align: left;
}

.timeline li.totals {
  background: #FFDBC1;
  padding-right: 4px;
  border-radius: 7px;
}

.rightfldtim {
  margin-left: 0px;
  width: calc(100% - 0px);
  padding: 2px 5px;
  position: relative;
}

.rightfldtim h3 {
  margin-top: 0;
  font-weight: 400;
  position: relative;
  font-size: 15px;
  color: #000000;
  line-height: 35px;
  margin-bottom: 0;
  padding-left: 30px;
}

.rightfldtim h3 img {
  max-width: 17px;
  position: absolute;
  left: 0;
  top: 8px;
}

.facultyfldtim {
  padding: 2px 5px;
  text-align: left;
  position: relative;
}

.facultyfldtim h3 {
  margin-top: 0;
  font-weight: 400;
  position: relative;
  font-size: 15px;
  color: #E85222;
  line-height: 35px;
  margin-bottom: 0;
}

.withd {
  max-width: 600px;
}

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

  body {
    font-size: 13px;
    line-height: 24px !important;
    letter-spacing: 0.3px;
  }

  .dropdown-menu {
    left: 0 !important;
  }

  .grap {
    margin: 0 auto;
    max-width: 100%;
  }

  section h2 {
    font-size: 21px;
  }

  img.hnd {
    position: relative;
    margin-top: -13px;
    margin-left: 15px;
    max-width: 100%;
  }

  .banner {
    height: inherit;

  }

  .banner .margin-30 {
    margin-top: 0px !important;
  }

  .banner::before {
    width: 19%;
    height: 26%;
  }

  .navbar-toggle .icon-bar {
    background-color: #000;
  }

  .navbar-inverse.header-region .navbar-toggle .icon-bar {
    background-color: #000;
  }

  .navbar-inverse.header-region .navbar-toggle:focus,
  .navbar-inverse.header-region .navbar-toggle:hover {
    background-color: transparent;
  }


  .banner h1 {
    font-size: 28px;
    line-height: inherit;
    margin-bottom: 20px;
  }

  .banner-text {
    margin-top: 0px;
  }

  .banner::after {
    width: 28%;
    height: 72%;
  }

  .banner h1::after {
    width: 16%;
    height: 21%;
    top: 27px;
    right: 16px;
  }

  #for-part .col-md-4:nth-child(1)~* {
    margin-top: 20px;
  }

  .thre-a-part {
    padding: 20px 15px 10px;
  }

  .thre-a-part h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .banner .butns .btn {
    padding: 10px 18px;
    font-size: 15px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .banner h2 {
    font-size: 14px;
    /* margin-bottom: 0; */
    margin: 0 !important;
  }

  h6 {
    margin-top: 0;
  }

  .quoto h3 {
    font-size: 17px;
    line-height: 26px;
  }

  .quoto h3 .fa {
    color: #d5d5d5;
    font-size: 30px;
    z-index: -9;
  }

  h4 {
    font-size: 17px;
  }

  .nhui {
    position: relative;
    clear: both;
    margin-top: 45px;
  }

  .ther {
    top: -15px;
    left: 15px;
  }

  .accordion-panel h4.panel-title {
    font-weight: 500;
    font-size: 14px;
  }

  p {
    margin: 0 0 10px;
    font-size: 13px;
  }

  .nhui::before {
    top: -12px;
    right: 7px;
    width: 305px;
    height: 385px;
  }

  .benefits {
    padding: 50px 0;
  }

  .journey-tabs .nav-tabs {
    padding: 15px 10px;
    text-align: center;
    width: 100%;
  }

  .butns .btn {
    margin-top: 15px;
    font-size: 10px;
    line-height: 12px;
    margin-right: 0px;
    padding: 8px 10px;
    width: 100%;
  }

  #expense h3 {
    color: #010b5a;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
  }

  #expense ul li span {
    min-width: 82px;
    display: block;
  }

  #expense ul li {
    font-size: 15px;
  }

  #expense ul li b {
    font-size: 15px;
  }

  .journey-tabs .nav-tabs li a {
    padding: 5px 5px 5px 5px !important;
    font-size: 10px;
  }

  .red-iconic {
    right: 0px
  }

  h6 {
    font-size: 10px;
    font-weight: 500;
    padding: 10px 0 0;
  }

  .clar {
    display: inherit;
  }

  .opportunities .journey-tabs .nav-tabs {
    padding: 15px 10px;
  }

  .col-md-5.worki {
    display: none;
  }

  .mk::before {
    content: inherit;
  }

  .opportunities .tab-content {
    float: inherit;
    width: 100%;
    margin-top: 20px;
  }

  .opportunities .table-responsive {
    margin-top: 15px;
  }

  .margin-50 {
    margin-top: 25px;
  }

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

  #study .col-md-4:nth-child(1)~* {
    margin-top: 30px;
  }

  .take h3 {
    color: #e85728;
    font-size: 18px;
    margin-top: 0;
  }

  .take p span {
    font-size: 13px;
  }

  .with-max {
    max-width: 100%;
    margin: 0 auto;
  }

  .guy {

    width: calc(0px + 320px);
    top: 4px;
    left: 50%;
    padding: 8px 10px;
  }

  .guy li {
    font-size: 10px;
  }

  .guy li span {
    color: #F15922;
    display: block;
    font-size: 14px;
  }

  #Research-Opportunities h6 {

    padding: 7px 15px;
    font-size: 15px;
    line-height: 26px;
  }

  .margin-100 {
    margin-top: 40px !important;
  }

  .rs-side::before {
    position: absolute;
    top: 27px;
    left: 51px;
    width: 100%;
    height: 270px;
    background: #e6f2ff;
    content: "";
    border-radius: 0px 160px 0px 0px;
    width: 80%;
  }


  .cost-living h6 {
    padding: 7px 20px;
    font-size: 16px;
  }

  .salr img {
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: inherit;
  }

  .accomd .col-md-4:nth-child(1)~* {
    margin-top: 30px;
  }

  .accom h4 {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
  }

  .takeways1 {
    border-radius: 20px;
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .takeways2 {
    border-radius: 20px;
    padding: 20px 15px;
  }

  .takeways3 {
    border-radius: 20px;
    padding: 20px 15px;
  }

  #grading .margin-30 {
    margin-top: 0px !important;
  }

  .ls-side-box img,
  .warp {
    display: none;
  }

  .ls-side-box {
    width: 100%;
    max-width: 100%;
  }

  .ls-side-box.rgt {
    position: inherit;
    top: inherit;
    right: inherit;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .l-mar {
    margin-left: 0px;
    margin-top: 20px;
  }

  .l-mar1 {
    margin-left: 0px;
    margin-top: 20px;
  }

  .rs-si {

    right: -5px;
    top: -13px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  .l-mar1 .rs-si {
    right: -5px;
    top: -13px;
  }

  .rs-side-box {

    margin-top: 20px;
  }

  .mentor-descrip h4 {
    color: #010b5a;
    font-size: 17px;
    margin-bottom: 10px;
  }

  .resrch {
    background: #f0f0f5;
    padding: 40px 15px 20px 15px;
    border-radius: 15px;
    position: relative;
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
  }

  .resrch h3 {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .resrch h3::before {
    width: 0;
    height: 0;
    border-left: 20px solid #ff390c;
    border-right: 19px solid transparent;
    border-top: 16px solid transparent;
    position: absolute;
    content: "";
    top: 0px;
    right: -38px;
    border-bottom: 16px solid transparent;
  }

  .rsrch .slick-next {
    right: 0 !important;
  }

  .rsrch .slick-prev {
    left: 0 !important;
  }

  .resrch img {
    max-width: 50%;
    margin: 0 auto;
  }

  .intakes .journey-tabs .nav-tabs {
    padding: 10px 10px 0;
  }

  img.ribbon {
    width: 22%;
    margin-right: 0;
  }

  .ribbon {
    top: 14px;
    right: 12px;
  }

  .early-action h4 {
    text-align: left;
    font-size: 20px;
    padding: 0 5px;
    line-height: 30px;
  }

  h5 {
    color: #8f8f8f;
    font-weight: 400;
    font-size: 19px;
    margin-top: 0;
  }

  .mentor-descrip {
    min-height: inherit;
  }

  .accordion-panel .panel .panel-body {
    padding: 15px 10px 15px;
  }


  element.style {}

  .accordion-panel .panel-default&gt;.panel-heading a {
    padding: 20px 20px 20px 10px;
  }

  .accordion-panel .panel-default&gt;.panel-heading a:after {
    right: 0px;
  }

  .hand {
    position: relative;
    margin-bottom: 20px;
  }

  .tel-code {
    height: 40px !important;
    width: 80px !important;
    padding-left: 35px !important;

  }

  .fall-intake {
    border-radius: 15px;
    padding: 20px 15px;
    margin-top: 20px;
  }

  .fall-intake h4 {
    margin-top: 25px;
    font-size: 19px;
  }

  .fall-intake h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .form-box {
    background: transparent;
    padding: 10px 10px;
    border-radius: 0px;
  }

  .box-btm {
    padding: 10px 8px;
    text-align: center;
  }

  .box-tp {
    padding: 10px 5px;
    margin-bottom: 30px;
  }

  .box-tp img {
    margin: 0 auto;
    max-height: 45px;
    min-height: 45px;
  }

  .banner .col-md-2:nth-child(3)~* {
    margin-top: 20px;
  }

  #app-time .container-fluid {
    padding: 0 15px !important;
  }

}

#app-time .container-fluid {
  padding: 0 50px;
}

.ps-timeline-sec {
  position: relative;
}

.ps-timeline-sec {
  position: relative;
}



@media screen and (max-width: 767px) {
  .ps-timeline-sec ol:before {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 0px !important;
    left: 21px !important;
  }

  .ps-timeline-sec ol:after {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 21px;
  }

  .ps-timeline-sec ol.ps-timeline {
    margin: 40px 0 !important;
    border-left: 2px solid #348e80;
    padding-left: 0 !important;
    padding-top: 70px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }

  .ps-timeline-sec ol.ps-timeline li {
    min-height: 220px;
    float: none !important;
    width: inherit !important;
  }

  .ps-timeline-sec ol.ps-timeline li:nth-child(2) .img-handler-bot img {
    width: 70px;
  }

  .ps-timeline-sec ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }

  .ps-timeline-sec ol.ps-timeline li:last-child .img-handler-bot {
    bottom: 40px !important;
    width: 40% !important;
    margin-left: 25px !important;
    margin-top: 0 !important;
  }

  .ps-timeline-sec ol.ps-timeline li:last-child .img-handler-bot img {
    width: 100%;
  }

  .ps-timeline-sec ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
    width: 50% !important;
  }

  .ps-timeline-sec ol.ps-timeline li span {
    left: 0 !important;
  }

  .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }

  .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }

  .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }

  .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }

  .ps-timeline-sec ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 150px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
    display: none;
  }

  .ps-timeline-sec ol.ps-timeline li .img-handler-top img {
    margin: 0 auto !important;
    width: 80% !important;
  }

  .ps-timeline-sec ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 115px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
    display: none;
  }

  .ps-timeline-sec ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }

  .ps-timeline-sec ol.ps-timeline li .ps-top {
    width: 90% !important;
    float: right !important;
    right: 0;
    top: -20px;
  }

  .ps-timeline-sec ol.ps-timeline li .ps-bot {
    width: 90% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }

  .ps-timeline-sec ol.ps-timeline li span {
    display: block !important;
  }

}




.ps-timeline-sec ol:before {
  background: #aeaeae;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: -5px;
}

.ps-timeline-sec ol:after {
  background: #aeaeae;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  right: 0px;
  top: -5px;
}

.ps-timeline-sec ol.ps-timeline {
  margin: 300px 0;
  padding: 0;
  border-top: 2px dashed #aeaeae;
  list-style: none;
}

.ps-timeline-sec ol.ps-timeline li {
  float: left;
  width: 20%;
  padding-top: 2px;
  position: relative;
  text-align: left;
}

.ps-timeline-sec ol.ps-timeline li span {
  width: 40px;
  height: 40px;
  margin-left: -22px;
  background: #fff;
  border: 4px solid #348e80;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 35px;
  color: #f15a22;
  font-size: 1.3em;
  font-weight: 600;
  position: absolute;
  top: -26px;
  left: 50%;
  display: none;
}

.ps-timeline-sec ol.ps-timeline li span.ps-sp-top:before {
  content: "";
  color: #348e80;
  width: 2px;
  height: 50px;
  background: #348e80;
  position: absolute;
  top: -50px;
  left: 50%;
}

.ps-timeline-sec ol.ps-timeline li span.ps-sp-top:after {
  content: "";
  color: #348e80;
  width: 8px;
  height: 8px;
  background: #348e80;
  position: absolute;
  bottom: 90px;
  left: 44%;
  border-radius: 100%;
}

.ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:before {
  content: "";
  color: #348e80;
  width: 2px;
  height: 50px;
  background: #348e80;
  position: absolute;
  bottom: -50px;
  left: 50%;
}

.ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:after {
  content: "";
  color: #348e80;
  width: 8px;
  height: 8px;
  background: #348e80;
  position: absolute;
  top: 90px;
  left: 44%;
  border-radius: 100%;
}

.ps-timeline-sec ol.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: -9px;
  width: 100%;
}

.ps-timeline-sec ol.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
  width: 43%;
}

.ps-timeline-sec ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: -15px;
  width: 100%;
}

.ps-timeline-sec ol.ps-timeline li .img-handler-bot img {
  display: table;
  margin: 0 auto;
  width: 43%;
}

.ps-timeline-sec ol.ps-timeline li p {
  width: 100%;
  margin: 0 auto;
  padding-left: 0px;
  font-size: 13px;
}

.ps-timeline-sec ol.ps-timeline li h3 {
  color: #f23932;
  font-size: 18px;
  margin-top: 0;
}

.ps-timeline-sec ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
}

.ps-timeline-sec ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 20px;
}


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

  .rs-side::before {
    position: absolute;
    top: 100%;
    left: 0;
    height: 20px;
     border-radius: 0;
    width: 100%;
}

.nhui::before {
  top: 0;
  right: 0;
  width: -webkit-fill-available;
}

}</pre></body></html>