/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
@font-face {
    font-family: 'Graphik Web';
    src: url('../fonts/Graphik-Bold-Web.eot');
    src: url('../fonts/Graphik-Bold-Web.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Bold-Web.woff2') format('woff2'),
        url('../fonts/../fonts/Graphik-Bold-Web.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Graphik Web';
    src: url('../fonts/Graphik-Semibold-Web.eot');
    src: url('../fonts/Graphik-Semibold-Web.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Semibold-Web.woff2') format('woff2'),
        url('../fonts/Graphik-Semibold-Web.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Graphik Web';
    src: url('../fonts/Graphik-Medium-Web.eot');
    src: url('../fonts/Graphik-Medium-Web.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Medium-Web.woff2') format('woff2'),
        url('../fonts/Graphik-Medium-Web.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Graphik Web';
    src: url('../fonts/Graphik-Regular-Web.eot');
    src: url('../fonts/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Regular-Web.woff2') format('woff2'),
        url('../fonts/Graphik-Regular-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Graphik Web';
    src: url('../fonts/Graphik-Light-Web.eot');
    src: url('../fonts/Graphik-Light-Web.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Light-Web.woff2') format('woff2'),
        url('../fonts/Graphik-Light-Web.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'TiemposHeadline';
    src: url('../fonts/TiemposHeadlineWeb-Semibold.eot');
    src: url('../fonts/TiemposHeadlineWeb-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/TiemposHeadlineWeb-Semibold.woff2') format('woff2'), url('../fonts/TiemposHeadlineWeb-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'TiemposHeadline';
    src: url('../fonts/TiemposHeadline-Medium.eot.eot');
    src: url('../fonts/TiemposHeadline-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/TiemposHeadline-Medium.woff2') format('woff2'), url('../fonts/TiemposHeadline-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

html {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    -webkit-font-smoothing: antialiased !important;
}

body {
    color: #535B62;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility;
    font-family: Graphik Web, -apple-system, sans-serif;
}

/* ==========================================================================
Author's default styles
========================================================================== */
a {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

a:hover,
a:active,
a:focus,
a:active:focus,
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #1398DF;
}

b,
strong {
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'TiemposHeadline';
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
    margin-bottom: 0;
}

figure {
    margin: 0 0 1.25rem;
}

h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #000A25;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h3 {
    font-size: 2rem;
    color: #202A5D;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.4px;
}

h4 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000A25;
    letter-spacing: 0;
    line-height: 1.4;
    margin-top: 1rem;
}

h5 {
    font-weight: 500;
    font-size: 18px;
    color: #202A5D;
    letter-spacing: 0;
    line-height: 1.1;
    margin-bottom: 1rem;
}

h6 {
    font-weight: 500;
    font-size: 14px;
    color: #202A5D;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 1rem;
}

p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.4;
    color: #535B62;
}

ul.list-style li {
    list-style: none;
}

button:focus {
    outline: none;
}

.btn {
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    border-radius: 4px;
    line-height: 1;
    outline: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.btn:active:focus,
.btn:focus,
.btn:active,
.btn:active:hover,
.btn:active.focus,
.btn.active:hover,
.btn.active:focus,
.btn.active.focus {
    box-shadow: none;
    outline: none;
}

.btn .btn-dropdown:active:focus,
.btn .btn-dropdown:focus,
.btn .btn-dropdown:active,
.btn .btn-dropdown:active:hover,
.btn .btn-dropdown:active.focus,
.btn .btn-dropdown.active:hover,
.btn .btn-dropdown.active:focus,
.btn .btn-dropdown.active.focus {
    border: 1px solid rgba(121, 131, 176, 0.40);
}

.btn-sm {
    padding: 12px 15px;
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
    min-width: 170px !important;
}

.btn-md {
    font-size: 16px;
    min-width: 200px;
}

.btn-primary {
    background-color: #1398DF;
    color: white;
    font-weight: 500;
    border-color: transparent;
    min-width: 200px;
}

.btn-primary:hover {
    background-color: #1398DF;
    color: white;
    border-color: #1398DF;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
    transform: translateY(-1px);
}

.btn-lg-outline-primary {
    min-width: 352px;
    font-weight: 500;
    font-size: 15px;
}

.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus {
    background-color: #1398DF;
    border-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #1398DF;
    border-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-primary {
    color: #1398DF;
    border-color: #1398DF;
    color: #1398DF;
    letter-spacing: 0;
    text-align: center;
}

.btn-outline-primary:hover {
    color: #1398DF;
    background-color: transparent;
    border-color: #1398DF;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
    transform: translateY(-1px);
}

.btn-outline-primary .btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-primary .btn-outline-white:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary .btn-outline-white.dropdown-toggle {
    color: #1398DF;
    background-color: transparent;
    border-color: #1398DF;
}

.btn-outline-primary:active:focus,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:active:hover,
.btn-outline-primary:active.focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary.active.focus {
    color: #1398DF;
    background-color: transparent;
    border-color: #1398DF;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    cursor: pointer;
    outline: none;
    box-shadow: none;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: #16181b;
    background-color: #f8f9fa;
}

.section-control {
    padding: 5rem 0;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

.vertical-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.horizontal-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.center-center {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
}

.padding-left-zero {
    padding-left: 0;
}

.padding-right-zero {
    padding-right: 0;
}

.padding-lr-zero {
    padding-left: 0;
    padding-right: 0;
}

/*Header*/
.header--fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    background: #FFFFFF;
}

.header--fixed.header--top {
    box-shadow: 0 1px 0 0 rgba(158, 158, 158, 0.20);
}

.header--top .navbar {
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    padding: 7px 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #535B62;
    padding: 0 15px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    opacity: 0.7;
}

.navbar {
    padding: 10px 0px;
}

.nav-link {
    font-weight: 400;
    font-size: 15px;
    color: #535B62;
}

.navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px;
}

.nav-item {
    margin: 0px;
}

.navbar-toggler {
    border: 0px;
    padding: 0px;
}

/*hero-section*/
.hero {
    margin-top: 68px;
    background: #E7ECFB;
    color: #fff;
}

.hero-img {
    width: 450px;
    /*width: 100%;*/
}

.hero p {
    max-width: 680px;
}

.hero-option {
    display: flex;
    justify-content: space-between;
    max-width: 630px;
}

.btn-dropdown {
    background: #FFFFFF;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
    max-width: 100%;
    width: 400px;
    padding-left: 20px;
    text-align: left;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    color: #535B62;
    letter-spacing: 0;
}

.btn-dropdown-sm {
    background: #ECECEC;
    max-width: 100%;
    width: 192px;
    padding-left: 20px;
    text-align: left;
    font-size: 15px;
    color: #535B62;
    letter-spacing: 0;
    font-weight: 500;
    position: relative;
}

.btn-dropdown-sm :last-child {
    margin-right: 0px;
}

.dropdown-menu {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.07);
    border: 0px;
    border-radius: 4px;
    width: 100%;
    margin-top: 10px;
}

.dropdown-item {
    padding: 10px 25px;
    width: auto;
    margin: 0 10px;
    border-radius: 4px;
}

.dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    background-repeat: no-repeat;
    background-image: url(../images/svg/dropdown-icon.svg);
    background-size: 100%;
    display: inline-block;
    transition: all 0.25s;
    border: 0px;
    width: 12px;
    height: 6px;
}

.hero-title {
    margin-bottom: 40px;
}

.hero-text {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
}

/*find-insurance*/
.find-insurance {
    box-shadow: 0 1px 0 0 rgba(158, 158, 158, 0.20);
}

.card-options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.75rem;
    flex-wrap: wrap;
}

.insurance-card {
    margin-top: 3.75rem;
}

.cards-description {
    margin: 16px 0px auto;
    text-align: center;
}

.cards-description h5 {
    margin-bottom: 5px;
    font-size: 20px;
}

.colored-bar {
    border-radius: 10px;
    height: 6px;
    width: 34px;
    display: none;
}

.light-blue {
    background-color: #97D8FF;
    color: #97D8FF;
}

.light-green {
    background-color: #96FFBD;
    color: #96FFBD;
    ;
}

.orange {
    background-color: #FFAC80;
    color: #FFAC80;
}

.yellow {
    background-color: #FFFE8E;
    color: #FFFE8E;
}

.pink {
    background-color: #F0A9A9;
    color: #F0A9A9;
}

.pale-yellow {
    background-color: #FFE49B;
    color: #FFE49B;
}

.lavender {
    background-color: #E6D0FF;
    color: #E6D0FF;
}

.radium-green {
    background-color: #E4FFB4;
    color: #E4FFB4;
}

.insurancecard-link {
    display: grid;
    flex-wrap: wrap;
    width: 257px;
    text-align: center;
    position: relative;
}

.insurancecard-link h5 {
    font-family: Graphik Web, -apple-system, sans-serif;
}

.insurance-card figure {
    margin: 0;
    min-height: 80px;
}

.insurance-card figure img {
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}

.text-link {
    font-size: 14px;
    color: #1599DF;
    letter-spacing: 0;
    text-align: center;
    position: relative;
}

/*featurecompanies*/
.featured-companies {
    position: relative;
    background-repeat: no-repeat;
    background: url("../images/svg/bg-pinkmask.svg") right top no-repeat, url("../images/svg/oval-mask.svg") left 13% top 12% no-repeat;

}


.company {
    display: flex;
    align-items: center;
    padding: 60px 0px;
    position: relative;

}

.company-dp {
    position: relative;
    margin-right: 60px;
}

.companylogo {
    position: absolute;
    z-index: 9;
    bottom: 0;
    right: 0
}

.colored-text {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    background: transparent;
}

.health {
    color: #349E7D;
}

.life {
    color: #D5487B;
}

.company-details p {
    margin-top: 6px;
    margin-bottom: 1.5rem;
    font-size: 15px;
    color: #535B62;
    letter-spacing: 0;
    line-height: 1.6;
}

.company-details .text-link {
    font-size: 15px;
}

/*newest-content*/
.newestcontent {
    width: 100%;
    background: #E7ECFB;
    padding: 3.75rem;
}

.display-none {
    display: none;
}

.newestnewsletter {
    width: 100%;
    position: relative;
    background: #F7F8FA;
    padding: 60px;
    align-items: center;
    display: flex;
}

.newest-wrapper {
    display: flex;
    min-height: 450px;
}

.newestcontent h5 {
    font-weight: 500;
    font-size: 24px;
    color: #000A25;
    letter-spacing: 0;
    line-height: 1.4;
}

.newest-img {
    max-width: 340px;
    width: 100%;
    margin-right: 30px;
}

.content-list {
    display: flex;
}

.newest-content h6 a {
    font-size: 20px;
    color: #000A25;
    font-family: 'TiemposHeadline';
    line-height: 1.4;

}

.newest-content h6 a:hover {
    color: #0056B0;
}

.newest-content .colored-text {
    font-size: 12px;
    margin-bottom: 6px;
    display: inline-block;
}

.newest-content p {
    font-size: 15px;
    color: #535B62;
    letter-spacing: 0;
    line-height: 1.6;
    margin-top: 5px;
}

.subscribe {
    min-width: 550px;
    margin: 0 auto;
}

.subscribe h3,
.introduce h3 {
    margin-bottom: 1rem;
    font-size: 2.25rem;
    font-weight: 600;
    color: #000A25;
}

.subscribe-separate {
    max-width: 500px;
    margin: 0 auto;
}

.subscribe-separate .btn {
    padding: 20px 1.5rem;
}

.newest-content {
    width: 300px;
}

.form-control {
    background: #FFFFFF;
    border: 1px solid #DDE0E4;
    padding: 17px 20px;
    margin: 20px 0;
}

.form-control:focus {
    box-shadow: none;
}

.newest-row {
    margin-top: 30px;
}

.newest-content {
    max-width: 420px;
}

/*footer*/
footer {
    background-color: #202A5D;
    padding: 5rem 0;
}

.footer-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'TiemposHeadline';
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.footer-wrap ul li a {
    font-family: 'Graphik Web';
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
}

.footer-wrap ul li a:hover {
    opacity: .7;
}

.footer-links {
    justify-content: space-between;
}

.footer-text p {
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: right;
}

.footer-links li {
    margin: 10px 0;
}

.footer-text {
    margin-top: 3.75rem;
}

.social-link-lists li {
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
}

.facebook-link {
    background-image: url(../images/svg/facebook.svg);
    background-position: left 5px center !important;
}

.twitter-link {
    background-image: url(../images/svg/twitter.svg);
}

.instagram-link {
    background-image: url(../images/svg/instagram.svg);
}

/*category*/


.category-hero {
    margin-top: 68px;
    background: #E7ECFB;
    color: #fff;
}

.category-car-img {
    max-width: 400px;
}

.category-hero-img {
    width: 450px;
    /*width: 100%;*/
}

.category-hero p {
    max-width: 680px;
}

.category-hero-option {
    display: flex;
    justify-content: space-between;
    max-width: 630px;
}

.btn-dropdown {
    background: #FFFFFF;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
    max-width: 100%;
    width: 400px;
    padding-left: 20px;
    text-align: left;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    color: #535B62;
    letter-spacing: 0;
}

.btn-dropdown-sm {
    background: #ECECEC;
    max-width: 100%;
    width: 192px;
    padding-left: 20px;
    text-align: left;
    font-size: 15px;
    color: #535B62;
    letter-spacing: 0;
    font-weight: 500;
    position: relative;
}

.btn-dropdown-sm :last-child {
    margin-right: 0px;
}

.dropdown-menu {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.07);
    border: 0px;
    border-radius: 4px;
    width: 100%;
    margin-top: 10px;
}

.dropdown-item {
    padding: 10px 25px;
    width: auto;
    margin: 0 10px;
    border-radius: 4px;
}

.dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    background-repeat: no-repeat;
    background-image: url(../images/svg/dropdown-icon.svg);
    background-size: 100%;
    display: inline-block;
    transition: all 0.25s;
    border: 0px;
    width: 12px;
    height: 6px;
}

.category-hero-title {
    margin-bottom: 40px;
}

.category-hero-text {
    margin-top: 5rem;
    margin-bottom: 3.125rem;
}


.inner-hero {
    min-width: 359px;
    max-width: 359px;
    position: absolute;
    bottom: 0px;
    left: -30%;
}

.select-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0 1px 2px 0 rgba(133, 133, 133, 0.20);
    padding: 20px;
    margin-bottom: 3.75rem;
}

.select-filter p {
    font-size: 15px;
    color: #535B62;
    letter-spacing: 0;
}

.dropdown-filetr {
    display: flex;
    justify-content: space-between;
    min-width: 400px;
}

.category-row {
    display: flex;
    border: 1px solid #ECECEC;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
    margin-bottom: 2.5rem;
    border-radius: 4px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    position: relative;
}

.category-row .list-unstyled {
    margin: 2rem 0;
}

.category-row-hero {
    display: flex;
    margin-bottom: 2.5rem;
    border-radius: 4px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    position: relative;
}

.category-row:hover {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
}

.category-row .btn-primary {
    margin-bottom: 15px;
}

.category-describtion {
    display: flex;
    justify-content: space-around;
}

.category-table h5 {
    font-weight: 500;
    font-size: 20px;
    color: #000A25;
    letter-spacing: 0.4px;
}

.category-table.set-1 {
    align-items: center;
    align-self: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex: 0.5;
    order: 2;
    padding: 0 15px;
}

.category-table.set-2 {
    border-right: 1px solid #eee;
    padding: 30px;
    flex: 1;
    order: 1;
}

.category-table.set-3 {
    padding: 15px 30px;
    border: 1px solid #ECECEC;
    border-radius: 3px;
}

.category-table li {
    padding-left: 25px;
    background-image: url(../images/svg/tick.svg);
    background-repeat: no-repeat;
    background-position: left top 7px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #535B62;
    letter-spacing: 0;
}

.category-table span a {
    font-weight: 500;
    font-size: 14px;
    color: #1398DF;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    transition: all 0.25s;
    padding-right: 5px;
}

.toggle-display {
    display: none;
    text-align: center;
    cursor: pointer;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}

.toggle-display svg {
    width: 8px;
}

.fill-icon-color {
    fill: #787e81;
    fill-rule: evenodd;
}

.rotate {
    transition: all .25s linear;
}

.rotate.down {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.read-link:after {
    content: '';
    width: 5px;
    height: 10px;
    background-repeat: no-repeat;
    background-image: url(../images/svg/chevron-blue.svg);
    background-size: 100%;
    display: inline-block;
    transition: all 0.25s;
}

.read-link:hover:after {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}

.category-rating {
    display: flex;
    align-items: center;
    background: #F7F8FA;
    padding: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    order: 0;
    flex: 0.5;
}

.rating-starts {
    display: flex;
    justify-content: center;
    min-width: 150px;
}

.rating-starts-sm {
    display: flex;
    justify-content: flex-end;
    min-width: 85px;
}

.rating-starts span {
    margin: 0 5px;
}

.rating-starts-sm span {
    margin: 0 3px;
}

.category-rating h6 {
    font-family: 'Graphik Web';
    font-weight: 500;
    font-size: 15px;
    color: #535B62;
    letter-spacing: 0;
    text-align: center;
}

.category-rating p.overall {
    font-size: 20px;
    font-weight: 500;
    color: #535B62;
    text-align: center;
}

.category-rating p span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
}

.read-link {
    padding-left: 25px;
}

.category-rating p.rating {
    font-weight: 600;
    font-size: 3rem;
    color: #1398DF;
    letter-spacing: 0;
    margin-top: 8px;
    text-align: center;
    line-height: normal;
}

.service-block_highlight {
    min-width: 50px;
    height: 32px;
    border-radius: 4px 0px 0px 0px;
    position: absolute;
    display: flex;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    background: #1398DF;
    font-weight: 500;
    letter-spacing: 0;
}

/*inner-category*/
.inner-regular-row {
    padding: 0 15px;
    justify-content: space-between;
}

.company-wrapper {
    max-width: 680px;
    width: 100%;
}

.rankcard-wrapper {
    max-width: 370px;
    width: 100%;
}

.inner-company {
    display: flex;
    align-items: center;
}

.ranked-card {
    background: #FFFFFF;
    margin-top: 3.75rem;
}

.ranked-head {
    background: #1398DF;
    box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    border-radius: 4px 4px 0px 0px;
}

.ranked-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ECECEC;
    padding: 15px 15px;
}

.ranked-column:last-child {
    border-bottom: 0px;
}

.readmore {
    display: none;
}

.ranked-head h3 {
    font-family: 'Graphik Web';
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0.28px;
    line-height: 1.09;
    text-align: left;
    max-width: 190px;
}

.ranked-column h6 {
    font-family: 'Graphik Web';
    font-weight: 400;
    font-size: 14px;
    color: #000A25;
    letter-spacing: 0;
}

.medium-font {
    font-weight: 500;
}

.semibold-font {
    font-weight: 600;
}

.ranked-column p {
    font-size: 14px;
    color: #535B62;
    letter-spacing: 0;
    text-align: right;
    line-height: 1.5;
}

.ranked-head p {
    font-weight: 500;
    font-size: 3rem;
    color: #FFFFFF;
    letter-spacing: -2px;
    text-align: center;
}

.inner-company-details h3 {
    font-weight: 500;
    font-size: 20px;
    color: #000A25;
    letter-spacing: 0.4px;
    line-height: 1;
}

.inner-company-details p {
    font-weight: 400;
    font-size: 15px;
    color: #535B62;
    letter-spacing: 0;
    line-height: 1.6;
    margin-top: 12px;
    margin-bottom: 18px;
}

.tell-link {
    font-weight: 500;
    font-size: 15px;
    color: #1398DF;
    letter-spacing: 0;
    padding: 0 15px;
}

.rankcard-wrapper .tell-link {
    padding: 0;
    font-size: 14px;
}

.tell-link:hover {
    opacity: .9;
}

.inner-company img {
    max-width: 170px;
}

.inner-company-logo {
    margin-right: 30px;
}

.review h4 {
    font-weight: 500;
    font-size: 24px;
    color: #000A25;
    letter-spacing: 0.4px;
    margin: 0px;
    display: none;
}

.review p {
    font-weight: 400;
    font-size: 15px;
    color: #535B62;
    letter-spacing: 0;
    line-height: 1.6;
}

.review-wrapper {
    padding: 30px 0px;
}

.nav-tabs .nav-link {
    border: 0px;
    font-family: 'TiemposHeadline';
    font-weight: 500;
    font-size: 18px;
    color: #000A25;
    letter-spacing: 0.4px;
    text-align: center;
    width: 50%;
}

.tab {
    padding-top: 20px;
}

.tab-wrapper {
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 5px 5px 0px 0px;
}

.nav-tabs {
    border-bottom: 1px solid #ECECEC;
    border-radius: 4px 4px 0px 0px;
    overflow: hidden;
}

.tab-pane ul li {
    padding-left: 25px;
    background-image: url(../images/svg/tick.svg);
    background-repeat: no-repeat;
    background-position: left top 7px;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 14px;
    color: #535B62;
    letter-spacing: 0;
    line-height: 1.6;
}

.tab-pane-cons ul li {
    background-image: url(../images/svg/wrong.svg);
}

.tab-pane ul li:last-child {
    margin-bottom: 0px;
}

.nav-tabs .nav-item {
    margin-bottom: 0px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #1398DF;
    color: #FFFFFF;
    border-color: #1398DF;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px 20px;
}

.tab-content {
    padding: 2.5rem;
}

.tab-summary h4 {
    font-weight: 500;
    font-size: 24px;
    color: #000A25;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.tab-summary p {
    font-weight: 400;
    font-size: 15px;
    color: #535B62;
    letter-spacing: 0;
    line-height: 1.6;
}

/*testimonial*/
.testimonial {
    background: #F7F8FA;
}

.testimonial h4 {
    font-weight: 500;
    font-size: 24px;
    color: #000A25;
    letter-spacing: 0.4px;
    text-align: center;
    margin: 0px;
}

.carousel-cell {
    width: 512px;
    margin-right: 25px;
    padding: 35px 32px;
    counter-increment: carousel-cell;
    background: #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.09), 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 15px 0 rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    min-height: 413px;
}

.flickity-viewport {
    min-height: 455px;
}

.flickity-slider {
    margin-top: 2.5rem;
}

.carousel-cell p {
    font-weight: 400;
    font-size: 15px;
    color: #535B62;
    line-height: 24px;
}

.testimonial-footer {
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: grid;
    text-align: right;
}

.testimonial-footer span {
    font-weight: 500;
    font-size: 16px;
    color: #262D3A;
    text-align: right;
}

.testimonial-footer small {
    opacity: 0.9;
    font-weight: 400;
    font-size: 13px;
    color: #81878C;
    letter-spacing: 0;
    text-align: right;
}

/*faq*/
.card-header {
    border: 0px;
    background-color: transparent;
    padding: 20px 0px;
}

.card-header h5 {
    position: relative;
}

button.btn.btn-link.btn-collapse.collapsed:before {
    content: "";
    float: right;
    transition: all 0.5s;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    background-repeat: no-repeat;
    background-image: url(../images/svg/dropdown-icon.svg);
    width: 12px;
    height: 6px;
}

button.btn.btn-link.btn-collapse:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
    content: "";
    float: right;
    transition: all 0.5s;
    position: absolute;
    right: 15px;
    top: 50%;
    content: '';
    background-repeat: no-repeat;
    background-image: url(../images/svg/dropdown-icon.svg);
    width: 12px;
    height: 6px;
}

.card-body {
    padding: 0px 0px 20px;
}

.card-body p {
    font-weight: 400;
    font-size: 15px;
    color: #535B62;
    line-height: 1.6;
}

.card {
    border: 0px;
    border-bottom: 1px solid #DDE0E4;
    border-radius: 0px;
}

.btn-collapse {
    font-family: 'Graphik Web';
    font-weight: 500;
    padding: 0px;
    font-size: 18px;
    color: #535B62;
}

.faq h3 {
    font-weight: 500;
    font-size: 24px;
    color: #000A25;
    letter-spacing: 0.4px;
    text-align: left;
    margin-bottom: 10px;
}

/*introduce*/
.introduce {
    max-width: 550px;
    margin: 0 auto;
}

.newestcontent.introducecontent {
    align-items: center;
    display: flex;
    background: #1398DF;
}

.introduce h3,
.introduce p {
    color: #FFFFFF;
}

.btn-white {
    background: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    color: #1398DF;
    text-align: center;
}

.btn-outline-primary.btn-outline-white {
    border: 1px solid #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: transparent;
    border-color: #FFFFFF;
}

.btn-primary.btn-white:active:focus,
.btn-primary.btn-white:focus,
.btn-primary.btn-white:active,
.btn-primary.btn-white:active:hover,
.btn-primary.btn-white:active.focus,
.btn-primary.btn-white.active:hover,
.btn-primary.btn-white.active:focus,
.btn-primary.btn-white.active.focus {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #1398DF;
}

.btn-primary.btn-white:not(:disabled):not(.disabled).active,
.btn-primary.btn-white:not(:disabled):not(.disabled):active,
.show>.btn-primary.btn-white.dropdown-toggle {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #1398DF;
}

.introduce-separate {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.introduce-separate .btn {
    min-width: 280px;
    max-width: 280px;
    margin: 0 auto;
    margin-top: 20px;
}

.btn-white:hover {
    background-color: #FFFFFF;
    color: #1398DF;
    border-color: #ffffff;
}

/*news-hero*/
.news-hero {
    background-repeat: no-repeat;
    background-image: url(../images/news-hero.jpg);
    background-size: contain;
    padding: 5rem 0px;
    min-height: 600px;
    margin-top: 68px;
    position: relative;
    background-position: right center;
}

.news-title {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    max-width: 480px;
}

.news-title h3 {
    font-weight: 600;
    font-size: 32px;
    color: #000A25;
    letter-spacing: 0;
    line-height: 1.25;
    text-align: left;
}

.news-title p {
    margin: 1rem 0;
    font-weight: 400;
    font-size: 15px;
    color: #535B62;
    letter-spacing: 0;
    line-height: 1.6;
}

/*latest*/
.latest h3 {
    font-weight: 500;
    font-size: 24px;
    color: #000A25;
    letter-spacing: 0.4px;
    text-align: left;
    margin-bottom: 30px;
}

.news-wrapper p {
    font-weight: 400;
    font-size: 20px;
    color: #535B62;
    letter-spacing: 0;
    line-height: 1.5;
}

.news-sector h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1;
}

.news-sector h4 a {
    font-weight: 500;
    font-size: 20px;
    color: #000A25;
}

.news-sector h4 a:hover {
    color: #1398DF;
}

.news-sector p {
    font-weight: 400;
    font-size: 15px;
    color: #535B62;
    letter-spacing: 0;
    line-height: 1.6;
}

.news-wrapper img {
    max-height: 492px;
    width: 100%;
}

.news-wrapper h4 a {
    font-weight: 500;
    font-size: 28px;
    color: #000A25;
    letter-spacing: 0;
}

.news-wrapper h4 a:hover {
    color: #1398DF;
}

.news-sector {
    margin-bottom: 30px;
}

.news-sector img {
    min-height: 180px;
}

.news-sector:last-child {
    margin-bottom: 0px;
}

.latestnews-card {
    margin-top: 60px;
}

.latestnews-card-slot h4 {
    margin-bottom: 10px;
    line-height: 1;
}

.latestnews-card-slot h4 a {
    font-weight: 500;
    font-size: 20px;
    color: #000A25;
    letter-spacing: 0;
}

.latestnews-card-slot h4 a:hover {
    color: #1398DF;
}

.latestnews-card-slot p {
    font-size: 15px;
    color: #535B62;
    letter-spacing: 0;
    line-height: 1.6;
}

/*incase*/
.incase h3 {
    font-size: 24px;
    font-weight: 500;
    color: #000A25;
    letter-spacing: 0.4px;
    text-align: left;
    margin-bottom: 30px;
}

.newscase-column {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.newscase-column:last-child {
    margin-bottom: 0px;
}

.casepic img {
    max-width: 355px;
    margin-right: 30px;
}

.newscasedetails h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 1;
    letter-spacing: 0;
}

.newscasedetails h4 a {
    font-weight: 500;
    font-size: 20px;
    color: #000A25;
}

.newscasedetails h4 a:hover {
    color: #1398DF;
}

.articles {
    display: flex;
    margin-bottom: 25px;
}

.articles img {
    width: 100px;
    height: 100px;
    margin-right: 15px;
}

.article-bar h5 {
    font-family: 'Graphik Web';
    font-weight: 500;
    font-size: 20px;
    color: #000A25;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.articles p {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.3;
    max-width: 140px;
}

.articles p a {
    color: #000A25;
}

.articles p a:hover {
    color: #1398DF;
}

.article-bar {
    opacity: 0.9;
    border-left: 1px solid #DDE0E4;
    padding-left: 40px;
}

.newscasedetails p {
    font-size: 15px;
    color: #535B62;
    letter-spacing: 0;
    line-height: 1.6;
}

.incase {
    padding-bottom: 3.75rem;
}

.text-link:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #1398DF;
    position: absolute;
    bottom: -8px;
    left: 0;
    opacity: 0;
    transition: all 185ms ease-in;
    border-radius: 5px;
}

.text-link:hover:after {
    opacity: 1;
    bottom: -3px;
}

.seeall-link a {
    font-weight: 400;
    font-size: 15px;
    color: #1398DF;
    letter-spacing: 0;
    text-align: right;
    position: relative;
    padding-right: 15px;
}

.seeall-link a:after {
    position: absolute;
    top: 4px;
    right: -2px;
    content: '';
    background-repeat: no-repeat;
    background-image: url(../images/svg/linkarrow.svg);
    transition: all 0.25s;
    width: 10px;
    height: 10px;
}

.seeall-link a:hover:after {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}

/* article-page starts */


.m-top {
    margin-top: 4.375rem;
}

.section-article-wrapper {
    padding: 3.75rem 0;
    box-shadow: none;
}

.section-article-wrapper .latestnews-card-slot figure {
    max-width: 353px;
    width: 100%;
}

.section-article-wrapper .latestnews-card-slot p {
    letter-spacing: -0.011em;
}

.section-article-list {
    padding-bottom: 5rem;
}

.article-intro-content {
    max-width: 970px;
}

.article-intro-content p {
    font-size: 20px;
    padding-bottom: 3.125rem;
}

.article-intro-content h3 {
    font-size: 32px;
    color: #000000;
    text-align: left;
    margin-bottom: 1.4375rem;
}

.article-list image {
    width: 353px;
    height: 300px;
}

.best-insurance-companies-info {
    background-color: #ECF8FF;
    background-image: url('../images/insurence-companies-image.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.pet-insurance {
    max-width: 520px;
    margin-left: auto;
    padding: 7.8125rem 0;
}

.pet-insurance p {
    padding-top: 12px;
    padding-bottom: 1.5625rem;
}

.pet-insurance h3 {
    text-align: left;
    color: #000000;
    font-weight: 600;
}

.pet-insurance {
    max-width: 505px;
    margin-right: 4.375rem;
}

.button-post {
    text-align: center;
    margin-top: 4.625rem;
}

.footer-text p {
    text-align: left
}

/* article-page-end */


/* author-page-starts*/


.author-intro {
    padding-bottom: 3.25rem;
}

.author-intro-image figure {
    width: 110px;
    height: 110px;
    margin-bottom: 0;
    margin-top: 8px;
}

.author-intro-content {
    padding-left: 1.5rem;
}

.author-intro-content h3 {
    margin-bottom: 8px;
    font-size: 2rem;
    line-height: 1.3;
}

.author-intro-content p {
    font-size: 1.25rem;
    max-width: 820px;
}

.author-details {
    align-items: center;
}

.author-details a {
    padding-right: 16px;
}

.author-details a:last-child {
    padding-right: 0;
}

.author-details h3 {
    margin-right: 1.5rem;
}

.featured-section {
    background-color: #F7F8FA;
    padding: 55px 0;
}

.featured-section h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000a25;
    text-align: left;
    margin-bottom: 2.5rem;
}

.featured-list h3 a {
    color: #000A25;
}

.featured-list h3 {
    margin-bottom: 13px;
}

.featured-list h3 a:hover {
    color: #1398DF;
}

.featured-list p {
    font-size: 1.25rem;
    line-height: 1.4;
}

.featured-list p:last-child {
    font-size: 15px;
    font-weight: 500;
    padding-top: 1.625rem;
}

/* author-page-end*/

/* inner-page-starts */

.entry-content p {
    font-size: 15px;
    padding-top: 1.25rem;
}

.entry-content p:first-child {
    padding-top: 0;
}

.entry-content h5 {
    margin: 0;
    padding-top: 1.5625rem;
}

.entry-content h4 {
    margin: 0;
    padding-top: 2.8125rem;
}

.entry-content figure {
    margin: 0;
    padding-top: 1.25rem;
    padding-bottom: 10px;
}

.entry-content ul li:last-child {
    padding-bottom: 0;
}

.entry-content ul li {
    padding-bottom: 15px;
}

.entry-content ul {
    padding-top: 1.875rem;
}

.entry-content img {
    width: 100%;
}

.entry-content ol li:last-child {
    padding-bottom: 0;
}

.entry-content ol li {
    padding-bottom: 15px;
}

.entry-content ol {
    padding-top: 1.875rem;
}

.popular-article-content p {
    font-size: 14px;
    padding: 16px 1.875rem 16px 12px;
    max-width: 276px;
    background: #FFFFFF;
    box-shadow: 0 2px 9px 0 rgba(202, 202, 202, 0.20);
    position: absolute;
    bottom: -1.5625rem;
}

.popular-article-content {
    position: relative;
    margin-bottom: 3.4375rem;
}

.popular-article-list {
    max-width: 290px;
    margin-left: auto;
}

.popular-article-list .articles p {
    max-width: unset;
}

.popular-article-list h5 {
    margin: 0;
    padding-bottom: 1.5625rem;
}

.popular-article-images {
    padding-bottom: 4.0625rem;
}

.section-homeowners-insurance blockquote {
    padding: 10px 1.875rem;
    border-left: 2px solid #FDB255;
    margin-left: 15px;
    margin-top: 2.5rem;
}

.section-homeowners-insurance .popular-article-content p:hover {
    color: #1398DF;
}

.insurance-type a {
    font-size: 13px;
    font-weight: 500;
    color: #273773;
    padding: 12px 18px 11px 20px;
    border: 1px solid #E2E5E8;
    border-radius: 4px;
    margin-right: 10px;
}

.insurance-type a:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
}

.insurance-type a:last-child {
    margin-right: 0;
}

.insurance-type {
    padding: 1.875rem 0;
    display: flex;
    flex-wrap: wrap;
}

.popular-article-images .articles img {
    width: 100px;
    height: 100px;
}

.section-introduction-content p {
    font-size: 10px;
    font-weight: 500;
    padding-bottom: 10px;
}

.section-introduction-content h1 {
    font-size: 2.75rem;
    font-weight: 400;
    color: #000000;
}

.section-introduction-content h5>b {
    color: #000A25;
}

.section-introduction-content h5 {
    color: #535B62;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 1.25rem;
    margin: 0;
}

.section-introduction-content h6 {
    color: #349E7D;
}

.section-introduction {
    padding-top: 1.5625rem;
    padding-bottom: 1.875rem;
    margin-top: 3.75rem;
}

.author-intro-inner h3 {
    font-size: 16px;
}

.author-intro-inner p {
    font-size: 14px;
    padding-top: 6px;
}

.author-intro-inner figure {
    height: 77px;
    width: 64px;
}

.author-intro-inner .author-intro-content {
    padding-left: 1.25rem;
    padding-top: 5px;
}

.author-intro-inner .author-intro-content h3 {
    margin-bottom: 0;
}

.author-intro-inner {
    border-top: 1px solid #E2E5E8;
    border-bottom: 1px solid #E2E5E8;
    padding: 2.5rem 0;
    margin-top: 1.25rem;
    margin-bottom: 3.125rem;
}

.inner-article-wrapper h3 {
    font-size: 1.5rem;
    padding-bottom: 2.125rem;
    text-align: left;
}

.inner-article-wrapper .article-list:nth-child(1) h6 {
    color: #A25BCD;
}

.inner-article-wrapper .article-list:nth-child(2) h6 {
    color: #52A0C9;
}

.inner-article-wrapper .article-list:nth-child(3) h6 {
    color: #D1A469;
}

.category-insurance h5 {
    font-size: 16px;
}

.section-introduction-content img {
    margin-left: 1.6875rem;
    background: #FFFFFF;
    border: 1px solid #1398DF;
    box-shadow: 0 1px 2px 0 rgba(187, 187, 187, 0.20);
    border-radius: 4px;
    padding: 9px;
}

/* inner-page-end */

/* top list style starts */
.toplist-hero {
    margin-top: 68px;
    background-color: rgb(231, 236, 251);
}

.toplist-contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.toplist-intro {
    max-width: 570px;
    width: 100%;
}

.toplist-intro h2 {
    font-size: 34px;
}

.toplist-intro p {
    line-height: 1.5;
}

.advertiser-disclosure {
    font-size: 13px;
    font-weight: 500;
    color: #535b62;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    padding: 5px 12px;
    display: inline-block;
    margin-top: 30px;
}

.best-company-card {
    max-width: 460px;
    width: 100%;
}

.card-intro {
    background-color: #4a2bba;
    display: flex;
    justify-content: space-between;
    padding: 20px 24px 24px 24px;
    border-radius: 15px 15px 0 0;
    position: relative;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
}

.card-intro p {
    font-size: 20px;
    color: white;
    max-width: 260px;
    font-weight: 500;
}

.card-intro figure {
    margin: 0;
    width: 129px;
    height: 84px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.card-intro figure img {
    width: 100%;
}

.company-card-stats {
    display: flex;
    justify-content: space-between;
    background-color: #6a42f9;
    padding: 24px;
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
}

.stats-info {
    text-align: center;
}

.experts-interviewed {
    max-width: 130px;
}

.policies-compared {
    max-width: 92px;
}

.coverage-points {
    max-width: 100px;
}

.stats-info h1 {
    color: white;
    font-family: 'Graphik Web';
    font-weight: 600;
}

.stats-info p {
    font-size: 15px;
    color: #e8ebef;
    font-weight: 500;
    line-height: 1.3;
}

.section-company-list {
    background-color: #f5f8fa;
    padding: 70px 0;
}

/* ----------------------------------------------------- */

.section-company-list {
    background-color: #f5f8fa;
}

.section-company-list .container {
    counter-reset: section;
}

.company-list-contents {

    position: relative;
}

.company-list-contents:before {
    counter-increment: section;
    content: ""counter(section);
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    top: 1px;
    background-image: url(../images/rank-icon.png);
    width: 26px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background-position: center top 5px;
    left: -6px;
}

.company-list-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-bottom: 1px solid #eeeff1;
    padding: 15px 20px 15px 20px;
}


.company-list-contents:first-child::before {
    background-image: url(../images/blue-rank-icon.png);
    color: white;
}

.company-logo {
    padding-left: 20px;
    position: relative;
    margin-right: 45px;
}

.company-logo figure {
    max-width: 152px;
}

.company-logo figure img {
    width: 100%;
}

.company-logo .view-details-link {
    position: absolute;
    bottom: -42px;
    color: #637279;
    font-size: 13px;
    font-weight: 500;
    padding-right: 20px;
    background-image: url(../images/svg/down-arrow.svg);
    background-position: right top 8px;
    background-repeat: no-repeat;
}


.company-policy-details {
    display: flex;
    justify-content: space-between;
    max-width: 580px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.policy-contents h5 {
    font-family: 'Graphik Web';
    font-size: 19px;
    color: #283033;
    font-weight: 500;
    margin: 0;
}

.policy-features p,
.policy-contents p {
    font-size: 13px;
    color: #7b869c;
    font-weight: 500;
    padding-top: 5px;
}

.policy-features p {
    padding-top: 0;
    padding-bottom: 12px;
}


.policy-features ul {
    padding: 0;
    margin: 0;
}

.bottom-contents {
    margin-top: 35px;
}

.policy-features ul li {
    padding-left: 25px;
    background-image: url(../images/svg/small-blue-tick.svg);
    background-repeat: no-repeat;
    background-position: left top 6px;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #2a3235;
    letter-spacing: 0;
    line-height: 1.4;
    list-style-type: none;
}

.policy-features ul li:last-child {
    margin-bottom: 0;
}

.click-buttons {
    display: flex;
    flex-wrap: wrap;
    max-width: 164px;
    width: 100%;
}

.click-buttons .view-rates,
.click-buttons .click-to-call {
    font-size: 14px;
    position: relative;
    display: table;
    line-height: 1;
    width: 100%;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    -webkit-border-radius: 25px;
}

.click-buttons .view-rates {
    padding: 13px 50px 12px 35px;
    background-color: #2299dc;
    color: white;
    font-weight: 600;
}

.click-buttons .click-to-call {
    padding: 13px 50px 12px 30px;
    background-color: white;
    color: #2299dc;
    font-weight: 500;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.click-buttons .view-rates:after,
.click-buttons .click-to-call:after {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
    right: 5px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 5px;
}

.click-buttons .view-rates:after {
    background-image: url(../images/svg/btn-dolllor.svg);
    top: 50%;
    transform: translateY(-50%);
}

.click-buttons .click-to-call:after {
    background-image: url(../images/svg/btn-call.svg);
}

.section-dropdown {
    background-color: white;
    padding: 15px 0;
}


/* section dropdown starts */

.dLabel {
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff;
    border: solid 2px rgb(205, 207, 216);
    text-align: left;
    padding: 7.5px 15px 7.5px 45px;
    color: #535b62;
    letter-spacing: 0.7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 45px;
    position: relative;
    letter-spacing: -0.01em;
}

.dLabel:before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.dLabel:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/svg/down-arrow.svg');
    width: 12px;
    height: 6px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.first-dropdown {
    width: 180px;
    margin-right: 15px;
}

.first-dropdown:before {
    width: 20px;
    height: 15px;
    background-image: url('../images/svg/smoke-icon.svg');
    left: 12px;
}

.second-dropdown {
    width: 160px;
    margin-right: 15px;
}

.second-dropdown:before {
    width: 16px;
    height: 16px;
    background-image: url('../images/svg/age-icon.svg');
    left: 14px;
}

.third-dropdown {
    width: 180px;
}

.third-dropdown:before {
    width: 22px;
    height: 10px;
    background-image: url('../images/svg/exercise-icon.svg');
    left: 12px;
}

.caret {
    float: right;
    margin-top: 9px;
    display: block;
}

.dropdown-menu {
    width: 180px;
    padding: 10px 0;
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0px 20px 40px 0px #cdcfd8;
    margin-top:6px;
}

.dropdown button:hover,
.dropdown button:focus {
    outline: 0;
}

.dropdown.open button#dLabel {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
    border: solid 1px #666;
    border-bottom: none;
}

.dropdown.open ul {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
    border: solid 1px #666;
    border-top: none;
    height: 200px;
    overflow-y: scroll;
}

.dropdown-menu li {
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #535b62;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    padding: 7.5px 15px;
}

.dropdown-menu li:hover {
    color: #1398DF;
}

.dropdown-contents {
    display: flex;
}

.location-input input{
    border: solid 2px rgb(205, 207, 216);
    border-radius: 5px;
    width:160px;
    padding:8px 15px 9px 36px;
    position: relative;
    margin: 0 0 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-image: url('../images/svg/location-icon.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top 14px left 12px;
    outline: none;
}

::-webkit-input-placeholder { /* Edge */
    color: #535b62;
    font-size: 14px;
    font-weight: 500;
  }
  :-ms-input-placeholder { /* Internet Explorer */
    color: #535b62;
    font-size: 14px;
    font-weight: 500;
  }
  ::placeholder {
    color: #535b62;
    font-size: 14px;
    font-weight: 500;
  }


/* section dropdown end */






/* top list style ends */

  