
.navbar-light
{
	background: #fff
}
.sidebar-white-pickled-bluewood
{
    box-shadow: 0 3px 3px -2px rgba(39, 44, 51, .1), 0 3px 4px 0 rgba(39, 44, 51, .04), 0 1px 8px 0 rgba(39, 44, 51, .02);
    background: #fff;
}
.active>.sidebar-menu-button{
    font-weight: 400;
    color: #3777ff;
}
.logo-title{
    font-size: 17px;
 }
 .navbar-brand-icon img
 {
    height: 34px;
    width: auto;
 }
.page-separator:before
{
	display: none
}
.invite-part
{
	text-align: center;
}
.clipboard {
    background-color: #fafcfe;
    color: #2b2f4c;
    padding: 14px 20px;
    border-radius: 5px;
    border: 2px dashed #95a5f6;
    font-size: 16px;
    width: 100%;
    margin: 9px auto!important;
    display: block;
    text-align: left;
}
.hide-clipboard{
    position: absolute;
    left: -99999px;
}
.invite-part a
{
	font-size: 15px;
}
[dir] .table tbody td
{
	padding: 0.8rem 1rem
}
[dir] .table thead th
{
	padding: 0.8rem 1rem
}
[dir] .card, [dir] .card-nav .tab-content {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 14%);
    border: none;
}
.card-group-row__col{
    width: 100%;
}
.text-70, .text-black-70 {
    color: #383737!important;
}
p{
    font-size: 15px;
    line-height: 24px;
}
.table thead {
    background: #3777ff;
    color: #fff;
}
.table thead th {
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
}
.table thead th {
    font-size: .9125rem;
}
[dir] .form-control {
    background-color: #fff;
    border: 1px solid #c5c5c6;
    box-shadow: none;
}

.checkout-address {
    position: relative;
    padding: 0;
    display: block;
    background: #fff
}

.checkout-address input {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1
}

.checkout-address .widget-posts-descr {
    padding: 13px 16px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 14%);
    background: #fff;
    /*border: 1px solid #e5e5e5;*/
    border-radius: 4px;
    margin-bottom: 16px
}

.course-img {
    width: 90px;
    height: 90px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    border-radius: 0px;
}

.course-img img {
    display: inline-block;
    height: 100%;
    object-fit: cover;
}
.course-content
{
    padding: 1px 0 10px 15px;
    width: calc(100% - 95px);
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
}
.course-content h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 2px;
    color: #2b2f4c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.course-content h4 {
    font-size: 13px;
    font-weight: 500;
    /*color: #8f91ac;*/
    margin-top: 0;
    margin-bottom: 0;
}
.course-content h5 {
    font-size: 13px;
    text-transform: inherit;
    font-weight: 500;
    color: #2b2f4c;
    margin-top: 0;
    margin-bottom: 4px;
}

.homebanner_holder {
    padding: 45px 0;
    color: #fff;
    background: #3777ff;
}
.homebanner_holder h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
    color: #fff;
}
.homebanner_holder p {
    font-size: 20px;
}

.popup
{
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
	background: rgb(33 47 67 / 89%);
	z-index: 999;
}

.popup_contain
{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    background: #fff;
    padding: 0;
    width: 610px;
        margin: 0 auto;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.popup_close
{
    background: #fff;
    color: #555;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    right: -14px;
    top: -14px;
    height: 30px;
    width: 30px;
    text-align: center;
    border: 3px solid #f1f1f1;
    border-radius: 50%!important;
    line-height: 22px;
}
.popup-header {
    background: #3777ff;
    color: #fff;
    padding: 17px 25px;
}
.popup-header h4{
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    color: #fff;
}

._CourseContent{
    border-bottom: 1px solid #ddd;
    padding: 17px 25px;
}

._CourseInnerBody{
    height: 400px;
    overflow-y: scroll;
    padding: 17px 25px;
}
._CourseInner h5{
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: inherit;
}
._CourseInner ul {
    padding: 0;
    margin: 0;
    padding-bottom: 8px;
}
._CourseInner ul li {
    list-style-type: none;
    position: relative;
    margin-left: 24px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
}
._CourseInner ul li:before {
    content: "\f058";
    position: absolute;
    left: -25px;
    top: 2px;
    color: #3777ff;
    font-size: 16px;
    font-family: FontAwesome;
}
.faq-contact .icon-holder--small{
    text-align: center;
    line-height: 30px;
}

@media only screen and (max-width: 1200px){
.homebanner_holder {
    padding: 70px 0 50px;
}
}
@media only screen and (max-width: 992px){
.homebanner_holder {
        background-size: 45vw!important;
}
}
@media only screen and (max-width: 768px){
.popup_contain
{
    width: calc(100% - 25px);
    left: 0;
    right: 0;
    top: 30px;
    transform: inherit;
}
.popup_close {
    background: rgb(255 255 255 / 26%);
    color: #fff;
    font-size: 24px;
    right: 14px;
    top: 11px;
    border: 2px solid rgb(241 241 241 / 0%);
}
._CourseInnerBody {
    height: 310px;
}
}
@media only screen and (max-width: 576px){
.homebanner_holder {
    padding: 35px 0 50px;
}

.course-img {
    width: 75px;
    height: 75px;
}
.course-content {
    width: calc(100% - 80px);
    padding: 1px 0 0px 15px;
}
}