.contact-us-header {
    position: relative;
    height: 35vh;
}

.contact-us-header .back-ground-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(/assets/img/contact-us/bg2.png);
}

.contact-us-header .bred-crub-section {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.contact-us-header .bred-crub-section .page-title {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
}

.contact-us-header .bred-crub-section .bred-crub a {
    color: #fff;
}

.contact-us-header .bred-crub-section .bred-crub p {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
}

.physical-portal .download-file {
    border: 1px solid #efefef;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.physical-portal .download-file .file-info {
    display: flex;
    /* justify-content: space-between; */
    flex: 2;
}

.physical-portal .download-file .file-info .file-size {
    margin-left: 10px;
}

.physical-portal .download-file .file-info .file-size h4 {
    color: #53c0ff;
    font-weight: 400;
    margin-bottom: 2px;
}


.physical-portal .download-file .file-info .file-icon img {
    width: 50px;
}

.physical-portal .download-file .file-info .file-size h4 {
    color: #53c0ff;
    font-weight: 400;
    margin-bottom: 2px;
}

.physical-portal .download-file .file-info .file-size p {
    color: #6e6e6e;
    font-size: 16px;
}

.physical-portal .download-file .download-button {
    display: flex;
    align-items: center;
}

.physical-portal .download-file .download-button a {
    padding: 13px 30px;
    background-color: #f24e54;
    border-radius: 5px;
    color: #fff;
}


@media (max-width:567px) {
    .physical-portal .download-file .file-info {
        width: 100%;
        flex: auto;
    }

    .physical-portal .download-file .download-button {
        width: 30%;
        margin: 20px auto 0 auto;
    }
}