@import url("https://assets.mlcdn.com/fonts.css?version=1722844");

body {
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
    font-family: "satoshi", sans-serif;
    color: #3f3f5c;
       }
    
    h1 {
      font-size: 48px;
      font-weight: 900;
      line-height: 1.5;
      letter-spacing: -0.03em;
      text-align: center;
      margin: 0;
      color: #00122E;
      font-family: "satoshi", sans-serif; }
      @media (max-width: 991px) {
        h1 {
          line-height: 110%;
          font-size: 36px; } }
    
    h3 {
      font-size: 36px;
      font-weight: 900;
      line-height: 1.5;
      letter-spacing: -0.03em;
      text-align: left;
      color: #00122E;
      font-family: "satoshi", sans-serif;
      text-transform: capitalize; 
        
    }
    h3 .eGov_h3{
        text-transform:none;
        
    }
      @media (max-width: 991px) {
        h3 {
          font-size: 30px; } }
    
    h4 {
      font-size: 36px;
      font-weight: 700;
      line-height: 115%;
      letter-spacing: -0.02em;
      text-align: left;
      color: #00122E;
      font-family: "satoshi", sans-serif; }
  
    .blog-content h4 {
        font-size: 36px;
        font-weight: 700;
        margin-top: 15px;
        letter-spacing: -0.02em;
        text-align: left;
        background-image: linear-gradient(90deg, #378DD3,#5D4EBC);
        background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: "satoshi", sans-serif; }
    
    p {
      font-size: 16px;
      font-weight: 500;
      line-height: 26px;
      letter-spacing: 0em; }
    
    * {
      box-sizing: border-box; }
    
    html {
      scroll-behavior: smooth; }
    
    a {
      text-decoration: none;
      color: #3f3f5c;
      cursor: pointer; }
    
    #a-white {
      text-decoration: none;
      color: #fff;
      cursor: pointer; }
  
    button,
    .button {
      display: flex;
      width: fit-content;
      align-items: center;
      background-color: #368DD3;
      color: #fff;
      justify-content: center;
      padding: 15px 35px;
      border: 0;
      font-size: 16px;
      font-weight: 600;
      border-radius: 3px;
      transition: transform .2s linear;
      cursor: pointer;
      z-index:1;
      box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802); }
      @media (max-width: 991px) {
        button,
        .button {
          width: 100%; } }
      button.center,
      .button.center {
        margin: auto; }
      button.secondary,
      .button.secondary {
        background-color: transparent;
        color: #00122E;
        border: 1px solid #00122E;
        display: flex;
        align-items: center; }
        button.secondary img,
        .button.secondary img {
          margin-left: 5px; }
      button:hover,
      .button:hover {
        transform: translateY(-3px); }
    
    .container {
      margin: auto;
      max-width: 1200px;
      width: 100%;
      padding: 0 20px; }
      @media (max-width: 991px) {
        .container {
          width: fit-content;
          max-width: 100%; } }
    
    
    ul {
      list-style: none;
      margin: 0;
      padding: 0;
      line-height: 150%;
      margin-bottom: 40px; }
      ul li {
        line-height: 150%;
        margin-bottom: 15px;
        background-repeat: no-repeat;
        background-position: left top 2px;
        padding-left: 32px; }
    
    .m-auto {
      margin: auto; }
    
   
    .line {
      width: 30px;
      height: 3px;
      background-color: #368DD3; }
      .line.center {
        margin: auto; }
  
    nav ul {
        font-family: "Satoshi", sans-serif;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      gap: 35px; }
      nav ul li {
        position: relative;
        padding: 0;
        margin-bottom: 0; }
        nav ul li .submenu {
          left: -79px;
          min-width: 445px;
          display: none;
          gap: 10px;
          z-index: 10;
          align-items: flex-start;
          border: 1px solid #ebebeb;
          position: absolute;
          background-color: #fff;
          padding: 20px;
          box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
          border-radius: 0 0 4px 4px;
          top: 75px; }
          nav ul li .submenu h4 {
            font-size: 18px;
            font-weight: 500;
            line-height: 115%;
            margin-bottom: 6px;
            letter-spacing: -0.02em;
            text-align: left;
            margin-top: 0;
            font-family: "Satoshi", sans-serif;
            background-color: aliceblue;
            padding: 10px;
            color: #144692;
            border-radius: 4px; }
          nav ul li .submenu li {
            padding: 0;
            margin: 0;
            font-family: "Satoshi", sans-serif; }
        nav ul li.has-sub {
          padding: 25px 0; }
          nav ul li.has-sub:hover {
            color: red; }
            nav ul li.has-sub:hover .submenu {
              display: flex; }
      nav ul a {
        margin-right: 0 !important;
        display: block; }
    
    nav .inner-nav-list a {
      padding-left: 20px;
      background-image: url(../../build/img/arrow.svg);
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: left center;
      margin-bottom: 5px; }
    
    .w-100 {
      width: 100%; }
  
    @media (max-width: 991px) {
      br {
        display: none; } }
    
    
    .p-o {
      padding-top: 0 !important; }
    
    .secondarys {
      padding: 12px 30px; }
    
    .d-none {
      display: none !important; }
  
    .hero {
      height: 100vh;
      background-color: #ECF4FB;
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat; }
      @media (min-width: 1600px) {
        .hero {
          height: 760px; } }
      .hero__group {
        width: 85%;
        display: flex;
        flex-direction: column;
        margin: auto;
        text-align: center;
        align-items: center;
        padding-top: 10%; }
        @media (max-width: 991px) {
          .hero__group {
            width: 100%;
            padding-top: 18%; } }
        .hero__group p {
          font-size: 20px;
          margin-bottom: 30px; }
          @media (max-width: 991px) {
            .hero__group p {
              font-size: 16px; } }
  
    header {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding: 5px 0;
      align-items: center; }
      @media (max-width: 991px) {
        header {
          padding: 15px 0; } }
      header > a {
        display: inline-block;
        height: fit-content; }
      header .logo {
        width: 100%;
        max-width: 180px; }
      header nav {
        display: flex;
        flex-direction: row;
        align-items: center; }
        @media (max-width: 991px) {
          header nav {
            display: none !important;
            position: fixed;
            background-color: aliceblue;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%; }
            header nav ul {
              flex-direction: column;
              width: 100%;
              padding: 20px; }
              header nav ul li {
                display: flex;
                flex-direction: column;
                width: 100%;
                text-align: center;
                align-items: center;
                justify-content: center; }
                header nav ul li.has-sub {
                  padding: 0px 0; }
                header nav ul li .submenu {
                  position: relative;
                  left: unset;
                  top: unset;
                  min-width: 100%;
                  margin-top: 20px;
                  box-shadow: none; }
                  header nav ul li .submenu h4 {
                    width: 100%;
                    text-align: center; } }
        header nav a {
          margin-right: 30px; }
          header nav a:last-child {
            margin-right: 0; }
      header .mobile-menu {
        display: none; }
        @media (max-width: 991px) {
          header .mobile-menu {
            display: block; } }
         
  .d-flex {
      display: flex !important;
      z-index: 10; }
  
    /*footer section*/
    footer a {
      color: #368ed4; }
  
    footer {
      background-color: #00122E; }
      footer .footer-group {
        color: #6b7e8f;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        padding: 60px 0;
        grid-gap: 30px; }
        @media (max-width: 991px) {
          footer .footer-group {
            grid-template-columns: 1fr; } }
        footer .footer-group .footer-intro img {
          width: 170px; }
        footer .footer-group .footer-col {
          font-size: 16px; }
          footer .footer-group .footer-col h4 {
            color: #7a7a9f;
            font-size: 20px;
            font-weight: 500;
            margin-top: 0; }
          footer .footer-group .footer-col a {
            display: block;
            margin-bottom: 5px;
            font-size: 16px;
            color: #6b7e8f; }
    /*end footer*/
  
    .inner-hero {
      height: fit-content;
      background-color: #cfd9e9;
      background-size: cover;
      background-repeat: no-repeat;
      min-height: 650px;
      display: flex;
      align-items: center;
      background-image: url(../build/img/pr-bg.jpg); }
      .inner-hero.blog {
        background-image: url(../build/img/blogs.jpg);
        min-height: 430px;
        display: none;
      }
  
        @media (max-width: 991px) {
          .inner-hero.blog {
            min-height: 300px; } }
        .inner-hero.blog .hero__group {
          margin-top: 74px; }
      .inner-hero.cs {
        background-image: url(../build/img/case.jpg);
        min-height: 430px; }
        .inner-hero.cs .hero__group {
          margin-top: 74px; }
      .inner-hero .hero__group {
        width: 100%;
        padding: 0; }
        .inner-hero .hero__group h1 {
          color: #fff;
          font-size: 48px;
          font-family: "Satoshi", sans-serif;
          font-weight: 700; }
          @media (max-width: 991px) {
            .inner-hero .hero__group h1 {
              font-size: 36px; } }
        .inner-hero .hero__group p {
          font-family: "Satoshi", sans-serif;
          color: #fff;
          font-size: 18px;
          margin-top: 10px; }
          @media (max-width: 991px){
            .inner-hero .hero__group p{
              font-size: 14px;
            }
          }
      .inner-hero header {
        position: fixed;
        background-color: #fff;
        left: 0;
        right: 0;
        top: 0;
        z-index: 10;
        box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035); }
        .inner-hero header .container {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center; }
  
  
     /*main part contant*/
     .blog-content {
      padding: 60px 0; }
      .blog-content .blog-grid {
        display: grid;
        grid-template-columns: 0.75fr 0.75fr 1.25fr;
        gap: 50px; }
        @media (max-width: 991px) {
          .blog-content .blog-grid {
            grid-template-columns: 1fr; } }
            
      .blog-content .blog-grid-single {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        max-width: 70%;
        margin: auto; }
        @media (max-width: 991px) {
          .blog-content .blog-grid-single {
            max-width: 90%; } }
        .blog-content .blog-grid-single .single-blog h2 {
          font-family: "Satoshi", sans-serif;;
          margin-top: 10px;
          letter-spacing: -1px;
          margin-bottom: 15px;
          font-size: 34px; }
        .blog-content .blog-grid-single .single-blog p {
          font-size: 18px;
          line-height: 170%; }
        .blog-content .blog-grid-single .single-blog h4 {
          margin-bottom: 15px;
          font-size: 24px;
          font-family: "Satoshi", sans-serif; }
      .blog-content .single-blog .blog-img {
        width: 100%;
        max-width: 100%;
        object-fit: cover;
        border-radius: 4px; }
      .blog-contentn .single-blog h2 {
        font-family: "Satoshi", sans-serif;
        margin-top: 10px;
        letter-spacing: -0.5px;
        margin-bottom: 10px;
        font-size: 26px; }
      /*.blog-content .single-blog span {
        text-transform: uppercase;
        font-size: 14px; }*/
      .blog-content .single-blog p {
        margin-top: 5px;
      font-family: "satoshi", sans-serif; }
      .blog-content .aside-blog .single-blog {
        display: flex;
        flex-direction: row;
        gap: 15px;
        margin-bottom: 80px; }
        @media (max-width: 991px) {
          .blog-content .aside-blog .single-blog {
            flex-direction: column; } }
        .blog-content .aside-blog .single-blog .blog-img {
          width: 100%;
          max-width: 50%;
          max-height: 236px;}
          @media (max-width: 991px) {
            .blog-content .aside-blog .single-blog .blog-img {
              max-width: 80%; 
            max-height: 80%;} }
  
              .blog-content .featured .single-blog .blog-img {
                width: 100%;
                max-width: 298px;
                max-height: 450px;}
                @media (max-width: 991px) {
                  .blog-content .featured .single-blog .blog-img {
                    max-width: 80%;
                    max-height: 80%; } }
  
        .blog-content .aside-blog .single-blog .blog-info {
          padding-top: 0;
          padding-bottom: 0; }
        .blog-content .aside-blog .single-blog h2 {
          font-size: 22px; }
        .blog-content .aside-blog .single-blog p {
          color: #7f7f99; }
      .blog-content .blog-info {
        padding: 30px 0; }
        .blog-content .blog-info a {
          display: inline-flex;
          justify-content: space-between;
          color: #0083ec;
          gap: 10px;
          justify-content: space-between;
          color: #0083ec;
          cursor: pointer; }
          .blog-content .blog-info a img {
            width: 20px; }
    /*End main part contant*/
    
  .blog-content .cat{
    text-align: left;
    margin-left: auto;
  }
    .blog-content .cat a{
      font-family: "satoshi", sans-serif;
      font-size: 20px;
      color: #494B51;
    }
    .blog-content .cat a:hover,:active{
      color: #071343;
    }
    @media(max-width: 991px){
      .blog-content .cat{
        text-align: left;
        margin-left: auto;
      }
        .blog-content .cat a{
          font-family: "satoshi", sans-serif;
          font-size: 20px;
          color: #494B51;
        }
        .blog-content .cat a:hover,:active{
          color: #071343;
        }
    }



    /*2nd page css*/

     
.main-container {
    /*width: 100%;*/
    /*max-width: 1200px;*/
    font-family: "Satoshi", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
    height: 75vh;
}
 
.main{
    
    align-items: center;
    
    margin-bottom: 100px;
    margin-top: 100px;
}
 
.content-container {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* Ensure equal height for children */
    /*width: 100%;*/
    /*max-width: 800px;*/
    
    border: 2px solid #007bff;
    border-radius: 8px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); /* Slight shadow for better aesthetics */
}
 
.ebook-cover,
.form-section {
    flex: 1; /* Allow both to take equal space */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
   
}
 
.ebook-cover img {
    /* padding-top: 35px; */
    max-width: 70%;
    height: auto;
 
}
 
.form-section {
    width: 300px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
   
}
 
.form-section h3 {
    font-family: "satoshi", sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 30px;
    color: #4C4F57;
    margin-left: 25px;
}
 

 

 
input[type="text"],
input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1em;
}
 
.checkbox-label {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 0.9em;
    text-align: left;
    width: 100%;
}
 
.checkbox-label input {
    margin-right: 10px;
}
 
button {
    background-color: #007bff;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
    transition: background-color 0.3s ease;
    width: 100%;
}
 
button:hover {
    background-color: #0056b3;
}

@media (max-width: 991px) {
 
    .ebook-cover {
        margin-bottom: 20px;
    }
 
    .form-section {
        align-items: center;
        margin: auto;
        pad: auto;
        max-width: 100%;
    }
    .content-container {
        flex-direction: column;
        height: 100%;
        display: flex;
        margin: 20px;
        padding: 15px;
        justify-content: space-between;
        align-items: stretch; /* Ensure equal height for children */
        /*width: 100%;*/
        /*max-width: 800px;*/
        
        border: 2px solid #007bff;
        border-radius: 8px;
        background-color: #fff;
        box-sizing: border-box;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); /* Slight shadow for better aesthetics */
    }

    .main-container {
        /*width: 100%;*/
        /*max-width: 1200px;*/
        font-family: "Satoshi", sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
        margin: 0px;
        height: 100%;
    }
     
    .main{
        align-items: center;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .ebook-cover img {
        padding-top: 1px;
        /* max-width: 150%; */
        /* height: 100%; */
        margin: 0px;
    }

    .form-section h3 {
        font-size: 1.25em;
    }

}


/*3rd extra page css*/
.thank{
    font-family: "satoshi", sans-serif;
    flex: 1; /* Allow both to take equal space */
    display: flex;
    width: 300px;
    flex-direction: column;
    padding-top: 90px;
    box-sizing: border-box;
}
.thank h2{
    text-align: left;
    font-size: 35px;
    font-family: "satoshi", sans-serif;
}
.great p{
    font-size: 20px;
}
.great a{
    font-size: 20px;
    color: #0056b3;
}

/*form*/
.ml-form-embedSubmitLoad {
    display: inline-block;
    width: 20px;
    height: 20px;
  }

  .g-recaptcha {
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  height: 0px;
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }

  .ml-form-embedSubmitLoad:after {
    content: " ";
    display: block;
    width: 11px;
    height: 11px;
    margin: 1px;
    border-radius: 50%;
    border: 4px solid #fff;
  border-color: #ffffff #ffffff #ffffff transparent;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
  }
  @keyframes ml-form-embedSubmitLoad {
    0% {
    transform: rotate(0deg);
    }
    100% {
    transform: rotate(360deg);
    }
  }
    #mlb2-17009400.ml-form-embedContainer {
      box-sizing: border-box;
      display: table;
      margin: 0 auto;
      position: static;
      width: 100% !important;
    }
    #mlb2-17009400.ml-form-embedContainer h4,
    #mlb2-17009400.ml-form-embedContainer p,
    #mlb2-17009400.ml-form-embedContainer span,
    #mlb2-17009400.ml-form-embedContainer button {
      text-transform: none !important;
      letter-spacing: normal !important;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper {
      background-color: #f6f6f6;
      
      border-width: 0px;
      border-color: transparent;
      border-radius: 4px;
      border-style: solid;
      box-sizing: border-box;
      display: inline-block !important;
      margin: 0;
      padding: 0;
      position: relative;
            }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper.embedDefault { width: 400px; }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper.embedForm { max-width: 400px; width: 100%; }
    #mlb2-17009400.ml-form-embedContainer .ml-form-align-left { text-align: left; }
    #mlb2-17009400.ml-form-embedContainer .ml-form-align-center { text-align: center; }
    #mlb2-17009400.ml-form-embedContainer .ml-form-align-default { display: table-cell !important; vertical-align: middle !important; text-align: center !important; }
    #mlb2-17009400.ml-form-embedContainer .ml-form-align-right { text-align: right; }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      height: auto;
      margin: 0 auto !important;
      max-width: 100%;
      width: undefinedpx;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
      padding: 20px 20px 0 20px;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
      padding-bottom: 0;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
      text-align: left;
      margin: 0 0 20px 0;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
      color: #000000;
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      font-size: 30px;
      font-weight: 400;
      margin: 0 0 10px 0;
      text-align: left;
      word-break: break-word;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
      color: #000000;
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      margin: 0 0 10px 0;
      text-align: left;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
      color: #000000;
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      font-size: 14px;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
      list-style-type: lower-alpha;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
      list-style-type: lower-roman;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
      color: #000000;
      text-decoration: underline;
    }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
      text-align: left!important;
    }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
      margin-bottom: 5px;
      color: #333333;
      font-size: 14px;
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      font-weight: bold; font-style: normal; text-decoration: none;;
      display: inline-block;
      line-height: 20px;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
      margin: 0;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
      margin: 0;
      width: 100%;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
      margin: 0 0 20px 0;
      width: 100%;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
      float: left;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
      margin: 0;
      padding: 0 0 20px 0;
      width: 100%;
      height: auto;
      float: left;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
      margin: 0 0 10px 0;
      width: 100%;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
      margin: 0;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
      margin: 0;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
      background-color: #ffffff !important;
      color: #333333 !important;
      border-color: #cccccc;
      border-radius: 4px !important;
      border-style: solid !important;
      border-width: 1px !important;
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      font-size: 14px !important;
      height: auto;
      line-height: 21px !important;
      margin-bottom: 0;
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
      padding: 10px 10px !important;
      width: 100% !important;
      box-sizing: border-box !important;
      max-width: 100% !important;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder { color: #333333; }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder { color: #333333; }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder { color: #333333; }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder { color: #333333; }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
      background-color: #ffffff !important;
      color: #333333 !important;
      border-color: #cccccc;
      border-radius: 4px !important;
      border-style: solid !important;
      border-width: 1px !important;
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      font-size: 14px !important;
      height: auto;
      line-height: 21px !important;
      margin-bottom: 0;
      margin-top: 0;
      padding: 10px 10px !important;
      width: 100% !important;
      box-sizing: border-box !important;
      max-width: 100% !important;
    }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
        border-color: #cccccc!important;
        background-color: #ffffff!important;
    }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type="checkbox"]{
      box-sizing: border-box;
      padding: 0;
      position: absolute;
      z-index: -1;
      opacity: 0;
      margin-top: 5px;
      margin-left: -1.5rem;
      overflow: visible;
    }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
      border-radius: 4px!important;
    }


    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::after, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::after, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::before  {
        border-color: #000000!important;
        background-color: #000000!important;
    }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after {
         top: 2px;
         box-sizing: border-box;
    }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
         top: 0px!important;
         box-sizing: border-box!important;
    }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
      top: 0px!important;
         box-sizing: border-box!important;
    }

     #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
          top: 0px!important;
          box-sizing: border-box!important;
          position: absolute;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
     }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
      top: 0px!important;
      box-sizing: border-box!important;
    }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
        position: absolute;
        top: 4px;
        left: -1.5rem;
        display: block;
        width: 16px;
        height: 16px;
        pointer-events: none;
        content: "";
        background-color: #ffffff;
        border: #adb5bd solid 1px;
        border-radius: 50%;
    }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
        position: absolute;
        top: 2px!important;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
    }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
        position: absolute;
        top: 4px;
        left: -1.5rem;
        display: block;
        width: 16px;
        height: 16px;
        pointer-events: none;
        content: "";
        background-color: #ffffff;
        border: #adb5bd solid 1px;
        border-radius: 50%;
    }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
        position: absolute;
        top: 0px!important;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
    }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
        position: absolute;
        top: 0px!important;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
    }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {
        background: no-repeat 50%/50% 50%;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
        background: no-repeat 50%/50% 50%;
    }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
      position: relative;
      display: block;
      min-height: 1.5rem;
      padding-left: 1.5rem;
    }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input {
        position: absolute;
        z-index: -1;
        opacity: 0;
        box-sizing: border-box;
        padding: 0;
    }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label {
        color: #000000;
        font-size: 12px!important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        line-height: 22px;
        margin-bottom: 0;
        position: relative;
        vertical-align: top;
        font-style: normal;
        font-weight: 700;
    }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select, #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
      background-color: #ffffff !important;
      color: #333333 !important;
      border-color: #cccccc;
      border-radius: 4px !important;
      border-style: solid !important;
      border-width: 1px !important;
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      font-size: 14px !important;
      line-height: 20px !important;
      margin-bottom: 0;
      margin-top: 0;
      padding: 10px 28px 10px 12px !important;
      width: 100% !important;
      box-sizing: border-box !important;
      max-width: 100% !important;
      height: auto;
      display: inline-block;
      vertical-align: middle;
      background: url('https://assets.mlcdn.com/ml/images/default/dropdown.svg') no-repeat right .75rem center/8px 10px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }


    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
      height: auto;
      width: 100%;
      float: left;
    }
    .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 70%; float: left; }
    .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal { width: 30%; float: left; }
    .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn { padding-top: 25px;  }
    .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields { box-sizing: border-box; float: left; padding-right: 10px;  }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
      background-color: #ffffff;
      color: #333333;
      border-color: #cccccc;
      border-radius: 4px;
      border-style: solid;
      border-width: 1px;
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 0;
      margin-top: 0;
      padding: 10px 10px;
      width: 100%;
      box-sizing: border-box;
      overflow-y: initial;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
      background-color: #1433e1 !important;
      border-color: #1433e1;
      border-style: solid;
      border-width: 1px;
      border-radius: 4px;
      box-shadow: none;
      color: #ffffff !important;
      cursor: pointer;
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      font-size: 14px !important;
      font-weight: 700;
      line-height: 20px;
      margin: 0 !important;
      padding: 10px !important;
      width: 100%;
      height: auto;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
      background-color: #2a45de !important;
      border-color: #2a45de !important;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type="checkbox"] {
      box-sizing: border-box;
      padding: 0;
      position: absolute;
      z-index: -1;
      opacity: 0;
      margin-top: 5px;
      margin-left: -1.5rem;
      overflow: visible;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
      color: #000000;
      display: block;
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      font-size: 12px;
      text-align: left;
      margin-bottom: 0;
      position: relative;
      
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
      font-weight: normal;
      margin: 0;
      padding: 0;
      position: relative;
      display: block;
      min-height: 24px;
      padding-left: 24px;

    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
      color: #000000;
      text-decoration: underline;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
      color: #000000 !important;
      font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
      font-size: 12px !important;
      font-weight: normal !important;
      line-height: 18px !important;
      padding: 0 !important;
      margin: 0 5px 0 0 !important;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
      margin: 0;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
      margin: 0 0 20px 0;
      float: left;
      width: 100%;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
      background-color: #1433e1 !important;
      border: none !important;
      border-radius: 4px !important;
      box-shadow: none !important;
      color: #ffffff !important;
      cursor: pointer;
      font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
      font-size: 14px !important;
      font-weight: 700 !important;
      line-height: 21px !important;
      height: auto;
      padding: 10px !important;
      width: 100% !important;
      box-sizing: border-box !important;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
      display: none;
    }
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
      background-color: #2a45de !important;
    }
    .ml-subscribe-close {
      width: 30px;
      height: 30px;
      background: url('https://assets.mlcdn.com/ml/images/default/modal_close.png') no-repeat;
      background-size: 30px;
      cursor: pointer;
      margin-top: -10px;
      margin-right: -10px;
      position: absolute;
      top: 0;
      right: 0;
    }
    .ml-error input, .ml-error textarea, .ml-error select {
      border-color: red!important;
    }

    .ml-error .custom-checkbox-radio-list {
      border: 1px solid red !important;
      border-radius: 4px;
      padding: 10px;
    }

    .ml-error .label-description,
    .ml-error .label-description p,
    .ml-error .label-description p a,
    .ml-error label:first-child {
      color: #ff0000 !important;
    }

    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
    #mlb2-17009400.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
      color: #ff0000 !important;
    }
          @media only screen and (max-width: 400px){

      .ml-form-embedWrapper.embedDefault, .ml-form-embedWrapper.embedPopup { width: 100%!important; }
      .ml-form-formContent.horozintalForm { float: left!important; }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow { height: auto!important; width: 100%!important; float: left!important; }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 100%!important; }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div { padding-right: 0px!important; padding-bottom: 10px; }
      .ml-form-formContent.horozintalForm .ml-button-horizontal { width: 100%!important; }
      .ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn { padding-top: 0px!important; }

    }

    .form-section li{
      background-image: url(../build/img/check.svg);
    }


/*end form*/