@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

body {
    font-family: "Noto Sans",sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


a{
    text-decoration: none!important;
    color: white!important;
}


.service-all {
   
    padding-top: 50px;
    padding-bottom: 100px;
}

.astro-heading{
    font-size: 44px!important;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.87);
    line-height: 56px;
    text-align: center;
}
.astro-sub-heading {
    font-size: 18px!important;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    line-height: normal;
    text-align: center;
    margin-bottom: 60px;
}
@media(max-width:450px){
    .service-all .sort-filter {
        float: none;
        width: 200px;
        margin-top: 10px !important;
    }

    input[type="date"], input[type="text"], select, .book-now-btn, .add-to-cart-btn {
        width: 100% !important;
    }
    .service-all .mobile-center-align .card {
        width: auto;
    }
   
}

@media only screen and (max-width: 768px) {
     .service-all .card {
        height: auto;
        width: 264px;
    } 
    .popular-pujas-card:hover img {
        transform: none!important;
    }
    .astro-content{
        max-height:100%!important;
    }
    .cart-details-right-mobile {
        margin-top: 22px !important;
        display: block;
        margin: 0 auto;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    .search-container {
        width: 95%!important;
      
    }
    .service-advantage ul li {
        white-space: normal;
    }
    .popup_header{
        font-size: 20px!important;
    }
    
}




 section E-puja 

.our-service-listing {
    background-color: #7E1515;
    min-height: 210px;
    position: relative;
    color: white;
}
.our-service-listing .overlay {
    position: absolute;
    width: 100%;
    min-height: 210px;
    top: 0;
    left: 0;
    display: none;
   

}
.our-service-listing .title {
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 800;
    line-height: 56px;
    /*font-weight: 400;*/
    color: white;
    text-align: center;
    margin-top: 0px;
}


 service-details 

 .service-details {
    padding: 4.375rem 0rem;
    text-align: center;
}
.service-details h2 {
    font-size: 2.75rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1.25rem;
}
.service-details h5 {
    font-size: 1.0625rem;
    color: #000000bf;
    padding: 0rem 5.3125rem;
    text-align: center;
    margin-bottom: 2rem;
}
.service-details img {
    min-height: 7.75rem;
    display: block;
    margin: 0 auto;
}
.service-details h6 {
    font-size: 1.125rem;
    font-weight: 600;
    text-align: center;
    color: #7e1515;
    margin-top: 0.9375rem;
} 
.service-advantage {
    background-color: #eae4da;
    padding: 3.75rem 0rem;

}
.service-advantage ul {
    list-style: none;
}
.service-advantage h2 {
    /*font-size: 2.25rem;*/
    /*font-weight: 400;*/
    /*text-align: center;*/
    /*margin-bottom: 2.375rem;*/
    color: #000;
    font-size: 2rem;
    font-family: Noto Sans;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2.375rem;
}
.service-advantage ul li:before {
    content: "✓";
    color: #7e1515;
    font-weight: bold;
        margin-right: 5px;
}
.service-advantage ul li {
    font-size: 1.0625rem;
    font-weight: 500;
    color: #000000bf;
    line-height: 30px;
    /*white-space: nowrap;*/
}
.service-advantage .padding {
    padding: 0rem 5.625rem;
}
.service-advantage button {
    background-color: #7e1515;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    outline: none;
    height: 48px;
    width: 213px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    max-width: 8.6875rem;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
}

/*.first-img {*/
/*    border-radius: 10px;*/
/*    border: 3px solid #F1F1D9;*/
/*}*/
.how-it-work-card-body img {
    transition: 0.8s;
    transition: transform 0.8s;
}
/*.how-it-work-card-body img:hover {*/
/*    transform: scale(1.2)!important;*/
/*}*/
/*.second-img {*/
/*    display: inline-block;*/
/*    overflow: hidden!important;*/
/*}*/
.how-it-work-card-body {
    position: relative;
}
.how-it-work-card-body {
    cursor: pointer;
    justify-content: center;
    display: flex;
    transition: 0.8s;
    transition: transform 0.8s;
}
/*.how-it-work-card-body:hover .second-img {*/
/*    border-radius: 10px;*/
/*    border: 3px solid #B10819;*/
/*}*/
/*.how-it-work-card-body:hover .first-img {*/
/*    opacity: 0;*/
/*}*/
/*.how-it-work-card-body:hover .no-border-img {*/
/*    display: none;*/
/*    transition: opacity 0.5s ease-in-out;*/
/*}*/
.how-to-work-content {
    
    padding: 50px 0px;
    overflow: hidden;
}
.how-it-work-card-header h3 {
    font-family: Noto Sans;
    font-size: 22px;
    font-weight: 500;
    line-height: 26.4px;
    text-align: center;
    color: black!important;
}
/*.border-img {*/
/*    display: none;*/
/*}*/
/*.how-it-work-card-body:hover .border-img {*/
/*    display: inline-block;*/
/*}*/
.work-content-h2{
    color: #000;
    font-size: 2.25rem;
    font-family: Noto Sans;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2.375rem;
}
.work-content-h5{
    font-size: 1.0625rem;
    color: #000;
    padding: 0;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 28px;
    font-weight: 100;
}
.pujas_cards {
    display: flex;
        white-space: unset;
    /*justify-content: space-between;*/
    
}
.popular-pujas-card {
    position: relative;
    cursor: pointer;
    overflow: hidden!important;
}
.card {
    background-color: #fff;
    border: none;
}

.popular-pujas-card img {
    transition: transform 0.8s;
}
.pujaName {
    font-family: Noto Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: left;
    padding: 0px 12px
}
.totalPuja {
    font-family: Noto Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    color: #646464;
}
.popular-pujas-card {
  transition: transform 0.4s ease-in-out;
}

.popular-pujas-card:hover img {
    /*transform: scale(1.1);*/
}
.popular-pujas-card:hover .upload-black {
  display: block;
}
.pujashareIcon {
    position: absolute;
    top: 22px;
    right: 20px;
}
.upload-black {
    display: none;
}
.card-holder{
    margin-top: 40px;
}
p {
    font-size: 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    line-height: normal;
}
.service-astrology {
    /*margin-top: 57px;*/
    /*padding-top: 28px;*/
    position: relative;
}
.service-astrology .astrology-services {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.service-astrology .astrology-services a {
    color: rgba(0, 0, 0, 0.5);
}
.service-astrology .title {
    font-size: 36px;
    line-height: 56px;
    letter-spacing: -1px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
}
.service-astrology .title {
    font-size: 36px;
    line-height: 56px;
    letter-spacing: -1px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
}
.service-astrology .price-range {
    font-size: 36px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
    line-height: 56px;
    /*margin-top: 14px;*/
    margin-bottom: 0px;
}
.service-astrology .book-now-btn {
    background-color: #7e1515;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
    border-radius: 4px;
    border: none;
    outline: none;
    height: 48px;
    /*width: 213px;*/
    font-size: 15px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*margin-top: 24px;*/
    cursor: pointer;
    color: white !important;
}
.service-astrology .astrology-details {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.87);
    line-height: 24px;
    margin-top: 30px;
}
.trix-editor-style strong {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: rgba(0, 0, 0, 0.87) !important;
    line-height: 34px !important;
}
.trix-editor-style div{
    font-size: 14px !important;
    font-weight: 500 !important;
    color: rgba(0, 0, 0, 0.5) !important;
    line-height: normal !important;
}
.service-astrology .astrology-image {
    /*height: 479px;*/
    max-width: 354px;
    width: 100%;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: contain;
}
.social-links {
    position: absolute;
    top: 0;
    right: 0;
        gap: 15px;
}
.astro-img-details{
    position: relative;

    padding-right: 15px;
    padding-left: 15px;
}
.service-astrology .ion-circle {
    height: 44px;
    width: 44px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 16px 0px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 16px 0px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    color: #7e1515;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.image-center {
    display: block;
    margin: 0 auto;
}
.service-astrology .social-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media(max-width:450px){
    .book-now-btn{
        width: 100% !important;
    }
}
@media only screen and (max-width: 770px) {
    .social-links {
        position: static;
        display: flex;
        margin-top: 10px;
    }
}
ul{
    padding-left: 0rem;
}
.popup_header{
        font-size: 28px;
    color: #7e1515;
    letter-spacing: -1px;
    text-align: center;
    font-weight: 600;

}
.astro-content {
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: none!important;
    position: relative;
    margin-top: 100px;
}
.astro-header{
    border: none;   
}
 .astro-modal-para {
    font-size: 15px;
    letter-spacing: initial;
    color: grey;
}
.astro-modal-close-btn{
    position: absolute;
    top: 16px;
    right: 23px;
}
.astro-modal-label {
    font-size: 15px !important;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
    line-height: 28px;
}
.astro-modal-radio:checked{
    background-color: #7e1515;
    border: 2px solid #7e1515;
}
.form-check-input:focus{
    border: none;
        box-shadow: none;
    
}
.astro-add-to-cart{
    background-color: #7e1515;
    color: white;
}
.astro-modal-input-text{
    font-size: 16px;
    margin-bottom:0px!important;
}
.form-check-inline{
    font-size: 14px!important;
}
.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)!important;
}
.astro-modal-textarea{
    font-size: 13px;
}
.form-control:focus {
    border-color: #7e1515;
    box-shadow: none;
}



@media(max-width:480px){
    .astro-modal-close-btn {
        position: absolute;
        top: 16px;
        right: 10px;
    }
    .astro-img-details {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    /*margin-top: 30px;*/
}
   
.service-astrology .astrology-services {
    margin-bottom: 0px;
}  

}
.astro-add-to-cart:hover{
     background-color: #7E1515;
     color: white;
}
 /*--------------- cart page css ---------------*/
.cart-sec {
    padding: 2.625rem 0 6.25rem 0;
}
.cart-sec .cart-container {
    max-width: 1062px;
    margin-left: auto;
}
.cart-sec .cart-details-left{
    border: 1px solid rgba(140, 140, 140, 0.5);
    border-radius: 12px;
}
.cart-sec .cart-details-left .cart-header {
    padding: 18px;
    border-bottom: 1px solid rgba(140, 140, 140, 0.25);
}
.cart-sec .cart-details-left .cart-header h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
    line-height: 28px;
}
.cart-sec .cart-details-left .cart-body {
    padding: 26px;
    position: relative;
    padding-left: 175px;
    border-bottom: 1px solid rgba(140, 140, 140, 0.25);
    padding-bottom: 65px;
}
.cart-sec .cart-details-left .cart-body .image-holder {
    max-width: 118px;
    text-align: center;
    position: absolute;
    left: 26px;
    top: 26px;
}
.cart-sec .cart-details-left .cart-body .image-holder img {
    height: 118px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 15px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}
.badge-danger {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 0 17px;
    background-color: #68090a;
}
span.badge.badge-danger.mb-3 i.fas.fa-times.mr-2 {
        margin-right: 0.5rem;
}
.cart-sec .cart-details-left .cart-body .cart-details h2 {
    font-size: 24px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
    line-height: 46px;
    margin: 0;
}
.cart-sec .cart-details-left .cart-body .cart-details h4 {
    font-size: 17px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
    line-height: 24px;
}
.cart-sec .cart-details-right {
    -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border: 1px solid rgba(140, 140, 140, 0.5);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    max-width: 305px;
    margin-left: auto;
}
.cart-sec .cart-details-right .single-detail {
    padding: 12px 26px;
}
.cart-sec .cart-details-right .single-detail.type-2 {
    border-bottom: 0;
}
.cart-sec .cart-details-right .single-detail.type-2 h5 {
    font-size: 15px;
    font-weight: 700;

    color: rgba(0, 0, 0, 0.5);
    line-height: 24px;
    margin-bottom: 0;
}
.cart-sec .cart-details-right .single-detail p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
    line-height: normal;
}
.cart-sec .cart-details-right .cart-header {
    padding: 18px;
    border-bottom: 1px solid rgba(140, 140, 140, 0.25);
}
.cart-sec .cart-details-right .cart-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: "Noto Sans", sans-serif;
    color: rgba(0, 0, 0, 0.5);
    line-height: 28px;
}
.cart-sec .cart-details-right .single-detail .green {
    color: #46ac48;
}

.cart-sec .apply-promo-code-btn {
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
    line-height: normal;
    border: 0;
    background-color: #f58120;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: #00000033 0px 1px 2px 0px;
    box-shadow: #00000033 0px 1px 2px 0px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.apply-btn {
    min-height: 28px !important;
    position: absolute;
    top: 5px;
    right: 24px;
    max-width: 70px !important;
}
.cart-sec .cart-details-right .checkout {
    padding: 12px 26px;
}
.btn-lg-orange {
    background-color: #f58120;
    min-height: 48px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 1rem;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    font-family: "Noto Sans", sans-serif;
    color: #fff;
    line-height: 47px;
    display: inline-block;
    text-align: center;
}
.astrology-services a{
    color:rgba(0, 0, 0, 0.5)!important;
}
input#time_birth {
    padding: 4px 12px;
}
input#preferred_time {
  padding: 4px 12px;
}
.astro-header{
    background:transparent!important;
}
button#add-question-btn {
    font-size: 14px;
    background: #7e1515;
    border: none;
        width: 25%;
}
.btn-add-to-cart-modal{
      font-size: 14px;
    background: #7e1515!important;
    border: none;
}
.btn-question-modal{
    background:#7e1515;
    color:#fff;
    font-size:20px;
    border:none;
    
}
.btn-question-modal:hover{
    background:#7e1515!important;
    color:#fff;
    font-size:25px;
    border:none;
    
}
.modal-body.astro-modal-body {
    height: 550px;
    width: 100%;
}
.modal-body.astro-modal-body::-webkit-scrollbar {
  width: 0px;
}


/*add new css*/
@media only screen and (max-width: 768px) {
    .work-content-h5{
        padding: 0;
        line-height: 24px;
    }
    .service-advantage .padding {
    padding: 0;
}

/*ADD NEW CSS*/
.service-astrology .title {
    font-size: 24px;
            margin-bottom: 0;
}
.service-astrology .price-range {
    font-size: 30px;
    margin-top: 0px;
}

.popup_header {
    font-size: 24px;
}
button#add-question-btn {
    width: 50%;
}
    
}

/*add new css 20_6_25*/
#astrologyDetails p{
    font-size: 16px;
     /*font-family: "Alegreya Sans", sans-serif; */
    font-weight: 500;
    color: rgba(0, 0, 0, 0.66);
    line-height: 24px;
    margin-bottom: 4px;
}
#descriptionPlainContent p{
    font-size: 16px;
    color: #000000b0;
}

.row.add_to_cart_item.active {
    /* margin-bottom: 20px; */
    padding-bottom: 20px;
}

.input_group {
    margin-right: 20px;
    font-weight: 500;
    border: 0;
    border-bottom: 2px solid #d8d8d8 !important;
}
.input_group:focus {
    /*box-shadow: none;*/
    border-bottom: 2px solid #7e1515 !important;
}
.time-select{
    border: 1px solid #000;
    border-radius: 10px;
    color: #000;
}
.time-picker-container {
    column-gap: 10px;
    display: flex;
    align-items: center;
}
select::-ms-expand {
  display: none; /* for IE/Edge */
}