.whatsapp-btn-desktop{
    animation: flash 1.82s cubic-bezier(0.36,0.07,0.19,.97) both;
    /* transform: translate3d(0, 0, 0); */
    /* backface-visibility: hidden; */
    /* perspective: 1000px; */
    animation-iteration-count: infinite;
}
@media only screen and (max-device-width: 480px){
    .whatsapp-btn-mobile {
        animation: flash 1.82s cubic-bezier(0.36,0.07,0.19,.97) both;
        /* transform: translate3d(0, 0, 0); */
        /* backface-visibility: hidden; */
        /* perspective: 1000px; */
        animation-iteration-count: infinite;
    }
}
.download-tryout-pres{
    display: inline-block;
}
.red_btn_outline {
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    -webkit-transition: color .3s, background-color .3s, box-shadow .3s;
    transition: color .3s, background-color .3s, box-shadow .3s;
}
.red_btn_outline:hover {
    color: #fff;
    background: #de1529;
    border: 1px solid #de1529;
}
#presentation_download_section {
    min-height: 335px;
    /* background-color: #980921; */
    background: url('/storage/app/media/new-presentations/fon-franshize-tryout.jpg') no-repeat top;
    background-size: cover;
    background-attachment: fixed;
    /* color: #de1529; */
    color: #fff;
    text-align: center;
    padding: 50px 20px;
    position: relative;
}

#presentation_download_section .content {
     /* background-color: rgb(243 243 243 / 62%); */
     background-color: rgb(0 0 0 / 65%);
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

#presentation_download_section h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
    font-weight: 700;
}

#presentation_download_section p {
    font-size: 1rem;
    margin-bottom: 30px;
    line-height: 1.5;
}

.download-button {
    text-transform: capitalize;
    display: inline-block;
    padding: 15px 30px;
    font-size: 1rem;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.download-button:hover {
    background: #fff;
    color: #980921;
}
.franchise_price span.cost {
    white-space: nowrap;
}

select.custom-form-control {
    font-family: Roboto, sans-serif;
    display: block;
    width: 100%;
    height: 55px;
    padding: 16px;
    margin-bottom: 30px;
    line-height: 1;
    background-color: #f6f6f6;
    border: none;
    outline: 0!important;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.custom-form-label {
    opacity: 1!important;    
}