/* Mixin */
.flex {
    display: -webkit-box;
    display: -ms-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  body {
    color: #54536C;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    display: block;
  }
  
  @media screen and (min-width: 991px) {
    .navbar .custom_container, footer .custom_container {
      max-width: 1500px;
      margin: 0 auto;
      padding: 0 15px;
    }
  }
  
  .spacing, .mac .howToRecord, .mac .proTip, .mac .typesSec {
    padding: 70px 0;
  }
  
  @media screen and (min-width: 768px) {
    .spacing, .mac .howToRecord, .mac .proTip, .mac .typesSec {
      padding: 100px 0;
    }
  }
  
  .h2, .mac .howToRecord h2, .mac .typesSec h2 {
    color: #54536C;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    max-width: 900px;
    margin: 0 auto  100px;
    line-height: 1.3;
  }
  
  @media screen and (min-width: 768px) {
    .h2, .mac .howToRecord h2, .mac .typesSec h2 {
      font-size: 40px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .h2, .mac .howToRecord h2, .mac .typesSec h2 {
      margin-bottom: 50px;
    }
  }
  
  @media screen and (max-width: 579px) {
    .h2, .mac .howToRecord h2, .mac .typesSec h2 {
      font-size: 30px;
      margin-bottom: 30px;
    }
  }
  
  .sub-h2 {
    color: #54536C;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin: 0 auto  20px;
    line-height: 1.3;
    text-align: left;
  }
  
  @media screen and (min-width: 768px) {
    .sub-h2 {
      font-size: 24px;
    }
  }
  
  .mac {
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
  }
  
  .mac .gradientBtn.mw350 {
    max-width: 350px;
    width: 100%;
  }
  
  .mac .bannerWrap {
    background: #f0fffb;
  }
  
  .mac .bannerWrap .flex {
    padding: 120px 0 60px;
  }
  
  .mac .bannerWrap .desc {
    max-width: 600px;
  }
  
  .mac .bannerWrap .desc h1, .mac .bannerWrap .desc .title {
    font-size: 24px;
  }
  
  .mac .bannerWrap .desc ul {
    margin-bottom: 0px;
  }
  
  .mac .how h1.mw828 {
    max-width: 828px;
  }
  
  .mac .how p {
    margin: -80px auto 20px;
    font-size: 18px;
    line-height: 24px;
    max-width: 1000px;
    text-align: center;
  }
  
  .mac .how p + p {
    margin: 0 auto 70px;
  }
  
  .mac .how p.mb70 {
    margin-bottom: 70px;
  }
  
  .mac .how p.mb20 {
    margin-bottom: 20px !important;
  }
  
  .mac .how .snippet {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    max-width: 1000px;
    padding: 50px;
    margin: 0 auto 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  
  .mac .how .snippet.mb70 {
    margin-bottom: 70px;
  }
  
  .mac .how .snippet .mb40 {
    margin-bottom: 40px;
  }
  
  .mac .how .snippet .mt0 {
    margin-top: 0px !important;
  }
  
  .mac .how .snippet p {
    margin: 0px;
    text-align: left;
  }
  
  .mac .how .snippet ul {
    margin: 30px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .mac .how .snippet ul li {
    width: 100%;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    position: relative;
    padding-left: 18px;
  }
  
  .mac .how .snippet ul li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  
  .mac .how .snippet ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 9px;
    background: #54536C;
  }
  
  .mac .how .snippet ul.twoInOne {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -20px;
  }
  
  .mac .how .snippet ul.twoInOne li {
    width: 50%;
  }
  
  .mac .how .snippet + p {
    margin: 0px auto 70px;
  }
  
  .mac .how .video {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 0px 1px #eee;
  }
  
  .mac .howToRecord {
    background: #fafafa;
  }
  .whyVmaker , .bgcolor.helpCases{background : #fafafa}
  .helpCases{background-color: #fff;}
  .mac .howToRecord h2 + P {
    text-align: center;
    margin: -80px auto 100px;
    font-size: 18px;
    line-height: 24px;
  }
  
  .mac .howToRecord h2.mw828 {
    max-width: 828px;
  }
  
  .mac .howToRecord .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .mac .howToRecord .flex:not(:first-of-type) {
    margin-top: 140px;
  }
  
  .mac .howToRecord .flex .txt {
    width: 40%;
  }
  
  .mac .howToRecord .flex .txt h2 {
    font-size: 24px;
    text-align: left;
    margin: 0 0 12px;
  }
  
  .mac .howToRecord .flex .txt h2 + p {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
  
  .mac .howToRecord .flex .txt p {
    margin: 0 0 0px;
  }
  
  .mac .howToRecord .flex .txt p.step {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }
  
  .mac .howToRecord .flex .txt ul {
    display: block;
    margin-top: 30px;
  }
  
  .mac .howToRecord .flex .txt ul li {
    max-width: 100%;
    font-size: 18px;
    line-height: 24px;
    padding-left: 18px;
    text-align: left;
    position: relative;
  }
  
  .mac .howToRecord .flex .txt ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  
  .mac .howToRecord .flex .txt ul li:before {
    content: '';
    position: absolute;
    background: #63D6B5;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    left: 0px;
    top: 9px;
  }
  
  .mac .howToRecord .flex .graphics {
    width: 57%;
  }
  
  .mac .howToRecord .flex .graphics img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  
  .mac .howToRecord #howTo {
    background-color: #EDEDED;
    max-width: 676px;
    margin: 10px auto 90px;
    height: 85px;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .mac .howToRecord #howTo li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
  
  .mac .howToRecord #howTo li .nav-link {
    display: block;
    width: 100%;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #B0B0BA;
    font-size: clamp(15px, 4vw, 18px);
    line-height: 1.3;
  }
  
  .mac .howToRecord #howTo li .nav-link.active {
    background: #fff;
    color: #54536C;
    -webkit-box-shadow: 0px 1px 3px #00000029;
            box-shadow: 0px 1px 3px #00000029;
  }
  
  .mac .proTip h2 {
    margin-bottom: 40px;
    text-align: center;
  }
  
  .mac .proTip p {
    max-width: 828px;
    margin: 0 auto 12px;
    text-align: center;
    line-height: 24px;
    font-size: 18px;
  }
  
  .mac .helpCases .flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  
  .mac .helpCases .flex .item {
    width: 33.33%;
    max-width: inherit;
  }
  
  .mac .helpCases .flex .item .graphics img {
    max-width: inherit;
    width: auto;
    height: auto;
  }
  
  .mac .ctaHome h2.mw700 {
    max-width: 700px;
  }
  
  .mac .typesSec {
    background: #F8FFFD;
  }
  
  .mac .typesSec .twoblockWrap {
    max-width: 700px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .mac .typesSec .twoblockWrap .item {
    width: 48%;
    margin-right: 4%;
  }
  
  .mac .typesSec .twoblockWrap .item:last-child {
    margin-right: 0;
  }
  
  .mac .typesSec .twoblockWrap .item ul {
    display: block;
  }
  
  .mac .typesSec .twoblockWrap .item ul li {
    max-width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-left: 18px;
    text-align: left;
    position: relative;
  }
  
  .mac .typesSec .twoblockWrap .item ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  
  .mac .typesSec .twoblockWrap .item ul li:before {
    content: '';
    position: absolute;
    background: #63D6B5;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    left: 0px;
    top: 9px;
  }
  
  .mac .tab-content .tabInnertext {
    margin-top: -50px;
    margin-bottom: 70px;
  }
  
  @media screen and (max-width: 991px) {
    .mac .bannerWrap .graphics p .gradientBtn {
      margin: 0 auto;
    }
    .mac .how h2, .mac .how h1, .mac .howToRecord h2, .mac .howToRecord h1 {
      margin-bottom: 100px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .mac .howToRecord .flex {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .mac .howToRecord .flex:not(:last-of-type) {
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 50px;
    }
    .mac .howToRecord .flex:not(:first-of-type) {
      margin-top: 50px;
    }
    .mac .howToRecord .flex .txt {
      width: 100%;
      margin-bottom: 40px;
    }
    .mac .howToRecord .flex .graphics {
      width: 100%;
    }
    .mac .how .snippet ul li:last-of-type {
      margin-bottom: 0px;
    }
  }
  
  @media screen and (max-width: 640px) {
    .mac .helpCases .flex {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
    .mac .helpCases .flex .item {
      width: 50%;
    }
  }
  
  @media screen and (max-width: 579px) {
    .mac .how .snippet {
      margin-top: -60px;
      padding: 20px;
    }
    .mac .how .snippet ul li {
      border: 0px;
    }
    .mac .how .snippet ul li:not(:last-of-type) {
      margin-bottom: 20px;
      padding-bottom: 0px;
    }
    .mac .how .snippet ul.twoInOne {
      margin-bottom: 0px;
    }
    .mac .how .snippet ul.twoInOne li {
      width: 100%;
    }
    .mac .typesSec {
      padding-top: 70px;
      padding-bottom: 70px;
    }
    .mac .typesSec .twoblockWrap {
      display: block;
    }
    .mac .typesSec .twoblockWrap .item {
      width: 100%;
      margin-right: 0;
    }
    .mac .tab-content .tabInnertext {
      margin-top: -60px;
      margin-bottom: 45px;
    }
  }
  
  @media screen and (max-width: 479px) {
    .mac .helpCases .flex {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
    .mac .helpCases .flex .item {
      width: 100%;
    }
  }
  /* responsive */
  @media (min-width: 320px) and (max-width: 480px){
    .bannerWrap .gradientBtn{margin:auto;}
  }
  @media (min-width: 481px) and (max-width: 767px){
    .bannerWrap .gradientBtn{margin:auto;}
    .how{padding:20px 0;}
    .whyVmaker .flex .item > ul > li h2{text-align: center;}
    .whyVmaker .flex .item > ul > li img{margin:15px auto;}
    .mac .helpCases .flex .item{width: 50%;}
  }
  @media (min-width: 768px) and (max-width: 1023px){
    .bannerWrap .gradientBtn{margin:auto;}
  }