body{
        font-family: 'Montserrat', sans-serif;
    }
    p{
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 30px;
        text-align: left;
        color: #201e1e;
        letter-spacing: 1px;
    }
.section1 {
    background-image: url(https://www.astroved.com/wp-content/uploads/2019/04/jupiter-transit.jpg);
    padding: 20px 0;
    background-color: #0e295f;
    margin: 0px;
    width: 100%;
    height: auto;
    /*padding: 50px 0px;*/
    background-color: transparent;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}   
.header-box {
    float: right;
    background: #05050500;
    width: 55%;
    text-align: center;
    padding: 30px 20px;
}
.header-box h1 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 20px 0px 0px;
    /*letter-spacing: -1px;*/
    margin: 0;
    line-height: 1.6em;
}
.main-sign{
    font-size: 26px;
    color: #f9d88a;
    line-height: 42px;
}
.main-sign span{
    font-weight: 800;
    text-decoration: underline;
}
.section2 {
    padding: 50px 0px;
    text-align: center;
}
.title {
    padding-bottom: 30px;
}
.title span {
    font-size: 30px;
    font-weight: 800;
    color: #3c3a3a;
    line-height: 48px;
}
.title h2 {
    font-size: 28px;
    color: #3b3c3f;
    font-weight: 600;
    line-height: 36px;
    padding-bottom:5px;
    margin: 0px;
}
.videos-sub-txt {
    font-size: 18px;
    padding-top: 15px;
    font-weight: 800;
    color: #1d4baa;
}
.section2 {
    display: none;
}
.section3 {
    background: #f2f2f3;
    padding-top: 70px;
}

.forecate-box {
    float: left;
    padding: 0px 0px 25px;
    display: table;
}
.forecate-b1 {
    width: 50%;
    display: table-cell;
}
.forecate-b2 {
    vertical-align: middle;
    display: table-cell;
}
.forecate-content-box {
    padding: 0px 22px 0px 0px;

}
.forecate-content-box1 {
    padding: 0px 0px 0px 22px;
}
.forecate-box-title {
    padding-bottom: 4px;
    border-bottom: 2px dotted #777575;
    margin-bottom: 20px;
}
.forecate-box-title h3 {
    color: #000;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0;
}
.forecate-box-title span {
    color: #1d4baa;
    font-size: 38px;
    font-weight: 900;
}
.forecate-box-img {
    padding: 0px 0px 0px 20px;
}
.forecate-box-img1 {
    padding: 0px 20px 0px 0px;
}
.section4 {
    padding: 70px 0px;
}
.color1{
     background: #16c9c7;
}
.color2{
     background: #128fbd;
}
.color3{
     background: #06086d;
}
.service-box{
       padding: 40px 27px 50px;
    margin: 0px 10px;
    text-align: center;
    min-height: 563px;
}
.service-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 32px;
    text-transform: uppercase;
    padding: 20px 0px 10px;
    color: #fff;
}
.service-box p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-bottom: 20px;
}

.read-more {
    background: #fff;
    color: #000;
    font-size: 18px;
    text-decoration: underline;
    padding: 14px 26px;
}
.read-button {
    width: 150px;
    height: 50px;
    border: 2px solid #ffffff;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
}
.read-button a{
 font-size: 14px;
    color: #34495e;
    text-decoration: none;
    line-height: 35px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}
.read-button-eff {
    width: 150px;
    height: 50px;
    left: -140px;
    top: -50px;
    background: #1d4baa;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}
.read-button:hover .read-button-eff{
  left:0;top:0;
}
.eff-color1{
    background: #16c9c7;
}
.eff-color2{
    background: #128fbd;
}
.eff-color3{
    background: #06086d;
}
.read-button:hover a {
    color: #fff;
}
.section5 {
    background: #dce6fb;
    padding: 70px 0px 40px;
    text-align: center;
}
.sign {
    padding-bottom: 30px;
}
.sign img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
     animation: shake 0.9s;
  animation-iteration-count: infinite;
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.section6 {
    padding: 70px 0px 0px;
}
.fav-box {
    padding-bottom: 70px;
    float: left;
    width: 100%;
}
.fav-img {
    width: 100%;
}
.title {
    padding-bottom: 30px;
}
.fav-sub {
    font-size: 20px;
    font-weight: 800;
    color: #464545;
    padding-bottom: 10px;
}
.fav-list {
    float: left;
    padding-bottom: 15px;
    margin-bottom:20px;
    border-bottom: 2px solid #efeaea;
    width: 100%;
}
.fav-list ul {
    list-style: none;
}
.fav-list ul li {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 0px 20px 0px 0px;
}
.fav-list ul li img {
    padding-right: 10px;
}
@media only screen and (max-width: 1200px) {
.header-box {
    float: none;
    margin: 0 auto;
    width: 80%;
    background: #05050500;
    }
}
@media only screen and (min-width: 992px) {
    .b2-0{
        display:none;
    }
    .fav-img2{
        display:none;
    }
}

@media only screen and (max-width: 992px) {
.forecate-b1 {
    width: 100%;
    display: block;
}
.forecate-box-title h3 {
    text-align: center;
    padding-top: 20px;
}
.forecate-b2 {
    width: 100% !important;
    display: block;
    text-align: center;margin:0px auto;
}
.b2-1{
        display:none;
    }
    .fav-img1{
        display:none;
    }
    .service-box {
    margin: 0px 10px 30px 0px;
}
.forecate-content-box {
    padding: 0px 20px;
}
.forecate-content-box1 {
    padding: 0px 20px;
}
.forecate-box-img1 {
    padding: 0px;
}
.forecate-box-img{
    padding: 0px;
}
.fav-box {
    text-align: center;
}
.fav-img {
    padding-bottom: 20px;
}
.fav-list ul li {
    float: none;
    text-align: left;
    padding-left: 45%;
    }
}
@media only screen and (max-width: 767px) {
.header-box {
    float: none;
    margin: 0 auto;
    width: 100%;
}
.section1 {
    background-position: right;
    padding: 0;
    }
.prediction-section {
    padding-bottom:20px;
    float: left;
    display: block !important;
}
.header-box h1 {
    font-size: 32px;
}
.main-sign {
    font-size: 24px;
}
.title span {
    font-size: 28px;
    line-height: 38px;
}
.title h2 {
    font-size: 22px;
    line-height: 36px;
    padding-bottom: 0px;
}
.fav-list ul li {
    float: none;
    text-align: left;
    padding-left:35%;
    }
.forecate-box-title h3 {
    font-size: 22px;
}
.forecate-box-title span {
    font-size: 30px;
}
.forecate-box {
    padding: 0px 0px 30px;
}
.section2 {
    padding: 0px 0px;
}
.section4 {
    padding: 40px 0px;
}
.section3 {
    padding-top: 40px;
}
.section5 {
    padding: 40px 0px 20px;
    }
}
@media screen and (max-width: 575px){
    .section1 img{width: 50%;}
    .section1 h1{font-size: 30px !important;}
    .section1 .main-sign{font-size: 22px;}
    .title span{font-size: 24px;}
    .fav-img{width: 50%;margin: 0 auto;}
    .prediction-section .col-md-3 {
    display: initial;
}
}
.prediction-section {
    padding-bottom: 50px;
    float: none;
    display: flex;
}
.prediction-section .col-md-3 {
    display: flex;
}
.prediction-section .col-md-9 {
    display: flex;
} 
.prediction-img {
     text-align: center;
    padding-right: 30px;
    width:100%;
}
.prediction-title {
    font-size: 18px;
    font-weight: 800;
    color: #524e4e;
}
.prediction-img img {
    padding-bottom: 20px;
}
.prediction-content {
    position: relative;
    float: left;
    width: 100%;
}
.left-border {
    position: absolute;
    width: 1px;
    background: #dad7d7;
    height: 100%;
    left: -35px;
}
.mob-app img{
    width:100%;
    clear: both;
    display: block;
}
.product-shortcode{
    margin:0px auto;
    } 

.product-shortcode img{
    display:none
    } 
.product-shortcode p.readmore{
    display:none
    } 
.product-shortcode p.cost{
   font-size:20px;
   font-weight:bold;
   margin:0px;
   padding:10px 0px;
    }  
    
 .product-shortcode a.add_cart
 {background: url(/wp-content/themes/Astroved/images/rahu-ketu/carttr.png) no-repeat scroll 12px 15px #fff;
    border: medium none;
    box-shadow: none;
    display: inline-block;
    float: none !important;
    font-size: 14px;
    margin: 0px auto 0;
    padding: 15px 20px 15px 38px;
    text-align: center;
    text-shadow: none;
    color: #000;
    text-decoration: none;
    line-height: 1.4;
     }
     
 .product-shortcode a.add_cart:hover {
    background: url(/wp-content/themes/Astroved/images/rahu-ketu/carttr.png) no-repeat scroll 12px -20px #FBA200;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.color2 p{
    padding-bottom: 1px;
    }
    
.color3 p{
     padding-bottom: 10px;
    }  
.home-remides{background: #128fbd;color: #fff;padding: 20px;}
.home-remides h6{font-size: 22px;font-weight: 800;padding: 10px;}
.remide_list{font-size: 16px;line-height: 35px;list-style-type: none;position: relative;left: 15px;}
ul.remide_list li {margin-left: 25px;font-family: 'Open Sans', sans-serif;}
ul.remide_list li:before {content: "\f00c";font-family: fontawesome;left: -5px;position: absolute;}

@media only screen and (min-width: 1601px) {
.moon-signs .col-md-2 {
    width: 15.66%;
}
}


.yellowbg{background:#f4a518;width:100%;margin:0px;padding:20px 0px 20px 0px;position:relative;}
.yellowbg h2{
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #000!important;
    text-align: center;
    padding:0px 0px 20px 0px;
}
.yellowbg input[type="text"]{
outline: none;
background: #fff;
/* border: 0; */
border-radius: 3px ;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 10px 12px;
color: rgba(0,0,0,.6) !important;
font-family: 'Montserrat', sans-serif !important;
font-size: 16px !important;
font-weight: normal;
line-height: normal;
-webkit-transition: .3s ease;
transition: .3s ease;
width:100%; 
padding-top: 0;
padding-bottom: 0;
height: 40px;
}

.yellowbg .aksh-form-row {
    display: flex;
    flex-wrap: nowrap;
    flex-flow: wrap;
    justify-content: center;
    gap: 10px;
    grid-gap: 10px;
}
.yellowbg .form-field {
    text-align:center;
}
.yellowbg .success-info p{text-align: center;
    font-size: 17px;
    padding: 6px 20px;
    color: green;
}
.yellowbg .success-info{background: #f0ffe8;border: 1px solid green;border-radius: 6px;width: 70%;margin: 0 auto;}
.yellowbg .success-info-fail{
    background: #ffe7e9;
    border: 1px solid red;
    color: red;
}
.yellowbg .success-info-fail p {
    color: red;
}
.wait-loader{width:35px;margin:0px auto;text-align:center;}
/*#Loader{
    display: block;
    position: absolute;
    bottom: 82px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    max-width: 100%;
    left: calc(50% - 17px);
}*/

.yellowbg .form-field input[type="submit"] {
    background: #c61100 !important;
    color: #fff !important;
    padding: 6px 31px;
    width: auto;
    margin: 0px;
    border: none !important;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 15px;
}
.yellowbg .form-field input[type="submit"]:hover {
    background: #ffffff;
    color: #533dc9;
}
label.error {
    color: #fd0000;
}
@media screen and (min-width:0px) and (max-width:1066px)
{
.yellowbg .form-field, .mobno-row  {
width: calc(50% - 10px);
}
.yellowbg .aksh-form-row {
text-align: center;
}
.yellowbg .search-slidebox .col-xl-6{ padding-left: 15px; padding-right: 15px; }
}
@media screen and (min-width:0px) and (max-width:600px)
{
 .yellowbg .form-field {
    width: 100% !important;
}
.yellowbg .aksh-form-row {
    text-align: center;
}
.yellowbg .success-info{
    width: 100%;
}
}

.aksh-form-row .form-field {
    font-size: 15px;
    color: #535353;
}
select#trcountry {
    padding: 9px 10px;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif !important;
    color: #707070;
    width: 80px;
}
label.error {
    color: #fd0000;
    text-align: left;
    display: block;
    padding-left: 4px;
}
div#country_val {
    padding-right: 0;
}