﻿


/* Reset
***************************************************************/

body {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px;
    color: #333;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffffff;
    overflow-x: hidden;
}

@media (max-width: 480px) {
    body {
        font-size: 14px;
    }
}

.quote-wrapper {
    background: #f6f9fc;
    /*height:100vh;*/
}

.insurance_member_portal {
    /*border-bottom:1px solid #ccc;*/
    /*box-shadow:0px 20px 35px #f5f5f5;*/
    box-shadow:0px 0px 12px rgb(0 0 0 / 6%);
    margin-bottom:30px;
    background:#fff;
}

.header_block {
    margin-top: 0px;
    margin-bottom: 0px;
    background: #fff;
    padding: 10px 0px;
}

.insurance_member_portal .quote-logo {
    margin: 0 !important;
    padding: 0 !important;
    height: 100px;
}

.insurance_member_portal .quote-logo {
    height: 100px;
}

.insurance_member_portal .iiq-reseller-div-v3 {
    display: flex;
    align-items: center;
    height: 100px;
}

.insurance_member_portal .iiq-reseller-div-left-v3 {
    position: relative;
    display: flex;
    justify-content: center;
    height: 100px;
    margin: 0;
}

.insurance_member_portal .iiq-reseller-logo-v3 {
    max-height: 100px;
    max-width: 300px;
    object-fit: contain;
}

.insurance_member_portal .iiq-client-div-v3 {
    position: relative;
    display: flex;
    justify-content: center;
    height: 100px;
    margin: 0;
}

.insurance_member_portal .iiq-client-div-left-v3 {
    position: relative;
    display: flex;
    align-items: center;
    height: 100px;
}

.insurance_member_portal .iiq-client-logo-v3 {
    max-height: 100px;
    max-width: 300px;
    margin: 0;
}

.insurance_member_portal .iiq-client-logo-left-v3 {
    max-height: 100px;
    margin: 0;
}

.insurance_member_portal .googleInput {
    padding-top: 20px;
}

.insurance_member_portal .footer-content {
    box-shadow: 0px -3px 3px 0px #fff;
}

.quote-wrapper .body-content{
    background:transparent !important;
    margin-top:0px;
}

.footer-content {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 5px;
    height: 65px;
    box-shadow: 0px -3px 3px 0px rgb(0 0 0 / 6%) !important;
}
.footerBrowserDiv img{
    width:40px;
    margin:0px 10px;
}

@media (max-width:767px) {
    .quote-wrapper .body-content {
        background: #f6f9fc !important;
    }
}