div.container-fluid {
    font-family: 'seganlight', Fallback, sans-serif;
    margin-left: 175px;
    margin-right: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    background: #F3F3F3;
    background: linear-gradient(#F3F3F3, #FFFFFF);
    /*height: 770px;*/
}


div.row {
    height: 750px;
    width: 100%;
    margin: 0px;
    margin-top: 80px;
}

div.container-fluid div.row div.tab{
  margin: auto;
  display: block;
  width: 700px;
  margin-top: 70px;
  margin-bottom: 70px;
  height: 50px;
  /* border: solid 1px #E3E3E3; */
  border-radius: 12px;
  background: #F3F3F3;
  font-weight: bold;
  box-shadow: 0 0 30px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 0 30px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.6);
  -o-box-shadow: 0 0 30px rgba(0,0,0,0.6);
}

div.container-fluid div.row div.tab div.Tabback{
  width: 50%;
  height: 100%;
  display: block;
  position: relative;
  background: #1C232D;
  border-radius: 13px;
}

div.container-fluid div.row div.tab a{
  float: left;
  text-decoration: none;
  color: #1C232D;
  width: 50%;
  height: 100%;
  display: block;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  top: -33px;
  text-align: center;
}

div.container-fluid div.row div.tab a.active{
  -webkit-animation: ColourChange 0.5s;
  animation: ColourChange 0.5s;
  color: #FFFFFF;
  border-radius: 10px;
}

@-webkit-keyframes ColourChange {
  from {color: #1C232D;}
  to {color: #FFFFFF;}
}

@keyframes ColourChange {
  from {color: #1C232D;}
  to {color: #FFFFFF;}
}

div.container-fluid div.row div.tab div.Tabback.left{
  -webkit-animation: fadeEffectLefttab 0.5s;
  animation: fadeEffectLefttab 0.5s;
}

@-webkit-keyframes fadeEffectLefttab {
  from {left: 50%;}
  to {left: 0px;}
}

@keyframes fadeEffectLefttab {
  from {left: 50%;}
  to {left: 0px;}
}

div.container-fluid div.row div.tab div.Tabback.right{
  -webkit-animation: fadeEffectRighttab 0.5s;
  animation: fadeEffectRighttab 0.5s;
  left: 50%;
}

@-webkit-keyframes fadeEffectRighttab {
  from {left: 0px;}
  to {left: 50%;}
}

@keyframes fadeEffectRighttab {
  from {left: 0px;}
  to {left: 50%;}
}

div.container-fluid div.row div.tabcontent{
  position: relative;
}

div.container-fluid div.row div.tabcontent.left{
  -webkit-animation: fadeEffectRight 0.5s;
  animation: fadeEffectRight 0.5s;
}

div.container-fluid div.row div.tabcontent.right{
  -webkit-animation: fadeEffectLeft 0.5s;
  animation: fadeEffectLeft 0.5s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffectLeft {
  from {left: 500px;}
  to {left: 0px;}
}

@keyframes fadeEffectLeft {
  from {left: 500px;}
  to {left: 0px;}
}

@-webkit-keyframes fadeEffectRight {
  from {right: 500px;}
  to {right: 0px;}
}

@keyframes fadeEffectRight {
  from {right: 500px;}
  to {right: 0px;}
}

div#section01 {
  height: 100%;
  width: 33.4%;
  padding-left: 70px;
  padding-top: 23px;
}

div#section01 div#Trial div#Full-Pricing-Box-01{
    display: block;
    width: 300px;
    margin: auto;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 30px rgba(0,0,0,0.6);
}

div#section01 div#Trial div#header01 {
    font-size: 14px;
    position: relative;
    display: block;
    width: 300px;
    height: 50px;
    padding: 16px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 50px;
    background-color: #FFFFFF;
    text-align: center;
    color: #1C232D;
    font-weight: bolder;
    box-shadow: 0 0 30px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 30px rgba(0,0,0,0.6);
}

div#section01 div#Trial div#pricing-box-01 {
  position: relative;
  width: 300px;
  height: 120px;
  margin: auto;
  border: solid;
  border-color: #1C232D;
  background-color: #1C232D;
  text-align: left;
  border-radius: 20px 20px 0px 0px;
  text-align: center;
}

div#section01 div#Trial div#pricing-box-01 div#first-div {
    position: absolute;
    width: 100%;
    top: 39px;
    color: #FFFFFF;
    font-size: 30px;
}

div#section01 div#Trial div#pricing-box-01 div#third-div p#line01 {
  font-size: 18px;
  margin-left: 20px;
  margin-bottom: 0px;
}
div#section01 div#Trial div#pricing-box-01 div#third-div p#line01 span {
  font-size: 12px;
}

div#section01 div#Trial div#pricing-box-01 div#third-div p#line02 {
    font-size: 8px;
    margin-top: -5px;
    margin-left: 20px;
    width: 80px;
}

div#section01 div#Trial div#pricing-box-02 a {
    position: absolute;
    left: 50px;
    top: 245px;
    text-decoration: none;
    background-color: #1C232D;
    color: white;
    width: 210px;
    height: 35px;
    margin: auto;
    line-height: 5px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bolder;
    padding: 25px;
}

div#section01 div#Trial div#pricing-box-02 a:hover {
  text-decoration: none;
}

div#section01 div#Trial div#pricing-box-02 {
  position: relative;
  width: 300px;
  height: 320px;
  margin: auto;
  border: solid;
  border-color: #E3E3E3;
  color: black;
  border-radius: 0px 0px 20px 20px;
  border-width: 1px;
  background: #FFFFFF;
  text-align: center;
}

div#section01 div#Trial div#pricing-box-02 div#first-div {
  position: relative;
  top: 55px;
  font-size: 12px;
}

div#section01 div#Trial div#pricing-box-02 div#second-div {
  position: relative;
  top: 65px;
  font-size: 12px;
}

div#section01 div#Trial div#pricing-box-02 div#third-div {
  position: relative;
  top: 75px;
  font-size: 12px;
}

div#section01 div#Trial div#pricing-box-02 div#fourth-div {
    position: relative;
    top: 85px;
    font-size: 12px;
}

div#section01 div#Trial div#pricing-box-02 div#fifth-div {
    position: relative;
    top: 95px;
    font-size: 12px;
}

div#section01 div#Trial div#pricing-box-02 div#sixth-div {
    position: relative;
    top: 105px;
    font-size: 12px;
}

div#section01 div#Trial div#pricing-box-02 div#seventh-div {
    position: relative;
    top: 115px;
    font-size: 12px;
}

/*START LAPTOP AND IPAD LANDSCAPE*/
@media all and (max-width: 1024px){
  div#section01{
    float: left;
    padding-left: 10px;
  }

  div#section01 div#Trial div#header01{
    width: 260px;
  }

  div#section01 div#Trial div#Full-Pricing-Box-01{
    width: 260px;
  }

  div#section01 div#Trial div#pricing-box-01{
    width: 260px;
  }

  div#section01 div#Trial div#pricing-box-02{
    width: 260px;
  }

  div#section01 div#Trial div#pricing-box-02 a{
    left: 25px;
  }
}
/*END LAPTOP AND IPAD LANDSCAPE*/

@media (min-width: 960px) {
  div#section01{
    float: left;
    padding-left: 0px;
  }

  div#section01 div#Trial div#header01{
    width: 245px;
  }

  div#section01 div#Trial div#Full-Pricing-Box-01{
    width: 245px;
  }

  div#section01 div#Trial div#pricing-box-01{
    width: 245px;
  }

  div#section01 div#Trial div#pricing-box-02{
    width: 245px;
  }

  div#section01 div#Trial div#pricing-box-02 a{
    left: 25px;
  }
}

/*START IPAD PROTRAIT*/
@media (max-width: 768px) {
  div.container-fluid {
    margin-left: 0px;
  }

  div#section01 {
    width: 230px;
    padding-right: 0px;
    margin-left: 18px;
    padding-left: 0px;
  }

  div#section01 div#Trial div#header01{
    width: 230px;
  }

  div#section01 div#Trial div#Full-Pricing-Box-01{
    width: 230px;
  }

  div#section01 div#Trial div#pricing-box-01{
    width: 230px;
  }

  div#section01 div#Trial div#pricing-box-02{
    width: 230px;
  }

  div#section01 div#Trial div#pricing-box-02 a{
    left: 10px;
  }
}
/*END IPAD PROTRAIT*/

/*START MOBILE GENERAL*/
@media (max-width: 480px) {
  div.container-fluid {
    overflow: hidden;
  }

  div.container-fluid div.row div.tab div.Tabback{
    background: #FFFFFF;
    border-radius: 10px;
  }

  div.container-fluid div.row div.tab{
    margin: auto;
    display: block;
    width: 90%;
    margin-bottom: 50px;
    height: 50px;
    border: solid 4px #1C232D;
    border-radius: 12px;
    background: #1C232D;
  }

  div.container-fluid div.row div.tab a{
    float: left;
    text-decoration: none;
    color: #FFFFFF;
    width: 50%;
    height: 100%;
    display: block;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    top: -32px;
  }

  div.container-fluid div.row div.tab a.active{
    color: #1C232D;
    border-radius: 10px;
  }

  div#section01 {
    width: 300px;
    padding: 0px;
    margin: auto;
    float: initial;
  }  
}
/*END MOBILE GENERAL*/