@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
html {
	height:100%;
}
body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #282828;
	margin: 0;
	height: 100%;
	line-height: 1.2; 
}
* {
    outline: 0 none;
  /*  transition: all 0.5s ease 0s;*/
}
b, strong {
    font-weight: bold;
}
.no-gut {
	margin: 0;
}
.no-gut > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.sixpixrow {
	margin: 0 -3px;
}
.sixpixrow > [class*='col'] {
    padding-right:3px;
    padding-left:3px;
}
#achiev h3 , #review h3 {
    display: none;
}
iframe {
    border: 0 none;
}
img {
    max-width: 100%;
}
#header {
    margin: 18px 0 50px 0;
}
.logobox p {
    margin: 0;
}
.logocol {
    padding-right: 0;
}
#menubox {
    max-width: 575px;
    margin: 0 auto;
}
.nav.menu a {
    display: block;
    width: 250px;
    height: 47px;
    border-radius: 50px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin: 0 5px 10px 5px;
    background-color: #adaba6;
}
.nav.menu li:first-child a {
    background-color: #cf142b;
}
.navliner {
    margin: 13px 0 0 0;
    padding: 0;
}
.navliner .navbar-nav .nav-link {
    padding: 0 8px;
    border: 0 none;
    color: #282828;
    text-align: center;
    background-color: transparent;
    text-decoration: none;
    margin: 0;
    font-size: 17px;
    line-height: 50px;
    height: 60px;
    font-weight: 500;
    border-bottom: 11px solid transparent;
    white-space: nowrap;
    position: relative;
}
.navliner .navbar-nav .nav-link:hover,
.navliner .navbar-nav .active .nav-link,
.navliner .navbar-nav .active .nav-link:hover {
    border-bottom: 11px solid #cf142b;
    color: #cf142b;
    font-weight: 500;
}
.navliner .navbar-nav {
    width: 100%;
    padding: 0;
    flex-direction: row;
    margin: 0 auto;
}
.headergrayholder {
    position: relative;
}
.headergrayholder::after {
    content: '';
    position: absolute;
    top: -18px;
    left: 0;
    height: 807px;
    z-index: -1;
    right: -999em;
    background-color: #adaba6;
}
.notmain .headergrayholder::after {
    content: '';
    position: absolute;
    top: -18px;
    left: 0;
    bottom: -15px;
    height: auto;
    z-index: -1;
    right: -999em;
    background-color: #adaba6;
}
.telbox {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.telbox p {
    margin: 0 0 4px 0;
}
.telbox a[href*="tel"] {
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    display: block;
    margin: 0;
    font-weight: bold;
}
.callbackbtn {
    display: block;
    max-width: 224px;
    white-space: nowrap;
    width: fit-content;
    margin: 0 0 0 auto;
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
    padding: 0 0 0 20px;
    background: url(../img/tel-icon.png) no-repeat scroll left center;      
    cursor: pointer; 
}
.callbackbtn:hover {
    color: #fff;
}
.messbox {
    display: flex;
    justify-content: center;
    margin: 7px 0 0 25px;
}
.messbox a {
    position: relative;
    z-index: 99;
    width: 34px;
    height: 34px;
    margin: 0 0 0 5px;
    display: block;
    text-decoration: none;
}
.cbmx {
    background: url(../img/max-icon.png) no-repeat scroll 0 0; 
}
.cbwa {
    background: url(../img/whatsapp-icon.png) no-repeat scroll 0 0; 
}
.cbvb {
    background: url(../img/viber-icon.png) no-repeat scroll 0 0; 
    
}
.cbvk {
    background: url(../img/vk-icon.png) no-repeat scroll 0 0; 
    
}
.cbfb {
    background: url(../img/facebook-icon.png) no-repeat scroll 0 0; 
}
.cbtg {
    background: url(../img/cbtg.png) no-repeat scroll 0 0; 
}
.cbin {
    background: url(../img/cbin.png) no-repeat scroll 0 0; 
}
.redbtn {
    width: fit-content;
    background-color: #cf142b;
    border: 1px solid #fc1f1f;
    color: #fff;
    font-size: 20px;
    max-width: 300px;
    line-height: 60px;
    height: 62%;
    text-align: center;
    justify-content: center;
    padding: 0 38px;
    border-radius: 60px;
    cursor: pointer;
    margin: 0 0 15px 0;
    display: flex;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 4px 21px #00000073;
}
.redbtn:hover, .redbtn:focus {
    color: #fff;
    text-decoration: none;
}
.whitebtn {
    width: fit-content;
    background-color: #fff;
    border: 2px solid #cf142b;
    color: #cf142b;
    font-size: 20px;
    line-height: 60px;
    font-weight: 500;
    height: 62px;
    text-align: center;
    padding: 0 38px;
    border-radius: 60px;
    cursor: pointer;
    margin: 0 0 15px 0;
    display: flex;
    white-space: nowrap;
}
.onlinecourse .redbtn {
    box-shadow: 0 4px 21px #b51c2f73;
}
.whitebtn:hover, .whitebtn:focus {
    color: #cf142b;
    text-decoration: none;
}
.mod-act-row {
    display: flex;
}
.mod-act-row a:not(:first-child){
    margin: 0 0 0 20px;
}
#onlinecourse h3 {
    text-transform: uppercase;
    color: #adaba6;
    font-size: 25px;
    font-weight: 500;
    margin: 40px 0 10px 0;
}
#onlinecourse h1 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 20px 0;
    line-height: 1.1;
    font-size: 50px;
}
#onlinecourse h1 strong {
    color:#cf142b;
}
#onlinecourse .mod-text {
    font-size: 27px;
    margin: 0 0 30px 0;
}
.img_relat {
    position: relative;
}
.img_relat::after {
    position: absolute;
    content: '';
    width: 180px;
    height: 110px;
    border-top: 4px solid #adaba6;
    border-left: 4px solid #adaba6;
    top: -15px;
    left: 0px;
}
.img_relat img {
    position: absolute;
    max-width: fit-content;
}
#onlinecourse .img_relat img {
    position: absolute;
    top: 0;
    left: 15px;
}
#onlinecourse .img_relat {
    height: 545px;
    margin-bottom: 30px;
}
section h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 43px;
    margin: 0 0 15px 0;
}
section h3 strong {
    color: #cf142b;
}
#advants h3 strong {
    white-space: nowrap;
}
#forwhom {
    padding: 70px 0 10px 0;
    background-color: #f4f4f4;
}
.customforwhom > p {
    text-align: center;
    margin: 0 0 18px 0;
    font-size: 24px;
    font-weight: 500;
}
#forwhom h3 {
    text-align: center;
}
#forwhom h4 {
    text-transform: uppercase;
    min-height: 72px;   
    color: #cf142b;
    margin: 18px 0 15px 0;
    font-weight: bold;
    font-size: 20px;
}
#forwhom .row p {
    margin: 0 0 40px 0;
}
#tkmbwrap {
    overflow: hidden;
}
#methods {
    padding: 70px 0 55px 0;
}
#methods p {
    margin: 0 0 20px 0;
}
.img_abs {
    position: absolute;
    top: 0;
    left: 15px;
}
#methods h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 43px;
    margin: 0 0 25px 0;
}
#methods .img_abs {
    width: 624px;
    height: 451px;
}
#methods .img_relat::after {
    display: none;
    
}
#methods .img_abs::after {
    position: absolute;
    content: '';
    width: 180px;
    height: 110px;
    border-top: 4px solid #adaba6;
    border-left: 4px solid #adaba6;
    top: -20px;
    left: -20px;
}
#methods .img_abs::before {
    position: absolute;
    content: '';
    width: 180px;
    height: 110px;
    border-right: 4px solid #adaba6;
    border-bottom: 4px solid #adaba6;
    bottom: -20px;
    right: -20px;
}
#author {
    background-color: #f4f4f4;
    padding: 60px 0 30px 0;
}
.author-title {
    text-align: center;
    margin: 35px 0 0 0;
}
.author-title p:first-child {
    text-transform: uppercase;
    margin: 0 0 20px 0;
    color: #cf142b;
    font-size: 24px;
    font-weight: bold;
}
#author .mod-text p {
    margin: 0 0 5px 0;
}
#author ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#author ul li {
    position: relative;
    padding: 0 0 0 34px;
    margin: 0 0 5px 0;
}
#author ul li::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #cf142b;
    left: 8px;
    top: 5px;
    position: absolute;
}
#achiev {
    padding: 56px 0 40px 0;
    text-align: center;
}
#achiev p:first-child {
    position: relative;
    color: #cf142b;
    margin: 0;
    font-size: 60px;
    font-weight: bold;
}
#achiev p:first-child::after {
    content: '';
    display: block;
    height: 4px;
    width: 92px;
    margin: 25px auto 25px auto;
    background-color: #adaba6;
}
#achiev p:nth-child(2) {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
#program {
    padding: 70px 0 35px 0;
    background: #adaba6 url(../img/program.jpg) no-repeat scroll center bottom; 
}
#lessons p {
    /* padding: 15px 68px 15px 20px; */
    padding: 20px 68px 20px 20px;
    background-color: #f4f4f4;
    margin: 0 0 8px 0;
}
#lessons p:nth-child(odd) strong {
    display: inline-block;
    color: #cf142b;
    width: 74px;
}
#lessons p:nth-child(odd) {
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
#lessons p.openles {
    margin: 0;
    background-color: #fff;
}
#lessons p.openles::after {
    transform: rotate(45deg);
}
#lessons p:nth-child(odd)::after {
    position: absolute;
    content: '+';
    color: #cf142b;
    font-size: 36px;
    font-weight: 500;
    top: 4px;
    right: 25px;
    cursor: pointer;
}
#lessons p:nth-child(even) {
    display: none;
    padding-left: 100px;
    line-height: 1.3;
}
#program h3 {
    color: #fff;
    text-align: center;
    margin: 0 0 25px 0;
}
.customprogram > p {
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin: 0 0 30px 0;
}
.customprogram > p:last-child {
    margin: 0;
}
#program .redbtn {
    margin: 34px auto 0 auto
}
#results {
    background-color: #f4f4f4;
    padding: 60px 0;
}
#results h3 {
    text-align: center;
    margin: 0 auto 20px auto;
}
.customresults > p {
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 30px;
}
.customresults > p:last-child {
    text-align: center;
    margin: 0;
}
.customresults h4 {
    font-size: 20px;
    color: #cf142b;
    margin: 0 0 5px 0;
    min-height: 8px;
}
.customresults .row:first-child h4 {
    min-height: 72px;
}
.customresults .row p {
    font-size: 17px;
    margin: 0 0 30px 0;
}
.customresults .redbtn {
    margin: 0 auto;
}

#advants {
    background-color: #fff;
    padding: 65px 0 40px 0;
}
#advants h3 {
    text-align: center;
    margin: 0 auto 20px auto;
}
.customadvants > p {
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 30px;
}
.customadvants > p:last-child {
    text-align: center;
    margin: 0;
}
.customadvants h4 {
    font-size: 20px;
    color: #cf142b;
}

.customadvants .advas p{
    margin: 0;
    font-size: 17px;

}
.customadvants .advas {
    padding: 0 0 0 92px;
    margin: 0 0 20px 0;
}
.customadvants .advas:nth-child(1) {
    background:url(../img/a1.png) no-repeat scroll 0 0; 
}
.customadvants .advas:nth-child(2) {
    background:url(../img/a2.png) no-repeat scroll 0 0; 
}
.customadvants .advas:nth-child(3) {
    background:url(../img/a3.png) no-repeat scroll 0 0; 
}
.customadvants .advas:nth-child(4) {
    background:url(../img/a4.png) no-repeat scroll 0 0; 
}
.customadvants .advas:nth-child(5) {
    background:url(../img/a5.png) no-repeat scroll 0 0; 
}
#format {
    background-color: #f4f4f4;
    padding: 60px 0 10px 0;
}
#format h3 {
    text-align: center;
    margin: 0 auto 20px auto;
}
.customformat > p:nth-child(2) {
    font-size: 24px;
    margin: 0 0 30px 0;
    text-align: center;
}
.customformat > p {
    text-align: center;
    margin: 0 0 30px 0;
}
#format .redbtn {
    margin: 0 auto;
}
.formatbox {
    line-height: 1.1;
    padding: 30px;
    background: #fff;
    min-height: 790px;
    box-shadow: 0 0 8px #ccc;
    max-width: 540px;
    margin: 0 auto 30px auto;
}
.formatbox.grayformar {
    color: #fff;
    background-color: #adaba6;
    box-shadow: none;
} 
.formatbox.grayformar h4 {
    color: #fff;
}
.formatbox h4 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 5px 0 25px 0;
    color: #adaba6;
    font-weight: bold;
}
.formatbox h4 strong {
    color: #cf142b;
}
.formatbox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.formatbox.grayformar p {
    margin: 0 0 10px 0;
}
.formatbox ul li {
    position: relative;
    padding: 0 0 0 20px;
    /* margin: 0 0 5px 0; */
    margin: 0 0 15px 0;
}
.formatbox.grayformar ul li {
    margin: 0;
}
.formatbox ul li::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #cf142b;
    left: 0px;
    top: 7px;
    position: absolute;
}
.formatbox.grayformar img {
    max-height: 293px;
    display: block;
    margin: 0 auto;
}
#practic .img_commn {
    position: relative;
    margin: 0 0 40px 0;
}
#practic p {
    margin: 0 0 10px 0;
    font-size: 17px;
}
.mw520 {
    max-width: 520px;
}
#practic h3 {
    margin: 0 0 10px 0;
}
#practic {
    padding: 60px 0 15px 0;
}
#practic .mod-text {
    margin: 0 0 10px 0;
}
#practic .img_commn::after {
    position: absolute;
    content: '';
    width: 180px;
    height: 110px;
    border-top: 4px solid #adaba6;
    border-left: 4px solid #adaba6;
    top: -20px;
    left: -20px;
}
#practic .img_commn::before {
    position: absolute;
    content: '';
    width: 180px;
    height: 110px;
    border-right: 4px solid #adaba6;
    border-bottom: 4px solid #adaba6;
    bottom: -20px;
    right: -20px;
}
#videorevs {
    padding: 30px 0 10px 0;
    background-color: #f4f4f4;
}
#videorevs h3 {
    text-align: center;
}
.customvideorevs > p {
    font-size: 24px;
    margin: 0 0 30px 0;
    text-align: center;
}
.customvideorevs .row p:last-child {
    margin: 0 0 30px 0;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}

.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow {
    position: absolute;
    width: 48px;
    border: 0;
    height: 48px;
    top: 44%;
    text-indent: -9000em;
}
.slick-prev {
    background:url(../img/sl.png) no-repeat scroll 0 0; 
    left: -65px;
}
.slick-next {
    background:url(../img/sr.png) no-repeat scroll 0 0; 
    right: -65px;
}
#demobox {
    background-color: #f4f4f4;
    padding: 50px 0 30px 0;
    text-align: center;
}
#demobox p {
        max-width: 937px;
        font-size: 21px;
        margin: 0 auto;
}
#demobox .redbtn {
    margin: 30px auto 15px auto;
}
#review {
    background-color: #f4f4f4;
    padding: 5px 0 30px;
}
.review_box {
    background-color: #fff;
    max-width: 520px;
    margin: 5px 15px;
    position: relative;
    padding: 20px 20px 40px 20px;
    box-shadow: 0 0 5px #ccc;
}
.rev_img {
    width: 67px;
    height: 67px;
    margin: 0 15px 10px 0;
}
.mw82px {
    max-width: 82px;
}
.rev_title {
    font-weight: bold;
    font-size: 20px;
    margin: 5px 0 0 0 ;
}
.rev_dol {
    font-size: 18px;
    color: #adaba6;
}
.rev_date {
    font-size: 18px;
    color: #adaba6;
}
.rev_text {
    padding: 15px 5px 5px 5px;
    overflow: hidden;
    border-top: 1px solid #cf142b;
    height: 160px;
    margin: 10px 0 0 0 ;
    font-size: 17px;
}
.rev_text.openrev {
    height: auto;
}
.rmore {
    position: absolute;
    bottom: 13px;
    font-size: 14px;
    color: #cf142b;
    left: 24px;
    cursor: pointer;
}
.rlower {
    position: absolute;
    bottom: 13px;
    font-size: 14px;
    color: #cf142b;
    left: 24px;
    display: none;
    cursor: pointer;
}
#costs {
    padding: 60px 0 60px 0;
}
#costs h3 {
    text-align: center;
    margin: 0 0 25px 0;
}
.precourse {
    text-align: center;
    font-size: 24px;
    margin: 0 0 30px 0;
}
#costs .carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
}
.course {
    padding: 30px 25px 36px 25px;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 350px;
    margin: 15px auto;
    box-shadow: 0 0 25px rgba(0,0,0, 0.2);
}
.col-lg-4:nth-child(2) .course {
    background-color: #fff;
    margin: 0 auto;
    padding: 30px 25px 50px 25px;
}
.col-lg-4:nth-child(2) .course-title  {
    color: #cf142b;
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #cf142b;
}
.course-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 29px;
    color: #adaba6;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #adaba6;
}
.costs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.costs ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 12px 0;
}
.costs ul li::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #cf142b;
    left: 0px;
    top: 7px;
    position: absolute;
}
.course-text {
    min-height: 300px;
    border-bottom: 1px solid #adaba6;
    padding: 8px 0;
    margin: 0 0 25px 0;
}
.col-lg-4:nth-child(2) .course-text {
    min-height: 310px;
    border-bottom: 1px solid #cf142b;
}
.course-text strong{
    font-weight: normal;
    color: #cf142b;
}
.course-cost {
    font-size: 48px;
    font-weight: 800;
    text-align: center;
}
#costs .redbtn {
    width: 100%;
    min-width: 300px;
    background-color: #cf142b;
    border: 1px solid #fc1f1f;
    color: #fff;
    font-size: 20px;
    justify-content: center;
    line-height: 60px;
    height: 62%;
    text-align: center;
    padding: 0 38px;
    border-radius: 60px;
    cursor: pointer;
    margin: 10px auto;
    display: flex;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 4px 21px #b51c2f73;
}
.course-sale {
    font-size: 24px;
    font-weight: 500;
    color: #cf142b;
    text-align: center;
}
.course-pprice {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    text-decoration: line-through;
}
.course-sale span {
    display: inline-block;
    color: #fff;
    padding: 1px 8px;
    background-color: #cf142b;
}
.course-costs {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 115px;
}
#resdegs { 
    color: #fff;
    text-align: center;
    background-color: #adaba6;
    padding: 60px 0 30px 0; 
    position: relative;
    z-index: 0;
}

.customresdegs > p {
    font-size: 24px;
    margin: 0 0 30px 0;
}
.customresdegs .row p:first-child {
    font-size: 60px;
    margin: 20px 0;
    color: #cf142b;
    text-align: left;
    font-weight: bold;
}
.customresdegs .row p:nth-child(2) {
    font-size: 20px;
    text-align: left;
    margin: 0 0 20px 0;
}
section h3.withbor {
    border-top: 1px solid #fff;
    padding: 15px 0 0 0 ;
}
section#resdegs h3.withbor + p { 
    max-width: 730px;
    margin: 0 auto 30px auto;
}
section#resdegs h3 + p { 
    max-width: 730px;
    margin: 0 auto;
}
#resdegs .redbtn {
    margin: 0 auto;
}
.checkwraps input {
    /* display: none; */
    visibility: hidden;
}
.error + label {
    color: red;
}
.aboutPersonalData label {
    margin: 0;
}
.checkwraps label {
    font-weight: 500;
    display: block;
    padding: 0 0 0 30px;
    position: relative;
    margin: 0 0 15px 0;
    cursor: pointer;
}
.checkwraps label, .checkwraps a {
    color: #fff;
}
.checkwraps a {
    text-decoration: underline;
}
.checkwraps input:checked + label:before {
    content: '';
    border-top: 1px solid #da2b24;
    border-left: 1px solid #da2b24;
    position: absolute;
    padding: 5px 3px;
    top: 3px;
    z-index: 9;
    display: block;
    left: 7px;
    transform: rotate(225deg);
}
.checkwraps label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
}
.mailbox a {
    background:url(../img/mail-icon.png) no-repeat scroll left center;
    text-decoration: none;
    padding: 0 0 0 29px; 
}
.botmenu .nav.menu a {
    background: none !important;
    padding: 0;
    height: auto;
    margin: 0 0 2px 0;
    display: block;
    width: auto;
    text-align: left;
    line-height: normal;
}
.botmenu .nav.menu a:hover {
    text-decoration: underline;
}
.botmenu ul.nav.menu.mod-list {
    flex-direction: column;
}
.taleft {
    text-align: left;
    display: flex;
    align-items: flex-end;
}
#qwestandform {
    padding: 20px 0 90px 0;
}
.leftcol {
    box-shadow: 0 0 40px rgba(0,0,0, 0.22);
    max-width: 428px;
    margin: 0 auto 30px auto;
}
.formhead {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px 0;
    color: #cf142b;
}
.formtext p {
    text-align: center;
    margin: 0 0 20px 0;
}
.callbackform {
    padding: 40px 30px 30px 30px;
}
.calltonumba a {
    color: #fff;
    font-weight: 500;
}
.calltonumba a[href*="tel"]  {
    font-weight: bold;
    font-size: 33px;
}
.leftcol .moduletable.calltonumba {
    background-color: #adaba6;
    padding: 20px 30px 1px 30px;
    color: #fff;
    text-align: center;
}
.leftcol .messbox {
    background-color: #adaba6;
    padding: 1px 30px 30px 30px;
    text-align: center;
    margin: 0;
    justify-content: center;
}
#qwestandform {
    position: relative;
    z-index: 1;
}
.leftcol {
    position: relative; 
    height: 654px;
    z-index: 1;
}
.leftcol .moduletable {
    background-color: #fff;
}
.leftcol::before {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    left: -179px;
    top: -123px;
    width: 417px;
    height: 329px;
    background:url(../img/folder.png) no-repeat scroll left center;
}
.leftcol::after {
    display: block;
    position: absolute;
    z-index: 2;
    content: '';
    right: -30px;
    bottom: -34px;
    width: 155px;
    height: 101px;
    background:url(../img/pen.png) no-repeat scroll left center;
}
#qwests p {
    padding: 25px 52px 25px 20px;
    background-color: #f4f4f4;
    margin: 0 0 24px 0;
    border-left: 8px solid #adaba6;

}
#qwests p:nth-child(odd) {
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
#qwests p.openles {
    margin: 0;
}
#qwests p.openles::after {
    transform: rotate(45deg);
}
#qwests p:nth-child(odd)::after {
    position: absolute;
    content: '+';
    color: #282828;
    font-size: 36px;
    font-weight: 500;
    top: 50%;
    margin: -20px 0 0 0;
    right: 25px;
    cursor: pointer; 
}
#qwests p:nth-child(even) {
    display: none;
    background-color: #fff;
}
.customfaqs h3 {
    text-align: center;
}
.customfaqs {
    padding: 35px 0 0 45px;
}
.customfaqs > p {
    text-align: center;
    font-size: 24px;
    margin: 0 0 30px 0;
}

footer {
    background: #1f1f1f;     
    color: #fff;
    padding: 36px 0 50px 0; 
}
#footleft p:nth-child(1) {
    font-size: 15px;
}
#footleft p:nth-child(2) {
    font-size: 14px;
}
#footright p:nth-child(1) {
    font-size: 13px;
}
footer .telbox a[href*="tel"] {
    color: #fff;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}

#footleft p {
    font-size: 12px;
}
#footright p {
    font-size: 12px;
}
footer #footright p a {
    color: #fff;
    font-weight: 500;   
}
footer #footright p a img{
    vertical-align: baseline;
    margin: 0 0 0 10px;
}
.control-group {
    max-width: 345px;
    margin: 0 auto;
}
.thank {
    text-align: center;
    margin: 30px 0;
    font-size: 18px;
} 

input[type=submit].btn-buy { 
    background: #094197;
    border-radius: 10px;
    border: 0 none;
    height: 36px;
    padding: 0 15px 0 15px;
    line-height: 42px;
    height: 42px;
    font-size: 24px;
    font-weight: 500;
    margin: 0 auto 30px auto;
    color: #fff;
    text-transform: none;
    width: 194px;
    display: block;
}
input[type=submit].redbtn {
    width: 100%;
    max-width: 368px;
    justify-content: center;   
}
input[type=text], input[type=tel], input[type=mail], input[type=password] {
    background-color: #fff;
    max-width: 368px;
    width: 100%;
    height: 60px;
    border-radius: 50px;
    padding: 0 30px;
    text-align: center;
    color: #282828;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 15px 0;
    border: 1px solid #bebfbf;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=mail]::placeholder,
input[type=password]::placeholder,
.inputbox::placeholder {
    color: #1f1f1f;
}
textarea {
    padding: 15px 15px 15px 30px;
    height: 135px;
    border-radius: 21px;
}

iframe {
    max-width: 100%;
}

.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 10px;
    margin-left: 10px;
    list-style: none;
}
.carousel-indicators li.active {
    display: block;
}
.carousel-indicators li {
    display: none;
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50px;
    height: 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    margin: 0;
    text-indent: 0;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
    opacity: 1;
    transition: none;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    opacity: 1;
}

.pagination {
    display: none;
    justify-content: center;
}
.pagination a {
    color: #333;
    margin: 5px;
}
.pagination .disabled a {
    opacity: .5;
}
.pagination .active a, .pagination .active a:hover {
    color: #EF9D0E;
}
.pagination a:hover {
    color: #333;
}

.modalbox {
    text-align: center;
    max-width: 360px;
    padding: 15px;
    margin: 0 auto;
}
label.error {
    display: none !important;
}
.inputbox.error {
   background-color: rgb(231, 203, 203) !important;
}
.modal-content button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: -5px;
    right: -50px;
    opacity: 1;
    width: 45px;
    height: 45px;
}
.modal-content {
    background-color: #000;
    border-radius: 3px;
}
#popupbox .modal-content {
    background: #333 url(../img/formtwo.jpg) no-repeat center center;
    border-radius: 3px;
    background-blend-mode: darken;
}
#popupbox .modalbox {
    text-align: center;
    max-width: 460px;
    padding: 0;
    margin: 0 auto;
}
.modal-title {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
body #boxplus .boxplus-viewer { 
    width: auto;
}  
#boxplus {
	max-width: 100%;
	overflow: hidden !important;
}
.boxplus-text {
	display: none !important;
}

@media (max-width: 768px) {
    #lessons p:nth-child(even) {
        padding: 16px 20px;
    }
    #onlinecourse h1 {
        text-transform: uppercase;
        font-weight: bold;
        margin: 0 0 20px 0;
        line-height: 1.2;
        font-size: 30px;
    }
    #onlinecourse .img_relat {
        height: auto;
        margin-bottom: 64px;
    }
    #onlinecourse .img_relat img {
        position: relative;
        top: 0;
        left: 0;
    }
    .img_relat img {
        position: relative;
        max-width: 100%;
    }
    #lessons p:nth-child(odd) strong {
        display: block;
        color: #cf142b;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .review_box {
        margin: 0;
    }
    .slick-prev {
        left: 0;
        z-index: 99;
    }
    .slick-next {
        right: 0;
        z-index: 99;
    }
    input[type=submit].redbtn {
        width: 100%;
        justify-content: center;
        font-size: 17px;
    }
    .leftcol {
        position: relative;
        height: auto;
        z-index: 1;
    }
    .customfaqs {
        padding: 50px 0 0 0;
    }
    .calltonumba a[href*="tel"] {
        font-weight: bold;
        font-size: 24px;
    }
    .course-text {
        min-height: auto;
    }
    .col-lg-4:nth-child(2) .course-text {
        min-height: auto;
    }
} 
@media (max-width: 991px) {
    .logobox {
        max-width: 168px;
        margin: 0 0 12px 0;
    }
    .leftcol::before {
        top: -50px;
    }
    footer .row > div {
        margin-bottom: 30px;
    }
  	.messbox {
    	justify-content: flex-end;
    	margin: 7px 50px 0 0;
	}
    #methods .img_abs {
        width: fit-content;
        position: relative;
        height: auto;
        margin: 0 auto 40px auto;
        left: auto;
    }
    .mw520 {
        max-width: 100%;
    }
    #methods .img_relat img {
        position: relative;
        max-width: 100%;
    }
    #methods {
        padding: 70px 0 0 0;
    }
    .author-img img {
        display: block;
        margin: 0 auto;
    }
    #practic .img_commn {
        position: relative;
        margin: 0 auto 40px auto;
        left: auto;
        max-width: fit-content;
    }
    iframe {
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }
    .slick-slide > div {
        text-align: center;
    }
    .slick-slide > div .rev_text{
        text-align: left;
    }
    #practic .mod-act-row {
        margin: 25px 0 0 0;    
    }
}
@media (max-width: 1199px) {
    .botmenu ul.nav.menu.mod-list li {
        width: 100%;
        display: block;
    }
    .mod-act-row {
        display: flex;
        margin: 0 0 30px 0;
        flex-direction: column;
        align-items: center;
    }
    .mod-act-row a:not(:first-child) {
        margin: 0;
    }
    #header {
        margin: 18px 0 50px 0;
    }
    .headergrayholder::after {
        content: '';
        position: absolute;
        top: -18px;
        left: 0;
        bottom: -20px;
        height: auto;
        z-index: -1;
        right: -999em;
        background-color: #adaba6;
    }
    ul.nav.menu.mod-list {
        width: 100%;
        display: block;
    }
    .nav.menu a {
        display: block;
        width: 100%;
        height: 34px;
        border-radius: 50px;
        line-height: 34px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        margin: 0 0 10px 0;
        background-color: #adaba6;
    }
    .headergrayholder {
        position: relative;
        margin: 20px 0 0 0;
    }
    .navliner .navbar-nav .nav-link {
        padding: 0 8px;
        border: 0 none;
        text-align: left;
        color: #282828;
        text-align: left;
        background-color: transparent;
        text-decoration: none;
        margin: 0;
        font-size: 17px;
        line-height: 30px;
        height: 40px;
        font-weight: 500;
        border-bottom: 11px solid transparent;
        white-space: nowrap;
        position: relative;
    }
    .course-text {
        min-height: auto;
    }
    .col-lg-4:nth-child(2) .course-text {
        min-height: auto;
    }
}
@media (min-width: 769px) and (max-width: 1199px) {
    .navliner .navbar-nav .nav-link {
        /* font-size: 13px; */
    }
    #lessons p:nth-child(odd) {
        display: flex;
    }
    #lessons p:nth-child(odd) strong {
        flex: 0 0 74px;
    }
    #onlinecourse .mod-text {
        font-size: 20px;
        margin: 0 0 30px 0;
    }
    #onlinecourse .mod-text h1 {
        font-size: 36px;
    }
    ul.nav.menu.mod-list li {
        width: 45%;
        display: inline-block;
    }
    ul.nav.menu.mod-list li:first-child {
        margin-right: 15px;
    }

}
@media (min-width: 1140px)  {
}