#js-loader {
    position: fixed;
    background: transparent url(https://res.cloudinary.com/dgofohhjs/image/upload/v1504510827/Loading_icon_aaxbwv.gif) no-repeat center center;
    background-color: white;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: not-allowed;
    background-size: 500px;
    z-index: 9999;
}

header {
    width: 100%;
    height: 110px;
}

.headerContent {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.mainSection {
    min-height: calc(100vh - 110px);
    font-family: raleway, sans-serif;
}

.logo {
    position: absolute;
    left: 45px;
    top: 10px;
    display: block;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    max-height: 100px;
/* / / width: 261 px;
/ / height: 60 px; */
}

.heading {
    font-size: 30px;
    padding: 30px;
    font-weight: bold;
}

.content {
    font-size: 17px;
    padding: 0 30px;
}

.descImage {
    margin: 30px 25px;
    max-width: 100%;
/ / width: 400 px;
/ / height: 150 px;
}

/* ---------------------------------------------------------------
 * small screens - (_grid.scss)
 * --------------------------------------------------------------- */

@media screen and (max-width: 1024px) {
    .descImage {
        max-width: 100%;
    / / width: 350 px;
    / / height: 131 px;
    }
}

/* ---------------------------------------------------------------
 * tablets - (_grid.scss)
 * --------------------------------------------------------------- */

@media screen and (max-width: 768px) {
    .descImage {
        max-width: 100%;
    / / width: 270 px;
    / / height: 101 px;
    }
}

@media screen and (max-width: 767px) {
    /* .description {
        display: none;
    } */
}

/* ---------------------------------------------------------------
 * small mobile devices - (_grid.scss)
 * --------------------------------------------------------------- */

/* @media screen and (max-width:400px) {
    .logo {
        width: 245px;
        height: 56px;
    }
    .descImage {
        width: 270px;
        height: 101px;
    }
} */

.cc_dialog_text {
    width: 90% !important;
}