@font-face {
    font-family: 'Source Sans Pro';
    src: url('https://cdn.astroved.com/font/SourceSansPro-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('https://cdn.astroved.com/font/SourceSansPro-Regular.ttf') format('truetype');
    font-display: swap;
}
    body{
        font-family: 'Source Sans Pro', sans-serif;
        font-size:100%;
    }
    a{
        outline: none;
    }
    a:hover {
        color: inherit;
        text-decoration: none;
    }
    img{
        max-width: 100%;
        height: auto;
    }
    @media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
    }
    .center{ text-align: center; }
    select, input {
        background: #fff;
        padding: .5rem;
        border-radius: .3rem;
        border: 1px solid #aaa;
    }
    .pace {
        -webkit-pointer-events: none;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }
    
    .pace-inactive {
        display: none
    }
    

    .pace .pace-progress {
        background: #6868f9;
        position: fixed;
        z-index: 2000;
        top: 0;
        right: 100%;
        width: 100%;
        height: 4px
    }
    
    .smoke-bg {
        background: #000 none repeat scroll 0 0;
        height: 100%;
        left: 0;
        opacity: .4;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99
    }
    .loader-txt {
        margin: 0 auto;
        width: 450px;
        font-size: 1.1em;
        position: fixed;
        z-index: 999;
        left: calc(50% - 225px);
        top: 45%;
        text-align: center;
        background: #fff;
        color: #000;
        padding: 1rem;
        max-width: 96%;
        border-radius: 3px;
    }
    .loading_animaton {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    .loading_animaton > span {
      font-size: 1.2em;
      font-weight: normal;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: #f27201;
      animation-name: bounce;
      animation-duration: 2s;
      animation-iteration-count: infinite;
    }
    
    .loading_animaton > span:nth-child(2) {
      animation-delay: .1s; 
    }
    .loading_animaton > span:nth-child(3) {
      animation-delay: .2s;
    }
    .loading_animaton > span:nth-child(4) {
      animation-delay: .3s; 
    }
    .loading_animaton > span:nth-child(5) {
      animation-delay: .4s;
    }
    .loading_animaton > span:nth-child(6) {
      animation-delay: .5s; 
    }
    .loading_animaton > span:nth-child(7) {
      animation-delay: .6s;
    }
    .loading_animaton > span:nth-child(8) {
      animation-delay: .8s;
    }
    .loading_animaton > span:nth-child(9) {
      animation-delay: 1s;
    }
    .loading_animaton > span:nth-child(10) {
      animation-delay: 1.2s;
    }
    
    @keyframes bounce {
      0% {
        transform: translateY(0px)
      }
      40% {
        transform: translateY(-15px);
      }
      80%,
      100% {
        transform: translateY(0px);
      }
    }
    
    nav.navbar{ padding: 0; }
    .navbar-nav li:hover > ul.dropdown-menu.menuactive {
        display: block;
    }
  
@media only screen and (min-width:992px){
.navbar-nav li:hover > ul.dropdown-menu {
        display: block;
    }
}
    .av-mega-menu .nav-link{ padding: .8rem 1rem; }
    .dropdown-submenu {
        position:relative;
    }
    .dropdown-submenu>.dropdown-menu {
        top:0;
        /*left:-100%;*/
        left:-10rem; /* 10rem is the min-width of dropdown-menu */
        margin-top:-6px;
    }
    nav .dropdown-menu{ padding:0; top: 95%; }
    .dropdown-item:focus, .dropdown-item:hover {
        background: #f2f2f2;
    }
    .nav-item .dropdown-menu .dropdown-item.dropdown-toggle::after {
        position: absolute;
        right: 5px;
        top: 13px;
        transform: rotate(-90deg);
    }
    .nav-item .dropdown-menu .dropdown-item.dropdown-toggle{
        position: relative;
    }
    .dropdown-menu li {
        position: relative;
    }
    /* rotate caret on hover */
    .dropdown-menu > li > a:hover:after {
        text-decoration: underline;
        transform: rotate(-90deg);
    } 
    .submenu.dropdown-menu {
        left: 100%;
        top: 0;
    }
    .dropdown-item{padding: .25rem 1rem}
    
    .mob-header {
        display: none;
    }
    .header-wrap {
        display: flex;
        align-items: center;
        padding: .5rem 0;
    }
    .logo-img {
        background: rgba(0, 0, 0, 0) url(https://www.astroved.com/assests/images/logo.webp) no-repeat scroll 0 100%;
        display: block;
        height: 91px;
        margin: 0;
        outline: 0 none;
        overflow: hidden;
        width: 135px;
    }
    .caption-wrap {
        display: flex;
        vertical-align: middle;
        align-items: center;
    }
    .no1{
        flex: auto;
        text-align: right;  
        padding-right: 10px;
    }
    .no1 span {
        font-size: 48px;
        font-weight: 700;
    }
    .no1-c {
        flex: auto;
    }
    input.new-seach-input {
        background: transparent none repeat scroll 0 0;
        border-radius: 7px;
        color: #000;
        font-style: normal;
        margin-bottom: 10px;
        padding-bottom: 3px;
        width: 210px;
        border: none;
        border-bottom: 1px solid #d6d0d0;
        padding-right: 30px;
        border: none !important;
    }
    .searchButton {
        background: transparent;
        border: none;
        display: inline-block;
        position: relative;
        left: -35px;
    }
    input.new-seach-input:focus {
        outline: none;
    }
    .language .btn {
        padding: .1rem .5rem;
        border: 1px solid #ddd;
        margin-bottom: 5px;
    }
    .h-search i {
        position: relative;
        left: -1.5rem;
    }
    .h-search a:hover{
        cursor:pointer;
    }
    .av-language {
            position: relative;
        display: inline-block;
        width: 75px;
        height: 27px;
        list-style: none;
        padding: 0;
    }
    .av-language a {
        text-align: left;
        display: inline-block;
        padding: 1px 7px;
        border-radius: 5px;
        color: #000;
        font-size: 16px;
        overflow-wrap: unset;
        font-weight: 500;
        vertical-align: middle;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: clip;
    }
    .av-language ul {
        display: none;
        position: absolute;
        list-style: none;
        left: 0;
        top: 20px;
        z-index: 9;
        color: #000;
        border-radius: 0 0 3px 3px;
        padding:0px;
    }
    a.eng-lang i {
        padding-left: 4px;
        font-size: 24px;
        vertical-align: middle;
    }
    .eng-lang:hover {
        color: #000;
        border-radius: 3px 0 0 3px;
    }
    .av-language li:hover ul {
        display: block;
        width: 100%;
    }

    .dsk-header-design .reg-sign-in-btn {
    align-self: center;
    margin-bottom: 0px;
    border-right: 2px solid #dddddd;
    border-left: 2px solid #dddddd;
    margin-right: 15px;
    padding: 5px 10px 0px 15px;
}
.reg-sign-in-btn li {
    display: inline-block;
    margin-bottom: 6px;
}


.dsk-header-design .reg-sign-in-btn a.top-signin {
   background-color: #6868f9;
    color: #ffffff;
    text-transform: none;
    font-size: 11px;
    padding: 8px 16px;
    border-radius: 9px;
    margin-right: 5px;
    font-weight: 600;
    padding-bottom: 9.2px;
}
.dsk-header-design .reg-sign-in-btn a.top-signin span{ padding: 0; }
    .user-div {
        display: flex;
        width: 100%;
        padding-top: 1rem;
    }
    
    .user-div a {
      color: #000;
    }
    .user-div a.cart {
      position: relative;
    }
    .topnav.top-signin span {
        max-width: 120px;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        vertical-align: top;
        text-overflow: ellipsis;
        padding-left: 3px;
        font-size: 16px;
        color: #161616;
        font-weight: 500;
        margin-top: 2px;
    }
    .user-cart {
        position: relative;
    }
    #cart_lblitems {
      position: absolute;
      background: #6868f9;
      color: #fff;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      border-radius: 50%;
      left: 10px;
      top: -12px;
    }
    .user-div i {
      font-size: 17px;
    }
    .user-cm i {
        padding-right: 10px;
    }
    .language:hover .dropdown-menu.show {
    top: 0 !important;
}
    @media only screen and (min-width: 1025px){
   
}
@media only screen and (max-width: 1025px){
      ul.dropdown-menu.menuactive {
    display: block;
}
}
    .av-mega-menu {
        background: #6868f9;
    }
    nav.bg-light {
        background-color: #6868f9 !important;
    }
    .navbar-light .navbar-nav .nav-link {
        color: rgb(255, 255, 255)!important;
    }
    
    .megamenu-li {
        position: static;
    }
    
    .megamenu {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        padding: 15px;
    }
    /*#myCarousel .carousel-item img{
      width: 100%;
      height: auto;
    }*/
    .context-menu {cursor: context-menu;}
    .pillais-video {
            background: transparent;
    }
    .pillais-video .av-title-1{ margin-bottom: 2rem; }
    #LatestVideoHome {
      text-align: center;
      margin-top:50px;
    }
    #LatestVideoHome .report-prev {
      top: 50%;
      left: 10px;
    }
    #LatestVideoHome .report-next {
      top: 50%;
      right: 10px;
      left: inherit;
    }
    .pillais-video iframe {
        max-width: 100%;
        height: 182px;
    }
    #latestvideoModal button.close {
        background: #000;
        margin-top: -8px;
        margin-bottom: 5px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        color: #fff;
        line-height: 25px;
    }
    .av-title-1 {
        font-size: 2.4rem;
        text-align: center;
        font-weight: 600;
        color: #6868f9;
        line-height: 2.4rem;
        margin-bottom: .7rem;
        position: relative;
    }
    .latestvideo-btn {
        position: relative;
        display: block;
        cursor: pointer;
    }
    .latestvideo-btn::after {
        position: absolute;
        content: "";
        background: url(https://cdn.astroved.com/images/av-home-video-play.png) no-repeat center center;
        width: 56px;
        height: 56px;
        left: calc(50% - 28px);
        top: calc(50% - 28px);
    }
    .av-title-1 a, .app-title a {
      color: inherit;
    }
    .av-title-1 a:hover, .app-title a:hover  {
      text-decoration: none;
    }
    .av-title-1 span.btm-bar {
        display: block;
    }
    .av-subtitle-1:before, .av-title-1 span.btm-bar:before  {
        content: "";
        width: 7rem;
        height: 2px;
        background: #6868f9;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
        margin: 0 auto;
    }
    .av-subtitle-1:after, .av-title-1 span.btm-bar:after {
        content: "";
        width: 4rem;
        height: 2px;
        background: #6868f9;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -15px;
        margin: 0 auto;
    }
    .av-subtitle-1 {
        font-size: 1.1rem;
        text-align: center;
        margin-bottom: 2rem;
        color: #5b5b5b;
        position: relative;
        line-height: 1.2;
    }
    .astrologer-profile {
        padding: 0px 26px;
    }
    .astrologer-top {
        position: relative;
        padding: 20px 0px;
    }
    .ast-img{
        overflow: hidden;
        width:170px;
    }
    .ast-img img {
        width: 100%;
    }
    .top-call-btn {
        background: #6868f9;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        bottom: 30px;
        right: 0;
    }
    .top-call-btn a i {
           color: #fff;
        font-size: 20px;
        margin-top: 12px;
    }
    .ast-img-1{
         border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    .ast-img-2{
             border-radius: 62% 38% 17% 83% / 61% 83% 17% 39%;
    }
    .ast-img-3{
             border-radius: 20% 80% 72% 28% / 21% 40% 60% 79%;
    }
    .top-call-btn-1 {
        bottom: 3rem;
        right: 3rem;
    }
    .top-call-btn-2 {
        top: 60px;
        left: -10px;
    }
    .top-call-btn-4 {
        top: 60px;
        right: -10px;
    }
    .top-call-btn-3 {
        bottom: 40px;
        left: 0px;
    }
    .top-call-btn-4 {
        bottom: 40px;
        right: 30px;
    }
    .profile-details span {
        display: block;
    }
    .as-name {
        font-size: 26px;
        color: #6868f9;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    span.as-exp {
        font-style: italic;
        height: 50px;
        display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    .as-both-exp{
     font-size: 16px;
    }
    .av-call-wra {
        text-align:left;
        padding: 10px 0 0;
    }
    .av-call-btn {
           background: #6868f9;
        text-align: center;
        color: #fff;
        border-radius: 22px;
        padding: .5rem 2.5rem;
        text-transform: uppercase;
        margin: 0px 5px;
    }
    .btn.av-call-btn a {
        color: #fff;
    }
    button.btn.av-call-btn:hover, .btn.av-call-btn:hover {
        background:#f78d06;
        transition: 0.5s;
        color: #fff;
    }
    .top-call-btn:hover {
        background: #2b8a0c;
        transition: 0.5s;
    }
    
    .moon-sing-wrap {
        border: 1px solid #6868f9;
        margin: 1.4rem 0;
        overflow: hidden;
        border-radius: 0.5rem;
        /*box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);*/
    }
    .moon-sing-top {
        background: #6868f9;
        padding: 0.40rem;
        text-align: right;
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .header-sign-symbol {
        background: #9c9cf7;
        padding: 2rem 2rem;
        border-radius: 50%;
        position: absolute;
        top: -20px;
        left: -20px;
    }
    .moon-sing-top h6 {
        position: relative;
        top: 10px;
        font-size: 15px;
        text-decoration: none;
    }
    .moon-sing-box.row a:hover {
        text-decoration: none;
    }
    .moon-sing-button {
        overflow: hidden;
    }
    .moon-sing-box.row a:hover .moon-sing-button img {
        text-decoration: none;
        transform: scale(1.1);
        transition: 0.5s;
    }
    .header-sign-symbol:after{
        content: "";
        width: 30px;
        height: 30px;
        position: absolute;
        left: 23px;
        top: 20px;
        
    }
    .aries:after {
        background: url(https://www.astroved.com/assests/images/aries-1.webp) no-repeat;
    }
    .taurus:after {
        background: url(https://www.astroved.com/assests/images/taurus-1.webp) no-repeat;
    }
    .gemini:after {
        background: url(https://www.astroved.com/assests/images/gemini-1.webp) no-repeat;
    }
    .cancer:after {
        background: url(https://www.astroved.com/assests/images/cancer-1.webp) no-repeat;
    }
    .leo:after {
        background: url(https://www.astroved.com/assests/images/leo-1.webp) no-repeat;
    }
    .virgo:after {
        background: url(https://www.astroved.com/assests/images/virgo-1.webp) no-repeat;
    }
    .libra:after {
        background: url(https://www.astroved.com/assests/images/libra-1.webp) no-repeat;
    }
    .scorpio:after {
        background: url(https://www.astroved.com/assests/images/scorpio-1.webp) no-repeat;
    }
    .sagittarius:after {
        background: url(https://www.astroved.com/assests/images/sagittarius-1.webp) no-repeat;
    }
    .capricorn:after {
        background: url(https://www.astroved.com/assests/images/capricorn-1.webp) no-repeat;
    }
    .aquarius:after {
        background: url(https://www.astroved.com/assests/images/aquarius-1.webp) no-repeat;
    }
    .pisces:after {
        background: url(https://www.astroved.com/assests/images/pisces-1.webp) no-repeat;
    }
    .consult-img {
    text-align: center;
    margin-bottom: 20px;
}
    .consult-img img {
    max-width: 100%;
    height: auto;
}
    .av-video-live {
        background: #dbdbff;
        padding: .8rem;
        border-radius: 5px;
    }
    .av-video-live p {
           padding: .5rem 0 0;
        margin-bottom: 0;
        text-align: center;
    }
    .av-video-live .app-link a {
        padding: .5rem 1rem;
        margin: .5rem;
    }
    .av-video-live .app-box i {
        padding-right: .5rem;
    }
    .app-box span {
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 20px;
    }
    .app-box span.ios-ico{background: url(https://cdn.astroved.com/images/apple-store-icon.png) no-repeat 0 3px;}
    .app-box span.and-ico{background: url(https://cdn.astroved.com/images/playstore-icon.png) no-repeat 0 3px;}
    .top-report {
        text-align: center;
    }
    .top-report a:hover {
       text-decoration:none;
    }
    .top-report .av-call-wra {
        text-align: center;
    }
    .top-report a h6 {
        text-decoration: none;
        color: #000;
        font-size: 1.1rem;
    }
    .top-report a h6:hover {
        text-decoration: none;
        color: #000;
    }
    .top-report h4 {
      font-size: 1.2rem;
      font-weight: 600;
      padding: .5rem 0 0;
    }
    .top-report p {
      padding: 0 4rem;
      height: 120px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
    }
    .report-sl {    
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        border-radius: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 40px;
        
        border-radius: 50%;
        border: 1px solid #b7b7b7;
        overflow: hidden;
        z-index: 0;
        color: #6868f9;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        /*-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);*/
    }
    .report-prev {
        position: absolute;
        top: 23%;
        left: auto;
        right: 85%;
        background-image: url(https://cdn.astroved.com/images/av-home-left.png);
        background-position: 10px 10px;
        background-repeat: no-repeat ;
         background-color: #fff;
    }
    .report-next {
       position: absolute;
        top: 23%;
        left: 85%;
        right: auto;
        background-image: url(https://cdn.astroved.com/images/av-home-right.png);
        background-position: 12px 10px;
        background-repeat: no-repeat ;
        background-color: #fff;
    }
    .report-sl:hover {
        color: #6868f9;
    }
    .top-report.context-menu {
        cursor: auto;
    }
    .change-locat-wrap select, .change-locat-wrap input {
        width: 40%;
        max-width: 100%;
    }
    .today-box {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.22);
        padding: 1rem 1rem 1rem 3rem;
        border-radius: 1rem;
        position: relative;
        overflow: hidden;
        min-height: 210px
    }
    .today-box-action {
        position: absolute;
        right: 10px;
        top: 50%;
    }
    .today-box h2 {
        font-size: 1.2rem;
        color: #6868f9;
        font-weight: 500;
        padding: 0;
        margin-bottom: .2rem;
    }
    .today-box-action a i {
        color: #7b7b7b;
    }
    .today-box-icon {
        background: #e9edf2;
        padding: 2rem 2rem;
        border-radius: 50%;
        position: absolute;
        top: -20px;
        left: -20px;
    }
    .today-box-icon:after {
        content: "";
        width: 30px;
        height: 30px;
        position: absolute;
        left: 23px;
        top: 20px;
    }
    .today-box-icon.td-1:after {
        background: url(/new/images/star.png) no-repeat;
    }
    .today-box-icon.td-2:after {
        background: url(/new/images/sun.png) no-repeat;
    }
    .today-box-icon.td-3:after {
        background: url(/new/images/clock.png) no-repeat;
    }
    .today-wrap .av-call-wra {
        text-align: center;
    }
    .av-video-chooice {
        overflow-x: scroll;
        display: flex;
        flex: auto;
    }
    .av-video-chooice a {
        margin: 6px;
    }
    .av-video-chooice a h3 {
        font-size: 14px;
        color: #403f3f;
        margin-top: .5rem;
    }
    .av-video-chooice a:hover {
        text-decoration:none;
    }
    .nl-section {
        display: flex;
        flex-wrap: wrap;
    }
    .hm-nl-title h4 {
        text-align: center;
        color: #6868f9;
        font-size: 1.5rem;
        font-weight: 600;
        padding: 1rem 0 0;
        margin-bottom: 20px;
    }
    .nl-section-box:nth-child(1) {
      order: 1;
    }
    
    .nl-section-box:nth-child(2) {
      order: 2;
    }
    
    .nl-section-box:nth-child(3) {
      order: 3;
    }
    .blog-title{
        color: #6868f9;
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .hm-blog-box h6 a, .hm-blog-box h3 a {
        font-size: 1rem;
        padding: .65rem .5rem 1rem 0;
        clear: both;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 52px;
        color: #2d2d8e;
        line-height: 1.3;
        margin-bottom: 1rem;
        text-align: left;
    }
    #articles .hm-blog-box {
        margin-bottom: 0px;
    }
    .hm-blog-box a {
        /*display: block;*/
        width: 100%;
        height: 150px;
    }
    .hm-blog-box a img {
       
        object-fit: cover;
        border-radius: 5px;
    }
    /*#articles .hm-blog-box a {
        float: right;
    }*/
    /*.hm-nl-box img {
        max-width: 100%;
        display: block;
        margin:0 auto;
    }*/
    .hm-nl-box h4 {
        font-size: 1.5rem;
        text-align: center;
    }

    .hm-nl {
        padding: 0 2rem;
    }
    .blog-title-right {
        text-align: right;
    }
    
    .hm-blog-box1 h4 {
        font-size: 1rem;
        padding: 1rem 0 1rem 1.5rem;
        height: 3rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
    }
    .hm-nl {
        position: relative;
    }
    .hm-nl-title {
        position: relative;
        top: -1rem;
    }
    
    #articles .left-strip {
      width: calc(100% - 115px);
      background: #6868f9;
      height: 8px;
      position: absolute;
      top: 10px;
      left: -13px;
    }
    #articles .btm-strip {
      width: 8px;
      left: -20px;
      height: 100px;
      position: absolute;
      background: #6868f9;
      top: 10px;
    }
    #articles .blog-title, #blogs .blog-title {
      position: relative;
    }
    #articles .btm-strip:after {
      position: absolute;
      content: "";
      border-top: 8px solid transparent;
      bottom: -7px;
      border-bottom: 8px solid transparent;
      border-right: 8px solid #6868f9;
      left: 0;
    }
    #articles .left-strip:after {
      position: absolute;
      content: "";
      right: -8px;
      border-right: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-top: 8px solid #6868f9;
    }
    #blogs .left-strip {
        width: calc(100% - 180px);
        background: #6868f9;
        height: 8px;
        position: absolute;
        right: -8px;
        top: 10px;
    }
    #blogs .btm-strip {
        width: 8px;
        right: -15px;
        height: 100px;
        position: absolute;
        background: #6868f9;
        top: 10px;
    }
    #blogs .left-strip::after {
        position: absolute;
        content: "";
        left: -8px;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-top: 8px solid #6868f9;
    }
    #blogs .btm-strip::after {
        position: absolute;
        content: "";
        border-top: 8px solid transparent;
        bottom: -7px;
        border-bottom: 8px solid transparent;
        border-right: 8px solid #6868f9;
        left: 0;
    }
    
    
    .astrologer-service {
        display: flex;
        padding: 4% 0 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    .astro-srv {
        flex-basis: 33.3%;
        text-align: center;
    }
    .astro-icon {
        width: 120px;
        height: 120px;
        background: #dfdfff;
        border-radius: 50%;
        text-align: center;
        margin: 0 auto;
        position: relative;
    }
    .astro-icon img {
        padding-top: 1rem;
    }
    .astro-srv a:hover{
        text-decoration:none;
    }
    .astro-srv a h4 {
        font-size: 1.25rem;
        font-weight: 600;
        color: #6868f9;
    }
    .astro-srv a:hover .astro-icon {
        background: #6868f9;
        transition: 0.5s;
    }
    .astro-icon:after {
        content: "";
        width: 75px;
        height: 75px;
        position: absolute;
        left: 23px;
        top: 20px;
    }
    
    .astro-ser-img {
      position: relative;
    }
    .astro-ser-img:after {
      position: absolute;
      content: "";
      width: 60%;
      left: 30%;
      background: #6868f9;
      height: 1px;
      bottom: 0;
    }
    .astro-ser-img::before {
      position: absolute;
      content: "";
      background: #6868f9;
      width: 60%;
      bottom: -3px;
      height: 1px;
      left: 20%;
    }
    .astro-srv1 {
        flex-wrap: wrap;
        min-height: 190px;
    }
    .astrologer-service.swiper-container {
        padding: 5% 0;
    }
    .astro-srv h4, .astro-srv1 h4 {
      font-size: 1rem; padding-top: 5px; margin-bottom: 0
    }
    .astro-srv h4 a {
       display: inline-block; 
        color: #6868f9; 
       padding: 3px;
      border-radius: .5rem; 
      font-weight: 600;
    }
    .astroconsult-wrap {
        background: #fafaff;
    }
    .pillais-video1 .av-title-1{ margin-bottom:2.5rem;  }
    
    .astro-srv a .consultation:after {
        background: url(/new/images/consultation.png) no-repeat;
    }
    .astro-srv a:hover .consultation:after {
        background: url(/new/images/consultation-1.png) no-repeat;
        transition: 0.5s;
        
    }
    .astro-srv a .instant-chat:after {
        background: url(/new/images/Instant-Chat.png) no-repeat;
    }
    .astro-srv a:hover .instant-chat:after {
        background: url(/new/images/Instant-Chat-1.png) no-repeat;
        transition: 0.5s;
    }
    .astro-srv a .prasna:after {
        background: url(/new/images/Prasna.png) no-repeat;
    }
    .astro-srv a:hover .prasna:after {
        background: url(/new/images/Prasna-1.png) no-repeat;
        transition: 0.5s;
    }
    .astro-srv a .betal-leaf:after {
        background: url(/new/images/Betal-Leaf.png) no-repeat;
    }
    .astro-srv a:hover .betal-leaf:after {
        background: url(/new/images/Betal-Leaf-1.png) no-repeat;
        transition: 0.5s;
    }
    .astro-srv a .nadi-astrology:after {
        background: url(/new/images/Nadi-Astrology.png) no-repeat;
    }
    .astro-srv a:hover .nadi-astrology:after {
        background: url(/new/images/Nadi-Astrology-1.png) no-repeat;
        transition: 0.5s;
    }
    #myTab .nav-item {
        background-color: #b9b9b9;
        
    }
    .nav-item.active  {
        background-color: #6868f9!important;
            transition: 0.5s;
    }
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        background-color: #6868f9;
            transition: 0.5s;
    }
    li.nav-item.trips a {
        color: #fff;
        font-size: 1.25rem;
        background-color: #b9b9b9;
        padding: 1rem 2rem 1rem 5rem !important;
        position: relative;
        border-radius: .4rem;
    }
    li.nav-item.trips {
        padding: 0 !important;
        margin: .3rem 0;border-radius: .4rem;
    }
    li.nav-item.trips .trips-icon:before {
        content: "";
        width: 75px;
        height: 75px;
        position: absolute;
        left: 0;
        top: 20%;   
    }
    li.nav-item.trips .education:before {
         background: url(/new/images/education.png); 
    }
    li.nav-item.trips .marriage:before {
         background: url(/new/images/marriage.png); 
    }
    li.nav-item.trips .health:before {
         background: url(/new/images/health.png); 
    }
    li.nav-item.trips .angel:before {
         background: url(/new/images/children.png); 
         top: 5px;
    }
    li.nav-item.trips .business:before {
         background: url(/new/images/business.png); 
    }
    li.nav-item.trips .prosperity:before {
         background: url(/new/images/prosperity.png); 
         top: 5px;
    }
    .remedytrip-wrap #myTabContent h4 {
        font-size: 2rem;
        padding: 1rem 0 0;
        margin: 0;
        color: #6868f9;
    }
    #myTab .nav-item:hover {
        background-color: #6868f9;
            transition: 0.5s;
    }
    .nav-item:hover .show>.nav-link {
        background-color: #6868f9;
    }
    .topservices-wrap .av-call-wra {
        padding-top: 0;
    }
    .top-service{
      padding: 1em 0;
      float: left;
      width: 100%;
      text-align: center;
      margin-bottom: 1rem;
    }
    .top-service .title{
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 10px;
    }
    .content {
        position: relative;
        width: 90%;
        max-width: 400px;
        margin: auto;
        overflow: hidden;
        border: 1px solid #f7f7f7;
        border-radius: .25rem;
        padding-top: 15px;
        box-shadow: 0px 1px 2px #ddd;
    }
    .content .content-overlay {
      background: rgba(104, 104, 249, 0.73);
      position: absolute;
      height:100%;
      width: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      opacity: 0;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s;
    }
    .content-details a:hover {
        text-decoration: none;
        background: #ffffffa6;
        color: #6868f9;
        transition: 0.5s;
    }
    .content-details a {
        color: #ffffff;
        font-size: 1rem;
        text-align: center;
        font-weight: 700;
        padding: 10px 10px;
        border: 1px solid #fff;
        border-radius: .5rem;
        text-decoration: none;
        text-decoration: none;
    }
    
    .content:hover .content-overlay{
      opacity: 1;
    }
    
    .content-image{
      max-width: 100%;
    }
    
    .content-details {
      position: absolute;
      text-align: center;
      padding-left: 1em;
      padding-right: 1em;
      width: 100%;
      top: 50%;
      left: 50%;
      opacity: 0;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
    }
    
    .content:hover .content-details{
      top: 50%;
      left: 50%;
      opacity: 1;
    }
    
    .content-details h3{
      color: #fff;
      font-weight: 500;
      letter-spacing: 0.15em;
      margin-bottom: 0.5em;
      text-transform: uppercase;
    }
    
    .content-details p{
      color: #fff;
      font-size: 0.8em;
    }
    
    .fadeIn-bottom{
      top: 80%;
    }
    .top-service-name {
        font-size: 1.2rem;
        margin-top: 1rem;
        color: #000;
        text-decoration: none;
        padding: 0 .5rem;
        height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .top-service a{text-decoration:none;}
    /*Product-slider*/
    .card {
        box-shadow:none;
        border-width: 0;
        transition: all .2s
    }
    
    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }
    
    .card-header {
        display: flex;
        align-items: center;
        border-bottom-width: 1px;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: .625rem;
        height: 3.5rem
    }
    
    .card-header {
        padding: .75rem 1.25rem;
        margin-bottom: 0;
        color: inherit;
        background-color: #fff;
        border-bottom: 1px solid rgba(26, 54, 126, 0.125)
    }
    
    .card-header,
    .card-title {
        text-transform: uppercase;
        color: rgba(13, 27, 62, 0.7);
        font-weight: bold;
        font-size: .88rem
    }
    
    .btn-actions-pane-right {
        margin-left: auto;
        white-space: nowrap
    }
    
    .card-body {
        flex: 1 1 auto;
        padding: 1.25rem
    }
    .btn-actions-pane-right.actions-icon-btn {
        position: relative;
    }
    .btn-actions-pane-right.actions-icon-btn:before {
        content: "";
        width: 130%;
        height: 1px;
        background-color: #6868f9;
        position: absolute;
        left: -50%;
        bottom: 46%;
        right: 0;
        z-index: 0;
    }
    .card-header {
        border-bottom: none;
    }
    a.av-product-btn {
            background-color: #cacaff;
        color: #6868f9;
        font-size: 1rem;
        font-weight: 600;
        padding: .1rem 2rem;
        margin: 0 1rem;
        border-radius: 1rem;
        text-transform: capitalize;
        z-index:1;
    }
    a.av-product-btn:hover{
        background-color: #6868f9;
        color: #fff;
        transition: 0.5s;
        text-decoration:none;
    }
    a.av-product-btn.active {
        background-color: #6868f9;
        color: #fff;
        transition: 0.5s;
    }
    .av-product-box {
        border: 1px solid #d0d0d0;
        padding: 1rem 2rem;
        text-align: center;
        position: relative;
    }
    .product-off {
        position: absolute;
        width: 3.5rem;
        height: 3.5rem;
        background-color: #6868f9;
        color: #fff;
        border-radius: 50%;
        right: 5%;
        line-height: 1;
        font-size: .8rem;
        padding-top: .3rem;
    }
    .product-off span {
        font-size: 1.8rem;
    }
    .av-product-box a:hover {
        text-decoration: none;
    }
    .av-product-title h6 {
        color: #6868f9;
        font-weight: 600;
        margin-top: 1rem;
    }
    .av-product-title h6 span {
        position: relative;
    }
    .av-product-title h6 span:before {
        content: "";
        width: 5rem;
        height: 1rem;
        background: url(/new/images/4-star.png)no-repeat center center;
        position: absolute;
        left: 20%;
        top: -70%;
    }
    .av-product-price {
        display: flex;
        justify-content: space-evenly;
    }
    .new-price {
        color: #e42d2d;
    }
    .old-price {
        color: #676767;
    }
    .old-price span {
       position:relative;
    }
    .old-price span:before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #676767;
        position: absolute;
        top: 50%;
    }
    #Product-slide .report-prev {
        position: absolute;
        top: 50%;
        left: auto;
        right: 98%;
    }
    #Product-slide .report-next {
        position: absolute;
        top: 50%;
        left: 98%;
        right: auto;
    }
    #Product-slide .report-sl {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        border-radius: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 40px;
        border: 1px solid #c7bebe;
        background: rgb(255, 255, 255);
        overflow: hidden;
        z-index: 1;
        color: #6868f9;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    }
    
    /*Product-slider--end*/
    
    .hm-section-12 {
        background-color: #f1f1f8;
        position:relative;
        padding: 40px 0px;
    }
    /*.hm-section-12:after {
        background: url(/new/images/bg-1.png) no-repeat;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: -70%;
        z-index: -1;
    }*/
    .av-assistant-img {
        height: 20rem;
        overflow: hidden;
    }
    .app-title {
        font-size: 2.4rem;
        text-align: center;
        font-weight: 600;
        color: #6868f9;
        line-height: 3.1rem;
    }
    .app-link a {
        background-color: #6868f9;
        color: #fff;
        padding: .5rem .7rem;
        margin: .5rem;
        border-radius: 2rem;
    }
    div.app-link {
        align-items: center;
    }
    .app-link a:hover {
        background-color: #f78d06;
        transition: 0.5s;
    }
    .avmob-img{ margin-top: -50px; }
    .app-box i {
        font-size: 1.5rem;
        padding-right: 1rem;
    }
    .hm-section.hm-section-13 {
        position: relative;
        z-index: 1;
    }
    .g-month-wrap {
        align-items: center;
        display: flex;
    }
    .g-month-img {
        text-align: left;
        width: 50%;
        position: relative;
    }
    .g-month-img:after {
        content: "";
        width: 88%;
        height: 100%;
        background-color: #a8a8f7;
        position: absolute;
        right:11%;
        bottom: -11%;
        z-index: -1;
    }
    /*.g-month-contact {
        width: 50%;
    }*/
    .g-month-contact .av-title-1 {
        text-align: left;
    }
    .hm-section-14 {
        position: relative;
        z-index: 0;
        padding-top: 40px;
    }
    /*.hm-section-14:after {
        background: url(/new/images/bg-2.png);
        background-size: cover;
        content: "";
        width: 33rem;
        height: 48rem;
        position: absolute;
        z-index: -1;
        right: 0;
        top: 0;
    }*/
    .why-av-wrap {
        display: flex;
        width: 100%;
        align-items: center;
    }
    
    .why-av-left {
        width: 60%;
    }
    
    .truested-inner {
        width: 10rem;
    height: 10rem;
    color: #000000;
    border-radius: 50%;
    text-align: center;
    padding: 1.5rem 0;
    position: relative;
    margin: 0 auto;
    background: linear-gradient(135deg, #e2e1e6a3 14.93%, #FFFFFF 73.18%);
    box-shadow: 10px 10px 16px -10px rgb(0 0 0 / 75%);
    }
    .truested-inner span {
    font-size: 1rem;
    color: #000000;
    font-weight: 500;
    display: block;
    line-height: 1.2;
    padding-top: 5px;
    }
    /*.truested-wrap {
        padding-top: 10rem;
        width: 60%;
    }*/
    .truested-points-wrap {
        width: 40%;
        position: relative;
    }
    .truested-points {
        display: flex;
        align-items: center;
    }
    .truested-points-1:before {
        content: "";
        background-color: #6868f9;
        width: 60%;
        height: 1px;
        position: absolute;
        transform: rotate(-40deg);
        bottom: -45%;
        right: 90%;
    }
    .truested-points-2 {
        position: relative;
        right: -35%;
    }
    .truested-points-2:before {
        content: "";
        background-color: #6868f9;
        width: 74%;
        height: 1px;
        position: absolute;
        transform: rotate(-20deg);
        bottom: 15%;
        right: 90%;
    }
    .truested-points-3 {
        position: relative;
        right: -30%;
    }
    .truested-points-3:before {
        content: "";
        background-color: #6868f9;
        width: 60%;
        height: 1px;
        position: absolute;
        transform: rotate(6deg);
        bottom: 60%;
        right: 96%;
    }
    .truested-points-4 {
        position: relative;
        right: -4%;
    }
    .truested-points-4:before {
        content: "";
        background-color: #6868f9;
        width: 60%;
        height: 1px;
        position: absolute;
        transform: rotate(35deg);
        bottom: 100%;
        right: 80%;
    }
    .points-icon {
        width: 5rem;
        height: 5rem;
        border-radius: 50%;
        background-color: #6868f9;
        margin-right: 1rem; 
        position: relative;
    }
    .points-content h6 {
        font-size: 1.25rem;
        color: #6868f9;
        margin-top: 16px;
    }
    .points-icon:before {
        content: "";
        width: 75px;
        height: 75px;
        position: absolute;
        left: 0;
        top: 0%;
    }
    .points-icon-1:before {
        background: url(/new/images/astroved-experience.png);
    }
    .points-icon-2:before {
        background: url(/new/images/astroved-solution.png);
    }
    .points-icon-3:before {
        background: url(/new/images/astroved-serviceq.png);
    }
    .points-icon-4:before {
        background: url(/new/images/astroved-privacy.png);
    }
    .truested-points-box {
          position: relative;
        margin: 3rem 0;
    }
    .why-av-left-wrap {
        display: flex;
    }
    .why-av-right {
        width: 40%;
        text-align: right;
            position: relative;
    }
    span.count {
         display: block;
        font-size: 3.5rem;
        font-weight: 900;
        color: #6868f9;
        padding: 0;
        margin-bottom:0.8rem;
        line-height: 4rem;
    }
    .count-wrap {
        padding: 2rem 0;
    }
    span.count-caption {
        font-size: 1.25rem;
        color: #000;
    }
    @-webkit-keyframes av-zoom-ef {
     25% {
      -webkit-transform:scale(1.1);
      transform:scale(1.1)
     }
     75% {
      -webkit-transform:scale(0.9);
      transform:scale(0.9)
     }
    }
    @keyframes av-zoom-ef {
     25% {
      -webkit-transform:scale(1.1);
      transform:scale(1.1)
     }
     75% {
      -webkit-transform:scale(0.9);
      transform:scale(0.9)
     }
    }
    .av-zoom-ef {
     display:inline-block;
     vertical-align:middle;
     -webkit-transform:perspective(1px) translateZ(0);
     transform:perspective(1px) translateZ(0);
     box-shadow:0 0 1px transparent;
     -webkit-animation-name: av-zoom-ef;
        animation-name: av-zoom-ef;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    .av-zoom-ef:active,
    .av-zoom-ef:focus,
    .av-zoom-ef:hover {
     -webkit-animation-name:av-zoom-ef;
     animation-name:av-zoom-ef;
     -webkit-animation-duration:1s;
     animation-duration:1s;
     -webkit-animation-timing-function:linear;
     animation-timing-function:linear;
     -webkit-animation-iteration-count:infinite;
     animation-iteration-count:infinite
    }
    .free-tools-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .free-tools-box {
        width: 33.33%;
        padding: 2rem 1rem;
        display: flex;
        align-items: center;
    }
    .free-tool-content {
        padding-left: 1rem;
    }
    .free-tool-content h2 {
        font-size: 1.56rem;
        font-weight: 600;
        color: #6868f9;
    }
    .free-tools-wrap img {
        height: inherit;
    }
    .border-av-color{
       border-color: #bfbfff!important;
    }
    .learnmore-btn a {
        background: #6868f9;
        padding: .2rem .7rem;
        color: #fff;
        border-radius: 3px;
        display: inline-block;
        border: 1px solid #6868f9;
        transition: 0.5s;
    }
    .learnmore-btn a:hover {
        background: #f78d06;
        color: #fff;
        text-decoration: none;
        border: 1px solid #f78d06;
        transition: 0.5s;
    }
    .hm-section-15 {
        padding: 40px 0px;
    }
    /*Photo Gallery---start*/
    
    #photoGallery {
        position: relative;
        padding-top: 1rem;
    }
    #photoGallery .report-next {
       position: absolute;
        top: 47%;
        left: auto;
        right: -19%;
    }
    #photoGallery .report-prev {
        position: absolute;
        top: 50%;
        left: -19%;
        right: auto;
    }
    #photoGallery .report-sl {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 40px;
        border-radius: 50%;
        border: 1px solid #b7b7b7;
        color: #6868f9;
        transition: 0.3s;
        transition: 0.3s;
    }
    .av-gallery-box {
        position: relative;
        width: 60%;
        margin:0 auto;
    }
    .av-gallery-wrap{
        position:relative;
    }
    .av-gallery-wrap:before {
        content: "";
        width: 76%;
        height: 70%;
        position: absolute;
        border: 6px solid #b9b9ff;
        top: 22%;
        left: 12%;
    }
    .modal,body.modal-open {
        padding-right: 0!important
    }
    
    body.modal-open {
        overflow: auto
    }
    
    body.scrollable {
        overflow-y: auto
    }
    
    .modal-footer {
        display: flex;
        justify-content: flex-start;
    }
        
    
    /*Photo Gallery----end*/
    /*membership---start*/
    .av-membership {
       background-color: #6868F9;
       padding: 0.3rem 1.2rem 1.6rem;
       position: relative;
       z-index: 0;
       overflow: hidden;
       border-radius: 7px !important;
    }
    .av-membership:after {
        position: absolute;
        content: "";
        background: url(https://cdn.astroved.com/images/form-bg-left.jpg) no-repeat right bottom;
        width: 35%;
        right: 0;
        height: 100%;
        z-index: -1;
        bottom: 57%;
    }
    .av-membership:before {
        position: absolute;
        content: "";
        background: url(https://cdn.astroved.com/images/form-bg-right.jpg) no-repeat left bottom;
        width: 20%;
        left: 0;
        height: 100%;
        z-index: -1;
        top: -190px;
    }
    .member-content {
        flex-basis: 30%;
    }
    .member-content h3 {
        color: #ffffff;
        font-size: 1.6rem;
        font-weight: 600;
        padding: 0.6rem 0 0;
        margin-bottom: 10px;
    }
    .av-membership h4 {
        font-size: 1.3rem;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    }
    .av-membership h5 {
        font-size: 1.3rem;
        text-align: center;
        font-weight: 600;
        color: #6868f9;
    }
    .av-membership-box input[type="text"] {
        background-color: #fff;
        padding: .6rem 1rem;
    }
    .av-membership .success {
        text-align: center;
        background: #ecffdf;
        width: 600px;
        max-width: 94%;
        margin: 0 auto;
        color: #0a9505;
        border-radius: 3px;
    }
    #nlsuccess:empty, #nlfailure:empty {
        margin: 0px;
    }
    #nlsuccess, #nlfailure {
        margin-top: 10px;
    }
    .av-membership .failure {
        text-align: center;
        background: #f9f1f1;
        width: 600px;
        max-width: 94%;
        margin: 0 auto;
        color: #d40202;
        border-radius: 3px;
    }
    .av-mship-btn {
        width: 10rem;
        height: 2.5rem;
    }
    .av-mship-btn:focus {
        outline: none;
    }
    .av-mship-btn:active {
        outline: none;
    }
    .av-mship-btn:hover {
        background-color: #e2e3ff;
        transition: .5s;
    }
    .hm-section-17 {
        padding: 2% 0 2%;
    }
    .av-membership-box {
      position: relative;
    }
    .av-membership-box #rfvName, .av-membership-box #rfvEmailId {
        padding: 2px;
        display: block;
        text-align: left;
        color: #fff !important;
    }
    .av-membership-box .nl-error {
        background: #fff;
        padding: 2px 6px;
    }
    span.nl-error:empty {
        display: none;
    }
    .nl-error {
      color: #ff0000;
    }
    .av-membership #nlbutton {
        background: #ffffff;
        color: #6f59f9;
        border-radius: 20px;
        padding: 0.5rem 2.5rem;
        text-transform: uppercase;
        font-weight: 600;
        transition: 0.5s;
    }
    .av-membership #nlbutton:hover {
    background: #f78d06;
    color: #fff;
    transition: 0.5s;
    }
    .mem-knowmore {
        text-align: center;
    }
    .mem-knowmore a{
        color: #fff;
    }
    /*membership---end*/
    
    /*Footer---start*/
    .hm-section-18 {
        background-color: #edeeff;
    }
    
    .av-footer h3 {
        font-size: 1.15rem;
        font-weight: 600;
        color: #652dd8;
    }
    .av-footer {
        display: flex;
        flex-wrap: wrap;
    }
    .foo-flex {
      flex-basis: 20%;
      padding: 0 1rem;
    }
    .foo-flex.av-foo-service {
        flex-basis: 18%;
    }
    .foo-flex.need-help {
      flex-basis: 40%;
    }
    .av-foo-service li {
      list-style: none;
      text-align: center;
      margin-bottom: 1rem;
    }
    .av-foo-service ul {
      padding: 0;
    }
    .foo-flex.c-info img {
        max-width: 90px;
    }
    ul.c-info-list {
        list-style: none;
        padding: 0;
    }
    ul.c-info-list li a {
        color: #000;
      
    }
    ul.c-info-list li a:hover {
        text-decoration:none;
    }
    ul.c-info-list li {
        padding: 0.2rem 0;
    }
    .partner-link {
        padding: 1px 0 7px;
    }
    .partner-link a {
          background: #652dd8 url(https://www.astroved.com/wp-content/themes/Astroved//images/footer/partner-ico.png) no-repeat 10px 6px;
        display: inline-block;
        padding: 4px 15px 4px 35px;
        color: #fff;
        border: 1px solid #ffffff;
        text-decoration: none;
        -webkit-transition: all .3s ease;
        transition: all .5s ease;
    }
    .partner-link a:hover {
       background: #fff url(https://www.astroved.com/wp-content/themes/Astroved/images/footer/partner-ico.png) no-repeat 10px -42px;
        color: #652dd8;
        border: 1px solid #652dd8;
    }
    
    .need-help {
      
        line-height: 1.8rem;
    }
    .highlight {
        font-weight: 600;
        text-decoration: underline;
    }
    .need-help-wrap {
        display: flex;
    }
    .need-help-box {
        width: 50%;
    }
    .need-help-box a {
        color: #000;
    }
    .need-help-box a:hover{
        text-decoration:none;
    }
    .av-social-icon {
        color: #fff;
        font-size: 1rem;
        margin: 0 .05rem;
        background: #bdbcbc;
        width: 25px;
        height: 25px;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        line-height: 25px;
    }
    .av-social-icon .fab {
            width: auto;
            margin: 0;
            height: auto;
            display: inherit;
            border-radius: 0;
    }
    .av-social-icon:hover {
        transition: .5s;
        color: #fff;
    }
    
    .copyright-bg {
        padding: 2rem 0 0;
    }
    .av-social-icon .fab.fa-apple, .av-social-icon .fab.fa-android {
        font-size: 1.2em;
    }
    .foo-mobview .head-follow {
        margin: 1rem 0;
    }
    /*Footer---end*/
    
    
    
    @media only screen and (max-width:1200px) {
      .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.7rem 1em !important;
    font-size: .9rem;
}
    .btn-actions-pane-right.actions-icon-btn:before {
        width: 100%;
        left: -20%;
    }
    }
    @media only screen and (max-width:992px) {
        .caption-wrap{ font-size: 13px; }
    .truested-inner{
        box-shadow: 7px 5px 16px -10px rgb(0 0 0 / 75%);
     }
    .mob-header {
    display:block;
    background-color: #6868f9;
    color: #fff;
    }
    .mob-header-wrap {
        display: flex;
        justify-content: space-between;
        padding: 1rem 0;
        align-items: center;
    }
    .mob-nav-icon {
        width: 10%;
    }
    .mob-logo {
        width: 50%;
    }
    .mob-user-cm {
        width: 10%;
    }
    .language {
        position: relative;
    }
    .mob-btn {
        padding: 0 .2rem!important;
        background-color: #fff!important;
    }
    .mob-header-wrap .dropdown-menu {
        right: 48%;
        left: -50%!important;
        background: #fff;
    }
    .mob-log-img{
            background: rgba(0, 0, 0, 0) url(/new/images/logo-horizontal.png) no-repeat scroll 0 100%;
        display: block;
        height: 40px;
        width: 160px;
        margin: 0;
        outline: 0 none;
        overflow: hidden;
         position: relative;
        top: -5px;
    }
    .overlay {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 1;
      top: 0;
      left: 0;
      background-color: rgb(104, 104, 249);
      overflow-x: hidden;
      transition: 0.5s;
          z-index: 16;
    }
    .mob-search-wrap {
        width: 50%;
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
    .mob-search {
        width: 100%;
        position: relative;
        display: flex;
    }
    .searchTerm {
         width: 100%;
        border: 3px solid #ffffff;
        background: #fff;
        border-radius: 2rem;
        border-right: none;
        padding: 5px;
        height: 35px;
        outline: none;
        color: #565656;
    }
    .searchButton {
        width: 40px;
        height: 32px;
        border: 1px solid #ffffff;
        background: #ffffff;
        text-align: center;
        color: #aba9a9;
        border-radius: 1rem;
        cursor: pointer;
        font-size: 20px;
        position: absolute;
        right: 0px;
        top: 2px;
    }
    .overlay-content {
      position: relative;
      top: 10%;
      width: 100%;
      text-align: left;
      margin-top: 30px;
    }
    
    .overlay a {
      padding: 8px;
      text-decoration: none;
      font-size: 36px;
      color: #fff700;
      display: block;
      transition: 0.3s;
    }
    
    .overlay a:hover, .overlay a:focus {
      color: #f1f1f1;
    }
    
    .overlay .closebtn {
      position: absolute;
      top: 10px;
      right: 45px;
      font-size: 60px;
      z-index: 1;
    }
    .overlay-content .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        font-size: 1rem;
        text-align: center;
    }
    .overlay .dropdown-item {
        display: block;
        font-size: 1rem;
        width: 100%;
        padding: .25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
    .av-assistant-img {
        text-align: center;
            height: 15rem;
                margin-top: 1rem;
    }
    .hm-section-12:after {
        bottom: -80%;
    }
    .top-call-btn-1 {
        bottom: 3rem;
        right: 7rem;
    }
    .top-call-btn-4 {
        bottom: 0rem;
        right: 6rem;
    }
    .why-av-wrap {
        display: block;
        width: 100%;
    }
    .why-av-left-wrap {
        padding: 0 5rem;
    }
    .hm-section-14:after{display:none;} 
    .why-av-left {
        width: 100%;
    }
    .why-av-left .av-title-1 {
        text-align: center;
    }
    .why-av-right {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: space-around;
    }
    span.count {
        display: block;
        font-size: 3rem;
        margin: 1rem 0 0;
    }
    .count-wrap {
        padding: 2rem 1rem;
    }
    .free-tools-box {
        padding: 1rem 1rem;
        display: block;
        text-align: center;
    }
    .av-gallery-box {
        width: 60%;
        margin: 0 auto;
    }
    
    
    #Testimonial {
        padding: 3rem 1rem 1rem;
    }
    .testimonial-av {
        padding-top: 4%;
    }
    .av-membership h6 {
        width: 100%;
        padding-bottom: 2%;
    }
    .filelds{
        display: block !important;
        margin-bottom: 0px !important;
        padding: 20px !important;
    }
    .av-membership{
        padding: 0px !important;
        display: initial;
    }
    .av-mship-btn {
        background: #6868f9;
        color: #fff;
    }
    .av-mship-btn:hover {
        background-color: #ffffff;
        color: #000;
    }
    .nl-section-box:nth-child(1) {
      order: 2;
    }
    
    .nl-section-box:nth-child(2) {
      order: 1;
    }
    
    .nl-section-box:nth-child(3) {
      order: 3;
    }
    .blog-title {
        text-align: center;
    }
    .hm-blog-box {
        text-align: center;
        margin-bottom: 0rem;
        padding: 0 12%;
    }
    #divBlogsNew {
        margin-bottom: 20px;
    }
    .hm-blog-box h4 a{
        font-size: 1rem;
        text-align:center;
        padding: .5rem 1rem 1rem 0;
        white-space: pre-wrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .hm-blog-box1 h4{
        font-size: 1rem;
        text-align:center;
        padding: 1rem 1rem 1rem 0;
        height: 3.4rem;
        white-space: pre-wrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .card-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .btn-actions-pane-right {
        margin-left: 0;
        white-space: nowrap;
    }
    .btn-actions-pane-right.actions-icon-btn:before {
       display:none;
    }
    .card-header {
        margin-bottom: 8%;
    }
    .member-content{ flex-basis: 100% }
    .foo-flex {
        flex-basis: 50%;
        margin-bottom: 2rem;
    }
    .foo-flex.need-help, .foo-flex.av-foo-service {
        flex-basis: 50%;
    }
    .monthly-homa-wrap:after{
        display: none;
    }
    }
    @media only screen and (max-width: 470px) {
    .loader-txt {
        left: 2%;
    }
    .av-membership:before,.av-membership:after{
        display: none;
    }
    }
    @media only screen and (max-width: 1199px) {
      .report-wrap {
      padding-top: 4rem;
    }
    .av-video-wrap {
        padding-top: 2rem;
    }
    }
    @media only screen and (max-width: 991px) {
    .socialcom-wrap .left-strip, .socialcom-wrap .btm-strip {
      display: none;
    }
     .av-membership #nlbutton {
        margin-bottom: 20px;
    }
    #nlsuccess, #nlfailure {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .report-wrap .av-call-btn{
        padding: .5rem 0.8rem;
    }
    span#Span2 {
        display: none;
    }
    }
    @media (min-width:768px) and (max-width:991px) {
    li.nav-item.trips a {
        padding: 50px 10px 10px 10px !important;
    }
    li.nav-item.trips .trips-icon::before {
        top: 0;
    }
    }
    @media only screen and (max-width: 767px) {
       
       .logo-img {
      background: url(https://www.astroved.com/images/logo-horizontal.png) no-repeat;
      height: 33px;
    }
    div.navmob-bar {
      padding: 0;
    }
    div.logo {
      padding: 0 7px 0 0;
    }
    div.navmob-bar.navbar-light .navbar-toggler {
      border: none;
    }
    .user-div {
      padding-top: .5rem;
    }
    
    .language.mob-lang .btn{ margin:0; padding:0 .3rem; }
    .search-panel {
        padding: 0 10px;
    }
    .problemsearch-radio .radiosel {
        display: block;
        margin: 0 auto .7rem;
    }
        .av-call-btn{ padding: .5rem 1.5rem; }

    .myaccount-menu ul {
        padding: 0;
    }
    .member-content {
        flex-basis: 100%;
    }
    .problemsearch-radio .radiosel {
        display: block;
        margin-bottom: 10px;
        width: 230px;
        margin: 0 auto 10px;
    }
        .top-call-btn-1 {
        bottom: 3rem;
           right: 1.5rem;
    }
    .top-call-btn-4 {
        bottom: 0rem;
        right: .5rem;
    }
    .app-link a {
        padding: .5rem 1.3rem;
        margin: .5rem;
    }
    .av-assistant-img {
        height: 16rem;
        text-align: center;
        padding-top: 2rem;
    }
    .hm-section-12:after {
        bottom: -82%;
    }
     .g-month-wrap {
        display: block;
        padding: 0 1.25rem;
    }
    .g-month-img {
        text-align: center;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 3rem;
    }
    .g-month-contact {
        width: 100%;
        text-align: center;
    }
    .av-title-1 {
        text-align: center;
        font-size: 2em;
    }
    .av-subtitle-1 {
        font-size: 1.1em;
    }
    .pillais-video .av-title-1 {
        margin-bottom: 2rem;
    }
    .latestvideo-inner {
        padding:0 10px 40px;
    }
    .latestvideo-btn::after {
        font-size: 3rem;
    }
    .g-month-contact .av-call-wra {
        text-align: center;
    }
    .g-month-img:after {
        width: 100%;
        right: -10%;
        bottom: -11%;
        z-index: -1;
    }
    .why-av-left-wrap {
        display: block;
            padding: 0 0rem;
    }
    .truested-wrap {
        padding-top: 3rem;
        width: 100%;
        justify-content: center;
        display: flex;
    }
    .truested-points-wrap {
       width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
            margin-top: 3rem;
    }
    .truested-points:before {
        display: none;
    }
    .truested-points {
        right: 0;
    }
    .truested-points {
        display: block;
        text-align: center;
    }
    .truested-points-box {
            margin: 1rem 0;
    }
    .points-content h6 br {
        display: none;
    }
    .points-content h6 {
        font-size: 1.1rem;
        padding: 0 1rem;
    }
    .points-icon {
        margin-right: 0;
        text-align: center;
        margin: 0 auto;
    }
    .free-tools-box {
        width: 50%;
        border: none!important;
    }
    .tools-sm-border-right{
        border-right: 1px solid #bfbfff!important;  
    }
    .tools-sm-border-bottom{
        border-bottom: 1px solid #bfbfff!important; 
    }
    .astrologer-service {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .astro-srv {
        width: 33%;
        text-align: center;
        margin: 1rem 0;
    }
    .astro-icon {
        width: 90px;
        height: 90px;
    }
    #Testimonial .carousel-indicators {
        bottom: -5%;
    }
    
    .astro-icon:after {
        left: 10px;
        top: 10px;
    }
    .av-mship-btn {
        margin: 30px auto 10px;
    }
    .av-trips ul#myTab {
        flex-direction: row!important;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    li.nav-item.trips {
        padding: .2rem 0;
        width: 100%;
    }
    li.nav-item.trips .trips-icon:before {
        top: 0%;
    }
    .g-month-contact .av-title-1{ text-align: center; }
    a.av-product-btn {
        padding: .1rem 1rem;
    }
    .av-footer {
        display: flex;
        flex-wrap: wrap;
    }
    .foo-flex.need-help {
        flex-basis: 100%;
    }
    .foo-flex {
        flex-basis: 100%;
        margin-bottom: 2rem;
    }
    .hm-blog-box a {
        margin: 0 auto;
    }
    #articles .hm-blog-box a {
        float: none;
    }
    .foo-mobview {
      text-align: center;
    }
    .foo-mobview h3 {
      font-size: 1.2em;
    }
    .report-wrap{ padding-top: 2rem }
    .hm-section.socialcom-wrap {
        padding-top: 1rem !important;
        padding-bottom:  1rem !important;
    }
    .hm-section.astroconsult-wrap {
        padding-bottom: 1rem !important;
    }
    .hm-section.hm-section-15 {
        padding-bottom: 1rem !important;
    }
    
    }
    @media only screen and (max-width: 576px) {
    .top-call-btn-1 {
        bottom: 3rem;
        right: auto;
        left: -0.5rem;
    }
    .top-call-btn-4 {
        bottom: 0rem;
        right: auto;
        left: -0.5rem;
    }
      .ast-img {
        width: 140px;
    }
    .top-service {
        margin-bottom: 0;
        padding: .5rem 0;
    }
    .content {
        background: #f9f9f9;
        padding: 1rem 0;
        width: 100%;
    }
    .truested-points-box {
        margin: 1rem 0.5rem;
    }
    .truested-inner:before {
        left: -22px;
        height: 300px;
        top: -18px;
    }
    .points-icon {
        width: 4rem;
        height: 4rem;
    }
    .points-icon:before {
        left: -4px;
        top: -7%;
    }
    .why-av-right {
        display: block!important;
    }
    .count-wrap {
        padding: 0rem 1rem!important;
        width: 100%;
    }
    .tools-sm-border-right{
        border-right: none!important;   
    }
    .tools-sm-border-bottom{
        border-bottom: none!important;
    }
    .free-tools-wrap {
        display: block;
    }
    .free-tools-box {
        width: 100%;
        padding: 0 3rem;
        margin-bottom: 2.5rem;
    }
    .astro-srv {
        width: 33.33%;
        text-align: center;
        margin: 1rem 0;
    }
    
    .testimonial-av {
        text-align: center;
    }
    .testimonial-profile {
       text-align: center;
       margin-bottom: 1rem
    }
    .testimonial-av {
        padding: 3% 10%;
        text-align: center;
    }
    #Testimonial .carousel-indicators {
        bottom: -5%;
    }
    .av-membership-box {
        width: 100%;
        padding: .5rem 2rem;
    }
    .hm-blog-box img {
        width: 100%;
    }
    .hm-blog-box {
        padding: 0 0;
    }
    .blog-title h2 {
        padding: 1rem 0;
    }
    a.av-product-btn {
        padding: .1rem .5rem;
        margin: 0 .3rem;
        font-size: .8rem;
    }
    .topservices-wrap .av-call-wra{ padding-top: 15px; }
    .av-membership-wrap{
        padding: 20px;
    }
    .newsl-title {
    text-align: center;
    padding-top: 2rem;
}
.newsletter-title {
    margin: 20px 0px 10px 0px;
    text-align: center;
}
p.newsletter-para {
    text-align: center;
}
#newsletter .av-call-wra {
    text-align: center;
}
#newsletter {
    text-align: center;
}
    }
    @media screen and (max-height: 450px) {
      .overlay a {font-size: 20px}
      .overlay .closebtn {
      font-size: 40px;
      top: 15px;
      right: 35px;
      }
    }
    
    
    
    .login-panel{color:#555;margin-top:10%;padding:0;text-align:left;font-weight:500;}
    .login-panel h2 {
        border-bottom: 1px solid #ddd;
        color: #6868f9;
        padding: 10px 20px;
        font-weight: 600;
    }
    
    .login-panel-login{margin:3%;max-width:450px;padding:3% 2%;}
    .login-panel table {
        width: 100%;
    }
    .myacc-check{display:none;}
    .login-panel td td {
        min-width: 120px;
        padding: 0;
        display: block;
        text-align: left;
    }
    .top-signin a span:hover {text-decoration: underline;}
    a.forgetpwd{font-weight:500;}
    .newuser-link{ text-align:center; margin:10px 0 0;}
    .login-panel td label {
        font-weight: 600;
        font-size: 1.2rem;
    }
    .myaccount-menu{padding:10px 20px;}
    .myaccount-menu li.welcome_txt1{background:rgba(0, 0, 0, 0) none repeat scroll 0 0;color:#f75358;padding:9px 0 7px;font-size:16px;}
    .myaccount-menu li{background:rgba(0, 0, 0, 0) url("/app_themes/astroved/images/list-2.png") no-repeat scroll 0 50%;padding:9px 0 7px 18px; margin-left:10px; list-style:none;}
    .myaccount-menu li a{color:#454545;font-weight:500;}
    li.log_off{padding-top:10px;background:rgba(0, 0, 0, 0) none repeat scroll 0 0;}
    .login-panel .login-title {
        display: none;
    }
    input.logoff[type="button"] {
        padding: 2px 14px;
    }
    .login-panel input {
        border: 1px solid #ddd;
        margin-bottom: 5px;
        width: 100%;
        padding: 10px;
    }
  .login-panel input[type="submit"], .login-panel input[type="button"] {
  background: #6868f9;
  color: #fff;
  width: auto;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 1.2rem;
  border-radius: 30px;
  border: 1px solid #6868f9;
  margin-bottom: 20px;
}
    .login-table table tr:last-child td {
        text-align: center;
    }
    .overlayp .close{float:left;margin:5px 7px; cursor: pointer;}
    .main{padding:20px 0;width:100%;z-index:2;position:relative;background:#002838;transition:margin-left .2s ease-in;-moz-transition:margin-left .2s ease-in;-webkit-transition:margin-left .2s ease-in;}
    .panel{background:#fff;width:50%;overflow:auto;}
    #cartp.panel{width:40%;}
    .panel-bg{background:#000 none repeat scroll 0 0;height:100%;left:0;opacity:0.3;position:fixed;top:0;width:100%;z-index:1;}
    .overlayp{z-index:99;position:fixed;right:0;top:0;left:inherit !important;margin-right:-60%;transition:margin-right .5s ease-in;-moz-transition:margin-right .5s ease-in;-webkit-transition:margin-right .5s ease-in;height:100%}
    .overlayp.active{margin-right:0;box-shadow:0 0 20px rgba(0,0,0,0.5);}
    .exit-off-canvas{overflow:hidden;position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,0.3);z-index:9997;}
    .pushp{position:absolute;left:0;top:0;z-index:3;margin-left:-300px;transition:margin-left .2s ease-in;-moz-transition:margin-left .2s ease-in;-webkit-transition:margin-left .2s ease-in;}
    .pushp.active{margin-left:0;}
    .main.pactive{margin-left:300px;}
    .main.ractive{margin-left:300px;width:100%;box-shadow:0 0 20px rgba(0,0,0,0.6);}
    .revealp{position:absolute;z-index:1;left:0;top:0;}
    @media screen and (min-width:0px) and (max-width:767px)
    {
       
    
        .panel{width:80%;}
    #cartp.panel{width:80%;}
    .overlayp{margin-right:-80%;}
    .login-panel td td{display:block;min-width:auto;padding:5px;text-align: left;}
    .login-panel td tr:last-child td {text-align: center;}
    #cartHome table.shopping-table, #cartHome .shopping-table thead, #cartHome .shopping-table tbody, #cartHome .shopping-table th, #cartHome .shopping-table td, #cartHome .shopping-table tr{display:block;}
    #cartHome table.shopping-table{border:1px solid #ddd;}
    #cartHome table.shopping-table tr:first-child{position:absolute;top:-9999px;left:-9999px;}
    #cartHome table.shopping-table td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:45%;text-align:right;padding-top:10px;padding-bottom:10px;}
    #cartHome table.shopping-table td:before{position:absolute;top:18px;left:6px;width:40%;padding-right:10px;white-space:nowrap;font-weight:bold;text-align:right;}
    #cartHome .shopping-table td:nth-of-type(1):before{content:"Item Details";}
    #cartHome .shopping-table td:nth-of-type(2):before{content:"Price";}
    #cartHome .shopping-table td:nth-of-type(3):before{content:"SubTotal";}
    #cartHome .shopping-table td:nth-of-type(4):before{content:"";}
    #cartHome .shopping-table td:nth-of-type(6){font-weight:bold;}
    #cartHome table.shopping-table td:first-child{width:auto;}
    #cartHome table.shopping-table td:first-child img{display:block;margin:0 auto;}
    .get-rel-mainuser::before, .get-rel-mainuser::after, .get-rel-mainuser span::after, .get-rel-inner::before{display: none;}
    
    .get-rel-mainuser::before, .get-rel-mainuser::after, .get-rel-mainuser span::after, .get-rel-inner::before{display: none;}
    .get-rel-mainuser, .get-rel-inner{ display:block;}
    .get-rel-mainuser span {
        margin-bottom: 20px;
        max-width: 100%;
        position: relative;
        width: 100%;
    }
    .get-rel-mainuser {
        max-width: 100%;
        width: 100%;
    }
    .get-rel-inner li span {
        padding: 0;
    }
    .get-rel-inner li span.subuser-name-tit, .get-rel-inner li span.subuser-rel-tit {
        padding-top: 40px;
    }
    .col-sm-12.get-rel-inner {
        padding: 0;
    }
    .get-rel-inner li{ padding-bottom:10px;}
    .subuser-heading{ display:none;}
    .get-rel-wrap{ width:100%;}
    
    
    
    }
    @media (min-width:768px) and (max-width:991px){.panel{width:60%;}
    #cartp.panel{width:80%;}
    #cartp.panel.overlayp{margin-right:-80%;}
    #cartp.panel.overlayp.active{margin-right:0;}
    .overlayp{margin-right:-60%;}
    
    .get-rel-mainuser::before, .get-rel-mainuser::after, .get-rel-mainuser span::after, .get-rel-inner::before{display: none;}
    .get-rel-mainuser, .get-rel-inner{ display:block;}
    .get-rel-mainuser span {
        margin-bottom: 20px;
        max-width: 100%;
        position: relative;
        width: 100%;
    }
    .get-rel-mainuser {
        max-width: 100%;
        width: 100%;
    }
    .get-rel-inner li span.col-sm-4 {
        padding-left: 7px;
        padding-right: 7px;
    }
    .subuser-rel select {
        margin-bottom: 10px;
        max-width: 93%;
    }
    }
    .info-icons{
        padding-right: .5rem;
    }

    

    .today-event{
        text-align: center;
        margin-bottom: 1rem;
    }
    .date-icon{
        padding: 0px .5rem;
    }
    .date-icon img {
        vertical-align: middle;
        margin-right: 5px;
    }
    .today-event #date, .today-event #location {
    color: #007bff;
    cursor: pointer;
    }
    .star-btm{
        margin-bottom: 0px !important;
    }
    .star-btm {
      display: inline-block;
      color: #000;
      font-size: 1rem;
    }
    .today-box.mt-3.sunrisebox {
    }
    .today-box.mt-3.sunrisebox {
      padding-top: 47px;
    }
    .today-box.sunrisebox h2 {
      margin-bottom: 10px;
    }
    
    .panchang-tab .nav-item {
      display: inline-block;
      margin: 0 1px 0;
    }
    #myPanchang {
      display: block;
    }
    .panchang-tab .nav-item .nav-link {
      background:#b9b9b9;
      color: #fff;
      border-radius:.25rem .25rem 0 0;
      cursor: pointer;
    }
    .panchang-tab .nav-item .nav-link:hover {
        background: #6868f9;
    }
    .panchang-tab .nav-item .nav-link.active {
      background: #6868f9;
    }
    .tab-content {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.22);
      padding: 1rem;
      border-radius: .5rem;
      margin-top: -1px;
        overflow: auto;
        height: 425px;
    }
    .tab-content::-webkit-scrollbar {
        width: 8px;
    }   

    #myPanchangContent {
      margin: 0 auto;
    }
    #myPanchangContent .tab-pane p {
        margin-bottom: .5rem;
    }
    #myPanchangContent .tab-pane label {
        margin: 0;
    }
    #myPanchangContent .tab-pane p span {
        color: #6868f9;
        display: inline-block;
        padding-right: 5px;
        font-weight: 600;
    }
    #myPanchangContent h2 {
        font-size: 1.3em;
        color: #6868f9;
        font-weight: 600;
    }
    #myPanchangContent h3 {
        font-size: 1.25em;
        font-weight: 600;
        padding-bottom: .5rem;
    }
    .problemsearch-radio {
        text-align: center;
    }
    .problemsearch-radio .radiosel {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 8px 15px;
    background: #f7f7f7;
    border-radius: 4px;
    box-shadow: 1px 1px 2px #aaa;
    color: #000;
    border: 1px solid #f1f1f1;
    width: 290px;
    max-width: calc(49% - 20px);
}
    .problemsearch-radio input[type="radio"] {
        cursor: pointer;
        left: 0;
        opacity: 0;
        position: absolute;
        width: 100%;
    }
    .problemsearch-radio input[type="radio"]:checked + .iconimg {
        background: rgba(0, 0, 0, 0) url(/new/images/radio-select.png) no-repeat scroll 0 -33px;
    }
    .problemsearch-radio input[type="radio"] + .iconimg {
        background: rgba(0, 0, 0, 0) url(/new/images/radio-select.png) no-repeat scroll 0 0;
        display: inline-block;
        height: 16px;
        padding: 0 17px 0 0;
        vertical-align: middle;
        width: 14px;
        margin-right: 3px;
    }
    .orimg {
        text-align: center;
    }
    .problemsearch-radio .radiosel label {
        margin-bottom: 0;
    }
    .prosearch-select {
        padding: 20px 0;
        text-align: center;
        clear: both;
    }
    div#divProblemBasedSearch {
        text-align: center;
    }
    div#divProductBasedSearch {
        text-align: center;
        margin: 40px auto 20px;
    }
    .prosearch-select select {
    max-width: calc(49% - 20px);
    padding: 6px 10px;
    margin: 3px 10px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ddd;
    width: 290px !important;
}
    
    div#divProblemBasedSearch #btnsolution, .h-search input#btnProductSearch, #divProductBasedSearch #btnsolution {
        background: #6666de;
        color: #fff;
        margin: 3px auto 20px;
        padding: 8px 25px;
        border-radius: 25px;
        text-transform: uppercase;
        border: 1px  solid #6666de;
    }
    
    .searchresult .list-group-item {
        border: none;
    }
    .prosearch-wrap-inn .h-search {
        text-align: center;
        margin: 15px auto;
    }
    .prosearch-wrap-inn .h-search input#query_input, #divProductBasedSearch input#txtProductSearch {
        width: 400px;
        max-width: 100%;
        border: 1px solid #ddd;
        padding: 10px;
        display: block;
        margin: 0 auto 10px;
        clear: both;
    }
    
    .search-slidebox {
        margin-bottom: 20px;
        box-shadow: 0 0 4px #adadad;
        padding: 10px;
    }
    .product-list.list-group-item h2 {
        font-size: 18px;
        color: #930c0c;
        margin-top: 0px;
        border-bottom: 1px solid rgba(204, 204, 204, 0.53);
        padding: 0px 0px 5px 0px;
        text-align: left;
        height: auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 600;
    }
    .grid-group-item .price_adjust {
        font-size: 18px;
        color: #123474;
        font-weight: 600;
        padding: 6px 0;
    }
    p.group.inner.list-group-item-text {
        padding: 0 0px 0 0px;
        text-align: justify;
    }
    .av-btn, .av-btn-big, input[type="submit"], input[type="button"] {
        background: #6868f9;
        border: 1px solid #6868f9;
        color: #fff;
        font-weight: 600;
        padding: 7px 14px;
        border-radius: 25px;
        text-transform: uppercase;
    }
    .av-btn:hover, .av-btn-big:hover, input[type="submit"]:hover, input[type="button"]:hover {
        background: #2b8a0c;
        transition: 0.5s;
        color: #fff;
        outline: none;
    }
    .av-video-play {
        text-align: center;
    }
    button.ytp-mute-button.ytp-button {
        display: inline-block!important;
    }
    @media screen and (max-width: 767px) {
    .today-box {
        min-height: 50px;
    }
    .today-box.mt-3.sunrisebox{ padding-top: 1rem; }
    }
    @media screen and (max-width: 576px) {
    .astrologer-profile {
      padding: 0;
    }
    .av-title-1 {
      font-size: 1.8em;
      line-height: 1.3;
      margin-bottom: .5rem;
    }
    .av-gallery-wrap::before {top: 26%;}
    .report-sl {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    #photoGallery .report-sl {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: inherit;
    }
    .hm-nl{ padding: 0; }
    .prosearch-select select {
        width: 100%;
        max-width: 100%;
    }
    .problemsearch-radio .radiosel {
        margin-bottom: 10px;
    }
    .h-search i{ left: -.5rem; }
    }
    @media screen and (max-width: 359px) {
    div.navmob-bar .navbar-toggler {
      font-size: 1em;
      padding-left: 7px;
    }
    .logo-img {
      margin-left: -10px;
    }
    .language.mob-lang .btn {
      font-size: .8rem;
      margin-top: -7px;
    }
    .language:hover .dropdown-menu {
        display: block;
        top: -20px !important;
        right: 0 !important;
        left: inherit !important;
        min-width: 58px !important;
    }
    #photoGallery {
        margin-top: 1rem;
    }
    .av-gallery-wrap::before { top: 29%; }
    }
    .hm-section .fab:not(:last-child) {
      width: auto;
      height: auto;
      opacity: 1;
      visibility: visible;
      margin: 0 auto;
    }
    .hm-section .fab {
      display: inline;
      color: inherit;
      border-radius: 0;
      width: auto;
      height: auto;
    }
    div.chat-msgbody {
        font-family: 'Source Sans Pro', sans-serif;
        z-index: 9;
    }
    
    .cc-bottom {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background: rgba(0,0,0,.85);
        z-index: 999;
        opacity: 1;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        top: 0;
        z-index: 10001;
    }
    
        .cc-bottom .box-cookies {
            padding: 20px;
            text-align: center;
            font-size: 15px;
            font-weight: 600;
            line-height: 30px;
            position: absolute;
            top: 25%;
            width: 460px;
            background: #fff;
            color: #000;
            border-radius: 3px;
            left: 50%;
            margin-left: -230px;
            max-width: 90%;
        }
    
    @media (min-width:0px) and (max-width: 650px) {
        .cc-bottom .box-cookies {
            left: 5%;
            width: 90%;
            margin-left: 0;
            top: 20%;
        }
    }
    
    .box-cookies a {
        color: #f15a29;
        text-decoration: underline
    }
    
        .box-cookies a.av-btn {
            margin-left: 10px;
            text-decoration: none;
            border-radius: 20px;
            color: #fff;
            display: inline-block;
            margin-top: 6px;
            padding: 4px 20px;
        }
    
    .cookie-icon {
        margin-bottom: 12px;
    }
    
    .inactive {
        display: none;
    }
    
    .box-cookies a.av-btn:hover {
        background: #fff;
        color: #fe5e08
    }
    
    .cc-close {
        position: fixed;
        bottom: 17px;
        right: 17px;
        background: #fff;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 18px;
        border-radius: 50%;
        cursor: pointer
    }
    
    @media (min-width:0) and (max-width:767px) {
        .cc-close {
            top: -7px;
            position: absolute;
            right: 5px;
            background: #000;
            color: #fff
        }
    }
    @media (min-width:0) and (max-width:767px) {
    .astro-srv {
        flex-basis: 29.3%;
        text-align: center;
        margin: 2%;
        background: #fff;
    }
    .moon-sing-box .col-3 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .moon-sing-box.row {
        padding: 10px;
    }
    .moon-sing-wrap{ margin: .6rem 0; }
    .pillais-video {
        margin-top: 2rem;
    }
    
    
    }
    @media (min-width:0) and (max-width:390px) {
    .panchang-tab .nav-item .nav-link {
        padding: .5rem;
        font-size: .9em;
    }
    
    }
    @media (min-width:0) and (max-width:460px) {
        .header-sign-symbol:after{
        width: 20px;
        height: 20px;
        background-size: 100% 100% !important; 
    }
    .moon-sing-top h6{ font-size: 14px; top: 12px; }
        }
        @media (min-width:0) and (max-width:355px) {
        .moon-sing-top h6{ font-size: 12px; }
    }
    @media (min-width:0) and (max-width:767px) {
    .latest_posts.foo-large-inn {
      float: left;
      text-align: left;
      width: 50%;
    }
    .latest_posts.foo-large-inn ul {
      list-style: none;
      padding: 0;
    }
    .latest_posts.foo-large-inn a {
      color: #000;
    }
    .head-follow {
      clear: both;
    }
    .av-mega-menu .navbar-toggler {
        display: none;
    }
    }
    
    
    .av-astrologers {
      background: #efeefe;
    }
    .astrospeak-ban h1 {
      font-size: 1.7rem;
      color: #444;
    }
    .astrospeak-ban {
        text-align: center;
    }
    .astrospeak-ban h1 span {
      font-weight: 600;
      color: #000;
    }
    .astrospeak-ban h2 {
      font-size:1.9rem;
      color: #6868f9;
      font-weight: 600;
    }
    .astrospe-astimg {
      padding: 5px 0;
    }
    .astrospe-astimg img {
      margin: 0 2%;
    }
    .astrospe-astimg img:first-child {
      margin-left: 0;
    }
    .astrospeak-supp {
      font-size: 1rem;
      padding: 8px 0;
    }
    .astrospeak-supp a {
        color: #000;
    }
    .astrospeak-supp img {
      margin-right: 10px;
    }
    .astrospeak-supp span {
      padding-right: 14px;
      position: relative;
    }
    .astrospeak-supp span:after {
      position: absolute;
      content: "";
      width: 1px;
      height: 12px;
      background: #000;
      right: 4px;
      top: 5px;
    }
    .astrospeak-supp span:last-child:after {
      content: none;
    }
    .astrospeak-text span {
      color: #000;
      font-weight: 600;
      font-size: 1.15rem;
      display: inline-block;
      vertical-align: baseline;
    }
    .astrospeak-text span.astrospeak-text1 {
      font-size: 1.7rem;
      color: #6868f9;
    }
    .astrospeak-text a {
      margin-left: 10px;
    }
    .astrospeak-text {
        padding-bottom: .5rem;
    }
    .speak-rightimg {
        margin-top: 1.3rem;
    }
    @media screen and (max-width: 980px) {
    .astrospeak-text {
        padding-bottom: 1rem;
    }
    }
    @media (min-width:0) and (max-width:767px) {
        
    .astrospeak-ban h1 {
      font-size: 1.1em;
    }
    .astrospeak-ban h2 {
        font-size: 1.8em;
        font-weight: 600;
        line-height: 1;
    }
    .astrospeak-ban {
        text-align: center;
    }
    .astrospeak-supp img {
        margin-right: 5px;
    }
    .astrospeak-supp span {
      display: block;
      font-size: 14px;
    }
    .astrospeak-supp span::after {
      content: none;
    }
    .astrospeak-text span.astrospeak-text1 {
      font-size: 1.25rem;
    }
    .astrospeak-text span {
      font-size: 1.1rem;
    }
    .astrospeak-text a {
      margin: 10px auto;
    }
    .astrospe-astimg .speak-img {
      display: none;
    }
        }
    
        #mobNav .closebtn {
        position: relative;
        right: 8px;
        width: 100%;
        text-align: right;
        padding: 10px 10px 0;
        font-size: 40px;
        line-height: .5;
    }
    #topPristService1 .swiper-slide {
      background: transparent;
    }
    #topPristService1 .top-service {
      background: transparent;
    }
    #topPristService1 .content {
      background: #fff;
    }
    .navbar-toggler-icon {
        margin: 0px;
    }
    #latestVideoWrap .carousel-control-prev {
        background: rgb(255, 255, 255) url("/app_themes/astroved/images/adrs-left-arrow.png") no-repeat scroll center center;
            background-size: auto;
        top: 35%;
        border: 1px solid #ddd;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        left: -10px;
        background-size: 12px;
    }
    #latestVideoWrap .carousel-control-next {
        background: rgb(255, 255, 255) url("/app_themes/astroved/images/adrs-right-arrow.png") no-repeat scroll center center;
            background-size: auto;
        top: 35%;
        border: 1px solid #ddd;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        right: -10px;
        background-size: 12px;
    }
    @media only screen and (max-width:767px) {
    .truested-points-box {
        flex-basis: 50%;
        margin: 0;
        padding: .5rem;
    }
    }
    
    .lac-nadiwrap {
      background: #f0eefe;
      padding: 0;
      position: relative;
      overflow: hidden;
    }
    .homelac-img {
      float: left;
      margin-bottom: 20px;
    }
    .homenadi-img {
      float: left;
      margin-bottom: 20px;
    }
    /*.lac-nadiwrap::before {
        overflow: hidden;
        content: "";
        position: absolute;
        right: 0;
        width: 50%;
        height: 100%;
        z-index: 9;
        top: 0;
        background-size: contain;
    
    }*/
    .homelac-skew .homelac-wrap {
        padding-left: 20px;
        position: relative;
        z-index: 9;
        padding-top: 35px;
    }
    .homelac-skew::after {
        overflow: hidden;
        content: "";
        position: absolute;
        top: 0;
        width: 170%;
        height: 100%;
        background: #e5e1fd;
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }
    .homelac-wrap {
        text-align: center;
    }
    .homelac-wrap h3 {
        font-size: 2rem;
        padding: 20px 0 0;
        color: #6868f9;
        font-weight: 600;
    }
    .homelac-wrap a{ color: inherit; text-decoration: none; }
    .homelac-wrap .btn.av-call-btn {
        display: inline-block;
        margin-bottom: 25px;
        margin-top: 10px;
        color: #fff;
    }
    .homelac-wrap p {
        margin-bottom: 5px;
        font-size: 1.3rem;
    }
    .homelac-wrap.homenadi-wrap h3 {
        padding-top: 2px;
    }
    .comser-txt{ margin-bottom: 0 }
    
    .comser-col{ padding: 0 }
    .comser-col1{ padding-right: 20px }
    .comser-txt2{
        font-weight: 600;
        line-height: 1.4;
        padding: 10px 0 0;
    }
    .homelac-wrap a.comser-link{ display: block;clear: both; text-decoration: underline;color: #6868f9; }
    .comser-col img {
        margin: 10px 0;
    }
    
    .crisis-right {
      display: flex;
      justify-content: space-around;
      align-items: end;
      padding: 25px 0 0;
    }
    .comser-link {
      display: block;
      text-decoration: underline;
      text-transform: uppercase;
      padding: 3px 0 0;
      font-weight: 500;
    }
    .right-col-1 {
      flex-basis: 27%;
      text-align: center;
    }
    .right-col-3 {
      flex-basis: 27%;
      text-align: center;
    }
    .right-col-2 {
      text-align: center;
    }
    .right-col-2 h3 {
      font-size: 1.1rem;
    }
    .right-col-2 h3 a {
      color: #000;
    }
    
    .crisis-cta {
      text-align: center;
      padding: 3px 0 0;
    }
    .crisis-offer {
      display: flex;
      padding: 13px 0 0;
      text-align: center;
      align-items: center;
      justify-content: center;
    }
    .offer-col.offer-col-cta {
      margin: 0 10px;
    }
    .limit-txt a {
      font-size: .9rem;
      vertical-align: top;
      color: #555;
    }
    .offer-col h4 {
      color: #6868f9;
      font-size: 1.5rem;
      font-weight: 600;
    }
    .offer-txt {
      font-size: 2.1rem;
    }
    .crisis-cta .btn.av-call-btn {
      font-size: 1.2rem;
      padding: .3rem 1.5rem;
      font-weight: 600;
    }
    .offer-col.offer-col-cta .av-call-btn {
      padding: .1rem 1rem;
      background: #c3c2fc;
      color: #000;
    }
    .lac-nadiwrap .col-xl-5 {
      padding: 0;
    }
    .lac-nadiwrap .col-xl-7 {
      padding: 0;
    }
    
    .astro-new-section {
      background: #ededff;
      padding: 2rem 0;
      text-align: center;
    }
    .astro-new-section h2, .astro-new-section h3 {
      font-size: 2.2rem;
      font-weight: 600;
    }
    h2 {
    }
    .astro-new-section a {
      color: #6868f9;
    }
    .ortxt {
      display: inline-block;
      color: #6868f9;
      text-transform: uppercase;
      position: relative;
    }
    .ortxt:after {
      position: absolute;
      content: "";
      background: #6868f9;
      width: 130px;
      height: 1px;
      right: -140px;
      top: 12px;
    }
    .ortxt:before {
    }
    .ortxt:before {
      background: #6868f9;
      content: "";
      position: absolute;
      width: 130px;
      height: 1px;
      left: -140px;
      top: 12px;
    }
    .sixway-remedies {
      border: 1px solid #d0d0f9;
      border-radius: 5px;
      display: flex;
      flex-wrap: wrap;
      text-align: left;
      padding: 30px 10px 0px;
      margin-top: -20px;
    }
    .sixway-remedies h4 a {
      padding: 0 15px;
      display: block;
    }
    .sixway-remedies h4 {
      position: relative;
      text-align: center;
    }
    .sixway-remedies h4 a:after {
    }
    .sixway-remedies h5 {
      flex-basis: 33.3%;
      margin-bottom: 20px;
      font-size: 1.1rem;
    }
    .sixway-remedies h5 a {
      color: #000;
    }
    .sixway-remedies h5 img {
      margin-right: 5px;
    }
    .astro-new-section .overlap-txt a {
      background: #efeefe;
      padding: 0 10px;
      color: #000;
    }
    .astro-new-section h3 {
      margin-bottom: 15px;
    }
    .explore-cta {
      margin: 20px auto 0;
    }
    .explore-cta .btn.av-call-btn {
      color: #fff;
    }
    .modal-backdrop.show{z-index: 0;}
    @media screen and (max-width: 1200px) {
    .homelac-skew::after {
        transform: initial;
        left: -40%;
    }
    .homelac-wrap img {
        display: none;
    }
    .crisis-right{ padding: 0; }
    }
    @media screen and (max-width: 540px) {
    .homelac-wrap h3 {
        padding-top: 0;
    }
    .homelac-img {
        float: none;
        margin-bottom: 0;
        max-width: 120px;
    }
    .homelac-wrap {
        padding: 20px 0;
    }
    }
    @media screen and (max-width: 540px) {
        .homelac-wrap h3 { font-size: 1.4rem;
        }
    
        }
    @media screen and (max-width: 767px) {
    .crisis-right {
        flex-wrap: wrap;
    }
    .right-col-1 {
        order: 1;
        flex-basis: 50%;
    }
    .right-col-2 {
        order: 3;
        flex-basis: 100%;
    }
    .right-col-3 {
        flex-basis: 50%;
        order: 2;
    }
        .offer-col.offer-col-cta {
        flex-basis: 200px;
    }
    .offer-col h4{ font-size: 1.2rem; }
    .offer-txt {
        font-size: 1.5rem;
    }
    }
    @media screen and (max-width: 980px) {
    .sixway-remedies h5 {
      flex-basis:50%;
    }
    .astro-new-section h2, .astro-new-section h3 {
      font-size: 1.5em;
    }
    .astro-new-section .overlap-txt {
      font-size: 1.3rem;
    }
    .sixway-remedies h5 {
      font-size: 1rem;
    }
    .astrospeak-ban {
     text-align: center;
    }
    }
    
    
    .av-exp .accordion>.card {
        overflow: hidden;
        align-items: center;
        justify-content: center;
    }
    .av-exp .card-header .title {
        font-size: 1.8rem;
        width: auto;
        padding-right: 10px;
        color: #6868f9;
        text-align: center;
        font-weight: 600;
        text-transform: none;
    }
    .accicon.rotate-icon {
        position: relative;
        background: url(../images/av-home-down.webp) no-repeat 0px 0px;
        width: 17px;
        height: 10px;
    }
    .av-exp .card-header{
      cursor: pointer;
      border-bottom: none;
    }
    .av-exp .card-header:not(.collapsed) .rotate-icon {
      transform: rotate(180deg);
    }
    
    
    
    @media only screen and (max-width: 767px) {
        .head-follow {
            display: none;
        }
    }
    #cart {
        padding-right: 10px;
    }
    .h-search a {
      background: url(https://www.astroved.com/images/cart-icons.jpg) no-repeat -25px -7px;
      width: 23px;
      height: 23px;
      display: inline-block;
      vertical-align: top;
    }
    #cart_UpdateCart a.cart {
        position: relative;
    }
    .h-search {
        margin-right: 15px;
    }
    .col-xl-5.text-center.astrologer-celebrity-section {
        background: url(../images/astrologer-viji-1.webp) no-repeat;
    }
    .astrologer-celebrity-section h2 {
        color: #fff;
        font-size: 20px;
        padding-top: 20px;
    }
    .astrologer-celebrity-section .av-call-btn {
        padding: 7px 11px;
        background-color: #ff9309;
    }
    .astrologer-celebrity-section .av-call-btn:hover{
        background-color:#6868f9;
    }
    /* media query for desktop-- */
    @media only screen and (min-width: 1200px) {
        .astrologer-celebrity-section{
            margin-top:1.2em;
        }
    }
    img.consult-img { display:none }
    /* media query for ipad -- */
    @media (min-width:768px) and (max-width:1024px) {
    .astrologer-celebrity-section h2 {
        color: #fff;
        font-size: 16px;
    }
    .astrologer-celebrity-section .av-call-btn{
        padding: 4px 7px;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .col-xl-5.text-center.astrologer-celebrity-section {
        background: url(../images/home-pat.webp) no-repeat;
        background-size: cover;
        padding-bottom: 20px;
    }
    img.consult-img {
        display: block;
        margin: 0 auto;
        margin-top: 10px;
    }
    .astrologer-celebrity-section h2 {
        padding-top: 0;
    }
    .astrologer-celebrity-section .col-lg-5.col-md-4.col-6 {
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
   .truested-wrap {
    margin-bottom: 50px;
}
    }
    /*.astrospeak-text span.astrospeak-text1 {
      font-size: 1.4rem;
    }
    .astrospeak-ban h2 {
        margin-bottom: 5px;
    }
    .astrospeak-ban h1 {
        margin-bottom: 0;
    }
    .astrospe-astimg img {
        width: 70px;
        height: 70px;
    }
    .astrologer-celebrity-section {
        margin-top: 2.2em;
    }
    .astrospeak-supp {
        padding: 0;
    }*/
    .astrospeak-ban h1 {
    font-size: 1.6rem;
}

.astrospeak-ban h2 {
    font-size: 1.8rem;
}

.astrospe-astimg img {
    width: 80px;
    height: 80px;
}
.astrospeak-text span.astrospeak-text1 {
  font-size: 1.5rem;
}
.consult-img1 {
  margin-top: 15px;
  border-radius: 5px;
}
@media screen and (min-width:768px) and (max-width: 992px){
.astrospeak-ban h1 {
    font-size: 1.7rem;
}

.astrospeak-ban h2 {
    font-size: 1.9rem;
}
}

    .offer-txt-ani {
       text-align: center;
      background: linear-gradient(to right, #f866df 20%, #6b69f8 40%, #6b69f8 60%, #f866df 80%);
      background-size: 200% auto;
      color: #000;
      background-clip: text;
      padding: 4px 0 2px;
      font-size: 1.6rem;
      text-fill-color: transparent;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-animation: shine 2s linear infinite;
              animation: shine 2s linear infinite;
    
    }
    @-webkit-keyframes shine {
      to {
        background-position: 200% center;
      }
    }
    @keyframes shine {
      to {
        background-position: 200% center;
      }
    }

    /* newsroom -- */
.news-room-wrapper{margin:10px 0px 40px 0px;}
.news-room{margin:0px auto;width:100%;padding-left: 10px;padding-right: 10px;text-align: center;}
.news-room  a.nr1 {
     background: url(/images/nrm.jpg) no-repeat;
    width: 158px;
    height: 60px;
    display: inline-block;
    margin: 2px 20px;
    float: none;
}
.news-room  a.nr1{background-position: -5px -6px;}
.news-room  a.nr2 {
    background: url(/images/nrm.jpg) no-repeat;
   width: 174px;
   height: 60px;
   display: inline-block;
   margin: 2px 20px;
   float: none;
}
.news-room  a.nr2{background-position: -181px -12px;}
.news-room  a.nr3 {
    background: url(/images/nrm.jpg) no-repeat;
   width: 276px;
   height: 60px;
   display: inline-block;
   margin: 2px 20px;
   float: none;
}
.news-room  a.nr3{background-position: -8px -96px;}
.news-room  a.nr4 {
    background: url(/images/nrm.jpg) no-repeat;
   width: 178px;
   height: 60px;
   display: inline-block;
   margin: 2px 20px;
   float: none;
}
.news-room  a.nr4{background-position: -367px -13px;}
.news-room  a.nr5 {
    background: url(/images/nrm.jpg) no-repeat;
   width: 259px;
   height: 60px;
   display: inline-block;
   margin: 2px 20px;
   float: none;
}
.news-room  a.nr5{background-position: -308px -90px;}
.news-room  a.nr6 {
    background: url(/images/nrm.jpg) no-repeat;
   width: 230px;
   height: 60px;
   display: inline-block;
   margin: 2px 20px;
   float: none;
}
.news-room  a.nr6{background-position: -5px -174px;}

@media screen and (min-width:0px) and (max-width: 480px){
    .news-room  a.nr2{margin: 20px 20px 2px 20px;}
}


/* newsroom -- */

@media screen and (max-width: 980px) {
    .problemsearch-radio .radiosel, .prosearch-select select {
    font-size: 13px;
}
.problemsearch-radio .radiosel{ padding: 8px 13px; }
}
.avrightcol-head .language .dropdown-menu {
    width: 76px !important;
    min-width: auto !important;
    z-index: 1;
}
.av-btnmore {
  display:none;
}
.av-btmcol{
    text-align:center;
    position: relative;
}
.av-dblock {
    display: block!important;
}
.fadecont {
    text-align: center;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,white));
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0),white);
    background: linear-gradient(to bottom,rgba(255,255,255,0),white);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#00ffffff',EndColorStr='#ffffff');
    margin-top: -63px;
    height: 57px;
    width: 100%;
    z-index: 9;
    position: relative;
}
.av-btnmore-btn {
    position: absolute;
    bottom: -15px;
    font-size: 16px;
    font-weight: 600;
    color: #007bff;
    cursor: pointer;
}
.av-btnmore-btn:hover{
    color: #333;
}
.av-btnmore {
    padding-bottom: 25px;
}
.ui-menu.ui-autocomplete {
    max-height: 300px;
    overflow: auto;
}
/*av css code----*/
.avta-explore-wrap{
    background: #efedff;
    padding: 40px 0px;
}
.collections-wrap{
    background: #fff;
    padding: 8px 8px;
    border-radius: 5px;
}
.collect-title{
    color: #000;
    font-size: 18px;
    padding-top: 2px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin-bottom: 8px;
}
#collection .statue-box {
    background: #fff none repeat scroll 0 0;
    padding: 0;
    text-align: center;
    display: flex;
}
#collection .statue-box a{
    background: url(/new/images/home-page-statue-image.jpg) no-repeat;
    height: 120px;
    margin: 5px 5px;
    width: 120px;
    display: inline-block;
}
#collection .collect-name {
    text-align: center;
    color: #000000;
    font-size: 15px;
    padding: 100px 0 0 0;
    font-weight: 500;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#collection a.statue-god1{background-position: -3px -10px;}
#collection a.statue-god2{background-position: -144px -10px;}
#collection a.statue-god3{background-position: -8px -147px;}
#collection a.statue-god4{background-position: -144px -147px;}
/*---*/
#collection .mala .statue-box a {
    background: url(/new/images/mala-collections.jpg) no-repeat;
}
#collection .mala a.mala1{background-position: -3px -10px;}
#collection .mala a.mala2{background-position: -144px -10px;}
#collection .mala a.mala3{background-position: -8px -147px;}
#collection .mala a.mala4{background-position: -144px -147px;}

#collection .yantra .statue-box a {
    background: url(/new/images/yantra-home-page.jpg) no-repeat;
}
#collection .yantra a.yantra1{background-position: -3px -8px;}
#collection .yantra a.yantra2{background-position: -137px -8px;}
#collection .yantra a.yantra3{background-position: -3px -147px;}
#collection .yantra a.yantra4{background-position: -137px -147px;}
/*--*/
#collection .bracelet .statue-box a {
    background: url(/new/images/bracelet-collections.jpg) no-repeat;
}
#collection .bracelet a.bracelet1{background-position: -3px -10px;}
#collection .bracelet a.bracelet2{background-position: -144px -10px;}
#collection .bracelet a.bracelet3{background-position: -8px -147px;}
#collection .bracelet a.bracelet4{background-position: -144px -147px;}
.container.cont-1 {
    max-width: 1220px;
}
.box-2 span.collect-name  {
    padding: 104px 0 0 0 !important;
}
.coll-exp-btn {
    display: block;
    text-align: center;
    margin:8px 0px 3px;
    font-weight: 600;
    color: #007bff;
}
.coll-exp-btn a:hover{}
.exp-btn{
    background-color: #6868fa;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 10px 20px;
    border-radius: 50px;
}
.avta-horo-wrap{
    padding: 40px 0px 0px;
}
.avta-horo-wrap .container{
    padding: 0px;
}
.avta-explore-wrap .avta-subtitle-exp {
    font-size: 23px;
    line-height: 1.5;
    color: #6868fa;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.avta-subtitle-exp a{
    color: #6868fa;
}
a.coll-exp-btn:hover {
    color: #f78d06;
}

    #avta-horo-icons .daily-horo-box {
        background: #fff none repeat scroll 0 0;
        padding: 5px 0 0;
        text-align: center;
    }
    #avta-horo-icons .daily-horo-box a{background-image:url("https://cdn.astroved.com/images/avhoro-icons.jpg");background-repeat:no-repeat;height: 90px;margin: 5px 7px;width: 83px;display:inline-block;}
    #avta-horo-icons .horo-icon-name {
    text-align: center;
    color: #6e56fb;
    font-size: 16px;
    padding: 86px 0 0 0;
    font-weight: 600;
    display: block;
    }
    #avta-horo-icons a.horo-aries{background-position: -15px 0;}
    #avta-horo-icons a.horo-taurus{background-position: -95px 0;}
    #avta-horo-icons a.horo-gemini{background-position: -178px 0;}
    #avta-horo-icons a.horo-cancer{background-position: -258px 0;}
    #avta-horo-icons a.horo-leo{background-position: -341px 0;}
    #avta-horo-icons a.horo-virgo{background-position: -422px 0;}
    #avta-horo-icons a.horo-libra{background-position: -504px 0;}
    #avta-horo-icons a.horo-scorpio{background-position: -586px 0;}
    #avta-horo-icons a.horo-sagittarius{background-position: -668px 0;}
    #avta-horo-icons a.horo-capricorn{background-position: -751px 0;}
    #avta-horo-icons a.horo-aquaries{background-position: -832px 0;}
    #avta-horo-icons a.horo-pisces{background-position: -915px 0;}
.avta-booking-wrap{
    padding: 40px 0px 50px;
    margin-bottom: 0px;
}
.avta-subtitle {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
    color: #6868f9;
    line-height: 1.3;
    margin-bottom: 0.3rem;
    padding-top: 15px;
}
.avta-subtitle a {
    color: #6868f9;
}
.avta-booking-inner {
    text-align: center;
    background: #efeefe url(https://cdn.astroved.com/images/astro-speak.jpg) no-repeat right bottom;
    padding: 0px;
    border-radius: 5px;
    /*margin: 10px 0px;*/
    padding-bottom: 210px;
    height: 100%;
    background-size: contain !important;
}
.avta-booking-inner.report-wrap{
    background: #efeefe url(https://cdn.astroved.com/images/Instant-Pooja-Hp.jpg) no-repeat right bottom;
}
.avta-booking-inner.consult-wrap{
    background: #efeefe url(https://cdn.astroved.com/images/viji-mam.jpg) no-repeat right bottom;
}
.avta-booking-inner p {
    color:#212529;
    font-size: 18px;
    padding: 0px 10px;
}
.avta-booking-wrap a.exp-btn {
    font-size: 15px;
    padding: 10px 20px;
}
@media only screen and (max-width:992px){
    .avta-subtitle{
        font-size: 1rem;
    }
    .avta-booking-inner p{
        font-size: 14px;
    }
    /*#avta-horo-icons .daily-horo-box a{
        width: 73px;
    }*/
    .avta-booking-wrap .container{
        padding: 0px;
    }
}
@media only screen and (max-width:600px){
    .avta-booking-inner {
    background: #efeefe url(/new/images/astro-speak.jpg) no-repeat 82px 1px;
    padding-bottom: 31px;
    text-align: left;
}
.avta-booking-inner.consult-wrap {
    background: #efeefe url(/new/images/viji-mam-mob.jpg) no-repeat 82px 1px;
    padding-bottom: 31px;
    text-align: left;
}
.avta-booking-inner.report-wrap {
    background: #efeefe url(https://cdn.astroved.com/images/Instant-Pooja-Hp.jpg) no-repeat 80px 26px;
    padding-bottom: 31px;
    text-align: left;
}
.avta-booking-inner-wrap {
    padding-right: 151px;
    padding-left: 11px;
}
h3.avta-subtitle {
    text-align: left;
    padding-left: 10px;
}
.avta-livestr-inner .avta-subtitle{
    text-align: center;
}
.live-tv-content {
    margin-bottom: 20px;
}
.avta-tem-mantra-wrap {
    padding: 0 !important;
    background: no-repeat !important;
}
.avta-tem-wrap {
    background: #efedfe;
    padding-bottom: 20px;
}
.avta-mantra-wrap {
    background: #6868f9;
}
.avta-tem-mantra-wrap .avta-subtitle {
    text-align: center;
}
.av-assistant .app-link {
display: block !important;
}
.av-assistant .app-link a {
display: inline-block;
margin-bottom: 20px;

}
}
.avta-livestr-wrap {
    padding: 30px 0px;
}
.avta-livestr-inner {
    /*background: url(/images/live-stream.jpg) left center no-repeat, 
                url(/images/live-stream-right1.jpg) right center no-repeat;*/
                background-color: #efeefe;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 30px;
}
/*.avta-tem-mantra-wrap {
    background: #efeefe url(/new/images/avtamil-temple-bg.jpg) no-repeat;
    margin: 20px 0px 30px 0px;
    padding: 18px;
    background-position: center bottom;
    background-size: cover;
}*/
.avta-tem-mantra-wrap {
    background: #f0efff url(https://cdn.astroved.com/images/astroved-temple-mantra-writing.jpg) center center no-repeat;
    position: relative;
    z-index: 9;
    overflow: hidden;
    padding: 18px 0;
    background-size: contain;
}
.avta-tem-mantra-wrap:before {
    position: absolute;
    content: "";
    background: #6868fa url(https://cdn.astroved.com/images/mantra-right.jpg) no-repeat right bottom;
    width: 35%;
    right: 0;
    height: 100%;
    z-index: 0;
    top: 0;
}
.avta-tem-mantra-wrap:after {
    position: absolute;
    content: "";
    background: url(https://cdn.astroved.com/images/temple-left.jpg) no-repeat left bottom;
    width: 34%;
    left: 0;
    height: 100%;
    z-index: -1;
    top: 0;
}
.avta-tem-wrap {
    position: relative;
}
/*.avta-tem-wrap:before {
    position: absolute;
    content: "";
    background: #f0efff url(/images/temple-right.jpg) top right no-repeat;
    width: 60%;
    height: calc(100% + 36px);
    z-index: -1;
    right: -16px;
    top: -18px;
    background-size: auto 100%;
}
.avta-mantra-wrap {
    position: relative;
    z-index: 99;
}
.avta-mantra-wrap:before {
    position: absolute;
    content: "";
    background: #6868fa url(/images/mantra-left.jpg) no-repeat bottom left;
    width: 60%;
    height: calc(100% + 36px);
    z-index: -1;
    left: -15px;
    bottom: -18px;
    background-size: auto 100%;
}*/
.exp-now{
    background: #6868f9;
    color: #fff;
    /*padding: 6px 10px;*/
    display: inline-block;
    margin-bottom: 15px;
}
.avta-icons{
    margin: 0px 15px;
    margin-bottom: 10px;
}
span.fin {
    display: block;
    font-size: 17px;
    line-height: 1.2;
}
.avta-mantra-wrap .avta-subtitle a{
    color: #fff;
}
.avta-mantra-wrap .exp-now{
    background: #fff;
    color: #6868f9;
}
@media only screen and (max-width:1100px){
.avta-tem-mantra-wrap {background: transparent;}

.avta-tem-mantra-wrap .col-lg-6.col-md-6.text-center {
    flex: 0 0 100%;
    max-width: 100%;
}

.avta-tem-mantra-wrap:before, .avta-tem-mantra-wrap:after {
    background: transparent;
    content: "";
    width: 0;
}
.avta-tem-wrap {
    background: #efeefe url(/new/images/astroved-temple.jpg) no-repeat right bottom;
    padding-top: 20px;
    padding-bottom: 20px;
}
.avta-mantra-wrap {
    background: #6868f9 url(/new/images/astroved-mantra-writing.jpg) no-repeat right bottom;
}
.avta-booking-inner {
    background: #efeefe url(/new/images/astro-speak.jpg) no-repeat center bottom;
}
.avta-booking-inner.consult-wrap {
    background: #efeefe url(/new/images/viji-mam.jpg) no-repeat right bottom;
}
.avta-booking-inner.report-wrap {
    background: #efeefe url(https://cdn.astroved.com/images/Instant-Pooja-Hp.jpg) no-repeat center bottom;
}
.avta-livestr-inner img, .avta-explore-wrap img, .hm-nl-box img, .g-month-wrap img, .av-gallery-wrap img{
    height: auto;
}
}
@media only screen and (max-width:1200px){
#collection .statue-box{
        display: block;
}
}
@media only screen and (max-width:768px){
.collections-wrap{
    margin-bottom: 20px;
}
}
.why-av-wrapper{
    text-align: center;
}
.av-service-wrap {
    text-align: center;
}
.filelds {
    text-align: center;
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    z-index: 0;
    align-items: center;
    padding: 1rem 0rem 0;
    overflow: hidden;
    margin-bottom: 15px;
    width: 90%;
    margin: 0 auto;
}
.av-membership-box input.new-seach-input {
    border: none !important;
    width: 100%;
}
.av-membership-wrap {
    background: #6868f9;
    border-radius: 7px;
}
.av-membership-box #email {
    background: #fff url(https://cdn.astroved.com/images/avform-email-icon.png) no-repeat 8px center;
    padding-left: 40px;
}
.av-membership-box #name {
    background: #fff url(https://cdn.astroved.com/images/avform-usern-icon.png) no-repeat 8px center;
    padding-left: 40px;
}
.av-membership-box input:-internal-autofill-selected {
    background-image: url(https://cdn.astroved.com/images/avform-usern-icon.png) !important;
    background-color: #fff0 !important;
    padding-left: 10px !important;
    z-index: 1;
}
.newsletter-title {
    margin-bottom: 20px;
    text-align: left;
    padding-top: 0px !important;
    color: #000;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 1rem 0 0;
}
.newsl-title {
    text-align: left;
    color: #6868f9;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 1rem 0 0;
    margin-bottom: 20px;
}
.monthly-homa-wrap {
    border-radius: 10px;
    box-shadow: 0px -3px 12px rgba(0, 0, 0, 0.06);
    padding: 20px 15px;
    text-align: center;
    background: #fff;
}

.monthly-homa-wrap h2 {
    color: #6868f9;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 1rem 0 0;
    margin-bottom: 10px;
    display: none;
}

.monthly-homa-text {
    text-overflow: ellipsis;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 0;
    margin-bottom: 0;
}
.av-month-title {
    font-size: 1.4rem;
    color: #000;
    font-weight: 600;
    padding: 10px 0px 5px;
    margin-bottom: 0px;
}
.av-monthly-homa .av-call-wra {
    text-align: center;
}
.month-img-wrap img {
    border-radius: 10px;
}
.monthly-homa-wrap:after {
    position: absolute;
    background: #EFEEFE;
    content: '';
    height: 90%;
    left: 2px;
    width: 90%;
    top: 8%;
    z-index: -1;
    border-radius: 10px;
}
.newsletter-para {
    text-overflow: ellipsis;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    margin-bottom: 9px;
}
.newsl-title {
    text-align: left;
}
#newsletter img{
    border-radius: 10px;
    box-shadow: -11px 10px 0px 2px rgb(239 237 254 / 46%);
}
.av-membership input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
@media only screen and (max-width:991px){
.free-tool-content p {
    min-height: 95px;
}
}
.av-mega-menu .row {
    margin: 0;
}
.header-section .header-row {
    padding: 2px 10px;
}
}
/*while loading issue fixed--*/
.av-head-sub-title.for-mob a:empty,.av-head-sub-title.avh-title a:empty,.av-head-sub-title.for-mob {
  display: none;
}
.live-tv-content {
    align-self: center;
}
#newsletter a.btn.av-call-btn {
    margin: 15px 0px;
}
.av-mega-menu span.nav-link.dropdown-toggle {
    cursor: pointer;
}

/*newly added 15-11-2023------------*/
.form-img {
    position: initial;
    background: #ffffff;
    border-radius: 0px 0px 180px 180px;
    padding: 20px 0px 40px;
    text-align: center;
    box-shadow: 0px -3px 12px rgba(0, 0, 0, 0.06);
}
.blog-knowmore a {
    color: #6868F9;
    font-weight: 600;
}
.blog-knowmore {
    text-align: right;
}
.socialcom-wrap {
    padding-bottom: 40px;
}
.hm-section.hm-section-app {
    padding:40px 0px 0px;
}
.av-app-bg {
    background: url(https://cdn.astroved.com/images/mobile-banner-app.jpg) no-repeat center;
    padding: 50px 40px;
}
.f-600 {
    font-weight: 600;
}
.why-av-in {
    background: #fff;
    border-radius: 89px;
    padding: 10px 14px;
    text-align: center;
    margin-bottom: 30px;
    width: 180px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
}
.why-av-in span.count {
    line-height: 1;
    font-size: 2.5rem;
    margin-bottom: 0px;
}
.truested-inner {
    width: 12rem;
    height: 12rem;
    color: #000000;
    border-radius: 50%;
    text-align: center;
    padding: 1.5rem 0.5rem;
    position: relative;
    margin: 0 auto;
    background: #fff;
    box-shadow: 10px 10px 16px -10px rgb(0 0 0 / 75%);
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
}
.truested-inner-right {
    width: 5rem;
    height: 5rem;
    color: #000000;
    border-radius: 50%;
    text-align: center;
    padding: 1.5rem 0.5rem;
    position: relative;
    margin: 0 auto;
    background: linear-gradient(135deg, #e2e1e6 14.93%, #FFFFFF 73.18%);
    box-shadow: 10px 10px 16px -10px rgb(0 0 0 / 75%);
    border: 7px solid #B6B6FF;
}
.center1 {
    width: 8rem;
    height: 8rem;
    text-align: center;
    border: none;
    background: url(https://cdn.astroved.com/images/sol-img.png);
    width: 216px;
    height: 219px;
    margin: 0 auto;
    z-index: 999;
    /* margin-top: 10px; */
}

.truested-inner-right.one {
    position: absolute;
    right: 67px;
    top: 43px;
    z-index: 99;
}
.truested-inner-right.two {
    right: 40px;
    top: 38px;
    z-index: 99;
    text-align: right;
}
.truested-inner-right.three {
    top: -56px;
    right: -42px;
}
.truested-inner-right.four {
    top: 0;
    top: -54px;
    left: -46px;
}
.text-pos {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.two .text-pos {
    right: 0px;
}
.y-left{
    margin-left: -40px;
}
.center2{
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    padding: 60px 0px;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    width: 10rem;
    height: 10rem;
    position: absolute;
    top: 86px;
    left: 36%;
    display: none;
}

@media only screen and (max-width:991px){
.truested-inner-right.two {
    right: 80px;
}
.truested-inner-right.four {
    left: -78px;
    top: -49px;
}
.truested-inner-right.three {
    right: -78px;
    top: -50px;
}
.why-av-a .text-pos.text-right {
    left: 100px;
}
.why-av-c .text-pos.text-right {
    left: 79px;
}
.center2{
    left: 33%;
}
}
/*edit--*/

/*@media (prefers-reduced-motion: reduce) {
    .carousel-item, .carousel-fade .carousel-item {
        transition: -webkit-transform .6s ease-in-out !important;
        -webkit-transform: .6s ease-in-out,-webkit-transform .6s ease-in-out !important;
    }
}*/
/* .carousel-item, .carousel-fade .carousel-item {
        transition: -webkit-transform .6s ease-in-out !important;
        -webkit-transform: .6s ease-in-out,-webkit-transform .6s ease-in-out !important;
    }
*/
    #carousel-testimonial .carousel-inner {
        padding: 50px 0px;
    }


.bg-circle {
    background: url(https://cdn.astroved.com/images/why-av.jpg) center no-repeat;
    width: 320px;
    height: 320px;
}
.text-pos.text-right {
    bottom: 0;
}
.text-pos.text-right.two-icon {
    right: 30px;
    text-align: left !important;
}
.text-pos.text-right.three-icon {
    top: 30px;
    left: 0;
}
.text-pos.text-right.four-icon {
    right: 37px;
    text-align: left !important;
    top: 25px;
}
.text-pos.text-right.one-icon {
    left: -15px;
}

/*--*/
@media only screen and (min-width: 767px) and (max-width: 991px){
    .avta-booking-inner{
        padding-bottom: 130px;
    }
}
@media screen and (max-width: 767px){
    .newsletter-title{
        text-align: center !important;
    }
    .av-homa{
        margin-top: 20px;
    }
}

/*slider ipad view-*/
@media only screen and (min-width: 768px) and (max-width: 991px){
    .avc-order{
        margin: 0 !important;
    }
}
/*new header--*/
.avcommon-head {
    padding: 5px 0px 0px;
}
.avc-row, .avc-order, .avc-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
#search-wrap {
    border: 1px solid #959595 !important;
    border-radius: 50px;
    padding: 1px 20px;
    min-width: 550px;
    text-align: left;
    padding-right: 3px!important;
    background: transparent;
    height: 35px;
}
.avblog-search-text {
    padding: 4px;
    padding-left: 0;
    color: #000000;
    float: left;
}
.av-search-icon {
    background: #6868f9;
    padding: 6px 2px;
    padding-right: 11px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    position: absolute;
    right: 4px;
    top: 2px;
    cursor: pointer;
}
.avc-order-in {
    padding-left: 8px;
    line-height: 1.2;
}
.avc-sub {
    font-size: 14px;
    color: #7a7676;
    font-weight: 400;
}
.avc-main {
    font-size: 16px;
    color: #161616;
    font-weight: 500;
}
.avc-order{
    margin: 0px 18px;
}

.avc-order.avc {
    margin-right: 0px;
    cursor: pointer;
}
.avc-order.search-ico{
    display: none;
}
.avc-order a {
    display: contents;
}
.avsearch {
    position: relative;
}

@media only screen and (max-width: 991px){
    .avc-order-in {
        display: none;
    }
    .avcart-head {
        margin: 0 15px !important;
    }
}
@media only screen and (max-width: 992px){
    #search-wrap {
        min-width: 350px !important;
    }
}
@media only screen and (max-width: 767px){
      #search-wrap {
        min-width: 200px !important;
        margin-left: 10px;
    }
    .avc-order {
        margin: 0px 10px;
    }
    .avcommon-head{
        padding: 10px 0px;
    }
}
@media only screen and (max-width: 600px){
   
    .avc-search{
        display: none;
    }
    .avc-order.search-ico{
        display: block;
    }
    .avc-logo img{
        width: 140px;
    }
}

.av-fav::before {
    background: url(/new/images/curve-design-home-5.png) no-repeat;
    content: '';
    width: 71px;
    display: inline-block;
    float: left;
    height: 168px;
}
.av-fav-in{
    background: #687ffa;
    border-radius: 0px 10px 10px 0px;
}
.av-homa-in img{
    width: 150px;
    margin: 0 auto;
    padding: 5px 0px;
}
@media only screen and (min-width: 767px) and (max-width: 991px){
    .text-pos.text-right.one-icon {
        left: 61px;
    }
.text-pos.text-right.four-icon {
    right: 110px;
}
.text-pos.text-right.three-icon {
    top: 30px;
    left: 76px;
}
.text-pos.text-right.two-icon {
    right: 97px;
}
.signin-wrap ul {
    display: block !important;
}
.signin-wrap {
    width: 150px !important;
}
.avregsign-wrap:hover {background: transparent !important;}

.avregsign-wrap:hover img {
    filter: none !important;
}
}
.blog-card a {
    display: inline;
    color: #fff;
}
.blog-card {
     background: #323232c2;
     color: #fff;
     padding: 3px;
     width: 80px;
     text-align: center;
     position: absolute;
     top: 0;
     border-radius: 3px;
}
.counter {
    position: absolute;
    background: #6868f9;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
    right: 25px;
    top: -10px;
    margin-right: 3px;
}
.counter:empty{
    display: none;
}
@media only screen and (max-width: 991px){
    #divTestimonialsNew .carousel-control-prev{
        left: 40% !important; 
        top: 90% !important;
    }
    #divTestimonialsNew .carousel-control-next{
        right: 40% !important;
        top: 90% !important;
    }
}
@media only screen and (min-width: 992px){
#divSliderNew .slider-item {
    min-height: 325px;
}
}
.testi-row {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0px 20px 20px;
}
.test-wrap {
    padding: 20px 35px;
    height: 100%;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.16);
}
.testi-name {
    text-align: right;
    margin-bottom: 0px;
}
.test-wrap::before {
    position: absolute;
    content: '';
    background:url(https://cdn.astroved.com/images/right-quotes-sign.jpg) no-repeat center center;
    width: 26px;
    height: 26px;
    right: 5px;
}
.testi-name::before {
    position: absolute;
    content: '';
    background:url(https://cdn.astroved.com/images/left-quotes-sign.jpg) no-repeat center center;
    width: 32px;
    height: 32px;
    left: 18px;
}
.test-wrap {
    position: relative;
}
#divTestimonialsNew .carousel-control-prev-icon{
    background:url(https://cdn.astroved.com/images/left-arrow.png) no-repeat center center;
    width: 34px;
    height: 34px;
}
#divTestimonialsNew .carousel-control-next-icon{
    background:url(https://cdn.astroved.com/images/right-arrow.png) no-repeat center center;
    width: 34px;
    height: 34px;
}
#divTestimonialsNew .carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
    opacity: 0.85;
}
#divTestimonialsNew .carousel-control-prev {
    left: 45%;
    top: 80%;
    width: 39px;
}
#divTestimonialsNew .carousel-control-next {
    right: 45%;
    top: 80%;
    width: 39px;
}
 @media (min-width: 320px) and (max-width: 575px) {
#divTestimonialsNew .carousel-control-prev {
    left: 35%;
    top: 105%;
}
#divTestimonialsNew .carousel-control-next {
    right: 35%;
    top: 105%;
}
}
@media (min-width: 576px) and (max-width: 767px) {
#divTestimonialsNew .carousel-control-prev {
    left: 35%;
    top: 105%;
}
#divTestimonialsNew .carousel-control-next {
    right: 35%;
    top: 105%;
}
}
.avhp-sale{
    padding-top: 40px;
}
.slider-item .row {
    margin: 0;
}
.av-header-wrap{
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    flex-wrap: wrap;
}
.avc-row {
    flex: 1;
}
.cart-code{
    align-self: center;
}
.avc-order.avs{
    cursor: pointer;
    margin-left: 0px;
}
.avc-order.avs .avc-order-in {
    padding-left: 0px !important;
}

@media screen and (min-width:992px) and (max-width: 1199px){
    #search-wrap {
        min-width: 400px;
    }
}
.avcart-head{
    margin-top: 3px;
}
.testimonial-section {
    background: #edeeff;
    padding: 40px 0px;
    margin-bottom: 40px;
}
span#Span2 {
    padding-left: 6px;
    position: relative;
    max-width: 100px;
    padding-right: 15px;
    margin-top: 0px;
    line-height: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .text-pos.text-right.three-icon{
        left: -40px;
    }
    .text-pos.text-right.four-icon{
        right: -4px !important;
    }
    .text-pos.text-right.one-icon{
        left: -60px; 
    }
    .text-pos.text-right.two-icon {
        right: -10px;
        text-align: left !important;
    }
}
@media only screen and (min-width: 551px) and (max-width: 991px){
    .av-app-bg-img{
        display:block !important;
        padding-top: 20px;
    }
    .av-app-bg {
        background: #f3f3ff;
        text-align: center;
        padding-bottom: 0px;
    }
    .test-wrap::before{
        background-size: 20px;
    }
    .test-wrap{
        padding: 20px 25px;
    }
}
/*header hover--*/
.avregsign-inn {
    position: relative;
}
.signin-wrap {
    position: absolute;
    top: 129%;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    min-width: 100px;
    width: 200px;
    box-shadow: 0 4px 16px 0 rgb(0 0 0/20%);
    z-index: 9;
    display: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 10px 5px;
    left: 0px;
}
.signin-wrap li {
    margin: 2px 22px;
    color: #0b0b0b;
    cursor: pointer;
    display: inline-flex;
}
.signin-wrap li:hover, .signin-wrap li a:hover{
    color: #6868f9;
}
.signin-wrap li a{
    color: #0b0b0b;
    cursor: pointer;
    /* display: block; */
}
.signin-wrap ul {
    margin: 0px;
    display: flex;
    padding:0px;
}
.topnav.top-signin:hover .signin-wrap {
    display: block;
}
.tooltip-inner {
    display: none;
}
.tooltip .arrow {
    display: none;
}
.avc-order.avs .avc-main::after, #Span2::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 6px;
    width: 6px;
    border-color: #1c1616;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: scale(1) translateY(-50%) rotate(45deg);
    transform-origin: 50% 50%;
    transition: transform .3s;
    top: 11px;
    right: -12px;
}
.topnav.top-signin:hover {
    background: #6868f9;
    color: #fff;
    padding: 6px 8px 9px !important;
    border-radius: 5px;
}
.avregsign-wrap:hover .avc-main {
    /* color: #fff; */
}
.topnav.top-signin:hover .avc-order.avs .avc-main::after {
    border-color: #fff;
    transform: scale(1) translateY(-50%) rotate(224deg);
    top: 13px;
}
.topnav.top-signin {
    padding: 8px !important;
}
.topnav.top-signin:hover img {
    filter: invert(100%) sepia(69%) saturate(0) hue-rotate(132deg) brightness(114%) contrast(101%);
}
.topnav.top-signin:hover span {
    color: #fff;
}
.avregsign-wrap:hover .signin-wrap {
    display: block;
}
.avregsign-wrap:hover span#A1 {
    background: #6868f9;
    color: #fff;
    padding: 6px 8px 9px !important;
    border-radius: 5px;
}
.avregsign-wrap:hover 
img.show-m {
    filter: invert(100%) sepia(69%) saturate(0) hue-rotate(132deg) brightness(114%) contrast(101%);
}
.avregsign-wrap:hover .avc-order.avs span {
    color: #fff;
}
.avregsign-wrap:hover .avc-main::after {
    border-color: #fff;
}
.new-seach-input.error::placeholder {
    color: red;
}
#divPanchangNew {
    width: 57%;
    margin-right: 5%;
}
.monthly-homa-section {
    width: 38%;
}
.av-monthly-homa {
    position: relative;
}
.av-monthly-homa:after {
    position: absolute;
    background: #e9e7ff;
    content: '';
    height: 100%;
    left: -15px;
    width: 90%;
    top: 15px;
    z-index: -1;
    border-radius: 10px;
}
.monthly-date {
    font-size: 16px;
    font-weight: 600;
    margin-top: 6px;
}
@media screen and (max-width: 1199px) {
#divPanchangNew, .monthly-homa-section{
    width:100%;
    margin-right:0px;
}
   .monthly-homa-section{
       margin-top:40px;
   } 
}
/*lang css in header----*/
.avc-lang {
    padding: 2px 14px;
    margin: 4px 15px;
    position: relative;
    margin-top: 8px;
    padding-right: 20px;
    cursor: pointer;
}
.avc-lang span::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 6px;
    width: 6px;
    border-color: #111112;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: scale(1) translateY(-50%) rotate(45deg);
    transform-origin: 50% 50%;
    transition: transform .3s;
    top: 14px;
    right: 9px;
}
.lang-wrap {
   position: absolute;
    top: 104%;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    /*min-width: 100px;*/
    width: 150px;
    box-shadow: 0 4px 16px 0 rgb(0 0 0/20%);
    z-index: 9;
    display: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 10px 5px;
    left: 0px;
}
.lang-wrap li {
    padding: 4px 22px;
}
.lang-wrap li a {
    color: #000;
    font-size: 15px;
}
.lang-wrap li a:hover{
    color: #6868f9;
}
.lang-wrap ul {
    margin-bottom: 0px;
    padding:0px;
}
.avc-lang:hover .lang-wrap {
    display: block;
    cursor: pointer;
}
.avc-lang:hover {
    background: #6868f9;
    color: #fff;
    padding: 2px 14px;
    border-radius: 5px;
    padding-right: 20px;
}
.avc-lang:hover span::after {
    border-color: #ffffff;
    transform: scale(1) translateY(-50%) rotate(224deg);
    top: 16px;
}
li.lang-active {
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
    color: #6868f9;
    font-weight: 600;
}
#Span2::after {
    right: 5px;
    border-color: #1c1616;
}
.topnav.top-signin:hover #Span2::after {
    border-color: #fff;
}
.av-app-bg-img{
    display: none;
}

/* New Slider Style*/

/*--*/
.av-slider a:hover{
    text-decoration: none;
}
/*predefined colors--*/
.avs-bg-green{
    background-color: #016503;
}
.avs-bg-teal{
    background-color: #0f526e;
}
.avs-bg-dark-blue{
    background-color: #1e1e52;
}
.avs-bg-blue{
    background-color: #0b0a70;
}
.avs-bg-blue{
    background-color: #0b0a70;
}
.avs-bg-light-blue{
    background-color: #094aa4;
}
.avs-bg-purple{
    background-color: #7d01cb;
}
.avs-bg-dark-red{
    background-color: #960621;
}
.avs-bg-yellow{
    background-color: #f69601;
}
.avs-bg-orange{
    background-color: #e95e01;
}
.avs-bg-dark-blue1{
    background-color: #000731;
}
.avs-bg-dark-red1{
    background-color: #540302;
}
.trans-bg {
    background: #ffffff36;
}
.text-dark{
    color: #000;
}
.text-white{
    color: #fff;
}
.text-yellow, .text-yellow:hover {
    color: #efed00;
}
.text-dark-yellow, .text-dark-yellow:hover{
    color: #fffd00;
}
.text-light-yellow, .text-light-yellow:hover{
    color: #fee269;
}
.text-dark-blue{
    color: #231a53;
}
.avs-yellow-btn, .avs-yellow-btn:hover{
    background-color: #efed00;
    color: #094aa4;
}
.avs-yellow-vio-btn, .avs-yellow-vio-btn:hover{
    background-color: #efed00;
    color: #452179;
}
.avs-light-yellow-btn, .avs-light-yellow-btn:hover{
    background-color: #fee269;
    color: #181818;
}
.avs-yellow-green-btn, .avs-yellow-green-btn:hover{
    background-color: #eef200;
    color: #016503;
}
.avs-dark-yellow-btn, .avs-dark-yellow-btn:hover{
    color: #181818;
    background-color: #fffd00;
}
.avs-yellow-darkblue-btn, .avs-yellow-darkblue-btn:hover{
        background-color: #efed00;
    color: #01274c;
}
.lh-10{
    line-height: 1.0 !important;
}
.lh-11{
    line-height: 1.1 !important;
}
.lh-12{
    line-height: 1.2 !important;
}
.lh-13{
    line-height: 1.3 !important;
}
.lh-14{
    line-height: 1.4 !important;
}
.mb-5{
    margin-bottom: 5px !important;
}
.av-slider .carousel-control-next-icon, .carousel-control-prev-icon{
    cursor: pointer;
}
.av-slider .carousel-indicators{
    margin-bottom: 0px;
}
.av-slider #carouselExampleCaptions .carousel-indicators li {
    width: 40px;
    height: 2px;
    border-radius: 0;
    position: relative;
    bottom: -3px;
    cursor: pointer;
}
.av-slider a{
    cursor: pointer;
}
/*while loading issue fixed--*/
.av-head-sub-title.for-mob a:empty,.av-head-sub-title.avh-title a:empty,.av-head-sub-title.for-mob {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
    .av-slider .carousel-item, .av-slider .carousel-fade .carousel-item {
        transition: -webkit-transform .6s ease-in-out !important;
        -webkit-transform: .6s ease-in-out,-webkit-transform .6s ease-in-out !important;
    }
}
 .av-slider .carousel-item, .av-slider .carousel-fade .carousel-item {
        transition: -webkit-transform .6s ease-in-out !important;
        -webkit-transform: .6s ease-in-out,-webkit-transform .6s ease-in-out !important;
    }

    .av-slider #carousel-testimonial .carousel-inner {
        padding: 50px 0px;
    }
/*--*/
.av-slider .avslider-section-wrap {
    display: flex;
    flex-flow: wrap;
    margin:0;
}
.av-slider .avslider-section {
    align-self: center;
}
.av-slider .avslider-section img {
    margin: 0 auto;
}
.av-slider .content-bg {
    padding: 52px 10px;
    text-align: center;
}
.av-slider .avslider-content-right {
    max-width: 700px;
    text-align: center;
   /* padding: 7px 20px;*/
}
.avs-head-title {
    text-transform: uppercase;
    font-size: 33px;
    line-height: 1;
    padding: 0px;
    font-weight: 700;
    padding-bottom: 0px;
    cursor: pointer;
     margin-bottom: 0.7rem; 
}
.avs-head-sub-title {
    font-size: 22px;
    font-weight: 600;
}
.av-set-3 .avs-head-sub-title{
    font-size: 20px;
}
.avs-head-sub-title-2 {
    font-size: 19px;
    font-weight: 500;
}
.avs-head-sub-title, .avs-head-sub-title-2{
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
.avs-event-date{
    padding-left: 10px;
    font-weight: 600;
    font-size: 22px;
}
.avs-event-date-sm {
    font-size: 18px;
    font-weight: 500;
}
.avs-join-btn {
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 26px;
    height: auto;
    padding: 4px 10px;
    border: 0;
    display: inline-block;
    font-weight: 700;
}
.avs-event-icon {
    line-height: 1.2;
    margin-bottom: 0.7rem;
}
.avs-event-icon-reg{
    margin-bottom: .25rem;
    margin-top: 1rem;
}
.avs-event-icon img {
    margin: 0;
}
@media only screen and (min-width: 767px) and (max-width: 991px){
    .avslider-section-wrap{
        padding: 5px 0px;
    }
    .avs-head-title{
        font-size: 21px !important;
        margin-bottom: 5px;
    }
    .avs-head-sub-title{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .avs-head-sub-title-2{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .av-slider .content-bg {
        padding: 10px 5px;
    }
    .avs-event-icon{
        margin-bottom: 10px;
    }
    .avs-join-btn{
        padding: 6px 18px;
        font-size: 20px;
    }
    .av-set-2 .avs-head-title {
        font-size: 19px !important;
        margin-bottom: 2px;
    }
    .av-set-2 .avs-join-btn {
        font-size: 17px !important;
        padding: 2px 10px;
    }
}
@media screen and (max-width: 767px){
    .avslider-section-wrap {
        display: block !important;
    }
    .avslider-content-right{
        text-align: center;
        padding-left: 2px;
    }
    .avslider-section{
        text-align: center;
    }
    .av-slider .content-bg {
        padding:10px 10px 20px;
    }
    .avs-head-sub-title{
        font-size: 17px;
        margin-bottom: 5px;
    }
    .avs-event-icon {
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 991px){
    .avslider-section{
        text-align: center;
    }
}
@media only screen and (min-width: 991px){
    .avslider-section{
        text-align: right;
    }
    .avslider-item-in {
        padding: 0px 20px;
    }
    .f-size-15{
        font-size: 15px;
    }
    .f-size-16{
        font-size: 16px;
    }
    .f-size-17{
        font-size: 17px;
    }
    .f-size-18{
        font-size: 18px;
    }
    .f-size-19{
        font-size: 19px;
    }
    .f-size-20{
        font-size: 20px;
    }
    .f-size-21{
        font-size: 21px;
    }
    .f-size-22{
        font-size: 22px;
    }
    .f-size-23{
        font-size: 23px;
    }
    .f-size-24{
        font-size: 24px;
    }
    .f-size-25{
        font-size: 25px;
    }
    .f-size-26{
        font-size: 26px;
    }
    .f-size-27{
        font-size: 27px;
    }
    .f-size-28{
        font-size: 28px;
    }
    .f-size-29{
        font-size: 29px;
    }
    .f-size-30{
        font-size: 30px;
    }
    .f-size-33{
        font-size: 33px;
    }
}

/*reg by section--*/
.avs-reg-wrap {
    color: #fff;
    border-radius: 8px;
    border: 1px dashed #cec9c9;
    position: absolute;
    width: 100%;
    top: 25px;
    padding: 25px 0px 1px;
}
.avs-reg-wrap-in a {
    color: #fff;
}
.avs-reg-text {
    color: #000;
    font-weight: 600;
    background: #fff;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    left: 15px;
}
span.text-red {
    color: red;
}
.avs-offer-text {
    display: flex;
    justify-content: center;
}
/*.avs-offer-text div {
    width: 25%;
}*/
.avs-reg {
    margin: 10px 0px 10px;
}
.avs-offer-name span {
    color: #efed00;
    font-size: 30px;
    display: block;
    text-align: center;
}
span.avs-percentage {
    font-size: 5.6rem;
    line-height: 0.7;
    font-weight: 600;
    color: #efed00;
}
.avs-off {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.1;
    text-align: left;
}
.avs-up {
    width: 10px;
    padding-top: 14px;
    font-size: 15px;
    line-height: 1.1;
    left: 15px;
    position: relative;
    top: 5px;
}
.avs-per {
    width: 125px;
}
.avs-offer-name {
    padding-top: 5px;
}

@media (min-width: 651px) and (max-width:900px){
    .avs-reg-text {
        line-height: 1.2;
        font-size:14px;
    }
    .avs-offer-name{
        font-size: 13px;
    }
    .avs-offer-name span{
      font-size:20px;  
    }
    .avs-percentage{
        font-size: 4.5rem;
    }
    .avs-up{
        padding-top: 8px;
        left: 8px;
        font-size: 12px;
        top: 7px;
    }
}

@media(max-width:650px){
    .avs-reg{
        margin:0px;
        margin-bottom: 15px;
    }
    .avs-offer-text{
        align-items: center;  
    }
    .avs-reg-text {
        font-size: 11px;
        line-height: 0.9;
        padding: 2px;
        left: 7px;
    }
    .avs-reg-text span {
        font-size: 9px;
    }
    .avs-head-title{
        margin-bottom: 0px;
    }
    #carouselExampleCaptions .carousel-indicators li{
        display: none;
    }
    .avs-join-btn{
        font-size: 11px;
        padding: 2px 5px;
    }
    .avs-reg .col-lg-7.col-md-7.col-7 {
        padding-left: 0px;
    }
    .col-lg-5.col-md-5.col-5.align-self-center {
        padding-right: 0px;
    }
}
@media(min-width: 651px){
    .avs-off span {
     display: block;
    }
}
/*--*/
.av-set-2  .avslider-section img {
    margin-bottom: 10px;
}
.av-set-3 .avslider-section,.av-set-2 .avslider-section {
    text-align: center;
}
.av-set-3 .avslider-content-right, .av-set-2 .avslider-content-right{
    margin:0 auto;
    padding: 0px 5px 5px;
}
.av-set-3 .avs-head-title, .av-set-2 .avs-head-title{
    margin-bottom: 0.1rem;
}
.av-set-3 .avs-head-sub-title, .av-set-3 .avs-head-sub-title-2, .av-set-2 .avs-head-sub-title, .av-set-2 .avs-head-sub-title-2{
    line-height: 1.3;
    margin-bottom: 0.1rem;
}
.av-set-3 .avs-event-icon, .av-set-2 .avs-event-icon{
    margin-bottom: 0.5rem;
}

@media(min-width: 991px){
    .av-set-3 .f-size-28{
        font-size:22px; 
    }
    .av-set-3 .avs-head-title{
        margin-bottom: 5px;
    }
    .av-set-3 .avs-head-sub-title, .av-set-3 .avs-head-sub-title-2{
        margin-bottom: 5px;
    }
}
@media(min-width: 991px) and (max-width: 1500px){
    .av-set-3 .avs-head-sub-title{
        line-height: 1.2;
    }
}
@media(min-width: 991px) and (max-width: 1200px){
    .av-set-3 .avslider-section img{
        width: 220px;
    }
}
@media(min-width: 1201px) and (max-width: 1700px){
    .av-set-3 .avslider-section img{
        width: 280px;
    }
}
.av-set-2 .avslider-content-right {
    padding: 0px 5px 20px;
}
.av-set-3 .row, .av-set-2 .av-set-2-in {
    height: 380px;
}
.avs-join-btn-sm {
    text-transform: uppercase;
    border-radius: 20px;
    font-size: 16px;
    height: auto;
    padding: 1px 10px;
    border: 0;
    display: inline-block;
    font-weight: 700;
}
.last-call-wrap span{
    background-color: #fff;
    padding: 2px 10px;
    border-radius: 0px 0px 7px 7px;
    position: relative;
}
.lc-text::before {
    background: url(https://qa.astroved.com/images/lc-left.png) no-repeat;
    content: '';
    width: 15px;
    height: 36px;
    display: inline-block;
    left: -15px;
    position: absolute;
}
.lc-text::after {
    background: url(https://qa.astroved.com/images/lc-right.png) no-repeat;
    content: '';
    width: 15px;
    height: 36px;
    display: inline-block;
    right: -15px;
    position: absolute;
}
.avs-bonus-btn{
    text-transform: uppercase;
    border-radius: 20px;
    font-size: 16px;
    height: auto;
    padding: 1px 10px;
    border: 0;
    display: inline-block;
    font-weight: 700;
}
.avs-white-yellow-btn{
    background-color: #fff;
    color: #0a0a6f;
}
.avs-reg.bonus-offer {
    margin: 0px;
}
.avs-reg.bonus-offer .avs-reg-text {
    top: 5px;
    padding: 4px;
    background: #0b0a70;
    display: inline;
    color: #efed00;
}
.offer-text-wrap {
    color: #fff;
    position: relative;
    top: 6px;
    font-size: 18px;
}
.offer-text-wrap .offer-percent {
    font-size: 30px;
}
span.offer1 {
    padding-right: 10px;
}
span.offer2 {
    padding-left: 10px;
}
.bonus-offer .avs-reg-wrap{
    padding: 20px 0px 27px;
    top: 16px;
}
.event-date-btn {
    font-size: 20px;
    margin-top: 4px;
}

.blc-wrap .lc-text::before {
    background-size: 12px;
    top:0px;
    position:absolute;
    left:-12px;
}
.blc-wrap .lc-text::after {
    background-size: 12px;
    top:-2px;
    position:absolute;
    right:-15px;
}
.blc-wrap {
    line-height: 0.2;
}
.blc-text {
    font-size: 18px;
    position: relative;
}
.bonus-offer .offer-text-wrap{
    top: -7px;
    z-index: 1;
}
@media(min-width: 992px) and (max-width: 1250px){
    .blc-title-in{
        font-size:28px; 
    }
    .blc-title{
        line-height: 0.9;
    }
    .blc-sm{
        font-size: 15px;
    }
}
/*same file css-----*/

/* desktop device only*/
@media(min-width: 992px){
    .avslider-item-in {
        height: 380px;
        overflow: hidden;
    }
}

/* tab device only*/
@media(min-width: 768px) and (max-width: 991px){
    .font-size-md-19{
        font-size: 19px;
    }
    .font-size-md-18{
        font-size: 18px;
    }
    .font-size-md-17{
        font-size: 16px;
    }
    .font-size-md-16{
        font-size: 15px;
    }
    .font-size-md-15{
        font-size: 15px !important;
    }
    .font-size-md-13{
        font-size: 13px !important;
    }
    .font-size-md-12{
        font-size: 12px !important;
    }
    .font-size-md-11{
        font-size: 11px !important;
    }
    .font-size-md-10{
        font-size: 10px !important;
    }
    .avslider-item-in {
        height:300px;
        overflow: hidden;
    }
    .avslider-content-right{
        padding-right: 10px;
        padding-top: 5px;
    }
    .avs-event-date{
        font-size: 19px;
    }
    .blc-wrap {
        line-height: 1.0;
    }
    .offer-text-wrap{
        font-size: 13px;
    }
    .bonus-offer .avs-reg-wrap {
        width: 94%;
    }
    .event-date-btn{
        font-size: 17px;
    }
    .avs-reg-wrap {
        top: 17px;
    }
    .av-slider .carousel-control-next-icon, .av-slider .carousel-control-prev-icon{
        background-color: #000;
        padding: 10px;
        border-radius: 50px;
        background-size: 11px;
    }

}
/*mobile device only--*/
@media(max-width: 767px){
    .avslider-content-right{
        max-width: 100%;
    }
    .avslider-item-in {
        height: 443px;
        overflow: hidden;
    }
    .av-set-2-in{
        height: 443px !important;
        overflow: hidden;
    }
    .last-call-wrap.text-center.text-white.avs-head-title {
        position: absolute;
        top: -225px;
        left: 10px;
    }
    .lc-text::after {
        background-size: 15px;
        top: -5px;
    }
    span.lc-text.text-dark-blue {
        border-radius: 7px 0px 7px 7px;
        font-size: 17px;
    }
    .avslider-content-right {
        padding: 5px 10px;
    }
    .font-size-sm-20{
        font-size: 20px !important; 
    }
    .avs-head-title{
        font-size: 17px;
    }
    .font-size-sm-17{
        font-size: 17px;
    }
    .font-size-sm-16{
        font-size: 16px;
    }
    .font-size-sm-15{
        font-size: 15px;
    }
    .font-size-sm-14{
        font-size: 14px;
    }
    .font-size-sm-13{
        font-size: 13px;
    }
    .font-size-sm-12{
        font-size: 12px;
    }
    .font-size-sm-11{
        font-size: 11px;
    }
    .font-size-sm-10{
        font-size: 10px;
    }
    .avs-join-btn {
        font-size: 15px;
        padding: 2px 10px;
    }
    .avs-head-sub-title, .avs-head-sub-title-2{
        margin-bottom: 0.2rem;
    }
    .avs-event-date{
        font-size: 17px;
    }
    .avs-offer-text div{
        font-size: 12px;
    }
    .avs-percentage{
        font-size:48px !important;
    }
    .avs-per {
        width: 65px;
    }
    .avs-reg-text {
        left: 10px;
        top: 6px;
        line-height: 1.3;
    }
    .avs-reg-text span {
        font-size: 12px;
    }
    .avs-up {
        top: -6px;
        left: -2px;
    }
    .avs-reg-wrap{
        padding:15px 0px 3px !important;
        width: 93%;
    }
    .avs-offer-name span {
        font-size: 16px !important;
        line-height: 1.2;
        display: inline;
    }
    .avs-event-date-sm {
        font-size: 15px;
        line-height: 1.1;
    }
    .avs-event-icon-reg {
        margin-top: 10px;
        line-height: 0.7;
    }
    .offer-text-wrap{
        font-size: 12px;
    }
    .offer-text-wrap .offer-percent {
        font-size: 20px;
    }
    .bonus-offer .offer-text-wrap{
        line-height: 1.2;
        top: -2px !important;
    }
    .blc-title {
        margin-top: -16px;
    }
    .avs-reg.bonus-offer {
        margin-top: -8px;
    }
    .event-date-btn {
        font-size: 12px;
        margin-top: 5px;
    }
    .avs-reg.bonus-offer .avs-reg-wrap {
        padding: 22px !important;
    }
    .av-set-2 .avslider-content-right{
        padding: 5px;
    }
}
@media(min-width: 768px) and (max-width: 1100px){
    .av-set-2 .avslider-section img {
        width: 180px;
    }
    .avs-head-title{
        font-size: 30px;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .av-slider .avslider-content-right {
        padding-top: 5px;
    }
}
.avs-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.carousel-control-next, .carousel-control-prev {
   z-index:10;
}
@media(min-width:768px) and (max-width:991px){
    .last-call-wrap {
    margin-bottom: 10px;
}
.lc-text::before, .lc-text::after {
    top: -2px;
}
}