

a.btn-red{
    background: #CC0000;
    padding: 10px 40px;
    border-radius: 3px;
    color: #fff;
}

.desktop-menu{
    position: relative;
}
.desktop-menu a{
  margin-right: 0;
}
.desktop-menu img{
    height: 32px;
    width: 32px;
    margin-left: 16px;
}
.collapse-header{
    position: absolute;
    top: 60px;
    background: #fff;
    border: 1px solid #D1D5D7;
    width:300px;
    right: 0px;
    border-radius: 5px;
}
.collapse-header img{
    display: inline-block;
    height: 64px;
    width: 64px;
}
.collapse-header span{
    font-size: 13px;
    color: #1F373D;
    padding: 10px 0;
}
.header-popup{
    
}
.header-popup-content{
    width: 33%;
    float: left;
    padding: 10px;
    text-align: center;
}
/*footer*/
footer{
    background: #1F373D;
    padding: 65px 10px 5px 10px;
    margin-top: 40px;
}
.footer-head{
    border-bottom: 1px solid #919EB1;
    padding-bottom: 40px;
}
.footer-newslatter{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.footer-title h1{
    font-size: 40px;
    color: #fff;
    letter-spacing: .25px;
    font-weight: 600;
}
#newsletter-validate-detail{
  position: relative;
}
.footer-newslatter input{
    background: #fff;
    border-radius:0;
    border:none;
    height: 70px;
    padding: 0 56px 0 28px;
    min-width: 475px;
}
.actions button{
    border: none;
    background: none;
    position: absolute;
    right: 0px;
    top:0px;
    height: 100%;
    cursor: pointer;
}
.actions button img{
    height: 12px;
    width: 28px;
    margin-right: 10px;
    
}
.footer-bottom{
    padding-top: 80px;
}
.footer-copyright p{
    color: #fff;
    margin: 40px 0 0;
    font-size: 14px;
}
.footer-info h4{
    color: #919EB1;
    font-size: 13px;
    margin-bottom: 40px;
}
.footer-info ul{
    padding: 0;
    list-style: none;
}
.footer-info ul li a{
    color: #fff;
    margin-bottom: 15px;
    font-size: 13px;
    display: block;
}
/*breadcrumbs*/
.breadcrumb{
    background: #fff;
    padding-left: 0;
    font-size: 13px;
    color: #1F373D;
    margin-bottom: 0;
}
.breadcrumb a{
    color: #1F373D;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}
/*detail page*/
.detail-page {
    background-color: #FFFFFF;
    box-shadow: 0 2px 25px 0px rgba(23,44,51,0.15);
    padding: 20px 20px 60px;
    margin-bottom: 60px;
}
.detail-page-info,.detail-page-astro{
    display: flex;
}
.detail-page .astro_info_inn-button a{
    margin-right: 0;
}
.detail-page .astro_info_inn-button {
   text-align: right;
}
.avtar-img img {
    height: 180px;
    width: 200px;
    background-color: #B1D7E8;
}
.detail-page-info .astro_detail{
    margin: 0 ;
}
.detail-page-info .astro_detail div{
    display: inline-block;
    margin-right: 40px;
}
.detail-page-info .astro_detail div p{
    margin-bottom: 20px;
}
.detail-page-info .astro_detail div p{
    margin-bottom: 20px;
}
.detail-page-info .astro_detail h4{
    font-size: 18px;
    margin-bottom: 15px;
}
.detail-page-astro{
    justify-content: space-between;
    align-items: flex-end;
    margin-left: 20px;
}
.detail-page-astro-rating{
    background: #F6F5F4;
    padding: 7px 60px 5px;
    margin-bottom: 20px;
}
.detail-page-astro-rating .cosmo_rate{
    line-height: 15px;
}
#pills-tab{
    border-bottom: 2px solid #D1D5D7;
    margin-left: 20px;
    margin-top: 37px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background: #CC0000;
    border-radius: 0;
    font-size: 13px;
}
.nav-pills .nav-link{
    border-radius: 0;
    font-size: 13px;
    color: #1F373D;
    padding: 4px 20px;
}
.detail-page-content{
    margin-top: 40px;
}
.detail-page-content h2{
    font-size: 18px;
    font-weight: 600;
    color: #1F373D;
}
.detail-page-content p{
    color: #1F373D;
    font-size: 13px;
    letter-spacing: 0.25px;
    line-height: 30px;
}
#pills-about p{
    margin-bottom: 30px;
}
.detail-page-content img{
    object-fit: cover;
}
.articles-tab-img{
    height: 200px;
    width: 300px;
    background-color: #B1D7E8;
    float: left;
    margin-right: 20px;
}
.detail-page-content h4{
    font-size: 15px;
    font-weight: 600;
    color: #1F373D;
}
.books-tab-img{
  height: 260px;
  width:100%;
  background-color: #B1D7E8;
  margin-bottom: 15px;
}
.awards-tab-img{
  height: 280px;
  width: 100%;
  background-color: #B1D7E8;
}
.review-tab-info-total p{
    font-size: 24px;
}
.user-total-review{
    font-size: 13px;
    font-weight: 400;
    color: #1F373D;
    display: block;
    text-align: center;
}
.user-total-review i{
    margin-right: 10px;
}
.review-tab-info-total{
    padding: 5px 44px 5px 0;

}
.review-tab-info-total .cosmo_rating::before,.review-tab-info-total .cosmo_rating span::before{
    font-size: 15px;
}
.review-tab-info-total .cosmo_rating{
    width: 96px;
}
.review-tab-info{
    border:1px solid #D1D5D7;
    padding: 30px 40px;
    display: flex;
    max-width: 500px;
    margin-bottom: 40px;
}
.cosmo_rating-bar-fill{
    background: #E7E6E6;
    height: 8px;
    width: 150px;
    display: inline-block;
}
.cosmo_rating_inn-fill{
    background: #39B54A;
    height: 8px;
    display: block;
}
.star4-review .cosmo_rating_inn-fill{
    background: #92C961;
    height: 8px;
    display: block;
}
.star3-review .cosmo_rating_inn-fill{
    background: #FCB03D;
    height: 8px;
    display: block;
}
.star2-review .cosmo_rating_inn-fill{
    background: #F57953;
    height: 8px;
    display: block;
}
.star1-review .cosmo_rating_inn-fill{
    background: #E21F25;
    height: 8px;
    display: block;
}
.review-tab-info-bar{
    padding-left: 44px;
    border-left: 1px solid #D1D5D7;
}
.review-tab-info-bar p{
    display: inline-block;
    width: 70px;
    line-height: 0;
    margin: 0;
}
.review-tab-list{
    border-top: 1px solid #D1D5D7;
}
.review-tab-list ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
}
.review-tab-list ul li{
    padding: 20px 0 5px;
    border-bottom: 1px solid #D1D5D7;
}
.review-tab-list h6{
    font-size: 13px;
    font-weight: 600;
    color: #1F373D;
}
.review-tab-list h6 span{
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    font-style: italic;
}
.review-tab-list .cosmo_rating{
    margin-bottom: 10px;
}
.recently-visited h3{
    font-size: 18px;
    font-weight: 600;
    color: #1F373D;
    text-align: center;
    margin-bottom: 20px;
}
/*listing page*/
.listing-how-call{
    background: #F6F5F4;
    padding: 20px 20px;
    margin-bottom: 20px;
}
.listing-how-call h3{
    font-size: 15px;
    font-weight: 600;
    color: #1F373D;
    text-align: center;
    margin-bottom: 20px;
}
.listing-astro-info .astro_content{
    box-shadow:0 0px 6px 0px rgba(23,44,51,0.15);
}
.listing-how-call .nav-bar::before {
    left: calc(100%/6) !important;
    right: calc(100%/6) !important;
}
.listing-how-call .nav-bar::before {
    border-top: 2px dashed #CC0000;
    content: '';
    height: 5px;
    position: absolute;
    top: 23px;
    margin-right: -10px;
}
.listing-how-call .nav-bar {
    counter-reset: i;
    float: left;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
/*.nav-bar li.active::after {
    background-color: #1F373D;
    content: '';
    height: 6px;
    left: calc(-50% + .25rem);
    position: absolute;
    right: calc(50% + .7rem);
    top: 1rem;
}*/
.nav-bar > li {
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: top;
}
.nav-bar > li {
    width: calc(100%/3) !important;
}
.nav-bar a::before {
    border-radius: 100%;
    content: '';
    height: 46px;
    line-height: 1;
    position: absolute;
    top: 0px;
    width: 46px;
    background-color: #CC0000;
    right: auto;
    text-align: center;
    margin-left: -24px;
}
.nav-bar a {
    color: #1F373D;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    overflow: hidden;
    padding: 2.5rem .5em 0px;
    position: relative;
    text-align: center;
}
.nav-bar a.secure-listing::after{
    background: url('../images/shield.svg')no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 25px;
    width: 24px;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: auto;
    text-align: center;
    margin-left: -12px;
}
.nav-bar a.personal-astrologer::after{
    background: url('../images/user.svg')no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 26px;
    width: 24px;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: auto;
    text-align: center;
    margin-left: -12px;
}
.nav-bar a.confidential-guidence::after{
    background: url('../images/investment.svg')no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 25px;
    width: 19px;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: auto;
    text-align: center;
    margin-left: -10px;
}
a.white-space-pre-line {
    white-space: pre-line;
}
.nav-bar a span{
    max-width: 160px;
    display: inline-block;
}
.listing-filter-main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 20px;
}
.listing-filter-main h3{
    font-size: 30px;
    font-weight: 600;
    color: #1F373D;
    text-align: center;
    margin-bottom: 0px;
}
.listing-filter-btn{
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: #CC0000;
    padding: 5px 10px;
    cursor: pointer;
}
.listing-filter-btn::before {
    display: inline-block;
    content: '\f0b0';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1;
   font-size: 14px;
    margin-right: 10px;
}
.apply-filter{
    margin: 20px 0 10px;
}
.listing-filter-option ul{
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.listing-filter-option input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.listing-filter-option span {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 3px;
    border:1px solid #1F373D;
}
.listing-filter-option span {}
.listing-filter-option input:checked ~ span::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 3px;
    font-size: 8px;
}
.listing-filter-option label {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 15px;
    color: #1F373D;
}
.listing-filter-option h5{
    font-size: 13px;
    font-weight: 600;
    color: #1F373D;
    border-bottom: 2px solid #D1D5D7;
    padding-bottom: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.sorting-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    color: #1F373D;
    background: #F6F5F4;
    padding: 5px 20px;
    margin-bottom: 20px;
}
.sorting-list select{
    background: transparent;
    border-radius: 0;
    border:1px solid #D1D5D7;
    height: 30px;
    width: 106px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url('../images/arrow-down-sign-to-navigate.svg') no-repeat 93% 60%;
    background-size: 11px 11px;
    margin-left: 10px;
    padding: 0 20px 0 5px;
}
.listing-astro-info .cosmo_growth_btn{
    margin-top: 15px;
}
#detail-recently .astro_content{
    box-shadow:0 0px 6px 0px rgba(23,44,51,0.15);
    margin: 5px 15px;
}
.slick-prev::before, .slick-next::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
}
.slick-prev::before {
    content: '\f053';
}
.slick-prev, .slick-next,
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
    height: 60px;
    width: 22px;
    background: #CC0000;
    border-radius: 5px;
}
.slick-prev{
    left: 2px;
    z-index: 1;
}
.slick-next{
    right: 2px;
}
.slick-dots li button::before{
    background: #1F373D;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}
/*homepage*/
.cosmo_title{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    
}
.cosmo_title h1{font-weight:600;}
.cosmo_title h4{
    color: #CC0000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.25px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.cosmo_title p{
    color: #1F373D;
    font-weight:400;
    font-size: 16px;
    letter-spacing:0.25px;
    line-height: 18px;
    margin-top: 0;
} 
.cosmo_img iframe{
    width: 100%;
    height: 380px;
}
.cosmo_growth{
    text-align: center;
   margin-top: 30px;
}
.cosmo_growth_inn p{
    color: #1F373D;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.25px;
  text-align: center;
  margin-bottom: 0;
}
.cosmo_growth_inn{
    padding: 20px 5px;
    background-color: #F6F5F4;
    margin-bottom:28px;
}
.cosmo_growth_btn{
    text-align: center;
}
.cosmo_growth_btn a,.cosmo_growth_btna{
    background-color: #CC0000;
    border-radius: 4px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 0;
    border: none;
    padding: 12px 40px;
    text-decoration: none;
}
.cosmo_astro{
    text-align: left;
}
.cosmo_astro h1{
      color: #1F373D;
      font-size: 40px;
      font-weight: 600;
      letter-spacing: 0.25px;
      line-height: 50px;
      margin-bottom: 6px;
}
.cosmo_astro p{
    color: #1F373D;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 30px;
    margin-top: 0;
    /*max-width: 842px;*/
    padding-bottom: 34px;
    text-align: center;
}
.cosmo_growth_inn img{
    height: 60px;
    width: 60px;
    margin-bottom: 15px;
}
.cosmo_guidance{
    background-color: #F6F5F4;
    padding:64px 0 71px 0;
}
.astro_img img{
    height: 122px;
    width: 90px;
    border-radius: 20px;
 }
.astro_info_inn{
    display: flex;
}
.astro_content{
    background-color: #FFFFFF;
    padding: 18px 4px 18px 20px;
    margin-bottom: 36px;
    display: block; 
}
.astro_detail{
    margin: -10px 0px 0px 16px;
}
.astro_detail h4{
    color: #1F373D;
  font-size: 15px;
  font-weight: 600;
  letter-spacing:0.25px;
  line-height: 30px;
}
.astro_detail p{
    color: #919EB1;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.25px;
  line-height: 13px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
  word-break: break-all;
}
.vedic:before,.lang:before,.age:before,.min:before{
    background-image: url('../images/emblem.svg');
    content: '';
    height: 14px;
  width: 12px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  left: 0
}
.lang:before{
    background-image: url('../images/translate.svg');
}
.age:before{
    background-image: url('../images/suitcase.svg');
}
.min:before{
    background-image: url('../images/rupee.svg');
}
.cosmo_rating:before,.cosmo_rating span:before{
    font-size: 12px;
    letter-spacing: 3px;
    content: '\f005' '\f005' '\f005' '\f005' '\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: block;
    position: absolute;
    color: #919EB1;
}
.cosmo_rating span:before{
     color: #ffc000;
     position: relative;
}
.cosmo_rating_inn{
    width: 80%;
    overflow: hidden;
    display: block;
}
.cosmo_rating{
    width: 84px;
    display: inline-block;
    position: relative;
}
.cosmo_rate{ 
    color: #666666;
    font-size: 13px;
    letter-spacing: 0.25px;
    line-height: 30px;
    text-align: center; 
    margin: 0;
}
.cosmo_call_info h1{
    color: #1F373D;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 50px;
}
.cosmo_call_info p{
    color: #1F373D;
    font-size: 13px;
    letter-spacing: 0.25px;
    line-height: 30px;
    max-width: 400px;
}
.cosmo_astro_content{
    margin-top: 40px;
}
.cosmo_call_content{
    padding:100px 0;
}
.cosmo_call_detail p{
    color: #1F373D;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.25px;
    line-height: 32px;
}
.cosmo_call_detail p:before{
    background: url('../images/accept.svg');
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    position: relative;
    left: 0px;
}
.cosmo_call_btn{
    text-align: left;
    padding-top: 15px;
}
.cosmo_call img{
    width: 100%;
}
.cosmo_get_guidance_inn h1{
    color: #1F373D;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 50px;
}
.cosmo_get_guidance{
    background-color: #F6F5F4;
    padding: 64px 0 62px 0;
}
.cosmo_clerity{
    background: #fff;
    overflow: hidden;
    position: relative;
    padding: 130px 43px 62px 43px;
    color: #1F373D;
}
.cosmo_clerity:hover a{
    border-bottom: 2px solid #FFFFFF;
    color: #FFFFFF;
    text-decoration: none;
}
.cosmo_clerity:hover{
    background: #CC0000;
    color: #FFFFFF;
}
.cosmo_clerity .cosmo-call{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.25px;
    line-height: 63px;
    margin-bottom: 0;
}
.cosmo_clerity p{
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.25px;
    line-height: 30px;
    padding-left: 25px;
 }
.cosmo_clerity a{
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 0;
    border-bottom: 2px solid #CC0000;
    padding-bottom: 12px;
    color: #CC0000;
    margin-left: 25px;
}
.cosmo_clerity .cosmo_clerity_no{
    font-size: 180px;
    font-weight: bold;
    position: absolute;
    left: -44px;
    line-height: unset;
    top: -115px;
    padding: 0;
}
.cosmo_partner_info{
    background: #CC0000;
}
.cosmo_partner{
    color: #fff;
    padding: 24px 0;
}
.cosmo_partner_inn h4{
    font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 24px;
  text-align: center;
}
.cosmo_partner_inn p{
    font-size: 15px;
  font-weight: 600;
  letter-spacing:0.25px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0;
}
.cosmo_testimonials{
    background-color: #F6F5F4;
    padding: 56px 0;
}
.cosmo_test_title{
    text-align: center;
  margin-bottom: 38px;
}
.cosmo_test_title h1{
    font-size: 40px;
    font-weight: 600;
}
.cosmo_testimonials_inn{
    background: #FFFFFF;
    padding: 30px 29px;
}
.cosmo_testimonials_inn{
  display: flex;
  max-width: 880px;
  margin: 0 auto;
}
.testimonial_content h1{
    color: #1F373D;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 50px;
  border-bottom: 2px solid #666666;
  display: inline-block;
}
.testimonial_content p{
  color: #1F373D;
  font-size: 13px;
  letter-spacing: 0.25px;
  line-height: 30px;
}
.testimonial_content{
  padding:0px 30px;
}
.cosmo_media{
  text-align: center;
  margin: 60px 0;
}
.cosmo_media h1{
  color: #1F373D;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 50px;
}
.cosmo_media_coverage img{
  max-height: 56px;
  max-width: 112px;
  object-fit: contain;
  margin-bottom: 18px;
}
#detail-recently-home .astro_content {
    box-shadow: 0 0px 6px 0px rgba(23,44,51,0.15);
    margin: 5px 15px;
}
.astro_info .cosmo_growth_btn{
    margin-top:40px; 
}
#testimonial-home .slick-prev,#testimonial-home .slick-next{
    right: 23px;
    top: unset;
    bottom: -23px;
    background: transparent;
}
#testimonial-home .slick-prev:hover,#testimonial-home .slick-prev:focus,#testimonial-home .slick-next:hover,#testimonial-home .slick-next:focus{
    background: transparent;
}
#testimonial-home .slick-prev{
    left: 92%;
}
#testimonial-home .slick-prev::before,#testimonial-home .slick-next::before {
    color: #1F373D;
    font-size: 15px;
}
.section-astrologer{
    padding: 100px 0;
}
.section-astrologer img{
    width: 100%;
}
.section-astrologer h2{
    font-size: 3rem;
    line-height: 3.25rem;
    letter-spacing: normal;
    font-weight: 600;
}
.section-astrologer h3{
    font-size: 1.75rem;
    line-height: 2.125rem;
    letter-spacing: .00893em;
    margin-bottom: 20px;
}
.cosmo_growth_btna:hover{
    color: #fff;
}
.astro_info_inn-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.astro_info_inn-button a{
    background-color: #CC0000;
    border-radius: 4px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 0;
    border: none;
    padding: 7px;
    text-decoration: none;
    margin-right: 10px;
}