td,th{
    text-align: center!important;
}
.password{
    -webkit-text-security: disc;
    -moz-webkit-text-security: disc;
    -moz-text-security: disc;
}
.costBtn{
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: .625rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8898aa;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cad1d7;
    border-radius: .25rem;
    box-shadow: none;
    transition: all .2s cubic-bezier(.68,-.55,.265,1.55);
}
.section-shaped {
    position: relative;
    overflow: hidden;
}

.section-shaped .shape {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 600px) {
    .hiddendiv {
        display: none;
    }
}
.navbartwo ul {
    padding: 0px;
    margin:0px;
    list-style-type: none;
    text-align: center;
    list-style: inside;
    justify-content: center;
    display: flex;
}

.navbartwo ul li {
    float:left;
    list-style-type: none;

    line-height: 12px;
    padding: 2px;
    display: inline;

    text-align: center;

    vertical-align: middle;
   /* border-right: solid 1px #dbdbdb; */
}
.navbartwo ul li:first-child {

   /* border-left: none 1px #eb4d59; */
}
.navbartwo ul li:last-child {

/*   border-right: none 1px #eb4d59; */
}
.navbartwo li a {
 color:#ea132d;
 font-size:12px;
}
.navbartwo li i {
 color:#ea132d;
 font-size:27px;
}
.poltio-embed{
 margin-top: -25px!important;
}
body{
 height: auto!important;
}
