/* New Design CSS */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-Bold.woff2') format('woff2'),
        url('../fonts/Aileron-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-SemiBold.woff2') format('woff2'),
        url('../fonts/Aileron-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-Regular.woff2') format('woff2'),
        url('../fonts/Aileron-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
a {
	text-decoration: none !important;
	transition: all ease 300ms;
	color: #0454B5;
}
header ol, header ul, 
footer ol, footer ul, 
.top-bar ol, .top-bar ul {
    list-style: none;
    padding: 0;
	margin: 0;
}
p, a, body {
	font-family: 'Aileron' !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Aileron' !important;
}
img {
    max-width: 100%;
    height: auto;
}





/* Header */
.top-bar {
    background-color: #0454B5;
	color: #ffffff;
	padding: 15px 0px;
}
.top-bar a {
    color: #ffffff;
	font-size: 14px;
}
.top-bar a:hover {
    color: #000000;
}
.top-bar-menu ul, .social-icon ul {
    display: flex;
    column-gap: 15px;
}
.top-bar-col2 {
    display: flex;
    column-gap: 15px;
	justify-content: end;
	align-items: center;
}
.social-icon .fa-brands {
   	background-color: #ffffff;
    color: #000000;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    line-height: 25px;
    text-align: center;
	transition: all ease 300ms;
	font-size: 14px;
}
.social-icon a:hover .fa-brands {
    background-color: #000000;
    color: #ffffff;
}
.top-bar .row {
    display: flex;
    align-items: center;
}
.top-bar-col1 a {
    position: relative;
}
.top-bar-col1 a.email {
    margin-left: 45px;
}
.top-bar-col1 {
    display: flex;
    column-gap: 30px;
}
.top-bar-col1 a.phone:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f095";
    position: absolute;
    left: -35px;
    top: 0px;
    font-size: 14px;
    background-color: #ffffff;
    color: #0454B5;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    line-height: 25px;
    text-align: center;
	transform: scaleX(-1);
}
.top-bar-col1 a.email:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0e0";
    position: absolute;
    left: -35px;
    top: 0px;
    font-size: 14px;
    background-color: #ffffff;
    color: #0454B5;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    line-height: 25px;
    text-align: center;
}
.logo img {
    width: 100%;
}
.logo-text {
    color: #57585A;
    margin: -15px 0px 0px;
    font-size: 14px;
	font-weight: bold;
}




/* Footer */
footer {
    color: #ffffff;
	line-height: 35px;
}
footer a {
    color: #ffffff;
}
footer a:hover {
    color: #000000;
}
footer .widget-title {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
	margin-bottom: 35px;
}
.footer-contacts .with-icon:before {
    background-color: #ffffff;
    color: #0454B5;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    line-height: 35px;
    text-align: center;
    margin: 0px 0px 0px -10px;
	top: 15%;
}
.footer-contacts .with-icon.phone {
    margin-bottom: 30px;
}
.footer-col-2 li {
    margin-bottom: 15px;
}
footer .main-footer {
    background-color: #0454B5;
	padding: 35px 0px;
}
footer .bottom-footer {
    background-color: #000000;
}
.bottom-footer-icons ul {
    display: flex;
	justify-content: center;
    column-gap: 15px;
}
.bottom-footer-icons .fa-brands {
    padding: 15px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
}
.bottom-footer-icons {
    position: relative;
}
.bottom-footer-icons::before {
    content: "";
    border-top: 1px solid #ffffff;
    width: 38%;
    position: absolute;
    top: 25px;
	left: 0px;
}
.bottom-footer-icons::after {
    content: "";
    border-top: 1px solid #ffffff;
    width: 38%;
    position: absolute;
    top: 25px;
	right: 0px;
}
svg#wave {
    margin-bottom: -5px;
}
.footer-col-1 p {
    font-size: 16px;
	line-height: 30px;
}
.footer-row .footer-col-1, 
.footer-row .footer-col-2, 
.footer-row .footer-col-3 {
    padding: 0px 15px;
}
.footer-copyright p {
    margin: 0px;
}
.footer-contacts .with-icon-p.phone-p,
.footer-contacts .with-icon-p.email-p {
    margin: 0px;
    font-family: 'Plus Jakarta Sans' !important;
    font-size: 14px;
    line-height: 17px;
}














/* Homepage */
.woocommerce ul.products li.product {
    text-align: center;
}
.woocommerce ul.products li.product .button {
    font-size: 25px;
    color: #ffffff;
    background-color: #000000;
    padding: 15px;
    border-radius: 100%;
    position: relative;
    top: -50px;
}
.woocommerce ul.products li.product .button:hover {
    background-color: #0454B5;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #000000;
    font-weight: 600;
    margin-top: -20px !important;
	font-size: 26px;
}
.woocommerce ul.products li.product .price {
    color: #4D3592;
    font-weight: 600;
    font-size: 28px;
    text-transform: capitalize;
}
.woocommerce ul.products li.product .product-excerpt {
    display: none;
}
.homepage-packages-h2 {
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    color: #0454B5;
    margin-bottom: 35px;
	position: relative;
}
.homepage-packages-p {
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    margin-bottom: 70px;
}
.homepage-packages-h2:before {
    content: "";
    background-color: #757575;
    height: 2px;
    width: 10%;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.associations-logos-h2 {
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    color: #0454B5;
	display: none;
}
div.vc_row:has(.associations-logos-slider) {
    background-color: #F8F8F8;
}
.associations-logos-slide img {
    margin: 0 auto;
}
.homepage-packages {
    padding: 35px 0px;
	margin-bottom: -100px;
}
.testimonial-inner {
    background-color: #F8F8F8;
    padding: 30px;
    border-radius: 50px;
}
.testimonials-container .slick-track {
    display: flex;
    gap: 25px;
    align-items: center;
}
.photo-name-div {
    display: flex;
	background-color: #ffffff;
    width: fit-content;
    padding: 25px 25px 25px 50px;
    margin-left: -31px;
    margin-bottom: -31px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
}
.ratings-star i {
    color: #FFCB51;
}
.ratings-number span {
    font-weight: 700;
    font-size: 61px;
    color: #0454B5;
    font-family: 'Lato';
}
.ratings-row {
    display: flex;
    justify-content: space-between;
	margin-bottom: 20px;
}
.testimonial-content p {
    font-weight: 600;
    font-size: 16px;
}
.testimonial-content {
    margin-bottom: 25px;
}
.slick-center .testimonial-inner {
    background-color: #0454B5;
}
.slick-center .ratings-number span {
    color: #ffffff;
}
.slick-center .testimonial-content p {
    color: #ffffff;
}
.testimonials-heading {
    font-weight: 700;
    color: #0454B5;
    font-size: 54px;
    text-align: center;
    margin-bottom: 35px;
}
.learn-more-button-slider i {
    background-color: #0454B5;
    color: #ffffff;
    padding: 10px !important;
    border-radius: 100% !important;
    margin-right: -10px !important;
}
.learn-more-button-slider:hover i {
    background-color: #ffffff;
    color: #0454B5;
}
.blog-main .col-md-4 {
    position: relative;
}
.blog-content {
    position: relative;
    background-color: #ffffff;
    top: -100px;
	margin-bottom: -100px;
    max-width: 90%;
    padding: 20px;
    border-top-right-radius: 100px;
}
.blog-excerpt {
    font-size: 14px;
    font-weight: 400;
    color: #828282;
}
.blog-title {
    margin-bottom: 15px;
}
.blog-title a {
    font-weight: 700;
    font-size: 22px;
    color: #0454B5;
}
.blog-time-ago {
    color: #0454B5;
    font-weight: 400;
    font-size: 12px;
	margin-bottom: 5px;
}
.btn-with-icon {
    background-color: #0454B5;
    color: #ffffff;
    padding: 12px 19px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Lato' !important;
	border: 1px solid #0454B5;
}
.btn-with-icon i {
    background-color: #ffffff;
    color: #0454B5;
    padding: 8px !important;
    border-radius: 100% !important;
	margin-left: 12px;
	margin-right: -12px;
}
.btn-with-icon:hover {
    background-color: #ffffff;
    color: #0454B5;
}
.btn-with-icon:hover i {
    background-color: #0454B5;
    color: #ffffff;
}
.blog-main-heading {
    font-weight: 700;
    color: #0454B5;
    text-align: center;
    font-size: 40px;
    margin-bottom: 25px;
}
.services-box {
    text-align: center;
	border-right: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    padding: 35px;
}
.services-title h3 {
    font-weight: 700;
    font-size: 25px;
    color: #0454B5;
}
.services-content p {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}
.services-heading-div {
    text-align: center;
}
.services-heading {
    font-weight: 700;
    font-size: 52px;
}
.services-sub-heading {
    font-size: 18px;
	margin-bottom: 35px;
}
.services-content {
    width: 90%;
    margin: 0 auto;
}
.services-box:nth-child(3n + 3) {
    border-right: none !important;
}
.services-box:nth-last-child(-n+3) {
    border-bottom: none !important;
}
.smarter-savings-row {
    color: #ffffff;
    text-align: right;
}
.smarter-savings-tb1 {
    font-size: 50px;
    line-height: 64px;
	margin-bottom: 10px !important;
}
.smarter-savings-tb2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 25px !important;
}
.our-newsletter-h3 {
    font-weight: 700;
}
.our-newsletter-tb {
    color: #0454B5;
    font-size: 24px;
}
.our-newsletter-row #gform_2 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #0454B5;
    width: fit-content;
    margin: 0 auto;
}
.our-newsletter-row #input_2_1 {
    min-width: 600px;
    background: transparent;
    border: 0px;
    font-size: 18px;
    color: #0454B5;
}
.our-newsletter-row #input_2_1::placeholder {
    color: #0454B5;
}
.our-newsletter-row #input_2_1:focus-visible {
    outline: none;
}
.customer-support-img {
    margin-bottom: 15px !important;
}
.customer-support-col:after {
    content: "";
    background: #C4C4C4;
    height: 80px;
    width: 1px;
    position: absolute;
    top: 50%;
	right: 0%;
    transform: translateY(-50%);
}
.customer-support-col:last-child:after {
	display: none;
}
.get-in-touch-row {
   background-image: url(/wp-content/uploads/2025/01/Rectangle-23995.png);
   overflow: visible !important;
   padding-top: 75px;
   background-repeat: no-repeat;
}
.get-in-touch-row:before {
    background-image: url(/wp-content/uploads/2025/01/Rectangle-23960.png);
    width: 100%;
    height: 679px;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.get-in-touch-h3 {
    font-weight: 700;
}
.get-in-touch-row label {
    font-weight: 400 !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-family: 'Inter Tight';
    margin-bottom: 7px !important;
}
.get-in-touch-row input, 
.get-in-touch-row textarea {
    background: transparent;
    border: 1px solid #000000 !important;
    border-radius: 5px;
}
.get-in-touch-row #gform_submit_button_3 {
    background-color: #0454B5;
    color: #ffffff;
    padding: 12px 60px 12px 19px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Lato' !important;
    border: 1px solid #0454B5 !important;
	transition: all ease 300ms;
	background-image: url(/wp-content/uploads/2025/01/Right-Arrow-Icon-Circle.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 92%;
}
/* .get-in-touch-row #gform_submit_button_3:hover {
    background-color: #ffffff;
    color: #0454B5;
} */
.acc {
  margin: 0 auto;
  max-width: 707px;
}
.acc__card {
  margin: 10px;
  position: relative;
}
.acc__title {
    cursor: pointer;
    display: block;
    padding: 1em 1.5em;
    position: relative;
    text-align: left;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 23px;
    color: #2B2B2B;
	&::after {
    width: 12px;
    height: 12px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    right: 10px;
    content: " ";
    top: 30px;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
  }
  &.active::after {
    transform: rotate(-135deg);
    transition: all 0.2s ease-in-out;
  }
}
.acc__panel {
    display: none;
    margin: 0;
    padding: 1em 2em;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Poppins';
    color: #828282;
}
.faqs-h3 {
    font-weight: 700;
}
.acc__card:before {
    content: "";
    border-bottom: 1px solid #BDBDBD;
    position: absolute;
    left: 10%;
    bottom: 0px;
    width: 90%;
    transform: translateX(-3%);
}
.member-advantages-row {
    overflow: visible !important;
}
.member-advantages-row:before {
    content: url(/wp-content/uploads/2025/01/Member-Advantages.svg) !important;
    position: absolute;
    top: -195px;
    left: 0px;
    width: 100%;
	z-index: 1;
}
.faqs-row {
    overflow: visible !important;
	padding-bottom: 120px;
}
.faqs-row:before {
    content: url(/wp-content/uploads/2025/01/Frequently-Asked-Questions.svg) !important;
    position: absolute;
    top: -122px;
    left: 0px;
    width: 100%;
    z-index: 1;
}
.our-newsletter-row {
    padding-bottom: 122px;
}
.customer-support-row {
    padding: 50px 0px;
}
.testimonials-container .slick-dots li button {
    background: #D9D9D9 !important;
    border-radius: 100%;
    height: 12px !important;
    width: 12px !important;
}
.testimonials-container .slick-dots li.slick-active button {
    background: #0454B5 !important;
}
.testimonials-container .slick-dots li {
    margin: 0px !important;
}
.testimonials-container .slick-dots li button:before {
     font-size: 0px;
}
.testimonials-box {
    margin-bottom: 20px;
}
.services-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.acc__title:before {
    content: "\f00e";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: -10px;
	color: #2B2B2B;
}
.acc__title.active:before {
    content: "\f010";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: -10px;
	color: #2B2B2B;
}
.blog-image {
	overflow: hidden;
}
.non-user-profile .homepage-packages-row, 
.non-user-profile .associations-logos-row {
    display: none;
}
.non-user-profile .smarter-savings-row {
    background-color: #EAF3FF;
}
.contact-us-today-div a {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    font-family: 'Lato' !important;
	margin-bottom: 15px;
	display: block;
}
.contact-us-today-div .with-icon.phone:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f095";
    color: #0454B5;
    font-size: 20px;
    display: block;
	transform: scaleX(-1);
}
.contact-us-today-div .with-icon.email:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0e0";
    color: #0454B5;
    font-size: 20px;
    display: block;
}
#gform_2 #validation_message_2_1 {
    background: #00000000;
    border: 0px;
    padding: 0px 8px;
    margin: 0px;
}
#gform_wrapper_2 {
    margin: 0 auto;
    max-width: 620px;
}
#gform_confirmation_wrapper_2 {
    text-align: center;
}











/* Single and Main Blog */

.single-blog-content-area, .main-blog-content-area {
    margin: 50px 0px;
}
.single-blog-col2 #search-2, .main-blog-col2 #search-2 {
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 30px 25px;
    margin-bottom: 30px;
}
.single-blog-col2 form, .main-blog-col2 form {
    display: flex;
    align-items: center;
}
.single-blog-col2 label, .main-blog-col2 label {
    margin: 0px;
}
.single-blog-col2 span, .main-blog-col2 span {
    display: none;
}
.single-blog-col2 .search-field, .main-blog-col2 .search-field {
    border: none;
    padding: 10px;
    width: 100%;
}
.single-blog-col2 .search-submit, .main-blog-col2 .search-submit {
    box-shadow: 5px 7px 7px -6px #006373;
    padding: 15px 25px;
    border: 0px;
    background: #0454B5;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
	cursor: pointer;
}
.single-blog-col2 .widget-title, .main-blog-col2 .widget-title {
    font-size: 23px;
    color: #fff;
    background: #0454B5;
    padding: 7px 12px;
    border-left: 10px solid #ff8840;
    margin-top: 40px;
}
.single-blog-col2 ul li, .main-blog-col2 ul li {
    border-top: 1px dashed #b0b0b0;
    margin-left: 2px;
}
.single-blog-col2 ul li:first-child, .main-blog-col2 ul li:first-child {
    border-top: 0;
    padding-top: 0;
}
.single-blog-col2 ul li a, .main-blog-col2 ul li a {
    color: #323232;
    display: block;
    padding: 10px 0;
    transition: 0.4s;
}
.single-blog-col2 ul li a:before, .main-blog-col2 ul li a:before {
    content: "\f0da";
    margin: 0 10px 0 5px;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
}

/* Single Blog */
.single-blog-col1 .entry-title {
    font-size: 36px;
	color: #0454B5;
}
.single-blog-col1 .entry-meta {
    margin-bottom: 15px;
}
.single-blog-col1 .post-thumbnail img {
    width: 800px;
    height: auto;
    display: block;
    margin: auto;
}
.single-blog-col1 .entry-content {
    margin-top: 30px;
}

/* Main Blog */
.main-blog-thumbnail img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.main-blog-thumbnail {
    margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.main-blog-title {
    margin-bottom: 8px;
}
.main-blog-title h1 {
    font-size: 24px;
	color: #0454B5;
}
.main-blog-excerpt {
    margin-bottom: 16px;
}
.main-blog-readmore-btn a {
    color: #000000;
    font-weight: 600;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
	box-shadow: inset 0 0 0 0 #0454B5;
	padding: 0 4px;
    margin: 0 -4px;
}
.main-blog-readmore-btn {
    margin-bottom: 15px;
}
.main-blog-readmore-btn a:hover {
    box-shadow: inset 200px 0 0 0 #0454B5;
    color: #fff;
}
.main-blog-thumbnail img:hover {
    transform: scale(1.1);
}
.main-blog-thumbnail img {
    transition: 0.3s;
}
.blogDate {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 39px;
    background: #0454B5;
    color: #fff;
    padding: 10px 13px;
    text-align: center;
}
.blogDate i, .blogDate span {
    margin-left: -3px;
}
 .blogDate i {
    font-size: 12px;
    font-style: normal;
    display: block;
}
.blogDate hr {
    border-top: 1px solid #fff;
    margin: 5px 0 5px 0;
}
.blogDate span {
    font-size: 20px;
    font-style: normal;
    display: block;
}
.blogDate i ~ i {
    margin-left: -6px;
}
.main-blog-date .fa-clock:before {
    content: "\f017";
    font-family: 'Font Awesome 5 Free';
    margin-right: 4px;
    font-style: normal;
}
.single-blog-col2 .widget_title h4, .main-blog-col2 .widget_title h4 {
    font-size: 23px;
    color: #fff;
    background: #0454B5;
    padding: 7px 12px;
    border-left: 10px solid #55a2ff;
	text-transform: capitalize;
	margin-top: 40px !important;
}
.single-blog-col2 .widget_container:first-child h4, .main-blog-col2 .widget_container:first-child h4 {
	margin-top: 0px !important;
}






/* 404 Page */
.error404 .page-content {
	text-align: center;
	padding: 50px 0px;
	font-size: 18px;
}
.error404 .blogSearch input[type="text"] {
    padding: 0px 100px 0px 15px;
    min-height: 60px;
}
.error404 .blogSearch button[type="submit"] {
    background-color: #0454B5;
    color: #ffffff;
    padding: 15px 50px;
    cursor: pointer;
    transition: all ease 300ms;
    border-color: #0454B5;
	min-height: 60px;
}
.error404 .blogSearch button[type="submit"]:hover {
    background-color: #106ddf;
    border-color: #106ddf;
}
.error404 .blogSearch {
    max-width: 600px;
    margin: 0 auto;
}
.error404 .blogSearch form {
    display: flex;
}













/* Inner Pages */
.subheader {
    background: url(/wp-content/uploads/2025/01/Banner-Background.jpg);
    background-position: bottom;
    padding: 150px 0px;
	background-repeat: no-repeat;
}
.breadcrumb {
    justify-content: center;
}
.breadcrumb ul {
    text-align: center;
}
.subheader h1 {
    text-align: center;
	font-weight: 600;
}
.page-id-20 #content .footer-contacts .with-icon {
	margin: 0 0 20px 20px;
}
.page-id-20 #content .footer-contacts .with-icon:before {
	background-color: #0454B5;
    color: #ffffff;
}
.page-id-20 #content .footer-contacts .with-icon a {
	color: #0454B5;
}
.bottom-footer-icons-div,
.top-bar .social-icon {
    display: none;
}
.wc-block-cart__empty-cart__title {
    text-align: center;
}



/* ------------------Media Queries------------------ */
@media (max-width : 1199px) {
	.toggle-wrap {
    margin-left: 10px;
}
	.top-bar-col1 {
    column-gap: 15px;
	padding-left: 35px;
}
	.member-advantages-row:before {
    top: -5.5%;
	}
	.faqs-row:before {
    top: -12%;
	}
	.bottom-footer-icons::before {
    width: 36%;
}
	.bottom-footer-icons::after {
    width: 36%;
}
	    .get-in-touch-row:before {
        width: 100%;
        height: 100%;
        opacity: 0.1;
        background-position: center;
    }
	ul#menu-main-menu li {
        min-width: 260px;
    }
	.main_menu_bar {
    display: block;
	}
}
@media (max-width : 991px) {
	.member-advantages-row:before {
        top: -3.9%;
    }
	    .faqs-row:before {
        top: -8%;
    }
	.bottom-footer-icons::before {
        width: 31%;
    }
	.bottom-footer-icons::after {
        width: 31%;
    }
	.top-bar a {
    font-size: 12px;
}
	.smarter-savings-tb1 {
    font-size: 46px;
    line-height: 46px;
}
	.blog-content {
    top: -12%;
	margin-bottom: -12%;
	}
	.blog-title a {
    font-size: 19px;
}
	.get-in-touch-h3 {
    font-size: 55px !important;
}
	.faqs-h3 {
    font-size: 46px !important;
}
	.our-newsletter-h3 {
    font-size: 46px !important;
}
}
@media (max-width : 767px) {
	.top-bar-col1 {
	justify-content: center;
	margin-bottom: 20px;
}
	.top-bar-col1 a.phone, .top-bar-col1 a.email {
    margin-left: 30px;
}
	.top-bar-col1 a.phone:before, .top-bar-col1 a.email:before {
            left: -30px;
        top: 2px;
}
	.top-bar-menu ul, .social-icon ul {
    column-gap: 10px;
}
	.logo {
    width: 75%;
}
	    .toggle-wrap {
        margin-top: 0px;
        margin-bottom: 0px;
	}
	.top_links {
    display: block;
}
	.right-header-features ul {
    justify-content: end;
}
	ul#menu-main-menu {
        left: -150px;
	}
	.footer-col-1, .footer-col-2, .footer-col-3 {
    margin-bottom: 35px;
    text-align: center;
}
	.footer-contacts .with-icon {
    width: fit-content;
    margin: 0 auto;
}
	.bottom-footer-icons::before, .bottom-footer-icons::after {
    width: 15%;
	}
	    .member-advantages-row:before {
        top: -1.2%;
    }
	.top-bar-col2 {
    justify-content: center;
	}
	.learn-more-button-slider i {
    padding: 5px !important;
    margin-right: -5px !important;
    margin-left: 3px !important;
}
	.services-heading {
    font-size: 40px;
}
	.services-box:nth-last-child(-n+3) {
    border-bottom: 1px solid #D4D4D4 !important;
}
	    .services-box {
        border-right: 0px solid #D4D4D4 !important;
    }
	    .smarter-savings-tb1 {
        font-size: 36px;
        line-height: 36px;
    }
	    .faqs-row:before {
        top: -5%;
    }
	.customer-support-col:after {
    height: 1px;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
	top: 115%;
}
	.customer-support-col {
    margin-bottom: 35px;
}
	.smarter-savings-row {
    min-height: 450px !important;
}
	.services-box:last-child {
    border-bottom: 0px solid #D4D4D4 !important;
}
	.testimonials-heading {
    font-size: 36px;
	}
	.smarter-savings-tb2 {
    font-size: 20px;
    line-height: 20px;
}
	.faqs-row {
    padding-bottom: 35px;
}
	.subheader h1 {
    font-size: 40px;
}
	body.woocommerce-checkout div#content {
    background: none;
}
	.custom-product-box {
    flex-direction: column;
}
	.step-row1 h2, .step-row2 h2, .step-row3 h2 {
    text-align: center !important;
}
	.step-row1 p, .step-row2 p, .step-row3 p {
    text-align: center !important;
}
	.step-row1, .step-row2, .step-row3 {
    margin-bottom: 35px;
}
}
@media (max-width : 480px) {
	    .member-advantages-row:before {
        top: -0.7%;
    }
	    .top-bar a {
        font-size: 10px;
    }
	    .top-bar-col1 {
        padding-left: 10px;
    }
	.woocommerce ul.products li.product .button {
    font-size: 20px;
    padding: 10px;
	}
	.woocommerce ul.products li.product .price {
    font-size: 20px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
}
	    .our-newsletter-h3 {
        font-size: 38px !important;
    }
	    .faqs-row:before {
        top: -2.9%;
    }
	    .faqs-h3 {
        font-size: 36px !important;
    }
	.acc__title {
    font-size: 18px;
	}
	    .get-in-touch-h3 {
        font-size: 36px !important;
    }
	.bottom-footer-icons::before, .bottom-footer-icons::after {
        width: 13%;
    }
	.homepage-packages-p {
    font-size: 20px;
	}
	.homepage-packages-h2 {
    font-size: 32px;
	}
	.associations-logos-h2 {
    font-size: 22px;
	}
	.learn-more-button-slider {
    margin-top: 10px !important;
}
}
@media (max-width : 320px) {
	.bottom-footer-icons::before, .bottom-footer-icons::after {
        width: 7%;
    }
}


