
.post-landing-section .inner-wrap{
  display: flex;
  align-items: center;
  flex-direction:column;
}
.post-landing-section h1{
  color:#000000;
  max-width:750px;
  margin:auto;
  font-weight:700;
  line-height: 25px;
  font-size: 18px;
}

.post-landing-section h2{
    line-height: 24px;
    font-size: 18px;
    font-weight:700;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#000000;
 }
 
 .post-landing-section h3{
    line-height: 24px;
    font-size: 18px;
    font-weight:700;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#000000;
 }

.post-landing-section p{
  text-align:justify;
  color:#000000;
  font-weight:400;
  line-height: 19px;
  font-size: 14px;
}

.post-landing-section p a{
    color: #3a9ef9;
    text-decoration: underline;
}
.post-landing-section-2 .post-landing-section-2--bg{
    height: 620px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
  
}
.post-landing-section-2--text{
  display: flex;
  padding-top: 110px;
  padding-left: 60px;
}
.post-landing-section-2--text p{
  color: #fff!important;
}


@media(min-width:768px) and (max-width:991px){
  .post-landing-section-2 .post-landing-section-2--bg{
    height: 400px; 
  }
}

@media(min-width:570px) and (max-width:767px){
  .post-landing-section-2 .post-landing-section-2--bg{
    height: 350px; 
  }
  .post-landing-section-2--text{ 
   display: flex;
    padding-top: 60px;
    padding-left: 20px;
  }
}

@media(max-width:569px){
  .post-landing-section-2 .post-landing-section-2--bg{
    height: 250px; 
  }
  .post-landing-section-2--text{ 
   display: flex;
    padding-top: 10px;
    padding-left: 15px;
  }
}
.post-landing-section ul {
  list-style: none;
  padding:0;
}
.post-landing-section ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: justify;
  color: #000000;
}
.post-landing-section ul li:before {
  content:url('../img/star-li.png');
  display:inline-flex;
  margin-right: 8px;
  align-items: center;
  
}


@media(min-width:992px){
 .post-landing-section ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    text-align: justify;
    color: #000000;
  }
}
.post-landing-section-2 .post-landing-section-2--text{
   display:flex;
   height:100%;

  
}
.rounded-bg-blue{
    padding: 35px 65px;
    background: #E2ECF2;
    border-radius: 80px;
    text-align: center;
}
.landing-btn{
  font-size:24px;
  font-weight:700;
  color:#fff;
  background: #007AFF;
  border-radius: 80px;
  margin-top:30px;
  padding: 15px 50px;
  display: inline-flex;
  
}
.landing-table{
  display:flex;
  background:#E2ECF2;
  border-radius:10px;
  border: 1px solid #000000;
  box-sizing: border-box;
  overflow: hidden;
  flex-direction: column;
}
.landing-table-head,
.table-content-row{
  display:flex;
}

.landing-table .landing-table-left{
 min-width:400px; 
 padding:20px;
}
.landing-table .landing-table-right{
 flex-grow:1; 
 padding:20px;
 border-left: 1px solid #000;
}
@media(max-width:991px){
  .landing-table .landing-table-left{
    min-width: 120px;
    padding: 15px;
    width: 25%; 
    max-width: 120px;
  }
}

.landing-table .landing-table-head .landing-table-left,
.landing-table .landing-table-head .landing-table-right{
 border-bottom: 1px solid #000;
}
.table-content-row:not(:last-child){
 border-bottom: 1px solid #000;
}

.table-content-row {   
  color: #000;
  font-size:24px;
  line-height:32px;
}

.landing-table .landing-table-head{
  display:flex;
  background:#007AFF;
  border-right: 1px solid #000000;
  color:#fff;
  font-size:24px;
  line-height:32px;
  padding:0px;
  

}
@media(max-width:991px){
   .table-content-row { 
     font-size:12px;
     line-height:16px;
   }
   
   .landing-table .landing-table-head{

     font-size:12px;
     line-height:16px;
     padding:0px;
     
   
   }
   .landing-table {
     max-width: 90%;
     margin: auto;
   }
   .landing-btn {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #007AFF;
    border-radius: 80px;
    margin-top: 30px;
    padding: 15px 50px;
    display: inline-flex;
   }
   .rounded-bg-blue {
    padding: 50px 35px;
    border-radius: 30px;
    text-align: center;
   }
}

.landing-table-head .landing-table-left,
.landing-table-head .landing-table-right{
  text-align:center;
  
}
.landing-table-left .table-content{
   padding: 20px;
   border-bottom: 1px solid #000;
   color:#000;
   font-size:24px;
   font-weight:400;
}
.landing-table-right .table-content{
   padding: 20px;
   border-bottom: 1px solid #000;
   color:#000;
   font-size:24px;
   font-weight:400;
}

@media(min-width:768px){
 .post-landing-section .inner-wrap{
  flex-direction:row;
 }
}

@media(min-width:992px){
 .post-landing-section h1{
    line-height: 60px;
    font-size: 46px;
  }
  .post-landing-section p{
  text-align:justify;
  color:#000000;
  font-weight:400;
  line-height: 32px;
  font-size: 24px;
  }
  .post-landing-section h2{
    line-height: 50px;
    font-size: 36px;
    font-weight:700;
  }
  .post-landing-section h3{
    line-height: 50px;
    font-size: 30px;
    font-weight:700;
  }
}


.post-landing-section .rounded-img img{
   border-radius: 60px;
}

.advantages-wrap{
    background: #E2ECF2;
    padding: 30px;
    height: 100%;
    border-radius: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.advantages-wrap .advantages-wrap-title{
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-align: center;
    padding: 10px 0px;
    line-height: 35px;
}
.advantages-wrap .advantages-wrap-content p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
}
.flex-wraper{
    display: flex;
    flex-wrap: wrap;
}
.full-height{
  height:100%;
}
.advantages-outer .advantages-wrap{
    display: flex;
    min-height: 250px;
}
.step-item{
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 16px;
text-align: center;
color: #1D2338;
width:33%;
padding: 10px;
}
.step-item.step1{
 padding-left: 5px;
}
.step-item.step3{
 padding-right: 5px;
}

@media(min-width:992px){
   .step-item{
     font-family: Open Sans;
     font-style: normal;
     font-weight: bold;
     font-size: 24px;
     line-height: 33px;
     text-align: center;
     color: #1D2338;
     width:33%;
     padding: 25px;
    }
  .advantages-outer{
    align-items: flex-end;
  }
  .advantages-outer .advantages-wrap{
    display: flex;
    min-height: 480px;
  }
}
.mastering-arrow-block{
    max-width: 450px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 73px;
    background-size: contain;
    background-position:center;
    display: block;
    background-repeat: no-repeat;
    width: 100%;
    box-sizing: border-box;
}
@media(max-width:991px){
  .mastering-arrow-block{
        max-width: 400px;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        color: #FFFFFF;
        padding: 35px 60px;
        background-size: contain;
        background-position:center;
        display: block;
        background-repeat: no-repeat;
        width: 100%;
        box-sizing: border-box;
    }
}
.images-slides{
  position:relative;
  z-index:3;
}
.images-slides .top_img{
    position: relative;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 330px;
    height: auto;
    object-fit: contain;
}
.bottom_img{
  position: absolute;
  top: -75px;
  right: 0;
  width: 420px;
  height: auto;
  object-fit: contain;
  z-index: 2;
}
.stars-border-outer{
    padding: 15px;
    background: url(https://majormixing.com/wp-content/themes/majormixing/img/star-li.png);
    background-size: 15px;
    background-repeat: space;
    overflow: hidden;
}
.stars-border{
  padding: 15px;
  display:block;
  background:#fff;
}
.custom-title{
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 33px;
text-align: center;
color: #000000;
margin: auto;
display: block;
}
.custom-title:before,
.custom-title:after{
  content:url('../img/star-li.png');
  display:inline-flex;
  margin-right: 10px;
  margin-left: 10px;
  align-items: center;
}
@media(max-width:991px){
   .custom-title{
     font-weight: bold;
     font-size: 18px;
     line-height: 25px;
     text-align: center;
   }
 .custom-title:before,
 .custom-title:after{
  content:"";
 }
}
.socials-bg{
  background-image:url('../img/socials1.png');
  background-repeat: no-repeat;
  background-position: center;
}
.images-2-wrap .top_img{
  position: relative;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 400px;
    height: auto;
    object-fit: contain;
}
.images-2-wrap .bottom_img{
    position: absolute;
    top: 75px;
    right: 0;
    width: 400px;
    height: auto;
    object-fit: contain;
    z-index: 10;
}
@media(max-width:767px){
  .images-2-wrap .top_img{
     position: relative;
       z-index: 5;
       bottom: 0;
       left: 0;
       width: 175px;
       height: auto;
       object-fit: contain;
   }
   .images-2-wrap .bottom_img{
       position: absolute;
       top: 50px;
       right: auto;
       left:100px;
       width: 175px;
       height: auto;
       object-fit: contain;
       z-index: 10;
   }
   .images-1-wrap .images-slides .top_img{
        position: relative;
        z-index: 5;
        bottom: 0;
        left: 0;
        width: 175px;
        height: auto;
        object-fit: contain;
    }
    .images-1-wrap .bottom_img{
      position: absolute;
      top: -75px;
      right: auto;
      left:100px;
      width: 220px;
      height: auto;
      object-fit: contain;
      z-index: 2;
    }
    .images-2-wrap{
      max-width:400px;
      margin-bottom: 50px!important;
    }
}
@media(max-width:767px) and (min-width:370px){
  .mui-container{
    padding-left: 35px;
    padding-right: 35px;
  }
 .images-2-wrap .bottom_img{
       width: 200px;
   }
 .images-2-wrap .images-slides .top_img{
        width: 200px;
    }
}

@media(max-width:767px) and (min-width:410px){
  .mui-container{
    padding-left: 35px;
    padding-right: 35px;
  }
 .images-2-wrap .bottom_img{
       width: 250px;
   }
 .images-2-wrap .images-slides .top_img{
        width: 250px;
    }
}

.img-with-stars {
  position:relative;
  z-index:2;  
}
.img-with-stars:before {
  position:absolute;
  content:url('../img/stars.png');
  top:-35px;
  left:10px;
  width:150px;
  height:230px;
  z-index:-1;  
}
.img-with-stars-bottom-left:before{
    position: absolute;
    content: url(../img/stars.png);
    top: auto;
    bottom: -35px;
    left: -50px;
    width: 150px;
    height: 230px;
    z-index: -1;
}
.images-1-wrap .images-slides:after{
    position: absolute;
    content: url(../img/stars.png);
    top: auto;
    bottom: 10px;
    right: 20px;
    width: 150px;
    height: 230px;
    z-index: -1;
}
@media(min-width:993px){
  .images-2-wrap .images-slides:after{
      position: absolute;
      content: url(../img/stars.png);
      top: 25px;
      bottom: auto;
      right: 40px;
      width: 150px;
      height: 230px;
      z-index: -1;
  }
  
  .images-2-wrap .images-slides:before{
      position: absolute;
      content: url(../img/stars.png);
      top: 100px;
      bottom: auto;
      right: 50%;
      width: 150px;
      height: 230px;
      z-index: -1;
  }
}
@media(max-width:767px){
   .img-with-stars-bottom-left:before {
       position: absolute;
       content: url(../img/stars.png);
       top: auto;
       bottom: -42px;
       left: -50px;
       width: 150px;
       height: 230px;
       z-index: 1;
       transform: scale(0.8);
   }
   .images-1-wrap .images-slides{
     max-width:360px;
   }
}