﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Quicksand:300, 400, 500, 700);
* {
    padding: 0;
    margin: 0;
}
body {
    font-family: Quicksand, sans-serif;
    color: #000;
    background-color: #fff;
}
div,
form,
h1,
h2,
h3,
input,
p,
td {
    margin: 0;
    padding: 0;
}
img {
    border: none;
}
ul {
    list-style: none;
}
.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-validate .form-group label.error {
    display: inline;
    margin: 5px 0;
    color: #00a0df;
    font-weight: 400;
}
.form-validate .form-group input.error,
.form-validate .form-group textarea.error,
input:focus:invalid:focus,
select:focus:invalid:focus,
textarea:focus:invalid:focus {
    border-color: #00a0df !important;
}
#register_form label.error {
    display: inline;
    margin: 5px 0;
    color: #e84427;
    font-size: 10px;
    padding: 0;
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0;
    font-weight: 500;
}
.checkbox,
.checkbox:focus,
.checkbox:hover {
    border: none;
}
.mlLogo {
    float: left;
    margin: 5px 0 0 30px;
}
.mlNewRightPat {
    float: right;
}
.mlNewRightPat ul li {
    float: left;
    border-right: 2px solid #f6f6f6;
}
.mlNewRightPat ul li:last-child {
    border-right: none;
}
.mlNewRightPat ul li a {
    float: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    padding: 18px 25px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    position: relative;
}
.mlNewRightPat ul li a:hover {
    color: #e34226;
    text-decoration: none;
}
.mlNewRightPat ul li a.shopCart {
    padding: 16px 25px 15px;
}
.mlNewRightPat ul li a.shopSerch {
                /*margin: 0 80px 0 0;
    border-right: 2px solid #f6f6f6;*/
            }

            .mlNewRightPat ul li a.whitelist {
                margin-right: 90px;
                margin-top: 8px !important;
                margin-left: 10px !important;
                color: white !important;
            }

                .mlNewRightPat ul li a.whitelist:hover {
                    color: var(--primary-color) !important;
                }
.shopCart img {
    width: 25px;
    height: 25px;
}
.shopSerch img {
    width: 18px;
    height: 18px;
}
#nav-icon3 {
    width: 32px;
    height: 21px;
    position: relative;
    margin: 14px 25px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
    top: 0;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 11px;
}
#nav-icon3 span:nth-child(4) {
    top: 22px;
}
#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.mlNewBanner1 {
    position: relative;
    margin: 56px 0 0 0;
    -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
}
.mlNewBanner img {
    max-width: 100%;
    -moz-box-shadow: -5px 0 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: -5px 0 20px rgba(0, 0, 0, 0.15);
    -o-box-shadow: -5px 0 20px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: -5px 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.15);
}

.mlNewBanner1 .col-sm-6,
.mlNewBanner1 .col-sm-7 {
    padding: 0;
}
.mlNewBannerText {
    width: 95%;
    padding: 10% 0 0 10%;
	position:relative;
}
.mlNewBanner1 .col-sm-7 {
    line-height: 0;
}
.mlNewBanner1 iframe {
    width: 100%;
    height: 480px;
    background-color: #000;
}
.mlNewBannerText h1 {
    font-size: 36px;
    color: #000;
    line-height: 44px;
    font-weight: 700;
    padding: 0 0 20px 0;
}
.mlNewBannerText p {
    font-size: 16px;
    color: #222;
    line-height: 24px;
    font-weight: 500;
    padding: 0 0 30px 0;
}
.mlNewBannerBtn a {
    display: inline-block;
    background-color: #e84427;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    padding: 15px 50px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
}
.mlNewBannerBtn a:hover {
    background-color: #c7a15c;
}
.mlTrendingCourse {
    position: relative;
    padding: 60px 0 0 0;
}
.mlTrendingCourse h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    padding: 0 0 10px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #cacaca;
    position: relative;
}
.mlTrendingCourse h2:after {
    content: "";
    width: 130px;
    height: 3px;
    display: block;
    background-color: #0e253a;
    position: absolute;
    bottom: 0;
}
.mlTrendingCourseLeft {
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 0 0 20px 0;
}
.mlTrendingCourseLeftImg {
    float: left;
    -moz-box-shadow: 2px 0 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 0 1 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 0 1 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 0 1 15px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0 1 15px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    width: 264px;
}
.mlTrendingCourseLeftImg img {
    max-width: 100%;
    width: 100%;
    height: 200px;
}
.mlTrendingCourseLeftTxt {
    float: left;
    width: 72%;
    padding: 20px 0 20px 26px;
}
.mlTrendingCourseLeftTxt h5 {
    font-size: 10px;
    font-weight: 600;
    color: #ed1c24;
    line-height: 15px;
    padding: 0 0 10px 0;
    margin: 0;
    text-transform: uppercase;
}
.mlTrendingCourseLeftTxt h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
    padding: 0 0 10px 0;
    margin: 0;
}
.mlTrendingCourseLeftTxt p {
    font-size: 15px;
    font-weight: 400;
    color: #515151;
    line-height: 22px;
    padding: 0 0 15px 0;
    margin: 0;
}
.mlTrendingCourseLeftTxt h4 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    line-height: 22px;
    padding: 0;
    margin: 0;
    float: left;
}
.mlTrendingCourseLeftTxt h4 a {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    line-height: 22px;
    padding: 0;
    margin: 0;
    float: left;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mlTrendingCourseLeftTxt h4 a:hover {
    text-decoration: none;
    color: #e84427;
}
.mlTrendingCourseLeftTxt h4 img {
    width: 32px;
    height: auto;
    display: inline-block;
    padding: 0 10px 0 0;
}
.mlTrendingCourseLeftBtns {
    float: right;
}
.mlTrendnCorLtViewDtls {
    display: inline-block;
    background-color: #fff;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 14px;
    color: #444;
    font-weight: 700;
    line-height: 20px;
    padding: 8px 38px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    display: inline-block;
    margin: 0 10px 0 0;
    text-transform: uppercase;
}
.mlTrendnCorLtViewDtls:hover {
    background-color: #c7a15c;
    text-decoration: none;
    color: #fff;
}
.mlTrendnCorLtByeNow {
    display: inline-block;
    background-color: #e84427;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    padding: 8px 38px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    margin: 0 10px 0 0;
    display: inline-block;
    text-transform: uppercase;
}
.mlTrendnCorLtByeNow:hover {
    background-color: #c7a15c;
    text-decoration: none;
    color: #fff;
}
.mlTrendingCourseRight {
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.mlTrendingCourseRightImg {
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}
.mlTrendingCourseRightImg img {
    max-width: 100%;
    width: 100%;
    height: 187px;
}
.mlTrendingCourseRightTxt {
    float: left;
    padding: 20px 20px;
}
.mlTrendingCourseRightTxt h5 {
    font-size: 10px;
    font-weight: 600;
    color: #ed1c24;
    line-height: 15px;
    padding: 0 0 10px 0;
    margin: 0;
    text-transform: uppercase;
}
.mlTrendingCourseRightTxt h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 28px;
    padding: 0 0 2px 0;
    margin: 0;
}
.mlTrendingCourseRightTxt h3 a {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 28px;
    padding: 0 0 2px 0;
    margin: 0;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mlTrendingCourseRightTxt h3 a:hover {
    color: #e84427;
    text-decoration: none;
}
.mlHomeCourseBtn a {
    display: inline-block;
    background-color: #fff;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 15px;
    color: #515151;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 40px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    border: 2px solid #c7a15c;
    width: 100%;
    text-align: center;
    margin: 25px 0 0 0;
    text-transform: uppercase;
}
.mlHomeCourseBtn a:hover {
    background-color: #c7a15c;
    color: #fff;
    text-decoration: none;
}
.mlJoinOurNetwork {
    padding: 80px 0;
    width: 100%;
    margin: 0 auto;
}
.mlJoinOurNetwork h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    padding: 0 0 20px 0;
    margin: 0;
}
.mlJoinOurNetwork p {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
    padding: 0 20px 20px 0;
    margin: 0;
}
.mlJoinOurNetwork .mlJoinOurNetworkImgPT img {
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    max-width: 100%;
    margin: 0 0 20px 0;
}
.mlJoinOurNetworkPTOne {
    padding: 20px 0;
}
.mlJoinOurNetworkPTOne img {
    width: 32px;
    height: auto;
    display: inline-block;
    float: left;
    margin: 2px 0 0 0;
}
.mlJoinOurNetworkPTOne h4 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    line-height: 18px;
    padding: 0 0 0 20px;
    margin: 0;
    float: left;
    width: 90%;
}
.mlJoinOurNetworkPTOne h4 span {
    font-size: 14px;
    font-weight: 500;
    color: #828282;
    line-height: 18px;
    padding: 6px 0 0 0;
    margin: 0;
    display: block;
}
.mlJoinOurNetworkBtn {
    margin: 20px 0 0 0;
}
.mlJoinOurNetworkBtn a {
    display: inline-block;
    background-color: #e84427;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    padding: 12px 45px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    margin: 0 10px 0 0;
    display: inline-block;
    text-transform: uppercase;
}
.mlJoinOurNetworkBtn a:hover {
    background-color: #c7a15c;
    text-decoration: none;
    color: #fff;
}
.mlHomeCourseBtn {
    margin: 60px auto 0;
    width: 240px;
}
.mlMostPpulerCourse {
    position: relative;
    padding: 60px 0 0 0;
}
.mlMostPpulerCourse h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    padding: 0 0 10px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #cacaca;
    position: relative;
}
.mlMostPpulerCourse h2:after {
    content: "";
    width: 130px;
    height: 3px;
    display: block;
    background-color: #0e253a;
    position: absolute;
    bottom: 0;
}
.mlNewCourses {
    padding: 0 0 60px 0;
}
.mlCoursesBig {
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px 0;
    width: 45%;
    float: left;
}
.mlCoursesBigImg {
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}
.mlCoursesBigImg img {
    max-width: 100%;
    width: 100%;
}
.mlCoursesBigTxt {
    padding: 20px;
}
.mlCoursesBig .mlCoursesBigTxt {
    padding: 30px;
}
.mlCoursesBigTxt h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    padding: 0 0 10px 0;
    margin: 0;
}
.mlCoursesBigTxt h3 a {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    padding: 0 0 10px 0;
    margin: 0;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mlCoursesBigTxt h3 a:hover {
    color: #e84427;
    text-decoration: none;
}
.mlCoursesBigTxt p {
    font-size: 16px;
    font-weight: 400;
    color: #515151;
    line-height: 25px;
    padding: 10px 0 0 0;
    margin: 0;
}
.mlCoursesMediumAll {
    margin: 0 20px 0;
    width: 28%;
    float: left;
}
.mlCoursesMedium {
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.mlCoursesMedium h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 26px;
    padding: 0;
    margin: 0;
}
.mlCoursesMedium h4 a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 26px;
    padding: 0;
    margin: 0;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mlCoursesMedium h4 a:hover {
    color: #e84427;
    text-decoration: none;
}
.mlCoursesSmall {
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.mlCoursesSmall h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 26px;
    padding: 20px;
    margin: 0;
}
.mlCoursesSmall h4 a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 26px;
    margin: 0;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mlCoursesSmall h4 a:hover {
    color: #e84427;
    text-decoration: none;
}
.mlNewCategoriesBig {
    width: 40%;
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    margin: 0 10px;
}
.box {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    margin: 0;
}
.box img {
    max-width: 100%;
    left: 0;
    width: 100%;
}
.box .overbox {
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 31% 20px;
}
.box:hover .overbox {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
}
.box:hover .foottab {
    opacity: 0;
}
.box .overtext {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}
.box .title {
    font-size: 2.5em;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
}
.title h2 {
    text-transform: uppercase;
}
.box:focus .title,
.box:hover .title {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.box .tagline {
    font-size: 0.8em;
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
}
.box:focus .tagline,
.box:hover .tagline {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.body_sec01 {
    margin: 60px 0;
}
.overtext h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0 0 7px 0;
}
.overtext h3 a {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0 0 7px 0;
}
.overtext h3 a:hover {
    color: #fff;
    text-decoration: none;
}
.overtext h4 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
}
.foottab {
    width: 100%;
    height: auto;
    padding: 8px 0 10px;
    position: absolute;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
    margin: -52px 0 0 0;
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    transition: all 0.5s ease;
}
.lis {
    width: 100%;
}
.mlNewCategoriesSmall {
    width: 58%;
    float: left;
}
.mlNewCategoriesSmall .box {
    width: 47%;
    margin: 0 10px 26px;
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    float: left;
}
.mlNewCategoriesSmall .box .overbox {
    padding: 19% 20px;
}
.mlNewCategories {
    padding: 0 0 40px 0;
}
.mlMostPpulerCourse {
    padding: 0 0 40px 0;
}
.mlMostPpulerCourseAll {
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px 0;
    height: 440px;
    position: relative;
}
.mlMostPpulerCourseImg {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}
.mlMostPpulerCourseImg img {
    max-width: 100%;
    width: 100%;
    height: 150px;
}
.mlMostPpulerCourseTxt {
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    margin: -10px 0 0 0;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mlPoplerShoTxt {
    height: 105px;
}
.mlMostPpulerCourseTxtInn {
    padding: 20px;
    cursor: pointer;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}
.mlMostCourseCart a {
    background-color: #e84427;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: -23px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 12px;
}
.mlMostCourseCart a:hover {
    background-color: #c6a25c;
    text-decoration: none;
}
.mlMostPpulerCourseTxt a img {
    width: 22px;
    height: 22px;
}
.mlMostPpulerCourseTxt h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 26px;
    padding: 0 0 10px 0;
    margin: 0;
}
.mlMostPpulerCourseTxt h4 {
    font-size: 24px;
    font-weight: 600;
    color: #234b9a;
    line-height: 32px;
    padding: 0 0 10px 0;
    margin: 0;
}
.mlPoplerHideTxt {
    display: none;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mlMostPpulerCourseTxt:hover {
    margin: -112px 0 0 0;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mlMostPpulerCourseTxt:hover .mlPoplerHideTxt {
    display: block;
}
.mlPoplerHideTxt h6 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 15px;
    padding: 8px 20px;
    margin: 0 15px 10px 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    float: left;
    background-color: #c7a15c;
}
.mlPoplerHideTxt p {
    font-size: 15px;
    font-weight: 400;
    color: #515151;
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.mlNewBtnCDetl {
    display: inline-block;
    background-color: #999;
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    line-height: 20px;
    padding: 14px 20px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
    width: 50%;
    border: none;
    text-align: center;
    float: left;
    text-transform: uppercase;
}
.mlNewBtnCDetl:hover {
    background-color: #c7a15c;
    text-decoration: none;
    color: #fff;
}
.mlNewBtnBNow {
    display: inline-block;
    background-color: #e84427;
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    line-height: 20px;
    padding: 14px 20px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
    width: 50%;
    border: none;
    float: left;
    text-align: center;
    text-transform: uppercase;
}
.mlNewBtnBNow:hover {
    background-color: #c7a15c;
    text-decoration: none;
    color: #fff;
}
.mlBeginersProfe {
    width: 85%;
    margin: 0 auto;
    padding: 80px 0;
}
.mlBeginersProfe .col-sm-4 {
    border-right: 1px solid #c6c6c6;
}
.mlBeginersProfe .col-sm-4:nth-child(4) {
    border-right: none;
}
.mlBeginersProfe h3 {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    line-height: 40px;
    padding: 0 0 60px 0;
    margin: 0;
    text-align: center;
}
.mlBeginersProfe .homeCountr {
    text-align: center;
    font-size: 65px;
    font-weight: 500;
    color: #000;
    line-height: 75px;
}
.mlBeginersProfe .counter {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    line-height: 65px;
    padding: 0 5px 0 0;
    margin: 0;
    text-align: center;
    display: inline-block;
}
.mlBeginersProfe h4 {
    font-size: 20px;
    font-weight: 600;
    color: #444;
    line-height: 30px;
    padding: 12px 0 0 0;
    margin: 0;
    text-align: center;
    display: block;
}
.mlMostpulerCourseBtn {
    margin: 5px auto 0;
}
.mlHomeCourseBtns {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
.serchSec {
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    padding: 0 82px 0 0;
    display: none;
}
.serchSecInner {
    width: 100%;
    height: 50px;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    background: #e84427;
}
.serchSecInner input[type="text"] {
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    float: left;
    background: 0 0;
    padding: 15px 0 15px 25px;
    width: 85%;
}
.serchSecInner input[type="button"] {
    border: none;
    color: #000;
    font-weight: 700;
    font-size: 24px;
    float: right;
    margin: 18px 20px;
    height: 15px;
    width: 20px;
    background: 0 0;
    background: url(../images/search-arrow.png) no-repeat 0 0;
    background-size: contain;
    padding: 0;
}
.serchSec input[type="text"]::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1;
}
.serchSec input[type="text"]:-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}
.serchSec input[type="text"]::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}
.serchSec input[type="text"]:-ms-input-placeholder {
    color: #fff !important;
    opacity: 1;
}
.serchSec.ajj {
    display: block;
}
.mlListBanner {
    position: relative;
    margin: 56px 0 0 0;
    -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
}
.mlListBanner img {
    width: 100%;
}
.mlListBanner:after {
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(18%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.8) 100%);
}
.mlListBannerText {
    width: 44%;
    padding: 0;
    position: absolute;
    left: 6%;
    top: 24%;
    z-index: 1;
}
.mlListBannerText h1 {
    font-size: 36px;
    color: #fff;
    line-height: 44px;
    font-weight: 700;
    padding: 0 0 20px 0;
}
.mlListBannerText p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-weight: 500;
    padding: 0 0 30px 0;
}
.mlListTab ul {
    text-align: center;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    margin: 0;
    padding: 15px 0 0 0;
    border-bottom: 1px solid #fff;
}
.mlListTab ul li {
    text-align: center;
    display: inline-block;
    border-bottom: none;
}
.mlListTab ul li a {
    color: #000;
    margin: 0 6px;
    border-bottom: none;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-bottom: 2px solid #fff;
}
.mlListTab ul li a:hover {
    color: #e84427;
    border-bottom: 2px solid #e84427;
}
.mlListTab ul li.active a {
    color: #e84427;
    border-bottom: 2px solid #e84427;
}
.mlListTab ul li.active > a,
.mlListTab ul li.active > a:focus,
.mlListTab ul li.active > a:hover {
    color: #e84427;
    font-weight: 600;
    cursor: pointer;
    border: none;
    border-bottom: 2px solid #e84427;
    padding: 0 0 15px 0;
}
.mlListTabDataText p {
    font-size: 16px;
    font-weight: 400;
    color: #444;
    line-height: 22px;
    padding: 30px 0 25px;
    margin: 0;
    text-align: center;
}
.mlListTabDataRigt {
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 0 0 20px 0;
    width: 100%;
}
.mlListTabDataRigtImg {
    float: left;
    -moz-box-shadow: 2px 0 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 0 1 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 0 1 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 0 1 15px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0 1 15px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    width: 250px;
}
.mlListTabDataRigtImg img {
    max-width: 100%;
    width: 100%;
}
.mlListTabDataRigtTxt {
    float: left;
    width: 70%;
    padding: 20px 15px 16px 26px;
    box-sizing: inherit !important;
}
.mlListTabDataRigtTxt h5 {
    font-size: 10px;
    font-weight: 600;
    color: #ed1c24;
    line-height: 15px;
    padding: 0 0 10px 0;
    margin: 0;
    text-transform: uppercase;
}
.mlListTabDataRigtTxt h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
    padding: 0 0 10px 0;
    margin: 0;
}
.mlListTabDataRigtTxt p {
    font-size: 15px;
    font-weight: 400;
    color: #515151;
    line-height: 22px;
    padding: 0 0 20px 0;
    margin: 0;
}
.mlListTabDataRigtTxt h4 {
    font-size: 24px;
    font-weight: 600;
    color: #234b9a;
    line-height: 32px;
    padding: 0 0 10px 0;
    margin: 0 20px 0 0;
    float: left;
}
.mlListTabDataRigtTxt h4 img {
    width: 32px;
    height: auto;
    display: inline-block;
    padding: 0 10px 0 0;
}
.mlListTabDataRigtBtns {
    float: left;
}
.mlListViewDtls {
    display: inline-block;
    background-color: #fff;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 14px;
    color: #444;
    font-weight: 700;
    line-height: 20px;
    padding: 8px 38px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    display: inline-block;
    margin: 0 10px 0 0;
    text-transform: uppercase;
}
.mlListViewDtls:hover {
    background-color: #c7a15c;
    text-decoration: none;
    color: #fff;
}
.mlListByeNow {
    display: inline-block;
    background-color: #e84427;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    padding: 8px 38px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    margin: 0 10px 0 0;
    display: inline-block;
    text-transform: uppercase;
}
.mlListByeNow:hover {
    background-color: #c7a15c;
    text-decoration: none;
    color: #fff;
}
.mlListGoldTxt {
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    float: left;
}
.mlListGoldTxt h6 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 15px;
    padding: 8px 20px;
    margin: 0 15px 10px 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    float: left;
    background-color: #c7a15c;
}
.mlListCartBtn {
    float: right;
    padding: 0 10px 0 0;
}
.mlListCartBtn a {
    background-color: #e84427;
    display: inline-block;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 12px;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
}
.mlListCartBtn a:hover {
    background-color: #c6a25c;
    text-decoration: none;
}
.mlListCartBtn a img {
    width: 22px;
    height: 22px;
}
.mlListPrevNext {
    padding: 10px 0 60px;
}
.mlListprev {
    float: left;
}
.mlListprev a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #444;
    padding: 0;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
e84427 .mlListprev a:hover {
    color: #e84427;
    text-decoration: none;
}
.mlListprev a img {
    width: 36px;
    padding: 0 10px 0 0;
}
.mlListNext {
    float: right;
}
.mlListNext a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #444;
    padding: 0;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mlListNext a:hover {
    color: #e84427;
    text-decoration: none;
}
.mlListNext a img {
    width: 36px;
    padding: 0 0 0 10px;
}
.mlListTogglePT {
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.mlListRadio {
    text-align: left !important;
    box-shadow: none !important;
    padding: 5px 0 !important;
}
.mlListRadio li {
    padding: 5px 0 5px 30px;
    display: block !important;
    text-align: left !important;
}
.mlJoinNetwork2 {
    background-color: #cda153;
    padding: 50px 0;
}
.mlJoinNetwork2 h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
    padding: 0 20px 0 0;
    margin: 0;
    float: left;
}
.mlJoinNetwork2 p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    padding: 0 0 0 20px;
    margin: 0;
    float: left;
    border-left: 2px solid #fcd58f;
    width: 60%;
}
.mlJoinNetwork2Btn {
    float: right;
    margin: 0;
}
.mlJoinNetwork2Btn a:hover {
    background-color: #fff;
    color: #000;
}
.mlNewFooterLogo {
    margin: 0 0 40px 0;
    position: relative;
}
.mlNewFooterLogo:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: black;
    bottom: 19px;
    z-index: -1;
}
.mlFooterLogo {
    width: 228px;
    margin: 0 auto;
    display: block;
    background-color: #fff;
    border-left: 50px solid #fff;
    border-right: 50px solid #fff;
}
.mlFooterLogo img 
{
	 width: 150px !important;
}
.mlNewFooter {
    background: #fff;
    padding: 40px 0 20px;
    width: 100%;
    margin: 0;
    z-index: 1;
    position: relative;
}
.mlNewFooterSec {
    float: left;
    padding: 0;
    width: 40%;
}
.mlNewFooterSec h2 {
    font-size: 16px;
    color: #222;
    padding: 0 15px 20px 0;
    margin: 0;
    line-height: 22px;
    font-weight: 600;
}
.mlNewFooterSec ul {
    border-top: inherit;
    padding: 0;
    margin: 0;
}
.mlNewFooterSec ul li {
    padding: 2px 18px 2px 0;
    font-size: 15px;
    color: #757575;
    margin: 0;
    line-height: 24px;
    font-weight: 500;
}
.mlNewFooterSec ul li a {
    font-size: 15px;
    color: #757575;
    padding: 0;
    line-height: 15px;
    font-weight: 500;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.mlNewFooterSec ul li a:hover {
    color: #e84427;
    text-decoration: none;
}
.facebook {
    background: url(../images/facebook.png) no-repeat 0 0;
    width: 28px;
    height: 28px;
    display: block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    background-size: contain;
}
.facebook:hover {
    background: url(../images/facebook_h.png) no-repeat 0 0;
    background-size: contain;
}
.twitter {
    background: url(../images/twitter.png) no-repeat 0 0;
    width: 28px;
    height: 28px;
    display: block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    background-size: contain;
}
.twitter:hover {
    background: url(../images/twitter_h.png) no-repeat 0 0;
    background-size: contain;
}
.linkedin {
    background: url(../images/lin.png) no-repeat 0 0;
    width: 28px;
    height: 28px;
    display: block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    background-size: contain;
}
.linkedin:hover {
    background: url(../images/lin_h.png) no-repeat 0 0;
    background-size: contain;
}
.mlFooterSocial a {
    display: inline-block;
    margin: 4px 3px;
}
.mlNewFooterSec02 {
    width: 30%;
}
.mlNewFooterSec02 ul {
    float: left;
}
.mlNewFooterSec03 {
    width: 30%;
}
.mlNewFooterSec03 ul {
    float: left;
}
.mlNewFooter p {
    font-size: 15px;
    color: #757575;
    font-weight: 500;
    padding: 30px 0 13px 0;
    text-align: center;
    border-top: 1px solid #e9e9e9;
    margin: 30px 0 0 0;
}
.mlContactFooter {
    width: 30%;
}
.mlRegistration {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.mlCourseBtnRes {
    display: none;
}
.mlRegError {
    position: relative;
}
.mlRegError label.error {
    position: absolute;
    top: 32px;
    left: -25px;
}
.form-group {
    float: left;
    width: 46%;
    margin: 0 0 18px 0;
    position: relative;
}
.form-group01 {
    float: right;
}
.form-group label.error:before {
    display: none;
}
.form-group02 {
    float: left;
    width: 100%;
}
.mlRegLogo {
    text-align: center;
    margin: 0 auto;
    width: 95px;
}
.mlRegisterForm {
    padding: 22px 55px 25px;
    position: relative;
    width: 100%;
}
.mlFormPart {
    padding: 0 0;
}
.mlCourseBtn {
    position: absolute;
    top: 32px;
    left: 35px;
}
.mlFormPart form input.mlRegBtn:focus {
    outline: 0;
}
.mlLoginForm form input.mlLoginBtn:focus {
    outline: 0;
}
.mlRegistrationBannerText {
    position: absolute;
    bottom: 50px;
    left: 100px;
}
.mlRegistrationBannerText h1 {
    font-size: 30px;
    color: #fff;
    line-height: 46px;
    font-weight: 400;
    padding: 0;
}
.mlRegistration .mlRegisterForm a img {
    display: block;
    text-align: center;
    margin: 0 auto;
    box-shadow: none;
    max-width: 100%;
}
.mlRegistration .mlRegisterForm h2 {
    font-size: 18px;
    color: #444;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    padding: 20px 0 30px;
}
.mlRegInputLeft {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    border: none;
    border-bottom: 2px solid #dbdbdb;
    padding: 5px 0;
    margin: 0;
    width: 100%;
    float: left;
}
.mlRegInputRight {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    border: none;
    border-bottom: 2px solid #dbdbdb;
    padding: 5px 0;
    margin: 0;
    width: 100%;
    float: right;
}
.mlRegInput {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    border: none;
    border-bottom: 2px solid #dbdbdb;
    padding: 5px 0;
    margin: 0;
    width: 100%;
    float: left;
}
.mlFormPart form input.mlRegInputLeft:focus {
    outline: 0;
    border-bottom: 2px solid #195da5;
}
.mlFormPart form input.mlRegInputRight:focus {
    outline: 0;
    border-bottom: 2px solid #195da5;
}
.mlFormPart form input.mlRegInput:focus {
    outline: 0;
    border-bottom: 2px solid #195da5;
}
.mlYDM {
    width: 100%;
    position: relative;
}
.mlYDMRight {
    width: 100%;
    float: right;
    position: relative;
}
.mlYDMRight01 {
    width: 30%;
    float: right;
    position: relative;
}
.radio {
    margin: 0;
    height: initial;
}
input[type="radio"] {
    display: none;
}
label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 16px;
}
label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 2px;
    background-color: transparent;
    border: 2px solid #dbdbdb;
}
.radio label:before {
    border-radius: 10px;
}
input[type="radio"]:checked + label:before {
    content: "\2022";
    color: #e84427;
    font-size: 31px;
    text-align: center;
    line-height: 11px;
}
input[type="checkbox"] {
    display: none;
}
.checkbox label:before {
    border-radius: 3px;
}
input[type="checkbox"]:checked + label:before {
    content: "\2713";
    font-size: 15px;
    color: #e84427;
    text-align: center;
    line-height: 15px;
    font-weight: 700;
}
.dropdownSelect {
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 36px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    border: none;
    border-bottom: 2px solid #dbdbdb;
    padding: 5px 0;
    margin: 0;
    background-color: #fff;
}
.dropdown {
    position: relative;
    display: block;
}
.dropdown::after,
.dropdown::before {
    content: "";
    position: absolute;
    pointer-events: none;
}
.dropdown::after {
    content: "\25BC";
    height: 0.5em;
    font-size: 11px;
    line-height: 1;
    right: 8px;
    top: 50%;
    margin-top: -0.5em;
    color: #949494;
}
.dropdown01 {
    width: 27.5%;
    float: left;
    margin: 0 25px 0 0;
}
.mlFormPart form .dropdownSelect:focus {
    outline: 0;
}
.mlFormPart form .dropdown:focus {
    outline: 0;
}
.mlRegBtn {
    display: inline-block;
    background-color: #e84427;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 16px;
    color: #fff;
    margin: 25px 0 0 0;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 60px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    width: initial;
    border: none;
    height: initial;
}
.mlRegBtn:hover {
    background-color: #c7a15c;
}
.mlFormPart h4 {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #757575;
    position: absolute;
    bottom: 5px;
    left: 10px;
    right: 10px;
}
.mlFormPart form h3 {
    float: right;
    color: #515151;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 32px 0 0 0;
}
.mlFormPart form h3 a {
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #e84427;
    font-weight: 700;
}
.mlFormPart form h3 a:hover {
    color: #c7a15c;
    text-decoration: none;
}
.mlFormPart form .checkbox a {
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #e84427;
    font-weight: 400;
}
.mlFormPart form .checkbox a:hover {
    color: #c7a15c;
    text-decoration: none;
}
.mlLogin {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    background: url(../images/login_bg.jpg) no-repeat 0 0;
    background-size: cover;
}
.mlBackBtn {
    position: absolute;
    top: 32px;
    left: 35px;
}
.mlBackBtn a {
    display: inline-block;
    background-color: #fff;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 14px;
    color: #444;
    font-weight: 700;
    line-height: 24px;
    padding: 5px 30px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    border: 2px solid #c7a15c;
}
.mlBackBtn a:hover {
    background-color: #c7a15c;
    color: #fff;
}
.mlLoginForm {
    width: 400px;
    margin: 0 auto;
    display: block;
}
.mlLoginLogo {
    width: 155px;
    margin: 0 auto;
    display: block;
    padding: 0 0 20px 0;
}
.mlLoginLogo a img {
    max-width: 100%;
}
.mlLoginForm {
    width: 400px;
    margin: 0 auto;
    display: block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 7px 56px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 7px 56px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 7px 56px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 7px 56px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 56px rgba(0, 0, 0, 0.08);
    background: #fff;
    position: relative;
}
.mlLoginForm h1 {
    padding: 14px 10px 15px;
    margin: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: #000;
    background-color: #e0e0e0;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}
.mlLoginForm form {
    padding: 25px 35px 35px;
    position: relative;
}
.mlLoginInput {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    border: none;
    border-bottom: 2px solid #dbdbdb;
    padding: 6px 0 7px 35px;
    margin: 0 0 25px 0;
    width: 100%;
    background: url(../images/login_user_ic.png) no-repeat 0 10px;
    background-size: 17px;
}
.mlLoginPassword {
    background: url(../images/login_pass_ic.png) no-repeat 0 10px;
    background-size: 17px;
}
.mlLoginPart form input.mlLoginInput:focus {
    outline: 0;
    border-bottom: 2px solid #195da5;
}
.mlLoginPart h3 {
    color: #515151;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 0 0 0;
    text-align: center;
}
.mlLoginPart h3 a {
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #e84427;
    font-weight: 700;
}
.mlLoginPart h3 a:hover {
    color: #c7a15c;
    text-decoration: none;
}
.mlLoginBtn {
    display: inline-block;
    background-color: #e84427;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 16px;
    color: #fff;
    margin: 25px auto 0;
    font-weight: 700;
    line-height: 24px;
    padding: 12px 60px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    width: 310px;
    border: none;
    height: initial;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
}
.mlLoginBtn:hover {
    background-color: #c7a15c;
}
.mlLoginPart h5 {
    text-align: center;
    display: block;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 50px 0 15px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0;
}
.mlLoginPart h5 a {
    color: #515151;
}
.mlLoginPart h5 a:hover {
    color: #e84427;
    text-decoration: none;
}
.mlLogin h4 {
    color: #757575;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 0 0 0;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0;
}
.nav-tabs {
    border: none;
    margin: 8px 0 19px 0;
}
.sol3 {
    margin: 40px 0 0 0 !important;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 0 0 6px;
    margin: 0 24px;
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid #fff;
}
.nav > li > a:hover {
    background-color: transparent;
    border-color: #fff #fff #fff;
    color: #23b7e5;
    border-bottom: 2px solid #23b7e5;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #23b7e5;
    font-weight: 600;
    cursor: pointer;
    border: none;
    border-bottom: 2px solid #23b7e5;
}
.mlPayTab {
    padding: 0 0 60px 0;
}
.payment li a {
    background: 0 0 !important;
    border: 2px solid #e3cfad;
    box-shadow: 0 0 10px #d3d3d3;
    padding: 30px 20px;
    moz-border-radius: 10px;
    webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0;
    width: 157px;
	height:100px;
    text-align: center;
    color: #222;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.ic1 {
    background: url(../images/ca1.png) no-repeat 0 0;
    width: 30px;
    height: 25px;
    float: left;
}
.payment li:hover .ic1 {
    background: url(../images/ca1.png) no-repeat 0 -28px;
    width: 30px;
    height: 25px;
    float: left;
}
.ic2 {
    background: url(../images/credit_ic_h.png) no-repeat 0 0;
    width: 120px;
    height: 71px;
    background-size: contain;
    display: block;
}
.payment li:hover .ic2 {
    background: url(../images/credit_ic.png) no-repeat 0 0;
    width: 120px;
    height: 71px;
    background-size: contain;
    display: block;
}
.ic3 {
    background: url(../images/ca3.png) no-repeat 0 0;
    width: 30px;
    height: 25px;
    float: left;
    margin: 0 -15px 0 18px;
}
.payment li:hover .ic3 {
    background: url(../images/ca3.png) no-repeat 0 -27px;
    width: 30px;
    height: 25px;
    float: left;
}
.payment li a:hover {
    background: #c29d59 !important;
    border-bottom: 2px solid #c29d59 !important;
    border: 2px solid #c29d59 !important;
    color: #fff;
}
.payment .active a {
    background: #c29d59 !important;
    color: #fff !important;
    border-bottom: 2px solid #c29d59 !important;
    border: 2px solid #c29d59 !important;
    font-size: 16px;
}
.payment .active .ic1 {
    background: url(../images/ca1.png) no-repeat 0 -28px;
    width: 30px;
    height: 25px;
    float: left;
}
.payment .active .ic2 {
    background: url(../images/usdt.png) no-repeat;
   width: 30px;
    height: 25px;
    float: left;
}
.payment .active .ic3 {
    background: url(../images/pmatic.png) no-repeat;
    width: 30px;
    height: 25px;
    float: left;
}
.mlPayment {
    position: relative;
    padding: 55px 0 0;
}
.mlPaymentSelect h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    padding: 30px 0 30px 0;
    margin: 0;
    color: #222;
}
.paymentActive {
    background: #c29d59 !important;
    color: #fff !important;
    border-bottom: 2px solid #c29d59 !important;
    border: 2px solid #c29d59 !important;
    font-size: 16px;
    border: 2px solid #e3cfad;
    box-shadow: 0 0 10px #d3d3d3;
    padding: 20px 16px;
    moz-border-radius: 10px;
    webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 30px 0;
    width: 180px;
    text-align: center;
    position: relative;
}
.paymentActiveIC {
    background: url(../images/credit_ic.png) no-repeat 0 0;
    width: 147px;
    height: 71px;
    background-size: contain;
    display: block;
}
.paymentActive p {
    position: absolute;
    top: 24px;
    right: 20px;
    font-size: 16px;
    font-weight: 600;
}
.mlPayTabBtn {
    padding: 40px 0 0 0;
}
.mlPayTabBtn a {
    display: inline-block;
    background-color: #fff;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 14px;
    color: #444;
    font-weight: 700;
    line-height: 24px;
    padding: 6px 40px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    border: 2px solid #c7a15c;
    text-transform: uppercase;
}
.mlPayTabBtn a:hover {
    background-color: #c7a15c;
    color: #fff;
    text-decoration: none;
}
/* .mlPayTab .payment li:first-child a { */
    /* padding: 15px 16px; */
    /* position: relative; */
/* } */
/* .mlPayTab ul li a p { */
    /* font-size: 15px; */
    /* position: absolute; */
    /* top: 22px; */
    /* right: 18px; */
/* } */
.form-group input.mlRegInputLeft:focus {
    outline: 0;
    border-bottom: 2px solid #195da5;
}
.form-group .mlYDM span:focus {
    outline: 0;
}
.form-group .mlYDM select:focus {
    outline: 0;
    border-bottom: 2px solid #195da5;
}
.mlPayMnt {
    padding: 0 40px 0 0;
    width: 50%;
}
.mlPayMntCVV {
    width: 20%;
}
.dropdownSpinn {
    width: 43.5%;
}
.mlPaymentSummary {
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin: 55px 0 80px 0;
    moz-border-radius: 10px;
    webkit-border-radius: 10px;
    border-radius: 10px;
}
.mlPayText {
    padding: 30px 40px 0 30px;
}
.mlPayText h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 0 8px 0;
    margin: 0;
    color: #222;
    border-bottom: 2px solid #f2f2f2;
}
.payOrderLst {
    border-bottom: 1px dashed #f2f2f2;
    padding: 10px 0;
}
.payOrderLst h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    padding: 5px 0 0 0;
    margin: 0;
    color: #515151;
    width: 57%;
    float: left;
}
.payOrderLst h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    padding: 0;
    margin: 0;
    color: #000;
    float: right;
}
.payOrderLst h5 {
    float: left;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 0;
    margin: 0;
    color: #000;
    width: 57%;
}
.payOrderLst h6 {
    float: right;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 0;
    margin: 0;
    color: #000;
}
.payOrderLst01 {
    border-bottom: 2px solid #f2f2f2;
}
.payOrderLst02 {
    border-bottom: none;
}
.mlPayText p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: 0 0 40px 0;
    margin: 0;
    color: #222;
}
.mlPayBtnn a:hover {
    text-decoration: none;
}
.makePayment {
    display: inline-block;
    background-color: #e84427;
    -moz-border-top-right-radius: 200px;
    -webkit-border-top-right-radius: 200px;
    -o-border-top-right-radius: 200px;
    -ms-border-top-right-radius: 200px;
    border-top-right-radius: 200px;
    -moz-border-bottom-right-radius: 200px;
    -webkit-border-bottom-right-radius: 200px;
    -o-border-bottom-right-radius: 200px;
    -ms-border-bottom-right-radius: 200px;
    border-bottom-right-radius: 200px;
    font-size: 16px;
    color: #fff;
    margin: 25px 0 0 0;
    font-weight: 700;
    line-height: 24px;
    padding: 20px 60px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    width: initial;
    border: none;
    height: initial;
    /*float: left;*/
}
.makePayment:hover {
    background-color: #c7a15c;
    color: #fff;
    text-decoration: none;
}
.Cancel {
    display: inline-block;
    background-color: #fff;
    -moz-border-top-left-radius: 200px;
    -webkit-border-top-left-radius: 200px;
    -o-border-top-left-radius: 200px;
    -ms-border-top-left-radius: 200px;
    border-top-left-radius: 200px;
    -moz-border-bottom-left-radius: 200px;
    -webkit-border-bottom-left-radius: 200px;
    -o-border-bottom-left-radius: 200px;
    -ms-border-bottom-left-radius: 200px;
    border-bottom-left-radius: 200px;
    font-size: 16px;
    color: #515151;
    margin: 25px -2px 0 0;
    font-weight: 700;
    line-height: 24px;
    padding: 18px 60px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    width: initial;
    border: 2px solid #c7a05b;
    height: initial;
    float: right;
}
.Cancel:hover {
    background-color: #c7a15c;
    color: #fff;
}
.mlPayBtnn {
    padding: 0;
    margin: 0 auto 0;
    position: relative;
    bottom: -24px;
    text-align: center;
}
.mlPayInput {
    padding: 0 40px 0 0;
    width: 100%;
}
.mlMyCart {
    padding: 30px 0;
    margin: 0 6%;
    border-bottom: 2px solid #e9e9e9;
}
.mlMyCartPT h2 {
    padding: 30px 6% 0 6%;
}
.mlMyCartPT {
    padding: 0 0 40px 0;
}
.mlMyCartImg {
    width: 39%;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    float: left;
}
.mlMyCartImg img {
    max-width: 100%;
    margin: -10% 0 0 0;
}
.mlMyCartText {
    float: right;
    width: 61%;
    padding: 0 0 0 30px;
}
.mlMyCartText h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: #234b9a;
    padding: 0 0 25px 0;
    margin: 0;
}
.mlMyCartText h4 {
    float: left;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #234b9a;
    padding: 0;
    margin: 0;
}
.mlMyCartText p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #515151;
    padding: 0 0 25px 0;
    margin: 0;
}
.mlMyCartText a {
    display: inline-block;
    background-color: #fff;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 14px;
    color: #444;
    font-weight: 700;
    line-height: 24px;
    padding: 5px 20px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    border: 2px solid #c7a15c;
    float: right;
}
.mlMyCartText a:hover {
    background-color: #c7a15c;
    color: #fff;
}
.modal-content {
    border: none;
}
.modal-header {
    padding: 0;
}
#myModal {
    z-index: 100000;
}
.cross {
    background: url(../images/cross.png) no-repeat !important;
    background-size: contain !important;
    width: 30px;
    height: 30px;
    z-index: 1000;
    position: absolute;
    opacity: 1;
    text-indent: -20000px;
    margin: 0;
    top: 10px;
    right: 12px;
    background-color: #fff !important;
    padding: 0 !important;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
}
.mlMDform input.mlOTPInput:focus {
    outline: 0;
    border-bottom: 2px solid #195da5;
}
.mlOTPInput {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    line-height: 24px;
    border: none;
    border-bottom: 2px solid #dbdbdb;
    padding: 5px 0;
    margin: 0;
    width: 100%;
}
.mlCourseDtlsTag {
    width: 40%;
    float: left;
    padding: 40px 0 0;
}
.mlCourseDtlsTag img {
    max-width: 100%;
}
.mlCouseDtlsText {
    width: 60%;
    float: left;
    padding: 40px 30px 60px 40px;
}
.mlCouseDtlsText h2 {
    font-size: 30px;
    font-weight: 500;
    color: #234b9a;
    line-height: 40px;
    padding: 40px 0;
    margin: 0;
}
.mlCouseDtlsText p {
    font-size: 16px;
    font-weight: 400;
    color: #0c0c0c;
    line-height: 24px;
    padding: 0 0 20px 0;
    margin: 0;
}
.mlCourseDtlsBanner {
    margin: 55px 0 0;
}
.mlCourseDtlsMaterial ul li {
    font-size: 16px;
    font-weight: 400;
    color: #0c0c0c;
    line-height: 24px;
    padding: 0 0 15px 5px;
    margin: 0 0 0 22px;
    list-style: disc;
}
.formGroup04 {
    width: 33%;
    float: left;
    padding: 0 30px 0 0;
    margin: 0 0 18px 0;
}
.formGroup05 {
    width: 33%;
    float: right;
    margin: 0 0 18px 0;
}
.contInfo select {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    border: none;
    border-bottom: 2px solid #dbdbdb;
    padding: 5px 0;
    margin: 0;
    width: 100%;
}
.contInfo select:focus {
    outline: 0;
    border-bottom: 2px solid #195da5;
}
.mlSponsorCode {
    background-color: #e84427;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 16px;
    color: #fff;
    margin: 25px auto 0;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 60px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    width: initial;
    border: none;
    height: initial;
    text-align: center;
    display: inherit;
}
.mlSponsorCode:hover {
    background-color: #c7a15c;
}
.referalCodeOTPPop {
    width: 565px;
    margin: 30px auto;
}
.referalCodeOTPPopCont {
    width: 565px;
    border: 2px solid #cda153;
    overflow: hidden;
}
.referalCodeOTPPopHeader {
    border-bottom: none;
    padding: 0;
}
.referalCodeBdy {
    padding: 20px 50px 30px;
}
.referalCodeBdy img {
    width: 144px;
    margin: 0 auto;
    display: block;
}
.referalCodeBdy h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 34px;
    padding: 20px 0 20px 0;
    margin: 0;
    text-align: center;
}
.referalCodeBdy h2 span {
    font-size: 16px;
    font-weight: 400;
    color: #868585;
    line-height: 24px;
    padding: 2px 0 0 0;
    margin: 0;
    display: block;
}
.referalCodeBdy h3 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    line-height: 26px;
    padding: 8px 18px;
    margin: 25px 0 30px;
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.referalCodeBtn {
    background-color: #e84427;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 16px;
    color: #fff;
    margin: 0 auto 0;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 81px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    border: none;
    text-align: center;
}
.referalCodeBtn:hover {
    background-color: #c7a15c;
}
.referalCodeBtn02 {
    background-color: #fff;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 16px;
    color: #444;
    margin: 0 0 0 20px;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 25px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    border: 2px solid #c7a05b;
    text-align: center;
}
.referalCodeBtn02:hover {
    background-color: #c7a15c;
    color: #fff;
}
input:focus {
    outline-offset: 0;
}
:focus {
    outline: 0;
}
.mlListRadio input[type="checkbox"] {
    display: none;
}
.mlListRadio input[type="checkbox"] + label {
    color: #444;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.mlListRadio input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 10px 0 0;
    vertical-align: middle;
    background: url(../images/ml_list_radio_normal.png) 0 0 no-repeat;
    cursor: pointer;
    background-size: contain;
    position: absolute;
    left: -29px;
    top: 2px;
    z-index: 1;
}
.mlListRadio input[type="checkbox"]:checked + label span {
    background: url(../images/ml_list_radio_active.png) 0 0 no-repeat;
    display: inline-block;
    width: 19px;
    height: 19px;
    background-size: contain;
}
.mlListRadio label:before {
    display: none;
}
#headermenu {
    border-bottom: 2px solid #efefef;
    padding: 15px 15px 15px 15px;
}
#headermenu a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
    padding: 0;
    margin: 0 0 20px 0;
    margin: 0 0 10px 0;
    display: block;
    cursor: pointer;
}
#headermenu a:hover {
    text-decoration: none;
}
#headermenu a h4 {
    float: left;
    margin: 0;
}
#headermenu a img {
    width: 11px;
    float: right;
}
.hidden {
    display: none;
}
.mlFormPart03 .checkbox a {
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #e84427;
    font-weight: 400;
}
.mlFormPart03 .checkbox a:hover {
    color: #c7a15c;
    text-decoration: none;
}
.mlCartSelect h2 {
    border-bottom: 2px solid #f2f2f2;
    padding: 45px 0 6px;
}
.mlCartSelect h2 span {
    text-align: right;
    font-size: 20px;
    display: inherit;
    margin: -32px 0 0 0;
}
.mlCartSelect table tbody {
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.mlCartSelect table {
    width: 100%;
    margin: 0 0 20px 0;
}
.mlCartSelect table tr th {
    font-size: 16px;
    color: #959595;
    line-height: 24px;
    padding: 20px 0;
    font-weight: 500;
}
.mlCartSelect table tr td {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    padding: 0 20px 0 0;
    font-weight: 600;
}
.mlCartSelect table tr td img {
    width: 120px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin: 0;
    height: 80px;
}
.mlCartSelect table tr td a img {
    width: 32px;
    margin: 0 0 0;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
	height: auto;
}
.mlCartSummary {
    margin: 35px 0 80px 0;
}
.mlCartSummary .mlPayText {
    padding: 18px 25px 0 25px;
}
.mlCartBttn {
    margin: 0 0 60px 0;
    padding: 20px 0 0 0;
}
.mlCartSelect {
    width: 100%;
}
.all-site-wrap:not(.no-sidebar) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-grid;
    -ms-grid-columns: 100px 1fr calc(300px + 2rem);
}
.mlCartSummary {
    z-index: 9;
    margin: 35px 0 80px 0;
    background: 0 0;
    position: absolute;
    height: auto;
    left: 20px;
}
@media (min-height: 320px) {
    .mlCartSummary {
        position: -webkit-sticky;
        position: sticky;
        top: 80px;
    }
}
.mlDetailsBanner {
    position: relative;
    margin: 56px 0 0 0;
    -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
}
.mlDetailsBanner img {
    max-width: 100%;
}
.mlDetailsBanner .col-sm-5,
.mlDetailsBanner .col-sm-7 {
    padding: 0;
}
.mlDetailsBannerText {
    width: 90%;
    padding: 10% 0 0 10%;
}
.mlDetailsBanner .col-sm-7 {
    line-height: 0;
}
.mlDetailsBannerText h1 {
    font-size: 30px;
    color: #000;
    line-height: 36px;
    font-weight: 600;
    padding: 0 0 15px 0;
}
.mlDetailsBannerText h2 {
    font-size: 40px;
    font-weight: 600;
    color: #234b9a;
    line-height: 50px;
    padding: 0 0 15px 0;
    margin: 0;
}
.mlDetailsGoldTxt h6 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 15px;
    padding: 8px 20px;
    margin: 0 15px 10px 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    float: left;
    background-color: #c7a15c;
}
.mlDetailsCourseCart {
    float: left;
    margin: 30px 30px 0 0;
}
.mlDetailsCourseCart a {
    background-color: #e84427;
    display: inline-block;
    right: 15px;
    top: -23px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 15px;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
}
.mlDetailsCourseCart a:hover {
    background-color: #c6a25c;
    text-decoration: none;
}
.mlDetailsCourseCart a img {
    width: 22px;
    height: 22px;
}
.mlDetailsBannerBtn {
    margin: 30px 0 0 0;
}
.mlDetailsBannerBtn a {
    display: inline-block;
    background-color: #e84427;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    padding: 15px 70px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    margin: 0;
    float: left;
}
.mlDetailsBannerBtn a:hover {
    background-color: #c7a15c;
}
.mlDtlsStrip {
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    padding: 8px 0;
    position: relative;
    z-index: 1;
}
.mlDtlsStrip img {
    width: 62px;
    height: 62px;
    float: left;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    margin: 0 20px 0 0;
}
.mlDtlsStrip h3 {
    float: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #444;
    padding: 5px 0;
}
.mlDtlsStrip h3 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #686868;
    padding: 0;
}
.mlDetailsVideo iframe {
    width: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
}
.mlDetailsTab {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin: 50px 0;
}
.mlDetailsTab ul {
    margin: 0;
    padding: 0;
    border-bottom: none;
    background-color: none;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
    z-index: 1;
}
.mlDetailsTab ul li {
    border-bottom: none;
    
    padding: 0;
    margin-bottom: -7px;
}
.mlDetailsTab ul li a {
    color: #222;
    margin: 0 0;
    border-bottom: none;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 70px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-bottom: none;
    margin: 0 3px 0 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.mlDetailsTab ul li a:hover {
    color: #000;
    border-bottom: none;
    background: #fff;
    -moz-box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.1);
    padding: 15px 70px 22px;
}
.mlDetailsTab ul li.active a {
    color: #000;
    border-bottom: none;
    background: #fff;
}
.mlDetailsTab ul li.active > a,
.mlDetailsTab ul li.active > a:focus,
.mlDetailsTab ul li.active > a:hover {
    font-weight: 600;
    cursor: pointer;
    border: none;
    color: #000;
    border-bottom: none;
    background: #fff;
    padding: 15px 70px;
    -moz-box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.1);
    padding: 15px 70px 22px;
}
.mlDetailsTabData p {
    font-size: 16px;
    font-weight: 400;
    color: #444;
    line-height: 24px;
    padding: 0 0 15px;
    margin: 0;
}
.mlDetailsTabData {
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}
.mlDtlsText {
    padding: 30px 35px;
}
.mlDtlsText h2 {
    font-size: 24px;
    color: #000;
    line-height: 32px;
    font-weight: 600;
    padding: 0 0 20px 0;
}
.mlDtlsText h3 {
    font-size: 30px;
    font-weight: 600;
    color: #234b9a;
    line-height: 40px;
    padding: 0 0 20px 0;
    margin: 0;
}
.mlCourseTextCart a {
    z-index: 2;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.mlCourseTextCart a img {
    width: 22px;
    height: 22px;
}
.mlDtlsTextBtn {
    position: absolute;
    right: 0;
    top: 68px;
}
.mlDtlsTextBtn a {
    display: inline-block;
    background-color: #e84427;
    -moz-border-top-left-radius: 200px;
    -webkit-border-top-left-radius: 200px;
    -o-border-top-left-radius: 200px;
    -ms-border-top-left-radius: 200px;
    border-top-left-radius: 200px;
    -moz-border-bottom-left-radius: 200px;
    -webkit-border-bottom-left-radius: 200px;
    -o-border-bottom-left-radius: 200px;
    -ms-border-bottom-left-radius: 200px;
    border-bottom-left-radius: 200px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    padding: 15px 70px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    margin: 0;
    float: left;
}
.mlDtlsTextBtn a:hover {
    background-color: #c7a15c;
}
.mlDetailsVideo {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 45px 0 50px;
}
.mlDetailsVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: inherit;
}
.payment > li {
    padding: 0;
    float: left;
    margin: 0 20px 0 0;
}
.forgotPaswordPop {
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
    height: 100%;
}
.forgotPaswordPop .mlLogin {
    height: 100%;
}
.otpInput {
    margin: 30px 30px 10px;
    text-align: center;
}
.popupMl h3 {
    padding: 14px 10px 15px;
    margin: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: #000;
    background-color: #e0e0e0;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}
.floContactDtls {
    position: fixed;
    right: 0;
    top: 25%;
    bottom: -35%;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    padding: 0;
    display: none;
    width: 400px;
    z-index: 8;
    left: 0;
    height: 260px;
    margin: 0 auto;
    border-radius: 10px;
}
.fyContactPopup {
    position: relative;
}
.mlRegPopInput {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    border: none;
    border-bottom: 2px solid #dbdbdb;
    padding: 5px 0;
    margin: 0 10px;
    width: 15%;
    text-align: center;
    display: inline-block;
}
.mlRegSUbPopBtnPart {
    text-align: center;
}
.mlRegSUbPopBtn {
    text-align: center;
}
.popupMl a {
    text-align: center;
    display: inherit;
    margin: 20px auto 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    color: #515151;
    font-weight: 500;
}
.popupMl a:hover {
    color: #c7a15c;
    text-decoration: none;
}
.mlAboutUsBanner {
    position: relative;
}
.mlAboutUsBanner img {
    max-width: 100%;
}
.containerAbout {
    position: relative;
    top: -56px;
    z-index: 1;
}
.mlAboutUsPT {
    -moz-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    padding: 60px 65px;
    background-color: #fff;
}
.mlAboutUsPT h1 {
    font-size: 30px;
    font-weight: 500;
    color: #222;
    line-height: 40px;
    padding: 0 0 40px 0;
    margin: 0;
}
.mlAboutUsPT p {
    font-size: 16px;
    font-weight: 400;
    color: #0c0c0c;
    line-height: 30px;
    padding: 0 0 10px 0;
    margin: 0;
    text-align: justify;
    float: left;
    width: 50%;
    padding: 0 50px 0 0;
}
.mlAboutUsPT p:nth-child(3) {
    padding: 0;
}
.mlFounderPT {
    padding: 0 0 60px 0;
}
.mlFounderPT img {
    max-width: 80%;
    float: right;
    padding: 0 40px;
}
.mlFounderPT h2 {
    font-size: 30px;
    font-weight: 500;
    color: #222;
    line-height: 40px;
    padding: 0 0 50px 0;
    margin: 0;
    text-align: center;
}
.mlFounderPT p {
    font-size: 16px;
    font-weight: 400;
    color: #0c0c0c;
    line-height: 30px;
    padding: 15px 120px 20px 0;
    margin: 0;
}
.mlMissionVision {
    background-color: #f5f5f5;
    padding: 95px 0 60px;
    margin: 0 0 2px 0;
}
.mlMissVissPT {
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 80px 0 0 0;
    background-color: #fff;
}
.mlMissVissPTInn {
    position: absolute;
    width: 100%;
    top: -92px;
}
.mlMissVissPT ul {
    text-align: center;
    position: relative;
}
.mlMissVissPT ul li {
    text-align: center;
    display: inline-block;
}
.mlVision {
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    padding: 5px 10px;
    font-size: 30px;
    font-weight: 500;
    color: #222;
    line-height: 40px;
    -moz-border-top-left-radius: 200px;
    -webkit-border-top-left-radius: 200px;
    -ms-border-top-left-radius: 200px;
    -o-border-top-left-radius: 200px;
    border-top-left-radius: 200px;
    -webkit-border-bottom-left-radius: 200px;
    -moz-border-bottom-left-radius: 200px;
    -ms-border-bottom-left-radius: 200px;
    -o-border-bottom-left-radius: 200px;
    border-bottom-left-radius: 200px;
    width: 160px;
    margin: 0 -15px 0 0;
    background-color: #fff;
}
.mlMissVissLogo {
    position: relative;
    z-index: 1;
    top: 36px;
}
.mlMissVissLogo img {
    width: 97px;
    margin: 0 auto;
    display: block;
}
.mlMission {
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    padding: 5px 10px;
    font-size: 30px;
    font-weight: 500;
    color: #222;
    line-height: 40px;
    -moz-border-top-right-radius: 200px;
    -webkit-border-top-right-radius: 200px;
    -ms-border-top-right-radius: 200px;
    -o-border-top-right-radius: 200px;
    border-top-right-radius: 200px;
    -webkit-border-bottom-right-radius: 200px;
    -moz-border-bottom-right-radius: 200px;
    -ms-border-bottom-right-radius: 200px;
    -o-border-bottom-right-radius: 200px;
    border-bottom-right-radius: 200px;
    width: 160px;
    margin: 0 0 0 -15px;
    background-color: #fff;
}
.mlMissVissPT p {
    font-size: 16px;
    font-weight: 400;
    color: #0c0c0c;
    line-height: 30px;
    padding: 0 60px 20px;
    margin: 0;
    text-align: justify;
}
.mlMissVissPT .col-sm-6 p:nth-child(2) {
    padding: 0 60px 60px;
}
.mlMissVissPT .col-sm-6 {
    border-left: none;
}
.mlMissVissPT .col-sm-6:nth-child(3) {
    border-left: 2px solid #f1f1f1;
}
.mlMissVissPT p span {
    font-size: 20px;
    font-weight: 500;
    color: #0c0c0c;
    line-height: 30px;
}
.mlAboutUsPT h6 {
    font-size: 16px;
    font-weight: 400;
    color: #0c0c0c;
    line-height: 30px;
    padding: 15px 0 10px 0;
    margin: 0;
    text-align: justify;
    clear: both;
}
.mlAboutUsInner h1 {
    font-size: 30px;
    font-weight: 500;
    color: #222;
    line-height: 40px;
    padding: 30px 0 30px 0;
    margin: 0;
}
.mlAboutUsInner {
    padding: 30px 0 50px;
}
.mlAboutUsInner p {
    font-size: 16px;
    font-weight: 400;
    color: #0c0c0c;
    line-height: 26px;
    padding: 0 0 10px 0;
    margin: 0;
}
.mlAboutUsInner h3 {
    font-size: 24px;
    font-weight: 500;
    color: #444;
    line-height: 40px;
    padding: 20px 0 20px 0;
    margin: 0;
}
.mlFaqSec {
    padding: 110px 0 70px;
}
.mlFaqSec h2 {
    color: #222;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    padding: 0 0 25px;
    text-align: center;
}
.mlFaqSec h3 {
    font-size: 16px;
    font-weight: 400;
    color: #0c0c0c;
    line-height: 25px;
    padding: 0 0 25px;
    margin: 0 auto;
    text-align: center;
    width: 80%;
}
.mlFaqArea {
    width: 100%;
    margin: 28px 0 0;
}
.mlFaqs {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.mlFaqs ul {
    margin: 0;
    padding: 0;
}
.mlFaqs ul li {
    display: block;
    padding: 0;
    text-align: left;
    position: relative;
    margin-top: 10px;
}
.mlFaqs ul li strong {
    padding: 10px 15px 12px 18px;
    display: block;
    background: #c6a159;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.mlFaqs ul li span {
    background: url(../images/down_arroww.png) left top no-repeat;
    width: 13px;
    height: 8px;
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 20px;
    z-index: 99;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
}
.mlFaqs ul li.direction span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mlFaqs ul li a {
    color: #fff;
    text-decoration: none;
    position: relative;
}
.mlFaqs ul li ul {
    display: none;
    background-color: #fff;
    position: relative;
    top: -3px;
    left: 0;
    width: 100%;
    z-index: 1;
    border: 1px solid #c6a159;
    border-top: none;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 20px;
    color: #222;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
.mlFaqs ul li:first-of-type ul {
    display: block;
}
.mlFaqs ul li ul li {
    margin-top: 0;
}
.blogDtlsForm {
    padding: 40px 50px 50px;
    margin: 40px 0 0 0;
    width: 820px;
    -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
}
.blogDtlsForm h5 {
    color: #222;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 5px 0;
}
.blogDtlsForm h6 {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    float: left;
    padding: 0 0 30px 0;
    margin: 0;
    color: #515151;
}
.blogDtlsBtn {
    margin: 20px 0 0 0;
    border: none;
    color: #fff;
    padding: 8px 45px;
    background-color: #e84427;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.blogDtlsBtn:hover {
    background-color: #c7a15c;
    color: #fff;
}
.emailSubInput {
    margin: 8px 0 20px 0;
    height: 48px;
    font-weight: 400;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #c8c8c8;
    color: #000;
    font-size: 18px;
    width: 100%;
    background: 0 0;
}
.emailSubArea {
    margin: 8px 0 20px 0;
    font-weight: 400;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #c8c8c8;
    color: #000;
    font-size: 18px;
    width: 100%;
    background: 0 0;
    padding: 0 0 12px 0;
}
.mlTermsAndConditions {
    padding: 100px 0 45px;
}
.mlContainerCustom {
    width: 850px;
    margin: 0 auto;
}
.mlTermsAndConditions h1 {
    font-size: 30px;
    font-weight: 500;
    color: #222;
    line-height: 40px;
    padding: 0 0 35px 0;
    margin: 0;
}
.mlTermsAndConditions h2 {
    font-size: 24px;
    font-weight: 500;
    color: #444;
    line-height: 34px;
    padding: 20px 0;
    margin: 0;
}
.mlTermsAndConditions h3 {
    font-size: 20px;
    font-weight: 500;
    color: #444;
    line-height: 30px;
    padding: 20px 0;
    margin: 0;
}
.mlTermsAndConditions p {
    font-size: 16px;
    font-weight: 400;
    color: #444;
    line-height: 24px;
    padding: 0 0 15px 0;
    margin: 0;
}
.mlTermsAndConditions p a {
    color: #e84427;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 500;
}
.mlTermsAndConditions p a:hover {
    color: #c7a15c;
    text-decoration: none;
}
.mlTermsAndConditions ul {
    margin: 0 0 0 20px;
}
.mlTermsAndConditions ul li {
    font-size: 16px;
    font-weight: 400;
    color: #444;
    line-height: 20px;
    padding: 6px 0;
    margin: 0;
    list-style: disc;
}
.mlContactUs {
    padding: 120px 0 300px;
    background: url(../images/contact_bg.jpg) no-repeat 0 bottom;
    background-size: contain;
}
.mlContactUs h1 {
    color: #222;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    padding: 0 0 30px 0;
}
.mlContactUs p {
    font-size: 16px;
    font-weight: 400;
    color: #0c0c0c;
    line-height: 24px;
    padding: 0 0 50px 0;
    margin: 0;
}
.mlContactLeftPt {
    padding: 0 60px;
}
.mlContactDtls {
    position: relative;
    padding: 0 0 35px 0;
}
.mlConIcon {
    float: left;
    width: 36px;
    margin: 8px 25px 0 0;
}
.mlConIcon img {
    max-width: 100%;
}
.mlConText {
    float: left;
}
.mlContactUs h2 {
    font-size: 24px;
    font-weight: 500;
    color: #222;
    line-height: 34px;
    padding: 0 0 15px 0;
    margin: 0;
}
.mlContactUs h4 {
    font-size: 15px;
    font-weight: 500;
    color: #515151;
    line-height: 24px;
    padding: 0;
    margin: 0;
}
.mlContactRightPt {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 7px 56px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 7px 56px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 7px 56px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 7px 56px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 56px rgba(0, 0, 0, 0.08);
    background: #fff;
    position: relative;
}
.mlContactRightPt form {
    padding: 40px 60px 50px;
}
.mlContactRightPt h3 {
    padding: 15px 55px;
    margin: 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #444;
    background-color: #e0e0e0;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}
.mlContactBtn {
    display: inline-block;
    background-color: #e84427;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 16px;
    color: #fff;
    margin: 35px 0 0 0;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 60px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    width: 100%;
    border: none;
    height: initial;
}
.mlContactBtn:hover {
    background-color: #c7a15c;
}
.form-group08 {
    width: 100%;
}
.mlNeedSupportRight form input.mlRegInputRight:focus {
    outline: 0;
    border-bottom: 2px solid #195da5;
}
.mlNeedSupportRight form input.mlRegInputLeft:focus {
    outline: 0;
    border-bottom: 2px solid #195da5;
}
.mlNeedSupportRight form textarea.mlRegInput:focus {
    outline: 0;
    border-bottom: 2px solid #195da5;
}
.mlNeedSupportRight form input.mlNeedSupportBtn:focus {
    outline: 0;
}
.mlContactRightPt form input.mlRegInputRight:focus {
    outline: 0;
    border-bottom: 2px solid #195da5;
}
.mlContactRightPt form input.mlRegInputLeft:focus {
    outline: 0;
    border-bottom: 2px solid #195da5;
}
.mlContactRightPt form textarea.mlRegInput:focus {
    outline: 0;
    border-bottom: 2px solid #195da5;
}
.mlContactRightPt form input.mlContactBtn:focus {
    outline: 0;
}
.mlListPrevNext table {
    display: inline-table;
    width: 100%;
}
.mlPackages {
    padding: 110px 0 70px;
}
.mlPackages h1 {
    color: #222;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    padding: 0 0 25px;
    text-align: center;
}
.mlPackages h3 {
    font-size: 16px;
    font-weight: 400;
    color: #0c0c0c;
    line-height: 25px;
    padding: 0 0 25px;
    margin: 0 auto;
    text-align: center;
}
.mlPackagesGrid {
    margin: 100px 0 0 0;
    position: relative;
}
.mlPackagesName {
    -moz-transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    background-color: #676869 !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    color: #fff !important;
    line-height: 38px !important;
    padding: 7px 30px 32px !important;
    text-align: center !important;
    position: absolute !important;
    top: 115px !important;
    left: -95px !important;
    -moz-border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -o-border-radius: 30px !important;
    -ms-border-radius: 30px !important;
    border-radius: 30px !important;
    text-transform: uppercase !important;
    z-index: -1 !important;
    width: 262px !important;
}
.mlAllGridPkz {
    text-align: center;
}
.mlAllGridPkz .col-sm-4 {
    width: 32.333333%;
    text-align: center;
    display: inline-block;
    float: inherit;
}
.col-sm-4:nth-child(2) .mlPackagesName {
    background-color: #2a2a2b;
}
.col-sm-4:nth-child(3) .mlPackagesName {
    background-color: #783f24;
}
.col-sm-4:nth-child(4) .mlPackagesName {
    background-color: #922c20;
}
.col-sm-4:nth-child(5) .mlPackagesName {
    background-color: #805508;
}
.mlPackageProfessional {
    background-color: #805508;
}
.mlPackagesGridPTAll {
    position: relative;
    text-align: center;
    margin: 0 0 20px 48px;
}
.mlPackagesGridPT {
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    margin: 0 0 0;
    padding: 0 25px 20px;
    height: 540px;
    background-color: #fff;
    z-index: 1;
}
.mlPackagesGridPT img {
    width: 215px;
    margin: 0 auto 0;
    display: block;
    position: relative;
    top: -70px;
}
.mlPackagesGridPTBtn {
    text-align: center;
    margin: 25px auto 0;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.mlPackages h2 {
    color: #234b9a;
    font-size: 56px;
    line-height: 66px;
    font-weight: 600;
    padding: 0 0 25px;
    text-align: center;
    margin: -48px 0 0 0;
}
.mlPackages p {
    font-size: 16px;
    font-weight: 400;
    color: #0c0c0c;
    line-height: 25px;
    padding: 0 0 25px;
    margin: 0 auto;
    text-align: center;
}
.mlPackages ul {
    text-align: center;
    font-size: 15px;
    width: 560px;
    margin: 0 auto;
}
.mlPackages ul li {
    padding: 5px 0;
}
.mlPackagesViewDtls {
    display: inline-block;
    background-color: #fff;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 14px;
    color: #444;
    font-weight: 700;
    line-height: 20px;
    padding: 8px 38px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    display: inline-block;
    margin: 0 10px 0 0;
    text-transform: uppercase;
}
.mlPackagesViewDtls:hover {
    background-color: #c7a15c;
    text-decoration: none;
    color: #fff;
}
.mlPackagesBuyNow {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.mlPackagesBuyNow a {
    background-color: #e84427;
    text-align: center;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    padding: 45px 38px 16px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    margin: 0 10px 0 0;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    top: -28px;
}
.mlPackagesBuyNow a:hover {
    background-color: #c7a15c;
    text-decoration: none;
    color: #fff;
}
.mlTeachWithUs {
    padding: 120px 0 60px;
}
.mlTeachWithUs h1 {
    color: #222;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    padding: 0 0 30px 0;
}
.mlTeachWithUs h2 {
    font-size: 24px;
    font-weight: 500;
    color: #222;
    line-height: 34px;
    padding: 0 0 15px 0;
    margin: 0;
}
.mlTeachWithUs p {
    font-size: 16px;
    font-weight: 400;
    color: #0c0c0c;
    line-height: 24px;
    padding: 0 0 15px 0;
    margin: 0;
}
.mlWriteWithUsPt {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 7px 56px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 7px 56px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 7px 56px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 7px 56px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 56px rgba(0, 0, 0, 0.08);
    background: #fff;
    position: relative;
    margin: 40px 0 0 0;
    overflow: hidden;
}
.mlWriteWithUsImage {
    width: 45%;
    float: left;
}
.mlWriteWithUsImage img {
    max-width: 100%;
}
.mlWriteWithUsForm {
    width: 55%;
    float: left;
}
.mlWriteWithUsForm form {
    padding: 50px 70px 60px;
}
.mlWriteWithUsFormInput {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    border: none;
    border-bottom: 2px solid #dbdbdb;
    padding: 5px 0;
    margin: 0 0 30px 0;
    width: 100%;
}
.mlWriteWithUsFormBtn {
    display: inline-block;
    background-color: #e84427;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 16px;
    color: #fff;
    margin: 15px 0 0 0;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 60px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    border: none;
    height: initial;
}
.mlWriteWithUsFormBtn:hover {
    background-color: #c7a15c;
}
.mlCourseDtlsBanner {
    position: relative;
}
.mlCourseDtlsBanner img {
    max-width: 100%;
}
.mlCourseDtlsBtnPT {
    position: absolute;
    bottom: -43px;
    right: 0;
    width: 505px;
    background-color: #fff;
    -webkit-border-bottom-left-radius: 200px;
    -moz-border-bottom-left-radius: 200px;
    -o-border-bottom-left-radius: 200px;
    -ms-border-bottom-left-radius: 200px;
    border-bottom-left-radius: 200px;
    -webkit-border-top-left-radius: 200px;
    -ms-border-top-left-radius: 200px;
    -o-border-top-left-radius: 200px;
    -moz-border-top-left-radius: 200px;
    border-top-left-radius: 200px;
    -moz-box-shadow: 0 7px 56px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 7px 56px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 7px 56px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 7px 56px rgba(0, 0, 0, 0.3);
    box-shadow: 0 7px 56px rgba(0, 0, 0, 0.3);
}
.mlCourseDtlsBtnPT h1 span {
    font-size: 30px;
    font-weight: 700;
    color: #234b9a;
    line-height: 40px;
    padding: 25px 48px;
    margin: 0;
    float: left;
}
.mlCourseDtlsBtnPT h1 a {
    display: inline-block;
    background-color: #e84427;
    font-size: 24px;
    color: #fff;
    margin: 0;
    font-weight: 700;
    line-height: 34px;
    padding: 28px 0;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
    width: 40%;
    border: none;
    text-align: center;
    float: right;
}
.mlCourseDtlsBtnPT h1 a:hover {
    background-color: #c7a15c;
    text-decoration: none;
    color: #fff;
}
.mlCoursesDtlsPage {
    padding: 60px 0;
}
.mlCoursesDtlsPage h2 {
    font-size: 30px;
    font-weight: 500;
    color: #234b9a;
    line-height: 40px;
    padding: 0 0 40px 0;
    margin: 0;
}
.mlCoursesDtlsPage p {
    font-size: 16px;
    font-weight: 400;
    color: #0c0c0c;
    line-height: 24px;
    padding: 0 0 20px 0;
    margin: 0;
}
.mlCourseDtlsMaterial {
    padding: 0 0 30px;
}
.mlCourseDtlsMaterial h3 {
    font-size: 30px;
    font-weight: 500;
    color: #222;
    line-height: 40px;
    padding: 0 0 40px 0;
    margin: 0;
}
.mlCDMaterialSec {
    margin: 0 0 30px 0;
    background-color: #f6f6f6;
}
.mlCDMaterialSecText {
    width: 70%;
    padding: 40px;
    float: left;
}
.mlCDMaterialSecText h4 {
    font-size: 24px;
    font-weight: 500;
    color: #444;
    line-height: 34px;
    padding: 0 0 20px 0;
    margin: 0;
}
.mlCDMaterialSecText h4 span {
    font-size: 30px;
    font-weight: 700;
    color: #234b9a;
    line-height: 40px;
    padding: 0 22px 0 0;
    margin: 0;
}
.mlCDMaterialSecText h5 {
    font-size: 16px;
    font-weight: 400;
    color: #0c0c0c;
    line-height: 24px;
    padding: 0 0 0 35px;
    margin: 0 0 0 60px;
    border-left: 2px solid #d7d7d7;
}
.mlCDMaterialSecText h5 a {
    color: #e84427;
    line-height: 24px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mlCDMaterialSecText h5 a:hover {
    text-decoration: none;
    color: #c7a15c;
}
.mlCDMaterialSecImg {
    width: 280px;
    float: right;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
    padding: 15px 40px;
    background-color: #fff;
}
.mlCDMaterialSecImg img {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.mlCDPointPT {
    position: relative;
}
.mlCDPointVolume {
    width: 47%;
    float: left;
    -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
    background-color: #faf9f9;
}
.mlCDPointVolume h4 {
    font-size: 24px;
    font-weight: 500;
    color: #444;
    line-height: 34px;
    padding: 32px 40px;
    margin: 0;
    float: left;
    width: 65%;
}
.mlCDPointVolume h5 {
    font-size: 46px;
    font-weight: 700;
    color: #234b9a;
    line-height: 56px;
    padding: 22px 40px;
    margin: 0;
    float: right;
    text-align: center;
    background-color: #fff;
    border-left: 2px solid #f6f6f6;
    width: 35%;
}
.mlCDFreeeToken {
    width: 50%;
    float: right;
    -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
    background-color: #faf9f9;
}
.mlCDFreeeToken h4 {
    font-size: 24px;
    font-weight: 500;
    color: #444;
    line-height: 34px;
    padding: 32px 40px;
    margin: 0;
    float: left;
    width: 65%;
}
.mlCDFreeeToken h5 {
    font-size: 46px;
    font-weight: 700;
    color: #234b9a;
    line-height: 56px;
    padding: 22px 40px;
    margin: 0;
    float: right;
    text-align: center;
    background-color: #fff;
    border-left: 2px solid #f6f6f6;
    width: 35%;
}
.mlCDBuyNowBtnPT {
    margin: 60px auto 0;
    width: 212px;
}
.mlCDBuyNowBtnPT a {
    display: block;
    background-color: #e84427;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
    padding: 12px 60px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    width: 240px;
    border: none;
    margin: 60px auto 0;
    text-align: center;
}
.mlCDBuyNowBtnPT a:hover {
    background-color: #c7a15c;
    text-decoration: none;
}
.mlCoursePageBtnSolid1 {
    display: block;
    background-color: #e84427;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
    padding: 12px 60px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    width: 240px;
    border: none;
    margin: 60px auto 0;
    text-align: center;
}
.mlCoursePageBtnSolid1:hover {
    background-color: #c7a15c;
    text-decoration: none;
}
.packgListBTN {
    background-color: #e84427;
    text-align: center;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    padding: 45px 38px 16px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    margin: 0 10px 0 0;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    top: -28px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.packgListBTN:hover {
    background-color: #c7a15c;
    text-decoration: none;
    color: #fff;
}
.mlCoursesBig img {
    height: 269px;
}
.notification {
    position: absolute;
    top: 8px;
    right: 16px;
    color: #fff;
    background-color: #e84528;
    width: 20px;
    height: 20px;
    text-align: center;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    font-size: 12px;
    z-index: 1;
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.pricing {
    padding: 100px 0 0;
    position: relative;
    margin: 0 0 90px 0;
}
.pricing h1 {
    font-size: 38px;
    font-weight: 400;
    color: #222;
    line-height: 50px;
    padding: 0 0 50px 0;
    margin: 0;
    text-align: center;
}
.pricing h1 span {
    font-size: 24px;
    display: block;
    padding: 8px 0 0 0;
    line-height: 34px;
    color: #444;
    font-weight: 300;
}
.planAll {
    width: 800px;
    margin: 0 auto;
}
.pricing .col-sm-3 {
    padding: 0 10px;
}
.pricingPt {
    padding: 0 0 60px 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    background-color: #fff;
}
.pricingPt h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 0;
    margin: 0;
    color: #fff;
    background-color: #c7a15c;
    -moz-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}
.mlPricingPt h3 {
    background-color: #989898;
}
.pricingPt h2 {
    font-size: 24px;
    font-weight: 400;
    color: #222;
    line-height: 36px;
    padding: 30px 0;
    margin: 0;
    text-align: center;
}
.pricingPt h2 span {
    font-size: 66px;
    line-height: 76px;
    display: block;
    padding: 10px 0 0 0;
}
.pricingPt h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 15px;
    margin: 0;
    color: #000;
}
.pricingPt p {
    font-size: 16px;
    font-weight: 500;
    color: #444;
    line-height: 24px;
    padding: 0 0 10px 0;
    margin: 0;
    text-align: center;
}
.pricingPtBtn {
    margin: 0;
    bottom: -24px;
    position: absolute;
    border: none;
    left: 15%;
    right: 15%;
    width: 70%;
    color: #fff;
    padding: 10px 12px;
    background-color: #e84427;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.pricingPtBtn:hover {
    background-color: #c7a15c;
    color: #fff;
    text-decoration: none;
}
h2#trans {
    color: #00b917;
}
input#btntrans {
    width: 185px;
    margin: 0 auto;
    display: block;
}
#data #Test {
    background-color: #e84427;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    padding: 18px 65px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    float: inherit;
}
#data #Test:hover {
    background-color: #c7a15c;
    color: #fff;
    text-decoration: none;
}
#btnchkcart a {
    background-color: #e84427;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    padding: 18px 65px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    margin: 0 auto;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    float: inherit;
}
#btnchkcart a:hover {
    background-color: #c7a15c;
    color: #fff;
    text-decoration: none;
}
.ui-widget.ui-widget-content {
    padding: 14px 22px;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
    border-top-right-radius: inherit;
    width: 93.9% !important;
    margin-top: 4px !important;
}
.ui-menu .ui-menu-item {
    background-color: transparent;
    border: none;
    list-style-image: none !important;
}
.ui-menu .ui-menu-item:hover {
    background-color: transparent;
    border: none;
    list-style-image: none !important;
    padding: 0 !important;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    background-color: transparent;
    border: none;
    padding: 3px 0;
    display: inline-block;
}
.ui-menu .ui-menu-item a:hover {
    text-decoration: none;
    color: #e84427;
    background-color: transparent;
    border: none;
}
.ui-widget {
    font-family: Quicksand, sans-serif !important;
    font-size: 14px;
    color: #222;
}
.mlDetailsTabData pre {
    font-family: Quicksand, sans-serif !important;
    font-size: 15px !important;
    white-space: pre-wrap;
    padding: 0;
    border: none;
}
#examp_info {
    display: none;
}
.dataTables_wrapper .dataTables_paginate {
    float: inherit !important;
    text-align: center;
}
#toggle-section {
    overflow: overlay;
    height: 400px;
}
#toggle-section02 {
    overflow: overlay;
    height: 800px;
}
::-webkit-scrollbar {
    width: 3px;
    position: absolute;
    right: 0;
}
::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1) !important;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.25) !important;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.25) !important;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.sucesFulBdy {
    padding: 40px 50px 40px;
}
.sucesFulBdy img {
    width: 115px;
    margin: 0 auto;
    display: block;
}
.sucesFulBdy h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 34px;
    padding: 20px 0 20px 0;
    margin: 0;
    text-align: center;
}
.sucesFulBdy h3 span {
    font-size: 16px;
    font-weight: 400;
    color: #868585;
    line-height: 24px;
    padding: 2px 0 0 0;
    margin: 0;
    display: block;
}
.sucesFulBtn {
    background-color: #e84427;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 16px;
    color: #fff;
    margin: 0 auto 0;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 40px;
    width: 100px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    border: none;
    text-align: center;
    display: block;
}
.sucesFulBtn:hover {
    background-color: #c7a15c;
}
#mlCartPhide tr {
    border-bottom: 10px solid rgba(0, 0, 0, 0.2);
}
#mlCartPhide tr:last-child {
    border-bottom: none;
}
.planAll .col-sm-6:first-child .pricingPt h3 {
    background-color: #989898;
}
.MlLoginReset {
    height: 100vh;
}
.ui-widget.ui-widget-content {
    height: 518px;
    overflow: overlay;
}
.transdetailsPayM h6 span,
.transdetailsPayM h5 span {
    float: right;
}
.transdetailsPayM h6{
	font-size: 24px;
}
@media (min-width: 1921px) {
    .ui-widget.ui-widget-content {
        width: 100% !important;
    }
}
@media (max-width: 1920px) {
    .ui-widget.ui-widget-content {
        width: 95.7% !important;
    }
}
@media (max-width: 1680px) {
    .ui-widget.ui-widget-content {
        width: 95.1% !important;
    }
}
@media (max-width: 1440px) {
    .ui-widget.ui-widget-content {
        width: 94.3% !important;
    }
}
@media (max-width: 1366px) {
    .ui-widget.ui-widget-content {
        width: 93.9% !important;
    }
}











/*---------------------------Coupon_Code---------------------------*/

#coupon{
	background-color: #f3f3f3;
    padding: 10px 20px;
}
#coupon #CouponCode{
	background: transparent;
	width: 80%;
}
#coupon #ValidCoupon {
    display: inline-block;
    background-color: #e84427;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    padding: 4px 16px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
    margin: 0 0 0 0;
    float: left;
    border: none;
}
#coupon #ValidCoupon:hover {
    background-color: #c7a15c;
}
#CouponCodehideId{
	clear: both;
	padding: 12px 0 0 0;
}
#magnumbits1{
	border-bottom: 2px solid #f2f2f2;
    padding: 10px 20px;
    background-color: #f3f3f3;
}
#Magnumbits {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    border: none;
    border-bottom: 2px solid #dbdbdb;
    padding: 5px 0;
    margin: 0 10px 0 0;
	background: transparent;
	width: 46%;
}
#Values {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    border: none;
    border-bottom: 2px solid #dbdbdb;
    padding: 5px 0;
    margin: 0;
	background: transparent;
	width: 46%;
	float: right;
}

@media (max-width: 1336px) {
#coupon #CouponCode{
	width: 75%;
}
}
@media (max-width: 1199px) {
#coupon #CouponCode{
	width: 70%;
}
}
@media (max-width: 900px) {
#coupon #CouponCode{
	width: 65%;
}
#coupon #ValidCoupon {
    padding: 4px 12px;
}
}
@media (max-width: 767px) {
#coupon #CouponCode{
	width: 85%;
}
#coupon #ValidCoupon {
    padding: 4px 16px;
}
}
@media (max-width: 580px) {
#coupon #CouponCode{
	width: 80%;
}
}
@media (max-width: 479px) {
#coupon #CouponCode{
	width: 76%;
}
}
@media (max-width: 400px) {
#coupon #CouponCode{
	width: 73%;
}
}
@media (max-width: 360px) {
#coupon #CouponCode{
	width: 72%;
}
}
/*---------------------New_Button---------------------*/

.paymentRightAllBtn{
}
.paymentRightAllBtn h2{
	float: left;
}
.dd{
	float: right;
	padding: 30px 0 0 0;
}
.mlPayTab {
    position: relative;
}
.dd {
    float: right;
    padding: 12px 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
}
#chkMagn {
    display: block;
	text-align:center;
    background-color: #fff;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 14px;
    color: #444;
    font-weight: 700;
    line-height: 24px;
    padding: 4px 20px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    border: 2px solid #c7a15c;
    text-transform: uppercase;
	margin: 0 0 10px 0;
	width: 136px;
}
#chkMagn:hover {
    background-color: #c7a15c;
    color: #fff;
    text-decoration: none;
}
#chkMagn.active {
    background-color: #c7a15c;
    color: #fff;
    text-decoration: none;
}

#chkCoupn {
    display: block;
	text-align:center;
    background-color: #fff;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    font-size: 14px;
    color: #444;
    font-weight: 700;
    line-height: 24px;
    padding: 4px 20px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    border: 2px solid #c7a15c;
    text-transform: uppercase;
	width: 136px;
}
#chkCoupn:hover {
    background-color: #c7a15c;
    color: #fff;
    text-decoration: none;
}

#chkCoupn.active {
    background-color: #c7a15c;
    color: #fff;
    text-decoration: none;
}
.paymentInfo {
    margin-top: 4px;    
}

.paymentInfo input[type=number] {
-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .08);
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .08);
-o-box-shadow: 0 0 20px rgba(0, 0, 0, .08);
box-shadow: 0 0 20px rgba(0, 0, 0, .08);
background: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
margin-top: 5px;
padding: 0 16px;
width: 100%;
height: 49px;
border: none
}

.paymentInfo .select {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 0 12px;
    width: 100%;
    height: 49px;
    border: none;
    margin-top: 5px;
}



@media (max-width: 767px) {
        .hidden-mobile {
            display: none;
        }
		.mlCourseDtlsBtnPT {
			width:100%;
		}
		.mlCourseDtlsTag {
			width:100%;
		}
		.mlCouseDtlsText
		{
			width:100%;
		}
		
		.mlCDPointVolume{
			width:100%;
		}
		
		.mlCDFreeeToken{
			width:100%;
		}
		
		.show-mobile {
            margin-top:15px !important;
            display: inline-flex;
        }

    }

   
    @media (min-width: 992px) {
        .hide-desktop {
            display: none;
        }
		
		.mlCourseDtlsBtnPT {
			width:40%;
		}
		.mlCourseDtlsTag {
			width:40%;
		}
		.mlCouseDtlsText
		{
			width:60%;
		}
		
		.mlCDPointVolume{
			width:47%;
		}
		
		.mlCDFreeeToken{
			width:50%;
		}
		
		
    }
	
	.mlNewRightPat ul li select {
    float: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    border: none;
    padding: 18px 5px;
    transition: all 0.5s ease;
    display: inline-block;
    position: relative;
    background: none;
}