﻿
.download-app-section {
    background-color: #e9f0f5;
}

.download-app-section figure {
    margin: 0;
    display: flex;
    justify-content: center;
}

.download-app-section .content-col figure img {
    max-width: 150px;
}

.download-app-section .img-col img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.download-app-section .desktop-view {
    display: flex;
    align-items: center;
}

.download-app-section .app-inner-content {
    text-align: center;
}

.download-app-section .app-inner-content .sec-heading {
    line-height: 1.3;
    font-weight: 500;
    color: #061B2B;
    margin: 0 !important;
    padding: 0 0 10px;
}

.download-app-section .app-inner-content .sub-sec-heading {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 !important;
    padding: 0;
}

.download-app-section .app-inner-content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 !important;
    padding: 0;
}

.download-app-section .mobile-view .app-inner-content {
    text-align: center;
    padding: 35px 0 40px;
}

.qr-code-img {
    margin: 16px 0 !important;
}

.download-app-link-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.download-app-link-wrapper a {
    display: inline-flex;
    margin-right: 5px;
}

.download-app-link-wrapper img {
    width: 200px;
    height: auto;
}

@media screen and (min-width:1024.99px) {
    .download-app-section .mobile-view {
        display: none !important;
    }
}

@media screen and (max-width:1024.98px) {
    .download-app-section .desktop-view {
        display: none !important;
    }

    .download-app-section .mobile-view {
        display: block !important;
    }
}
@media screen and (max-width:991.98px) {
    .desktop-view {
        display: none !important;
    }
}

@media screen and (min-width:991.99px) {
    .mobile-view {
        display: none !important;
    }
}
@media screen and (max-width:575px) {
    .download-app-link-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .download-app-link-wrapper a {
        margin-right: 0px;
        margin-top: 5px;
    }
}
