.footer {background: #f4f5f7;padding: 1.5rem 0;}
.masthead {
    height: 400px;
    min-height: 400px;
    background-image: url('/default/cover2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-cover{background-position-x:90%;}
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
input[type=submit],a.subm {
background-color: #1490da;
color: white;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
}
.mar-t20{margin-top:20px;}
.in-block{display:inline-block;}
input[type=submit]:hover {background-color: #45a049;}
.content-p{margin: 30px 0 30px 0;}
.price-month{font-size: 30px;color: #000;}
body.landing-page{overflow-x:hidden;}