/***** Default Start Here *****/
html {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Lato";
    font-weight: 400;
    font-size: var(--fs18);
    line-height: var(--lh24);
    color: var(--cod-grey);
    height: auto !important;
    overflow-x: hidden;
    background-color: var(--body-bg);
}

.row {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.inline-b {
    display: inline-block;
    vertical-align: middle;
}

input:focus,
select:focus,
button:focus,
a:focus {
    outline: none;
}

b a,
strong a {
    font-weight: 500;
}

.d-flex,
.right-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aligncenter {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.justfycenter {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.justfyend {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
}

.valign-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.uppercase {
    text-transform: uppercase;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1170px;
}

.full-width-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.right-reverse {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.fw300 {
    font-weight: 300;
}

.fwn {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fwbold {
    font-weight: 700;
}

.fwblack {
    font-weight: 800;
}

.atkinson-h {
    font-family: 'Atkinson Hyperlegible';
}

.white {
    color: var(--white);
}

.black {
    color: var(--black);
}

.smilered {
    color: var(--smilered);
}

.red {
    color: #FF0000;
}

.green {
    color: var(--green);
}

.cod-grey {
    color: var(--cod-grey);
}

.flamingo {
    color: var(--flamingo);
}

.revolver {
    color: var(--revolver);
}

.jungle-green {
    color: var(--jungle-green);;
}

.elm {
    color: var(--elm);
}

.jaffa {
    color: var(--jaffa);
}

.bg-white {
    background-color: var(--white);
}

.bg-black {
    background-color: var(--black);
}

.bg-smilered {
    background-color: var(--smilered);
}

.bg-red {
    background-color: #FF0000;
}

.bg-green {
    background-color: var(--green);
}

.bg-cod-grey {
    background-color: var(--cod-grey);
}

.bg-flamingo {
    background-color: var(--flamingo);
}

.bg-revolver {
    background-color: var(--revolver);
}

.bg-jungle-green {
    background-color: var(--jungle-green);;
}

.bg-elm {
    background-color: var(--elm);
}

.bg-jaffa {
    background-color: var(--jaffa);
}

.divider-v {
    width: 100%;
    height: 1px;
    background: rgba(151, 151, 151, 0.65);
    position: relative;
}

.divider-v::after,
.divider-v::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    width: 9px;
    height: 9px;
    background: rgba(151, 151, 151, 0.65);
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.divider-v:before {
    right: inherit;
    left: 100%;
}

.line-draw {
    position: absolute;
    left: auto;
    top: 0;
    right: 108%;
    text-align: right;
}

@media (max-width: 1900px) {
    .line-draw {
        right: 100%;
    }
}

@media (max-width: 1700px) {
    .line-draw {
        right: 100%;
    }
}

@media (max-width: 1350px) {
    .line-draw {
        right: 100%;
    }
}

@media (max-width: 767px) {
    .line-draw {
        right: 62%;
        top: -20px;
    }
}

@media (min-width: 1921px) {
    .line-draw {
        right: 110%;
    }
}

@media (min-width: 2000px) {
    .line-draw {
        right: 110%;
    }
}

@media (min-width: 2050px) {
    .line-draw {
        right: 105%;
    }
}

.line-draw.right-touch {
    right: auto;
    left: 113%;
    text-align: left;
    top: -100px;
}

@media (max-width: 1900px) {
    .line-draw.right-touch {
        left: 100%;
    }
}

@media (max-width: 1700px) {
    .line-draw.right-touch {
        left: 103%;
    }
}

@media (max-width: 1499px) {
    .line-draw.right-touch {
        left: 99%;
    }
}

@media (min-width: 1921px) {
    .line-draw.right-touch {
        left: 110%;
    }
}

@media (min-width: 2000px) {
    .line-draw.right-touch {
        left: 110%;
    }
}

@media (min-width: 2050px) {
    .line-draw.right-touch {
        left: 105%;
    }
}

.line-draw.left-inside-block {
    right: auto;
    left: -15%;
    z-index: -1;
    top: 14%;
    text-align: left;
}

.line-draw.right-inside-block {
    left: auto;
    right: -15%;
    z-index: -1;
    top: auto;
    bottom: 14%;
    text-align: right;
}

.line-draw.vertically-middle-line {
    left: 0%;
    right: 0;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.line-draw.vertically-middle-line.top-lines {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 25px;
}

@media (max-width: 767px) {
    .line-draw.vertically-middle-line img {
        max-width: 500px;
    }
}

@media (max-width: 991px) {
    .line-draw.style-two-desktop {
        right: inherit;
        left: 65%;
    }
}

@media (max-width: 991px) {
    .line-draw.style-two-mobile {
        right: inherit;
        left: 54%;
    }
}

@media (max-width: 767px) {
    .line-draw.style-two-mobile {
        right: inherit;
        left: 56%;
        top: -50px;
    }
}

@media (max-width: 767px) {
    .line-draw.style-three-mobile {
        right: inherit;
        top: -30px;
        left: -410px;
    }

    .line-draw.style-three-mobile img {
        max-width: 650px;
    }
}

@media (max-width: 767px) {
    .line-draw.style-three-mobile {
        left: -494px;
    }
}

.line-draw.top-style-two {
    top: -270px;
}

@media (max-width: 1199px) {
    .line-draw.top-style-two {
        top: -100px;
    }
}

.line-draw.left-style-3 {
    left: -165px;
    top: 140px;
}

.line-draw.left-style-4 {
    right: -180px;
    top: inherit;
    bottom: 100px;
}

.line-draw.left-style-5 {
    top: -270px;
}

@media (max-width: 1199px) {
    .line-draw.left-style-5 {
        top: -150px;
    }
}

.line-draw.left-style-6 {
    left: -65px;
    top: 40px;
}

@media (max-width: 1290px) {
    .line-draw.left-style-6 {
        left: 10px;
    }
}

@media (max-width: 991px) {
    .line-draw.left-style-6 {
        left: 168px;
    }
}

@media (max-width: 800px) {
    .line-draw.left-style-6 {
        left: 68px;
    }
}

@media (max-width: 767px) {
    .line-draw.left-style-6 {
        left: 0px;
    }
}

@media (max-width: 576px) {
    .line-draw.left-style-6 {
        left: -40px;
    }
}

.line-draw.left-style-7 {
    right: 88px;
    top: inherit;
    bottom: 80px;
}

@media (max-width: 1290px) {
    .line-draw.left-style-7 {
        right: 30px;
    }
}

@media (max-width: 1199px) {
    .line-draw.left-style-7 {
        right: 64px;
    }
}

@media (max-width: 1120px) {
    .line-draw.left-style-7 {
        right: 54px;
    }
}

@media (max-width: 1080px) {
    .line-draw.left-style-7 {
        right: 34px;
    }
}

@media (max-width: 1024px) {
    .line-draw.left-style-7 {
        right: 27px;
    }
}

@media (max-width: 991px) {
    .line-draw.left-style-7 {
        right: 175px;
    }
}

@media (max-width: 800px) {
    .line-draw.left-style-7 {
        right: 68px;
    }
}

@media (max-width: 767px) {
    .line-draw.left-style-7 {
        right: 0px;
    }
}

@media (max-width: 576px) {
    .line-draw.left-style-7 {
        right: -22px;
    }
}

.line-draw.left-style-8 {
    top: 200px;
}

.line-draw.left-style-9 {
    bottom: 0;
}

@media (max-width: 991px) {
    .line-draw.left-style-9 {
        right: 0%;
        top: 37%;
    }
}

@media (max-width: 767px) {
    .line-draw.left-style-9 {
        right: 66%;
    }
}

.line-draw.left-style-9 img {
    max-width: 1070px;
    width: 100%;
}

@media (max-width: 767px) {
    .line-draw.left-style-9 img {
        width: 951px;
    }
}

.line-draw.right-style-2 {
    top: 60px;
}

@media (min-width: 1351px) {
    .line-draw.right-style-3 {
        right: -155px;
        left: inherit;
    }
}

.line-draw.left-style-11 {
    top: 200px;
    right: 113%;
}

@media (max-width: 1699px) {
    .line-draw.left-style-11 {
        right: 100%;
    }
}

@media (max-width: 1199px) {
    .line-draw.left-style-11 {
        display: none !important;
    }
}

.line-draw.left-style-12 {
    left: -5%;
}

@media (max-width: 991px) {
    .line-draw.left-style-12 {
        left: 66px;
    }
}

.line-draw.left-style-13 {
    left: -75px;
    top: 40px;
}

.line-draw.left-style-14 {
    left: -7%;
    top: auto;
    bottom: 70px;
}

@media (max-width: 991px) {
    .line-draw.left-style-14 {
        left: 66px;
    }
}

.line-draw.left-style-15 {
    right: 88px;
    top: inherit;
    bottom: 40px;
}

@media (max-width: 1290px) {
    .line-draw.left-style-15 {
        right: 30px;
    }
}

@media (max-width: 1199px) {
    .line-draw.left-style-15 {
        right: 64px;
    }
}

@media (max-width: 1120px) {
    .line-draw.left-style-15 {
        right: 54px;
    }
}

@media (max-width: 1080px) {
    .line-draw.left-style-15 {
        right: 34px;
    }
}

@media (max-width: 1024px) {
    .line-draw.left-style-15 {
        right: 27px;
    }
}

@media (max-width: 991px) {
    .line-draw.left-style-15 {
        right: 175px;
        bottom: 20px;
    }
}

@media (max-width: 800px) {
    .line-draw.left-style-15 {
        right: 68px;
    }
}

@media (max-width: 767px) {
    .line-draw.left-style-15 {
        right: 0px;
    }
}

@media (max-width: 576px) {
    .line-draw.left-style-15 {
        right: -22px;
    }
}

.line-draw.left-style-16 {
    left: -165px;
    top: 40px;
}

.line-draw.left-style-17 {
    right: -180px;
    top: inherit;
    bottom: 120px;
}

.sub-top-head {
    display: block;
    color: var(--elm);
    margin-bottom: 20px;
    font-family: "Atkinson Hyperlegible";
    text-transform: uppercase;
    font-weight: 700;
    font-size: var(--fs11);
    letter-spacing: 1px;
    line-height: 12px;
}

.sub-top-head.fs14 {
    font-size: var(--fs14);
}

.z-1 {
    position: relative;
    z-index: 1;
}

sup {
    top: -1.3em;
}

sub,
sup {
    font-size: 36%;
}

.z-1-minus {
    z-index: -1;
}

.text-rotate-90 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sl_main .page-title {
    display: none;
}

.title-sub {
    font-size: var(--fs14);
    line-height: var(--lh24);
}

.straigherline-form .partner-colleges button {
    box-shadow: none;
    outline: none;
}
.mar-b20 {
    margin-bottom: 20px;
}
button {
    outline: none;
}

.border-cards .item-scholar-icon {
    position: absolute;
    max-width: 15px;
    right: 15px;
    top: 15px;
}
.border-cards .item-scholar-icon img {
    max-width: 12px;
}


/*degree path sidebar menu*/
.sidebar-menus ul {
  border-bottom: 1px solid rgba(151, 151, 151, 0.20);
  padding: 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.sidebar-menus ul li {
  padding: 0 10px 0 0px;
  border-right: 1px solid rgba(151, 151, 151, 0.25);
  margin-right: 10px;
  line-height: 10px;
  margin-bottom: 15px;
}
.sidebar-menus ul li a {
  font-size: 15px;
  display: inline-block;
  line-height: normal;
}
.sidebar-menus ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}
.sidebar-menus ul li.active a {
    font-weight: normal;
    color: var(--jungle-green);
    font-size: 15px;
    display: inline-block;
    line-height: normal;
}
/*end*/
.main-pay-div-slpayment {
    display: none;
}
.hidden-li-more {display: none;}
.login-set .hidden {
  display: none;
}

.category-view .note-msg {
    text-align: center;
    margin-bottom: 100px;
    font-weight: 700;
}

/***** Default CSS END Here *****/