/* Variables*/
:root {
    --primaryColor: 37, 106, 179;
    --primaryText:#fff;
    --secondaryColor: 0, 174, 239;
    --secondaryText:#fff; 
    --highlightColor: 231, 106, 32;
    --highlightText:#FFF;
    --textLinkColor: #256AB3;
    --searchHomeColor: 0, 174, 239;
    --searchHomeText:#FFF;
    --bannerHomeTxt: #FFF;
    --footerSocial: #FFF;
    --mainFont: "Source Sans Pro";
    
  }



/** Course **/
body {
	font-size: 18px;
    letter-spacing: .01em;
    font-family: "Source Sans Pro";
    background-color: #F5F6F8;
}
body.course {
    background-color: #F5F6F8;
    color:#383838;
}

.course #manage-dashboard-container input[type=radio] {
	margin-right:11px;
}
.course .header {
    box-shadow: 0 1px 1px -2px rgba(0, 0, 0, 0.5);
    border-bottom: solid 2px #d0d2d3;

    height: 70px;
}
nav[aria-label="breadcrumb"] {
	    padding-right: 50px;
	    padding-left: 50px;
	    padding-top:1.5em;
}
nav[aria-label="breadcrumb"] ol {
	border: 1px solid #e3e5e8;
}
nav[aria-label="breadcrumb"] ol li {
	font-size: 16px;
}
.name-rating .title-description {
    margin-right: 30px;

    font-family: "Source Sans Pro";
    font-size: 40px;
    color: #4a4a4a;
    margin-bottom: 0;
    line-height: 1;
}
.name-description {
	display: block;
    width: 100%;
    clear: both;
        margin-top: 32px;
}
p[data-f-id='pbf'] {
  display: none;
}
.starts-rating {
	    position: relative;
    top: 20px;
        display: inline-block;
}
i.bg-rating, i.bg-rating-mid, i.bg-rating-null {
    margin-bottom: 12px;
}
.course .header .img-circle {
       width: 30px;
    height: 30px;
        margin-top: 13px;
}

.course h1 {
    display: inline-block;
    margin-bottom: 28px;
}

.course h2 {
    font-family: "Source Sans Pro";
    font-size: 30px;
    text-align: left;
    color: #4a4a4a;
}

.sublocation {
	color: #383838;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 26px;
    padding-top: 0;
    padding-bottom: 12px;
    display: block;
}

.categories-course {
	 border: 1px solid #256AB3;
    border-radius: 32px;
    background-color: #FFFFFF;
    /* box-shadow: 0 1px 0 0 #256AB3, 0 0 1px 0 rgba(0,0,0,0.5); */
    padding: 7px 20px;
}

.course h4 {
    font-family: "Source Sans Pro";
    font-size: 25px;
    line-height: 1.12;
    color: #4a4a4a;
    margin: 0 0 10px 0;
}

.course p {
    font-family: "Source Sans Pro";
    font-size: 18px;
    /* line-height: normal; */
    text-align: left;
    color: #383838;
}

.course .info-bar label.blue,
.course label.blue {
    font-family: "Source Sans Pro";
    font-size: 18px;
    text-align: left;
    color: #256ab3;
    font-weight: normal;
}



.course span.blue {
    font-family: "Source Sans Pro";
    #font-size: 16px;
    #font-weight: 600;
    #line-height: 1.31;
    #text-align: left;
    #color: #256ab3;
    text-decoration: none;

    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.course h1 .icon-onsite-blue {
    vertical-align: baseline;
    margin-left: 20px;
}

.main-section {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 158px;
    background-color: #fff;
}

.container.fixed-header-container {
	 background-color: #fff;
}
.breadcrumb {
    padding: 8px 16px;
    margin-bottom: 60px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}


.course .breadcrumb {
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #e3e5e8;
}
.link-event svg path {
    fill: var(--textLinkColor);
}
.course .breadcrumb,
.course .breadcrumb a {
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: var(--textLinkColor) !important;
    text-decoration: none;
}

.course .breadcrumb ol li a {
    color: var(--textLinkColor) !important;
    text-decoration: none;
}
.breadcrumb a {
    color: var(--textLinkColor);
    text-decoration: underline;
}

.course .breadcrumb2 span {
    font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #ababab;
}

.course .user-options label {
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #4a4a4a;
    cursor: pointer;
}

.course .user-options {
   padding-top: 15px;
    padding-left: 10px;
}
.filter-header.row {
    /*width: 1200px;*/
    margin: auto;
    background-color: #f6f6f6;
}
jumbotron.header .filter-header h1 {
    font-size: 20px;
    padding-left: 50px;
    margin-bottom: 0;
}
.filter-header.row .col-md-12 {
	padding: 0;
	background-color: #f6f6f6;
	padding-left: 50px;
    padding-right: 50px;
}
form.filters-form.p-md-top.hidden-xs,
form.filters-form {
	    background-color: #f6f6f6;
	    position: relative;
    top: -15px;
}
#results.row.filters-form {
    max-width: 1025px;
    margin: 55px auto 20px;
 }
.course .user-options .icon-down {
    margin-left: 10px;
}

.course .user-options li {
    margin-right: 0;
}

.course .user-options li a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 15px;
}

.course .course-options {
    margin-bottom: 30px;
    margin-left: 2px;
}

.course .course-options li {
    width: 118px;
   height: 130px;
   vertical-align: top;
   margin: 0;
   padding: 0;
   height: 117px;
   vertical-align: middle;
   position: relative;
   top: 4px;
   border-right: solid 1px #d0d2d3;
}

.course .course-options li i {
    display: block;
    margin-right: auto;
    margin-left: auto;

    font-family: "Source Sans Pro";
    font-size: 12px;
    font-weight: 600;
    line-height: 1.33;
    text-align: center;
    color: #ffffff;
    padding-top: 3px;
    #padding-left: 8px;
    font-style: normal;
}

.course .course-options li label{
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #383838;
    display: block;
    margin-bottom: 4px;
    margin-top: 7px;
    margin-top: 7px;
}

.course .list-inline p {
    text-align: center;
    line-height: 1;
}

.course .course-options li span {
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: 1.38;
    text-align: center;
    color: #256ab3;
    transform: translateX(-50%);
}

.course .course-options li:not(:last-child) {
    #margin-right: 1px;
}

.course .course-options li:last-child {
border:none;
}

.course-options.big-block {
     width: 1100px;
    height: 130px;
    background-color: #f6f6f6;
    /* margin-left: -45px; */
    border: solid 1px #e9e9e9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

ul.list-inline.course-options.text-center.big-block {
    padding: 0;
   margin-left: 0;
       margin-top: 60px;
       display:none;
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
    margin-top: 30px;
}

.course .center-carousel .slick-slide {
    border-radius: 0;
    overflow: hidden;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    top: 10px;
}

.course .center-carousel .slick-dots li button {
    width: 15px;
    height: 15px;
    border: 1px solid #256ab3;
    border-radius: 50%;
}

.course .center-carousel .slick-dots li button:before {
    display: none;
}

.course .center-carousel .slick-dots li.slick-active  button {
    background-color: #256ab3;
}

.course .center-carousel .slick-next,
.course .center-carousel .slick-prev {

    bottom: initial;
    z-index: 100;
    border-radius: 50%;
    background-color: #ffffff;
    border: none;
    display: none;

    height: 34px;
    width: 34px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.course .center-carousel .carousel-item {
    position: relative;
    min-height: 330px;
    height: 330px;
    overflow: hidden;

    outline: none !important;
}

.course .center-carousel .carousel-item video {
    width: 1020px;
    height: 330px;
}

.course .center-carousel .carousel-item .comment-block {
    position: absolute;
    right: 0;

    bottom: 60px;
    width: 430px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.6);
    border: solid 1px rgba(255, 255, 255, 0.67);
}

.course .center-carousel .comment-block .top {
    background-color: #F6F6F6;
    padding: 10px 20px 10px 20px;
}

.course .center-carousel .comment-block p {
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: #383838;
}

.course .comment-block .bottom {
    background-color: white;
    padding: 10px 20px 10px 20px;
}

.course .cards-list .slick-next,
.course .cards-list .slick-prev {
    bottom: initial;
    z-index: 3;
    background-color: #ffffff;
    border: none;
    display: none;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.course .cards-list {
    width: 1000px;
    margin: auto;
    padding: 0;
    margin-bottom: 102px;
}

/*
div#results.row.filters-form {
    width: 1000px;
    margin: auto;
    padding: 0;
}
div#results.row.filters-form .col-md-6 {
	padding-left: 0;
}
*/


.course .carousel-card-list{
	width: 946px;
    margin: auto;
    padding: 0;
    margin-top: 10px;
}

.course .cards-list .slick-next {
    right: 5px;
}

.course .cards-list .slick-prev {
    left: 1px;
}

.course .cards-list .slick-next:before,
.course .center-carousel .slick-next:before {
    display: none;
}

.course .cards-list .slick-prev:before,
.course .center-carousel .slick-prev:before {
    display: none;;
}

.course .cards-list .slick-next:hover,
.course .cards-list .slick-prev:hover {
    background-color: #F1F7FB;
}

.course .courses-list .card-item {
    padding-top: 0;
    padding-bottom: 5px;
    max-height: 400px;
    width: 194px !important;
    margin-left: 72px;
    float: left;

}

/*.course .courses-list div.card-item:first-child,
.course .courses-list div.card-item:nth-of-type(4n+5) {
    padding-top: 0;
    margin: 0;
}*/



.course .course-tabs .nav-tabs>li>a,
.nav-tabs>li>a  {
     border: none;
    font-size: 18px;
    line-height: 1.38;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    color: #383838; 
}

.course .course-tabs .nav-tabs .nav-item a.nav-link.active,
.nav-tabs .nav-item a.nav-link.active,
.signin.nav-tabs li.nav-item a.active:hover  {
	color: #383838 !important;
	font-weight: bold;
    background-color: transparent !important;
    border-color: transparent;
    border-bottom: 4px solid rgba(var(--secondaryColor));
    text-decoration: none;
}

.course .course-tabs .nav-tabs>li>a:hover,
.nav-tabs>li>a:hover {
    background-color: transparent !important;
    text-decoration: none;
}

.course .course-tabs .nav-tabs>li {
        box-shadow: none;
    border-left: none;
    border-top: none;
    border-bottom: none;
    min-width: 145.5px;
    text-align: center;
}

.course .course-tabs .nav-tabs .nav-item a.nav-link:hover,
.signin.nav-tabs li.nav-item a:hover {
    border-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color:rgba(var(--secondaryColor), 0.4);
}


.course .course-tabs .nav-tabs .nav-item a.nav-link.active:hover {
    border-bottom: 6px solid rgba(var(--secondaryColor));
}


.course .course-tabs .nav-tabs>li.active {
    background-color: #f1f7fb;
}


.course .course-tabs .nav-tabs>li:first-child {
    border-top-left-radius: 4px;
}


.course .course-tabs .tab-pane {
        box-shadow: none;
        border-top: 1px solid #9fa5ac;
    border-left: none;
    border-bottom: none;
    border-right: none;
    min-height: 300px;
    margin-bottom: 60px;
    padding: 24px 28px 24px 28px;
    font-size: 18px;
    font-family: "Source Sans Pro";
    line-height: normal;
}

.course .info-bar {
    margin-bottom: 63px;
    margin-top: 30px;
}

.course .comment-block .bottom label,
.course .info-bar label {
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #383838;
    font-weight: normal;
}

.course .info-bar label {
    margin-bottom: 20px;
}

.course .btn.enroll-btn {
    font-family: "Source Sans Pro";
    width: auto;
    height: 60px;
    border-radius: 4px;
    background-color: #FC7526;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 0 rgba(13, 51, 92, 0.58);
    font-size: 30px;
    text-align: left;
    color: #ffffff;
    padding-right: 30px;
    padding-left: 20px;
    margin-top: 27px;
    margin-bottom: 90px;
}

.course .btn.enroll-btn:hover {
    background-color: #C8510B;
    box-shadow: 0 1px 0 0 rgba(117,22,18,0.7);
}

.course .btn-big.enroll-btn {
    background-color: rgba(var(--highlightColor));
    box-shadow: 0 4px 8px rgba(var(--highlightColor), 0.5) !important;
    color: var(--highlightText) !important;
    border-color: transparent;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    width: auto;
    height: 56px;
    border-radius: 4px;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 8px;
    margin-bottom: 24px;
}
.course .btn-big.enroll-btn:hover {
    text-decoration: none;
    background: linear-gradient(rgba(var(--highlightColor), 0.7), rgba(var(--highlightColor), 0.7));
    background-color: #000; 
    transition: all .5s cubic-bezier(.25,.8,.25,1);
}
.course .btn.coming-soon-btn,
.course .btn.coming-soon-btn:focus {
    color: #383838;
    background-color: #FCE126;
    font-size: 22px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 14px;
    box-shadow: none;
}
.course .btn.soldout,
.course .btn.soldout:focus {
    color: #383838;
    background-color: #9FA5AC;
    font-size: 22px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 14px;
    box-shadow: none;
}

.btn.app-outline {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(var(--primaryColor));
    color: var(--textLinkColor) !important;
    background-color:#fff;
    border-radius: 4px;
}
.btn.app-outline a, a {
	text-decoration:none;
	color: var(--textLinkColor) !important;
}
.btn.app-outline:hover {
	background: linear-gradient(rgba(var(--primaryColor), 0.4), rgba(var(--primaryColor), 0.4));
    background-color: #fff; 
    transition: all .5s cubic-bezier(.25,.8,.25,1); 
    border-style: solid;
    border-width: 1px;
    border-color: rgba(var(--primaryColor));
}
.course .btn-big.waitlist {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(var(--primaryColor), 0.5) !important;
    color: #383838;
    border-color: rgba(var(--primaryColor));
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    position: relative;
    font-size: 30px;
    width: auto;
    height: 56px;
    border-radius: 4px;
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 8px;
    margin-bottom: 24px;
    border-style: solid;
    border-width: 1px;
}
.course .btn-big.waitlist:hover {
    text-decoration: none;
    background: linear-gradient(rgba(var(--primaryColor), 0.4), rgba(var(--primaryColor), 0.4));
    background-color: #fff; 
    transition: all .5s cubic-bezier(.25,.8,.25,1);
}
.course .btn-big.full {
    background-color: rgb(227,229,232);
    box-shadow: 0 4px 8px rgba(159,165,172,0.5) !important;
    color: rgb(159,165,172);
    border-color: rgb(159,165,172);
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    position: relative;
    font-size: 30px;
    width: auto;
    height: 56px;
    border-radius: 4px;
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 8px;
    margin-bottom: 24px;
    border-style: solid;
    border-width: 1px;
}
.course .btn-big.full:hover {
    text-decoration: none;
    background: linear-gradient(rgba(var(--primaryColor), 0.4), rgba(var(--primaryColor), 0.4));
    background-color: #fff; 
    transition: all .5s cubic-bezier(.25,.8,.25,1);
}
.course .btn-big.waiting {
    background: linear-gradient(rgba(var(--primaryColor), 0.4), rgba(var(--primaryColor), 0.4));
    background-color: #fff; 
    border-style: solid;
    border-width: 1px;
    color: #383838;
    border-color: rgba(var(--primaryColor));
    box-shadow: 0 4px 8px rgba(var(--primaryColor), 0.5) !important;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    position: relative;
    font-size: 30px;
    width: auto;
    height: 56px;
    border-radius: 4px;
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 8px;
    margin-bottom: 24px;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
}
.course .btn-big.waiting:hover {
    text-decoration: none;
    background: linear-gradient(#fff, #fff);
    background-color: #fff; 
    transition: all .5s cubic-bezier(.25,.8,.25,1);
}

.course .sub-header a {
    text-decoration: none;
}

.row.m-md-bottom.p-sm-bottom.sub-header {
    padding-bottom: 40px !important;
}

.course .price-wrap i.icon-2x1 {
    vertical-align: sub;
}

.course .price-wrap h5 {
    display: inline-block;
    font-family: "Source Sans Pro";

    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #383838;
}

.course h4.price {
    font-family: "Source Sans Pro";
    font-size: 35px;
    font-weight: normal;
    color: #4a4a4a;
}

.course .price-wrap h4 {
    display: inline-block;

    font-family: "Source Sans Pro";
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: #383838;

    margin-left: 5px;
}

.course .price-wrap span {
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    position: absolute;
    left: 16px;
    z-index: 1;
    top: 2px;
    color: #383838;
    width: 44px;
}

.bg-heart {
   width: 30px;
   height: 26px;
   background: url('../../images/heart.svg');

}

.bg-heart-active {
   width: 30px;
   height: 26px;
   background: url('../../images/new_sprite_heart.svg') no-repeat;
   position: relative;
   background-size: contain;
   top: 27px;
   right: 8px;
}

.new-bg-ok-green {
    width: 64px;
    height: 21px;
    background: url(../../images/sprite-ok.svg);
    position: relative;
    right: 5px;
}
.price-wrap {
	text-align:right;
}

/** End course **/

.map-section {
    height: 243px;
    width: 100%;
    margin-bottom: 32px;
}

.course-section-title {
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
}

.course-section-title h4 {
    font-size: 20px;
    display: inline-block;
    color: #4a4a4a;
    line-height: 22px;
    margin: 0;
    position: absolute;
    top: -12px;
    padding-right: 10px;
    background-color: white;
}

.course-section-title hr {
    border-top: 1px solid rgba(var(--primaryColor));
    margin: 0;
}

.course .schedule-table {
    background-color: #f6f6f6;
    padding-bottom:24px;
    padding-left: 16px;
    padding-right: 16px;
}

.course .schedule-table td:first-child input {
        width: 280px;
        margin-left: 13px;
}

.manage-courses-page .create-course-table>.schedule-table>tbody>tr>td {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.course .schedule-table h5 {
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    display: inline-block;
    margin-left: 10px;
}

.course .schedule-table h4 {
    font-family: "Source Sans Pro";
    font-size: 25px;
    line-height: 1.12;
    color: #4a4a4a;
    margin: 0 0 10px 0;
    text-align: center;
    font-weight: normal;
    max-width: 50px;
    display: inline-block;
    float: left;
    font-weight: bold;
    line-height: unset;
    color: #4a4a4a;
    margin: 0 0 10px 0;
    text-align: center;
    font-weight: normal;
}

.course .schedule-table label.time {
	margin-left:8px;
    display: inline-block;
    max-width: 92px;
    position: relative;
    bottom: 4px;
}

.course .schedule-table label {
    font-size: 16px;
    font-weight: normal;
}

.course .header.course-mobile .enroll-btn {
    padding-top: 3px;
    font-size: 20px;
    height: 30px;
    line-height: 1;
}

.course .sections-menu {
    background-color: white;
    border-top: 1px solid #E3E5E8;
    border-bottom: 1px solid #E3E5E8;
    box-shadow: -3px 3px 12px rgb(56 56 56 / 50%);
}

.course .sections-menu .list-group-item {
    border: none;
}

.collapse-search {
    right: 50px;
    margin-top: -2px;
    left: auto !important;
}

.collapse-search.login-view {
    right: 80px;
    margin-top: 0;
}
.slick-dots {
    bottom: -8px;
}
.slick-track .card-container.slick-slide {
	    margin-top: 16px;
}

.fr-view img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}

.fr-view img.fr-bordered {
    box-sizing: content-box;
}
.fr-view .fr-img-caption.fr-bordered img, .fr-view img.fr-bordered {
    border: 5px solid #ccc;
}
.fr-view .fr-img-caption.fr-shadow img, .fr-view img.fr-shadow {
    box-shadow: 10px 10px 5px 0 #ccc;
}
.fr-view .fr-img-caption.fr-rounded img, .fr-view img.fr-rounded {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-clip: padding-box;
}
.fr-view img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}
.fr-view img {
    position: relative;
    max-width: 100%;
}
.fr-element img {
    cursor: pointer;
    padding: 0 1px;
}
.fr-view img.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px);
}

.fr-view img.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px);
}
.fr-view img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - 10px);
}
.fr-view img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px));
}
.fr-view img.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
}
.fr-view img.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .container {
        border-top: 0;
        /*padding-top: 70px !important; */
    }

    .container .header.fixed-mobile {
        border-top: 5px solid #00AEEF;
        position: fixed;
        left: 0;
        height: 80px;
        width: 100%;
        background-color: white;
        z-index: 999;
    }

    .container .header.course-mobile.fixed-mobile {
        top: 0;
    }

    .course .btn.enroll-btn.small {
        width: 100%;
        text-align: center;
    }

    .course .title-description {
        padding-left: 35px;
        margin-top: -12px !important;
        font-size: 35px;
    }
    .course .schedule-table {
    background-color: #f6f6f6;
    padding-bottom:24px;
    padding-left: 0px;
    padding-right: 0px;
}


    .course .schedule-table h4 {
        max-width: 50px;
        display: inline-block;
        float: left;
        font-weight: bold;
        line-height: unset;
    }

    .course .name-rating {
        display: flex;
        margin-top: 30px;
        position: relative;
        margin-bottom: 10px;
    }

    .course .courseInfop {
    	margin-bottom:40px;
    }

    .course .schedule-table label.time {
        margin-left: 5px;
        display: inline-block;
    }
}