/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
html{
    overflow-x:hidden;
}
header {
    background-color: white;
    transition: background-color 0.3s ease;
}
.scrolled {
    background-color: #333;
    color: white;
}

.menu_contact a {
    padding: 10px 30px !important;
    background: var(--e-global-color-secondary);
    border-radius: 26px !important;
    color: #fff !important;
    font-weight: 400 !important;
}
.menu_contact a:hover::before{
    content: unset !important;
}
.header-top .elementor-widget-icon-list {
    margin: 0 auto;
    max-width: 1378px;
    width: 1378px;
}
.secondary-btn a.elementor-button {
    border-color:  var(--e-global-color-secondary);
    background: rgb(27 27 26 / 10%);
}
.secondary-btn a.elementor-button span{
    color: var( --e-global-color-secondary );
}
.secondary-btn a.elementor-button:hover,
.secondary-btn a.elementor-button:focus{
    background-color: var(--e-global-color-secondary);
}
.secondary-btn a.elementor-button:hover span,
.secondary-btn a.elementor-button:focus span{
    color: #fff;
}
/* footer{
    background: #1B1B1A;
    margin: 0 auto !important;
    max-width: 1376px !important;
}
.footer_bottom {
    margin: 0 auto !important;
    max-width: 1376px !important;
} */

.usp_wrapper p.elementor-image-box-description {
    text-align: left;
}
.usp_wrapper  figure.elementor-image-box-img {
    height: 192px;
    object-fit: contain;
}
html body .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down,
html body .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul {
    top: 130% !important;
}
.elementor-nav-menu ul.sub-menu {
    border-radius: 16px;
}
.elementor-nav-menu ul.sub-menu li.menu-item:first-child a {
    border-radius: 16px 16px 0px 0px;
}
.elementor-nav-menu ul.sub-menu li.menu-item:last-child a {
    border-radius: 0px 0px 16px 16px;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul:before {
    content: "";
    position: absolute;
    left: 20px;
    top: -19px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 9999999;
}

/* Footer style */
.footer_accordian .elementor-accordion-item {
    border-left: 0 !important;
    border-right: 0 !important;
}
.footer_accordian ul {
    margin: 0px;
    padding: 0px;
}
.footer_accordian ul li {
    position: relative;
    list-style-type: none;
}
.footer_accordian .elementor-tab-content {
    padding: 15px 0px !important;
}
.footer_accordian ul li a {
    color: var(--e-global-color-fd47050);
    line-height: 2;
}
footer .e-con-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.footer_form label {
    font-size: 0px !important;
}
.footer_form .forminator-input,
.footer_form .forminator-button {
    border-radius: 64px !important;
}
.footer_social .e-con-inner {
    padding: 0px !important;
}
.footer_social .forminator-row.forminator-row-last {
    margin: 0 !important;
    position: absolute;
    top: 0px;
    right: 0px;
}
.footer_form input[type="email"] {
    height: 38px !important;
    font-size: 16px !important;
    padding-left: 16px !important;
    padding-right: 150px !important;
}
.footer_form .forminator-row.forminator-row-last{
    position: absolute;
    top: 0px;
    right:0px;
}
.footer_form .forminator-row.forminator-row-last button {
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width:123px !important;
}
.list_wrapper .elementor-button {
    width: calc(100% - 64px);
}
.forminator-error-message {
    border-radius: 25px !important;
}
#variation-2 .elementor-align-icon-right {
    display: flex;
}
#variation-2 svg {
    fill: none !important;
}
.footer_bottom ul.elementor-icon-list-items.elementor-inline-items {
    border-top: 2px solid #494948;
    padding-top: 16px !important;
}
.menu_contact a:after{
    content:unset !important;
}
.menu_contact a.elementor-item.elementor-item-anchor{
    border: 2px solid transparent !important;
}
.menu_contact a.elementor-item.elementor-item-anchor:hover {
    background-color: var(--e-global-color-primary) !important;
    border: 2px solid #000 !important;
    color: #000 !important;
}
.footer_form  .forminator-row {
    margin-bottom: 13px !important;
}
.footer_last .e-con-inner {
    padding-left: 15px;
}
.footer_last p {
    margin-bottom: 15px;
}
.footer_last p:last-child{
    margin:0px !important;
}
.footer_form .forminator-ui.forminator-custom-form[data-design=flat]:not(.forminator-size--small) .forminator-response-message {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    right: -2px !important;
    bottom: 0 !important;
    z-index: 1 !important;
    height: 38px;
    line-height: 1;
    border-radius: 64px;
    padding-left: 20px;
    text-align:center;
}

/* New css added */
.faqaccordion .elementor-accordion-item {
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid #B8B8B8!important;
    background:#F7F7F7;
}
.faqaccordion .elementor-tab-content {
    border-top: 2px solid #B8B8B8!important;
        margin: 0 32px;
}
.expandall.elementor-button, .collapseall.elementor-button {
    font-weight: 400;
    font-size: 16px;
    padding: 6px 26.5px;
    margin: 0 15px 0 0
}
.faqaccordion p a {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}
.faqaccordion p a:hover {
        color:var(--e-global-color-primary);
}
.variation-2 svg {
    vertical-align: middle;
        width: 1.5em;
}
.variation-2 .elementor-button:hover svg {
    fill: none!important;
}
.variation-2 .elementor-button:hover svg path {
    stroke: currentColor;
}
header.clearHeader .header-class,
body.page-id-204 header section,
body.single-post header section,
body.search header section{
    transition: all 0.3s;
    background: #f7f7f7 !important;
    z-index: 9;
}
.header_phone:hover span {
    color: var(--e-global-color-primary);
}
body.page-id-72 header .header-class,
body.page-id-358 header .header-class{
    background: #f7f7f7 !important;
}
.faqaccordion .elementor-accordion .elementor-tab-title {
    position: relative;
    padding-right: 80px !important;
}
.faqaccordion .elementor-accordion-item span.elementor-accordion-icon.elementor-accordion-icon-right {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
/* inner page banner style */
.inner-bnr-img {
    position: absolute;
    bottom: 35px;
    right: 80px;
}

/* white button style */
.btn-white a {
    background: #fff !important;   
}
.btn-white a span{
    color: var(--e-global-color-secondary);
}
.btn-white a:hover{
    background:var(--e-global-color-primary) !important;	
    border-color:var(--e-global-color-primary) !important;	
}
header section {
    width: 100% !important;
}
.list-item ul {
    margin: 0;
    padding: 0px 0px 0px 10px;
}
.list-item ul li {
    margin-bottom: 13px;
    position: relative;
    list-style-type: none;
    padding: 0px 0px 0px 15px;
}
.list-item ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 4px;
    width: 4px;
    background: #494948;
    border-radius: 50%;
}
/* Yellow button style */
.yellow_btn a.elementor-button.elementor-button-link {
    background-color: var(--e-global-color-primary);
    border-color:  var(--e-global-color-primary);
    color: #000;
}
.yellow_btn a.elementor-button.elementor-button-link:hover{
    background-color: #FFF7E8;
    border-color:  var(--e-global-color-primary);
    color: #000;
}
.yellow_btn_2 a.elementor-button.elementor-button-link{
    background-color: #FFF7E8;
    border-color:  var(--e-global-color-primary);
    color: #000;
}
.yellow_btn_2 a.elementor-button.elementor-button-link:hover{
    background-color: var(--e-global-color-primary);
    border-color:  var(--e-global-color-primary);
    color: #000;
}
.para_space p {
    margin-bottom: 22px;
}
.para_space p:last-child {
    margin: 0px 0px 10px;
}
.policy_form .forminator-row {
    margin-bottom: 16px !important;
}
.forminator-ui.forminator-design--default .forminator-input{
    padding-left:30px !important;
}
.forminator-ui.forminator-design--default .forminator-row {
    margin-bottom: 16px!important;
}
.forminator-ui.forminator-design--default .forminator-textarea {
    border-radius: 20px!important;
    padding-left: 30px!important;
    padding-top: 15px !important;
}
.forminator-ui#forminator-module-300 .forminator-row-last {
    text-align: center;
}
.yellow_btn_2 span.elementor-button-icon.elementor-align-icon-right svg {
    height: 18px !important;
    width: 24px !important;
    display: flex !important;
    align-items: center !important;
}
.yellow_btn_2  span.elementor-button-content-wrapper {
    display: inline-flex;
}
.forminator-response-message.forminator-loading,
.forminator-response-message.forminator-success {
    border-radius: 20px !important;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}
.policy_form .forminator-response-message.forminator-loading,
.policy_form .forminator-response-message.forminator-success{
    position: relative !important;
}
.post_wrappper nav.elementor-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}
.post_wrappper nav.elementor-pagination span,
.post_wrappper nav.elementor-pagination  a {
    position: relative;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    /* background: var( --e-global-color-primary ); */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #000;
}
.post_wrappper nav.elementor-pagination span.current,
.post_wrappper nav.elementor-pagination a.current{
    position: relative;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    background: var( --e-global-color-primary );
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #000;
}
.post_wrappper nav.elementor-pagination a.page-numbers.prev::before,
.post_wrappper nav.elementor-pagination span.page-numbers.prev,
.post_wrappper nav.elementor-pagination a.page-numbers.next::before{
    content: "";
    position: absolute;
    background: transparent url('https://www.starlimited.co.uk/wp-content/uploads/2024/06/arrow-right-black.svg') center center / contain no-repeat;
    height: 20px;
    width: 20px;
}
.post_wrappper .page-numbers.prev,
.post_wrappper .page-numbers.next {
    background: transparent !important;
}
.post_wrappper nav.elementor-pagination a.page-numbers.prev::before{
    transform: rotate(180deg);
}
.page-numbers span {
    font-size: 0px !important;
    height: 0 !important;
    width: 0px !important;
}
.blog_search input[type="search"]{
    min-height: 40px !important;
    border-radius: 54px !important;
    background: #F7F7F7 !important;
    border: 0;
    padding-left: 16px!important
}
.blog_search .elementor-search-form__submit {
    background: #F7F7F7 url('https://www.starlimited.co.uk/wp-content/uploads/2024/06/search-icon.svg') right center / contain no-repeat !important;
    background-size: 24px 24px !important;
    z-index: 1 !important;
    height: 40px;
    width: 60px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-position-x: 10px !important;
    border-radius: 0px 54px 54px 0px !important;
    border: 0px !important;
}
.blog_search .elementor-search-form__submit svg {
    display: none;
}
.blog_search input[type="search"]:focus,
.blog_search .elementor-search-form__submit:hover,
.blog_search .elementor-search-form__submit:focus{
    outline: none !important;
    border: 0px !important;
}
.blog_search .elementor-search-form__container {
    border-radius: 0px 54px;
    min-height: 40px !important;
    background: transparent;
}
.blog_search .elementor-search-form__container:not(.elementor-search-form--full-screen){
    border-radius: 54px !important;
}
.down_search input[type="text"] {
    min-height: 40px !important;
    border-radius: 54px !important;
    background: #F7F7F7 !important;
    border: 0;
    padding-left: 26px;
}
.down_search form {
    position: relative;
}
.down_search .elementor-search-form__submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 3px 30px 0 30px;
    background: #F7F7F7 url('https://www.starlimited.co.uk/wp-content/uploads/2024/06/search-icon.svg') left center / contain no-repeat!important;
    background-size: 24px 24px!important;
    line-height: normal;
    border: 0!important;
}
.down_search .elementor-search-form__submit:focus {
    border: 0    
}
.down_search .elementor-search-form__submit .e-font-icon-svg-container {
    width: 0;
    height: 0;
    display: none;
}
.down_search h4 {
    text-align: center;
    color: #494948;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 400;
}
.post_wrappper .elementor-posts-container {
    display: flex;
    flex-flow: row wrap;
}
.post_wrappper .elementor-posts-container article {
    width: 32%;
    background: #FBF4E7;
    border: 2px solid #fdeed3;
    border-radius: 16px;
}
.post_wrappper .elementor-posts-container article:first-child,
.post_wrappper .elementor-posts-container article:nth-child(2){
    width: 41%;
    background-color: var( --e-global-color-primary );
}
.post_wrappper .elementor-posts-container article:first-child{
    margin-left: auto;
    margin-right: 0;
}
.post_wrappper .elementor-posts-container article:nth-child(2){
    margin-right: auto;
    margin-left: 0px;
}
.post_wrappper .elementor-posts-container article:first-child .elementor-post__thumbnail,
.post_wrappper .elementor-posts-container article:nth-child(2) .elementor-post__thumbnail{
    padding-bottom: calc( 0.90 * 100% ) !important;
}
.post_wrappper .elementor-posts-container article:first-child a.elementor-post__read-more,
.post_wrappper .elementor-posts-container article:nth-child(2) a.elementor-post__read-more{
    color: #fff;
}
.post_wrappper .elementor-post__read-more{
    position: relative;
}
.post_wrappper .elementor-post__read-more::after {
    content: "";
    position: absolute;
    right: -30px;
    top: -2px;
    height: 100%;
    width: 120px;
    background: url(https://www.starlimited.co.uk/wp-content/uploads/2024/06/arrow-right.svg) right top / contain no-repeat;
    background-size: 24px 24px;
}
.post_wrappper .elementor-posts-container article:first-child a.elementor-post__read-more::after,
.post_wrappper .elementor-posts-container article:nth-child(2) a.elementor-post__read-more::after{
    background: url(https://www.starlimited.co.uk/wp-content/uploads/2024/06/arrow-right-white.svg) right top / contain no-repeat;
}
.post_wrappper .elementor-post__read-more:hover{
    color: #000 !important;
}
.post_wrappper .elementor-post__read-more:hover::after {
    background: url(https://www.starlimited.co.uk/wp-content/uploads/2024/06/arrow-right-black.svg) right top / contain no-repeat !important;
    background-size: 16px 16px !important;
    right: -27px !important;
    top: 2px !important;
}
.post_wrappper nav.elementor-pagination span:hover,
.post_wrappper nav.elementor-pagination a:hover{
    background:var(--e-global-color-primary) !important;
    color: #000 !important;
}
.post_wrappper nav.elementor-pagination {
    padding-top: 60px;
}
.post_wrappper .elementor-post__read-more-wrapper {
    margin-top: 10px;
}
.post_wrappper .elementor-posts-container article:hover .elementor-post__title>a {
    color: #494948;
}
.policy_form .forminator-field{
    position: relative;
}
.policy_form button.qty-minus,
.policy_form button.qty-plus,
.policy_form button.qty-minus:hover,
.policy_form button.qty-plus:focus{
    padding: 0px;
    font-size: 0px;
    background-size: 18px 18px !important;
    height: 18px;
    width: 18px;
    outline: none;
    box-shadow: none;
    border: 0px !important;
}
.policy_form button.qty-minus {
    background: url('https://www.starlimited.co.uk/wp-content/uploads/2024/06/arrow-down-black.svg') left top / contain no-repeat;
}
.policy_form button.qty-plus {
    background: url('https://www.starlimited.co.uk/wp-content/uploads/2024/06/arrow-up-black.svg') left top / cover no-repeat;
}
.custom-qty-buttons {
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    top: 50%;
    right: 0px;
    height: 100%;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    background: #fff;
    width: 50px;
    border-radius: 0px 54px 54px 0px;
}
.custom-qty-buttons:hover,
.custom-qty-buttons:focus{
    outline: none;
    box-shadow: none;
}
.footer_form .forminator-response-message.forminator-success {
    height: 38px;
    padding: 9px 18px !important;
    text-align: center !important;
}
.single-post .elementor-widget-theme-post-content h3,
.single-post .elementor-widget-theme-post-content p {
    margin-top: 0px;
    margin-bottom: 30px;
}
.single-post .elementor-widget-theme-post-content .elementor-widget-container p:last-child {
    margin-bottom: 0px;
}
.search .blog_search .elementor-search-form__submit {
    width: 40px;
    top: 0px;
    right: 0px;
    background-position-x: 40px !important;
}
.contact-table tr, .contact-table tr td {
    padding: 0px;
    border: 0;
    background: #fff !important;
    font-size: 24px;
    color: #000;
}
.contact-table tr td {
    padding-bottom: 8px;
}
.contact-table tr td:last-child{
    text-align: right;
}
.contact_btn .elementor-button-icon svg {
    width: 24px;
}
.stickyright {
    position: sticky;
    top: 258px;
}
.post_wrappper h4.elementor-cta__title {
    color: #1B1B1A;
}
.cpt_list_dealer div#loader, .cpt_list_dealer 
 #noRecordMessage {
	 margin-bottom:15px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

/* **************************************** */
/* Media Query Start */
/* **************************************** */

@media (min-width: 1200px){
    .readmore-wrapper {
        padding-left: 68px;
        padding-right: 68px;
    }
}

/* **************************************** */

@media (max-width: 1199px){
    .footer_form  input[type="email"] {
        font-size: 14px !important;
    }
    .footer_form .forminator-response-message.forminator-success {
        font-size: 10px !important;
    }
}

/* **************************************** */

@media (max-width: 991px){
    .faqaccordion .elementor-tab-content {
        margin: 0 16px;
    }
    .expandbtns {
        text-align: center;
    }
    
    .header_logo img {
        width: 120px !important;
    }
    .elementor-menu-toggle {
        padding: 0 !important;
    }
    .elementor-nav-menu {
        padding: 20px 18px 30px !important;
    }
    .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
    .elementor-nav-menu--dropdown .elementor-item.highlighted,
    .elementor-nav-menu--dropdown .elementor-item:focus,
    .elementor-nav-menu--dropdown .elementor-item:hover,
    .elementor-sub-item.elementor-item-active,
    .elementor-sub-item.highlighted,
    .elementor-sub-item:focus,
    .elementor-sub-item:hover{
        background-color: transparent !important;
        color: var(--e-global-color-primary) !important;
    }
    .menu_contact a {
        height: auto;
        display: flex;
        justify-content: center;
    }
    .has-submenu.highlighted span svg {
        transform: translate(0px, 0px) rotate(94deg);
    }
    
    .inner-bnr-img {
        position: relative;
        bottom: unset;
        right: unset;
    }
    .post_wrappper .elementor-posts-container article {
        width: 49%;
    }
    .menu_contact {
        margin-top: 20px !important;
    }
}

/************************************/
@media (max-width: 767px){
    footer .e-con-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .para-space p {
        margin-bottom: 20px;
    }
    .list_wrapper .elementor-loop-container {
        display: flex;
        flex-direction: column;
    }
    .footer_form .forminator-row.forminator-row-last {
        position: relative;
        top: unset;
        right: unset;
    }
    .footer_last .e-con-inner {
        padding-left: 0px;
    }
    .footer_form input[type="email"] {
        padding-right: 10px !important;
    }
    .footer_form .forminator-ui.forminator-custom-form[data-design=flat]:not(.forminator-size--small) .forminator-response-message {
        position: relative !important;
        left: unset !important;
        top: unset !important;
        right: unset !important;
        bottom: unset !important;
        z-index: 1 !important;
        height: auto;
        line-height: 1;
        border-radius: 64px;
        padding-left: 20px;
        text-align:center;
    }
    .left_desc p, .left_desc .elementor-image-box-title {
        text-align: left;
    }
    .post_wrappper .elementor-posts-container article:first-child, .post_wrappper .elementor-posts-container article:nth-child(2),
    .post_wrappper .elementor-posts-container article {
        width: 100%;
    }
    .car_wrapper ul.elementor-icon-list-items.elementor-inline-items {
        grid-row-gap: 15px;
    }
    .post_wrappper .elementor-posts-container article:first-child .elementor-post__thumbnail,
    .post_wrappper .elementor-posts-container article:nth-child(2) .elementor-post__thumbnail {
        padding-bottom: calc( 0.59 * 100% ) !important;
    }
    .date-wrap ul{
        display: flex;
        flex-direction: column;
    }
    .footer_form .forminator-response-message.forminator-success {
        font-size: 14px !important;
		line-height:1.4 !important;
    }
	.mbtn-cntr a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0px !important;
	}
}
/************************************/
@media (max-width: 340px){
    .expandbtns #expandall {
        margin-bottom: 10px;
    }
}

/* form wrapper style*/

.form-wrapper input[type=email],.form-wrapper input[type=number],.form-wrapper input[type=text]{
    padding: 9px 9px 9px 30px !important;
    height:54px !important;
    border-color: #ffffff !important;
    background-color: #ffffff !important;
    color: #494948 !important;
    border-radius: 54px !important;
}
.insurer-wrapper {
    padding-bottom: 20px;
    margin-left: -7px;
    margin-right: -7px;
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
    justify-content: center;
}
.insurer-wrapper .insurer-items {
    width: calc(50% - 15px);
    background: #fff;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.form-wrapper .form-row {
    margin-bottom: 16px !important;
}
.insurer-wrapper .insurer-name {
    font-weight: 700;
}
.form-wrapper .error {
    padding: 10px 0px 0px 20px;
    color: #ff0000;
    font-weight: 600;
    font-size: 14px;
}
.form-wrapper #loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
}
.form-wrapper #loader-container .loader {
    height: 100%;
    display: flex;
    align-items: center;
}
.form-wrapper #loader-container .loader img {
    width: 120px;
    height: 120px;
}
.form-wrapper .success-message {
    padding: 5px !important;
    font-weight: 600 !important;
    color: #fff !important;
    background: #008000a3 !important;
    font-size: 14px !important;
    border-radius: 22px !important;
    text-align: center !important;
    text-transform: capitalize !important;
}
@media (max-width: 767px) {
    .insurer-wrapper .insurer-items {
        width: 100%;
    }
    .insurer-wrapper {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

body .insurer-items.yellow-price-box {
  width: 65% !important;
  background: rgb(252 185 63);
  text-align: center;
}
body .success-text {
  text-align: center;
  padding-bottom: 13px;
}
body .success-text h2 {
  font-size: 28px;
  font-weight: 500;
}
body #prices {
  margin-bottom: 22px;
}
body .convenience-text {
  margin-top: 25px;
}
body .convenience-text p {
  text-align: center;
  font-size: 14px;
}
body #priceResults p {
  font-size: 14px;
}
body #requestForm .form-row.btnrow {
  text-align: center;
}
body .insurer-name h2 {
	margin-bottom: 0px;
	margin-top: 0px;
}