﻿@charset "utf-8";
/* CSS Document */

/*common style start*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
border:0;
font:inherit;
font-size: 13px;
margin:0;
padding:0;
vertical-align:baseline;
}

body {
	font-family: muli, arial;	
	background:#ececec url('images/kundli.png') repeat top left;
	
}

p, li 
{
    line-height: 20px;
    margin: 10px 0px;
}

h2
{
    font-size: 26px;   
    margin-bottom: 20px;  
}

.title {
    font-size: 30px;
    color: #ff6a00;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.headerRight 
{
    text-align: right;
}
.headerRight h3 
{
    font-size: 17px;
    margin: 20px 0px 0px 0px;
}
.headerRight h3 span
{
    font-weight: bold;
}

.headerRight h2 
{
    font-size: 20px;
    margin-top: 10px;
    color:#a5a5a5;
}

.feature h2 
{    
    font-weight: normal;
}
.feature h3 
{
    font-size: 18px;
    font-weight: normal;   
}
.feature ul
{
    margin-left: 18px;
}
.feature ul li {
    list-style-type: square;
}

.leadForm 
{
    padding: 30px;
}

.formTitle 
{
    font-size: 28px;
    padding: 10px;
    text-align: center;
    margin: 10px -30px 30px -30px;
}

.btn-block 
{
    margin-top: 20px;
}
.aboutLeostar 
{
    padding: 20px 0px;
}

.osimg 
{
    width: 100%;
    max-width: 327px;
    height: auto;
}

footer p
{
    text-align: center;
    padding: 5px 0px;
}

footer p a 
{
    display: inline-block;
}

.screenshotWrap
{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}
.formFeature ul li 
{
    list-style-type: square;
}
.formFeature ul li h3 
{
    font-size: 14px;
    font-weight: bold;
   
}
.formFeature ul li p 
{
     margin-top: 0px;
}

.mainBody  
{
    padding: 20px 0px;
}
.featureDeatils ul {
    margin-left: 30px;
}
.featureDeatils ul li{
    list-style-type: square;
}
.featureDeatils h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    color:#5c5c5c;
}
.featureDeatils p {
    font-size: 14px;
    line-height: 22px;
    margin :0px;
    color:#5c5c5c;
}

.leostarBuyWrap>div {
    position: absolute;
    width: 90%;
    bottom: -28px;
}
.leostarBuy {
    display: inline-block;
    padding: 10px;
    text-align:center;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-bottom: 2px solid #ffb54f;
    margin: 15px 5px;
}
.leostarBuy:hover {
    background-color: #ffebd0;  
    text-decoration: none;
    border-color: #e5cebb;
    border-bottom-color:#bf352b;
}
.leostarBuy:hover .softTitle {
    color: #000;
}
.leostarBuy .price {
    background-color: transparent;
}
.leostarBuy span {
    display: block;
}
.softTitle {
    font-size: 18px; 
    margin-bottom: 5px;   
}
/* astrology theme*/
.astrologyForm {
    max-width: 1366px;
    min-width: 992px;
    margin: 0px auto;
}

.astrologyForm header 
{
    background-color:#fff;    
}

.astrologyForm .headerRight h3, .astrologyForm .headerRight h2  
{
    
}

.astrologyForm .formFeature 
{   
    padding: 20px 0px;   
    background-color:#e8e2da; 
    position: relative;
}
.banner h3{
    font-size: 28px;
}
.banner h2{
    font-size: 50px; 
    color: #ff6a00;
    margin-bottom: 43px;
}

.astrologyForm .feature 
{
     background: url(images/form-arrow.png)no-repeat top right;
     padding-top: 30px;
}

.astrologyForm .formFeature ul li h3 
{
    color: #be8204;
}

.astrologyForm .leadForm
{
    background: #bda78a;  
    border-bottom: 5px solid #a49177; 
}

.astrologyForm .leadForm input[type='text'], .astrologyForm .leadForm textarea{
    border-radius: 0px;
}

.astrologyForm .control-label 
{
    color: #fff;
    font-size: 15px;
}

.astrologyForm .formTitle 
{
    background-color: #a44528;
    color: #fff;
}
.astrologyForm .formTitle small 
{
    color: inherit;
}
.astrologyForm .btn-lg 
{
    background-color: #d5390a;
    border-bottom: 3px solid #912403;
    border-radius: 0px;
    color: #fff;
}

.aboutLeostar 
{
    background: #f0e2c2;
}

.astrologyForm .screenshotWrap 
{
    background-color: #fff;   
    padding-top: 50px; 
}

.astrologyForm .mainBody 
    {
        background-color: #fff;
        margin: 0px;

    }
  .astrologyForm .testimonial-item  
  {
        background-color: transparent;
        border-bottom: 0px;       
  }
  
  .astrologyForm .testimonial-item:after {
      border: 0px;
      box-shadow: none;
  } 
  .astrologyForm .fa-user {
      position: static;
      font-size: inherit;
      color:inherit;
  }
  .astrologyForm .testimonial-body h2{
      color: #000;
      font-size: 16px;
  }
  

/*thanks wrap start*/
.thanksWrap header
{
    box-shadow: 0px 2px 3px #666;
    margin-bottom: 5px;
    background-color: #f7f7f7;
}

.thanxMsg 
{
    background: #32b24a;
    padding: 10px;
    margin: 20px 0px;
}

.thanxMsg h2, .thanxMsg h3 
{
    color: #fff;
}
 .thanxMsg h3  
 {
     font-size: 16px;
 }
 
 .demoLeostar h2 a
 {
     font-size: 22px;
     color: #000;
     text-decoration: none;
 }
  .demoLeostar p
  {
      font-size: 14px;
  }
.compareTableWrap 
{
    margin: 30px 0px;
}

.package 
{
    background: #e3e3e3;
    font-size: 17px;
    text-align: center;    
}

.language 
{
    background: #efefef;
    text-align: center;
}
.price 
{
    background: #f5f5f5;
    text-align: center;
    color: #cc2d25;
    font-size: 17px;
    font-weight: normal;
}

.indexNav 
{
     border-top: 1px solid #d9d9d9;
     margin-top: 20px;
     padding: 20px 0px;
}

.indexNav h3 
{
    font-size: 15px;
    font-weight: bold;
}

.indexNav a {

    display: block;
    color: #666;
    text-decoration: none;
    font-size: 13px;
    margin: 3px 0px;
    padding: 3px 0px;
}
.indexNav a:hover 
{
    text-decoration: underline;
    color: #000;
}

.thanksWrap footer 
{
    background-color:#efefef;
    border-top: 1px solid #d9d9d9;
}

#quote-carousel {
    padding: 20px 10px 50px 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #eefded;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -0px;
}

#quote-carousel .carousel-control.left .fa, #quote-carousel .carousel-control.right .fa 
{
    font-size: 30px;
    position: absolute;
    top: 25%;
}
#quote-carousel .carousel-control.left .fa 
{
    right: 15px;
}
#quote-carousel .carousel-control.right .fa 
{
    left: 15px;
}
#quote-carousel .carousel-control.right {
    right: -0px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 20px;
    height: 20px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;   
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {   
}
.item 
{
    padding: 0px 50px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p 
{
    font-size: 15px;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.videoAdv
{
    text-align: center;
    margin: 0px auto;   
}

.demoIimg 
{
    max-width: 256px;
    height: auto;
    width: 100%;
    margin: 0px auto;
}

.videoAdv img
{
    max-width: 300px;
    width: 100%;   
}
.astrologyForm footer 
{
    background-color:#ac8551;
}

.astrologyForm footer>.container>div{
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}

.astrologyForm footer p {
    color: #fff;
    margin-top: 0px;
}
.astrologyForm footer a {
    color: #f6e98b;
}

@media (max-width: 767px) 
{  
    .astrologyForm {
        margin: 0px;
        min-width: 100%;
    }
    
    .headerRight
    {
        display: none;
    }
    .headerRight h3 
    {
        margin-top: 0px;
    }
    .headerRight h2 
    {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom:10px;
    }
    header img 
    {
        height: 65px;
        width: auto;
    }
    .banner {
        background-color:#fff;
        text-align: center;
        padding: 10px 20px;
    }
    .banner>div {
        display: none;
    }
    .banner h2 {
        margin:0px;
        font-size: 30px;
    }
    .banner h3 {
        margin:0px;
        font-size: 22px;
    }
    .leadForm 
    {
        margin-left: -15px;
        margin-right: -15px;  
        padding-top:0px;    
    }
    .control-label {
        display: none;
    }
    .leostarBuyWrap>div {
        position: static;
        width: 100%;
    }
    .price i {
        display: inline-block;
    }
    .leostarBuy {
        width: 100%;
        margin: 10px 0px;
        background-color: #e6dac9;
    }
    .astrologyForm .formTitle  {
        margin-top: 0px;     
    }
    .astrologyForm .feature 
    {
        background: none;
        padding: 0px;
    }
    .astrologyForm .formFeature {
        padding: 0px;
        border-top: 1px solid #ccc;
    }
    
    
}

@media (max-width: 480px)
{
    .btn-lg 
    {
        font-size: 16px;
        font-weight: bold;
    }
}