@charset "utf-8";
/* PolicyPro Custom CSS */

/* UNIVERSAL */
html {
    font-size: 1rem;
}
.navbar-gfx {
    background-image: url("../images/gfx_menu.svg");
    background-size: 44px 44px;
    width: 44px;
    height: 44px;
    margin: 1rem 0;
}
.disclaimer {
    font-size: 0.75rem;
    color: #333;
    margin: 1rem 4rem 0 2rem;
    text-align: left;
}
.date {
    font-size: 0.725rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 0 1rem;
}
figcaption {
    font-size: 0.9rem;
    color: #666;
    padding: 0.5rem 0 0;
}
.bg-light {
    background-color: transparent !important;
}
.navbar-light .navbar-toggler {
    border: 0;
    border-radius: 0;
}
.navbar-collapse {
    background-color: #3F6AB0;
    color: #fff;
    margin-top: -1.75rem;
}
.navbar-nav .nav-link {
    padding-left: 0.5rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    border-bottom: 1px solid #2B477D;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #2B477D;
}
a.white {
    color: #FFF;
    text-decoration: underline;
}
a.white:hover {
    color: #E0BA4A;
    text-decoration: underline;
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
a.tel-header {
    color: #3F6AB0;
    text-decoration: none;
}
a.tel-footer {
    color: white;
    text-decoration: none;
}
.close-black {
    display: inline-block;
    color: #000 !important;
    margin-right: 1rem;
}
.close-white {
    color: #FFF !important;
    margin-right: 1rem;
}
.close {
    font-weight: 400;
    font-size: 2rem;
    color: #fff;
    opacity: 1;
    padding: 0.5rem 1rem 0 0 !important;
}
body {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
}
.interior__content-container {

}
.form__header-phoneNumber {padding-top:20px;font-size:1.2em}
.agents-standing-by {
    color: #FFF; background-color: #3F6AB0; margin-top: 10px; padding-bottom: 5px; padding-top: 7px; font-size: larger;
}

.agents-standing-by-ss {
    display: none !important;
}

.header__logo-interior {
    background-image: url("../images/logo_PolicyPro-new.png");
    background-size: 200px 61px;
    background-repeat: no-repeat;
    width: 200px;
    height: 61px;
    margin: 4rem 0 0 0;
    float: left;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.interior__header-phoneNumber {
    color: #3F6AB0;
    font-weight: bold;
    font-size: 1rem;
    float: left;
    padding: 0;
    margin-top: -5.8rem;
    text-align: left;
    width: 100%;
}
.interior__content {
    clear: both;
    padding: 1rem 0 1rem 0;
}
.interior__content h1 {
    color: #18234A;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
}
.interior__content p {
    padding-right: 2rem;
}
.footer__container-interior {
    color: #FFF;
    text-align: center;
    background-image: url("../images/bkg_btm.svg");
    background-repeat: no-repeat;
    background-position: right 0 top 40px;
    background-size: 2560px 1200px;
    padding-top: 190px;
    margin: -5rem -16px 0;
}
.team_members {
    /* color: #FFF; */
    /* text-align: center; */
    background-image: url("../images/bkg_btm_wht.svg");
    background-repeat: no-repeat;
    background-position: right 0 top 40px;
    background-size: 2560px 1200px;
    padding-top: 190px;
    margin: -5rem -16px 0;
    padding-bottom: 150px;
}
.footer__container-top-margin-fix {
    margin-top: 0.25rem !important;
}

.footer__logo-interior {
    display: inline-block;
}
.footer__address {
    font-size: 0.9rem;
    line-height: 1.2;
    text-align: center;
}

/* ELEMENTS */
.header__phoneNumber-sm {
    display: block;
    color: #3F6AB0;
    font-weight: bold;
    font-size: 0.9rem;
    text-align: right;
    padding: 2.1rem 3.5rem 0 0;
}
.header__phoneNumber {
    display: none;
}

.result-phone {
    font-size: x-large;
}

.result-phone a {
    text-decoration: none;
}

.header__logo {
    background-image: url("../images/logo_PolicyPro-new.png");
    background-size: 180px 61px;
    width: 180px;
    height: 61px;
    margin: 2rem 0.3rem;
    float: right;
    background-repeat: no-repeat;
}
.footer__logo {
    background-image: url("../images/logo_footer-logo.png");
    background-size: 262px 61px;
    background-repeat: no-repeat;
    width: 262px;
    height: 61px;
}
.bkg-images {
    background-image:
            url("../images/bkg_top_diagonal_sm.svg"),
            url("../images/front-logo-bg.png"),
            url("../images/img_car.png"),
            url("../images/bkg_mid_diagonal_sm.svg"),
            url("../images/img_house_interior.jpg"),
            url("../images/bkg_btm.svg"),
            url("../images/img_family.png");
    background-repeat:
            no-repeat, no-repeat, no-repeat,
            no-repeat, no-repeat, no-repeat, no-repeat;
    background-position:
            center 10px,
            left -150px top 4rem,
            left -140px top 2340px,
            center 2400px,
            right -100px top 1250px,
            center 4270px,
            right -120px top 3500px;
    background-size:
            1100px 1100px,
            auto,
            480px 350px,
            2560px 1184px,
            560px 390px,
            2560px 1200px,
            500px 450px;
}
.find__container {
    margin: 18rem 0 0;
    padding: 0;
    text-align: center;
}
.header__phoneNumber {
    color: #3F6AB0;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: right;
    padding-bottom: 36px;
}
h1 {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: center;
}
h2.blog {
    font-size: 1.5rem;
}
h2 {
    font-size: 1.75rem;
    font-weight: bold;
    color: #E0BA4A;
}
h2.blue {
    font-size: 1.3rem;
    font-weight: bold;
    color: #3F6AB0;
}
h2.white {
    font-size: 1.75rem;
    font-weight: bold;
    color: #FFF;
}
h3.blue {
    font-size: 1rem;
    font-weight: bold;
    color: #3F6AB0;
}
.find__p {
    color: #FFF;
    text-align: center;
    padding-left: 1rem;
    display: inline-block;
    width: 280px;
}
.find__form-container {
    background-image: url("../images/find_numbers.svg");
    background-size: 270px 91px;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 86px;
    text-align: center;
}
.form__bluePanel {
    background-color: #3F6AB0;
    width: 100%;
    height: 86px;
    display: inline-block;
    padding-top: 27px;
    padding-left: 10px;
}
input {
    background-color: #D7D7D7;
    width: 65px;
    height: 32px;
    margin: 0 2px;
    border: 0;
    padding-left: 6px;
}
.form__button-container {
    text-align: center;
}
.form__button {
    background-color: #5998cd;
    border-top: 1px solid #5998cd;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    color: #FFF;
    line-height: 38px;
    padding: 0 10px;
}
.form__button:hover {
    background-color: #3F6AB0;
    border-top: 1px dotted #FFF;
    text-decoration: none;
    color: #FFF;
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
.aboutUs__button-container {
    padding: 20px 0 0 0;
}
.policyPro__button {
    font-size: 1.3rem;
    font-weight: bold;
    background-color: #3F6AB0 !important;
    border: 0 !important;
    color: #E0BA4A !important;
    line-height: 38px;
    padding: 0.4rem 2rem;
}
.policyPro__button:hover {
    background-color: #18234A !important;
    text-decoration: none;
    color: #E0BA4A !important;
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
.caret-left {
    background-image: url("../images/gfx_caret_left.svg");
    background-size: 10px 12px;
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    height: 38px;
    margin-left: 8px;
    display: inline-block;
}
.caret-right {
    background-image: url("../images/gfx_caret_right.svg");
    background-size: 10px 12px;
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    height: 38px;
    margin-right: 8px;
    display: inline-block;
}
.quotes__container {
    display: none;
}
.starts__star {
    background-image: url("../images/gfx_star.svg");
    background-size: 17px 16px;
    background-position: center;
    background-repeat: no-repeat;
    width: 17px;
    height: 16px;
    display: inline-block;
}
.quotes__col-01 {
    padding: 267px 50px 50px 0;
}
.quotes__col-02 {
    padding: 190px 50px 50px 0;
}
.quotes__col-03 {
    padding: 100px 50px 50px 0;
}
.quotes__header {
    font-weight: bold;
    color: #ECD58E;
}
p.quotes__text {
    margin-bottom: 0 !important;
}
.quotes__name {
    color: #E0BA4A;
    text-align: right;
    padding-right: 50px;
}
.bullet-square {
    background-image: url("../images/gfx_bullet_square.svg");
    background-size: 10px 10px;
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    padding-bottom: 3px;
    display: inline-block;
}
.ml6 {
    margin-left: 6px;
}
.mr6 {
    margin-right: 6px;
}
.logo__container-sm {
    display: block;
    padding-top: 4rem;
}
.logo__container {
    display: none;
}

/*modal style for small screens*/
.modal-dialog {
    max-width: 385px;
}
.modal-dialog-contactUs {
    max-width: 385px;
}
.modal-content-contactUs {
    background-color: #18234A;
    border-top: 8px solid #DFB949;
    border-bottom: 8px solid #172349;
}
.modal-body {
    padding: 0;
    text-align: center;
}
.modal-content {
    border-radius: 0;
    border-top: 8px solid #DFB949;
    border-bottom: 8px solid #172349;
    border-left: 0;
    border-right: 0;
    background-size: 386px 504px;
}
.modal__container-left {
    float: left;
    max-width: 385px;
}
.modal__container-right {
    display: none;
}
.modal__container-left-intro {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.3rem;
    padding: 2rem 2.5rem 1.5rem 2rem;
}
.premium {
    background-color: #172349;
    color: #FFF;
    font-size: 3rem;
    display: inline-block;
    padding: 0.5rem 2rem;
    margin-bottom: 1.5rem;
    margin-right: 0.5rem;
}
.coverage-row {
    font-size: 1.125rem;
    background-image: url("../images/bkg_coverageLine.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 250px 1px;
    margin: 0 2.5rem;
}
.coverage-label {
    float: left;
    background-color: #FFF;
    padding: 0 0.5rem;
}
.coverage-amount {
    font-weight: bold;
    float: right;
    background-color: #FFF;
    padding: 0 0.5rem;
}
.btn-startOver {
    background-color: #DFB949;
    color: #FFF;
    font-size: 1.3rem;
    padding: 0.2rem 3.5rem 0.2rem 1rem;
    background-image: url("../images/icon_startOver.svg");
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 22px 28px;
    border: 0;
    margin: 1.5rem 0.5rem 0 0;
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
.btn-startOver:hover {
    background-color: #C38615;
}
.modal__container-right-intro {
    color: #FFF;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 1.8rem 2.5rem 0.5rem;
    text-align: center;
}
.responseCall__container {
    margin: 1rem 1.5rem;
}
input.responseCall {
    padding: 0.4rem;
    margin-bottom: 0.5rem;
    width: 258px;
    height: 38px;
    background-color: #F1F3F4;
}
.responseCall__time-pos {
    float: left;
    margin: 0 0 1rem 1.7rem;
}
.btn-secondary:not(:disabled):not(.disabled).active {
    background-color: #3F6AB0;
    border-color: #3F6AB0;
}
.btn-secondary {
    background-color: #2B477D;
    border-color: #2B477D;
}
.btn-secondary:hover {
    background-color: #3F6AB0;
    border-color: #3F6AB0;
}
.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #3F6AB0;
    border-color: #3F6AB0;
}
.btn-requestCall {
    background-color: #DFB949;
    color: #FFF;
    font-size: 1.3rem;
    padding: 0.2rem 1.5rem 0.2rem;
    border: 0;
    margin: 0 0.5rem 0 0;
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    width: 258px;
}
.btn-requestCall2 {
    background-color: #DFB949;
    color: #FFF;
    font-size: 1.3rem;
    padding: 0.2rem 1.5rem 0.2rem;
    border: 0;
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    width: 258px;
    margin-bottom: 1.5rem;
}
.btn-requestCall:hover {
    background-color: #C38615;
}
.modal__footer {
    background-color: #3F6AB0;
    color: #FFF;
    padding: 10px 0 10px 1.5rem;
    margin-top: 0;
    text-align: center;
}
a.modal__footer-link {
    color: #FFF;
    font-weight: bold;
}
a.modal__footer-link:hover {
    text-decoration: none;
}
.modal__footer-02 {
    margin-right: 0;
    display: inline-block;
    font-size: large;
}
.modal__footer-03 {
    display: inline-block;
}
.modal__container-contactUs {
    width: 320px;
    display: inline-block;
}



@media (min-width: 320px) and (max-width: 360px) {
    .coverage-label, .coverage-amount {
        font-size: 0.875rem;
    }

}

/*small screen*/
.logo_UPC-sm {
    background-image: url("../images/logo-ins-upc.svg");
    background-size: 100px 68px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height:68px;
    display: block;
}
.logo_Kemper-sm {
    background-image: url("../images/logo-ins-kemper.svg");
    background-size: 100px 68px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height:68px;
    display: block;
}
.logo_PacificSpecialty-sm {
    background-image: url("../images/logo-ins-pac-spec.svg");
    background-size: 100px 68px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height:68px;
    display: block;
}
.logo_mecury-sm {
    background-image: url("../images/logo-ins-mercury.svg");
    background-size: 100px 68px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height:68px;
    display: block;
}
.logo_anchor-sm {
    background-image: url("../images/logo-ins-anchor.svg");
    background-size: 100px 68px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height:68px;
    display: block;
}
.logo_centauri-sm {
    background-image: url("../images/logo-ins-centauri.svg");
    background-size: 100px 68px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height:68px;
    display: block;
}
.logo_stillwater-sm {
    background-image: url("../images/logo-ins-stillwater.svg");
    background-size: 100px 68px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height:68px;
    display: block;
}
.logo_ARI-sm {
    background-image: url("../images/logo-ins-ari.svg");
    background-size: 100px 68px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height:68px;
    display: block;
}
.logo_progressive-sm {
    background-image: url("../images/logo-ins-progressive.svg");
    background-size: 100px 68px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height:68px;
    display: block;
}
.logo_alliedTrust-sm {
    background-image: url("../images/logo-ins-allied-trust.svg");
    background-size: 100px 68px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height:68px;
    display: block;
}
.logo_hartford-sm {
    background-image: url("../images/logo-ins-hartford.svg");
    background-size: 100px 68px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height:68px;
    display: block;
}
.logo_metlife-sm {
    background-image: url("../images/logo-ins-metlife.svg");
    background-size: 100px 68px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height:68px;
    display: block;
}
.logo_travelers-sm {
    background-image: url("../images/logo-ins-travelers.svg");
    background-size: 100px 68px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height:68px;
    display: block;
}
.logo_homeowners-sm {
    background-image: url("../images/logo-ins-homeowners.svg");
    background-size: 100px 68px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height:68px;
    display: block;
}
.logo_maison-sm {
    background-image: url("../images/logo-ins-mason.svg");
    background-size: 100px 68px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height:68px;
    display: block;
}
.logo_lighthouse-sm {
    background-image: url("../images/logo-ins-lighthouse.svg");
    background-size: 100px 68px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height:68px;
    display: block;
}
.logo_safeco-sm {
    background-image: url("../images/logo-ins-safeco.svg");
    background-size: 100px 68px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height:68px;
    display: block;
}

/*large screens*/
.logo_UPC {
    background-image: url("../images/logo-ins-upc.svg");
    background-size: 132px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 138px;
    height: 90px;
    display: inline-block;
}
.logo_Kemper {
    background-image: url("../images/logo-ins-kemper.svg");
    background-size: 132px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 138px;
    height: 90px;
    display: inline-block;
}
.logo_PacificSpecialty {
    background-image: url("../images/logo-ins-pac-spec.svg");
    background-size: 132px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 138px;
    height: 90px;
    display: inline-block;
}
.logo_independentmutual {
    background-image: url("../images/logo-ins-independentmutual.svg");
    background-size: 132px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 138px;
    height: 90px;
    display: inline-block;
}
.logo_mecury {
    background-image: url("../images/logo-ins-mercury.svg");
    background-size: 132px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 138px;
    height: 90px;
    display: inline-block;
}
.logo_anchor {
    background-image: url("../images/logo-ins-anchor.svg");
    background-size: 132px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 138px;
    height: 90px;
    display: inline-block;
}
.logo_centauri {
    background-image: url("../images/logo-ins-centauri.svg");
    background-size: 132px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 138px;
    height: 90px;
    display: inline-block;
}
.logo_stillwater {
    background-image: url("../images/logo-ins-stillwater.svg");
    background-size: 132px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 138px;
    height: 90px;
    display: inline-block;
}
.logo_ARI {
    background-image: url("../images/logo-ins-ari.svg");
    background-size: 132px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 138px;
    height: 90px;
    display: inline-block;
}
.logo_progressive {
    background-image: url("../images/logo-ins-progressive.svg");
    background-size: 132px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 138px;
    height: 90px;
    display: inline-block;
}
.logo_alliedTrust {
    background-image: url("../images/logo-ins-allied-trust.svg");
    background-size: 132px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 138px;
    height: 90px;
    display: inline-block;
}
.logo_hartford {
    background-image: url("../images/logo-ins-hartford.svg");
    background-size: 132px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 138px;
    height: 90px;
    display: inline-block;
}
.logo_federatednational {
    background-image: url("../images/logo-ins-federatednational.svg");
    background-size: 132px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 138px;
    height: 90px;
    display: inline-block;
}
.logo_bristolwest {
    background-image: url("../images/logo-ins-bristolwest.svg");
    background-size: 132px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 138px;
    height: 90px;
    display: inline-block;
}
.logo_metlife {
    background-image: url("../images/logo-ins-metlife.svg");
    background-size: 132px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 138px;
    height: 90px;
    display: inline-block;
}
.logo_travelers {
    background-image: url("../images/logo-ins-travelers.svg");
    background-size: 132px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 138px;
    height: 90px;
    display: inline-block;
}
.logo_sagesure {
    background-image: url("../images/logo-ins-sagesure.svg");
    background-size: 132px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 138px;
    height: 90px;
    display: inline-block;
}
.logo_homeowners {
    background-image: url("../images/logo-ins-homeowners.svg");
    background-size: 132px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 138px;
    height: 90px;
    display: inline-block;
}
.logo_maison {
    background-image: url("../images/logo-ins-mason.svg");
    background-size: 132px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 138px;
    height: 90px;
    display: inline-block;
}
.logo_lighthouse {
    background-image: url("../images/logo-ins-lighthouse.svg");
    background-size: 132px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 138px;
    height: 90px;
    display: inline-block;
}
.logo_safeco {
    background-image: url("../images/logo-ins-safeco.svg");
    background-size: 132px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 138px;
    height: 90px;
    display: inline-block;
}

.logo__col-01 {
    padding: 100px 0 0 0;
    text-align: center;
    margin-left: 10%;
}
.logo__col-02 {
    padding: 65px 0 0 0;
    text-align: center;
}
.logo__col-03 {
    padding: 30px 0 0 0;
    text-align: center;
    display: none;
}
.aboutUs__container {
    padding: 25rem 0 0 0;
}
.otherTypes__container {
    padding: 27rem 0 0 0;
}
.talktoUs__container {
    padding-top: 500px;
}
.footer__container {
    color: #FFF;
    margin-top: 200px;
    text-align: center;
}
.trustpilot__container {
    text-align: center;
}
.trustpilot__title {
    font-size: 2.2rem;
}
.trustpilot__subtitle {
    font-size: 1.2rem;
}
.trustpilot__rating-full {
    background-image: url("../images/gfx_star_trustpilot.svg");
    background-size: 38px 38px;
    background-position: center;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    display: inline-block;
}
.trustpilot__rating-half {
    background-image: url("../images/gfx_star_trustpilot_half.svg");
    background-size: 38px 38px;
    background-position: center;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    display: inline-block;
}
.trustpilot__logo {
    background-image: url("../images/logo_trustpilot.svg");
    background-size: 135px 32px;
    background-repeat: no-repeat;
    width: 135px;
    height: 32px;
    display: inline-block;
}
.sm__container {
    padding-top: 0.75rem;
}
.sm__facebook {
    background-image: url("../images/sm_facebook.svg");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
}
.sm__linkedin {
    background-image: url("../images/sm_linkedin.svg");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
}
.sm__twitter {
    background-image: url("../images/sm_twitter.svg");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
}
.copyright {
    text-align: center;
    font-size: 0.75rem;
    padding: 1.5rem 0;
}
.maywecontactyou-ss {
    display: inline-block;
    background-color: #18234A;
    margin-top: 2rem;
    padding-bottom: 2rem;
}
.bkg-image-footer-largescreen {
    background-image: none;
}

@media (min-width: 390px) and (max-width: 413px) {
    .bkg-images {
        background-image:
                url("../images/bkg_top_diagonal_sm.svg"),
                url("../images/front-logo-bg.png"),
                url("../images/img_car.png"),
                url("../images/bkg_mid_diagonal_sm.svg"),
                url("../images/img_house_interior.jpg"),
                url("../images/bkg_btm.svg"),
                url("../images/img_family.png");
        background-repeat:
                no-repeat, no-repeat, no-repeat,
                no-repeat, no-repeat, no-repeat, no-repeat;
        background-position:
                center 10px,
                left -150px top 4rem,
                left -140px top 2300px,
                center 2280px,
                right -100px top 1250px,
                center 4050px,
                right -120px top 3380px;
        background-size:
                1100px 1100px,
                auto,
                480px 350px,
                2560px 1184px,
                560px 390px,
                2560px 1200px,
                500px 450px;
    }

}

@media (min-width: 414px) and (max-width: 442px) {
    .logo__col-03 {
        padding: 30px 0 0 0;
        text-align: center;
        display: inline-block;
    }
    .interior__header-phoneNumber {
        color: #3F6AB0;
        font-weight: bold;
        font-size: 1.2rem;
        float: left;
        padding: 0;
        margin-top: -5.8rem;
        text-align: center;
        width: 100%;
    }
    .logo__container-sm {
        display: block;
        padding-top: 5rem;
    }
    input {
        background-color: #D7D7D7;
        width: 75px;
        height: 32px;
        margin: 0 5px;
        border: 0;
        padding-left: 6px;
    }
    .header__phoneNumber-sm {
        display: block;
        color: #3F6AB0;
        font-weight: bold;
        font-size: 0.9rem;
        text-align: right;
        padding: 2.1rem 3.5rem 0;
    }
    .header__logo {
        background-image: url("../images/logo_PolicyPro-new.png");
        background-size: 200px 61px;
        width: 200px;
        height: 61px;
        margin: 2rem 0.3rem;
        float: right;
        background-repeat: no-repeat;
    }
    .bkg-images {
        background-image:
                url("../images/bkg_top_diagonal_sm.svg"),
                url("../images/front-logo-bg.png"),
                url("../images/img_car.png"),
                url("../images/bkg_mid_diagonal_sm.svg"),
                url("../images/img_house_interior.jpg"),
                url("../images/bkg_btm.svg"),
                url("../images/img_family.png");
        background-repeat:
                no-repeat, no-repeat, no-repeat,
                no-repeat, no-repeat, no-repeat, no-repeat;
        background-position:
                center 10px,
                left -150px top 4rem,
                left -140px top 2300px,
                center 2270px,
                right -100px top 1250px,
                center 4050px,
                right -120px top 3370px;
        background-size:
                1100px 1100px,
                auto,
                480px 350px,
                2560px 1184px,
                560px 390px,
                2560px 1200px,
                500px 450px;
    }
    .logo__col-01 {
        margin-left: 0;
    }
    .logo__col-02 {
        margin-right: 0;
    }

}

@media (min-width: 443px) and (max-width: 488px) {
    .logo__col-03 {
        padding: 30px 0 0 0;
        text-align: center;
        display: inline-block;
    }
    .bkg-images {
        background-image:
                url("../images/bkg_top_diagonal_sm.svg"),
                url("../images/front-logo-bg.png"),
                url("../images/img_car.png"),
                url("../images/bkg_mid_diagonal_sm.svg"),
                url("../images/img_house_interior.jpg"),
                url("../images/bkg_btm.svg"),
                url("../images/img_family.png");
        background-repeat:
                no-repeat, no-repeat, no-repeat,
                no-repeat, no-repeat, no-repeat, no-repeat;
        background-position:
                center 50px,
                left -130px top 3rem,
                left -140px top 2350px,
                center 2263px,
                right -100px top 1350px,
                center 4050px,
                right -120px top 3362px;
        background-size:
                1100px 1100px,
                auto,
                480px 350px,
                2560px 1184px,
                560px 390px,
                2560px 1200px,
                500px 450px;
    }
    .interior__header-phoneNumber {
        color: #3F6AB0;
        font-weight: bold;
        font-size: 1.2rem;
        float: left;
        padding: 0;
        margin-top: -5.8rem;
        text-align: center;
        width: 100%;
    }
    .logo__container-sm {
        display: block;
        padding-top: 9rem;
    }

}

@media (min-width: 489px) and (max-width: 575px) {
    .logo__col-03 {
        padding: 30px 0 0 0;
        text-align: center;
        display: inline-block;
    }
    .bkg-images {
        background-image:
                url("../images/bkg_top_diagonal_sm.svg"),
                url("../images/front-logo-bg.png"),
                url("../images/img_car.png"),
                url("../images/bkg_mid_diagonal_sm.svg"),
                url("../images/img_house_interior.jpg"),
                url("../images/bkg_btm.svg"),
                url("../images/img_family.png");
        background-repeat:
                no-repeat, no-repeat, no-repeat,
                no-repeat, no-repeat, no-repeat, no-repeat;
        background-position:
                center 50px,
                left -130px top 3rem,
                left -140px top 2290px,
                center 2200px,
                right -100px top 1350px,
                center 3850px,
                right -120px top 3290px;
        background-size:
                1100px 1100px,
                auto,
                480px 350px,
                2560px 1184px,
                560px 390px,
                2560px 1200px,
                500px 450px;
    }
    .interior__header-phoneNumber {
        color: #3F6AB0;
        font-weight: bold;
        font-size: 1.2rem;
        float: left;
        padding: 0;
        margin-top: -5.8rem;
        text-align: center;
        width: 100%;
    }
    .logo__container-sm {
        display: block;
        padding-top: 9rem;
    }

}

@media (min-width: 388px) and (max-width: 575px) {
    .otherTypes__container {
        padding: 25rem 0 0 0;
    }

}

/* Extra small devices (portrait phones, less than 576px)
   No media query for `xs` since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .logo__col-03 {
        padding: 30px 0 0 0;
        text-align: center;
        display: inline-block;
    }
    .bkg-images {
        background-image:
                url("../images/bkg_top_diagonal_sm.svg"),
                url("../images/front-logo-bg.png"),
                url("../images/img_car.png"),
                url("../images/bkg_mid_diagonal_sm.svg"),
                url("../images/img_house_interior.jpg"),
                url("../images/bkg_btm.svg"),
                url("../images/img_family.png");
        background-repeat:
                no-repeat, no-repeat, no-repeat,
                no-repeat, no-repeat, no-repeat, no-repeat;
        background-position:
                center 150px,
                left -90px top 2rem,
                left -140px top 2250px,
                center 2220px,
                right -50px top 1240px,
                center 3960px,
                right -100px top 3290px;
        background-size:
                1024px 786px,
                auto,
                561px 398px,
                2560px 1130px,
                660px 460px,
                2560px 1200px,
                568px 505px;
    }
    .interior__header-phoneNumber {
        color: #3F6AB0;
        font-weight: bold;
        font-size: 1.2rem;
        float: left;
        padding: 0;
        margin-top: -5.8rem;
        text-align: center;
        width: 100%;
    }

    .footer__address {
        font-size: 0.9rem;
        line-height: 1.2;
        text-align: left;
    }
    .slider__position {
        display: none;
    }
    .footer__logo-interior {
        display: block;
    }
    .bkg-image-about-us {
        background-image: none;
    }
    .interior__content {
        clear: both;
        padding: 2rem 0 1rem 2rem;
    }
    .interior__content p {
        padding-right: 2rem;
    }

    .interior__content p {
        padding-right: 2rem;
    }
    .footer__container-interior {
        color: #FFF;
        text-align: center;
        background-image: url("../images/bkg_btm.svg");
        background-repeat: no-repeat;
        background-position: right 0 top 40px;
        background-size: 2560px 1200px;
        padding-top: 270px;
        margin: -5rem -16px 0;
    }
    .team_members {
        /* color: #FFF; */
        /* text-align: center; */
        background-image: url("../images/bkg_btm_wht.svg");
        background-repeat: no-repeat;
        background-position: right 0 top 40px;
        background-size: 2560px 1200px;
        padding-top: 270px;
        margin: -5rem -16px 0;
        padding-bottom: 150px;
    }
    .logo__container-sm {
        display: block;
        padding-top: 4rem;
    }
    .find__p {
        width: auto;
    }
    h2.blue {
        font-size: 1.75rem;
        font-weight: bold;
        color: #3F6AB0;
    }
    .otherTypes__container {
        padding: 29rem 0 0 0;
    }
    .form__button {
        background-color: #5998cd;
        border-top: 1px solid #5998cd;
        color: #FFF;
        line-height: 38px;
        width: 350px;
    }
    .find__container {
        margin: 22.25rem 0 0;
    }
    .find__form-container {
        background-image: url("../images/find_numbers.svg");
        background-size: 302px 91px;
        background-position: center top;
        background-repeat: no-repeat;
        padding-top: 86px;
        text-align: center;
    }
    .form__bluePanel {
        background-color: #3F6AB0;
        width: 410px;
        height: 86px;
        display: inline-block;
        padding-top: 27px;
        padding-left: 10px;
    }
    input {
        background-color: #D7D7D7;
        width: 106px;
        height: 32px;
        margin-right: 10px;
        border: 0;
        padding-left: 6px;
    }
    .aboutUs__container {
        padding: 28rem 0 0 0;
    }
    .talktoUs__container {
        padding-top: 600px;
    }
    .footer__logo {
        background-image: url("../images/logo_footer-logo.png");
        background-size: 262px 61px;
        background-repeat: no-repeat;
        width: 262px;
        height: 61px;
        display: inline-block;
    }
    .responseCall__time-pos {
        float: left;
        margin: 0 0 1rem 2.2rem;
    }


}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .agents-standing-by {
        display: none;
    }

    .agents-standing-by-ss {
        display: inline-block !important;
    }

    .btn-requestCall2 {
        background-color: #DFB949;
        color: #FFF;
        font-size: 1.3rem;
        padding: 0.2rem 1.5rem 0.2rem;
        border: 0;
        -webkit-transition: all 100ms ease;
        -o-transition: all 100ms ease;
        transition: all 100ms ease;
        width: 258px;
        margin-bottom: 0;
    }
    .modal__container-right-intro {
        color: #FFF;
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 4.8rem 2.5rem 0.5rem;
        text-align: center;
    }
    .maywecontactyou-ss {
        display: none;
    }
    .responseCall__time-pos {
        float: left;
        margin: 0 0 1rem 6px;
    }
    .modal__footer {
        background-color: #3F6AB0;
        color: #FFF;
        padding: 10px 0 10px 1.5rem;
        margin-top: 2rem;
        text-align: center;
    }
    .close-black {
        display: none;
    }
    .modal__footer-02 {
        display: inline-block;
        margin-right: 1.5rem;
        font-size: x-large;
    }
    .modal__footer-03 {
        display: inline-block;
    }
    .slider__position {
        display: inline-block;
        margin-top: 2rem;
    }
    .header__logo-interior {
        background-image: url("../images/logo_PolicyPro-new.png");
        background-size: 262px 61px;
        background-repeat: no-repeat;
        width: 262px;
        height: 61px;
        margin: 2rem 0 0 2rem;
        float: left;
        cursor: pointer;
    }
    .bkg-image-about-us {
        background-image: url("../images/bkg_aboutUs_man.jpg");
        background-position: right -100px top 110px;
        background-repeat: no-repeat;
    }
    .interior__header-phoneNumber {
        padding: 3.4rem 2rem 0 2.5rem;
        text-align: right;
    }
    .footer__container-interior {
        color: #FFF;
        text-align: center;
        background-image: url("../images/bkg_btm.svg");
        background-repeat: no-repeat;
        background-position: right 0 top 0;
        background-size: 2560px 1200px;
        padding-top: 250px;
        margin: -6rem -16px 0;
    }
    .team_members {
        /* color: #FFF; */
        /* text-align: center; */
        background-image: url("../images/bkg_btm_wht.svg");
        background-repeat: no-repeat;
        background-position: right 0 top 0;
        background-size: 2560px 1200px;
        padding-top: 250px;
        margin: -6rem -16px 0;
        padding-bottom: 150px;
    }
    .close {
        font-weight: 400;
        font-size: 2rem;
        color: #fff;
        opacity: 1;
        padding: 0.5rem 0 0 0 !important;
    }
    .modal-dialog {
        max-width: 748px;
    }
    .modal__container-left {
        float: left;
        max-width: 422px;
    }
    .modal__container-right {
        display: inline-block;
        float: right;
        width: 320px;
    }
    .modal-dialog-contactUs {
        max-width: 385px;
    }
    .modal-content {
        border-radius: 0;
        border-top: 8px solid #DFB949;
        border-bottom: 8px solid #172349;
        border-left: 0;
        border-right: 0;
        background-image: url("../images/bkg_response.svg");
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 406px 660px;
    }

    .find__p {
        color: #FFF;
        text-align: center;
        padding: 0 6rem 0.8rem;
        width: auto;
    }
    .find__container {
        margin: 20rem 0 0;
        padding: 0;
    }
    .bkg-images {
        background-image:
                url("../images/bkg_top_diagonal_sm.svg"),
                url("../images/front-logo-bg.png"),
                url("../images/img_car.png"),
                url("../images/bkg_mid_diagonal_sm.svg"),
                url("../images/img_house_interior.jpg"),
                url("../images/bkg_btm.svg"),
                url("../images/img_family.png");
        background-repeat:
                no-repeat, no-repeat, no-repeat,
                no-repeat, no-repeat, no-repeat, no-repeat;
        background-position: center 150px,
                left -90px top 2rem,
                left -140px top 2182px,
                center 2200px,
                right -50px top 1200px,
                center 3660px,
                right -100px top 3190px;
        background-size:
                1024px 786px,
                auto,
                561px 398px,
                2560px 1130px,
                660px 460px,
                2560px 1200px,
                568px 505px;
    }
    .aboutUs__container {
        padding: 25rem 0 0 0;
    }
    .talktoUs__container {
        padding-top: 520px;
    }
    .responseCall__time-pos {
        float: left;
        margin: 0 0 1rem 6px;
    }

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .slider__position {
        margin-top: 0;
    }
    .bkg-image-about-us {
        background-position: right -34px top 100px;
    }
    .interior__header-phoneNumber {
        text-align: center;
    }
    .modal-dialog-contactUs {
        max-width: 385px;
    }
    .logo__container-sm {
        display: block;
        padding-top: 6rem;
    }
    .logo__col-01 {
        padding: 130px 0 0 0;
    }
    .logo__col-02 {
        padding: 65px 0 0 0;
    }
    .logo__col-03 {
        padding: 10px 0 0 0;
    }
    .find__p {
        color: #FFF;
        text-align: center;
        padding: 0 12rem 0.8rem;
    }
    .aboutUs__container {
        padding: 3rem 0 0 0;
    }
    .bkg-images {
        background-image:
                url("../images/bkg_top_diagonal_sm.svg"),
                url("../images/front-logo-bg.png"),
                url("../images/img_car.png"),
                url("../images/bkg_mid_diagonal.svg"),
                url("../images/img_house_interior.jpg"),
                url("../images/bkg_btm.svg"),
                url("../images/img_family.png");
        background-repeat:
                no-repeat, no-repeat, no-repeat,
                no-repeat, no-repeat, no-repeat, no-repeat;
        background-position: center 130px,
                left -90px top 2rem,
                left -140px top 2080px,
                center 1180px,
                right -160px top 130px,
                center 3100px,
                right -100px top 2800px;
        background-size:
                1024px 786px,
                auto,
                561px 398px,
                2850px 2500px,
                660px 460px,
                2560px 1200px,
                568px 505px;
    }
    .otherTypes__container {
        padding: 8rem 0 0 0;
    }
    .talktoUs__container {
        padding-top: 300px;
    }
    .responseCall__time-pos {
        float: left;
        margin: 0 0 1rem 6px;
    }
    .footer__container-interior {
        text-align: center;
        background-image: url("../images/bkg_btm.svg");
        background-repeat: no-repeat;
        background-position: right 0 top 0;
        background-size: 2560px 1200px;
        padding-top: 250px;
        margin: -9rem -16px 0;
    }
    .team_members {
        /* text-align: center; */
        background-image: url("../images/bkg_btm_wht.svg");
        background-repeat: no-repeat;
        background-position: right 0 top 0;
        background-size: 2560px 1200px;
        padding-top: 250px;
        margin: -9rem -16px 0;
        padding-bottom: 150px;
    }

}

/* (1024px and up)*/
@media (min-width: 1024px) {
    .bkg-image-about-us {
        background-position: right 34px top 26px;
    }
    .logo__col-01 {
        margin-left: 0;
    }
    .navbar-collapse {
        margin-top: 68px;
        width: 280px;
        flex-basis: 20%;
        flex-grow: unset;
    }
    .navbar-light .navbar-toggler {
        position: fixed;
        top: 0;
        right: 16px;
    }
    .modal-dialog {
        max-width: 792px;
    }
    .modal-dialog-contactUs {
        max-width: 385px;
    }
    .modal-body {
        padding: 0;
        text-align: center;
    }
    .modal-content {
        border-radius: 0;
        border-top: 8px solid #DFB949;
        border-bottom: 8px solid #172349;
        border-left: 0;
        border-right: 0;
        background-image: url("../images/bkg_response.svg");
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 406px 660px;
    }
    .modal__container-left {
        float: left;
        max-width: 464px;
    }
    .modal__container-right {
        float: right;
        width: 325px;
    }
    .modal__container-left-intro {
        text-align: center;
        font-size: 1.125rem;
        line-height: 1.3rem;
        padding: 2rem 2.5rem 1.5rem 2rem;
    }
    .premium {
        background-color: #172349;
        color: #FFF;
        font-size: 3rem;
        display: inline-block;
        padding: 0.5rem 2rem;
        margin-bottom: 1.5rem;
        margin-right: 0.5rem;
    }
    .coverage-row {
        font-size: 1.125rem;
        background-image: url("../images/bkg_coverageLine.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 250px 1px;
        margin: 0 5.5rem 0 5rem;
    }
    .coverage-label {
        float: left;
        background-color: #FFF;
        padding: 0 0.5rem;
    }
    .coverage-amount {
        font-weight: bold;
        float: right;
        background-color: #FFF;
        padding: 0 0.5rem;
    }
    .btn-startOver {
        background-color: #DFB949;
        color: #FFF;
        font-size: 1.3rem;
        padding: 0.2rem 3.5rem 0.2rem 1rem;
        background-image: url("../images/icon_startOver.svg");
        background-repeat: no-repeat;
        background-position: center right 16px;
        background-size: 22px 28px;
        border: 0;
        margin: 1.5rem 0.5rem 0 0;
        -webkit-transition: all 100ms ease;
        -o-transition: all 100ms ease;
        transition: all 100ms ease;
    }
    .btn-startOver:hover {
        background-color: #C38615;
    }
    .modal__container-right-intro {
        color: #FFF;
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 4.8rem 1rem 0.5rem;
        text-align: center;
    }
    .responseCall__container {
        margin: 1rem 1.5rem;
    }
    input.responseCall {
        padding: 0.4rem;
        margin-bottom: 0.5rem;
        width: 258px;
        height: 38px;
        background-color: #F1F3F4;
    }
    .responseCall__time-pos {
        float: left;
        margin: 0 0 1rem 6px;
    }
    .btn-secondary:not(:disabled):not(.disabled).active {
        background-color: #3F6AB0;
        border-color: #3F6AB0;
    }
    .btn-secondary {
        background-color: #2B477D;
        border-color: #2B477D;
    }
    .btn-secondary:hover {
        background-color: #3F6AB0;
        border-color: #3F6AB0;
    }
    .btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #3F6AB0;
        border-color: #3F6AB0;
    }
    .btn-requestCall {
        background-color: #DFB949;
        color: #FFF;
        font-size: 1.3rem;
        padding: 0.2rem 1.5rem 0.2rem;
        border: 0;
        margin: 0 0.5rem 0 0;
        -webkit-transition: all 100ms ease;
        -o-transition: all 100ms ease;
        transition: all 100ms ease;
        width: 258px;
    }
    .btn-requestCall:hover {
        background-color: #C38615;
    }

    .modal__footer {
        background-color: #3F6AB0;
        color: #FFF;
        padding: 10px 0 10px 1.5rem;
        margin-top: 2rem;
        text-align: center;
    }
    a.modal__footer-link {
        color: #FFF;
        font-weight: bold;
    }
    a.modal__footer-link:hover {
        text-decoration: none;
    }
    .logo__container {
        display: block;
        margin-top: -140px;
        text-align: center;
    }
    .logo__container-sm {
        display: none;
    }
    .header__phoneNumber-sm {
        display: none;
    }
    .header__logo {
        background-image: url("../images/logo_PolicyPro-new.png");
        background-size: 262px 61px;
        width: 262px;
        height: 61px;
        margin-top: 32px;
        float: left;
        margin-left: 11%;
    }
    .header__phoneNumber {
        display: block;
        color: #3F6AB0;
        font-weight: bold;
        font-size: 1.25rem;
        text-align: right;
        padding: 0 3.5rem 36px 0;
    }
    .bkg-images {
        background-image:
                url("../images/bkg_top_diagonal.svg"),
                url("../images/front-logo-bg.png"),
                url("../images/img_car.png"),
                url("../images/bkg_mid_diagonal.svg"),
                url("../images/img_house_interior.jpg"),
                url("../images/bkg_btm.svg"),
                url("../images/img_family.png");
        background-position: center 313px,
                11% 148px,
                left -150px top 2162px,
                center 1823px,
                right -160px top 1400px,
                center 3086px,
                right -50px top 2752px;
        background-size: 2560px 937px,
                auto,
                561px 398px,
                2560px 1184px,
                720px 432px,
                2560px 1200px,
                568px 505px;
        background-repeat:
                no-repeat, no-repeat, no-repeat,
                no-repeat, no-repeat, no-repeat, no-repeat;
    }
    .find__container {
        width: 480px;
        margin: 0 0 0 450px;
        padding-top: 48px;
    }
    .find__p {
        color: #FFF;
        text-align: center;
        padding: 0 0 0.8rem;
    }
    h1 {
        color: #18234A;
        font-weight: bold;
        text-align: center;
    }
    .find__p {
        color: #000;
        text-align: center;
        padding-left: 1rem;
    }
    .quotes__container {
        display: block;
        color: #FFF;
    }
    .aboutUs__container {
        padding: 32px 0 0 0;
    }
    .otherTypes__container {
        padding: 0;
    }
    .aboutUs__button-container {
        padding: 44px 0 0 0;
    }
    .talktoUs__container {
        padding-top: 254px;
    }
    .footer__logo {
        background-image: url("../images/logo_footer-logo.png");
        background-size: 262px 61px;
        background-repeat: no-repeat;
        width: 262px;
        height: 61px;
    }
    .footer__container {
        color: #FFF;
        margin-top: 250px;
        text-align: left;
    }
    .copyright {
        text-align: center;
        font-size: 0.75rem;
        padding: 1.5rem 0 2rem;
    }
    .form__button:hover {
        border-top: 1px dotted #FFF;
    }
    .quotes__col-01 {
        padding: 230px 50px 50px 0;
    }
    .quotes__col-02 {
        padding: 165px 50px 50px 0;
    }
    .quotes__col-03 {
        padding: 105px 50px 50px 0;
    }

    .logo__col-01 {
        padding: 150px 0 0 0;
    }
    .logo__col-02 {
        padding: 120px 0 0 0;
    }
    .logo__col-03 {
        padding: 90px 0 0 0;
    }
    .logo__col-04 {
        padding: 80px 0 0 0;
    }
    .logo__col-05 {
        padding: 40px 0 0 0;
    }
    .logo__col-06 {
        padding: 0;
    }


}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .footer__container-interior {
        color: #FFF;
        text-align: center;
        background-image: url("../images/bkg_btm.svg");
        background-repeat: no-repeat;
        background-position: right 0 top 0;
        background-size: 2560px 1200px;
        padding-top: 330px;
        margin: -12rem -16px 0;
    }
    .team_members {
        /* color: #FFF; */
        /* text-align: center; */
        background-image: url("../images/bkg_btm_wht.svg");
        background-repeat: no-repeat;
        background-position: right 0 top 0;
        background-size: 2560px 1200px;
        padding-top: 330px;
        margin: -12rem -16px 0;
        padding-bottom: 230px;
    }
    .bkg-image-about-us {
        background-image: url("../images/bkg_aboutUs_man.jpg");
        background-repeat: no-repeat;
        background-position: right 12% top 26px;
        background-size: 448px 915px;
    }
    .bkg-image-careers {
        background-image: url("../images/bkg_careers-01.png");
        background-repeat: no-repeat;
          
        background-size: cover;
    }
    .careers .interior__header-container {float:right}
    .header__logo-interior {
        background-image: url("../images/logo_PolicyPro-new.png");
        background-size: 262px 61px;
        background-repeat: no-repeat;
        width: 262px;
        height: 61px;
        margin: 2rem 0 0 2rem;
        float: left;
        cursor: pointer;
    }
    .interior__header-phoneNumber {
        color: #3F6AB0;
        font-weight: bold;
        font-size: 1.25rem;
        padding-right: 4rem;
        float: left;
        padding: 3.4rem 0 0 4rem;
    }
    .interior__content {
        clear: both;
        padding: 2rem 0 1rem 2rem;
    }
    .interior__content h1 {
        color: #18234A;
        font-size: 2rem;
        font-weight: bold;
        text-align: left;
    }
    .interior__content p {
        padding-right: 2rem;
    }
    .header__logo {
        background-image: url("../images/logo_PolicyPro-new.png");
        background-size: 262px 61px;
        width: 262px;
        height: 61px;
        margin-top: 32px;
        float: left;
        margin-left: 11%;
    }
    .bkg-images {
        background-image:
                url("../images/bkg_top_diagonal.svg"),
                url("../images/front-logo-bg.png"),
                url("../images/img_car.png"),
                url("../images/bkg_mid_diagonal.svg"),
                url("../images/img_house_interior.jpg"),
                url("../images/bkg_btm.svg"),
                url("../images/img_family.png");
        background-position: center 313px,
                11% 148px,
                6% 2162px,
                center 1703px,
                right -10% top 1300px,
                center 2956px,
                right 0% top 2682px;
        background-size: 2560px 937px,
                auto,
                561px 398px,
                2560px 1384px,
                720px 532px,
                2560px 1350px,
                568px 505px;
        background-repeat:
                no-repeat, no-repeat, no-repeat,
                no-repeat, no-repeat, no-repeat, no-repeat;
    }
    .find__container {
        width: 480px;
        margin: 0 170px 0 550px;
        padding-top: 48px;
    }
    .find__p {
        color: #000;
        text-align: center;
        padding: 0 1rem 0.8rem;
    }
    .logo__col-01 {
        padding: 200px 0 0 0;
    }
    .logo__col-02 {
        padding: 150px 0 0 0;
    }
    .logo__col-03 {
        padding: 110px 0 0 0;
    }
    .logo__col-04 {
        padding: 90px 0 0 0;
    }
    .logo__col-05 {
        padding: 50px 0 0 0;
    }
    .logo__col-06 {
        padding: 6px 0 0 0;
    }
    .otherTypes__container {
        padding: 72px 0 0 0;
    }
    .talktoUs__container {
        padding-top: 304px;
    }
    .quotes__col-01 {
        padding: 245px 50px 50px 0;
    }
    .quotes__col-02 {
        padding: 165px 50px 50px 0;
    }

}

@media (min-width: 1400px) {
    .footer__logo {margin-top:20px}
    .bkg-image-about-us {
        background-image: url("../images/bkg_aboutUs_man.jpg");
        background-repeat: no-repeat;
        background-position: right 18% top 26px;
        background-size: 448px 915px;
        display: inline;
    }
    .footer__container-interior {
        color: #FFF;
        text-align: center;
        background-image: url("../images/bkg_btm.svg");
        background-repeat: no-repeat;
        background-position: right 0 top 0;
        background-size: 2560px 1200px;
        padding-top: 330px;
        margin: -12rem -16px 0;
    }
    .team_members {
        /* color: #FFF; */
        /* text-align: center; */
        background-image: url("../images/bkg_btm_wht.svg");
        background-repeat: no-repeat;
        background-position: right 0 top 0;
        background-size: 2560px 1200px;
        padding-top: 330px;
        margin: -12rem -16px 0;
    }
    .header__logo {
        background-image: url("../images/logo_PolicyPro-new.png");
        background-size: 262px 61px;
        width: 262px;
        height: 61px;
        margin-top: 32px;
        float: left;
        margin-left: 22%;
    }
    .bkg-images {
        background-image:
                url("../images/bkg_top_diagonal.svg"),
                url("../images/front-logo-bg.png"),
                url("../images/img_car.png"),
                url("../images/bkg_mid_diagonal.svg"),
                url("../images/img_house_interior.jpg"),
                url("../images/bkg_btm.svg"),
                url("../images/img_family.png");
        background-position: center 313px,
                25% 148px,
                18% 2192px,
                center 1803px,
                right 10% top 1300px,
                center 3126px,
                right 10% top 2750px;
        background-size:
                2560px 937px,
                auto,
                561px 398px,
                2560px 1184px,
                720px 532px,
                2560px 1200px,
                568px 505px;
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    }
    .quotes__col-01 {
        padding: 250px 50px 50px 0;
    }
    .quotes__col-02 {
        padding: 172px 50px 50px 0;
    }
    .otherTypes__container {
        padding: 52px 0 0 0;
    }
    .footer__container {
        color: #FFF;
        margin-top: 280px;
        text-align: left;
    }


}

@media (min-width: 1600px) {
    .bkg-image-about-us {
        background-image: url("../images/bkg_aboutUs_man.jpg");
        background-repeat: no-repeat;
        background-position: right 28% top 26px;
        background-size: 448px 915px;
        display: inline;
    }
    .footer__container-interior {
        color: #FFF;
        text-align: center;
        background-image: url("../images/bkg_btm.svg");
        background-repeat: no-repeat;
        background-position: right 0 top 0;
        background-size: 2560px 1200px;
        padding-top: 330px;
        margin: -12rem -16px 0;
    }
    .team_members {
        /* color: #FFF; */
        /* text-align: center; */
        background-image: url("../images/bkg_btm_wht.svg");
        background-repeat: no-repeat;
        background-position: right 0 top 0;
        background-size: 2560px 1200px;
        padding-top: 330px;
        margin: -12rem -16px 0;
    }
    /*.bkg-image-footer-largescreen {*/
    /*    background-image: url("../images/bkg_btm.svg");*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: right 0 top 650px;*/
    /*    background-size: 100%;*/
    /*    display: inline;*/
    /*}*/
    .bkg-images {
        background-image:
                url("../images/bkg_top_diagonal.svg"),
                url("../images/front-logo-bg.png"),
                url("../images/img_car.png"),
                url("../images/bkg_mid_diagonal.svg"),
                url("../images/img_house_interior.jpg"),
                url("../images/bkg_btm.svg"),
                url("../images/img_family.png");
        background-position: center 313px,
                25% 148px,
                23% 2162px,
                center 1823px,
                right 17% top 1300px,
                center 3130px,
                right 20% top 2782px;
        background-size:
                2560px 937px,
                auto,
                561px 398px,
                2560px 1184px,
                720px 532px,
                2560px 1200px,
                568px 505px;
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    }

}

@media (min-width: 1920px) {
    .team:first-child {
    border: 0px;
    padding-top: 60px;}
    .bkg-image-about-us {
        background-image: url("../images/bkg_aboutUs_man.jpg");
        background-repeat: no-repeat;
        background-position: right 28% top 26px;
        background-size: 448px 915px;
        display: inline;
    }
    .footer__container-interior {
        color: #FFF;
        text-align: center;
        background-image: url("../images/bkg_btm.svg");
        background-repeat: no-repeat;
        background-position: right 0 top 0;
        background-size: 2560px 1200px;
        padding-top: 330px;
        margin: -12rem -16px 0;
    }
    .team_members {
        /* color: #FFF; */
        /* text-align: center; */
        background-image: url("../images/bkg_btm_wht.svg");
        background-repeat: no-repeat;
        background-position: right 0 top 0;
        background-size: 2560px 1200px;
        padding-top: 330px;
        margin: -12rem -16px 0;
    }
    /*.bkg-image-footer-largescreen {*/
    /*    background-position: right 0 top 600px;*/
    /*}*/
    /*.bkg-image-footer-largescreen {*/
    /*    background-image: url("../images/bkg_btm_interior_xlarge.svg");*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: right 0 top 650px;*/
    /*    background-size: 100%;*/
    /*    display: inline;*/
    /*}*/
}

@media (min-width: 2300px) {
    .bkg-image-about-us {
        background-image: url("../images/bkg_aboutUs_man.jpg");
        background-repeat: no-repeat;
        background-position: right 35% top 26px;
        background-size: 448px 915px;
        display: inline;
    }
    .footer__container-interior {
        color: #FFF;
        text-align: center;
        background-image: url("../images/bkg_btm.svg");
        background-repeat: no-repeat;
        background-position: right 0 top 0;
        background-size: 100%;
        padding-top: 450px;
        margin: -20rem -16px 0;
    }
    .team_members {
        color: #FFF;
        text-align: center;
        background-image: url("../images/bkg_btm_wht.svg");
        background-repeat: no-repeat;
        background-position: right 0 top 0;
        background-size: 100%;
        padding-top: 450px;
        margin: -20rem -16px 0;
    }
    .bkg-image-footer-largescreen {
        background-position: right 0 top 580px;
    }
}

@media (min-width: 2600px) {
    .bkg-image-about-us {
        background-position: right 35% top 26px;
    }
    .bkg-image-footer-largescreen {
        background-position: right 0 top 550px;
    }
}

@media (min-width: 3100px) {
    .bkg-image-about-us {
        background-position: right 35% top 26px;
    }
    .bkg-image-footer-largescreen {
        background-position: right 0 top 500px;
    }
}

@media (min-width: 3600px) {
    .bkg-image-about-us {
        background-position: right 38% top 26px;
    }
    .bkg-image-footer-largescreen {
        background-position: right 0 top 430px;
    }
}

@media (min-width: 4000px) {
    .bkg-image-about-us {
        background-position: right 40% top 26px;
    }
    .bkg-image-footer-largescreen {
        background-position: right 0 top 400px;
    }

}

@media (min-width: 4400px) {
    .bkg-image-about-us {
        background-position: right 40% top 26px;
    }
    .bkg-image-footer-largescreen {
        background-position: right 0 top 370px;
    }

}

@media (min-width: 4800px) {
    .bkg-image-about-us {
        background-position: right 42% top 26px;
    }
    .bkg-image-footer-largescreen {
        background-position: right 0 top 340px;
    }

}

@media (min-width: 5100px) {
    .bkg-image-about-us {
        background-position: right 43% top 26px;
    }
    .bkg-image-footer-largescreen {
        background-position: right 0 top 310px;
    }

}




/*SLIDER starts*/
/* Slider */
.customer-logos {
    padding: 0 0 4rem;
    height: 40%;
    width: 60%;
}
.client_list {
    padding: 0 3rem 7rem;
}
.slide img {
    /*-webkit-filter: grayscale(1);*/
    /*filter: grayscale(1);*/
    /*opacity: 0.8;*/
}
.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
    width: 100%;
}
.slick-slider {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.input_error {
    box-shadow: 0 0 5px 1px red;
}

/*SLIDER ends*/

/*Vertical Slider CSS starts*/

/* Reference
.fa-thumbs-up {
        color: #c69500;
    }
Yellow bold = #E0BA4A
Yellow pale = #ECD58E
Blue dark = #18234A
Blue mid = #3F6AB0
Gray = #D7D7D7
Green = #1BAC79
*/
.team img {
  object-fit: cover;
  border-radius: 50%;
  height: 250px;
  width: 250px;
  margin-bottom: 30px;
}
.team{border-top:1px solid #dee2e6;padding-top:30px}
.team:first-child {border:0px;}
.team h4 {font-weight:bold;margin-bottom:0px}
.team h5 {margin-bottom:2px}
.team h6 {color:#999;text-transform:uppercase;letter-spacing:1px}
.our_team {padding-bottom:200px}