@media (min-width: 767px) {
    .float-right {
        float: right !important;
    }
}

@media (max-width: 768px) {
    .float-right {
        float: none !important;
    }
}

@media (max-width: 768px) {
    .landing-page-wrapper .left-side-landing {
          padding: 0 35px !important;
    }
}

@media (max-width: 767px) {
    .page-template-landing-page-template .header-info p {
        margin-top: 80px;
        float: none;
    }
}
@media (min-width: 768px) {
    .hide-on-desktop {
        display: none !important;
    }
}

div.hs_submit > div.actions > input {
    display: block !important;
    margin: auto;
}

.download-now-button {
    color: #fff;
    display: inline-block;
    position: relative;
    text-shadow: none;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: normal;
    box-shadow: none;
    border-radius: 0 20px 20px;
    padding: 12px 30px 13px;
    background: #f16456 !important;
    border: none !important;
    display: block;
    margin: auto;
    text-align: center;
    width: 216px;
    margin-top: 20px;
}

.embed-responsive-custom {
    padding-bottom: 20%;
}
@media (max-width: 1799px) {
    .embed-responsive-custom {
        padding-bottom: 30%;
    }
}
@media (max-width: 1399px) {
    .embed-responsive-custom {
        padding-bottom: 40%;
    }
}
@media (max-width: 991px) {
    .embed-responsive-custom {
        padding-bottom: 60%;
    }
}
@media (max-width: 767px) {
    .embed-responsive-custom {
        padding-bottom: 80%;
    }
}
@media (max-width: 479px) {
    .embed-responsive-custom {
        padding-bottom: 100%;
    }
}