﻿.responsive {
    width: 100%;
    height: auto;
}


img.logo {
    padding-top: 2em !important;
    /*width: 200px;*/
    /*max-width: 45%;
    max-height: 55%;*/
    height: 150px;
    width: auto;
}


#white {
    background-color: white;
}

.heading-txt {
    font-family: 'Montserrat', sans-serif;
}


/**Bullets size*/
.fa-xs {
    font-size: 0.40em !important;
    vertical-align: middle;
}



.btnn {
    border-radius: 0rem !important;
    font-size: 1.2rem !important;
    padding-left: 2em;
    padding-right: 2em;
}

.btn-style {
    margin-bottom: 5px;
    margin-top: -51px;
}


.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}


button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.space {
    margin-top: 15px;
}

.criteria-txt {
    font-size: 21px;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    /*font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #464646;
    background-color: #e3e3e3;
}

h4 {
    color: #7ed321;
}



/*Banner Container*/
.container {
    position: relative;
    text-align: center;
    color: black;
}

.mobile-text {
    font-size: 10px;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100% !important;
    transform: translate(-50%, -50%);
}

/*Mobile View*/
@media (max-width: 767px) {
    .desktop-text {
        visibility: hidden;
    }

    .mobile-text {
        font-size: 30px;
    }

    .container {
        padding-bottom: 2em !important;
    }
}

/*Desktop View 767px*/
@media (min-width: 767px) {
    .mobile-text {
        visibility: hidden;
    }

    .container {
        padding-bottom: 2em !important;
    }

    .desktop-text {
        font-size: 30px;
    }
}

/*Desktop View 991px*/
@media (max-width: 991px) {
    .desktop-text {
        font-size: 25px;
    }
}
