*{
    padding: 0;
    margin:0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-size: 100%;
}
p{
    line-height: 1.7;
}
iframe{
    max-width: 100%;
}
img{
    max-width: 100%;
    height: auto;
}
.ps-header-content {
    background: #06325c url(https://cdn.astroved.com/images/priestservice/thai-amavasai-2025.jpg) no-repeat;
    padding: 100px 0px 20px;
    position: relative;
    background-position: center top;
}
.ps-header-content.saturn{
    background: #2d3892 no-repeat;
}
.ps-headline-wrapper{
    padding: 0px 0px 0;
    text-align: left;
    /* border-bottom: 1px solid #fff; */
    margin-bottom: 0;
    margin-top: 100px;
    position: relative;
}
.ps-headline-wrapper::after {
    content: '';
    display: inline-block;
    border-bottom: 1px solid #fff;
    width: 100%;
    bottom: -5px;
    position: absolute;
}
.fw-600{
    font-weight: 600;
}
.ps-headline-wrapper h1{
    font-size: 2.8rem;
    margin-bottom: 4px;
    line-height: 1.4;
    padding-bottom: 7px;
}
.event-btn {
    background: #f6ff00;
    color: #072d54;
    padding: 10px 22px;
    display: inline-block;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}
.event-date {
    /* color: #ffffff; */
    /* font-weight: 500; */
    /* font-size: 20px; */
    /* display: flex; */
    /* justify-content: center; */
}
.ps-event-wrapper {
    background: #023b62a1;
    padding: 15px 7px;
}
.ps-header-content.saturn .ps-event-wrapper{
    background: #a9adff26;
}
.text-white.event-subtitle.date-ico {
    background: url(https://cdn.astroved.com/images/priestservice/event-ico.png) no-repeat;
    background-size: 33px;
    padding: 5px 0 7px 40px;
}

.text-white.event-subtitle.loca-ico {
    background: url(https://cdn.astroved.com/images/priestservice/location-ico.png) no-repeat;
    background-size: 33px;
    padding: 5px 0 7px 40px;
}
.event-subtitle img {
    margin-right: 5px;
    width: 35px;
    vertical-align: text-bottom;
}
.event-subtitle{
    font-size: 18px;
}
.shape-wrapper{
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    overflow: hidden;
}
/*quote section-2--*/
section.quote-section {
    padding: 50px 0px;
    text-align: center;
    background: #f6f3ff;
}
.quote-section p::before, .quote-section p::after{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: 50px !important;
}
.quote-section p::before {
    background: url(https://cdn.astroved.com/images/priestservice/quote-left.jpg);
    top: -45px;
    left: -30px;
}
.quote-section p::after {
    background: url(https://cdn.astroved.com/images/priestservice/quote-right.jpg);
    bottom:0px;
    right: -30px;
}
.quote-section p {
    position: relative;
    margin:0;
}

/*section 3--*/
.title-md{
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 10px;
}
.title-sm{
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
}
.prime-color{
    color: #0a3158;
}
.primary-color{
    color: #2d3892;
}
.ps-content-wrapper {
    padding: 40px 0px 30px;
}
.list-styles li{
    padding-bottom: 10px;
    line-height: 1.8;
}
/*section 4--*/
.service-wrapper{
    background-color: #0b3259;
    padding: 50px 0px;
    position: relative;
}
.service-wrapper .shape-wrapper {
    transform: rotate(180deg);
    top: 0;
    position: absolute;
    line-height: 0;
    width: 100%;
    overflow: hidden;
    bottom: initial;
}
.service-img img {
    border-radius: 15px;
}
.service-content {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
}
.dflex {
    display: flex;
    justify-content: space-evenly;
    width: 80%;
    margin: 0 auto;
}
.d-col {
    flex-basis: calc(50% - 40px);
    margin: 0px 20px;
}
.service-content.serv-1 {
    margin-top: 0px;
}
/*package section 4--*/
.package-wrapper {
    padding: 20px 0px 50px;
}
.ps-pkg-in-wrap .av-pkg {
    border: none;
}
.ps-pkg-in-wrap .title-md {
    font-size: 1.5rem;
    text-align: left;
}
.av-mySlides img {
    border-radius: 10px;
    padding-top: 0px;
}
.av-pkg .container {
    position: relative;
}

.av-pkg .av-mySlides {
    display: none;
    text-align: center;
}
.av-pkg .cursor {
    cursor: pointer;
}
.av-pkg .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.av-pkg .row:after {
    content: "";
    display: table;
    clear: both;
}
.av-pkg .column {
    width: 15.66%;
    padding-right: 10px;
}
.av-demo {
    border-radius: 5px;
}
.av-pkg .active, .av-pkg .av-demo:hover {
    opacity: 1;
}
.av-row {
    justify-content: center;
    margin-top: 15px;
}
.av-pkg .active, .av-pkg .av-demo:hover {
    opacity: 1;
    border-radius: 5px;
}
.ps-pkg-in-wrap ul li {
    padding-bottom: 10px;
    line-height: 1.8;
}
.ps-pkg-in-wrap {
    padding: 30px 20px;
    border-radius: 15px;
    background: #f6f3ff;
    margin:30px 0px 0px;
}
.cost {
    font-size: 25px;
    font-family: Arial;
    font-weight: 600;
    margin-bottom: 5px;
}
.add_cart {
    background: #E0522A;
    color: #fff;
    padding: 8px 40px;
    border-radius: 3px;
    margin-top: 5px;
    display: inline-block;
    border: 1px solid #E0522A;
    text-decoration: none;
}
.add-cart-buy-now {
    margin-top: 0px;
    margin-bottom: 10px !important;
    padding-right: 0 !important;
    padding-left: 0px !important;
}
.buy-now-btn {
    background-color: transparent;
    border: 2px solid #f78d06;
    padding: 9px 35px;
    text-transform: none;
    border-radius: 11px;
    margin-right: 10px;
    color: #f78d06 !important;
    text-decoration: none;
}
/*Related service--*/
.related-services {
    background: #0b3259;
    padding: 50px 0px;
}
.related-services.saturn, .saturn .lp-btn-style {
    background: #2d3892;
}
.saturn .prod-title{
    color: #2d3892;
}
.related-serv-in {
    background: #fff;
    border-radius: 15px;
    padding: 15px 5px;
    height: 100%;
}
.prod-title {
    font-size: 20px;
    margin: 15px 0px 10px;
    font-weight: 600;
    color: #0b3259;
}
.related-serv-in img {
    border-radius: 25px;
}
.related-serv-in a{
    text-decoration: none;
}
a.lp-btn-style {
    background: #0b3259;
    color: #fff;
    padding: 6px 15px;
    display: inline-block;
    border-radius: 5px;
    font-size: 17px;
}

/*why choose--*/
.choose-title {
    color: #65096a;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
}
.choose-wrap p {
    font-size: 15px;
}
.dflex-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.choose-wrap {
  padding: 10px 0px;
    text-align: center;
    flex: 1 1 calc(20% - 20px);
    box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .choose-wrap {
    flex: 1 1 calc(33.33% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .choose-wrap {
    flex: 1 1 50%;
  }
}
/*gallary--*/
.carousel-control-next-icon {
    background-image: url(https://cdn.astroved.com/images/priestservice/ps-right-arrow.jpg) !important;
    border-radius: 50px;
}
.carousel-control-prev-icon {
    background-image: url(https://cdn.astroved.com/images/priestservice/ps-left-arrow.jpg) !important;
    border-radius: 50px;
}
/*FAQ--*/
.faq {
    background: #f6f3ff;
    padding: 30px 0px;
}
.faq-list li {
    padding-bottom: 10px;
}
.faq summary {
    position: relative;
}
.faq summary::marker {
    content: none;
}
.faq summary::before,
.faq summary::after {
    content: "";
}
.faq summary::before,
.faq summary::after {
    width: 0.75em;
    height: 0;
    border-bottom: 2px solid;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    transform: translateY(-50%);
}
.faq summary::after {
    transform: rotate(90deg);
    transform-origin: 50% 50%;
}
[open] summary::after {
    transform: rotate(0deg);
}
.faq details {
    padding: 0 1rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #d2d2d2;
}
details + details {
    border-top: none;
}
.faq details[open] {
    padding-bottom: 1em;
}
.faq summary {
    padding: 1rem 2em 1rem 0;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

/*saturn lp style--*/
.ps-header-menu{
    display: block;
}
.ps-banner-content{
    padding: 50px 0;
    background: #0c4bb2;
}
.ps-banner-content h1{
    color: #ffcc02;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.ps-banner-content p{
    color: #ffffff;
    font-size: 1.3rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
}
.btn-style-2 {
    display: inline-block;
    color: #000;
    background: #ffcc02;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
}
.ps-pkg-info {
    padding: 30px 0px;
    background: #f6f3ff;
    display: none;
}
.pricing-info img {
    border-radius: 10px;
    margin-bottom: 10px;
}
.pkg-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0px 20px;
}
.pricing-info {
    text-align: center;
    background: #ffffff;
    padding: 10px 0px 0px;
    position: relative;
    box-shadow: rgb(0 0 0 / 7%) 0px 5px 15px;
}
.start-price {
    background: #2d3892;
    padding: 7px 10px;
    font-weight: 600;
    color: #fff;
    transition: 0.5s;
    cursor: pointer;
    border: 1px solid #2d3892;
    margin: 0;
}
.start-price:hover {
    background: transparent;
    color: #2d3892;
    transition: 0.5s;
}
.start-price span {
    font-family: Arial !important;
}
.btn-style-1 {
    padding: 8px 20px;
    background: #e0522a;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 500;
    border:1px solid #e0522a;
    transition: 0.5s;
    display: inline-block;
}
.btn-style-1:hover{
    color: #e0522a;
    background:transparent; 
    transition: 0.5s;
}
.contents.saturn {
    padding: 40px 0px 40px;
    background: #f6f3ff;
    margin: 40px 0px 0px;
}
.title-sm-1 {
    font-size: 1.5rem;;
    line-height: 1.6;
    margin-bottom: 10px;
}
.testi-content {
    padding: 30px;
    margin: 30px 15%;
    font-size: 18px;
    background: #efeaff;
    border-radius: 5px;
    /*border: 1px solid #f0ecec;*/
    box-shadow: rgb(0 0 0 / 14%) 0px 5px 15px;
    margin-top: 10px;
    position: relative;
}
.testi-content::before, .testi-content::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 30px !important;
}
.testi-content::before {
    background: url(https://cdn.astroved.com/images/priestservice/quote-left.jpg);
    top: 10px;
    left: 20px;
   
}
.testi-content::after {
    background: url(https://cdn.astroved.com/images/priestservice/quote-right.jpg);
    bottom: 10px;
    right: 20px;
}
.testi-content p {
    padding: 10px 0px;
}
.package-wrapper.saturn{
    padding:0; 
}
.package-wrapper.saturn .ps-pkg-in-wrap{
    margin-top: 0px;
}
.av-pkg .column{
    text-align: center;
}
.gallary-wrapper.saturn {
    padding: 30px 0px 30px;
}
.ps-payment-options .price{
        font-family: Arial !important;
}
.puja-perform-wrapper.saturn {
    padding: 30px 0px;
    background: #f6f3ff;
}
.puja-perform-wrapper.saturn .choose-wrap img {
    border-radius: 50%;
    margin-bottom: 10px;
}
.ps-content-wrapper.saturn, .faq.saturn, .related-services.saturn{
    padding: 30px 0px;
}
.review-wrapper.saturn{
    padding: 0px 0px 30px;
}
/*saturn lp style end//*/

/*header code--*/
.ps-header-wrap {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    align-items: center;
}
.ps-acc-cart {
    display: flex;
    align-self: center;
}
.ps-menu ul li {
    display: inline-block;
    padding: 10px;
}
.ps-menu ul li a{
    color: #000;
}
.ps-menu {
    flex: 1;
    justify-items: flex-end;
    margin-right: 10px;
}
.ps-menu ul {
    margin: 0;
    padding: 0;
}
.ps-cart, .ps-account {
    padding: 5px 10px;
    margin: 0px 5px;
    cursor: pointer;
}
.ps-menu.mob {
    display: none;
}
.ps-cart {
    position: relative;
}
.cart-count {
    left: 21px;
    top: -3px;
}
.ps-cart img {
    margin-right: 3px;
}
/*header extra code--*/
.ps-account:hover .signin-wrap {
    display: block;
}
.ps-account {
    position: relative;
}
.ps-account:hover {
    background: #65096a;
    border-radius: 5px;
    color: #fff;
}
.ps-account:hover img.show-m {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
/*header code end*/
/*sticky header code--*/
.sticker {
    display:none;
    padding: 10px;
    text-align: center;
    background: #ffffff;
    font-weight: 500;
    animation: slideUp 0.35s ease-out;
}
.sticker.stick {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px !important;
    box-shadow: 0px 12px 18px -6px rgb(135 134 134 / 30%);
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
}
.stick {
    position: fixed;
    top: 0px;
}
.title-btn {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}
.ps-event-title {
    font-size: 22px;
    font-weight: 600;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
/*end*/
/*table end--*/
.table-format table thead th {
    background-color: #2d3892 !important;
    color: #ffffff !important;
    font-weight: 500;
    padding: 10px 20px !important;
}
.table-format table tbody tr td {
    padding: 6px 20px !important;
    font-size: 15px;
    background: #f1f3ff;
}
.table-format {
    padding: 20px 0px;
}
.table-format table{
    box-shadow: rgb(0 0 0 / 11%) 0px 5px 15px;
}
/*table--*/
/*--*/
.pkg-content-in {
    background: #f6f3ff;
    padding: 20px;
    border-radius: 15px;
    height: 100%;
}
.pkg-content-in img {
    border-radius: 7px;
    display: block;
    text-align: center;
    margin: 10px auto 10px;
}
.pkg-content-in .title-md {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 0;
}
.pkg-content-in p.cost {
    text-align: center;
}
.pkg-content-in .add-cart-buy-now {
    text-align: center;
}
.pkg-content-in li {
    padding: 3px 0;
}
.overall-price {
    display: flex;
    justify-content: center;
    align-items: center;
}
.overall-price strike{
    font-family: Arial;
}
.overall-price span {
    margin: 0 12px;
    font-weight: 600;
    color: #676464;
    font-size: 20px;
}
/*end--*/
/*All media query*/
@media(min-width:1200px){
    .header-wrapper {
        width:85%;
        margin-left: 5%;
    }
    .ps-pkg-info .row {
        max-width: 90%;
        margin: 0 auto;
    }
    .table-format table{
        width: 80%;
        margin:0 auto;
    }
}
@media(min-width: 1400px){
    .service-content{
        min-height: 380px;
    }
}
@media(max-width: 1400px){
    .ps-headline-wrapper h1{
        font-size: 3rem;
    }
    .dflex{
        width: 90%;
    }
    .service-content {
        min-height: 400px;
    }
    .event-date{
        font-size: 18px;
    }
}
@media(max-width: 1200px){
    .dflex{
        width: 100%;
    }
    .service-content {
        padding: 20px;
        min-height: auto;
        margin-top: 50px;
    }
    .service-content .title-sm {
        margin-bottom: 10px;
        line-height: 1.5;
    }
    .ps-headline-wrapper::after{
        width:100%;
    }
    .ps-header-wrap{
        padding:10px 0px;
    }
}
@media(min-width: 992px){
    .event-date{
        justify-content: left;
    }
}
@media(min-width: 992px) and (max-width: 1399px){
    .loca-ico span {
    display: block;
}
}
@media(max-width: 992px){
    .ps-headline-wrapper, .ps-event-wrapper{
        text-align: left;
    }
    .ps-headline-wrapper br, .title-md br {
        display: none;
    }
    .ps-header-content {
        background: #06325c url(https://cdn.astroved.com/images/priestservice/Thai-amavasai-sm.jpg) no-repeat;
        background-position: top center;
        padding: 230px 10px 30px;
        background-size: contain;
    }
    .ps-headline-wrapper h1{
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 0px;
    }
    .ps-headline-wrapper {
        margin-bottom: 0px;
    }
    .dflex{
        flex-direction: column;
        background: #fff;
        margin-bottom: 20px;
        border-radius: 10px;
    }
    .event-date, .event-subtitle{
        margin-bottom: 10px;
    }
    .quote-section p::before{
        left: 0px;
    }
    .quote-section p::after{
        right: 0px;
        bottom: -20px;
    }
    .d-col{
        text-align: center;
    }
    .d-col.ser-img {
        order: 1;
        margin-top: 20px;
    }
    .d-col.serv-content {
        order: 2;
        margin-top: 0px !important;
    }
    .service-content{
        margin-top: 0px;
        padding: 10px 0px;
    }
    .av-pkg{
        margin-bottom: 20px;
    }
    .dflex-row{
        gap:0px;
        padding: 0;
    }
    .banner-wrapper{
        text-align: center;
    }
    .pricing-info img {
        width: 180px;
    }
    .ps-logo img {
        width: 300px;
    }
    header .container{
        padding:0 !important;
        max-width: 100%;
    }
    span.cart-count {
        display: block !important;
    }
    .ps-cart span, .ps-account span{
        display:none;
    }
    .ps-logo {
        padding-left: 20px;
    }
    .ps-pkg-in-wrap img{
        margin-bottom: 20px;
    }
}
@media(max-width: 991px){
    .pkg-content-in{
        height: auto;
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .ps-headline-wrapper {
        margin: 30px 0px 10px;
        padding-bottom: 0px;
    }
    .ps-headline-wrapper h1 {
        margin-bottom: 0px;
        font-size: 1.4rem;
    }
    .title-md {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .ps-header-content{
        padding:130px 10px 30px;
    }
    .ps-content-wrapper, .service-wrapper,.package-wrapper, .faq,.related-services{
        padding: 25px 0px;
    }
    .related-serv-in {
        height: auto;
        margin: 0px 10px 20px;
    }
    .ps-banner-content h1{
        font-size: 1.8rem;
    }
    .ps-banner-content p{
        font-size: 1.2rem;
    }
    .ps-logo img {
        width: 220px;
    }
    .ps-header-wrap{
        padding: 10px 15px;
    }
    .ps-menu {
        display: none;
    }
    .ps-menu.mob {
        display: block;
        margin: 0;
        background: #65096a;
        justify-items: flex-start;
        padding-left: 10px;
    }
    .ps-menu.mob ul li {
        padding: 5px 10px;
    }
    .ps-menu.mob ul li a {
        color: #fff;
    }
    .ps-banner-content, .ps-pkg-info, .contents.saturn{
        padding:25px 0px; 
    }
    .sticker.stick {
        bottom: 0px !important;
        top: inherit !important;
        position: fixed;
        background: antiquewhite;
        padding: 10px;
        text-align: center;
        background: #ffe4dc;
        width: 100%;
        font-weight: 500;
        left: 0px;
        backdrop-filter: blur(7px);
        animation: none;

    }
    .sticker.stick .ps-event-title {
        display: none;
    }
    .title-btn {
        display: block;
        width: 100%;
    }
    .sticker.stick .btn-style-1 {
        width: 100%;
    }
    .ps-cart {
        padding: 5px 0px;
    }
    .start-price {
        font-size: 12px;
    }
    .ps-pkg-info .col-lg-4.col-md-4.col-4 {
        padding-left: 8px;
        padding-right: 8px;
    }
    .pkg-title {
        font-size: 11px;
    }
    .choose-wrap p {
        margin-bottom: 0px;
    }
}
@media(max-width: 500px){
    .saturn .price-wrapper {
        text-align: center;
    }
}


@media(min-width: 992px){
.pkg-content-in .title-md {
    min-height: 90px;
    align-items: center;
    display: flex; justify-content: center;
}
}


