html { 
    overflow-x: hidden;
}  
body{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;

} 
a,a:hover{
    text-decoration: none;
}
.perl {
}
.site-header{
    padding: 20px 0;
}
.perl .container {
    max-width: 1100px
}
/*Topbar*/
.site-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ffffff;
}
.container.container-1 {
    max-width: 1100px;
}
body .container-box {
    width: 100%;
    margin: 0 auto;
}
body .header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-logo img.logo {
    max-height: 60px;
    max-width: 488px;
    height: auto;
    width: 100%;
}
.main-banner{
    padding: 0px 0 0px;
    background-color: #ffffff;
}
.main-section {
    width: 794px;
    max-width: 794px;
    margin: 0 auto;
    border: 1px solid #C8C8C8;
    border-radius: 5px;
    padding: 40px 40px 110px 40px;
}

.site-heading{
    position: relative;
    margin: 0 auto;
    display: table;
}
.site-heading .title {
    color: #0D2D54;
    text-align: center;
    font-size: 29px;
    line-height: 38px;
}
.site-heading .sub-title{
    color: #0D2D54;
    font-size: 28px;
    line-height: 37px;
    font-weight: bold;
    text-align: center;
}
.form-card {

}
/*form card*/
form#form-zipcode {
    margin-top: 77px;
    text-align: center;
}
#zipcode {
    height: 54px;
    width: 327px;
    border: 1px solid #B4B4B4;
    border-radius: 7px;
    font-size: 25px;
    color: #000000;
    box-shadow: 0 4px 4px rgb(0 0 0 / 16%);
}
button.btn.btn-tertiary.btn-form { 
    margin-top: 10px;
    background-color: #79C43A;
    border-radius: 7px;
    color: #ffff;
    font-size: 26px;
    font-weight: bold;
    line-height: 35px;
    height: 54px;
    width: 275px;
}
label.label-input {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 20px;
    color: #0D2D54;
}
/*form card end*/
.perl footer .about-links {
    max-width: 700px;
    margin: 0 auto;
    padding: 35px 0;
}
.perl footer .about-links li {
    line-height: 14px
}
.perl footer .about-links a {
    color: #000000;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.perl footer .insurance-footer {
    padding: 0px 0px 30px 0;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}
.perl footer .insurance-footer a {
    text-decoration: underline
}
.perl footer .site_footer .logo-nav{
    padding: 0px 0;
}
.perl footer .site_footer .logo {
    margin: auto;
    width: 254px;
    height: 25px;
    background-size: 186px 25px
}
.perl footer .site_footer ul {
    text-align: left;
    margin-bottom: 4px;
    display: flex;
    justify-content: center;
    padding: 0;
}
.perl footer .site_footer li {
    display: inline-block;
    margin: 0 10px
}
.site_footer ul>li>a.active {
}



@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@keyframes call-now-loading {
    0% {
        top: 0px;
        height: 28px
    }
    50%,
    100% {
        top: 6px;
        height: 18px
    }
}
