img {
    max-width: 100%;
}

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

button:focus {
    outline: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.TC {
    text-align: center;
}

.TL {
    text-align: left;
}

.TR {
    text-align: right;
}

.margin_auto {
    margin: auto;
    float: none;
}

.padding {
    padding: 0;
}

.al {
    width: 100%;
    height: 100%;
    display: table;
}

.alm {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}

body {
    font-family: 'PublicSans-Regular';
    background-color: #fff;
}

.container {
    max-width: 1230px;
    margin: 0 auto;
    width: 100%;
}



/* ================================== Main Style start ===================================== */

.bridge-health-page-main {
    width: 100%;
    height: 100vh;
    background-color: #06252a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.bridge-health-logo-image-and-coming-soon-text {
    width: fit-content;
    margin: auto;
}

.bridge-health-logo-image-and-coming-soon-text img {
    width: 350px;
}

.bridge-health-logo-image-and-coming-soon-text h1 {
    text-align: center;
    color: #c7ab79;
    font-family: sans-serif;
    font-weight: 500;
    margin-top: 14px;
    font-size: 40px;
}

@media screen and (max-width:480px) {

    .bridge-health-logo-image-and-coming-soon-text h1 {
        font-size: 36px;
    }

}

/* ================================== Main Style End ===================================== */