.social-shares-heading {
    text-align: center;
    font-size: 34px;
    margin-bottom: 0.75rem;
}

.social-shares-container {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
}

.fa {
  padding: 10px;
  font-size: 30px;
  width: 45px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-facebook, .fa-instagram, .fa-linkedin {
    background: #55ACEE;
    color: white;
}

.choose-listing-ui .listing-ui li .custom-checkbox {
    display: inline-block;
    width: calc(100% - 90px);
}
.choose-listing-ui .listing-ui li .custom-checkbox label{ padding-left: 0; }
.choose-listing-ui .listing-ui li .price-ui {
    width: 80px;
    display: inline-block;
    text-align: right;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}

.offer-heading-ui .icons-btn .bookmark-icon-ui a.active .icon-ic_save:before{
   content: "\e917";
   color: #fff;
}

.offer-heading-ui .icons-btn .share-icon-ui a.active .icon-ic_share:before{
   color: #fff;
}
.offer-heading-ui .icons-btn .icon.active{background: rgba(255, 255, 255, 0.2); color: #fff;}
.work-card.powerlook {
    background: #f9d8d8;
}

.post-body p right {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
}
.post-body p left {
    width: 48%;
    display: inline-block;
}

.blog-auth .blog-auth-in{
margin-right: 0;
}
@media (max-width:767px){
    .blog-auth-in{
        margin-left: initial !important;
    }
}
.whatsAppIco {
  position: fixed;
  bottom: 105px;
  right: 10px;
  bottom: 110px;
  right: 3px;
  height: 40px;
  width: 60px;
  width: 70px;
  z-index: 999;
}
.whatsappFloatIcon {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  z-index: 1;
}
.cta-center {
  margin: auto;
  border-radius: 40px;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 16%);
  width: 85%;
  padding: 30px;
  background-image: url(../images/cta-card-background.jpg);
}
.small-cta-center {
  margin: auto;
  border-radius: 20px;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 16%);
  width: 100%;
  padding: 30px;
  background-color: #f7f4f4;
}

.cta-section{
  margin: 1% 0;
}
.cta-btn-con{
  text-align: center;
  margin-bottom:20px;
}
.cta-btn{
  padding:15px 25px !important;
  border-radius: 50px;
  font-size: 16px !important;
  color: #fff !important;
  text-transform: capitalize;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  border:0px;
  background-color: #007aff;
  transition: 0.3s;
}
.cta-btn:hover{
background-color: #045efb;
transform: perspective(1px) scale(0.99);
}
.cta-heading{
  margin: 10px 10px;
  text-align: center;
}
.cta-heading h2{
font-size: 45px;
}
.cta-paragraph{
  padding:10px 20px 40px;
  color: #334055;
}
.cta-paragraph p{
  text-align: center;
  font-size: 22px;
}
.cta-small-heading h2{
margin-bottom: 15px;
font-size: 32px;
}
.cta-small-paragraph p{
font-size: 18px;
margin-bottom: 20px;
}
.blu-color{
  color: #184371;
}

@media (min-width: 991px) and (max-width: 1024px) {
  .cta-center {
    width :100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
  }
  .cta-center > div, .cta-center > div > div {
    width: 100%;
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
  }

}

@media (max-width: 990px) {
  .cta-center {
    width :100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
  }
  .cta-center > div, .cta-center > div > div {
    width: 100%;
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1920px){
.landing-page .hero-banner-us{
  background-position: 0px 0px;
}
}


.black-logo .logo-img-black {
  display: block;
}

.black-logo .logo-img-white {
  display: none;
}

.logo-img-black {
  display: none;
}
.podcast-navbar .logo-img-white{display:none;}
.podcast-navbar .logo-img-black{display:block;}
div#faq {
  padding: 80px 0px 0px 0px;
}
/* .nb-blog-cards .row > div h5 {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -0.38px;
  color: #0d182a;
  margin-bottom: 12px;
}
.nb-blog-cards .img-post {
  margin-bottom: 24px;
} */