html,body {
    height: 100%;
}

body {
    font-family: 'Inter', sans-serif;
    max-width: 100%;
    font-size: 16px;
    color: #555555;
    margin: 0;
    padding: 60px 0 0 0;
    line-height: 1.8em;
    background: #ffffff;
    overflow-x: hidden;
}

a {
    transition: all 0.3s ease 0s;
}

h1 {
    font-size: 35px;
    font-weight: 500;
}

h2 {
    font-size: 35px;
    font-weight: 500;
}

h5 {
    color: #F05455;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 100px;
}

h6 {
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.header {
    position: fixed;
    width: 100%;
    background: #EF5455;
    height: 60px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    z-index: 500;
    left: 0;
    top: 0;
}

.header a {
    text-decoration: none;
}

.header-menu a {
    color: #ffffff;
    margin-top: 2px;
    line-height: 54px;
    border-bottom: transparent 3px solid;
}

.header-menu a:hover, .header-menu a.active {
    border-bottom: #fff 3px solid;
}

.btn-login {
    background: #444894;
    color: #FFFFFF !important;
    padding: 7px 15px;
    border-radius: 25px;
    border: transparent 2px solid;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    min-width: 100px;
    text-align: center;
}

.btn-login:hover {
    color: #fff;
    opacity: 0.5;
}

.btn-signup {
    background: #FFFFFF;
    color: #EF5455;
    padding: 7px 15px;
    border-radius: 25px;
    border: #EF5455 2px solid;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    min-width: 100px;
    text-align: center;
}

.btn-signup:hover {
    color: #EF5455;
    opacity: 0.5;
}

.res-header {
    background: #EF5455;
    position: fixed;
    width: 100%;
    min-height: 60px;
    padding-bottom: 15px;
    display: none !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    z-index: 1000;
    left: 0;
    top: 0;
}

.res-header a {
    text-decoration: none;
}

.res-header .header-menu {
    margin-top: 20px;
    border-top: #FFFFFF 2px solid;
    display: none;
    width: 100%;
    height: 400px;
    max-height: 100%;
    overflow: scroll;
    padding-bottom: 60px;
}

.res-header .header-menu.active {
    display: block !important;
    transition: all 2s ease;
}

.res-header .header-side-menu {
    margin-top: 10px;
    padding: 10px 0 10px 0;
    border-top: #FFFFFF 2px solid;
    display: none;
}

.res-header .header-side-menu.active {
    display: block !important;
    transition: all 2s ease;
}

.res-header .header-side-menu a {
    color: #FFFFFF;
    margin: 0 10px 0 10px;
    border-bottom: transparent 2px solid;
}

.res-header .header-side-menu a:hover {
    border-bottom: #FFFFFF 2px solid;
}

.res-header .header-side-menu a:first-child {
    margin: 0 10px 0 0;
}

.res-header .header-menu a ul li {
    margin: 0;
    padding: 0;
}

.res-header .header-menu a ul li a {
    margin: 0;
    padding: 0;
}

.main-content {
    padding: 40px 0;
}

.main-content-img-area {
    position: relative;
}

a.btn-learn-more {
    text-decoration: none;
    color: #FFFFFF;
    background: #F05455;
    padding: 10px 20px;
    border-radius: 25px;
    border: transparent 2px solid;
    display: inline-block;
    min-width: 150px;
    text-align: center;
}

a.btn-learn-more:hover {
    border: #F05455 2px solid;
    color: #F05455;
    background: #FFFFFF;
}

.trusted-by-area {
    padding: 30px 0;
}

.trusted-img-area img {
    height: 70px;
    margin: 10px;
}

.main-content .why-glostudy-area {
    padding: 30px 0;
}

.card-area {
    color: #fff !important;
}

.card-area h3 {
    color: #fff !important;
}

.bottom-area img {
    border-radius: 5px;
    box-shadow: 0 2px 8px #ccc;
    max-width: 100%;
    width: 100%;
}

.bottom-area .orange-layer {
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    padding: 10px 20px;
    background: rgb(248, 149, 64 ,0.9);
    max-width: 100%;
    font-size: 0.85rem;
    line-height: 1.15rem;
    width: 90%;
}

.bottom-area .blue-layer {
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    padding: 10px 20px;
    background: rgb(68, 72, 148 ,0.9);
    width: 90%;
    font-size: 0.85rem;
    line-height: 1.15rem;
}

.footer {
    background: #F05455;
    padding: 20px 0;
}

.footer h6 {
    color: #fff;
    font-size: 19px;
    margin-top: 0;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer .footer-menu {
    border-bottom: #FFFFFF 2px solid;
    padding: 20px 0;
}

.footer ul {
    padding: 0;
}

.footer ul li {
    list-style: none;
    margin: 15px 0 15px 0;
}

.copy-right-area {
    background: #F05455;
    padding: 10px 0 40px 0;
    color: #FFFFFF;
}

.copy-right-area img {
    height: 20px;
    margin: 10px;
}

.chat-bot-area {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
    cursor: pointer;
}

.chat-bot-area .icon-question {
    position: absolute;
    bottom: 45px;
    right: -5px;
}

.screen-cap-box-left {
    position: relative;
    height: 500px;
}

.screen-cap-box-left img {
    position: absolute;
    right: 0;
    top: 0;
    width: 700px;
    max-height: 500px;
}

.screen-cap-box-right {
    position: relative;
    height: 500px;
}

.screen-cap-box-right img {
    position: absolute;
    left: 0;
    top: 0;
    width: 700px;
    max-height: 500px;
}

.screen-cap-area {
    width: 100%;
    overflow-x: hidden;
}

.screen-cap-area p {
    text-align: left !important;
}

.hb-text-box {
    width: 100%;
    height: 400px;
    background-size: cover;
    position: relative;
}

.hb-text-box-text {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    text-shadow: 0 3px 6px #666;
}

.hb-text-box-text.color-01 {
    background-color:rgba(248,149,64,0.83);
}

.hb-text-box-text.color-02 {
    background-color:rgba(17,70,60,0.83);
}

.hb-text-box-text.color-03 {
    background-color:rgba(68,72,148,0.83);
}

.slogan {
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    padding-bottom: 100px;
}

.slogan h1 {
    line-height: 50px;
}

.slogan-area {
    width: 100%;
    overflow-x: hidden;
}

.subpage-banner {
    background: #F05455;
    padding: 25px 0;
    text-align: left;
}

.subpage-banner.contact-us {
    background: #F05455;
    padding: 25px 0 450px 0;
    background-position: bottom left;
    background-size: 100%;
    background-repeat: no-repeat;
}

.subpage-banner .container {
    max-width: 95% !important;
}

.subpage-banner .subpage-banner-text {
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'Noto Sans Display', sans-serif;
    margin-top: 150px;
    padding-bottom: 25px;
}

.subpage-banner .subpage-banner-text h2 {
    font-size: 60px;
    color: #FFFFFF;
    text-shadow: 0px 5px 7px rgba(0,0,0,0.2);
    font-weight: bold;
    margin-bottom: 50px;
}

.subpage-content {
    width: 100%;
    overflow-y: hidden;
}

.subpage-content img {
    max-width: 100%;
}

.subpage-content.cs-area {
    margin-top: -400px;
    padding-top: 20px;
}

.about-us-img {
    max-width: 100%;
    border-radius: 100%;
    box-shadow: 3px 3px 20px #ddd;
}

.t-position{
    margin-bottom: 10px;
}


.t-name {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 32px;
}

.t-textarea {
    text-align: left;
}

.t-img-left {
    width: 100%;
    text-align: left;
}

.t-img-left img {
    border-radius: 100%;
    box-shadow: 3px 3px 20px #ddd;
}

.t-img-right img {
    border-radius: 100%;
    box-shadow: 3px 3px 20px #ddd;
    text-align: right;
}

.box-img-group.about-us img {
    width: 180px;
}

.box-img-group img {
    width: 100px;
}

.how-it-works {
    width: 100%;
    overflow-x: hidden;
}

.how-it-works h5 {
    margin-top: 0;
}

.how-it-works-line-bg {
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 18px;
}

.how-it-works-img {
    width: 100%;
    text-align: center;
}

.how-it-works-img img {
    width: 300px;
    max-width: 100%;
}

.aboutus-text-box h1 {
    margin-bottom: 35px;
}

.cs-box {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0 2px 8px #ccc;
    position: relative;
    background: #fff;
    padding: 0 15px 15px 15px;
    word-break: break-word;
}

.cs-box h5 {
    color: #555;
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.cs-icon-box {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 200px;
    box-shadow: 0 2px 8px #ccc;
    top: -50px;
    z-index: 100;
    margin: auto;
    background: #fff;
    text-align: center;
}

.cs-icon-box img {
    width: 80px;
    position: relative;
    z-index: 20;
    top: 25px;
}


.cs-icon-box .cs-icon-white-block {
    position: absolute;
    width: 110%;
    height: 100px;
    left: -5%;
    bottom: -10px;
    background: #fff;
}

.cs-box-text {
    position: relative;
    top: -50px;
    z-index: 150;
    white-space: pre-wrap;
}

.blog-area h4 {
    font-size: 25px;
    color: #555;
    margin: 0;
}

.blog-area a {
    color: #F05455;
    text-decoration: underline;
    display: inline-block;
}

.blog-area a:hover {
    opacity: 0.5;
}

.blog-box {
    box-shadow: 0 2px 8px #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 25px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border: solid 1px #ddd;
}

.blog-box:hover {
    border: solid 1px #EEA5A6;
}

.blog-box h5 {
    margin: 0 0 15px 0;
    color: #555;
    font-size: 17px;
    font-weight: bold;
}

a.tags {
    color: #555;
    text-decoration: none;
    border: solid 1px #555;
    border-radius: 20px;
    display: inline-block;
    margin: 0 3px 8px 0;
    padding: 3px 8px;
    font-size: 14px;
}

a.tags:hover {
    color: #F05455;
    border: solid 1px #F05455;
    opacity: 1;
}

.subscribe-bar {
    display: inline-block;
    background: #fff;
    box-shadow: 0 2px 8px #ccc;
    border-radius: 20px;
}

.subscribe-bar input[type="email"] {
    border: none;
    outline: none;
    margin-left: 15px;
    width: 100%;
}

.subscribe-bar input[type="submit"].btn-learn-more{
    text-decoration: none;
    color: #FFFFFF;
    background: #F05455;
    padding: 10px 20px;
    border-radius: 25px;
    border: transparent 2px solid;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.subscribe-bar input[type="submit"].btn-learn-more:hover{
    border: #F05455 2px solid;
    color: #F05455;
    background: #FFFFFF;
}

.blog-search-bar {
    background: #fff;
    border-radius: 25px;
    padding: 10px 0;
}

.blog-search-bar input[type="text"] {
    border: none;
    outline: none;
    margin-left: 15px;
    width: 100%;
}

.blog-search-bar input[type="submit"] {
    width: 60px;
    height: 30px;
    border: none;
    outline: none;
    background: url("../images/search_icon.png") center center no-repeat;
    background-size: 20px 20px;
    text-indent: -9999px;
    cursor: pointer;
}

.pagination .page-item a {
    color: #F05455;
}

.pagination .page-item.active a {
    background: #F05455 !important;
    border-color: #F05455 !important;
}

.pagination ul {
    margin-bottom: 0 !important;
}

.header-dropdown a {
    outline: none;
}

.dropbtn {
    height: 54px;
    line-height: 54px;
    border: none;
    outline: none !important;
    background: none;
    color: #fff;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    overflow: hidden;
}

.dropdown-content a {
    color: #555;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    border: none;
    margin: 0;
}

.dropdown-content a:hover {
    background-color: #ddd;
    border: none;
    margin: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.login-area {
    margin-top: 0;
    margin-bottom: -50px;
    width: 100%;
}

.login-left {
    min-height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-box {
    width: 100%;
    box-shadow: 3px 3px 9px #ccc;
}

.login-box label {
    width: 100%;
}

.login-input-bar {
    background: #fff;
    box-shadow: 3px 3px 9px #ccc;
}

.login-input-bar input {
    border: none;
    outline: none;
    padding: 15px 5px;
    font-size: 13px;
}

input::placeholder {
    color: #aaa;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #aaa;
}

input::-ms-input-placeholder {
    color: #aaa;
}


.login-box input[type="submit"] {
    width: 100%;
    background: #F05455;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease 0s;
}

.login-box input[type="submit"]:hover {
    opacity: 0.5;
}

.login-box-text {
    position: relative;
    font-size: 12px;
}

.login-box-text-line {
    width: 100%;
    height: 2px;
    background: #ccc;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 30%;
}

.login-box-text-mask {
    width: auto;
    position: relative;
    z-index: 20;
    background: #fff;
    padding: 10px;
    display: inline-block;
}

.login-or {
    font-size: 15px;
    font-weight: bold;
}

.login-with-btn img {
    box-shadow: 3px 3px 9px #ccc;
    width: 180px;
    max-width: 100%;
}

.spacing-bar {
    width: 100%;
    height: 80px;
    display: block;
}

.dashboard-area {
    width: 100%;
    overflow-x: hidden;
}

.dashboard-left {
    background: #F05455;
    width: 20%;
    height: 100%;
    padding: 20px 0;
    transition: all 0.3s ease 0s;
    margin-left: 0;
    position: fixed;
    left: 0;
    top: 0;

    overflow-y: auto;
    overflow-x: hidden;
}

.dashboard-left.active {
    margin-left: -20%;
}

.dashboard-left img {
    max-width: 100%;
}

.dashboard-left .left-menu {
    margin-top: 25px;
    width: 100%;
}

.dashboard-left .left-menu a {
    width: 100%;
    color: #fff;
    padding: 17px 0 17px 50px;
    margin: 0;
    display: block;
    text-decoration: none;
    font-size: 15px;
    border-left: solid 4px #F05455;
}

.dashboard-left .left-menu a:hover, .dashboard-left .left-menu a.active {
    border-left: solid 4px #fff;
    background-color: #D33D3E !important;
}

.dashboard-left .left-menu a.d-icon-01 {
    background: url("../images/dashboard_icon01.png") 15px no-repeat;
    background-size: 25px auto;
}

.dashboard-left .left-menu a.d-icon-02 {
    background: url("../images/dashboard_icon02.png") 15px no-repeat;
    background-size: 25px auto;
}

.dashboard-left .left-menu a.d-icon-03 {
    background: url("../images/dashboard_icon03.png") 15px no-repeat;
    background-size: 25px auto;
}

.dashboard-left .left-menu a.d-icon-04 {
    background: url("../images/dashboard_icon04.png") 15px no-repeat;
    background-size: 25px auto;
}

.dashboard-left .left-menu a.d-icon-05 {
    background: url("../images/dashboard_icon05.png") 15px no-repeat;
    background-size: 25px auto;
}

.dashboard-left .left-menu a.d-icon-06 {
    background: url("../images/dashboard_icon06.png") 15px no-repeat;
    background-size: 25px auto;
}

.dashboard-left .left-menu a.d-icon-07 {
    background: url("../images/dashboard_icon07.png") 15px no-repeat;
    background-size: 25px auto;
}

.dashboard-right {
    width: 80%;
    height: 100%;
    display: inline-block;
    background: #F2F2F2;
    transition: all 0.3s ease 0s;
    position: fixed;
    right: 0;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.dashboard-right.active {
    width: 100%;
}

.dashboard-right-main-area {
    color: #374557;
}

.dashboard-right-main-area p {
    color: #555;
    font-size: 15px;
}

.dashboard-right h3 {
    font-size: 19px !important;
}

.dashboard-top-bar {
    background: #fff;
}

.dashboard-top-bar-title {
    font-size: 19px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    left: 0;
    top: -13px;
}

.d-left-menu-show-hide {
    width: 34px;
    height: 28px;
    display: inline-block;
    margin-top: 14px;
    background: url("../images/dashboard_menu_icon.png") no-repeat;
    background-size: auto 16px;
}

.d-left-menu-show-hide.active {
    background: url("../images/dashboard_menu_icon_1.png") no-repeat;
    background-size: auto 16px;
}

.dashboard_menu_small_icon {
    display: none;
    cursor: pointer;
}

.d-pulldown {
    display: inline-block;
    position: relative;
    font-size: 13px;
    background: url("../images/lang_dropdown.png") right no-repeat;
    background-size: 10px;
    padding: 5px 18px 5px 28px;
    position: relative;
}

.d-pulldown::after {
    position: absolute;
    content: '';
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("../images/lang_icon01.png") no-repeat;
    background-size: 20px auto;
}

.d-pulldown.style-02 {
    background: none;
    padding: 0;
}

.d-pulldown.style-02::after {
    background: none;
}

.d-pulldown .d-pulldown-area {
    width: 120px;
    display: none;
    position: absolute;
    z-index: 500;
    right: 0;
    top: 25px;
    background: #fff;
    padding: 10px 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    text-align: left;
    cursor: pointer;
    color: #374557;
    border-radius: 5px;
}

.d-pulldown.style-02 .d-pulldown-area {
    top: 35px;
}

.d-pulldown:hover .d-pulldown-area {
    display: block;
}

.d-pulldown-area a.d-link {
    display: block;
    color: #F05455;
    text-decoration: none;
    margin: 10px 0;
}

img.profile-img-border-radius {
    border-radius: 5px;
}

.orange-color {
    color: #F05455;
}

.notifi-box {
    background: #fff;
    padding: 15px 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    border-left: solid 5px #fff;
    margin-top: 1rem !important;
}

.notifi-box.notifi-type1 {
    border-left: solid 5px #444894;
}

.notifi-box.notifi-type2 {
    border-left: solid 5px #F05455;
}

.notifi-type-box {
    width: 40px;
    height: 40px;
    background: #ccc;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}

.notifi-box.notifi-type1 .notifi-type-box {
    background: #444894;
}

.notifi-box.notifi-type2 .notifi-type-box {
    background: #F05455;
}

.notifi-box h4 {
    margin: 0;
    font-size: 19px;
}

.notifi-box p {
    margin: 25px 0 0 0;
}

a.see-all {
    color: #555;
    font-size: 12px;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}

a.see-all:hover {
    opacity: 0.5;
}

.homepage-banner {
    width: 100%;
    height: 700px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.homepage-banner .homepage-banner-text {
    position: absolute;
    bottom: 50px;
    left: 70px;
    font-size: 60px;
    color: #FFFFFF;
    text-shadow: 0 5px 7px #363636;
    font-weight: 500;
    z-index: 20;
    line-height: normal;
}

.rotate {
    color: #E55E5D;
}

.application-box {
    background: #fff;
    text-align: center;
    padding: 25px 15px;
    border-radius: 5px;
}

.application-box img {
    max-width: 100%;
    width: 110px;
    margin-bottom: 25px;
}

.application-box h4 {
    font-size: 15px;
    margin-bottom: 25px;
}

.application-box a.btn {
    text-align: center;
    max-width: 100%;
    background: #F05455;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 13px;
    transition: all 0.3s ease 0s;
}

.application-box a.btn:hover {
    opacity: 0.5;
}

.application-box a.btn-learn-more {

}

.your-progress-box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 15px 20px;
    border-left: solid 5px #F05455;
}

.your-progress-box img {
    max-width: 100%;
    width: 60px;
}

.your-progress-box h4 {
    margin: 0 0 5px 0;
    color: #F05455;
    font-size: 19px;
}

.your-progress-box h5 {
    margin: 0 0 15px 0;
    color: #374557;
    font-size: 19px;
}

.your-progress-box p {
    margin: 0;
    font-size: 15px;
}

.faq-box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 15px 20px;
    color: #374557;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.faq-box:hover {
    opacity: 0.5;
}

.faq-box img {
    max-width: 100%;
    width: 8px;
}

.faq-box h3 {
    margin-bottom: 25px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: solid 1px #dfdfdf;
}

.click-disable {
    cursor: default;
}

.click-disable:hover {
    opacity: 1;
}

.profile-left {
    color: #374557;
}

.profile-left ul {
    padding: 0;
}

.profile-left ul li {
    list-style: none;
    position: relative;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 26px auto;
}

.profile-left ul li a {
    width: 100%;
    display: block;
    padding: 15px 25px 15px 25px;
    position: relative;
    color: #374557;
    text-decoration: none;
}

.profile-left ul li a:hover {
    opacity: 0.5;
}

.profile-left ul li a:before {
    width: 10px;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    background: #E1E1E1;
}

.profile-left ul li.active:before {
    width: 10px;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    background: #F05455;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.profile-left ul li:first-child.active:before {
    border-radius: 5px 5px 0 0;
}

.profile-left ul li:last-child.active:before {
    border-radius: 0 0 5px 5px;
}

.profile-left ul li.active a {
    color: #F05455;
}

.profile-left ul li:first-child a:before {
    border-radius: 5px 5px 0 0;
}

.profile-left ul li:last-child a:before {
    border-radius: 0 0 5px 5px;
}

.profile-right {
    color: #374557;
}

.profile-right .red-star {
    color: #F05455;
    font-size: 14px;
    vertical-align: text-top;
}

.profile-right h3 {
    font-size: 19px;
    margin: 0 0 10px 0;
}

.profile-right input[type="text"],
.profile-right input[type="email"],
.profile-right input[type="tel"],
.profile-right select,
.profile-left select {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #ccc;
    outline: none;
    resize: none;
    padding: 5px 10px;
    height: 40px;
}

.profile-right input[type='radio'] {
    margin-right: 5px;
    margin-left: 2px;
    width: 10px;
    height: 10px;
}

.profile-right input[type='radio']:after {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    top: -3px;
    left: -2px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #ccc;
}

.profile-right input[type='radio']:checked:after {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    top: -3px;
    left: -2px;
    position: relative;
    background-color: #F05455;
    content: '';
    display: inline-block;
    visibility: visible;
    border: solid 3px #fff;
    outline: solid 1px #F05455;
}

.profile-right input[type="submit"] {
    text-decoration: none;
    color: #FFFFFF;
    background: #F05455;
    padding: 10px 20px;
    border-radius: 25px;
    border: transparent 2px solid;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.profile-right input[type="submit"]:hover {
    border: #F05455 2px solid;
    color: #F05455;
    background: #FFFFFF;
}

.profile-right input:disabled {
    background: #ccc;
}

.profile-right input[type='checkbox'] {
    margin-right: 3px;
    border-radius: 2px !important;
}

.profile-right input[type='checkbox']:after {
    width: 16px;
    height: 16px;
    border-radius: 2px !important;
    top: -2px;
    left: 0;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-top: 2px;
}

.profile-right input[type='checkbox']:checked:after {
    width: 16px;
    height: 16px;
    border-radius: 2px !important;
    top: -2px;
    left: 0;
    position: relative;
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: 1px 1px;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #ccc;
    background-image: url("../images/check_mark_icon.png");
    border-radius: 0;
}

.profile-right textarea {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #ccc;
    outline: none;
    resize: none;
    padding: 10px 10px;
    height: 200px;
    resize: none;
}

.select-line {
    margin-top: 25px;
    width: 100%;
    height: 1px;
    border-bottom: dashed 2px #F05455;
}

.red-text {
    color: #F05455;
}

.red-text-bold {
    font-weight: bold;
    color: #F05455;
}

.text-underline {
    text-decoration: underline;
    margin-top: 25px;
}

.div-table {
    color: #374557;
}

.d-table-title {
    font-weight: bold;
}

.div-table-top-line {
    background: #555;
    width: 100%;
    height: 3px;
}

.div-table .row {
    margin: 0;
    padding: 20px 0;
}

.div-table .row a {
    color: #F05455;
    text-decoration: underline;
}

.div-table-row .row:nth-child(odd) {
    background: #e3e3e3;
}

.div-table-row .row:nth-child(even) {
    background: #d9d9d9;
}

.div-table-row img.u-img {
    max-width: 100%;
    background: #fff;
    padding: 5px;
}

.div-table .row .re-show {
    font-weight: bold;
}

.acc-setting-area a {
    color: #F05455;
    text-decoration: underline;
}

.acc-setting-area a.btn-link {
    text-decoration: none;
    color: #FFFFFF;
    background: #F05455;
    padding: 5px 10px;
    border-radius: 5px;
    border: transparent 2px solid;
    display: inline-block;
    min-width: 100px;
    text-align: center;
    text-decoration: none;
}

.acc-setting-area a.btn-link:hover, .acc-setting-area a.btn-link.active {
    border: #F05455 2px solid;
    color: #F05455;
    background: #FFFFFF;
}

.setting-box {
    background: #fff;
    padding: 15px 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    margin-top: 1rem !important;
}

.q-pop-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.65;
    z-index: 50;
    display: none;
}

.q-pop-up {
    position: absolute;
    left: 15%;
    top: 5%;
    width: 70%;
    height: 90%;
    background: #F2F2F2;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}

.q-pop-up.small {
    left: 30%;
    top: 20%;
    width: 40%;
    height: 60%;
}

.q-pop-up-top-bar {
    background: #fff;
    border-bottom: solid 2px #E1E1E1;
}

.q-pop-up-top-bar h3 {
    margin: 0;
}

.q-pop-up-top-bar img {
    width: 150px;
}

.q-pop-up a.step-btn {
    text-decoration: none;
    color: #FFFFFF;
    background: #F05455;
    padding: 10px 20px;
    border-radius: 25px;
    border: transparent 2px solid;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.q-pop-up a.step-btn:hover {
    border: #F05455 2px solid;
    color: #F05455;
    background: #FFFFFF;
}

.q-pop-up.small a.step-btn {
    min-width: 200px;
    margin-top: 15px;
}

.q-pop-up .profile-left {
    padding: 25px 0;
}

.q-pop-up .profile-left ul li a {
    cursor: default;
}

.q-pop-up .profile-left ul li a:hover {
    opacity: 1;
}

.q-pop-up .profile-right {
    border-left: solid 5px #E1E1E1;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}

/* width */
.q-pop-up::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.q-pop-up::-webkit-scrollbar-track {
    background: #ccc;
}

/* Handle */
.q-pop-up::-webkit-scrollbar-thumb {
    background: #F05455;
}

.skip-first-login {
    color: #F05455;
    text-decoration: underline;
}

.skip-first-login:hover {
    color: #F05455;
}

.Quest1, .Quest2, .Quest3, .Quest4, .Quest5, .Quest6, .Quest7 {
    display: none;
}

.q-show {
    display: block;
}

.schools-n-programs-search-bar {
    background: #fff;
    border-radius: 25px;
    padding: 10px 0;
}

.schools-n-programs-search-bar input[type="text"] {
    border: none;
    outline: none;
    margin-left: 15px;
    width: 100%;
}

.schools-n-programs-search-bar input[type="submit"] {
    width: 60px;
    height: 30px;
    border: none;
    outline: none;
    background: url("../images/search_icon.png") center center no-repeat;
    background-size: 20px 20px;
    text-indent: -9999px;
    cursor: pointer;
}

.schools-n-programs select {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #ccc;
    outline: none;
    resize: none;
    padding: 5px 10px;
    height: 40px;
}

.snp-box {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0 2px 8px #ccc;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    color: #555;
}

.snp-box:hover {
    opacity: 0.75;
}

.snp-box-img {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.snp-box h4 {
    font-size: 15px;
    color: #555;
    margin: 0 0 20px 0;
}

.snp-box h5 {
    font-size: 17px;
    color: #374557;
    margin: 0 0 20px 0;
    min-height: 100px;
    font-weight: bold;
}

.snp-price {
    background: url("../images/price_icon.png") 0 center no-repeat;
    background-size: 20px auto;
    padding: 5px 0 5px 25px;
    margin: 5px 0;
}

.snp-year {
    background: url("../images/year_icon.png") -2px center no-repeat;
    background-size: 20px auto;
    padding: 5px 0 5px 25px;
    margin: 5px 0;
}

.schools-banner {
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.schools-n-programs-details h3 {
    margin: 25px 0 0 0;
    color: #F05455;
    font-size: 17px;
    font-weight: bold;
}

.schools-n-programs-details h4 {
    margin: 10px 0 0 0;
    color: #F05455;
    font-size: 15px;
}

.schools-n-programs-details ul {
    margin: 10px 0;
}

.schools-n-programs-details a {
    color: #F05455;
    text-decoration: underline;
}

.schools-n-programs-details a.btn {
    text-decoration: none;
    color: #FFFFFF;
    background: #F05455;
    padding: 10px 20px;
    border-radius: 25px;
    border: transparent 2px solid;
    display: inline-block;
    min-width: 150px;
    text-align: center;
}

.schools-n-programs-details a.btn:hover {
    border: #F05455 2px solid;
    color: #F05455;
    background: #FFFFFF;
}

.perfect-for-you {
    border-top: solid 1px #F05455;
    margin-top: 15px;
}

.perfect-for-you h3 {
    color: #555;
    font-weight: bold;
}

#school-part1, #school-part2, #school-part3, #school-part4 {
    margin: 50px 0 25px 0;
    padding: 25px 0 0 0;
}

a.school-btn {
    text-decoration: none;
    color: #F05455;
    background: #fff;
    padding: 15px 10px;
    border-radius: 3px;
    border: transparent 2px solid;
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    font-weight: bold;
}

a.school-btn:hover, a.school-btn.active {
    border: #F05455 2px solid;
    color: #fff;
    background: #F05455;
}

.school-right-box img {
    max-width: 100%;
}

.school-right-box .school-img {
    max-width: 120px;
}

.school-right-box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 8px #ccc;
    margin-bottom: 25px;
}

.school-right-box.mtop {
    margin-top: -75px;
}

.school-right-box h3 {
    font-size: 15px !important;
    color: #555;
    font-weight: 400;
    margin: 15px 0 !important;
}

.school-right-box h4 {
    font-size: 17px;
    color: #374557;
    font-weight: bold;
    margin: 15px 0;
}

.school-right-box h5 {
    margin: 0;
    font-size: 17px;
    font-weight: bold;
}

.school-right-box h6 {
    margin: 20px 0 0 0;
    font-size: 15px;
    font-weight: bold;
}

.school-right-box p {
    margin: 3px 0 0 0;
}

.no-margin {
    margin: 0 !important;
}

.supporting-document-area a {
    color: #F05455;
    text-decoration: underline;
}

.supporting-document-area a.remove-btn {
    color: #374557;
    text-decoration: underline;
}

a.upload-documents {
    text-decoration: none;
    color: #FFFFFF;
    background: #F05455;
    padding: 8px 15px;
    border-radius: 5px;
    border: transparent 2px solid;
    display: inline-block;
    min-width: 150px;
    text-align: center;
}

a.upload-documents:hover {
    border: #F05455 2px solid;
    color: #F05455;
    background: #FFFFFF;
}

.red-line-box {
    border: #F05455 1px solid;
    padding: 25px;
    border-radius: 5px;
}

.red-line-box a {
    color: #F05455;
    text-decoration: underline;
}

.red-line-box a.btn-learn-more {
    color: #fff;
    text-decoration: none;
}

.red-line-box a.btn-learn-more:hover {
    color: #F05455;
}

.red-line-box-line {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #F05455;
}
.google {
    width: 100%;
    height: 60px;
    background-image: url("../images/login_with_google.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 50px;
    box-shadow: 3px 3px 6px #ccc;
}
.fb {
    width: 100%;
    height: 60px;
    background-image: url("../images/login_with_facebook.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 50px;
    box-shadow: 3px 3px 6px #ccc;
}
.student-reason-box {
    box-shadow: 3px 3px 9px #e4e4e4;
    min-height: 250px;
}


.student-reason-box h4 {
    min-height: 75px;
}

.for-student-area-content{
    text-align: justify; !important;
}

.blog-box-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 230px;
}
