html, body {
  overflow-x: hidden;
}

.dp {
    display: none;
    margin-top: -1em;
    position: absolute;
    background: #ffffff;
    color: #0D2D40;
    width: 100%;
    z-index: 1;
    box-shadow: 0 5px #34597C;
}

.dp h4{
    text-decoration: none;
    color: #0D2D40;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    font-weight: 600;
}

.dp img{
    height: 2.3em;
    width: 2.3em;
    margin-top: -5%;
    margin-right: 1em;
}

.menu_bar{
    margin-top: 0.3%;
    margin-left: 8%;
    margin-right: 9%; 
    position: fixed;
    border-bottom: 2px solid #808080;
}

.menu_bar a{
    color: #0D2D40;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    font-weight: 600;
}

.menu_bar button {
      width: 10em;
      height: 2.5em;
      border-radius: 25px;
      background-color: #34597C;
      /*background-repeat:no-repeat;*/
      border: none;
      cursor:pointer;
      /*overflow: hidden;*/
      color: white;
      font-size: 1em;
      font-weight: 600;
      font-family: 'Raleway', sans-serif;
      margin-top: 1.5%;
  }

  .menu_bar button:hover {
    opacity: 0.6;
}

.menu_bar img{
    width: 16em;
    height: 4.5em;
}

@media screen and (max-width: 768px) {
    .menu_bar img{
        width: 10.8em;
        height: 3em;
    }
    #navbar{
        height: 4em;
    }
}

@media screen and (min-width: 1024px) {
    .navbar-header i{
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .links, .ico{
        display:none;
    }
    .solinks{
        text-align:center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .links, .ico{
        display:none;
    }
    .solinks{
        margin-left: -3em;
    }
}

.selected {
    color: #0D2D40;
}

.brochure-btn {
      width: 230px;
      height: 50px;
      /*margin-top: 4%;*/
      margin-left: 10%;
      /*padding-bottom: 10%;*/
      margin-bottom: 5%;
      border: none;
      border-radius: 25px;
      background-color: #34597C;
      background-repeat:no-repeat;
      cursor:pointer;
      overflow: hidden;
      color: white;
      font-size: 1.13em;
      font-weight: 600;
      font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 768px){
    .brochure-btn{
        margin-left: 0;
    }
    #broc-btn{
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .brochure-btn{
        margin-left: 5%;
        float: left;
    }
}

.brochure-btn:hover {
    opacity: 0.6;
}

.section-1 {
    background-image:  linear-gradient(to right, rgba(13, 45, 64, 0.8), rgba(13, 45, 64, 0.8)), url('products-landing.png');
    background-size: 100% 150%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    /*width: 100%;*/
    max-height: 70%;
    /*height: 787px;*/
    left: 0px;
    top: 0px;
}

.head-aligner {
    padding-top: 10%;
    padding-left:9%;
    padding-right: 6%;
    padding-bottom: 8%;
}

#section-1-text p {
    font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
    font-weight: 600;
}

.section-1 img {
    margin-top: -5px;
    width: 143px;
    height: 40px;
}

.section-1 #section-1-text {
    color: white;
    text-align: start;
    font-family: 'Raleway', sans-serif;
    margin-top: 0;
}

#section-1-text h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.8em;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .section-1 #section-1-text {
        margin-top: 15%;
    }
}

.section-1 #previous {
    background-color: #f1f1f1;
    color: black;
  }
  
.section-1 #next {
    background-color: #4CAF50;
    color: white;
  }

.memName{
  font-size: 2.25em;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #0D2D40;
}

.designation{
  font-size: 1.7em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
}

/* <-----------------------------------END OF SECTION 1 ------------------------> */

/* <-----------------------------------SPM SECTION ------------------------> */

.spm {
    width: 100%;
    height: auto;
    background: #0D2D40 0% 0% no-repeat padding-box;
    /*background-image: url('gear.svg');*/
}

.spm .head-aligner {
    padding-top: 5%;
    padding-left: 10%;
    padding-right: 6%;
    padding-bottom: 5%;
}

.spm h1 {
    font-size: 2.8em;
    font-family: 'Raleway', sans-serif;
    color: white;
    font-weight: 700;
}

.spm-text {
    margin-top: 3%;
}

@media screen and (max-width: 768px){
    .spm-text{
        padding-right: 4.5%;
    }
}

.spm-text p {
    font-size: 1.3em;
    font-family: 'Raleway', sans-serif;
    color: white;
    font-weight: 500;
}

.spm-text li {
    font-size: 1.3em;
    font-family: 'Raleway', sans-serif;
    color: white;
    font-weight: 500;
}

.spm-text h4 {
    font-size: 1.5em;
    font-family: 'Raleway', sans-serif;
    color: white;
    font-weight: 500;
}


/* <-----------------------------------END OF SPM SECTION ------------------------> */

/* <-----------------------------------SPM-1 SECTION ------------------------> */

.spm-1 {
    width: 100%;
    height: auto;
}

.spm-1-aligner {
    padding-top: 5%;
    padding-left: 10%;
    padding-right:6%;
}

.spm-1 h4 {
    font-size: 1.4em;
    font-family: 'Raleway', sans-serif;
    color: #808080;
    font-weight: 600;
}

.spm-1-head h5 {
    font-size: 1.13em;
    font-family: 'Raleway', sans-serif;
    color: #808080;
    font-weight: 700;
    line-height: 1.5;
}

.spm-1-head a {
    text-decoration: none;
    color: #808080;
}

.spm-1-text {
    margin-top: 20%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
        .spm-1-text{
        margin-top: 7.5%;
    }
}

.spm-1-text h1 {
    font-size: 2.5em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 700;
}

.spm-1-text p {
    font-size: 1.25em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 500;
}


/* #twist-machine {
    left: -198px;
    background: transparent url('twist_machine.png') 0% 0% no-repeat padding-box;
    box-shadow: -10px 10px 10px #3966804D;
    height: 29.4em;
} */

.spm-1 .shape {
    margin-top: 12%;
    width: 85%;
    /*height: 29.4em;*/
    text-align: left;
    background: #DDE5ED 0% 0% no-repeat padding-box;
    border-radius: 0 240px 240px 0
}

.spm-1 .shape img {
  margin-left: -14em;
  margin-top: -5em;
  width: 140%;
}

.content {
    /*position: relative;*/
    width: 100%;
    /*padding-right: 5%;*/
  }

.content video {
    width: 105.25%;
    border: 1px solid transparent;
    border-radius: 30px;
    display: block;
  }
  
.content:before {
    width: 100%;
    content: '';
    position: absolute;
    background: transparent linear-gradient(180deg, #0D2D4000 0%, #0D2D40 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
 .abcd-aligner {
    width: 100%;
    padding-top: 7.5%;
    padding-left: 10%;
    padding-right: 10%;
  }
  

.spm-1 .specs-aligner {
    padding-top: 4%;
    padding-left: 10%;
    padding-right: 6%;
  }

.spm-1 .specs-title h2 {
    font-size: 2.25em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 600;
    margin-top: 5%;
  }

 .spm-1 .card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 15px;
    width: 100%;
    /*height: 426px;*/
    overflow: hidden;
    border: 1px solid #D9D9D9;
  }
  
  #ts{
      margin-left: -2.5%;
      padding-top: 3%;
  }
  
  #sf{
      margin-left: -2.5%;
      padding-top: 3%;
  }

 .spm-1 .card img {
    border-radius: 15px 15px 0 0;
    width: 100%;
    /*height: 300px;*/
  }

 .spm-1 .card img:hover {
    transform: scale(1.05);
    transition: 0.3s ease-in;
  }

 .spm-1 .card p {
      text-align: center;
      font-family: 'Open Sans', sans-serif;
      font-size: 1.13em;
      font-weight: 400;
      color: #0D2D40;
      padding: 25px;
  }
  
  .features h2 {
    font-size: 2em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 600;
    margin-top: 5%;
  }

 .spm-1 .features-card {
    margin-bottom: 10%;
    width: 100%;
    height: 25em;
    /*margin-right: 10%;*/
    background: #DDE5ED 0% 0% no-repeat padding-box;
    border-radius: 30px;
    overflow: hidden;
    /*padding-right: 5%;*/
    padding: 0;
  }

  .features-card h2 {
    font-size: 2em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 600;
  }

  .features-card p {
    margin-top: 5%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.13em;
    font-weight: 400;
    color: #0D2D40;
    letter-spacing: 0.18px;
  }
  .features-card ul {
      margin-top: 3%;
  }
  .features-card li {
    margin-bottom: 2%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.13em;
    font-weight: 400;
    color: #0D2D40;
    letter-spacing: 0.18px;
  }

 .spm-1 .features-card-rec {
    width: 100%;
    height: 0.95em;
    background: #396680 0% 0% no-repeat padding-box;
  }

  .features-card img {
    width: 2.5em;
    height:  2.125em;
  }

 .spm-1 .features-card-aligner {
      margin-left: 10%;
      margin-top: 4%;
  }

 .spm-1 iframe{
    width: 100%;
    height: 80%;
    border-radius: 56px;
}

@media screen and (max-width: 768px){
    .spm-1 iframe{
        width: 100%;
        height: 35%;
    }
    .spm-1 .features-card-aligner {
        margin-right: 10%;
        margin-bottom: 4%;
    }
}
@media screen and (max-width: 768px){
    .spm-1-text h1{
        padding-left: 4.5%;
        padding-right: 4.5%;
    }
    .spm-1-text p{
        padding-left: 5%;
        padding-right: 5%;
    }
    .spm-1 .shape{
        border-radius: 0;
        margin-left: 5%;
        width: 90%;
        height: auto;
        text-align: center;
        border-radius: 10%;
    }
    .spm-1 .shape img{
        margin: 0 0 0 -7.5em;
    }
    .spm-1 .features-card {
        margin-left: -8%;
        width: 115%;
        padding: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
        .spm-1 .shape img{
        margin-left: -15em;
    }
}

/* <-----------------------------------END OF SPM-1 SECTION ------------------------> */

/* <-----------------------------------SPM-2 SECTION ------------------------> */
.spm-2 {
  width: 100%;
  height: auto;
  background: #DDE5ED 0% 0% no-repeat padding-box;
}

.spm-2-aligner {
  padding-top: 5%;
  padding-left: 10%;
  padding-right: 6%;
}

.spm-2 h4 {
  font-size: 1.4em;
  font-family: 'Raleway', sans-serif;
  color: #808080;
  font-weight: 600;
}

.spm-2-head h5 {
  font-size: 1.13em;
  font-family: 'Raleway', sans-serif;
  color: #808080;
  font-weight: 700;
  line-height: 1.5;
}

.spm-2-head a {
    text-decoration: none;
    color: #808080;
}

.spm-2-text {
  margin-top: 20%;
  margin-left: 2%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
        .spm-2-text{
        margin-top: 7.5%;
    }
}

.spm-2-text h1 {
  font-size: 2.5em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 700;
}

.spm-2-text p {
  font-size: 1.25em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 500;
}


/* #twist-machine {
  left: -198px;
  background: transparent url('twist_machine.png') 0% 0% no-repeat padding-box;
  box-shadow: -10px 10px 10px #3966804D;
  height: 29.4em;
} */

.spm-2 .shape {
  margin-top: 12%;
  width: 100%;
  text-align: center;
  height: 29.4em;
  margin-left: 5%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 240px 0 0 240px;
}

.spm-2 .shape img {
  margin-top: -5em;
  width: 190%;
  margin-left: -30%;
  padding-right: 50%;
  /*padding-left: 60%;*/
  /*-webkit-transform: scaleX(-1);*/
  /*transform: scaleX(-1);*/
}

@media screen and (min-width: 1700px) {
        .spm-2 .shape img{
        width: 165%;
        margin-left: -5%;
    }
}


.spm-2 .content {
  position: relative;
  width: 100%;
  padding-right: 5%;
}

.spm-2 .content video {
  width: 105.25%;
  border: 1px solid transparent;
  border-radius: 30px;
  display: block;
}
.spm-2 .content:before {
    width: 100%;
  content: '';
  position: absolute;
  background: transparent linear-gradient(180deg, #0D2D4000 0%, #0D2D40 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.spm-2 .specs-aligner {
    padding-top: 4%;
    padding-left: 10%;
    padding-right: 6%;
 }

.spm-2 .specs-title h2 {
  font-size: 2.25em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
    margin-top: 5%;
}

.spm-2 .card {
  /* Add shadows to create the "card" effect */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 15px;
  width: 100%;
  /*height: 426px;*/
  overflow: hidden;
  border: 3px solid #D9D9D9;
}

.spm-2 .card img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  /*height: 300px;*/
}

.spm-2 .card img:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in;
}

.spm-2 .card p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.13em;
    font-weight: 400;
    color: #0D2D40;
    padding: 25px 0px;
}

.spm-2 .features h2 {
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
}

.spm-2 .features-card {
  margin-bottom: 10%;
  width: 100%;
  height: 20em;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 30px;
  overflow: hidden;
  padding: 0;
}

.spm-2 .features-card h2 {
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
}

.spm-2 .features-card p {
    margin-top: 5%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.13em;
  font-weight: 400;
  color: #0D2D40;
  letter-spacing: 0.18px;
}

.spm-2 .features-card-rec {
  width: 100%;
  height: 0.95em;
  background: #396680 0% 0% no-repeat padding-box;
}

.spm-2 .features-card img {
  width: 2.5em;
  height:  2.125em;
}

.spm-2 .features-card-aligner {
    margin-left: 10%;
    margin-top: 4%;
}

.spm-2 iframe{
    width: 100%;
    height: 80%;
    border-radius: 56px;
}

@media screen and (max-width: 768px){
    .spm-2 iframe{
        width: 100%;
        height: 35%;
    }
    .spm-2 .features-card-aligner {
        margin-right: 10%;
        margin-bottom: 4%;
    }
}
@media screen and (max-width: 768px){
    .spm-2-text h1{
        padding-left: 4.5%;
        padding-right: 4.5%;
    }
    .spm-2-text p{
        padding-left: 5%;
        padding-right: 5%;
    }
    .spm-2 .shape{
        border-radius: 0;
        margin-left: 5%;
        width: 90%;
        height: auto;
        text-align: center;
        border-radius: 10%;
    }
    .spm-2 .shape img{
        margin: 0 0 0 -5em;
    }
    .spm-2 .features-card {
        margin-left: -8%;
        width: 115%;
        padding: 0;
    }
}

/* <-----------------------------------END OF SPM-2 SECTION ------------------------> */

/* <-----------------------------------SPM-3 SECTION ------------------------> */

.spm-3 {
  width: 100%;
  height: auto;
}

.spm-3-aligner {
  padding-top: 5%;
  padding-left: 10%;
  padding-right:6%;
}

.spm-3 h4 {
  font-size: 1.4em;
  font-family: 'Raleway', sans-serif;
  color: #808080;
  font-weight: 600;
}

.spm-3-head h5 {
  font-size: 1.13em;
  font-family: 'Raleway', sans-serif;
  color: #808080;
  font-weight: 700;
  line-height: 1.5;
}

.spm-3-head a {
    text-decoration: none;
    color: #808080;
}

.spm-3-text {
  margin-top: 20%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
        .spm-3-text{
        margin-top: 5%;
    }
}

.spm-3-text h1 {
  font-size: 2.5em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 700;
}

.spm-3-text p {
  font-size: 1.25em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 500;
}


/* #twist-machine {
  left: -198px;
  background: transparent url('twist_machine.png') 0% 0% no-repeat padding-box;
  box-shadow: -10px 10px 10px #3966804D;
  height: 29.4em;
} */

.spm-3 .shape {
  margin-top: 12%;
  width: 85%;
  height: 29.4em;
  text-align: left;
  background: #DDE5ED 0% 0% no-repeat padding-box;
  border-radius: 0 240px 240px 0;
}

.spm-3 .shape img {
  margin-left: -18em;
  margin-top: -3em;
  width: 165%;
}

.spm-3 .content {
  position: relative;
  width: 100%;
  padding-right: 5%;
}

.spm-3 .content video {
  width: 105.25%;
  border: 1px solid transparent;
  border-radius: 30px;
  display: block;
}
.spm-3 .content:before {
    width: 100%;
  content: '';
  position: absolute;
  background: transparent linear-gradient(180deg, #0D2D4000 0%, #0D2D40 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.spm-3 .specs-aligner {
    padding-top: 4%;
    padding-left: 10%;
    padding-right: 6%;
  }

.spm-3 .specs-title h2 {
  font-size: 2.25em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
  margin-top: 5%;
}

.spm-3 .card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 15px;
  width: 100%;
  /*height: 426px;*/
  overflow: hidden;
  border: 3px solid #D9D9D9;
}

.spm-3 .card img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  /*height: 300px;*/
}

.spm-3 .card img:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in;
}

.spm-3 .card p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.13em;
    font-weight: 400;
    color: #0D2D40;
    padding: 25px;
}

.spm-3 .features h2 {
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
  margin-top: 5%;
}

.spm-3 .features-card {
  width: 100%;
  height: 25em;
  background: #DDE5ED 0% 0% no-repeat padding-box;
  border-radius: 30px;
  overflow: hidden;
}

.spm-3 .features-card h2 {
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
}

.spm-3 .features-card p {
    margin-top: 5%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.13em;
  font-weight: 400;
  color: #0D2D40;
  letter-spacing: 0.18px;
}

.spm-3 .features-card-rec {
  width: 100%;
  height: 0.95em;
  background: #396680 0% 0% no-repeat padding-box;
}

.spm-3 .features-card img {
  width: 2.5em;
  height:  2.125em;
}

.spm-3 .features-card-aligner {
    margin-left: 10%;
    margin-top: 4%;
}


/* <-----------------------------------END OF SPM-3 SECTION ------------------------> */

/* <-----------------------------------SPM-4 SECTION ------------------------> */
.spm-4 {
  width: 100%;
  height: auto;
  background: #DDE5ED 0% 0% no-repeat padding-box;
}

.spm-4-aligner {
  padding-top: 5%;
  padding-left: 10%;
  padding-right:6%;
}

.spm-4 h4 {
  font-size: 1.4em;
  font-family: 'Raleway', sans-serif;
  color: #808080;
  font-weight: 600;
}

.spm-4-head h5 {
  font-size: 1.13em;
  font-family: 'Raleway', sans-serif;
  color: #808080;
  font-weight: 700;
  line-height: 1.5;
}

.spm-4-head a {
    text-decoration: none;
    color: #808080;
}

.spm-4-text {
  margin-top: 20%;
  margin-left: 2%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
        .spm-4-text{
        margin-top: 5%;
    }
}

.spm-4-text h1 {
  font-size: 2.5em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 700;
}

.spm-4-text p {
  font-size: 1.25em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 500;
}


/* #twist-machine {
  left: -198px;
  background: transparent url('twist_machine.png') 0% 0% no-repeat padding-box;
  box-shadow: -10px 10px 10px #3966804D;
  height: 29.4em;
} */

.spm-4 .shape {
  margin-top: 12%;
  width: 100%;
  text-align: center;
  height: 29.4em;
  margin-left: 5%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 240px 0 0 240px;
}

.spm-4 .shape img {
  margin-top: -12em;
  width: 80%;
}

.spm-4 .content {
  position: relative;
  width: 100%;
  padding-right: 5%;
}

.spm-4 .content video {
  width: 105.25%;
  border: 1px solid transparent;
  border-radius: 30px;
  display: block;
}
.spm-4 .content:before {
    width: 100%;
  content: '';
  position: absolute;
  background: transparent linear-gradient(180deg, #0D2D4000 0%, #0D2D40 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  top: 0;
  right: 5%;
  bottom: 0;
  left: 0;
}

.spm-4 .specs-aligner {
    padding-top: 4%;
    padding-left: 10%;
    padding-right: 6%;
}

.spm-4 .specs-title h2 {
  font-size: 2.25em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
  margin-top: 5%;
}

.spm-4 .card {
  /* Add shadows to create the "card" effect */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 15px;
  width: 100%;
  /*height: 426px;*/
  overflow: hidden;
  border: 3px solid #D9D9D9;
}

.spm-4 .card img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  /*height: 300px;*/
}

.spm-4 .card img:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in;
}

.spm-4 .card p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.13em;
    font-weight: 400;
    color: #0D2D40;
    padding: 25px 0px;
}

.spm-4 .features h2 {
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
  margin-right: 5%;
}

.spm-4 .features-card {
  width: 100%;
  height: 25em;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 30px;
  overflow: hidden;
  padding-right: 5%;
}

.spm-4 .features-card h2 {
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
}

.spm-4 .features-card p {
  margin-top: 2.5%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.13em;
  font-weight: 400;
  color: #0D2D40;
  letter-spacing: 0.18px;
}

.spm-4 .features-card-rec {
  width: 100%;
  height: 0.95em;
  background: #396680 0% 0% no-repeat padding-box;
}

.spm-4 .features-card img {
  width: 2.5em;
  height:  2.125em;
}

.spm-4 .features-card-aligner {
    margin-left: 10%;
    margin-top: 4%;
}

/* <-----------------------------------END OF SPM-4 SECTION ------------------------> */

/* <-----------------------------------TIM SECTION ------------------------> */

.tim {
  width: 100%;
  height: auto;
  background: #0D2D40 0% 0% no-repeat padding-box;
}

.tim .head-aligner {
    padding-top: 5%;
    padding-left: 10%;
    padding-right: 6%;
    padding-bottom: 5%;
}

.tim h1 {
  font-size: 2.8em;
  font-family: 'Raleway', sans-serif;
  color: white;
  font-weight: 700;
}

.tim-text {
  margin-top: 3%;
}

@media screen and (max-width: 768px){
    .tim-text{
        padding-right: 4.5%;
    }
}

.tim-text p {
  font-size: 1.3em;
  font-family: 'Raleway', sans-serif;
  color: white;
  font-weight: 500;
}


/* <-----------------------------------END OF TIM SECTION ------------------------> */

/* <-----------------------------------TIM-1 SECTION ------------------------> */

.tim-1 {
  width: 100%;
  height: auto;
}

.tim-1-aligner {
  padding-top: 5%;
  padding-left: 10%;
  padding-right:6%;
}

.tim-1 h4 {
  font-size: 1.4em;
  font-family: 'Raleway', sans-serif;
  color: #808080;
  font-weight: 600;
}

.tim-1-head h5 {
  font-size: 1.13em;
  font-family: 'Raleway', sans-serif;
  color: #808080;
  font-weight: 700;
  line-height: 1.5;
}

.tim-1-head a {
    text-decoration: none;
    color: #808080;
}

.tim-1-text {
  margin-top: 20%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
        .tim-1-text{
        margin-top: 7.5%;
    }
}

.tim-1-text h1 {
  font-size: 2.5em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 700;
}

.tim-1-text p {
  font-size: 1.25em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 500;
}


/* #twist-machine {
  left: -198px;
  background: transparent url('twist_machine.png') 0% 0% no-repeat padding-box;
  box-shadow: -10px 10px 10px #3966804D;
  height: 29.4em;
} */

.tim-1 .shape {
  margin-top: 12%;
  width: 85%;
  height: 29.4em;
  text-align: left;
  background: #DDE5ED 0% 0% no-repeat padding-box;
  border-radius: 0 240px 240px 0
}

.tim-1 .shape img {
margin-left: -10em;
margin-top: -3.5em;
width: 100%;
}

@media screen and (min-width: 1700px) {
        .tim-1 .shape img{
        width: 85%;
        margin-left: 2%;
    }
}

.content {
  position: relative;
  width: 80%;
  padding-right: 5%;
  z-index: -1;
}

.tim-1 .content video {
  width: 105.25%;
  border: 1px solid transparent;
  border-radius: 30px;
  display: block;
}
.tim-1 .content:before {
    width: 100%;
  content: '';
  position: absolute;
  background: transparent linear-gradient(180deg, #0D2D4000 0%, #0D2D40 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  top: 0;
  right: 5%;
  bottom: 0;
  left: 0;
  /*z-index: -1;*/
}

.tim-1 .specs-aligner {
    padding-top: 4%;
    padding-left: 10%;
    padding-right: 6%;
}

.tim-1 iframe{
    width: 100%;
    height: 80%;
    border-radius: 56px;
}

@media screen and (max-width: 768px){
    .tim-1 iframe{
        width: 100%;
        height: 60%;
    }
}

.tim-1 .specs-title h2 {
  font-size: 2.25em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
  margin-top: 5%;
}

.tim-1 .card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 15px;
  width: 100%;
  /*height: 426px;*/
  overflow: hidden;
  border: 3px solid #D9D9D9;
}

.tim-1 .card img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  /*height: 300px;*/
}

.tim-1 .card img:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in;
}

.tim-1 .card p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.13em;
    font-weight: 400;
    color: #0D2D40;
    padding: 25px;
}

.tim-1 .features h2 {
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
  margin-top: 5%;
}

.tim-1 .features-card {
  margin-bottom: 10%;
  width: 100%;
  height: 26em;
  background: #DDE5ED 0% 0% no-repeat padding-box;
  border-radius: 30px;
  overflow: hidden;
  padding: 0;
}

.tim-1 .features-card h2 {
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
}

.tim-1 .features-card p {
    margin-top: 5%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.13em;
  font-weight: 400;
  color: #0D2D40;
  letter-spacing: 0.18px;
}

.tim-1 .features-card-rec {
  width: 100%;
  height: 0.95em;
  background: #396680 0% 0% no-repeat padding-box;
}

.tim-1 .features-card img {
  width: 2.5em;
  height:  2.125em;
}

.tim-1 .features-card-aligner {
    margin-left: 10%;
    margin-top: 4%;
    margin-bottom: 5%;
    margin-right: 5%;
}

@media screen and (max-width: 768px){
    .tim-1 iframe{
        width: 100%;
        height: 35%;
    }
    .tim-1 .features-card-aligner {
        margin-right: 10%;
        margin-bottom: 4%;
    }
}
@media screen and (max-width: 768px){
    .tim-1-text h1{
        padding-left: 4.5%;
        padding-right: 4.5%;
    }
    .tim-1-text p{
        padding-left: 5%;
        padding-right: 5%;
    }
    .tim-1 .shape{
        border-radius: 0;
        margin-left: 5%;
        width: 90%;
        height: auto;
        text-align: center;
        border-radius: 10%;
    }
    .tim-1 .shape img{
        margin: 0 0 0 -6em;
    }
    .tim-1 .features-card {
        margin-left: -8%;
        width: 115%;
        padding: 0;
    }
}


/* <-----------------------------------END OF TIM-1 SECTION ------------------------> */

/* <-----------------------------------cvc SECTION ------------------------> */

.cvc {
    width: 100%;
    height: auto;
    background: #0D2D40 0% 0% no-repeat padding-box;
    /*background-image: url('gear.svg');*/
}

.cvc .head-aligner {
    padding-top: 5%;
    padding-left: 10%;
    padding-right: 6%;
    padding-bottom: 5%;
}

.cvc h1 {
    font-size: 2.8em;
    font-family: 'Raleway', sans-serif;
    color: white;
    font-weight: 700;
}

.cvc-text {
    margin-top: 3%;
}

@media screen and (max-width: 768px){
    .cvc-text{
        padding-right: 4.5%;
    }
}

.cvc-text p {
    font-size: 1.3em;
    font-family: 'Raleway', sans-serif;
    color: white;
    font-weight: 500;
}

.cvc-text li {
    font-size: 1.3em;
    font-family: 'Raleway', sans-serif;
    color: white;
    font-weight: 500;
}

.cvc-text h4 {
    font-size: 1.5em;
    font-family: 'Raleway', sans-serif;
    color: white;
    font-weight: 500;
}


/* <-----------------------------------END OF cvc SECTION ------------------------> */

/* <-----------------------------------cvc-1 SECTION ------------------------> */

.cvc-1 {
    width: 100%;
    height: auto;
}

.cvc-1-aligner {
    padding-top: 5%;
    padding-left: 10%;
    padding-right:6%;
}

.cvc-1 h4 {
    font-size: 1.4em;
    font-family: 'Raleway', sans-serif;
    color: #808080;
    font-weight: 600;
}

.cvc-1-head h5 {
    font-size: 1.13em;
    font-family: 'Raleway', sans-serif;
    color: #808080;
    font-weight: 700;
    line-height: 1.5;
}

.cvc-1-head a {
    text-decoration: none;
    color: #808080;
}

.cvc-1-text {
    margin-top: 20%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
        .cvc-1-text{
        margin-top: 7.5%;
    }
}

.cvc-1-text h1 {
    font-size: 2.5em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 700;
}

.cvc-1-text p {
    font-size: 1.25em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 500;
}


/* #twist-machine {
    left: -198px;
    background: transparent url('twist_machine.png') 0% 0% no-repeat padding-box;
    box-shadow: -10px 10px 10px #3966804D;
    height: 29.4em;
} */

.cvc-1 .shape {
    margin-top: 12%;
    width: 85%;
    /*height: 29.4em;*/
    text-align: left;
    background: #DDE5ED 0% 0% no-repeat padding-box;
    border-radius: 0 240px 240px 0
}

.cvc-1 .shape img {
  margin-left: 12em;
  margin-top: -3em;
  width: 40%;
}

.content {
    /*position: relative;*/
    width: 100%;
    /*padding-right: 5%;*/
  }

.content video {
    width: 105.25%;
    border: 1px solid transparent;
    border-radius: 30px;
    display: block;
  }
  
.content:before {
    width: 100%;
    content: '';
    position: absolute;
    background: transparent linear-gradient(180deg, #0D2D4000 0%, #0D2D40 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
 .abcd-aligner {
    width: 100%;
    padding-top: 7.5%;
    padding-left: 10%;
    padding-right: 10%;
  }
  

.cvc-1 .specs-aligner {
    padding-top: 4%;
    padding-left: 10%;
    padding-right: 6%;
  }

.cvc-1 .specs-title h2 {
    font-size: 2.25em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 600;
    margin-top: 5%;
  }

 .cvc-1 .card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 15px;
    width: 100%;
    /*height: 426px;*/
    overflow: hidden;
    border: 1px solid #D9D9D9;
  }
  
  #ts{
      margin-left: -2.5%;
      padding-top: 3%;
  }
  
  #sf{
      margin-left: -2.5%;
      padding-top: 3%;
  }

 .cvc-1 .card img {
    border-radius: 15px 15px 0 0;
    width: 100%;
    /*height: 300px;*/
  }

 .cvc-1 .card img:hover {
    transform: scale(1.05);
    transition: 0.3s ease-in;
  }

 .cvc-1 .card p {
      text-align: center;
      font-family: 'Open Sans', sans-serif;
      font-size: 1.13em;
      font-weight: 400;
      color: #0D2D40;
      padding: 25px;
  }
  
  .features h2 {
    font-size: 2em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 600;
    margin-top: 5%;
  }

 .cvc-1 .features-card {
    margin-bottom: 10%;
    width: 100%;
    height: 35em;
    /*margin-right: 10%;*/
    background: #DDE5ED 0% 0% no-repeat padding-box;
    border-radius: 30px;
    overflow: hidden;
    /*padding-right: 5%;*/
    padding: 0;
  }

  .features-card h2 {
    font-size: 2em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 600;
  }

  .features-card p {
    margin-top: 5%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.13em;
    font-weight: 400;
    color: #0D2D40;
    letter-spacing: 0.18px;
  }
  .features-card ul {
      margin-top: 3%;
  }
  .features-card li {
    margin-bottom: 2%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.13em;
    font-weight: 400;
    color: #0D2D40;
    letter-spacing: 0.18px;
  }

 .cvc-1 .features-card-rec {
    width: 100%;
    height: 0.95em;
    background: #396680 0% 0% no-repeat padding-box;
  }

  .features-card img {
    width: 2.5em;
    height:  2.125em;
  }

 .cvc-1 .features-card-aligner {
      margin-left: 10%;
      margin-top: 4%;
  }

 .cvc-1 iframe{
    width: 100%;
    height: 80%;
    border-radius: 56px;
}

@media screen and (max-width: 768px){
    .cvc-1 iframe{
        width: 100%;
        height: 35%;
    }
    .cvc-1 .features-card-aligner {
        margin-right: 10%;
        margin-bottom: 4%;
    }
}
@media screen and (max-width: 768px){
    .cvc-1-text h1{
        padding-left: 4.5%;
        padding-right: 4.5%;
    }
    .cvc-1-text p{
        padding-left: 5%;
        padding-right: 5%;
    }
    .cvc-1 .shape{
        border-radius: 0;
        margin-left: 5%;
        width: 90%;
        height: auto;
        text-align: center;
        border-radius: 10%;
    }
    .cvc-1 .shape img{
        margin: 0 0 0 0;
    }
    .cvc-1 .features-card {
        margin-left: -8%;
        width: 115%;
        padding: 0;
        height: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
        .cvc-1 .shape img{
        margin-left: -15em;
    }
}

/* <-----------------------------------END OF cvc-1 SECTION ------------------------> */

/* <-----------------------------------cvc-2 SECTION ------------------------> */
.cvc-2 {
  width: 100%;
  height: auto;
  background: #DDE5ED 0% 0% no-repeat padding-box;
}

.cvc-2-aligner {
  padding-top: 5%;
  padding-left: 10%;
  padding-right: 6%;
}

.cvc-2 h4 {
  font-size: 1.4em;
  font-family: 'Raleway', sans-serif;
  color: #808080;
  font-weight: 600;
}

.cvc-2-head h5 {
  font-size: 1.13em;
  font-family: 'Raleway', sans-serif;
  color: #808080;
  font-weight: 700;
  line-height: 1.5;
}

.cvc-2-head a {
    text-decoration: none;
    color: #808080;
}

.cvc-2-text {
  margin-top: 20%;
  margin-left: 2%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
        .cvc-2-text{
        margin-top: 7.5%;
    }
}

.cvc-2-text h1 {
  font-size: 2.5em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 700;
}

.cvc-2-text p {
  font-size: 1.25em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 500;
}


/* #twist-machine {
  left: -198px;
  background: transparent url('twist_machine.png') 0% 0% no-repeat padding-box;
  box-shadow: -10px 10px 10px #3966804D;
  height: 29.4em;
} */

.cvc-2 .shape {
  margin-top: 12%;
  width: 100%;
  text-align: center;
  height: 29.4em;
  margin-left: 5%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 240px 0 0 240px;
}

.cvc-2 .shape img {
  margin-top: 1em;
  width: 85%;
  margin-left: 20%;
  padding-right: 50%;
  /*padding-left: 60%;*/
  /*-webkit-transform: scaleX(-1);*/
  /*transform: scaleX(-1);*/
}

@media screen and (min-width: 1700px) {
        .cvc-2 .shape img{
        width: 165%;
        margin-left: -5%;
    }
}


.cvc-2 .content {
  position: relative;
  width: 100%;
  padding-right: 5%;
}

.cvc-2 .content video {
  width: 105.25%;
  border: 1px solid transparent;
  border-radius: 30px;
  display: block;
}
.cvc-2 .content:before {
    width: 100%;
  content: '';
  position: absolute;
  background: transparent linear-gradient(180deg, #0D2D4000 0%, #0D2D40 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cvc-2 .specs-aligner {
    padding-top: 4%;
    padding-left: 10%;
    padding-right: 6%;
 }

.cvc-2 .specs-title h2 {
  font-size: 2.25em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
    margin-top: 5%;
}

.cvc-2 .card {
  /* Add shadows to create the "card" effect */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 15px;
  width: 100%;
  /*height: 426px;*/
  overflow: hidden;
  border: 3px solid #D9D9D9;
}

.cvc-2 .card img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  /*height: 300px;*/
}

.cvc-2 .card img:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in;
}

.cvc-2 .card p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.13em;
    font-weight: 400;
    color: #0D2D40;
    padding: 25px 0px;
}

.cvc-2 .features h2 {
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
}

.cvc-2 .features-card {
  margin-bottom: 10%;
  width: 100%;
  height: 30em;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 30px;
  overflow: hidden;
  padding: 0;
}

.cvc-2 .features-card h2 {
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
}

.cvc-2 .features-card p {
    margin-top: 5%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.13em;
  font-weight: 400;
  color: #0D2D40;
  letter-spacing: 0.18px;
}

.cvc-2 .features-card-rec {
  width: 100%;
  height: 0.95em;
  background: #396680 0% 0% no-repeat padding-box;
}

.cvc-2 .features-card img {
  width: 2.5em;
  height:  2.125em;
}

.cvc-2 .features-card-aligner {
    margin-left: 10%;
    margin-top: 4%;
}

.cvc-2 iframe{
    width: 100%;
    height: 80%;
    border-radius: 56px;
}

@media screen and (max-width: 768px){
    .cvc-2 iframe{
        width: 100%;
        height: 35%;
    }
    .cvc-2 .features-card-aligner {
        margin-right: 10%;
        margin-bottom: 4%;
    }
}
@media screen and (max-width: 768px){
    .cvc-2-text h1{
        padding-left: 4.5%;
        padding-right: 4.5%;
    }
    .cvc-2-text p{
        padding-left: 5%;
        padding-right: 5%;
    }
    .cvc-2 .shape{
        border-radius: 0;
        margin-left: 5%;
        width: 90%;
        height: auto;
        text-align: center;
        border-radius: 10%;
    }
    .cvc-2 .shape img{
        margin: 0 0 0 7em;
    }
    .cvc-2 .features-card {
        margin-left: -8%;
        width: 115%;
        padding: 0;
        height: auto;
    }
}

/* <-----------------------------------END OF cvc-2 SECTION ------------------------> */

/* <-----------------------------------cvc-3 SECTION ------------------------> */

.cvc-3 {
    width: 100%;
    height: auto;
}

.cvc-3-aligner {
    padding-top: 5%;
    padding-left: 10%;
    padding-right:6%;
}

.cvc-3 h4 {
    font-size: 1.4em;
    font-family: 'Raleway', sans-serif;
    color: #808080;
    font-weight: 600;
}

.cvc-3-head h5 {
    font-size: 1.13em;
    font-family: 'Raleway', sans-serif;
    color: #808080;
    font-weight: 700;
    line-height: 1.5;
}

.cvc-3-head a {
    text-decoration: none;
    color: #808080;
}

.cvc-3-text {
    margin-top: 20%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
        .cvc-3-text{
        margin-top: 7.5%;
    }
}

.cvc-3-text h1 {
    font-size: 2.5em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 700;
}

.cvc-3-text p {
    font-size: 1.25em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 500;
}


/* #twist-machine {
    left: -198px;
    background: transparent url('twist_machine.png') 0% 0% no-repeat padding-box;
    box-shadow: -10px 10px 10px #3966804D;
    height: 29.4em;
} */

.cvc-3 .shape {
    margin-top: 12%;
    width: 85%;
    /*height: 29.4em;*/
    text-align: left;
    background: #DDE5ED 0% 0% no-repeat padding-box;
    border-radius: 0 240px 240px 0
}

.cvc-3 .shape img {
  margin-left: -5em;
  margin-top: -5em;
  width: 100%;
}

.content {
    /*position: relative;*/
    width: 100%;
    /*padding-right: 5%;*/
  }

.content video {
    width: 105.25%;
    border: 1px solid transparent;
    border-radius: 30px;
    display: block;
  }
  
.content:before {
    width: 100%;
    content: '';
    position: absolute;
    background: transparent linear-gradient(180deg, #0D2D4000 0%, #0D2D40 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
 .abcd-aligner {
    width: 100%;
    padding-top: 7.5%;
    padding-left: 10%;
    padding-right: 10%;
  }
  

.cvc-3 .specs-aligner {
    padding-top: 4%;
    padding-left: 10%;
    padding-right: 6%;
  }

.cvc-3 .specs-title h2 {
    font-size: 2.25em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 600;
    margin-top: 5%;
  }

 .cvc-3 .card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 15px;
    width: 100%;
    /*height: 426px;*/
    overflow: hidden;
    border: 1px solid #D9D9D9;
  }
  
  #ts{
      margin-left: -2.5%;
      padding-top: 3%;
  }
  
  #sf{
      margin-left: -2.5%;
      padding-top: 3%;
  }

 .cvc-3 .card img {
    border-radius: 15px 15px 0 0;
    width: 100%;
    /*height: 300px;*/
  }

 .cvc-3 .card img:hover {
    transform: scale(1.05);
    transition: 0.3s ease-in;
  }

 .cvc-3 .card p {
      text-align: center;
      font-family: 'Open Sans', sans-serif;
      font-size: 1.13em;
      font-weight: 400;
      color: #0D2D40;
      padding: 25px;
  }
  
  .features h2 {
    font-size: 2em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 600;
    margin-top: 5%;
  }

 .cvc-3 .features-card {
    margin-bottom: 10%;
    width: 100%;
    height: 45em;
    /*margin-right: 10%;*/
    background: #DDE5ED 0% 0% no-repeat padding-box;
    border-radius: 30px;
    overflow: hidden;
    /*padding-right: 5%;*/
    padding: 0;
  }

  .features-card h2 {
    font-size: 2em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 600;
  }

  .cvc-3 .features-card p {
    margin-top: 2.5%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.13em;
    font-weight: 400;
    color: #0D2D40;
    letter-spacing: 0.18px;
  }
  .features-card ul {
      margin-top: 3%;
  }
  .features-card li {
    margin-bottom: 2%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.13em;
    font-weight: 400;
    color: #0D2D40;
    letter-spacing: 0.18px;
  }

 .cvc-3 .features-card-rec {
    width: 100%;
    height: 0.95em;
    background: #396680 0% 0% no-repeat padding-box;
  }

  .features-card img {
    width: 2.5em;
    height:  2.125em;
  }

 .cvc-3 .features-card-aligner {
      margin-left: 10%;
      margin-top: 4%;
  }

 .cvc-3 iframe{
    width: 100%;
    height: 80%;
    border-radius: 56px;
}

@media screen and (max-width: 768px){
    .cvc-3 iframe{
        width: 100%;
        height: 35%;
    }
    .cvc-3 .features-card-aligner {
        margin-right: 10%;
        margin-bottom: 4%;
    }
}
@media screen and (max-width: 768px){
    .cvc-3-text h1{
        padding-left: 4.5%;
        padding-right: 4.5%;
    }
    .cvc-3-text p{
        padding-left: 5%;
        padding-right: 5%;
    }
    .cvc-3 .shape{
        border-radius: 0;
        margin-left: 5%;
        width: 90%;
        height: auto;
        text-align: center;
        border-radius: 10%;
    }
    .cvc-3 .shape img{
        margin: 0 0 0 -1.5em;
    }
    .cvc-3 .features-card {
        margin-left: -8%;
        width: 115%;
        padding: 0;
        height: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
        .cvc-3 .shape img{
        margin-left: -15em;
    }
}

/* <-----------------------------------END OF cvc-3 SECTION ------------------------> */

/* <-----------------------------------cvc-4 SECTION ------------------------> */
.cvc-4 {
  width: 100%;
  height: auto;
  background: #DDE5ED 0% 0% no-repeat padding-box;
}

.cvc-4-aligner {
  padding-top: 5%;
  padding-left: 10%;
  padding-right: 6%;
}

.cvc-4 h4 {
  font-size: 1.4em;
  font-family: 'Raleway', sans-serif;
  color: #808080;
  font-weight: 600;
}

.cvc-4-head h5 {
  font-size: 1.13em;
  font-family: 'Raleway', sans-serif;
  color: #808080;
  font-weight: 700;
  line-height: 1.5;
}

.cvc-4-head a {
    text-decoration: none;
    color: #808080;
}

.cvc-4-text {
  margin-top: 20%;
  margin-left: 2%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
        .cvc-4-text{
        margin-top: 7.5%;
    }
}

.cvc-4-text h1 {
  font-size: 2.5em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 700;
}

.cvc-4-text p {
  font-size: 1.25em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 500;
}


/* #twist-machine {
  left: -198px;
  background: transparent url('twist_machine.png') 0% 0% no-repeat padding-box;
  box-shadow: -10px 10px 10px #3966804D;
  height: 29.4em;
} */

.cvc-4 .shape {
  margin-top: 12%;
  width: 100%;
  text-align: center;
  height: 29.4em;
  margin-left: 5%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 240px 0 0 240px;
}

.cvc-4 .shape img {
  margin-top: -1em;
  width: 120%;
  margin-left: 15%;
  padding-right: 50%;
  /*padding-left: 60%;*/
  /*-webkit-transform: scaleX(-1);*/
  /*transform: scaleX(-1);*/
}

@media screen and (min-width: 1700px) {
        .cvc-4 .shape img{
        width: 165%;
        margin-left: -5%;
    }
}


.cvc-4 .content {
  position: relative;
  width: 100%;
  padding-right: 5%;
}

.cvc-4 .content video {
  width: 105.25%;
  border: 1px solid transparent;
  border-radius: 30px;
  display: block;
}
.cvc-4 .content:before {
    width: 100%;
  content: '';
  position: absolute;
  background: transparent linear-gradient(180deg, #0D2D4000 0%, #0D2D40 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cvc-4 .specs-aligner {
    padding-top: 4%;
    padding-left: 10%;
    padding-right: 6%;
 }

.cvc-4 .specs-title h2 {
  font-size: 2.25em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
    margin-top: 5%;
}

.cvc-4 .card {
  /* Add shadows to create the "card" effect */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 15px;
  width: 100%;
  /*height: 426px;*/
  overflow: hidden;
  border: 3px solid #D9D9D9;
}

.cvc-4 .card img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  /*height: 300px;*/
}

.cvc-4 .card img:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in;
}

.cvc-4 .card p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.13em;
    font-weight: 400;
    color: #0D2D40;
    padding: 25px 0px;
}

.cvc-4 .features h2 {
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
}

.cvc-4 .features-card {
  margin-bottom: 10%;
  width: 100%;
  height: 40em;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 30px;
  overflow: hidden;
  padding: 0;
}

.cvc-4 .features-card h2 {
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
}

.cvc-4 .features-card p {
    margin-top: 5%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.13em;
  font-weight: 400;
  color: #0D2D40;
  letter-spacing: 0.18px;
}

.cvc-4 .features-card-rec {
  width: 100%;
  height: 0.95em;
  background: #396680 0% 0% no-repeat padding-box;
}

.cvc-4 .features-card img {
  width: 2.5em;
  height:  2.125em;
}

.cvc-4 .features-card-aligner {
    margin-left: 10%;
    margin-top: 4%;
}

.cvc-4 iframe{
    width: 100%;
    height: 80%;
    border-radius: 56px;
}

@media screen and (max-width: 768px){
    .cvc-4 iframe{
        width: 100%;
        height: 35%;
    }
    .cvc-4 .features-card-aligner {
        margin-right: 10%;
        margin-bottom: 4%;
    }
}
@media screen and (max-width: 768px){
    .cvc-4-text h1{
        padding-left: 4.5%;
        padding-right: 4.5%;
    }
    .cvc-4-text p{
        padding-left: 5%;
        padding-right: 5%;
    }
    .cvc-4 .shape{
        border-radius: 0;
        margin-left: 5%;
        width: 90%;
        height: auto;
        text-align: center;
        border-radius: 10%;
    }
    .cvc-4 .shape img{
        margin: 0 0 0 2em;
    }
    .cvc-4 .features-card {
        margin-left: -8%;
        width: 115%;
        padding: 0;
        height: auto;
    }
}

/* <-----------------------------------END OF cvc-4 SECTION ------------------------> */

/* <-----------------------------------cvc-5 SECTION ------------------------> */

.cvc-5 {
    width: 100%;
    height: auto;
}

.cvc-5-aligner {
    padding-top: 5%;
    padding-left: 10%;
    padding-right:6%;
}

.cvc-5 h4 {
    font-size: 1.4em;
    font-family: 'Raleway', sans-serif;
    color: #808080;
    font-weight: 600;
}

.cvc-5-head h5 {
    font-size: 1.13em;
    font-family: 'Raleway', sans-serif;
    color: #808080;
    font-weight: 700;
    line-height: 1.5;
}

.cvc-5-head a {
    text-decoration: none;
    color: #808080;
}

.cvc-5-text {
    margin-top: 20%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
        .cvc-5-text{
        margin-top: 7.5%;
    }
}

.cvc-5-text h1 {
    font-size: 2.5em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 700;
}

.cvc-5-text p {
    font-size: 1.25em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 500;
}


/* #twist-machine {
    left: -198px;
    background: transparent url('twist_machine.png') 0% 0% no-repeat padding-box;
    box-shadow: -10px 10px 10px #3966804D;
    height: 29.4em;
} */

.cvc-5 .shape {
    margin-top: 12%;
    width: 85%;
    height: 20em;
    text-align: left;
    background: #DDE5ED 0% 0% no-repeat padding-box;
    border-radius: 0 240px 240px 0
}

.cvc-5 .shape img {
  margin-left: 10em;
  margin-top: 0;
  width: 60%;
}

.content {
    /*position: relative;*/
    width: 100%;
    /*padding-right: 5%;*/
  }

.content video {
    width: 105.25%;
    border: 1px solid transparent;
    border-radius: 30px;
    display: block;
  }
  
.content:before {
    width: 100%;
    content: '';
    position: absolute;
    background: transparent linear-gradient(180deg, #0D2D4000 0%, #0D2D40 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
 .abcd-aligner {
    width: 100%;
    padding-top: 7.5%;
    padding-left: 10%;
    padding-right: 10%;
  }
  

.cvc-5 .specs-aligner {
    padding-top: 4%;
    padding-left: 10%;
    padding-right: 6%;
  }

.cvc-5 .specs-title h2 {
    font-size: 2.25em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 600;
    margin-top: 5%;
  }

 .cvc-5 .card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 15px;
    width: 100%;
    /*height: 426px;*/
    overflow: hidden;
    border: 1px solid #D9D9D9;
  }
  
  #ts{
      margin-left: -2.5%;
      padding-top: 3%;
  }
  
  #sf{
      margin-left: -2.5%;
      padding-top: 3%;
  }

 .cvc-5 .card img {
    border-radius: 15px 15px 0 0;
    width: 100%;
    /*height: 300px;*/
  }

 .cvc-5 .card img:hover {
    transform: scale(1.05);
    transition: 0.3s ease-in;
  }

 .cvc-5 .card p {
      text-align: center;
      font-family: 'Open Sans', sans-serif;
      font-size: 1.13em;
      font-weight: 400;
      color: #0D2D40;
      padding: 25px;
  }
  
  .features h2 {
    font-size: 2em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 600;
    margin-top: 5%;
  }

 .cvc-5 .features-card {
    margin-bottom: 10%;
    width: 100%;
    height: 25em;
    /*margin-right: 10%;*/
    background: #DDE5ED 0% 0% no-repeat padding-box;
    border-radius: 30px;
    overflow: hidden;
    /*padding-right: 5%;*/
    padding: 0;
  }

  .features-card h2 {
    font-size: 2em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 600;
  }

  .cvc-5 .features-card p {
    margin-top: 2.5%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.13em;
    font-weight: 400;
    color: #0D2D40;
    letter-spacing: 0.18px;
  }
  .features-card ul {
      margin-top: 3%;
  }
  .features-card li {
    margin-bottom: 2%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.13em;
    font-weight: 400;
    color: #0D2D40;
    letter-spacing: 0.18px;
  }

 .cvc-5 .features-card-rec {
    width: 100%;
    height: 0.95em;
    background: #396680 0% 0% no-repeat padding-box;
  }

  .features-card img {
    width: 2.5em;
    height:  2.125em;
  }

 .cvc-5 .features-card-aligner {
      margin-left: 10%;
      margin-top: 4%;
  }

 .cvc-5 iframe{
    width: 100%;
    height: 80%;
    border-radius: 56px;
}

@media screen and (max-width: 768px){
    .cvc-5 iframe{
        width: 100%;
        height: 35%;
    }
    .cvc-5 .features-card-aligner {
        margin-right: 10%;
        margin-bottom: 4%;
    }
}
@media screen and (max-width: 768px){
    .cvc-5-text h1{
        padding-left: 4.5%;
        padding-right: 4.5%;
    }
    .cvc-5-text p{
        padding-left: 5%;
        padding-right: 5%;
    }
    .cvc-5 .shape{
        border-radius: 0;
        margin-left: 5%;
        width: 90%;
        height: auto;
        text-align: center;
        border-radius: 10%;
    }
    .cvc-5 .shape img{
        margin: 0 0 0 0;
    }
    .cvc-5 .features-card {
        margin-left: -8%;
        width: 115%;
        padding: 0;
        height: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
        .cvc-5 .shape img{
        margin-left: -15em;
    }
}

/* <-----------------------------------END OF cvc-5 SECTION ------------------------> */

/* <-----------------------------------cvc-6 SECTION ------------------------> */
.cvc-6 {
  width: 100%;
  height: auto;
  background: #DDE5ED 0% 0% no-repeat padding-box;
}

.cvc-6-aligner {
  padding-top: 5%;
  padding-left: 10%;
  padding-right: 6%;
}

.cvc-6 h4 {
  font-size: 1.4em;
  font-family: 'Raleway', sans-serif;
  color: #808080;
  font-weight: 600;
}

.cvc-6-head h5 {
  font-size: 1.13em;
  font-family: 'Raleway', sans-serif;
  color: #808080;
  font-weight: 700;
  line-height: 1.5;
}

.cvc-6-head a {
    text-decoration: none;
    color: #808080;
}

.cvc-6-text {
  margin-top: 20%;
  margin-left: 2%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
        .cvc-6-text{
        margin-top: 7.5%;
    }
}

.cvc-6-text h1 {
  font-size: 2.5em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 700;
}

.cvc-6-text p {
  font-size: 1.25em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 500;
}


/* #twist-machine {
  left: -198px;
  background: transparent url('twist_machine.png') 0% 0% no-repeat padding-box;
  box-shadow: -10px 10px 10px #3966804D;
  height: 29.4em;
} */

.cvc-6 .shape {
  margin-top: 12%;
  width: 100%;
  text-align: center;
  height: 29.4em;
  margin-left: 5%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 240px 0 0 240px;
}

.cvc-6 .shape img {
  /*margin-top: 3em;*/
  width: 80%;
  margin-left: 30%;
  padding-right: 50%;
  /*padding-left: 60%;*/
  /*-webkit-transform: scaleX(-1);*/
  /*transform: scaleX(-1);*/
}

@media screen and (min-width: 1700px) {
        .cvc-6 .shape img{
        width: 165%;
        margin-left: -5%;
    }
}


.cvc-6 .content {
  position: relative;
  width: 100%;
  padding-right: 5%;
}

.cvc-6 .content video {
  width: 105.25%;
  border: 1px solid transparent;
  border-radius: 30px;
  display: block;
}
.cvc-6 .content:before {
    width: 100%;
  content: '';
  position: absolute;
  background: transparent linear-gradient(180deg, #0D2D4000 0%, #0D2D40 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cvc-6 .specs-aligner {
    padding-top: 4%;
    padding-left: 10%;
    padding-right: 6%;
 }

.cvc-6 .specs-title h2 {
  font-size: 2.25em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
    margin-top: 5%;
}

.cvc-6 .card {
  /* Add shadows to create the "card" effect */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 15px;
  width: 100%;
  /*height: 426px;*/
  overflow: hidden;
  border: 3px solid #D9D9D9;
}

.cvc-6 .card img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  /*height: 300px;*/
}

.cvc-6 .card img:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in;
}

.cvc-6 .card p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.13em;
    font-weight: 400;
    color: #0D2D40;
    padding: 25px 0px;
}

.cvc-6 .features h2 {
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
}

.cvc-6 .features-card {
  margin-bottom: 10%;
  width: 100%;
  height: 30em;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 30px;
  overflow: hidden;
  padding: 0;
}

.cvc-6 .features-card h2 {
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
}

.cvc-6 .features-card p {
    margin-top: 5%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.13em;
  font-weight: 400;
  color: #0D2D40;
  letter-spacing: 0.18px;
}

.cvc-6 .features-card-rec {
  width: 100%;
  height: 0.95em;
  background: #396680 0% 0% no-repeat padding-box;
}

.cvc-6 .features-card img {
  width: 2.5em;
  height:  2.125em;
}

.cvc-6 .features-card-aligner {
    margin-left: 10%;
    margin-top: 4%;
}

.cvc-6 iframe{
    width: 100%;
    height: 80%;
    border-radius: 56px;
}

@media screen and (max-width: 768px){
    .cvc-6 iframe{
        width: 100%;
        height: 35%;
    }
    .cvc-6 .features-card-aligner {
        margin-right: 10%;
        margin-bottom: 4%;
    }
}
@media screen and (max-width: 768px){
    .cvc-6-text h1{
        padding-left: 4.5%;
        padding-right: 4.5%;
    }
    .cvc-6-text p{
        padding-left: 5%;
        padding-right: 5%;
    }
    .cvc-6 .shape{
        border-radius: 0;
        margin-left: 5%;
        width: 90%;
        height: auto;
        text-align: center;
        border-radius: 10%;
    }
    .cvc-6 .shape img{
        margin: 0 0 0 8em;
    }
    .cvc-6 .features-card {
        margin-left: -8%;
        width: 115%;
        padding: 0;
        height: auto;
    }
}

/* <-----------------------------------END OF cvc-6 SECTION ------------------------> */

/* <-----------------------------------cvc-7 SECTION ------------------------> */

.cvc-7 {
    width: 100%;
    height: auto;
}

.cvc-7-aligner {
    padding-top: 5%;
    padding-left: 10%;
    padding-right:6%;
}

.cvc-7 h4 {
    font-size: 1.4em;
    font-family: 'Raleway', sans-serif;
    color: #808080;
    font-weight: 600;
}

.cvc-7-head h5 {
    font-size: 1.13em;
    font-family: 'Raleway', sans-serif;
    color: #808080;
    font-weight: 700;
    line-height: 1.5;
}

.cvc-7-head a {
    text-decoration: none;
    color: #808080;
}

.cvc-7-text {
    margin-top: 20%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
        .cvc-7-text{
        margin-top: 7.5%;
    }
}

.cvc-7-text h1 {
    font-size: 2.5em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 700;
}

.cvc-7-text p {
    font-size: 1.25em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 500;
}


/* #twist-machine {
    left: -198px;
    background: transparent url('twist_machine.png') 0% 0% no-repeat padding-box;
    box-shadow: -10px 10px 10px #3966804D;
    height: 29.4em;
} */

.cvc-7 .shape {
    margin-top: 12%;
    width: 85%;
    height: 20em;
    text-align: left;
    background: #DDE5ED 0% 0% no-repeat padding-box;
    border-radius: 0 240px 240px 0
}

.cvc-7 .shape img {
  margin-left: 10em;
  margin-top: 0.5em;
  width: 50%;
}

.content {
    /*position: relative;*/
    width: 100%;
    /*padding-right: 5%;*/
  }

.content video {
    width: 105.25%;
    border: 1px solid transparent;
    border-radius: 30px;
    display: block;
  }
  
.content:before {
    width: 100%;
    content: '';
    position: absolute;
    background: transparent linear-gradient(180deg, #0D2D4000 0%, #0D2D40 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
 .abcd-aligner {
    width: 100%;
    padding-top: 7.5%;
    padding-left: 10%;
    padding-right: 10%;
  }
  

.cvc-7 .specs-aligner {
    padding-top: 4%;
    padding-left: 10%;
    padding-right: 6%;
  }

.cvc-7 .specs-title h2 {
    font-size: 2.25em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 600;
    margin-top: 5%;
  }

 .cvc-7 .card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 15px;
    width: 100%;
    /*height: 426px;*/
    overflow: hidden;
    border: 1px solid #D9D9D9;
  }
  
  #ts{
      margin-left: -2.5%;
      padding-top: 3%;
  }
  
  #sf{
      margin-left: -2.5%;
      padding-top: 3%;
  }

 .cvc-7 .card img {
    border-radius: 15px 15px 0 0;
    width: 100%;
    /*height: 300px;*/
  }

 .cvc-7 .card img:hover {
    transform: scale(1.05);
    transition: 0.3s ease-in;
  }

 .cvc-7 .card p {
      text-align: center;
      font-family: 'Open Sans', sans-serif;
      font-size: 1.13em;
      font-weight: 400;
      color: #0D2D40;
      padding: 25px;
  }
  
  .features h2 {
    font-size: 2em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 600;
    margin-top: 5%;
  }

 .cvc-7 .features-card {
    margin-bottom: 10%;
    width: 100%;
    height: 25em;
    /*margin-right: 10%;*/
    background: #DDE5ED 0% 0% no-repeat padding-box;
    border-radius: 30px;
    overflow: hidden;
    /*padding-right: 5%;*/
    padding: 0;
  }

  .features-card h2 {
    font-size: 2em;
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 600;
  }

  .cvc-7 .features-card p {
    margin-top: 2.5%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.13em;
    font-weight: 400;
    color: #0D2D40;
    letter-spacing: 0.18px;
  }
  .features-card ul {
      margin-top: 3%;
  }
  .features-card li {
    margin-bottom: 2%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.13em;
    font-weight: 400;
    color: #0D2D40;
    letter-spacing: 0.18px;
  }

 .cvc-7 .features-card-rec {
    width: 100%;
    height: 0.95em;
    background: #396680 0% 0% no-repeat padding-box;
  }

  .features-card img {
    width: 2.5em;
    height:  2.125em;
  }

 .cvc-7 .features-card-aligner {
      margin-left: 10%;
      margin-top: 4%;
  }

 .cvc-7 iframe{
    width: 100%;
    height: 80%;
    border-radius: 56px;
}

@media screen and (max-width: 768px){
    .cvc-7 iframe{
        width: 100%;
        height: 35%;
    }
    .cvc-7 .features-card-aligner {
        margin-right: 10%;
        margin-bottom: 4%;
    }
}
@media screen and (max-width: 768px){
    .cvc-7-text h1{
        padding-left: 4.5%;
        padding-right: 4.5%;
    }
    .cvc-7-text p{
        padding-left: 5%;
        padding-right: 5%;
    }
    .cvc-7 .shape{
        border-radius: 0;
        margin-left: 5%;
        width: 90%;
        height: auto;
        text-align: center;
        border-radius: 10%;
    }
    .cvc-7 .shape img{
        margin: 0 0 0 0;
    }
    .cvc-7 .features-card {
        margin-left: -8%;
        width: 115%;
        padding: 0;
        height: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
        .cvc-7 .shape img{
        margin-left: -15em;
    }
}

/* <-----------------------------------END OF cvc-7 SECTION ------------------------> */

/* <-----------------------------------MHMS SECTION ------------------------> */

.mhms {
  width: 100%;
  height: auto;
  background: #0D2D40 0% 0% no-repeat padding-box;
}

.mhms .head-aligner {
    padding-top: 5%;
    padding-left: 10%;
    padding-right: 6%;
    padding-bottom: 5%;
}

.mhms h1 {
  font-size: 2.8em;
  font-family: 'Raleway', sans-serif;
  color: white;
  font-weight: 700;
}

.mhms-text {
  margin-top: 3%;
}

@media screen and (max-width: 768px){
    .mhms-text{
        padding-right: 4.5%;
    }
}

.mhms-text p {
  font-size: 1.3em;
  font-family: 'Raleway', sans-serif;
  color: white;
  font-weight: 500;
}


/* <-----------------------------------END OF MHMS SECTION ------------------------> */

/* <-----------------------------------MHMS-1 SECTION ------------------------> */

.mhms-1 {
  width: 100%;
  height: auto;
}

.mhms-1-aligner {
  padding-top: 5%;
  padding-left: 10%;
  padding-right:6%;
}

.mhms-1 h4 {
  font-size: 1.4em;
  font-family: 'Raleway', sans-serif;
  color: #808080;
  font-weight: 600;
}

.mhms-1-head h5 {
  font-size: 1.13em;
  font-family: 'Raleway', sans-serif;
  color: #808080;
  font-weight: 700;
  line-height: 1.5;
}

.mhms-1-head a {
    text-decoration: none;
    color: #808080;
}

.mhms-1-text {
  margin-top: 20%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
        .mhms-1-text{
        margin-top: 7.5%;
    }
}

.mhms-1-text h1 {
  font-size: 2.5em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 700;
}

.mhms-1-text p {
  font-size: 1.25em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 500;
}


/* #twist-machine {
  left: -198px;
  background: transparent url('twist_machine.png') 0% 0% no-repeat padding-box;
  box-shadow: -10px 10px 10px #3966804D;
  height: 29.4em;
} */

.mhms-1 .shape {
  margin-top: 12%;
  width: 85%;
  height: 29.4em;
  text-align: left;
  background: #DDE5ED 0% 0% no-repeat padding-box;
  border-radius: 0 240px 240px 0
}

.mhms-1 .shape img {
  margin-left: 8em;
  margin-top: -3em;
  width: 60%;
}

@media screen and (min-width: 1700px) {
        .mhms-1 .shape img{
        width: 50%;
        margin-left: 10%;
    }
}

.content {
  position: relative;
  width: 100%;
  padding-right: 5%;
}

.mhms-1 .content video {
  width: 105.25%;
  border: 1px solid transparent;
  border-radius: 30px;
  display: block;
}
.mhms-1 .content:before {
    width: 100%;
  content: '';
  position: absolute;
  background: transparent linear-gradient(180deg, #0D2D4000 0%, #0D2D40 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  top: 0;
  right: 5%;
  bottom: 0;
  left: 0;
}

.mhms-1 .specs-aligner {
    padding-top: 4%;
    padding-left: 10%;
    padding-right: 6%;
    margin-top: 5%;
}


.mhms-1 .specs-title h2 {
  font-size: 2.25em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
  margin-top: 5%;
}

.mhms-1 .card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 15px;
  width: 100%;
  /*height: 426px;*/
  overflow: hidden;
  border: 3px solid #D9D9D9;
}

.mhms-1 .card img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  /*height: 300px;*/
}

.mhms-1 .card img:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in;
}

.mhms-1 .card p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.13em;
    font-weight: 400;
    color: #0D2D40;
    padding: 25px;
}

.mhms-1 .features h2 {
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
  margin-top: 5%;
}

.mhms-1 .features-card {
  width: 100%;
  height: auto;
  background: #DDE5ED 0% 0% no-repeat padding-box;
  border-radius: 30px;
  overflow: hidden;
  padding: 0;
}

.mhms-1 .features-card h2 {
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
}

.mhms-1 .features-card p {
  margin-top: 2.5%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.13em;
  font-weight: 400;
  color: #0D2D40;
  letter-spacing: 0.18px;
  line-height: 2;
}

.mhms-1 .features-card li{
  margin-top: 2.5%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.13em;
  font-weight: 400;
  color: #0D2D40;
  letter-spacing: 0.18px;
  line-height: 2;
}

.mhms-1 .features-card-rec {
  width: 100%;
  height: 20px;
  background: #396680 0% 0% no-repeat padding-box;
}

.mhms-1 .features-card img {
  width: 2.5em;
  height:  2.125em;
}

.mhms-1 .features-card-aligner {
    margin-left: 10%;
    margin-top: 4%;
}

.mhms-1 iframe{
    width: 100%;
    height: 80%;
    border-radius: 56px;
}

@media screen and (max-width: 768px){
    .mhms-1 iframe{
        width: 100%;
        height: 35%;
    }
    .mhms-1 .features-card-aligner {
        margin-right: 10%;
        margin-bottom: 4%;
    }
}
@media screen and (max-width: 768px){
    .mhms-1-text h1{
        padding-left: 4.5%;
        padding-right: 4.5%;
    }
    .mhms-1-text p{
        padding-left: 5%;
        padding-right: 5%;
    }
    .mhms-1 .shape{
        border-radius: 0;
        margin-left: 5%;
        width: 90%;
        height: auto;
        text-align: center;
        border-radius: 10%;
    }
    .mhms-1 .shape img{
        margin: 0 0 0 -5em;
    }
    .mhms-1 .features-card {
        margin-left: -8%;
        width: 115%;
        padding: 0;
    }
}


/* <-----------------------------------END OF MHMS-1 SECTION ------------------------> */

/* <-----------------------------------MHMS-2 SECTION ------------------------> */

.mhms-2 {
  width: 100%;
  height: auto;
  background: #DDE5ED 0% 0% no-repeat padding-box;
}

.mhms-2-aligner {
  padding-top: 5%;
  padding-left: 10%;
  padding-right:6%;
}

.mhms-2 h4 {
  font-size: 1.4em;
  font-family: 'Raleway', sans-serif;
  color: #808080;
  font-weight: 600;
}

.mhms-2-head h5 {
  font-size: 1.13em;
  font-family: 'Raleway', sans-serif;
  color: #808080;
  font-weight: 700;
  line-height: 1.5;
}

.mhms-2-head a {
    text-decoration: none;
    color: #808080;
}

.mhms-2-text {
  margin-top: 20%;
  margin-left: 2%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .mhms-2-text{
        margin-top: 7.5%;
    }
}

.mhms-2-text h1 {
  font-size: 2.5em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 700;
}

.mhms-2-text p {
  font-size: 1.25em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 500;
  letter-spacing: 0px;
}


.mhms-2 .shape {
  margin-top: 12%;
  width: 100%;
  text-align: center;
  height: 29.4em;
  margin-left: 5%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 240px 0 0 240px;
}

.mhms-2 .shape img {
  margin-top: -4em;
  margin-right: 5em;
  width: 58%;
}

@media screen and (min-width: 1700px) {
        .mhms-2 .shape img{
        width: 45%;
        margin-left: -2%;
    }
}

.content {
  position: relative;
  width: 100%;
  padding-right: 5%;
}

.mhms-2 .content video {
  width: 105.25%;
  border: 1px solid transparent;
  border-radius: 30px;
  display: block;
}
.mhms-2 .content:before {
    width: 100%;
  content: '';
  position: absolute;
  background: transparent linear-gradient(180deg, #0D2D4000 0%, #0D2D40 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  top: 0;
  right: 5%;
  bottom: 0;
  left: 0;
}

.mhms-2 .specs-aligner {
    padding-top: 4%;
    padding-left: 10%;
    padding-right: 6%;
}


.mhms-2 .specs-title h2 {
  font-size: 2.25em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
  margin-top: 5%;
}

.mhms-2 .card {
  /* Add shadows to create the "card" effect */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 15px;
  width: 100%;
  /*height: 426px;*/
  overflow: hidden;
  border: 3px solid #D9D9D9;
}

.mhms-2 .card img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  /*height: 300px;*/
}

.mhms-2 .card img:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in;
}

.mhms-2 .card p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.13em;
    font-weight: 400;
    color: #0D2D40;
    padding: 25px;
}

.mhms-2 .features h2 {
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
  margin-top: 5%;
}

.mhms-2 .features-card {
  margin-bottom: 2%;
  width: 100%;
  height: auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 30px;
  border: 3px solid #73A3BF;
  overflow: hidden;
  padding: 0;
}

.mhms-2 .features-card h2 {
  text-align: center;
  font-size: 1.5em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 500;
}

.mhms-tab-aligner {
    padding-top: 4%;
    padding-left: 10%;
    padding-right: 6%;
}

/* .mhms-2 .features-card p {
  margin-top: 2.5%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.13em;
  font-weight: 400;
  color: #0D2D40;
  letter-spacing: 0.18px;
  line-height: 2;
} */

.mhms-2 .abcd-aligner {
    width: 100%;
    padding-top: 7.5%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 3%;
  }

.mhms-2 iframe{
    width: 100%;
    height: 80%;
    border-radius: 56px;
}

@media screen and (max-width: 768px){
    .mhms-2 iframe{
        width: 100%;
        height: 35%;
    }
    .mhms-2 .features-card-aligner {
        margin-right: 10%;
        margin-bottom: 4%;
    }
}
@media screen and (max-width: 768px){
    .mhms-2-text h1{
        padding-left: 4.5%;
        padding-right: 4.5%;
    }
    .mhms-2-text p{
        padding-left: 5%;
        padding-right: 5%;
    }
    .mhms-2 .shape{
        border-radius: 0;
        margin-left: 5%;
        width: 90%;
        height: auto;
        text-align: center;
        border-radius: 10%;
    }
    .mhms-2 .shape img{
        margin: 0 0 0 0;
    }
    .mhms-2 .features-card {
        margin-left: -8%;
        width: 115%;
        padding: 0;
    }
}



/* <-----------------------------------END OF MHMS-2 SECTION ------------------------> */

/* <-----------------------------------LCA SECTION ------------------------> */

.lca {
  width: 100%;
  height: auto;
  background: #0D2D40 0% 0% no-repeat padding-box;
}

.lca .head-aligner {
    padding-top: 5%;
    padding-left: 10%;
    padding-right: 6%;
    padding-bottom: 5%;
}

.lca h1 {
  font-size: 2.8em;
  font-family: 'Raleway', sans-serif;
  color: white;
  font-weight: 700;
}

.lca-text {
  margin-top: 3%;
  margin-left: -1.5%;
}

@media screen and (max-width: 768px){
    .lca-text{
        padding-right: 4.5%;
    }
}

.lca-text p {
  font-size: 1.3em;
  font-family: 'Raleway', sans-serif;
  color: white;
  font-weight: 500;
}

.lca-tablets {
  width: 90%;
  height: auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 30px;
  border: 3px solid #73A3BF;
  overflow: hidden;
  /*margin-top: 5%;*/
}

.lca-tablets h3 {
  font-size:  1.5em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 500;
  /*text-shadow: 1px 1px #707070;*/
}

.lca img{
    float: right;
}

@media screen and (max-width: 768px){
    .lca img{
        width: 75%;
        float: left;
        margin-bottom: 10%;
    }
    .lca-tablets{
        width: auto;
    }
}

/* <-----------------------------------END OF LCA SECTION ------------------------> */

/* <-----------------------------------LCA-1 SECTION ------------------------> */

.lca-1 {
  width: 100%;
  height: auto;
}

.lca-1-aligner {
  /*padding-top: 2%;*/
  padding-left: 10%;
  padding-right:6%;
}

.lca-1 h1 {
  font-size: 2.8em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 700;
  margin-top: 6%;
} 

.lca-text {
    margin-top: 5%;
}

.lca-1-text {
  margin-top: 5%;
  margin-left: 1%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .lca-text{
        margin-top: 0;
    }
}

.lca-1-text h1 {
  font-size: 2.5em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 700;
}

.lca-1-text p {
  font-size: 1.25em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 500;
}

.lca-1 .shape {
  margin-top: 12%;
  width: 46.25em;
  height: 29.4em;
  text-align: left;
  background: #DDE5ED 0% 0% no-repeat padding-box;
  border-radius: 0 240px 240px 0
}

/*.lca-1 .shape img {*/
/*  margin-left: 8em;*/
/*  margin-top: -3.5em;*/
/*}*/

.lca-1 .specs-aligner {
    padding-top: 4%;
    padding-left: 10%;
    padding-right: 6%;
}


.lca-1 .specs-title h2 {
  font-size: 2.25em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
}

.lca-1 .features h2 {
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
}

.lca-1 .features-card {
    margin-bottom: 10%;
  width: 100%;
  height: 26em;
  background: #DDE5ED 0% 0% no-repeat padding-box;
  border-radius: 30px;
  overflow: hidden;
  padding: 0;
}

.lca-1 .features-card h2 {
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
  color: #0D2D40;
  font-weight: 600;
}

.lca-1 .features-card p {
  margin-top: 2.5%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.13em;
  font-weight: 400;
  color: #0D2D40;
  letter-spacing: 0.18px;
}

.lca-1 .features-card-rec {
  width: 100%;
  height: 0.95em;
  background: #396680 0% 0% no-repeat padding-box;
}

.lca-1 .features-card img {
  width: 2.5em;
  height:  2.125em;
}

.lca-1 .features-card-aligner {
    margin-left: 10%;
    margin-top: 4%;
}

.lca-1 .abcd-aligner {
    width: 100%;
    padding-top: 5%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 0.5%;
  }
  
.lca-1 #builder-pic{
    margin-left: 10%;
}

@media screen and (max-width: 768px){
    .lca-1-text h1{
        padding-left: 4.5%;
        padding-right: 4.5%;
    }
    .lca-1-text p{
        padding-left: 5%;
        padding-right: 5%;
    }
    .lca-1 #builder-pic{
        margin-left: 0;
        width: 98%;
    }
    .lca-1 .features-card {
        margin-left: -8%;
        width: 115%;
        padding: 0;
    }
    .lca-1 .features-card-aligner {
        margin-right: 10%;
        margin-bottom: 4%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .lca-1 #builder-pic{
        margin-left: 15%;
        width: 70%;
    }
}

/* <-----------------------------------END OF LCA-1 SECTION ------------------------> */

/* Start of Work With Us Section */
.work-with-us {
  width: 100%;
  height: 37.5em;
  background-image:  linear-gradient(to bottom, rgba(13, 45, 64, 0.6), rgba(13, 45, 64, 0.6)), 
  url('Rectangle_1540.png');
  background-size: cover;
   /*background-color: #fff; */
  top: 0;
  left: 0;
  color: white;
  position: relative;
}

.wwu-aligner {
    padding-left: 9%;
    padding-top: 11.5%;
}

.work-with-us #CU {
  width: 185px;
  height: 50px;
  border-radius: 30px;
  background-color: Transparent;
  background-repeat:no-repeat;
  border: 2px solid white;
  cursor:pointer;
  overflow: hidden;
  color: white;
  font-size: 1.13em;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

.work-with-us #CU:hover {
  color: #091f2c;
  background-color: white;
}

.work-with-us #PP {
  width: 200px;
  height: 50px;
  border-radius: 30px;
  background-color: Transparent;
  background-repeat:no-repeat;
  border: 2px solid white;
  cursor:pointer;
  overflow: hidden;
  color: white;
  font-size: 1.13em;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

.work-with-us #PP:hover {
  color: #091f2c;
  background-color: white;
}

@media screen and (max-width: 768px) {
    .work-with-us #PP{
        margin-top: 10%;
    }
    .work-with-us #CU{
        margin-top: 10%;
    }
    .work-with-us button{
        text-align: center;
    }
}

.work-with-us #elements {
  /*margin-left: 15em;*/
  /*margin-top: 15em;*/
}

.work-with-us h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.8em;
    font-weight: 800;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .work-with-us h1{
        padding-right: 15%;
    }
}

/* End of Work With Us Section */

/* Footer Start */
.footer {
  width: 100%;
  /*height: 300px;*/
  /* background: url('./Rectangle_1540.png');
  background-size: cover; */
  background-color: #091f2c;
  top: 0;
  left: 0;
  color: white;
}

.foot-aligner {
    padding-left: 9%;
    padding-top: 4%;
    padding-bottom: 4%;
    /*padding-right: 8%;*/
}

.footer img {
  width: 16em;
  height: 4.5em;
}

.footer a {
  color: white;
  margin-right: 10%;
  font-size: 0.9em;
  font-family: 'Helvetica', sans-serif;
  text-decoration: none;
}

.footer a:hover {
  color: white;
  text-decoration: none;
}

.footer .links {
  /*margin-top: 5em;*/
  color: white;
}
/* Footer End */

@media screen and (max-width: 1024px){
    .spm-1 .features-card,
    .spm-2 .features-card,
    .tim-1 .features-card,
    .lca-1 .features-card {
        height: auto;
    }
}

#mob-image{
        display: none;
    }

#comp-image {
    display: block;
}

@media screen and (max-width: 768px) {
    br {
        display: none;
    }
    #navbar br{
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .mhms-1 .features-card br{
        display: none;
    }
    
}

@media screen and (max-width: 1024px){
    #mob-image{
        display: block;
    }

    #comp-image {
        display: none;
    }
}

