.showcase_blocks_20170329_4 .table_blocks,
.showcase_blocks_20171011_3 .table_blocks {
  width: 80%;
  margin: auto;
}

.showcase_blocks_20170329_4 .table_blocks td,
.showcase_blocks_20171011_3 .table_blocks td {
  width: 16.66%;
  display: block;
  float: left;
}

.showcase_blocks_20170329_4 .table_blocks td img,
.showcase_blocks_20171011_3 .table_blocks td img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
 .showcase_blocks_20170329_4 .table_blocks td,
 .showcase_blocks_20171011_3 .table_blocks td {
  width: 100%;
 }

 .showcase_blocks_20170329_4 .table_blocks,
 .showcase_blocks_20171011_3 .table_blocks {
   width: 50%;
 }
 .showcase_blocks_20170329_4 .table_blocks tbody,
 .showcase_blocks_20170329_4 .table_blocks tr,
 
 .showcase_blocks_20171011_3 .table_blocks tbody,
 .showcase_blocks_20171011_3 .table_blocks tr{
   width: 100%;
 }
}

/*++++++++++++++++*/

.pricing_homepage_table td {
    width: 33.33%;
    padding: 1%;
}


.white_background {
    background-color: #F8F6F6;
    padding: 15% 10% 35% 10%;
    position: relative;
    text-align: center;
}

.white_background h4 {
    color: #83a2ac;
    font-size: 31px;
    font-weight: 700;
}

.white_background h4 .subscript {
    color: #83a2ac;
    font-size: 20px;
}

.white_background h5 {
    font-size: 18px;
    margin: 8% 0 0 0;
}

.white_background hr {
    margin: 10px auto 7% auto;
    border-color: #000000;
    border-width: 2px;
    width: 18%;
}

.white_background p {
    color: #000000 !important;
    font-size: 16px;
}

.white_background a {
    display: block;
    width: 100%;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5% 0;
}

@media (max-width: 767px){
.table_three_cols td, .table_blocks td {
    display: block;
    width: 100%;
    padding-bottom: 20px;
}
}

.payment-plan-container {
  width: 800px;
  margin: auto;
  max-width: 100%;
}

.user-details-container,
.payment-details-container {
  width: 500px;
  margin: auto;
  max-width: 100%;
 }

@media (max-width: 767px) {
    .iframe_embed_container {
        position: unset !Important;
    }
    .iframe_embed_container .ratio {
        display: none !Important;
    }
}
