.main-container {
    position: relative;
    top: -170px;
}

.img-icon:before {
    content: "";
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    height: 20px;
    transform: translate(0,3px);
    width: 20px;
    margin-right: 5px;
}

.buy-btn {
    background-color: transparent;
    border: 1px solid #9d515d;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: #9d515d;
    font-family: "Barlow Regular",sans serif;
    font-size: 17px;
    padding: 10px 60px;
}

.buy-btn:after {
    content: "";
    display: block;
    background-image: url(../../images/icons/left-arrow-red.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 20px;
    height: 20px;
    float: right;
    margin: 3px 0 0 15px;
}

.site-btn-global {
    background-color: #852635;
    border-radius: 6px;
    color: #f3f1f7!important;
    font-size: 17px;
    padding: 5px 20px;
}

.site-btn-global-w-arrow {
    background-color: #852635;
    color: #eadadc;
    font-size: 17px;
    padding: 5px 20px;
}

.site-btn-global-w-arrow::after {
    content: "";
    display: block;
    background-image: url(../../images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 20px;
    height: 20px;
    float: right;
    margin: 3px 0 0 15px;
}

.site-btn-global-w-arrow:hover {
    color: #eadadc;
}

.courses-list-container .course {
    box-shadow: 0px 2px 5px -2px #ccc
}

.courses-list-container .course > .course-header {
    background-position: center;
    background-size: cover;
    height: 200px;
    width: 100%;
    min-width: 350px;
    position: relative;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.courses-list-container .course > .course-header .header-content {
    color: #fff;
    padding: 20px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.courses-list-container .course > .course-header .header-content h2 {
    font-size: 16px;
}

.courses-list-container .course > .course-header .header-content .left-container i:before {
    background-image: url(../../images/icons/user-white.png);
    position: absolute;
    transform: translate(-26px,0);
    height: 18px;
    width: 18px;
}

.courses-list-container .course > .course-header .header-content .right-container i:before {
    background-image: url(../../images/icons/calendar-white.png);
    position: absolute;
    transform: translate(-26px,0);
    height: 18px;
    width: 18px;
}

.courses-list-container .course > .course-header .btn-details {
    background-color: #e83a47;
    border-radius: 5px;
    visibility: hidden;
    color: #fff;
    font-family: "Barlow Regular",sans serif;
    font-size: 15px;
    padding: 3px 20px;
    z-index: 9;
}

.courses-list-container .course > .course-header:hover .btn-details {
    visibility: visible;
}

.courses-list-container .course > .course-body {
    padding: 20px;
    word-break: break-word;
    min-height: 290px;
}

.courses-list-container .course > .course-body .link-container {
    position: absolute;
    bottom: 15px;
}

.courses-list-container .course > .course-body a {
    color: #c12938;
    border-left: 10px solid #c12938;
    font-family: Quicksand;
    font-size: 16px;
    padding-left: 10px;
}

.courses-list-container .course .buy-btn {
    border: none;
    font-size: 14px;
    padding-left: 0;
}

.courses-list-container .course .buy-btn:after {
    width: 16px;
    height: 16px;
    margin: 2px 0 0 15px;
}

.course-single-page .course-image-row {
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 600px;
    margin-top: 50px;
    position: relative;
}

.course-single-page .course-image-row .date-container {
    background-color: #e83a47;
    bottom: 0;
    color: #fff;
    padding: 10px 35px;
    position: absolute;
    text-align: center;
}

.course-single-page .course-image-row .photographer-container {
    background-color: #e83a47;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 10px 35px;
    position: absolute;
    text-align: center;
}

.course-single-page .details-container {
    box-shadow: 1px 1px 6px 1px rgba(210,210,210,.46);
    margin-top: 20px;
}

.course-single-page .course-tabs>.tab-pane {
    padding: 40px 50px;
}

.course-single-page .course-tabs .course-price {
    color: #862736;
    font-size: 26px;
}

.course-single-page .img-icon:before {
    background-image: url(../../images/icons/open-book-red.png);
    height: 26px;
    margin-right: 15px;
    width: 28px;
}

.course-single-page .course-tabs #packages .package-details {
    margin: 40px 0;
}

.checkout-page .card {
    border-radius: 0;
    border: 2px solid #c8c8c8;
    padding: 30px;
}

.checkout-page .card-header {
    background-color: rgb(134, 39, 54);
    color: rgb(255, 255, 255);
    font-size: 18px;
    border-radius: 0;
    padding: 10px 20px;
}

input[type="password"], input[type="email"] {
    border: none;
    -webkit-box-shadow: -1px 1px 13px -1px rgba(179,179,179,1);
    box-shadow: -1px 1px 13px -1px rgba(179,179,179,1);
    border-radius: 0;
}

.panel-heading-underlined {
    border-bottom: 2px solid #e8e8e8;
    color: #323232;
    font-size: 17px;
    padding: 15px 15px 15px 0;
}

.custom-radio [type=radio]:disabled+label {
    color: #acacac;
    cursor: no-drop;
}

.learner-course .course-thumb {
    background-color: #000;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 165px;
}

.learner-course .course-details {
    min-height: 240px;
}

.rounded-link {
    border: 1px solid #707070;
    border-radius: 18px;
    color: #707070;
    padding: 5px 20px;
}

.rounded-link:hover {
    color: #862736;
}

.rounded-link:before {
    content: '';
    display: inline-block;
    background: url("../../images/icons/left-arrow.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 12px;
    margin-right: 6px;
}

.panel {
    box-shadow: 0px 2px 5px -2px #ccc;
}

.panel-heading {
    padding: 0;
    border:0;
}

.panel-title>a, .panel-title>a:active{
    display:block;
    padding:15px;
    color:#555;
    font-size:16px;
    letter-spacing:1px;
    word-spacing:3px;
    text-decoration:none;
}
.panel-heading  a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    float: right;
    transition: all 0.5s;
}
.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.font-quicksand {
    font-family: Quicksand;
}

.global-panel {
    border: none;
    border-radius: 0;
    height: 100%;
    margin-bottom: 0;
    position: relative;
}

.global-panel .panel-body {
    margin-bottom: 20px;
    padding: 30px;
}

.global-panel .bottom-line {
    bottom: 0;
    background-color: #862736;
    height: 7px;
    position: absolute;
    width: 100%;
}

.panel.inactive {
    opacity: .5;
}

.course-list-thumb {
    background-color: #333;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    margin-bottom: 12px;
}

.panel-heading a.no-before:before {
    content: "";
}

/* thank yuu page */

.thank-you-page {
    background-size: 100% 92%;
    background-repeat: no-repeat;
    color: #fff;
    padding: 100px 0 120px 0;
}

.thank-you-page .buy-btn {
    border-color: #fff;
    color: #fff;
    padding: 7px 20px;
}

.thank-you-page .buy-btn:after {
    background-image: url(../../images/icons/left-arrow-white.png);
}

.thank-you-page .right-container img {
    filter: brightness(70%);
    height: 530px;
}