﻿*{
    margin:0;
    padding: 0;
    font-family: Open Sans;
}
.container {
   max-width: 1320px !important;
}
img {
    max-width: 100%;
    height: auto;
}
p{
    font-size: 17px !important;
    line-height: 1.7em;
}
h1,h2,h3,h4,h5,h6{
    letter-spacing: -1px;
}
.text-white {
    color: #fff !important;
}
.dark-text{
    color: #000 !important;
}
.font-weight-500{
    font-weight: 500 !important;
}
.f-600{
    font-weight: 600 !important;
}
.text-sm{
    font-size: 17px !important;
}
.text-md{
    font-size: 20px !important;
}
.collapse-section input#tab-chck1 {
    display: none;
}
.banner-section {
    background-image: url(/images/astro-scheduler-images/prasna-astrology-lp-banner.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.text-section {
    padding: 50px 0px;
}
.main-title {
    font-size: 33px;
    color: #000000;
    line-height: 1.3em;
    padding-bottom: 30px;
    font-weight: 600;
}
.sub-title {
    font-size: 23px;
    color: #000 !important;
    line-height: 1.7em;
    font-weight: 500;
    letter-spacing: -1px;
    padding-bottom: 10px;
}
.event-date {
    color: #fff;
    font-size: 14px;
    padding-left: 8px;
    font-weight: 600;
}
hr {
    width: 60%;
    border-top: 2px solid #c1bcbc;
}
.button-div {
    padding: 40px 0px;
}
.join-now-btn {
    color: #fff!important;
    border-radius: 5px;
    font-size: 16px;
    background-color: #038d98;
    padding: 13px 40px;
    font-weight: 600;
}
.join-now-btn:hover{
    text-decoration: none;
}
.overview-section {
    /*background-color: #4361ee;*/
    width: 100%;
    float: left;
    padding: 30px 0px;
}
.underline-title{
    padding-bottom: 10px;
}
.hr-line {
    margin: 0px;
    width: 20%;
    margin: 0 auto;
    border-top: 2px solid #000;
    margin-bottom: 30px;
}
.sub-title-1 {
    color: #000;
    font-weight: 500;
    font-size: 25px;
    padding-bottom: 20px;
}
.overview-content {
    padding-top: 30px;
}
.section-2,.section-4{
     background-color: #fff;
    width: 100%;
    float: left;
    padding: 50px 0px;
}
.section-3{
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 50px 0px;
    padding-top: 50px;
    padding-bottom: 20px;
}
.about-section .container{
    position: relative;
}
.section-5{
    width: 100%;
    float: left;
    padding: 30px 0px;
    padding-top: 50px;
}
ul.bullet-style li:before {
   content: "\f005";
    color: #000000;
    font: normal normal normal 14px/1 'FontAwesome';
    font-size: .7em!important;
    font-weight: 800;
    position: absolute;
    left: 16px;
    padding-top: 10px;
    color: #000;
}
.listing-content {
    width: 80%;
    padding: 30px 0px;
}
ul.bullet-style {
    margin-top: 20px;
}
.bullet-style li {
    font-size: 17px;
    padding-bottom: 0.7em;
    list-style: none;
    padding-left: 20px;
    line-height: 1.7em;
}
.border-right {
    border-right: 2px solid #e7e7e7;
    margin-right: 20px;
}
.astro-img {
    width: 450px;
    border-radius: 10px;
}
.section-2.service-section {
    padding-bottom: 30px;
    background-color: #fbb40a;
}
.row.steps {
    width: 75%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.steps-inner.text-center {
    box-shadow: 0 0 10px 0 #00000012;
    background-color: #ffffff;
    padding: 15px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 2px solid #fff;
    cursor: default;
}
.steps-inner:hover > img {
    filter: invert(32%) sepia(59%) saturate(52%) hue-rotate(264deg) brightness(51%) contrast(98%);
    transition: 0.1s;
}
p.step-no {
    font-size: 20px !important;
    font-weight: 700;
    text-align: center;
    margin-top: 23px;
    color: #048b9a;
}
.steps-inner.text-center:hover {
    background-color: transparent;
    transition: 0.5s;
    border: 2px solid #4a4545;
}
.steps-inner.text-center:hover > p {
    color: #000 !important;
}
.step-3 {
    height: 357px;
}
.life-event-img {
    margin-top: 10px;
    border-radius: 10px;
}
.signin-col {
    padding-top: 40px;
}
h2.prasna-qa-title {
    padding-bottom: 0px;
    padding-top: 45px;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}
.prashna_signin h4 {font-size:  20px;font-weight: 600;}

.prashna_signin h4 a {font-size: 18px;color: #1aa2fa;}
/* Accordion styles */
.tabs {
  border-radius: 2px;
  overflow: hidden;
  /*box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);*/
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.collapse-section .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #fbb40a;
  font-weight: bold;
  cursor: pointer;
  border-radius: 2px;
  /* Icon */
}

.collapse-section .tab-label::after {
  content: "\f054";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    top: 8px;
    position: relative;
}
.collapse-section .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: #f7f7f7;
  transition: all 0.35s;
  display: none;
}
.collapse-section .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.collapse-section .tab-close:hover {
  background: #1a252f;
}
input:checked + .tab-label {
  background: #fbb40a;
      margin-bottom: 0px;
}
input:checked + .tab-label::after {
  transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: 500vh;
  padding: 1em;
  display: block;
}
input#chck1 {
    display: none;
}
ul.bullet-style.collapse-section li:before {
    position: relative;
    left: 9px;
    top: -5px;
    background: rgb(0 0 0 / 0%) url(https://www.astroved.com/images/list-1.png) no-repeat scroll 0 10px;
    padding: 6px 0 6px 20px;
    list-style: none;
    color: transparent;
}
section.collapse-section {
    float: left;
    width: 100%;
    /*background-color: #162b53;*/
    padding: 40px 0px;
    padding-bottom: 35px;
    padding-top: 0px;
}
ul.bullet-style.collapse-section {
    margin-top: 0px;
}
section.testimonial {
    width: 100%;
    float: left;
    padding: 50px 0px;
    background: #f7f7f7;
    background: url(/images/lac-testi-bg.jpg) no-repeat left bottom;
    background-size: cover;
}
.bullet-style.collapse-section li {
    padding-left: 5px;
}
/*ipad--*/
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px){
    .life-event-img {
    width: 50%;
}

.prasna-service-box .prasna-box-input{
    padding: 10px 40px 20px !important;
}
.banner-img{
    width: 270px !important;
    padding-top: 33%;
 }
ub-title{
    font-size: 20px;
}
.sticker.stick{
    padding-left: 5% !important;
    padding-right: 3% !important;
}
.row.steps{
    width: 100%;
}
.steps-inner {
    height: 430px;
}
.main-title{
        font-size: 23px !important;
    padding-bottom: 10px !important;
}
.sub-title {
    font-size: 18px;
    padding-bottom: 10px;
}
.button-div {
    padding: 20px 0px;
}
.text-section {
   padding: 20px 0px !important;
}
.glyphicon-chevron-right:before{
    right: -60px !important;
}
.glyphicon-chevron-left:before{
    left: -60px !important;
}
.prasna-shop .add-to-box .btn-cart{
    background:#f2673a url("/app_themes/astroved/images/cart.png") no-repeat scroll 15px 11px !important;
}
.align-change{
    margin-top: 20px !important;
}
}

/*sticky menu---*/
.sticker {
    display: none;
}
.sticker {
    padding: 10px;
    text-align: center;
    background: #ffffff;
    font-weight: 500;
}
.title-btn {
    display: inline-flex;
    width: 100%;
}
.dynamic-title {
    width: 80%;
}
.dynamic-title-text {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
}
.stick {
    position: fixed;
    top: 0px;
}
.sticker.stick {
    display: block;
    width: 100%;
    left: 0px;
    padding-left: 12%;
    padding-top: 15px;
    padding-bottom: 15px!important;
    padding-right: 6%;
    box-shadow: 0px 12px 18px -6px rgb(135 134 134 / 30%);
}
.fixed-btn-package {
    background-color: #038d98;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
}
.fixed-btn-package a {
    padding: 8px 25px 8px;
    display: block;
    color: #fff;
    font-weight: 600;
}
.fixed-btn-package a:hover {
    text-decoration: none;
}
.banner-img-mob{
width: 100%;
}
.mb-1{
    margin-bottom: 20px;
}
input#ctl00_placeholderMain_ctl05_txtnumber {
    width: 100px !important;
    background-color: #fff !important;
    margin-left: 5px;
    padding: 10px 20px !important;

}
.prasna-service-wrap {
    padding-bottom: 10px;
    padding-top: 10px;
}
#ServiceDesk p {font-size: 13px !important;}
.prasna-service-wrap textarea {background-color: #fff !important;border: 1px solid #dddddd !important;}
select {background-color: #fff!important;padding: 7px 5px!important;}
/*responsive mob media query--*/
@media only screen and (max-width: 760px){
    .prasna-baltxt span{
        font-size: 18px !important;
    }
    .prasna-box-img {text-align: center;}
    h2.prasna-qa-title {font-size: 18px !important;text-align: center;padding-bottom: 0px;}
    .prashna_signin h4{
        font-size: 18px !important;
    }
    .prasna-service-wrap {
    padding-bottom: 10px !important;
}
    div#recent-purchase {
    display: none !important;
}
    .prasna-order-wrap h2 {
        font-size: 17px !important;
}
.prasna-shop .price{
    font-size: 0px !important;
}
.prasna-order-wrap {
    padding: 20px 0px !important;
}
    .glyphicon-chevron-left:before{
        left: -20px !important;
    }
    a.left.carousel-control {
    top: -10% !important;
}
    a.right.carousel-control {
    top: -10% !important;
}
.glyphicon-chevron-right:before{
        right: -20px !important;
}
    .step-3 {
    height: auto !important;
}
    .life-event-img {
    margin-bottom: 30px;
    margin-top: 10px;
}
    h3.mob-h3.white-text.font-s {
    font-size: 20px;
    line-height: 1.5em;
    padding-bottom: 10px;
}
    img {
    vertical-align: middle;
    max-width: 100%;
}
.astro-img{
    margin-top: 20px;
}
.text-center{
    text-align: left !important;
}
.section-3{
    padding-top: 30px;
    padding-bottom: 20px;
}
.row.steps {
    width: 100% !important;
        margin-top: 10px;
}
.section-2.service-section {
    padding-bottom: 0px !important;
    padding-top: 30px !important;
}
    .overview-content {
    padding-top: 10px !important;
}
ul.bullet-style {
    margin-top: 0px;
}
.service-section .text-center {
    text-align: center !important;
}
.overview-section{
    padding: 15px 0px;
}
.sub-title-1{
    font-size: 18px !important;
}
p{
    font-size: 16px !important;
}
li{
    font-size: 16px !important;
}
.video {
    border-radius: 10px;
    height: 200px;
    margin-top: 20px;
}
.mob-text {
    padding-top: 25px;
}
.section-2,.section-4{
    padding: 25px 0px;
}
.sticker-mob {
    padding: 10px;
    text-align: center;
    width: 100%;
    font-weight: 500;
    left: 0px;
    display: none;
    background: #13698c3d;
    z-index: 99;
}
.stick-mob {
    position: fixed;
    bottom: -2px;
}
.sticker-mob.stick-mob {
    display: block;
}
.fixed-btn-package-mob {
    background-color: #048b9a;
    padding: 11px 10px 11px;
    border-radius: 10px;
    color: #fff;
    width: 95%;
    margin: 0 auto;
    font-size: 14px;
}
.fixed-btn-package-mob a {
    color: #fff !important;
    font-weight: 600;
}
.sticker.stick{
    display: none;
}
.fixed-btn-package-mob a:hover{
    text-decoration: none;
}
.prasna-service-innerbox{
    margin: 0px !important;
}
.prasna-service-box .prasna-box-input {
    padding: 0px 20px !important;
}
input#ctl00_placeholderMain_ctl05_txtnumber{
    margin-top: 10px;
    margin-left: 0px;
}
.avinstopbcg.prasana-input{
    text-align: left;
}
.prasna-box-input textarea::-webkit-scrollbar {
    width: 5px;
}
.avinstopbcg select{
    margin-left: 15px;
    width: 60% !important;
}
.avinstopbcg span {
    display: initial !important;
    margin: 0px !important;
    font-size: 14px !important;
}
.ask-prasna-btn{
    float: none !important;
    margin-top: 20px;
    display: block;
    text-align: center !important;
}
.prasna-box-input textarea{
    font-size: 12px;
}
.prasna-text-live{
    margin-top: 0px !important;
    padding: 20px 11px !important;
    font-size: 15px !important;
}
.prasna-enter-num{
    font-size: 14px;
    display: block !important;
}
.prasna-service-innerbox .errormessage {
    margin-top: 10px;
}
.prasna-top-tittle h1{
    font-size: 25px;
}
.prasna-top-tittle h1{
    font-size: 18px !important;
}
div.prasna-service-box{
    margin-top: 30px !important;
}
}
@media screen 
  and (min-width: 760px) 
  and (max-width: 2600px) {
.sticker-mob{
    display: none;
}
}
/*mob view codes---*/
.mob-view-only p {
    margin-bottom: 0px;
    padding: 8px 0px;
    font-weight: 600;
}
.mob-head-content {padding: 20px 0px;}

.mob-h1 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-bottom: 9px;}

.mob-content {
    padding: 2px 20px;
    background-color: #fbbf29;
    border-bottom: 2px solid #fccf5f;
    padding-top: 10px;
}
.mob-banner-content {padding: 10px 20px;background-color: #fccf5f;border-radius: 10px;padding-bottom: 20px;}

.mob-h2 {font-size: 16px;font-weight: 600;padding: 10px 0px;}

.mob-h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
}
.mob-hr-line{
    width: 100%;
    border-top: 1px solid #cdc9c9;
    margin-bottom: 5px;
}
.date-time-section {
    color: #f78d06;
    font-size: 13px;
}
.event-date-1 {font-size: 13px;
    font-weight: 600;
    padding: 5px 0;padding-left: 10px;}

.date-time-section-1 {padding-top: 0px !important;}
.view-pack {
    background-color: #048b9a;
    width: 100%;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    margin-top: 20px;
}
.view-pack a {
    padding: 10px 15px;
    display: block;
    color: #fff;
    border: none;
    font-size: 14px;
}

/*responsive d none code--- hide on mob---*/
@media only screen and (max-width:760px){
.d-none.d-sm-block {
    display: none!important;
}
}
/*visible only on mob---*/
@media only screen and (max-width:760px){
.d-block.d-sm-none{
    display: block !important;
}
}
@media screen and (min-width: 768px) {
.d-block.d-sm-none{
    display: none !important;
}
}
#cssmenu{
    box-shadow: none !important;
}
.prasna-order-wrap::before{
    display: none;
}
.prasna-order-wrap::after{
    display: none;
}
.prasna-shop .price{
    font-family: Open Sans;
    font-weight: 600;
}
.av-pro-variation input[type="submit"]{
    font-weight: 600 !important;
}
.prasna-service-wrap input[type=text]{
    padding: 8px 20px !important;
}
.prashna_signin h6 {
    padding-bottom: 20px;
}
.prasna-shop .add-to-box .btn-cart:hover{
    background:#f2673a url(/app_themes/astroved/images/cart.png) no-repeat scroll 15px -23px !important; 
}
  /* Carousel base class */
.carousel {
  height: auto;
}
a.left.carousel-control{
    top: 6%;
}
a.right.carousel-control {
    top: 20%;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  padding-right: 50px;
  padding-left: 20px;
  text-shadow: none !important;
}
.carousel-caption p{
    color: #000 !important;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: auto;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
.item-in {
    padding-left: 15px;
    padding-right: 15px;
}
.glyphicon-chevron-right:before{
    content: "\e080";
    background: rgba(255, 255, 255, 1) url(/images/slide-right.png) no-repeat scroll 10px 9px !important;
    border: medium none;
    font-size: 0;
    height: 35px;
    right: -130px;
    position: absolute;
    top: -140%;
    width: 35px;
    border-radius: 50%;
    box-shadow: 1px 1px 2px #aaa;
}
.glyphicon-chevron-left:before {
    content: "\e079";
    background: rgba(255, 255, 255, 1) url(/images/slide-left.png) no-repeat scroll -2px 9px !important;
    border: medium none;
    font-size: 0;
    height: 35px;
    left: -130px;
    position: absolute;
    top: -100%;
    width: 35px;
    border-radius: 50%;
    box-shadow: 1px 1px 2px #aaa;
}
.carousel-control.left{
    background-image: none !important;
}
.carousel-control.right{
    background-image: none !important;
}
.carousel-caption{
    position: initial !important;
}
.carousel-indicators li{
    background-color: #f7f7f7 !important;
    border: 1px solid #f7f7f7 !important;
}
.carousel-inner strong {font-weight: 600;}

.carousel-inner h2 {margin-bottom: 20px;font-size: 18px;color: #000;}
.prasna-order-wrap {
    padding: 50px 0px;
}

@media only screen and (max-width: 999px){
.button {
    background-color: transparent !important;
}
}
@media only screen and (max-width: 765px){
.button {
    display: block !important;
}
.button {
    background-color: transparent !important;
}
.prasna-order-box .button {
    background-color: #fe5e08 !important;
    margin-top: 20px !important;
    margin-left: 0px !important;
}
.carousel-caption{
    padding-right: 20px !important;
}
}
#cssmenu > ul > li > a{
    padding: 15px 15px !important;
}
ol.carousel-indicators {
    display: none;
}

.loadmodal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
    left:0;
}
.loadcenter
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
 
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
        dl.more_faq_txt
        {
            list-style: none;
            color: #000;
        }
        .more_faq_txt dt
        {
            font-size: 13px;
            font-weight: bold;
            padding: 7px;
        }
        .more_faq_txt dd
        {
            border-bottom: 1px dotted #DDDDDD;
            font-size: 13px;
            line-height: 22px;
            margin: 0 0 8px;
            padding: 2px 0 7px 10px;
        }
        
        /* Button & Textbox Styles */
        h1, h2, h3
        {
            margin: 0;
            padding: 0;
        }
        .btn
        {
            width: 100px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            background: #5A5655;
            color: #FFFFFF;
            margin: 2px 10px 0px 10px;
            padding: 5px 5px 5px 5px;
            text-align: center;
            border: 1px solid #5A5655;
            text-decoration: none;
        }
        .btn:hover
        {
            background: #EA8511;
            color: #FFFFFF;
            border: 1px solid #EA8511;
            text-decoration: none;
        }
        
        .wiz-body .text
        {
            border: 1px solid #E0E0E0;
            width: 300px;
            padding: 4px;
        }
        .wiz-body .text:focus
        {
            border: 1px solid #EA8511;
        }
        .wiz-nav div.error
        {
            font: bold 12px Verdana, Arial, Helvetica, sans-serif;
            display: none;
            position: relative;
            left: 30%;
            top: 5px;
            width: 400px;
            padding: 5px 5px 5px 10px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            float: left;
            background: #FFE45C;
            border: 1px solid #FED22F;
            color: #363636;
        }
      
        .service_desk a
        {
            font-weight: bold;
            font-size: 15px;
        }
        /* Feedback Star ratings  */
        a
        {
            text-decoration: none;
        }
        .ui-stars-star, .ui-stars-cancel
        {
            float: left;
            display: block;
            overflow: hidden;
            text-indent: -999em;
            cursor: pointer;
        }
        .ui-stars-star a, .ui-stars-cancel a
        {
            width: 16px;
            height: 15px;
            display: block;
            background: url(/Images/jquery.ui.stars.gif) no-repeat 0 0;
        }
        .ui-stars-star a
        {
            background-position: 0 -32px;
        }
        .ui-stars-star-on a
        {
            background-position: 0 -48px;
        }
        .ui-stars-star-hover a
        {
            background-position: 0 -64px;
        }
        .ui-stars-cancel-hover a
        {
            background-position: 0 -16px;
        }
        .ui-stars-star-disabled, .ui-stars-star-disabled a, .ui-stars-cancel-disabled a
        {
            cursor: default !important;
        }
        .line-item
        {
            float: left;
            font-size: 13px;
            font-weight: bold;
            margin: 7px 0 2px;
            padding: 5px 10px;
            width: 150px;
            text-align: left;
            color: #222;
        }
        .line-item1
        {
            float: left;
            font-size: 13px;
            font-weight: bold;
            margin: 7px 0 2px;
            padding: 5px 10px;
            width: 145px;
            text-align: left;
            color: #BC20BF;
        }
        .product_name
        {
            color: #005DAA;
            font-size: 17px;
            font-weight: bold;
            padding: 0 0 10px 33px;
        }
     
        .quantity label
        {
            color: #222;
        }
        .product_variation select
        {
            margin: 0px 0 14px 9px;
        }
        
        .product_variation
        {
            float: left;
            padding: 0;
        }
        .prasana_box
        {
            width: 96%;
            margin: 0 auto;
            background: #EAF3FC;
            border-radius: 4px;
            padding: 10px;
            border: 1px solid #C1DAF2;
        }
        .buy_now_wrap
        {
            margin: 0 0 0 36px;
            background: #AED5F9;
        }
        
        .pro_price_box
        {
            clear: both;
            float: left;
            padding: 0 0 0 25px;
            width: 97%;
        }
        .offlinemessage{font-weight:bold;color:red;margin-left:140px;margin-bottom:10px;font-size: 16px;}
        .av-prasna-order {
    display: flex;
    flex-wrap: wrap;
}

.prasna-img-box {
    flex-basis: 38%;
    padding: 10px;
}

.prasna-shop {
    flex-basis: 62%;
    padding-left: 4%;
}
.prasna-top-tittle {
    text-align: center;
    padding-bottom: 30px;
}
.prasna-top-tittle h1 {
    font-size: 31px;
    font-weight: 600;
    padding-bottom: 5px;
}
.prasna-top-tittle h2 {
    font-size: 22px;
    padding: 0;
    margin: 0;
    color: #444;
}
.prasna-pac-tittle {
    padding: 10px 0 10px;
    font-weight: 600;
    font-size: 2em;
}
.prasna-pac-subtit {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.variation-input {
    font-size: 14px;
}
.prasna-shop .special-price {
    padding: 2px 0 10px;
}
.add-to-cart label.quantity {
    display: none;
}
.add-to-cart input#ctl00_placeholderMain_txtProductQuantity {
    display: none;
}

.prasna-shop .add-to-box .btn-cart {
    background: #f78d06 !important;
    padding: 9px 26px !important;
    border-radius: 9px !important;
    margin: 15px 0 0 12px !important;
    font-size: 16px !important;
}
.prasna-shop .add-to-box .btn-cart:hover {
    background: #f78d06 !important;
}

.prasna-cus-signin {
    font-size: 15px;
    margin: 0 0 0 16px;
    font-weight: 600;
}

.prasna-valitity-txt {
    font-size: 13px !important;
    padding: 0 !important;
    margin: 10px 0 10px 12px;
}
.prasna-img-box img {
    border-radius: 0;
    padding: 5px;
    border: 1px solid #ddd;
}
.prasna-order-wrap {
    background: #fff;
}
.prasna-hist-wrap .page-bg {
    padding: 7px 0;
    background: #009390;
}
.page-bg a.page-selected {
    background: #ffffff;
    color: #009390;
}
table.prasna-qa-history th{ background: #f5a86e; }
@media only screen and (max-width: 767px){
.prasna-shop {
    flex-basis: 100%;
}
.prasna-img-box {
    flex-basis: 100%;
}
.prasna-top-tittle{ padding-bottom: 0; }
}
/*-------*/
/*newly added--*/
.prasna-baltxt {
    text-align: center;
    margin: 15px 0px 20px;
}
.prasna-baltxt span {
    font-weight: 600;
    font-size: 21px;
    background: transparent;
    margin-right: 5px;
}
.prasna-box-img{
    padding: 0px !important;
}
.prasna-box-img img{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.avinstopbcg select {
    background-color: transparent !important;
    border-bottom: 2px solid #c0af84;
    border-radius: 0px !important;
    font-size: 15px !important;
    font-weight: 600;
    color: #000 !important;
    font-family: 'Open Sans' !important;
}
.avinstopbcg span.prasana-qus {
    margin-left: 5px !important;
}
.avinstopbcg input[type=text]:focus{
    border: 1px solid #fff3d9 !important;
}
.avinstopbcg input[type=text]:active{
    border:2px solid #c4c4c4 !important;
}
.prasna-box-input {
    padding: 0px 90px;
}
.prasna-service-box{
    margin-top: 50px !important; 
}
.prasna-enter-num{
    color: #038d98;
    font-weight: 600;
    font-size: 15px !important;
    display: flex;
}
.prasna-enter-num span.prasna-num-label {
    display: inline-block;
    padding-top: 9px;
}
.ask-prasna-btn input{
    background-color: #038d98 !important;
    padding: 10px 15px !important;
    border-radius: 9px !important;
    margin-top: 0px !important;
    font-size: 16px;
    font-weight: 600 !important;
}
.prasna-text-live {
    margin-top: -4.6em;
    padding: 10px 30px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
}
.qus_symbol img {
    width: 30px;
}
.prasana-qus {
    margin-top: 30px !important;
}
.prasna-service-box{
    max-width: initial !important;
}
.av-prasana.prasna-service-innerbox{
    background: #ffefcc;
    border-radius: 15px;
    border: none;
}
.prasna-service-innerbox .errormessage{
    margin-bottom: 0px;
    overflow-wrap: break-word;
}
.avinstopbcg.prasana-input{
    border-radius: 3px 3px 0 0;
    color: #038d98;
    padding-top: 6px;
    vertical-align: middle;
    background: transparent;
    border: none;
}
.avinstopbcg span{
    font-size: 16px;
    font-weight: 600 !important;
    padding-right: 8px;
    margin: 0 !important;
}
.prasna-box-input textarea{
    width: 100%;
    background-color: #fff;
    height: 100px;
    font-size: 14px;
    border: 1px solid #d7d7d7;
}
.prasna-box-input {
    padding: 0px 90px !important;
}
.av-prasana .remain-txt {
    color: #000000 !important;
    font-style: italic;
    text-align: left !important;
    padding: 3px 0px;
    display: inline-block;
    width: 94%;
    font-weight: 600;
}
.ask-prasna-btn {
    text-align: right;
    margin-bottom: 10px;
    float: right;
}
@media only screen 
  and (max-width: 768px){
    .prasna-box-img{
        display: none;
    }
    .align-change{
    display: block !important;
}
  }
.align-change{
    display: none;
}
table.prasna-qa-history th{
    background: #009390 !important;
}
.pnlPager a:hover {
    color: #fcb817;
}
.prasna-qa-history{
    color: #232323 !important;
}
.astro-qa-img{border: none !important;     text-align: center;}
td.select-box, th.select-box{ border: 1px solid #deeeed; }
.border-white{ border-bottom: none !important; }
table.prasna-qa-history {
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #deeeed;
    border-collapse: collapse;
    border-left: 1px solid #deeeed;
}
td.question-txt {
    color: #0b0b0b;
    text-align: justify;
    font-weight: 600;
}
.astro-qa-img img {
    margin-top: 10px;
}
span.astro-name-txt {
    background: #f7c63c;
    color: #000;
    padding: 5px;
    font-weight: 500;
    border-radius: 0 0 5px 5px;
}
td.bold {
    font-weight: 600;
}
@media only screen 
  and (max-width: 1024px){
.av-prasana.prasna-service-innerbox.row {
    width: 700px;
    margin: 0 auto;
    max-width: 100%;
}
}
@media only screen 
  and (max-width: 1024px){
.prasna-box-img{
    display: none;
}
.align-change{ display: block; }
}

@media screen and (min-width: 0px) and (max-width: 767px){
div.avinstopbcg span {
    display: block;
    vertical-align: bottom;
}
.avinstopbcg span.prasana-qus {
    margin: 10px 0 0 0 !important;
    display: block !important;
}
}
.prasna-box-input .watermark {
    color: #000 !important;
}
@media only screen and (max-width: 767px){
.mob-head-row .avrightcol-space {
    margin: 0 7px;
}

@media only screen and (max-width: 414px){
div.mob-head-row .avrightcol-space {
    margin: 0 2px;
}
}


