
html, body{
    
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    overflow-x: hidden;
    
}
body{
            overflow: hidden;
        }

.plantitle{
    text-align: center;
    width: 70%;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
}

.plans{
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 75%;
    flex-wrap: wrap;
}


.nam{
    position: fixed;
    top: 5px;
    left: 10%;
    background: white;
    
}

hr.lines{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.option{
    font-size: 17px;
    line-height: 29px;
    margin-left: 10%;
}

.mark{
    color: green;
    font-weight: 300;
    font-size: 17px;
    margin-right: 10px;
    border: 1px dotted;
    border-color: #b1b0b0;
}

.start{
    border: 1px solid;
    border-color: #b8b4b4;
    height: auto;
    width:30%;
    margin: 10px;
}
.economy{
 
    border: 1px solid;
    border-color: #b8b4b4;
    height: auto;
    width:30%;
    margin: 10px;
}

.prof{
   
    border: 1px solid;
    border-color: #b8b4b4;
    height: auto;
    width:30%;
    box-shadow: 1px 1px 25px 2px #b3b0b0, -1px -1px 25px 2px #b3b0b0; 
    margin: 10px;
}

.profs{
    color: white;
    background: #0e62c9;
    text-align: center;
    width: 100%;
    height: 35px;  
}

   .valu {
    height: 20px;
       padding-top: 9px;
    
}

.price{
    margin-top: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.price h1,h6{
    margin: 0px;
    padding: 0;
    height: 20px;
    
}

.price h4{
    margin: 0;
    height: 4px;
}

.price2{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
     display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.price2 h1,h6{
    margin: 0px;
    padding: 0;
    height: 20px;
    
}

.price2 h4{
    margin: 0;
    height: 4px;
}

 .btnfrm {
     
     text-align: center;
     color: white;
    background: #193cc4;
     width: 100%;
     height: 25px;
     margin-top: 20px;
     margin-left: auto;
     margin-right: auto;
     padding-top: 6px;
     
}

a.btm{
    color: white;
    text-decoration: none;
}
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#customers td, #customers th {
  border: 1px solid #ddd;
    text-align: left;
  padding: 8px;
  height: 40px;
    width: 70%;
    padding-left: 20px;
}
@media screen and (max-width: 600px) {
    
    .plans{
    display: flex;
        flex-direction: column;
        justify-content: center;
        width: 90%;
    }.plans div{
        width: 300px;
    }
}
@media screen and (max-width: 990px) {
    
    .plans{
    display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
    }.plans div{
        width: 300px;
    }
}