body,html  {
    font-family: 'Poppins', sans-serif;
    color: #37322b;
}
:root {
    --dark-grey: #999;
}
.theme__csbar {
    background-color: #333;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.theme__csbar .navbar-brand {
    position: absolute;
    top: 0;
    padding-top: 0;
    margin: 0;
}
.theme__csbar .nav-item .nav-link {
    font-weight: 500;
    color: var(--dark-grey);
    transition: all 0.3s;
    font-size: 13px;
}
.theme__csbar .nav-item .nav-link:hover {
    color: #fff
}
.topbar--search {
    padding: 4 10px;
    background: #444;
    color: #fff;
    border: 0;
    outline: none;
    border-radius: 0;
    font-size: 13px;
}
.topbar--search::placeholder {
    color: #fff;
}
.topbar--search:focus {
    background: #444;
    color: #fff;
    box-shadow: none;
}
.accounting__clubs__cards {
    padding: 1rem;
    padding-bottom: .5rem;
}
.accounting__clubs__cards:hover {
    background-color: #f5f5f5;
}
.navbar-toggler {
    background: #fff;
    padding: 0.25rem 0.5rem;
    width: 40px;
    height: 32px;
    outline: none !important;
    box-shadow: none !important;
}
.navbar-toggler-icon {
    width: 1.25rem;
}
.accounting__clubs__grids {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2,1fr);
    padding-top: 3rem;
}
.accounting__clubs__cards h4, .accounting__clubs__cards h4 a {
    color: #333;
    text-decoration: none;
    line-height: 1.4;
    margin: 0;
}
.accounting__clubs__cards h4 a {
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    font-weight: 400;
}
.accounting__clubs__cards h4 {
    min-height: 38px;
}
.accounting__clubs__cards p {
    color: #337ab7;
    font-size: 12px;
    line-height: normal;
    margin: 0;
}
.accounting__clubs__cards p a {
    color: #337ab7;
    font-size: 12px;
    text-decoration: none;
}
.query--btn {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    background-color: #fa394a;
    border-radius: 3px 3px 3px 3px;
    padding: 13px 15px ;
    display: inline-block;
    text-decoration: none;
    border: 0;
    line-height: normal;
}
.query--btn:hover {
    background-color: #333;
    color: #fff;
}
.theme__csbar .navbar-brand img {
    max-width: 100%;
}
.bg--image {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-repeat: no-repeat;
    background-position: left;
    background-attachment: inherit;
    background-color: #222;
    background-size: calc(50% - 95px) 100%;
    background-size: -webkit-calc(50% - 95px) 100%;
}
.footer--heading {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.15;
    color: #fff;
}
.footer--title {
    color: #999;
    font-size: 14px;
    line-height: normal;
}
.footer--info--links h4 {
    margin-bottom: 1.25rem;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
}
.footer--info--links ul {
    list-style-type: none;
    padding-left: 0rem;
    margin: 0;
}
.footer--info--links ul li {
    position: relative;
    margin: 0;
    line-height: normal;
    color: #999;
    font-size: .9rem;
}
.footer--info--links ul li + li {
    margin-top: .75rem;
}
.footer--info--links ul li a {
    display: inline-block;
    font-size: .9rem;
    color: #999;
    margin: 0;
    text-decoration: none;
}
.footer--info--links ul li a:hover {
    color: #fff;
}
.newletter__input {
    background: #323232;
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    border-radius: 3px;
    border: 0;
    outline: none;
    line-height: normal;
    padding: .5rem 1rem;
    padding-top: .6rem;
}
.papper--btn {
    position: absolute;
    top: 0px;
    right: 7px;
    z-index: 1;
    padding: .75rem 1rem;
    border: 0;
    background: transparent;
    text-decoration: none;
    outline: none;
    color: #555;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.social--shares {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.social--shares a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    --size: 30px;
    width: var(--size); 
    height: var(--size); 
    line-height: var(--size); 
    background-color: #fff;
    border-radius: 3px;
    margin-right: 5px;
    text-align: center;
}
.social--shares a .fa {
    font-size: 12px;
}
.social--shares a.sc-fb {
    background-color: #3b5998;
}
.social--shares a.sc-twit {
    background-color: #1da1f2;
}
.social--shares a.sc-lnkd {
    background-color: #0077b5;
}
.social--shares a.sc-inst {
    background-color: #F54F51;
}
.social--shares a.sc-ytb {
    background-color: #cd201f;
}
.social--shares a:hover {
    opacity: .9;
}
.fooer__text {
    background: #111;
    padding: 2rem 0;
}
.fooer__text p {
    color: #fff;
    font-size: .875rem;
    line-height: 1.8;
    font-weight: 400;
    margin: 0;
}
.fooer__text p a {
    color: #999;
    text-decoration: none;
    display: inline-block;
}
.fooer__text p a:hover {
    color: #fff;
    text-decoration: underline;
}
.headerimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 2.5rem 0rem;
}
.form--community {
    color: rgb(37, 61, 95);
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.home_slider_contact_form {
    background-color: #253D5F;
    padding: 30px;
    margin: auto;
    max-width: 450px;
}
.btn--submit {
    display: inline-block !important;
    background-color: #fa394a !important;
    text-transform: uppercase !important;
    border-radius: 3px !important;
    padding: 12px 15px !important;
    text-align: center !important;
    border: 0 !important;
    width: 90px !important;
    font-weight: 600;
}
.btn--submit:hover {
    background-color: #333 !important;
}
.homepage__form + .homepage__form {
    margin-top: 1rem;
}
.homepage__form input:not(button), .homepage__form select {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    font-size: 12px;
    padding: 13px 9px 12px 9px;
    border-radius: 0;
    width: 100%;
}
.homepage__form input:not(button)::placeholder {
    color: #fff;
}
.homepage__form input:not(button):focus, .homepage__form select:focus {
    box-shadow: none;
}
.homepage__form select {
    color: #333 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23f43a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.homepage__form select {
    color: #fff !important;
} 
.homepage__form select option {
    color: black !important;
}
.homepage__form select option[default] {
    display: none !important;
}
.choose--account--text, [aria-label="Our-articles"] h4 {
    color: RGB(37, 61, 95);
    font-size: 32px;
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.choose--textpara, [aria-label="Our-articles"] .col-md-4  p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #666;
    font-weight: 400;
}
.slider__thumb__left__top {
    position: relative;
}
.autoplay {
    display: none;
    padding-top: 4rem;
}
.autoplay.slick-initialized {
    display: block;
} 
.gb--box h4 a {
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    font-size: 1.1rem;
    display: inline-block;
    margin-top: 1.1rem;
}
.gb--box p {
    color: #999;
    font-size: 13px;
    line-height: 1.7;
}
.gb--box a.img img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.gb--box a.img {
    display: inline-block;
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.slider-prev {
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 30px;
    cursor: pointer;
    font-size: 1rem;
}
.slider-next {
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
    font-size: 1rem;
}
.slick-dots button {
    font-size: 0;
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 3px;
    border: 0;
    display: inline-block;
    padding: 0;
}
.slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.slick-dots li.slick-active button {
    height: 11px;
}
.learning__section {
    background-color: #253D5F;
    position: relative;
}
.bgimg-solid {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 380px;
}
.bg--red {
    background: #fa394abf;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 15px;
}
.btn--pop {
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 50%;
    height: 52px;
    width: 52px;
    line-height: 50px;
    color: rgba(255,255,255,0.4);
    display: inline-block;
    font-size: 17px;
    background: transparent;
    transition: .3s ease;
    outline: none;
}
.btn--pop .fa {
    line-height: 52px;
}
.learning--text h4 {
    color: #fff;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: .3s ease;
}
.learning--text p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    transition: .3s ease;
    margin: 0;
}
.bgimg-solid:hover .learning--text p ,.bgimg-solid:hover .btn--pop{
    color: #fff;
}
.modal--theme .btn-close {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #fff;
    opacity: 1;
    z-index: 1;
}
.modal--theme .modal-body {
    padding: 0;
    position: relative;
}
.modal--theme .modal-body::before {
    padding-top: 56.25%;
    display: block;
    content: "";
}
.modal--theme .modal-body iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.short--articles {
    color: #333333;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
}
.mc4wp-form-fields input[type="email"] {
    border: 1px solid #fff;
    background: transparent;
    padding: 9px 15px;
    padding-right: 50px;
    font-weight: 500;
    outline: none;
    color: #fff !important;
}
.mc4wp-form-fields input[type="email"]:focus {
    border-color: #fff !important;
}
.mc4wp-form-fields button[type="submit"] {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 45px;
    border: 0;
    background: #fff !important;
    color: #fa394a !important;
    outline: none !important;
}
footer .mc4wp-form-fields input[type="email"] {
    font-size: 13px !important;
    font-weight: 400;
    border: 0px;
    background: #2a2a2a;
    border-radius: 5px;
}
footer .mc4wp-form-fields input[type="email"]::placeholder {
    opacity: .3;
    font-weight: 400;
}
.widget_twitter {
    padding-top: 2rem;
}
footer .mc4wp-form-fields button[type="submit"] {
    background: transparent !important;
    color: #fff !important;
    opacity: .3;
}
.widget_twitter .widget-title {
    color: #fff;
}
.widget_twitter .widget-title .fa {
    position: absolute;
    bottom: -20px;
    right: 20px;
    opacity: .5;
}
.tweet--feed .px-4 {
    position: relative;
}

.mc4wp-form-fields {
    position: relative;
}
.row--grid {
    display: grid;
    grid-gap: 1.5rem;
}
.article__grid {
    padding: 10px;
    box-shadow: 0px 0px 6px 2px rgb(110 110 110 / 7%);
    display: grid;
    position: relative;
}
.badgeCard {
    width: 128px;
    height: 116px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    left: -10px;
}
.badgeCard::before {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #f2394b;
    border-top-color: transparent;
    border-left-color: transparent;
    top: 0;
    right: 39px;
}
.total--view {
    white-space: nowrap;
    font-size: 11px;
    font-weight: 500;
    right: 20px;
    background: #253d5f;
    color: #ffffff;
    border-radius: 4px;
    display: inline-flex;
    padding: 4px 15px;
    align-items: center;
    line-height: 1.7;
}
.badge--pointer {
   position: absolute;
    display: block;
    width: 254px;
    padding: 4px 0;
    background-color: #f2394b;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    right: -37px;
    top: 19px;
    transform: rotate(-45deg);
    font-size: 12px;
    font-weight: 600;
}
.badgeCard::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #f2394b;
    border-top-color: transparent;
    border-left-color: transparent;
    bottom: 27px;
    left: 0;
}

.article--img {
    height: 145px;
    margin-bottom: 10px;
    overflow: hidden;
}
.article--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article--footer {
    border-top: 1px solid #ddd;
    margin-top: auto;
    padding-bottom: 5px;
    padding-top: 10px;
}
.article--date {
    color: #707070;
    font-weight: 400;
    margin: 0;
    font-size: 13px;
    display: inline-block;
}
.article--categories {
    margin-left: 2px;
    margin-right: 4px;
    position: relative;
    display: inline-block;
}
.article--categories::before {
    content: "/";
    color: #333;
    display: none;
}
.article--categories a {
    color: #6EC1E3;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
}
.artice--body h3 {
    font-size: 1.4rem;
    min-height: 55px;
    line-height: 1.2;
}
.artice--body h3 a {
    color: #333333;
    margin: 5px 0;
    padding: 5px 0;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
}
.artice--body p {
    font-size: 14px;
    line-height: normal;
    color: #707070;
    font-weight: 400;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.redamore {
    display: inline-block;
    margin-top: 8px;
    font-size: 14px;
    color: #253d5f;
    text-decoration: none;
}
.artice--body {
    margin-bottom: 25px;
}
.article--btn {
    display: inline-block;
    background-color: #fa394a ;
    color: #fff;
    font-weight: 600;
    font-size: .875rem;
    border-radius: 3px;
    border: 0;
    outline: none;
    text-align: center;
    padding: 12px 25px;
    text-decoration: none;
    transition: .3s ease;
    text-transform: uppercase;
}
.article--btn:hover {
    color: #fff;
    background-color: #111;
}
.left--thumb--campus {
    padding: 20px 25px 20px 25px;
    background-color: #253d5f;
}
.online--course {
    font-weight: 600;
    margin: 0;
    font-size: 24px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
}
.each--coursebox {
    display: grid;
    grid-template-columns: 38px 1fr;
    grid-gap: 1rem;
    margin-top: 1.25rem;
}
.each--coursecontent h4 {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}
.each--coursecontent p {
    color: rgba(255,255,255,0.5);
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
}
.each--coursecontent a {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
}
.each--coursebox + .each--coursebox {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.25rem;
}
.each--courseicon {
    opacity: .5;
    transition: .3s ease;
}
.each--coursebox:hover .each--courseicon {
    opacity: 1;
}
.lpr--course {
   border: 1px solid #e5e5e5;
    display: flex;
    background-color: #fff;
    flex-direction: column;
}
.lpr--thumbnail {
    display: inline-block;
    text-decoration: none;
    height: 120px;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s;
}
.lpr--thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    transform: scale(1.02, 1.02);
}
.lpr--body {
    padding: 10px 8px;
    border-top: 0;
}
.lpr--footer {
    padding: 8px 8px 5px;
}
.lpr--meta {
    position: relative;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lpr--meta::before {
    content: '';
    width: 30px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    background-color: #253d5f;
}
.lpr--meta::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 1px;
    height: 1px;
    width: 100%;
    background: #e5e5e5;
}
.lpr--count {
    font-size: 14px;
    display: inline-block;
    color: #999;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
}
.lpr--price {
    font-size: 13px;
    font-weight: 500;
    color: #f24c0a;
    display: inline-block;
    text-transform: none;
}
.lpr--heading {
    display: inline-block;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    display: block;
    min-height: 52px;
}
.lpr--header {
    position: relative;
}
.readmore--btn {
    position: absolute;
    display: inline-block;
    font-weight: 500;
    border-radius: 3px;
    background-color: #253d5f;
    color: #fff;
    position: absolute;
    top: 50%;
    line-height: 13px;
    padding: 11px 25px;
    z-index: 90;
    left: 50%;
    right: auto;
    margin: auto;
    width: auto;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%) scale(1.2, 1.2);
    white-space: nowrap;
    text-decoration: none;
}
.lpr--header:hover .lpr--thumbnail img {
    transform: scale(1.05, 1.05);
}
.lpr--header:hover .readmore--btn {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
    text-decoration: none;
    color: #fff;
}
.lpr--header:hover .readmore--btn:hover {
    background-color: #fa394a ;
}
.cta--section {
    background-color: #add5f8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 3rem 0;
    position: relative;
}
.clearfix-box {
    padding: 35px;
    background: #ffffff30;
    max-width: 680px;
    z-index: 1;
    display: inline-block;
    margin-top: 2rem;
    margin-bottom: 5rem;
}
.clearfix-box p {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
}
.clearfix-box .article--btn {
    font-size: .75rem;
    padding-left: 10px;
    padding-right: 10px;
}
.tweet--feed {
    background-color: #253d5f;
    text-align: center;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    line-height: 1.6;
    position: relative;
}
.tweet--feed h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
    color: #fff;
    padding-top: 42px;
    line-height: 1.5;
    padding-bottom: 15px;
    margin: 0;
}
.tweet--feed p {
    padding-top: 10px;
    padding: 0;
    margin: 0;
    line-height: 1.3;
    font-size: .875rem;
}
.tweet--feed a {
    text-decoration: underline;
    display: inline-block;
    color: #fff;
    margin: 8px 0;
}
.tweet--feed  .twt--btn {
    color: rgba(255,255,255,.2);
    font-size: 28px;
    background-color: transparent;
    text-decoration: none;
    line-height: normal;
    border: 0;
    margin: 0;
}
.tweet--feed  .twt--btn:hover {
    color: rgba(255,255,255,1);
}
.subscribe--now {
    margin-top: 2rem;
    background-color: #fa394a;
    padding: 30px 30px;
}
.subscribe--now h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
}
.input--btngroup-field {
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    line-height: 30px;
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    width: 100%;
    height: 42px;
    outline: none;
}
.input--btngroup-field::placeholder {
    color: #fff;
}
.input--btngroup {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
}
.input--btngroup button[type="submit"] {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background: white;
    border-radius: 0px;
    opacity: 1;
    color: #fa394a;
    border: 1px solid #fff;
    height: 42px;
    width: 42px;
}
.sliderfor--desc {
    text-align: center;
}
.sliderfor--desc h5 {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    color: #333;
}
.sliderfor--desc span {
    line-height: 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #999;
}
.sliderfor--desc p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 25px;
    color: #787777;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.cursor--img {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1.25rem;
    opacity: .7;
}
.cursor--img img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 50%;
}
a.signup--now {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}
.slider-nav button.slick-next.slick-arrow, .slider-nav button.slick-prev.slick-arrow {
    display: none;
}
.slider-nav .slider-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 26px;
    background: transparent;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #505050;
    font-size: 16px;
    cursor: pointer;
}
.slider-nav, .slider-for {
    display: none;
}
.slider-nav.slick-initialized, .slider-for.slick-initialized {
    display: block;
}
.slider-nav {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.2rem;
}
.maxw-650 {
    max-width: 650px;
}
.slider-arrow.slider--next.slick-arrow {
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.slider-arrow.slider--prev.slick-arrow {
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.slick-current .cursor--img {
    opacity: 1;
    transform: scale(1.17);
}
.slider-nav .slick-list .slick-slide {
    padding-top: 1rem;
}
.mt--4 {
    margin-top: -3rem;
}
.lpr--header.active .readmore--btn.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}


/*added by sucheta */
   .herosection-accordian ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 45px;
	width: 100%;
}

 .herosection-accordian ul.tabs li {
	    float: left;
    margin: 0;
    cursor: pointer;
    padding: 15px 12px;
    height: 44px;
    line-height: 12px;
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
     border-right: 1px solid #c8c8c8;
    background-color: rgb(82, 82, 82);
    color: #fff;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    border: 0;
    font-weight: 300;
}



.herosection-accordian  ul.tabs li:hover {
	background-color: #333;
    color: #fff;
}

 .herosection-accordian ul.tabs li.active {
	background-color: #fa394a;
    color: #fff;
	display: block;
    font-weight: 500;
}

.herosection-accordian  .tab_container {
	border: 0px solid #333;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
    max-width: 450px;
    margin-top: 0.5rem;
}

#video-section .lpr--thumbnail{
    height: 146px;
}

 #video-section  .article__grid {
    padding: 10px;
    box-shadow: 0px 0px 6px 2px rgb(110 110 110 / 7%);
    display: grid;
    position: relative;
    border: 1px solid #e5e5e5;
}



 .herosection-accordian .tab_content {
	
	display: none;
}

 .herosection-accordian .tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
	.herosection-accordian .tab_drawer_heading {
		
        display: none;
	}
	 .herosection-accordian .d_active {
		background-color: #666;
		color: #fff;
	}
}














@media(min-width: 576px) {
    .accounting__clubs__grids {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 0;
        padding-top: 0;
        padding-left: 6rem;
    }
    .accounting__clubs__cards {
        border-right: 1px solid #ececec;
    }
    .accounting__clubs__cards:last-child {
        border-right: 0;
    }
}
@media(min-width: 768px) {
    .accounting__clubs__grids {
        grid-template-columns: repeat(3,1fr);
    }
    .slider__thumb__left__top {
        border-left: 1px solid rgb(209, 209, 209);
        padding-left: 1rem;
    }
    .autoplay { 
        padding-left: 2rem;
    }
    .headerimg {
        padding: 5rem 0rem;
    }
    .row--grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .slider-arrow.slider--next.slick-arrow {
        right: -30px;
    }
    .slider-arrow.slider--prev.slick-arrow {
        left: -30px;
    }
}
@media(min-width: 992px) {
    .theme__csbar .navbar-collapse {
        padding-left: 180px;
    }
    .topbar--search {
        width: 300px;
    }
    .accounting__clubs__grids {
        grid-template-columns: repeat(5,1fr);
    }
    .row--grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media(min-width: 1200px) {
    .accounting__clubs__grids { 
        padding-left: 11rem;
    }
    .row--grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media(max-width: 1199px) {
    .theme__csbar .navbar-brand {
        width: 100px;
    }
}


.template--title {
    line-height: 40px;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 2px;
    color: #333;
}
.template--line {
    height: 1px;
    background-color: #333;
    width: 40px;
    display: block;
    margin-left: 0;
    margin-top: 10px;
}
.consultant--form {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.input--form {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    min-height: 40px;
    padding: 10px;
    line-height: 20px;
    font-weight: 400;
    font-size: 13px;
    border-color: #e5e5e5;
    color: #999;
}
.input--form:focus{
    box-shadow: none;
    outline: none;
    border-color: #337ab7;
}
.consultant--form label.form-label {
    font-size: 13px;
}
.regBtn {
    border-radius: 0;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border: 0;
    display: inline-flex;
    align-items: center;
    color: #fff;
    background-color: #337ab7;
}
.breadcrumbs-wrapper ul {
    border-bottom: 1px solid #eee;
    padding: 13px 0px;
}

.breadcrumbs-wrapper ul li {
    line-height: 25px;
    display: inline-block;
    list-style: none;
    font-size: 12px;
}
.breadcrumbs-wrapper ul li a {
    line-height: 25px;
    display: inline-block;
    margin-right: 15px;
    color: #666;
    text-decoration: none;
}
.breadcrumbs-wrapper ul li a::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #eee;
    display: inline-block;
    margin: 0 0 0 15px;
    line-height: 25px;
}
.top_site_main .page-title-wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
}
.sidebar__card--profile {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}
.sidebar__card--profile > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sidebar__card--username {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 00;
    line-height: normal;
    color: #000;
    margin: 0;
}
.sidebar__card--useremail {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}
.sidebar__card__header {
    text-align: center;
}
.sidebar__card__body {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.sidebar--links ul {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(5,1fr);
}
.sidebar--links ul li a {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: .43rem .85rem;
    color: #253D5F;
    font-weight: 500;
    text-decoration: none;
    font-size: .825rem;
    border-radius: 4px;
    justify-content: center;
}
.sidebar--links ul li.active a {
    background: #253D5F;
    color: #fff;
}
.sidebar__card__footer .logout--link {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    color: #323232;
    font-weight: 400;
    text-decoration: none;
    padding: 0.43rem 0.85rem;
    width: 100%;
    border-top: 1px solid #ecf2fb;
    justify-content: center;
}
.sidebar__card__footer .logout--link .fa {
    margin-right: .65rem;
}
.sidebar__card {
    margin-bottom: 1.5rem;
    background: #f7faff;
    padding: 2rem 1rem 0rem;
}
.greeting--title {
    font-size: 1.62rem;
    color: #000;
    line-height: 1.4;
    margin: 0;
    font-weight: 500;
}
.sidebar--links ul li a span {
    display: none;
    margin-left: .65rem;
}
.notification__listing {
    background-color: #f7faff;
    padding: 2rem 1rem;
    border-radius: .25rem;
    margin-top: 1.5rem;
}
.notification__listing ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.notification__listing ul li {
    line-height: normal;
}
.notification__listing ul li + li {
    margin-top: 1rem;
}
.notify--text {
    font-size: 1.25rem;
    margin-bottom: 0;
    line-height: normal;
    color: #253D5F;
    font-weight: 500;
    line-height: normal;
}
.no--notifications {
    background-color: #fff;
    padding: 1rem 1rem;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: .25rem;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 2%);
}
.notification__listing ul li .alert {
    background: #fff;
    margin: 0;
    padding-left: 3rem;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 2%);
    position: relative;
}
.notification__listing ul li .alert::before {
    left: 10px;
    top: 10px;
    bottom: 10px;
    width: 3px;
    border-radius: 10px;
    background-color: #437dcf;
    display: inline-block;
    content: '';
    position: absolute;
}
.notification__listing ul li .alert svg {
    width: 17px;
    height: 17px;
    margin-right: 8px;
    fill: #437dcf;
    position: absolute;
    left: 25px;
}

.notification__listing ul li .alert button {
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

.profile-steps-rightsidebar-column-body {
    background: #fff;
    padding: 16px 16px;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
}

.planbox {
    position: relative;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
}

.planbox-header {
    margin-top: 35px;
    margin-bottom: 40px;
    padding-inline: 15px;
}

.planbox-body {
    padding-left: 15px;
    padding-right: 15px;
}

.planbox-footer {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 35px;
}

.planbox--price {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    color: #304770;
    margin-bottom: 0px;
    text-align: center;
}

.planbox--time {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #676767;
    margin-bottom: 12px;
    text-transform: uppercase;
    text-align: center;
}

.third-party-join__content {
    position: absolute;
    left: 0;
    width: 100%;
}
.new-mentordex-txt {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #6F757B;
    position: relative;
}
.buy-plan-btn {
    padding: 8px 48px;
    text-align: center;
    border: 1px solid #304770;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    border-radius: 25px;
    line-height: 23px;
    font-size: 16px;
    background: #304770;
    text-decoration: none;
}
.buy-plan-btn:hover, .buy-plan-btn:focus {
    background: #29416c;
    color: #fff;
}


.planbox-listpoints ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.planbox-listpoints ul li {
    position: relative;
    padding-left: 35px;
    font-weight: 400;
    font-size: 14px;
    color: #343434;
    line-height: 23px;
}

.planbox-listpoints ul li span {
    position: absolute;
    top: 0;
    left: 0;
}

.third-party-join__reg-option {
    color: #696c6f;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.third-party-join__line {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #cdcfd2;
    vertical-align: middle;
}

.planbox-listpoints ul li + li {
    margin-top: 15px;
}

.planbox.recommended-planbox {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.recommended-planbox {
    box-shadow: 0px 0px 45px rgb(0 0 0 / 11%);
    border-color: #304770;
}

.recommended-planbox-bar {
    color: #fff;
    background: #304770;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px;
}

.grid-plan-column {
    display: grid;
    grid-gap: 1.25rem;
}

.profile-steps-rightsidebar-column-header {
    padding: 15px 30px 12px;
    background: #253D5F;
}

.profile-steps-rightsidebar-column {
    box-shadow: 0px 0px 2px rgb(0 0 0 / 25%);
}

.basic-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}
h3.short--articles.font-border {
    font-size: 1.15rem;
    margin-top: 15px;
}
article.article__grid.article_inner {
    background: #fff;
}
article.article__grid.article_inner .article--img {
    height: 120px;
}
article.article__grid.article_inner h3 {
    line-height: 1;
}
article.article__grid.article_inner h3 a {
    font-size: .875rem;
}
article.article__grid.article_inner .artice--body {
    margin-bottom: 10px;
}
.shapebox_color {
    background: #f7f7f7;
    padding: 0px 20px;
    margin-top: 15px;
}
.profile-steps-rightsidebar-column {
    box-shadow: 0px 0px 2px rgb(0 0 0 / 25%);
}
.dashboard-list-wrapper {
    background: #fff;
}
.dashboard-list-header {
    padding: 16px 8px;
    border-bottom: 0.5px solid #F0F0F0;
}
.profile-steps-rightsidebar-column-header {
    padding: 15px 30px 12px;
    background: #253D5F;
}
.notification-header--title {
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
}
.msgouter ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.msgouter li {
    position: relative;
}
.msgouter > ul > li {
    padding: 25px 10px;
}
.notification-mentorcards-desc--mentorname {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    display: block;
    color: #000;
    margin-bottom: 5px;
}
.notification-mentorcards-desc--exp {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    display: block;
    color: #333;
    margin-bottom: 0px;
}
.msgouter > ul > li + li {
    border-top: 1px solid #c4c4c4;
}
.bg-f9 {
    background: #f9f9f9;
}
.line--btn {
    border: 0px;
    padding: 0px;
    background: transparent;
    display: inline-block;
    text-decoration: underline;
    outline: none;
    font-size: 13px;
    font-weight: 500;
    color: #253D5F;
}
.smallmore {
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
}
.profile-steps-rightsidebar-column + .profile-steps-rightsidebar-column {
    margin-top: 1.25rem;
}
.current__subscription__plan {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #fcfcfc;
    position: relative;
    box-shadow: 0px 6px 8px rgba(0,0,0,0.07);
    padding: 20px 25px;
    margin-bottom: 20px;
}
.subscription__plan__text span {
    background: #292a2a;
    color: #fff;
    padding: 5px 9px 4px;
    border-radius: 4px;
    line-height: 1;
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    text-transform: uppercase;
}
.subscription__plan__text {
    position: relative;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    color: #253d5f;
}
.plan__price {
    font-size: 38px;
    font-weight: 700;
    color: #253d5f;
    text-align: right;
}
.plan__price span {
    font-weight: 400;
    font-size: 24px;
    vertical-align: super;
    line-height: 1;
    position: relative;
    top: 6px;
}
.plan__price small {
    color: #919191;
    font-weight: 400;
    font-size: 14px;
    vertical-align: super;
}
.upgrade--planBtn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #304770;
    font-size: 12px;
    font-weight: 500;
    padding: 12px 24px;
    line-height: 1;
    border-radius: 6px;
    box-shadow: 0px 6px 8px rgb(37 61 95 / 16%);
}
.upgrade--planBtn:hover, .upgrade--planBtn:focus {
    color: #fff;
    background: #304e81;
    box-shadow: none;
}
.class--icon-right {
    fill: white;
    width: 15px;
    margin-left: 4px;
}


@media(min-width: 768px) {
    .sidebar--links ul li + li {
        margin-top: .5rem;
    }
    .sidebar__card__footer {
        margin-top: 3rem;
    }
    .sidebar--links ul { 
        grid-template-columns: auto;
    }
    .sidebar--links ul li a span {
        display: inline-block;
    }
    .sidebar--links ul li a, .sidebar__card__footer .logout--link {
        justify-content: flex-start;
    }
    .profile-steps-rightsidebar-column-body {
        padding: 24px 32px;
    }
    .planbox--price {
        font-size: 36px;
        font-weight: 500;
    }
    .planbox--time {
        font-size: 18px;
        margin-bottom: 22px;
    }
    .recommended-planbox {
        margin-top: -38px;
    }
    .grid-plan-column {
        grid-template-columns: repeat(2,1fr);
    }
    .profile-steps-rightsidebar-column-header {
        padding: 24px 30px 18px;
    }
    .basic-title {
        font-size: 24px;
        line-height: 26px;
    }
    .profile-steps-rightsidebar-column-header {
        padding: 24px 30px 18px;
    }
}
@media(min-width: 1200px) {
    .col-xl-250 {
        width: 250px;
    }
    .col-xl-100 {
        width: calc(100% - 250px);
    }
    .grid-plan-column {
        grid-template-columns: repeat(3,1fr);
    }
    .dashboard-list-header {
        padding: 12px !important;
    }
    .msgouter > ul > li {
        padding: 12px 12px;
    }

}

