/* style css */
:root {
  --brand-blue: #171138;
  --font-family: 'Barlow', sans-serif;
}

/* **** **** General **** **** */
.site-loader {
  position: fixed;
  top: 0; left: 0; z-index: 9999;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.2s;
}
 
/* (B) CENTER LOADING SPINNER */
.site-loader img {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%);
}

.site-loader {
  visibility: hidden;
  opacity: 0;
}

.site-loader.show {
  visibility: visible;
  opacity: 1;
}

.custom-list {
    padding-left: 20px;
}

/* Header */

body #mastcontent.site-content {
    padding-top: 0px;
}

article.hero-article-item {
    margin-bottom: 30px;
}

.navbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body header .container .navbar-brand img {
    height: 20px;
    width: auto;
}

body header.site-header .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

body {
    font-family:'Barlow', sans-serif;
}

/*.before-icon a:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNzUgOC43NUgwdi00LjVoMy43NVYuNWg0LjV2My43NUgxMnY0LjVIOC4yNXYzLjc1aC00LjV6IiBmaWxsPSIjRDkyMjJDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 12px 13px;
    display: inline-block;
    width: 12px;
    height: 13px;
    content: "";
    margin-right: 4px;
    margin-bottom: -1px;
}*/

header.custom-template-header.site-header .custom-nav-bar a.nav-link {
    /* color: #171138; */
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 15px !important;
    font-family: 'Barlow', sans-serif;
}

header.custom-template-header.site-header .custom-nav-bar a.nav-link i {
    color: #d3112b;
}

header.custom-template-header.site-header .navbar {
    padding: 10px 0px;
}

.text-right.p-0.mobile-view {
    display: none;
}

.fixed {
    position: fixed;
    top:0; 
    left:0;
    width: 100%;
    z-index: 999;
}

header.custom-template-header .dropdown-menu.show {
    display: none;
}

.article-header {
    margin-top: 20px;
}

ol.inline-list {
    padding-left: 20px;
}

/* ****** ****** Front Page ******* *******  */
.section-wrapper {
    padding: 30px 0;
}

.section-1-text-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section-1-text h1 {
    font-family: 'Barlow', sans-serif;
    color: #171138;
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 32px;
}

.section-1-text p {
        font-size: 16px;
        line-height: 20px;
}


/* Latest Article */

.section-heading h2.page-title{ 
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Barlow', sans-serif;
    color: #171138;
}

.section-heading.borderbottom {
  border-bottom: 2px solid #D1D0D7;
  margin-bottom: 30px;
}

.section-2 .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  color: #171138;
}

.section-2 .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  color: #171138;
}

.section-2 .owl-nav button.owl-prev:focus,
.section-2 .owl-nav button.owl-prev:hover {
    outline: none;
    background: transparent;
    color: #171138;
}

.section-2 .owl-nav button.owl-next:focus,
.section-2 .owl-nav button.owl-next:hover {
    outline: none;
    background: transparent;
    color: #171138;
}

.section-2 .owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}

.section-2 .owl-theme .owl-dots .owl-dot.active span, 
.section-2 .owl-theme .owl-dots .owl-dot:hover span {
    background: #171138;
}

.post-meta {
    padding: 20px 35px;
}


.post-meta h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #171138;
    margin-bottom: 20px;
    min-height: 90px;
}

.post-meta h3 a{
    text-decoration: none;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #171138;
}

.latest-article .post-img img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 190px;
  object-fit: cover;
}

.post-meta .excerpt{
    font-size: 14px;
    line-height: 24px;
    font-family: 'Barlow', sans-serif;
    color: #171138;
    margin-bottom: 20px;
}

.post-meta{
    background: #F9F9F9;
    border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}


/* ********* Section ********* */

body .category-btn {
    width: 300px;
    border: 2px solid #171138;
    margin: 10px;
    position: relative;
    text-align: initial;
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #171138;
    padding: 15px;
}

.section-3 a.category-btn, 
.section-3 a.category-btn:hover, 
.section-3 a.category-btn:visited, 
.section-3 a.category-btn:focus, 
.section-3 a.category-btn:active, 
.section-3 a.category-btn.active {
    color: #171138;
    outline: none;
}


.category-list {
    text-align: center;
}

.category-list .category-btn i {
    position: absolute;
    right: 15px;
    top: 15px;
}

.section-3 h2.page-title {
    margin-bottom: 20px;
}

.section-3 .section-heading {
    margin-bottom: 50px;
}

section.section-3.section-wrapper {
    padding-bottom: 70px;
}

section.section-5.section-wrapper .mc4wp-form-fields p.subscribe_text,
section.section-5.section-wrapper .mc4wp-form-fields .header2 {
    display: none;
}

/* Feature Section  */
.feature-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-wrapper div {
    flex-basis: 45%;
}

.feature-wrapper div.featured-images {
    flex-basis: 40%;
}

section.section-4 {
    background: #171138;
    color: #fff;
}

.post-meta a.readmore-btn:hover {
    text-decoration: none;
}

.section-4 .owl-nav button {
    position: absolute;
    bottom: 50%;
}

.section-4 .owl-nav button.owl-prev {
    left: -80px;
}

.section-4 .owl-nav button.owl-next {
    right: -80px;
}

.section-4 .owl-theme .owl-nav button i {
    font-size: 40px;
}

.section-4 .featured-slider .owl-dots button.owl-dot:focus,
.section-4 .featured-slider .owl-dots button.owl-dot:hover,
.section-4 .owl-theme .owl-nav button:hover,
.section-4 .owl-theme .owl-nav button:focus {
    outline: none;
    background: none;
}

.section-4 .featured-slider .owl-dots button.owl-dot span {
    border: 1px solid #fff;
    border-radius: 60px;
    background: transparent !important;
}

.section-4 .featured-slider.owl-theme .owl-dots .owl-dot.active span, 
.section-4 .featured-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
}

.featured-slider .featured-text {
    text-align: center;
    padding: 20px;
}

.featured-text h3 {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
}

.featured-text h2{
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.featured-text p{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 28px;
}

.featured-text a.btn-brand {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    align-items: center;
    text-align: center;
    color: #171138;
    background: #FFFFFF;
    border: 1px solid #D1CEDC;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px 25px;
}

.modal-footer {
    border: none;
    padding: 0;
}

/*section.section-5.section-wrapper .subscribe-btn input {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 14px 20px;
    outline: none;
    margin: 0;
}

section.subscribe-sec .subscribe-btn input {
    position: absolute;
    bottom: 0px;
    right: 18%;
    padding: 14px 20px;
    outline: none;
    margin: 0 auto;
}*/

.newsletter-form-wrapper {
    display: flex;
    justify-content: space-between;
    width: 55%;
    margin: 0 auto;
}

.subscribe-btn input {
    margin: 0px 10px;
    padding: 14px 30px;
}

section.section-5.section-wrapper .subscribe-btn input {
    background-color: #171138;
    color: #FFF;
}

section.section-5.section-wrapper .modal-footer #subscribe:focus,
section.section-5.section-wrapper .modal-footer #subscribe:hover, {
    outline: none;
}

section.section-5.section-wrapper .mc4wp-form-fields .form-control {
    border: 2px solid #F5F5F5;
    background: #f5f5f5;
}

section.section-4 .modal-header {
    color: #171138;
}

.modal-dialog .modal-body {
    color: #171138;
}

div#myModal1 .modal-dialog {
    max-width: 800px;
}


section.section-4 input#subscribe_email {
    border: 1px solid #ddd;
    padding: 10px 10px;
    width: 100%;
    border-radius: 3px;
}

.modal-footer {
    border: none;
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
}

input.wpcf7-form-control.wpcf7-submit {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    color: #fff;
    background: #171138;
    border: 1px solid #D1CEDC;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 8px 20px;
}

section.section-5.section-wrapper {
    padding: 50px 0;
}

section.section-5 input.form-control {
    height: 54px;
}

section.section-5.section-wrapper .mc4wp-form-fields {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

section.section-5 input.btn-next-arrow {
    position: absolute;
    top: 0px;
    right: 0;
    padding: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

section.section-5 input.btn-next-arrow:before {
    /*content: "\f054";*/
    content: '';
    background: url('images/next-arrow.png');
    display: block;
    
    /*color: red;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;*/
}

section.section-5 h2.page-title {
    margin-bottom: 25px;
}

section.section-5 p.page-sub-title{
    margin-bottom: 25px;
}

section.section-5.section-wrapper .mc4wp-form-fields .form-control{
    border: 1px solid #ddd;
}

.single-post-content .bitcoin-calculator-container input {
    width: inherit;
}


/* ********************* FOOTER ********************* */
footer.site-footer {
    background-color: #171138;  
    padding: 30px 0;/*50px 0 65px;*/
    text-align: center;
}
footer .footer-logo .footer-brand > img {
    /*height: 54px;*/
    width: 165px;
}
footer .footer-navbar .footer-nav.footer-main-nav {
    margin-top: 20px; /*45px;*/
    margin-bottom: 36px; /*50px;*/
}
footer .footer-navbar .footer-nav {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
  justify-content: center;
}
footer .footer-navbar .footer-nav .footer-nav-item {
    float: left;
    padding-right: 30px;
    line-height: 1;
}
footer .footer-navbar .footer-nav .footer-nav-item:last-child {
    padding-right: 0;
}

footer .footer-navbar .footer-nav .footer-nav-item .footer-nav-link {
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
}
footer .footer-navbar .footer-social-nav .footer-nav-item {
    padding-right: 38px;
}
footer .footer-navbar .footer-social-nav .footer-nav-item .footer-nav-link {
    font-size: 18px;
}

div#blog-sidebar .subscribe-sec .subscribe-col .subscribe_text {   
    /*color: #171138;*/
    color: #23135f;
}

.subscribe-sec {
    background-color: #e9e9f2;
    text-align: center;
    padding: 40px 0 50px; /*78px 0;*/
    margin-top: 30px;;/* 50px;*/
}
.subscribe-sec .subscribe-col h2 {
    color: #23135f;
    line-height: 0.8;
    margin-bottom: 26px;
}
.subscribe-sec .subscribe-col .subscribe_text {   
    color: #2872d4;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 30px;/* 45px;*/
}
.subscribe-sec .subscribe-col .form-control {
    max-width: 426px;
    margin: 0 auto;
    display: inline-block;
    color: #3b3e3f;
    padding: 16px 34px;
    height: 54px;   
    box-shadow: unset;
    border: unset;
    line-height: 1;
}
.subscribe-sec .subscribe-col .form-control:focus {
    background-color: #fff;
}
[type="button"], [type="reset"], [type="submit"],
.subscribe-sec .subscribe-col .btn-green-lg {
    border: unset;
}
.form-control:focus,
.form-control:hover,  
.form-control:active,
.form-control:visited {
    box-shadow: unset;
    border: unset;
}
.mc4wp-alert {
    color: #23135f;
    line-height: 1.4;
    font-weight: normal;
    font-size: 14px;
    margin: 14px 0 0;
}
.mc4wp-aler  p {
    margin-bottom: 0 !important;
}
.mc4wp-alert.mc4wp-notice > p {
    color: #d4202c;
}
.footer-ads {
    margin: 74px 0 85px;
    text-align:  center;
}
.footer-ads .footer-ads-col .footer-ad-img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; 
}


/* ******************* Gated Form  ******************* */
div#single-form input.wpcf7-form-control.wpcf7-submit,
div#archive-box input.wpcf7-form-control.wpcf7-submit {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    color: #fff;
    background: #171138;
    border: 1px solid #D1CEDC;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 8px 20px;
}

div#single-form .wpcf7-form-control-wrap.your-email input, 
div#archive-box .wpcf7-form-control-wrap.your-email input {
    border: 1px solid #ddd;
    padding: 10px 10px;
    width: 100%;
    border-radius: 3px;
}

div#single-form .modal-footer,
div#archive-box .modal-footer {
    padding: 0;
    border: 0;
    display: flex;
    justify-content: space-between;
}

div#single-form .modal-dialog,
div#archive-box .modal-dialog {
    max-width: 800px;
    box-shadow: 0px 0px 50px 20px #808080;
}

div#single-form .modal-footer .modal-btn,
div#archive-box .modal-footer .modal-btn {
    display: flex;
    flex-direction: row-reverse;
}

body .subscribe-sec {
    margin-top: 0px;
    margin-bottom: 0px;
}

body.archive.category.category-holiday-gifting-guide .post-loadmore-btn {
    display: none;
}

.mc4wp-response {
    text-align: center;
}

/* Search */

body header.site-header .container .search-icon {
    cursor: pointer;
    font-size: 16px;
    line-height: 1.1;
    color: #000;
}

.searchbar-holder {
    display: none;  
}

.searchbar-holder {
    background: #171138;
    /*transition: 0.5s all;*/
    padding: 10px 0;
    border-top: 1px solid #d2d2d2;
}

.searchbar-holder .search-close {
    background: transparent;
    border: unset;
    position: absolute;
    z-index: 1;
    right: 25px;
    top: -4px;
    color: #0977db;
    outline: none;
    padding: 0;
}

.searchbar-holder .header-search-form, .search-form {
    max-width: 80%;
    width: 610px;
    margin: 0 auto;
    position: relative;
}

input.search-input {
    width: 90%;
    padding: 10px 15px;
    border-radius: 10px;
}


button.search-submit.fas.fa-search {
    padding: 13px 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #ffffff;
    font-size: 20px;
    position: absolute;
    right: 36px;
    top: 2px;
}

form.header-search-form label {
    display: block;
}

button.search-submit.fas.fa-search:focus,
button.search-submit.fas.fa-search:focus-visible,
input.search-input:focus-visible {
    outline: none;
}

/* Other Css */

.entry-share .heateor_sss_sharing_ul {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

/* ******************* Most Recent and Most Popular ******************* */
.loadbtn {
    text-transform: uppercase;
    color: #2872d4;
    letter-spacing: 2px;
    line-height: 1;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    text-align: center;
    display: block;
    cursor: pointer;
}

.postloadmore-btn {
    text-align: center;
}

.custom-offer-panel {
    padding: 10px 0px;
    margin: 10px 0px;
    display: flex;
    list-style-type: none;
    justify-content: space-evenly;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.custom-offer-panel a {
    font-weight: 600;
}

.listing-tab-menu .nav-tabs .nav-item.show .nav-link, 
.listing-tab-menu .nav-tabs .nav-link.active {
    color: #23135f;
    background-color: #fff;
    border-color: #23135f #23135f #fff;
}

.listing-tab-menu .nav-tabs {
    border-bottom: 2px solid #23135f;
}

.listing-tab-menu .nav-tabs .nav-link {
    border: 2px solid transparent;
}

.listing-tab-menu .nav-tabs .nav-item {
    margin-bottom: -2px;
}

.home-listing-tab-menu .nav-tabs {
    border: 0;
}

.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.home-listing-tab-menu .nav-link {
    border: 2px solid #171138;
    border-radius: 5px;
    margin: 0px 10px;
    color: #171138;
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}

.home-listing-tab-menu .nav-link:active,
.home-listing-tab-menu .nav-link:visited,
.home-listing-tab-menu .nav-link:focus,
.home-listing-tab-menu .nav-link:hover {
    border: 2px solid #171138;
    color: #171138;
}

.listing-tab-menu .nav-tabs a#home-tab.nav-link {
    border-left: 0;
    border-top-left-radius: 0;
}

.listing-tab-menu .nav-tabs a#profile-tab.nav-link {
    border-right: 0;
    border-top-right-radius: 0;
}

/* ******************* Gift Tax Calculator ******************* */

.single-post-nav.text-center {
    display: block;
    line-height: 60px;
}

.single-post .single-post-nav > a {
    background-color: #171138;
    color: #FFF;
    padding: 10px 14px;
    line-height: 1;
    width: 170px;
    display: inline-block;
}


.latest-article a.post-btn.readmore-btn {
    color: #006fd3;
}

.newsletter-form-wrapper label.invisible- {
    width: 100%;
}

.inflation-calcualtor-wrapper .form-control {
    border: 1px solid #ddd;
}

.inflation-calcualtor-wrapper .form-control:visited,
.inflation-calcualtor-wrapper .form-control:focus,
.inflation-calcualtor-wrapper .form-control:hover {
    border: 1px solid #ddd;
}

button#calculate {
    background-color: #00825e;
    color: #fff;
    border-radius: 0px;
    text-align: center;
    padding: 15px 30px;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    width: 250px;
    font-family: "Open Sans", sans-serif;
    border: none;
}

.inflationbutton {
    text-align: center;
}


/* ***** ***** ***** ***** Accessibility ***** ***** ***** ***** */
/* Text meant only for screen readers. */
body .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

body .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  left: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: 220px;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}


body a:focus, 
body img:focus {
    outline: 3px dotted;
    outline-color: #d3112b;
}

body .fira-wrapper h2 {
    font-size: 24px;
    font-size: 32px;
    color: #006fd3;
    font-weight: 700;
    margin-bottom: 16px;
    font-family: 'Barlow', sans-serif;
}

.aligncenter {
    text-align: center;
}

.single-post .wp-block-button {
    clear: both;
    margin-bottom: 30px;
    margin-top: 20px;
}

.single-post .wp-block-button__link {
    display: inline-block;
}

.entry-content a {
    text-decoration: underline;
}

.entry-content a:hover {
    color: #3b3e3f;
    text-decoration: underline;
}

.cs-content-block .post-cats a:hover {
    color: #3b3e3f;
    text-decoration: underline;
}

.searchbar-holder .search-close:focus {
    outline: 3px dotted;
    outline-color: #efefef;
}


.page-content button.search-submit.fas.fa-search {
    padding: 5px 5px;
    right: 0;
    top: 0;
}

.single-post-content .subscribe-sec [type="submit"]:focus,
.subscribe-sec .subscribe-col .form-control:focus {
    outline: 3px dotted;
    outline-color: #d3112b;
}

.fira-wrapper .fira-button:focus,
section.footer-ads .footer-ads-col a:focus img,
.cat-featured-sec a:focus .interested-in-row,
html body select:focus, 
html body input:focus, 
.fira-wrapper .fira-form-control .fira-form-field .fira-select:focus, 
body .fira-wrapper .fira-form-control .fira-form-field .fira-input:focus {
    outline: 3px dotted;
    outline-color: #d3112b;
}


.background-blue .tamount {
    font-size: 32px;
    color: #006fd3;
    font-weight: 700;
    margin-bottom: 16px;
    font-family: 'Barlow', sans-serif;
}

.background-blue .total-sub-amount {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 16px;
}

.fira-wrapper p.has-text-centered {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 16px;
}

.fira-wrapper .blue-text {
    color: #006fd3;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    font-family: 'Barlow', sans-serif;
}

.fira-wrapper h3.has-text-centered {
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 16px;
    font-size: 14px;
    font-family: 'Barlow', sans-serif;
}


body .fira-wrapper .fira-help-bubble:focus .help-card,
body .fira-wrapper .fira-help-bubble:hover .help-card {
    color: #3a454f;
    font-size: 16px;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 6px rgb(0 0 0 / 40%);
    box-shadow: 0 4px 6px rgb(0 0 0 / 40%);
    position: absolute;
    top: -50px;
    left: 35px;
    width: 200px;
    padding: 10px;
    border: 1px solid #006fd3;
}

body .fira-wrapper .fira-help-bubble {
    border: 0;
    margin-top: 0px;
    width: 30px;
    height: 30px;
    font-size: 14px;
}



/* **** **** New Microsite Ebay **** **** */

.custom-template .section-heading h3 {
    color: #171138;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.custom-template .post-meta h3 {
    min-height: 55px;
}

.custom-template section.section-2.section-wrapper {
    padding-bottom: 100px;
}

.custom-template .section-heading h2.page-title {
    font-family: 'Barlow', sans-serif;
    color: #171138;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
}

.custom-template section.section-4 {
    background: #171138;
    color: #fff;
    padding: 50px 0;
}

.custom-template section.section-3.section-wrapper {
    padding-bottom: 70px;
    background: #F5F5F5;
}

.custom-template .section-wrapper {
    padding: 50px 0;
}

.custom-template .section-newsletter-heading p.newsletter-sub-title {
    padding-top: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Open Sans';
    color: #171138;
    margin-bottom: 10px;
}

.custom-template .page-sub-title {
    color: #171138;
}

.custom-template section.section-7.section-wrapper .btn.category-btn {
    text-align: center;
    color: #171138;
}

.custom-template section.section-7.section-wrapper h2.page-title {
    margin-bottom: 20px;
}

.page-template-page-template-custom .custom-btn {
    border: 2px solid #171138;
    color: #171138;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 15px;
}

.page-template-page-template-custom .custom-btn i {
    padding-right: 5px;
}

.page-id-160583 .hide-on-ebay {
    display: none;
}

body .custom-template .section-newsletter-heading .newsletter-sub-title.newsletter-disclaimer_note {
    padding-top: 0;
}


/* ****** ****** Calculator Redesign ****** ****** */
.calc-card .input, 
.calc-card select {
    border: 1px solid #dfdfdf;
    color: #8a8a8a;
    box-shadow: 0px 0px 5px 1px #eee;
    height: 32px;
    margin-bottom: 5px;
    border-radius: 0;
}

.inflation-calcualtor-wrapper {
    padding: 15px 20px;
    border: 2px solid #171138;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 24%);
}

body .single-post-content input {
    line-height: 42px;
    height: auto;
}

body .calc-card {
    border: 2px solid #006fd3;
    border-radius: 0px; 
}

body div.question-container .input-inset-text-right,
body .input-inset-text-left {
    color: #212121 !important;
}

body .milage-calculator-container-wrapper {
    margin: 20px 0;
    border: 2px solid #006fd3;
    background: #fbfcfc;
    box-shadow: 0 4px 12px rgb(0 0 0 / 24%);
}

.milage-calculator-container-wrapper div.calc-header {
    background-color: #006fd3 !important;
}

/* ******** New Header design changes Redesign ********  */
.menu-item-has-children.dropdown:hover .dropdown-menu {
    display: block;
}

header .menu-item-has-children.dropdown .dropdown-menu .dropdown-item:active,
header .menu-item-has-children.dropdown .dropdown-menu .dropdown-item:focus {
    background-color: #f8f9fa;
}

header .menu-item-has-children.dropdown .dropdown-menu .dropdown-item:visited,
header .menu-item-has-children.dropdown .dropdown-menu .dropdown-item{
    color: #171138;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Barlow', sans-serif;
    padding: 5px 10px;
}

.menu-item-has-children.dropdown {
    position: relative;
}

.menu-item-has-children.dropdown .dropdown-menu {
    padding: 0;
    top: 38px;
    left: 15px;
}

.custom-btn.green-btn {
    background-color: #00825e;
    color: #FFF;
    border-radius: 0;
    padding: 8px 20px;
    font-size: 14px;
}

body header.site-header {
    background: #171138;
    color: #fff;
}

body.single-post header.site-header {
    margin-bottom: 40px;
}

header .cs-search-taxes-online-btn {
    display: flex;
    align-items: center;
    flex: 10%;
    justify-content: space-between;
}

.header-search-form-wrapper {
    position: relative;
}

form.header-search-form label {
    display: block;
    margin-bottom: 0;
}

input.search-input {
    width: 250px;
    padding: 8px 25px 8px 15px;
    border-radius: 50px;
}

button.search-submit.fas.fa-search {
    padding: 12px 15px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #ffffff;
    font-size: 18px;
    position: absolute;
    right: -25px;
    top: 2px;
}

.main-menu-wrapper button.navbar-toggler {
    background: #fff;
    border-radius: 0px;
}

div#bs-example-navbar-collapse-1 {
    flex: 25%;
}

div#bs-example-navbar-collapse-1 {
    flex: 25%;
}

ul.sidepanel-social-list-left {
    list-style: none;
    display: inline-block;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

ul.sidepanel-social-list-left li.social-links {
    padding: 10px;
    border: 1px solid #e9e9f2;
    border-radius: 60px;
    margin-bottom: 10px;
    line-height: 0;
    cursor: pointer;
}

ul.sidepanel-social-list-left li.social-links:hover, 
ul.sidepanel-social-list-left li.social-links:hover i {
    color: #171138;
    background: #e9e9f2;
    border-color: #e9e9f2;
}

ul.sidepanel-social-list-left i.fab {
/*    color: #23135f;*/
    color: #3b3e3f;
    font-size: 16px;
    height: 20px;
    width: 20px;
    line-height: 20px;
}

.cs-content-block .entry-header {
    text-align: left;
    color: #190f3a;
}

div#blog-sidebar .subscribe-sec {
/*    background-color: #171138;*/
    padding: 20px 0;
}

.single-post-content .subscribe-sec .subscribe-col .header2 {
/*    color: #FFF;*/
}

.single-post-content .subscribe-sec [type="submit"],
.subscribe-sec .subscribe-col .form-control {
    border-radius: 0;
}

.refer-a-friend-wrapper .custom-btn {
    background: #171138;
    color: #FFF;
    border-radius: 0px;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 600;
}

.cs-blog-post-meta,
#breadcrumbs,
.cs-content-block .entry-header a,
#breadcrumbs a {
/*    color: #190f3a;*/
    font-size: 14px;
}

.cs-content-block .entry-header a:visited,
.cs-content-block .entry-header a,
#breadcrumbs a:visited,
#breadcrumbs a {
    color: #2872d4;
    text-decoration: underline;
}

#breadcrumbs a:hover {
    color: #190f3a;
}

p#breadcrumbs span span {
    margin: 0px 10px;
}

p#breadcrumbs span span:first-child {
    margin-left: 0;
}

.refer-a-friend-wrapper {
    background: #e9e9f2;
    padding: 15px 20px;
}

.refer-a-friend-wrapper h3.heading-refer-friend {
    font-weight: bold;
    font-size: 24px;
}

.entry-header h1.entry-title {
    margin-bottom: 10px;
    color: #190f3a;
}

.cs-blog-post-meta {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.single-post .cs-content-block .entry-header .post-cats {
/*    text-decoration: none;*/
    margin-bottom: 10px;
}

.single-post .archive-newsleter-form-title, 
.single-post .archive-newsleter-form {
    display: none;
}

body .single-newsleter-form-title, 
body .single-newsletter-img {
    display: none;
}

body.single-post .single-newsleter-form-title, 
body.single-post .single-newsletter-img {
    display: block;
}

body.single-post .post-featured-img-wrapper img {
    width: 100%;
}

.cta-below-hero-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta-below-hero-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #171138;
    padding: 20px;
    color: #FFF;
    gap: 30px;
}

.cta-below-hero-wrapper .cta-heading .cta_heading {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
}

.cta-below-hero-wrapper .cta-heading .cta_sub_heading {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}

.cta-brand-logo {
    flex: 15%;
}

.cta-brand-logo img {
    width: 100%;
}

.cta-heading {
    flex: 60%;
    text-align: center;
}

.CTA-button-wrap {
    flex: 30%;
    text-align: center;
}

.cta-below-hero-wrapper {
    margin: 10px 0;
}

.single-post .entry-content ul {
    padding-left: 20px;
}

.single-post-content h3.header2 {
    margin-bottom: 15px;
}

div#blog-sidebar .mc4wp-alert {
    color: #FFF;
}

.single-post-content .social-icon-heading {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-style: italic;
    margin-bottom: 15px;
    font-weight: 400;
    color: #190f3a;
}

.entry-share-post {
    text-align: center;
    margin: 20px 0;
}

.social-share-heading-wrap .social-share-heading {
    margin-bottom: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.single-post .entry-share-post .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: inline-block;
}

.single-post section.footer-ads {
    display: none;
}

.entry-share-post span.heateor_sss_svg {
    padding: 5px !important;
    margin: 0 5px;
}

body.single-post .single-post-nav > a {
    background-color: transparent;
    color: #171138;
    /* padding: 10px 14px; */
    padding: 0px;
    line-height: 1;
    font-size: 14px;
}

span.home-item-br {
    line-height: 0;
    height: 0;
    font-size: 0;
    margin: 0 !important;
}

.home-item-br:after {
    content: "\f015";
    font-size: 14px;
}

/* ******************* Media Query ******************* */
  /* Large desktops and laptops */
  @media (min-width: 1200px) {

    .custom-template .section-1-text h1 {
        width: 350px;
    }

    .custom-template .section-1-text p {
        width: 400px;
    }


    .section-1-text h1 {
        width: 380px;
    }

    .section-1-text p {
        width: 440px;
    }

  }

  /* Portrait tablets and medium desktops */
  @media (min-width: 992px) and (max-width: 1199px) {
    /*  Header   */

    .section-1-text h1 {
        width: 380px;
    }

    .section-1-text p {
        width: 440px;
    }
    
    section.section-5.section-wrapper .mc4wp-form-fields {
        width: 100%;
    }

    .section-4 .owl-nav button.owl-prev {
        left: -10px;
    }

    .section-4 .owl-nav button.owl-next {
        right: -10px;
    }
    /* ******** New Header design changes ********  */
    header .cs-search-taxes-online-btn {
        flex: 40%;
    }
    header.custom-template-header.site-header .custom-nav-bar a.nav-link {
        border: 0px solid #ddd;
        margin-bottom: 4px;
        text-align: center;
    }

    body header.site-header .search-btn-wrapper span.search-icon {
        color: #fff;
    }

    .header-return-button-wrapper .custom-btn.green-btn {
        width: 100%;
    }

    .header-search-form-wrapper {
        margin-bottom: 10px;
        display: none;
    }

    input.search-input {
        width: 100%;
        padding: 8px 25px 8px 15px;
        border-radius: 50px;
    }

    header .cs-search-taxes-online-btn {
        justify-content: center;
    }

    .cta-below-hero-wrapper {
        gap: 15px;
    }
  }

  /* Portrait tablets and small desktops */
  @media (min-width: 768px) and (max-width: 991px) {
    /*  Header   */
    header.custom-template-header.site-header .custom-nav-bar a.nav-link {
        border: 1px solid #ddd;
        margin-bottom: 4px;
    }

    section.section-5.section-wrapper .mc4wp-form-fields {
        width: 100%;
    }

    .newsletter-form-wrapper {
        width: 100%;
    }

    .section-4 .owl-nav button.owl-prev {
        left: -30px;
    }

    .section-4 .owl-nav button.owl-next {
        right: -30px;
    }

    .navbar-wrapper.mobile-view {
        display: none;
    }

    .text-right.p-0.mobile-view {
        display: block;
    }

    /* ******** New Header design changes ********  */
    header .cs-search-taxes-online-btn {
        flex: 40%;
    }

    header.custom-template-header.site-header .custom-nav-bar a.nav-link {
        border: 0px solid #ddd;
        margin-bottom: 4px;
        text-align: center;
    }

    body header.site-header .search-btn-wrapper span.search-icon {
        color: #fff;
    }

    .header-return-button-wrapper .custom-btn.green-btn {
        width: 100%;
    }

    .header-search-form-wrapper {
        margin-bottom: 10px;
        display: none;
    }

    input.search-input {
        width: 100%;
        padding: 8px 25px 8px 15px;
        border-radius: 50px;
    }

    header .cs-search-taxes-online-btn {
        justify-content: center;
    }

  }

  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {
    /*  Header   */
    header.custom-template-header.site-header .custom-nav-bar a.nav-link {
        border: 1px solid #ddd;
        margin-bottom: 4px;
    }

    .custom-nav-bar {
        margin-top: 10px;
    }

    /* Home page */
    .section-1-text {
        text-align: center;
        padding-bottom: 20px;
    }

    .section-1-text h1 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .section-1-text p {
        font-size: 16px;
        line-height: 20px;
    }

    .section-3 .section-heading {
        margin-bottom: 20px;
    }

    .feature-wrapper {
        flex-direction: column;
    }

    .section-4 .owl-nav button.owl-prev {
        left: 0px;
    }

    .section-4 .owl-nav button.owl-next {
        right: -5px;
    }

    /*  Footer  */
    footer .footer-navbar .footer-nav.footer-main-nav {
        margin-top: 20px;
        margin-bottom: 36px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    footer .footer-navbar .footer-nav.footer-main-nav .footer-nav-item {
        float: none;
        padding-right: 0;
        line-height: 1;
    }

    section.section-5.section-wrapper .subscribe-btn {
        text-align: center;
        margin-top: 15px;
    }

    .modal-footer {
        justify-content: center;
    }

    section.section-5.section-wrapper .subscribe-btn input {
        position: relative;
    }

    section.section-5.section-wrapper .mc4wp-form-fields {
        width: 100%;
    }

    .newsletter-form-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }

    body .subscribe-sec .subscribe-col .btn-green-lg {
        max-width: 426px;
        width: auto;
        margin: 0 auto;
    }

    .section-3 a.category-btn{
        width: 100%;
        margin: 10px 0;
    }

    .modal-btn {
        display: flex;
        flex-direction: column;
    }

    .navbar-wrapper.mobile-view {
        display: none;
    }

    .text-right.p-0.mobile-view {
        display: block;
    }

    .searchbar-holder .search-close {
        right: 5px;
        top: -4px;
    }
    .searchbar-holder .header-search-form, .search-form {
        max-width: 100%;
    }

    ::-webkit-input-placeholder { /* Edge */
      font-size: 14px;
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
      font-size: 14px;
    }

    ::placeholder {
      font-size: 14px;
    }

    /* Most Recent & Most Popular */
    .home-listing-tab-menu .nav-link {
        margin: 0px 5px;
    }

    .listing-tab-menu .nav-tabs .nav-item {
        margin-bottom: -3px;
    }

    .calc-card.is-wide {
        max-width: fit-content;
        flex-direction: column;
    }

    .calc-card .results-panel {
        margin: 20px 0px;
    }

    .single-post-content .bitcoin-calculator-container input {
        width: inherit;
    }
    
    .single-post .single-post-nav > a {
        width: 150px;
    }

    .latest-article .post-meta {
        padding: 20px;
    }

    body .fira-wrapper .fira-help-bubble:focus .help-card,
    body .fira-wrapper .fira-help-bubble:hover .help-card {
        position: absolute;
        top: 40px;
        left: auto;
        right: -30px;
        width: 210px;
    }

    /* ******** New Header design changes ********  */
    body.single-post header.site-header {
        margin-bottom: 20px;
    }

    .cs-content-block .subscribe-sec {
/*        background-color: #171138;*/
        padding: 25px 0;
        margin-bottom: 20px;
    }

    ul.sidepanel-social-list-left {
        display: flex;
        gap: 20px;
        margin: 0;
    }

    .cta-below-hero-wrapper {
        padding: 20px;
        gap: 15px;
        flex-direction: column;
        margin: 20px 0 10px 0;
    }

    section.cat-featured-sec.interested-in-wrapper {
        margin-top: 20px;
    }

    .cta-brand-logo {
        text-align: center;
    }
    .cta-brand-logo img {
        width: 50%;
        margin: 0 auto;
    }

    input.search-input {
        width: 100%;
        padding: 8px 45px 8px 15px;
        border-radius: 50px;
    }

    .cta-below-hero-wrapper .cta-heading h3.cta_heading {
        font-size: 22px;
    }
    /* ***** ***** Blog Design Changes ***** ***** */
    header .cs-search-taxes-online-btn {
        display: block;
        margin: 10px 0px;
    }

    .header-return-button-wrapper .custom-btn.green-btn {
        width: 100%;
    }

    .header-search-form-wrapper {
        margin-bottom: 10px;
        display: none;
    }

    button.search-submit.fas.fa-search {
        right: 0;
        top: 2px;
    }

    header.custom-template-header.site-header .custom-nav-bar a.nav-link {
        border: 0px solid #ddd;
        margin-bottom: 4px;
        text-align: center;
    }

    body header.site-header .search-btn-wrapper span.search-icon {
        color: #fff;
    }

  }

  @media (max-width: 640px) {

  }

  /* Landscape phones and smaller */
  @media (max-width: 480px) {
    .section-4 .owl-nav button.owl-prev {
        left: -10px;
    }

    .section-4 .owl-nav button.owl-next {
        right: -10px;
    }

  }
  @media (max-width: 320px) {
      
  }


/* ********* ******** ****** Old CSS ********* ******** ****** */
/* style css */
body .filling-update-table td {
    width: 10%;
    padding-right: 3%;
}

body .filling-update-table input[type="submit"] {
    margin: 10px 0px 0px;
}

body h3.sidepanel-social-title {
    margin-bottom: 15px;
    font-size: 24px;
}

/* blog Styling */
.font-24 {
    font-size: 24px;
}

.font-20 {
    font-size: 20px;
}

.font-18 {
    font-size: 18px;
}

.font-32 {
    font-size: 32px;
}

.entry-content .font-32 {
    font-size: 24px;
}

.font-16 {
    font-size: 16px;
}

.font-os{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.inline {
    display: inline-block;
}

.inline-heading {
    display: inline;
}

body .single-post-content .heading-common {
    margin-bottom: 10px;
}

body .single-post-content p {
    margin-bottom: 15px;
}

.inline-list p, .inline-list h3, .inline-list h4, .inline-list h2  {
    display: inline;
}

.dnone {
    display: none;
}

.mnone {
    display: block;
}

.mblock {
    display: none;
}


/* Side panel */
div#blog-sidebar .newsletter-form-wrapper {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.entry-share.sidepanel-social ul.heateor_sss_sharing_ul {
    margin-top: 0 !important;
    float: none;
}

.entry-share.sidepanel-social ul li i {
    margin-right: 10px;
    width: 25px !important;
    height: 25px !important;
}

.single-post-nav.text-center {
    display: block;
    line-height: 60px;
}



/* Related Post */
ul.rp4wp-posts-list {
    display: flex;
}


body .rp4wp_component_3,
body .rp4wp_component_2,
body .rp4wp_component_4 {
    height: auto !important;
    overflow: auto !important;
}

body .rp4wp-related-posts .rp4wp_component.rp4wp_component_image img {
    width: auto !important;
    height: 130px !important;
    object-fit: cover;
}

body .rp4wp_component_3 {
    min-height: 30% !important;
}

.interested-in-wrapper {
    margin-bottom: 20px;
}

.entry-share {
    text-align: center;
    display: flex;
    justify-content: center;
}

.entry-share.sidepanel-social {
    justify-content: left;
}

body .cat-featured-sec .cat-feat-title {
    font-size: 32px;
}

ul.sidepanel-social-list {
    list-style: none;
    display: flex;
    padding: 0;
}

.entry-share.sidepanel-social ul li i {
    margin-right: 10px;
    width: 25px !important;
    height: 25px !important;
}

.single-post-nav.text-center {
    display: block;
    line-height: 60px;
}

div#blog-sidebar .wp-block-image img {
    width: auto;
    height: auto;
}

/* Old CSS */

body .fira-wrapper .fira-form-control .fira-form-field .fira-input {
    line-height: initial;
    height: auto;
    padding: 0;
    margin-bottom: 0px;
    font-size: 17px;
    padding-bottom: 5px;
}

body .fira-wrapper .fira-form-control .fira-form-field .fira-inline-beginning, 
body .fira-wrapper .fira-form-control .fira-form-field .fira-inline-end {
    padding-bottom: 5px;
}

/* ******************* Media Query ******************* */
  /* Large desktops and laptops */
  @media (min-width: 1200px) {
    div#single-form, 
    div#archive-box {
        position: fixed;
        z-index: 10;
        left: 0;
        right: 0;
        bottom: 30%;
    }
  }

  /* Portrait tablets and medium desktops */
  @media (min-width: 992px) and (max-width: 1199px) {
    div#blog-sidebar .subscribe-sec .subscribe-col .form-control {
        max-width: 100%;
        padding: 10px 10px;
    }

    .single-post-content div#blog-sidebar .subscribe-sec [type="submit"] {
        padding: 15px 15px;
        font-size: 12px;
    }

    body h3.sidepanel-social-title {
        margin-bottom: 15px;
        font-size: 22px;
    }
  }

  /* Portrait tablets and small desktops */
  @media (min-width: 768px) and (max-width: 991px) {
    body .filling-update-table td {
        width: 100%;
        padding-right: 3%;
    }

    .filling-update-table tr {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    div#blog-sidebar .newsletter-form-wrapper {
        display: block;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }

    div#blog-sidebar .subscribe-sec .subscribe-col .form-control {
        max-width: 100%;
        padding: 10px 10px;
    }

    .single-post-content div#blog-sidebar .subscribe-sec [type="submit"] {
        padding: 15px 15px;
        font-size: 12px;
    }

    body h3.sidepanel-social-title {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .newsletter-form-wrapper label.invisible- {
        width: 100%;
        margin-bottom: 0;
    }
    body .single-post-content .subscribe-sec [type="submit"] {
        margin: 0px 0 0;
    }

    body .cta-below-hero-wrapper {
        gap: 15px;
    }

  }

  /* Large desktops and laptops */
@media (min-width: 768px) {
    
    .interested-in {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .interested-inner {
        flex-basis: 30%;
        margin-right: 10px;
    }

    .interested-inner:last-child {
        margin-right: 0px;
    }

}

  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {

    body .filling-update-table td {
        width: 100%;
        padding-right: 3%;
    }

    .filling-update-table tr {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    div#block-2,
    div#block-6,
    .sidepanel-social-title,
    .entry-share.sidepanel-social {
        display: none;
    }

    .single-post-nav.text-center {
        display: block;
        line-height: 60px;
    }

    body .entry-share ul.heateor_sss_sharing_ul {
        float: none;
        margin-top: 20px !important;
        display: flex;
        justify-content: center;
    }

    body ul.rp4wp-posts-list .rp4wp-col {
        width: 34.333333333333% !important;
        padding: 0 0% !important;
    }

    body ul.rp4wp-posts-list .rp4wp-col-last {
        width: 32.333333333333% !important;
        padding-right: 0 !important;
        padding-left: 0% !important;
    }

    body ul.rp4wp-posts-list .rp4wp-col-first {
        width: 32.333333333333% !important;
        padding-left: 0 !important;
        padding-right: 0% !important;
    }

    body .rp4wp-related-posts h3 {
        text-align: center;
    }

    body .rp4wp_component_4 {
        padding-bottom: 0 !important;
    }

    body .rp4wp-related-posts {
        margin: 50px 0 0px 0;
    }

    body ul.rp4wp-posts-list {
        height: 250px !important;
    }

    body .rp4wp-related-posts .rp4wp_component_title a {
        font-size: 22px;
    }

    .interested-inner h4.cat-feat-sub-title {
        margin: 20px 0;
    }

    .interested-in .interested-inner .cat-feat-img {
        padding-bottom: 70%;
    }

    body .cat-featured-sec .cat-feat-title {
        font-size: 30px;
        margin-bottom: 25px;
    }


    .mblock {
        display: block;
    }

    .mnone {
        display: none;
    }

    .entry-share {
        margin-bottom: 30px;
    }

    body .rp4wp-related-posts .rp4wp_component.rp4wp_component_image img {
        width: 100% !important;
    }

    #single-form form#newsletter-form .modal-footer, 
    #archive-box form#newsletter-form .modal-footer {
        padding: 0;
        border: 0;
        display: flex;
    }

    #archive-box form#newsletter-form .modal-footer .modal-btn, 
    #single-form form#newsletter-form .modal-footer .modal-btn {
        display: flex;
        flex-direction: row;
    }

  }

  @media (max-width: 640px) {

  }

  /* Landscape phones and smaller */
  @media (max-width: 480px) {

  }
  @media (max-width: 320px) {
    /* Lottery Calculator */
    body .fira-wrapper .fira-card {
        max-width: 100%;
        min-width: 100%;
        margin: 0 auto;
        -webkit-box-shadow: 0 3px 8px rgb(0 0 0 / 24%), 0 6px 16px rgb(0 0 0 / 12%);
        box-shadow: 0 3px 8pxrgba(0,0,0,.24),0 6px 16pxrgba(0,0,0,.12);
        padding: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    body .fira-wrapper .fira-form-control .fira-label {
        flex-basis: 35%;
    }

    body .fira-wrapper .fira-form-control .fira-form-field {
        flex-basis: 65%;
    }

    body .single-post-content .fira-wrapper input {
        margin-bottom: 5px;
        height: 38px;
    }

    body .fira-wrapper .background-blue {
        background-color: #006fd3;
        padding: 40px !important;
        margin: 0px -15px -20px !important;
    }

    body .fira-wrapper .has-text-centered h2 {
        font-size: 16px;
    }

    body .subscribe-sec .subscribe-col .form-control {
        max-width: 100%;
    }

    body .fira-wrapper .fira-form-control .fira-form-field .fira-input {
        line-height: initial;
        height: auto;
        padding: 0;
        margin-bottom: 0px;
        font-size: 17px;
    }
    body .fira-wrapper .fira-form-control .fira-form-field .fira-inline-beginning, 
    body .fira-wrapper .fira-form-control .fira-form-field .fira-inline-end {
        padding-bottom: 5px;
    }
  }