h1, h2, h3, h4, h4, h5 {
    color: #231B22;
}

p {
    color: #231B22;
    font-size: 14;
    font-weight: 400;
}

.container-fluid {
    padding: 0;
}

.row {
    padding: 0;
    margin: 0;
}

.bg-yellow {
    background: rgb(248, 194, 45);
}

.pt-5px {
    padding-top: 5px!important;
}

.pt-20 {
    padding-top: 20px!important;
}

.pt-25 {
    padding-top: 25px!important;
}

.pt-35 {
    padding-top: 35px!important;
}

.pt-100 {
    padding-top: 100px!important;
}

.pb-20 {
    padding-bottom: 20px!important;
}

.pb-25 {
    padding-bottom: 25px!important;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-10 {
    padding-right: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px!important;
}

.mt-30 {
    margin-top: 30px!important;
}

.mt-35 {
    margin-top: 35px!important;
}

.mt-40 {
    margin-top: 40px!important;
}

.mt-50 {
    margin-top: 50px!important;
}

.mt-70 {
    margin-top: 70px!important;
}

.color-black {
    color: #000 !important;
}

h1.logo-header {
    font-size: 29px;
}

.qcm-main-container {
    margin: auto;
}

.top-banner {
    margin: auto;
    position: relative;
    width: 960px;
}

.top-menu {
    padding: 25px 50px 20px 50px;
    border-bottom: solid 1px #FDE6E1;
}

.img-top-banner {
    position: absolute;
    margin-top: -35px;
    margin-left: 15%;
    z-index: 1;
}

.header-left {
    padding-top: 30px;;
}

.contact-header {
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
    height: 10%;
}

.contact-header .phone {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 15px;
}

.contcat-header .mail {
    float: right;
    width: 50%;
    text-align: left;
    padding-left: 15px;
}

.price-header {
    font-size: 128px;
    color: #231B22;
    height: 60%;
}

.div-btn-command {
    height: 30%;
    padding: 20px 0px 20px 55px;
    width: 220px;
    margin: auto;
    margin-right: 41.5%;
}

.btn-command {
    position: relative;
    margin-top: 10px;
    margin-left: 55px;
    z-index: 1;
    width: 100%;
}

a.qcm-button,
button.qcm-button {
    background-color: #13CA92;
    border: solid 1px #13CA92;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    font-size: 22px;
    font-weight: 600;
    color: #FFF;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.4); 
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.4);
    text-decoration: none;
}

a.qcm-button,
button.qcm-button:hover {
    border: solid 1px #000;
    background-color: #006BE4;
    text-decoration: none;
}

.ovale{
    width: 100%;
    height: 155px;
    background: #fff;
    -moz-border-radius: 50px / 25px;
    -webkit-border-radius: 50px / 25px;
    border-radius: 700px / 18px;
    position: absolute;
    margin-top: -71px;
    z-index: 0;
    border-bottom: solid 1px #F7A7AB;
}

.container-padding {
    padding: 50px 30px 70px;
}

.newsletter {
    display: flex;
    justify-content: center;
}

.newsletter div {
    top: 50%;
    margin-top: -25px;
}

.newsletter input{
    border: solid 1px #13CA92;
    height: 60px;
    border-radius: 5px 0px 0px 5px;
    width: 450px;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.4);
    padding: 0px 20px;
}

.newsletter button.qcm-button {
    height: 60px;
    width: 200px;
    border-radius: 0px 5px 5px 0px;
}

.footer {
    padding: 5px 25px;
    min-height: 200px;
}

.footer i.rs-footer{
    font-size: 50px;
    margin-right: 50px;
    margin-top: 25px;
}

.footer .copyright {
    margin-top: 50px;
}

.error {
    color: #F16532;
    font-weight: 600;
    font-size: 16px;
}

.star {
    position: absolute;
    right: 20px;
    margin-top: 0px;
}

.newsletter-message-success {
    margin-top: 40px!important;
    float: left;
    width: 100%;
}

.main-div {
    position: relative;
    width: 960px;
    margin: auto
}

.logo {
    text-decoration: none;
    color: #231B22;
}