table {
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word;
    margin-top:auto;
    margin-bottom:auto;
    border-radius: 20px;
}


.text-sm {
    font-size: 12px;
}
.price {
    font-size: 3em;
}


.thead th {
    color: #fff;
    font-size: 18px;
    background: rgb(40, 84, 116);
    border-radius: 20px 20px 0 0;
}

#demoObject {
    background:  rgb(40, 84, 116);
    border-radius:20px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 20px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    }

.text-table-p {
    width: 60%;
}

/*check box */

.cards {
    padding-top: 20px;
    width: 250px;
    margin-left: 15%;
}

.cards-table td{
    padding-left: 10%;
}


#choose-box-1 {
    /* padding-left: 5%; */
    margin-top: 20%;
    margin-bottom: 10%;
    }

.menu-nav {
    width: 20%;
    margin-left: 20%;
}

.app-holder {
    border-color: red;
    margin-bottom: 20%;
    padding-top: 50px;
    padding-bottom: 50px;
    
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
      
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
      
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
      
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
      
input:checked + .slider {
    background-color: rgb(40, 84, 116);
}
      
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
      
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
      
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
      
.slider.round:before {
    border-radius: 50%;
}



#showValue {
    padding-left: 10%;
}

.cards-table-2 {
    padding-top: 20%;
}

#cards-g1 {
    display: block;
    padding: 40px
}

#cards-g2 {
    display: none;
}
#cards-g3 {
    display: none;
}
#cards-g4 {
    display: none;
}
#cards-g5 {
    display: none;
}
#cards-g6 {
    display: none;
}
#cards-g7 {
    display: none;
}
#cards-g8 {
    display: none;
}
#cards-g9 {
    display: none;
}
#cards-g10 {
    display: none;
}
#cards-g11 {
    display: none;
}
#cards-g12 {
    display: none;
}
#cards-g13 {
    display: none;
}
#cards-g14 {
    display: none;
}
#cards-g15 {
    display: none;
}
#cards-g16 {
    display: none;
}
#cards-g17 {
    display: none;
}
#cards-g18 {
    display: none;
}

#cards-g19 {
    display: none;
}

#id_submit {
    display: none;
}
/* 
#cards-g20 {
    display: none;
}
#cards-g21 {
    display: none;
}
#cards-g22 {
    display: none;
}
#cards-g23 {
    display: none;
}
#cards-g24 {
    display: none;
}
#cards-g25 {
    display: none;
}
#cards-g26 {
    display: none;
}
#cards-g27 {
    display: none;
} */

.not-required {
    color: rgb(166, 166, 166);
}

.np {
    padding: 0px !important;
}


.dt-rbtb {
    float: left;
    margin: 10px;
    width: -webkit-fill-available;
    height: 40px;
    position: relative;
  }
  
  .dt-rbtb:hover {
    cursor: pointer;
  }
  .dt-rbtb label,
  .dt-rbtb input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .dt-rbtb input[type="radio"]:hover {
    background: #e3c58c;
  }
  .dt-rbtb input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
    cursor: pointer;
  }
  
  .dt-rbtb input[type="radio"]:checked + label {
    background: #de950e;
    border-radius: 4px;
  }
  
  .dt-rbtb label {
    z-index: 90;
    line-height: 1.8em;
  }
  

#id_submit {
    display: none;
}