/*Remove IE10's “clear field” X button */
.form-group input::-ms-clear {
    display: none;
}

.empty-required-input {
    border: solid 2px red;
}

.missing-error {
    margin-bottom: 15px;
    font-size: 18px;
}

nav.navbar {
    height: 75px;
    background-color: white;
    padding-left: 7%;
    padding-right: 5px;
}

.navbar-nav {
    background-color: white;
    text-align: center;
    font-size: 15px;
}

#Image1 {
    height: 62px!important;
}

.nav-item {
    color: #333333;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    zoom: 1;
    letter-spacing: 1px;
    line-height: 75px;
    transition: 0.3s;
}

/*#agent-tab {
    display: none;
}*/

.nav-item:hover {
    background-color: #003b5c;
    color: #8ddeee;
    text-decoration: none;
    cursor: pointer;
}

.nav-anchor {
    text-decoration: none;
}

.nav-anchor:hover,
.nav-anchor:link,
.nav-anchor:active {
    text-decoration: none;
}

#navbarNav {
    justify-content: flex-end;
    padding-right: 2%;
}

.agent-button {
    background-color: #003b5c;
    color: white;
    padding: 15px 11px;
    /*margin-top: -14px !important;*/
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
}

.agent-button:hover {
    color: #003b5c;
    border-color: #003b5c;
    background-color: white;
}

hr {
    margin: 0.5rem 0;
}

#wrapper {
    margin-top: 75px;
}
.margin-top {
    margin-top: 75px;
}
#covid {
    background-color: #003b5c;
    width: 320px;
    padding: 15px;
    margin: auto;
    text-align: center;
    color: white;
    font-size: 1.0625rem;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

#covid:hover {
    text-decoration: none;
}

.title-text-container {
    width: fit-content;
    margin: auto;
}

.page-section {
    padding: 0 10%;
}

.contact-page-section {
    padding: 0 5%;
}

.subtitle {
    color: #2b2b2b;
    font-size: 14px;
    margin-bottom: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: fit-content;
    margin: 0px auto 15px auto;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.title {
    font-size: 40px;
    letter-spacing: 3.5px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
    width: fit-content;
    margin: auto;
    text-align: center;
}

.text {
    word-break: break-word;
    word-wrap: break-word;
    padding: 50px 0px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1.7;
    color: #212121;
    font-size: 20px;
    width: fit-content;
    margin: auto;
    letter-spacing: 1.5px;
    text-align: center;
}

#header,
#features,
#about,
#assurance,
#compliance {
    border-bottom: solid 5px;
    border-bottom-color: #8ddeee;
}

#divAssuranceQuoteInput .form-row .form-group label,
.output-label {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: white;
}

#divAssuranceQuoteOutput p {
    font-size: 23px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin-bottom: 15px;
}

#premium-amount-form-group {
    margin-bottom: 35px;
}

#divAssuranceQuoteOutput .form-group {
    width: 85%;
    padding-left: 15%;
}

#BackNewQuote {
    color: white;
}

#BackNewQuote:hover {
    cursor: pointer;
    text-decoration: underline;
    color: rgba(126,204,238,1);
}

#btnRequestQuote {
    background-color: #8ddeee;
    border-color: #8ddeee;
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
    padding: 15px 0px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-shadow: 3px 3px 3px #9999;
    margin-top: 15px;
    transition: all 0.5s;
}

#btnRequestQuote:hover {
    background-color: rgb(141,222,238, 0.85);
}

#AssuranceFormRow {
    justify-content: center;
}

#AssuranceFormRow h2{
    font-size: 37px;
    letter-spacing: 3.5px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 7px;
    text-transform: uppercase;
    color: white;
    text-align: center;
}

#AssuranceFormRow h2:after {
    border-bottom: solid;
    border-width: 4px;
    border-color: rgba(126,204,238,1);
    content: '';
    display: block;
    margin-left: 30%;
    width: 40%;
    margin-top: 15px;
}

#header-content {
    padding: 52px 25px 52px 0 !important;
    display: flex;
    align-items: center;
}

#header-content h1 {
    font-size: 40px;
    letter-spacing: 3.5px;
    font-weight: 700;
    width: fit-content;
}

ul.dashed {
    list-style-type: none;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 2.0;
    color: #505050;
    font-weight: 600;
    margin-top: 20px;
    margin-left: 10%;
}

ul.dashed > li {
    text-indent: -5px;
    font-family: 'Segoe UI Symbol';
}

ul.dashed > li:before {
    content: "\2714\0020";
    padding-right: 5px;
    color: #003b5c!important;
}

#header-text-container {
    height: fit-content;
}

#header {
    background-color: #f8f9f9;
    /*background-color: #f5f6f6;*/
}

#header-form {
    padding: 10px 0 32px 0 !important;
    background-color: #003b5c;
    border-radius: 0 0 25px 25px;
    margin-bottom: 30px;
}


#features {
    /* background-color: #f8f9f9; */
    padding: 70px 0px;
}

.features-heading {
    word-break: break-word;
    word-wrap: break-word;
    font-size: 1.0625rem;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #333333;
    line-height: 1.1;
    width: fit-content;
    margin: 0px auto 12px auto;
    text-align: center;
}

.features-text {
    word-break: break-word;
    word-wrap: break-word;
    text-align: center;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 0.925rem;
    line-height: 1.7;
    color: #1d1d1d;
    font-weight: 400;
}

.features-text a {
    color: #003b5c;
}

.feature-media {
    color: white;
    font-size: 60px;
    text-align: center;
    padding: 75px 0px 30px 0px;
}

.feature-icon {
    background: #003b5c;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.features-icon-link {
    color: white;
    text-decoration: none;
}

.features-icon-link:hover {
    text-decoration: none;
    cursor: pointer;
}

.features-icon-link:hover > .feature-media > .feature-icon,
.features-icon-nl:hover > .feature-media > .feature-icon {
    background: #8ddeee;
    transform: scale(1.07);
}

#about {
    background-color: #f8f9f9;
    /*background-color: #f5f6f6;*/
    padding: 70px 0px;
}

.about-us-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.about-us-title {
    word-break: break-word;
    word-wrap: break-word;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    color: #333333;
    line-height: 1.1;
}

.about-us-text {
    word-break: break-word;
    word-wrap: break-word;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-align: justify;
    font-size: 0.925rem;
    line-height: 1.7;
    color: #212121;
    font-weight: 400;
    justify-content: start;
}

#iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

#iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-us-text a {
    color: #003b5c;
    text-decoration: underline;
}

.about-us-col {
    margin: 0px 30px;
}

#assurance {
    /* background-color: #f8f9f9; */
    padding: 70px 0px;
}

.product-card .card-body {
    padding: 20px 20px 20px 0 !important
}

.products-icon {
    font-size: 4rem;
    color: #003b5c;
}

.product-title {
    word-break: break-word;
    word-wrap: break-word;
    margin-bottom: 0.625rem;
    color: #333333;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.1;
    font-size: 1.25rem;
}

.product-text {
    word-break: break-word;
    word-wrap: break-word;
    font-size: 14px;
    color: #212121;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 0rem !important;
}

.product-card-section {
    margin-top: 60px;
    margin-bottom: 20px;
}

#product-card1,
#product-card2,
#product-card3 {
    margin: 10px;
}

.product-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-text-container {
    padding: 0px!important;
}

.product-text a {
    text-decoration: underline;
    color: #003b5c;
}

#contact {
    background-color: #f8f9f9;
    /*background-color: #f5f6f6;*/
    padding: 70px 0px 75px 0px;
}

.contact-section-container {
    margin-top: 70px;
}

#contact-section {
    padding: 0px;
}

#contact-info {
    margin-top: 60px;
}

.contact-icon {
    font-size: 12px;
    color: white;
    background: #212121;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
}

.connect-title {
    margin: 0px 80px;
}

.contact-form-label {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#contact-form {
    padding: 60px 70px;
    background-color: #003b5c;
    color: white;
    margin-left: 100px;
}

.required-asterisk {
    color: #ff0000;
}

#address-content,
#phone-content {
    width: fit-content;
}

.contact-row {
    margin: 12px 0px!important;
}

.form-button {
    width: 100%;
    margin-top: 12px;
    margin-left: 5px;
    background-color: #8ddeee;
    border-color: #8ddeee;
    text-transform: uppercase;
    padding: 13px 32px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    transition: all 0.5s;
    color: black;
    letter-spacing: 1px;
    text-shadow: 3px 3px 3px #9999;
    font-size: 1.1rem;
    border-radius: .25rem;
}

.form-button:hover {
    background-color: rgb(141,222,238, 0.85);
}

#contact-title1 {
    word-break: break-word;
    word-wrap: break-word;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-top: 0;
    color: #333333;
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 1.0625rem;
    margin-bottom: 12px;
}

#contact-text {
    word-break: break-word;
    word-wrap: break-word;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 0.925rem;
    line-height: 1.7;
    color: #212121;
    font-weight: 400;
}

#contact-title2 {
    word-break: break-word;
    word-wrap: break-word;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    color: #333333;
    line-height: 1.1;
}

#address-content,
#phone-content,
#email-content,
#fax-content {
    display: block;
    padding-left: 45px;
    font-style: italic;
    line-height: 2;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 0.95rem;
    color: #212121;
    font-weight: 400;
}

address {
    margin-bottom: 0!important;
}

#connect {
    background: #111111;
    color: #FFFFFF;
    padding: 90px 0px;
}

.connect-title h5 {
    margin: auto;
    letter-spacing: 0.8px;
    word-break: break-word;
    word-wrap: break-word;
    text-transform: uppercase;
    font-size: 0.99rem;
    font-weight: 600;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    text-align: center;
}

.margin-form-group {
    margin-bottom: 1rem;
}

.input-group-addon.subinput-addon {
    top: 117px !important;
}

#connect-icon-container {
    font-size: 30px;
    width: fit-content;
    margin: auto;
}

#connect-icon-container a {
    text-decoration: none;
    color: white;
    fill: #fff;
}

#connect-icon-container a:hover {
    color: #003b5c;
}

.connect-icon {
    margin: 20px 15px;
}

.newsletter-input {
    width: 65%!important;
    height: 2.5rem;
}

.newsletter-input::-webkit-input-placeholder {
    font-size: 13px;
}

.newsletter-input::-moz-placeholder {
    font-size: 13px;
}

.newsletter-input:-ms-input-placeholder {
    font-size: 13px;
}

.newsletter-input::placeholder {
    font-size: 13px;
}

#nl-form {
    margin: 20px auto;
}

.subscribe-button,
.subscribe-button:active,
.subscribe-button:focus {
    height: 2.5rem;
    line-height: 1.5rem;
    margin-left: 8px;
    background-color: #003b5c;
    border-color: #003b5c;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    transition: all 0.5s;
}

.subscribe-button:hover {
    background-color: rgb(0,59,92, 0.7);
    border-color: rgb(0,59,92, 0.7);
}

#scroll-top {
    /*position: absolute;*/
    height: 60px;
    width: 60px;
    /*border: solid;*/
    z-index: 99;
    /*right: 3%;*/
    border-radius: 50%;
    color: white;
    border-color: white;
    font-size: 40px;
    line-height: 57px;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    bottom: 85px;
    right: 6px;
    background-color: #003b5c;
}

#scroll-top:hover {
    cursor: pointer;
}

footer {
    text-align: center;
    padding: 35px 0px;
    background: #222222;
    color: #bbbbbb;
}

#compliance {
    background-color: #f8f9f9;
    padding: 0 6%;
    font-size: 0.7rem;
    line-height: 1rem;
}

#link-footer {
    background: #111111;
    padding-top: 10px;
    padding-bottom: 20px;
}

.footer-links {
    color: #FFFFFF!important;
    margin: 0 35px;
    text-decoration: underline!important;
    font-size:0.94rem;
}

.footer-links:hover {
    color: #FFFFFF;
    cursor: pointer;
}

.spinner {
    text-align: center;
    width: fit-content;
    margin: 10px auto;
    font-size: 40px;
    color: #003b5c;
}

#medProviders p {
    padding: 0 35px;
    text-align: center;
}

/*Contact Form Validation Styling*/
.form-group.input-group {
    display: block;
}

.input-group-addon.not-req {
    color: #999;
    background: none !important;
}

.input-group-addon.danger {
    color: #ff4600;
    background: none !important;
}

.input-group-addon.success {
    background: none !important;
}

.input-group-addon.danger:after {
    content: '\f057';
    font-family: "Font Awesome 5 Free";
    z-index: 10;
}

.input-group-addon.success:after {
    color: green;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    z-index: 10;
}

.val-wrap-input {
    position: absolute;
    right: 10px;
    top: 4px;
    z-index: 10;
}

.input-group-addon {
    border: none !important;
    padding: .0rem .0rem !important;
    background-color: #fff !important;
    position: absolute;
    top: 33px;
    right: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: rgba(126,204,238,1);
    transition: 0.2s ease all;
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}


/* Animations */

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

/* Sink */
.hvr-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
 }
 .hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
 }


/* Media Queries */
@media only screen and (max-width: 1768px) {
    .selectProduct {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1550px) {
    #contact .contact-page-section {
        padding: 0!important;
    }
    #contact-form {
        margin-left: 0;
    }
    .selectProduct {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1391px) {
    .selectProduct {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1356px) and (min-width: 1200px) {
    #efDateFormGroup {
        margin-top: 9px;
    }
}

@media only screen and (max-width: 1089px) and (min-width: 992px) {
    #efDateFormGroup {
        margin-top: 9px;
    }
}

@media only screen and (min-width: 1200px) {
    #product-card1,
    #product-card2,
    #product-card3 {
        flex: 0 0 29%;
        max-width: 29%;
    }
}

@media only screen and (max-width: 1200px) {
    .product-card-section {
        margin-top: 20px;
    }

    #contact-form {
        margin-right: 0;
    }
}



@media only screen and (max-width: 1060px) {
    .agent-button {
        padding: 7px 11px;
    }
}

@media only screen and (max-width: 1050px) {
     #updated-container {
         margin-top: 20px;
     }

     #connect {
         padding: 80px 0px;
     }
}

@media only screen and (max-width: 992px) {
    #header-form {
        border-radius: 0;
        margin-bottom: 0;
    }

    #header-content h1 {
        margin-left: 4%;
    }

    ul.dashed {
        margin-left: 13%;
    }
    
    .feature-media {
         padding: 30px 0px;
     }

     #contact-section {
         padding: 0px 0px 50px 0px;
     }

     .contact-section-container {
         margin-top: 50px;
     }

     #contact-info {
         margin-top: 40px;
     }

     #contact-title2 {
         margin-bottom: 20px;
     }

     #contact-section {
         padding: 0px 0px 50px 0px
     }

     #agentBtn {
         
     }

     #agent-tab {
         display: block;
     }

 }

 @media only screen and (max-width: 575px) {
     .subscribe-button {
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
     }

     .newsletter-input {
        width: 100% !important;
     }

     #header-form {
        padding: 25px 35px !important;
     }

    #contact-section {
        padding: 40px 50px 0px 50px
    }

    #compliance {
        padding: 0;
    }
 }

@media only screen and (max-width: 510px) {
    #contact-form {
        padding: 30px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 395px) {
    #Image1 {
        height: 50px !important;
    }
}

@media only screen and (max-width: 340px) {
    #Image1 {
        height: 35px !important;
    }
}

option {
    color: black;
    background-color: white;
}

.sr-only{
    color: black !important;
}
.apps-cont {
    text-align:center;
    padding:1rem;
}
    .apps-cont a img{
        margin: 1rem;
    }
.loginbtn {
    display:flex;
    flex-wrap:wrap;

}