#vr-style{
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f8f9fa;
}

#vr-style .hr-style{
    border-top: 3px solid #2d78c8;
}


#vr-style .loading-gif {
    text-align: center;
    margin: 0 auto;
    min-height: 400px;
}
#vr-style .top-block{
    text-align: center;
    width: 100%;
}
#vr-style .background-img1{
    position: relative;
    background-color: #1f2749;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/galaxy.jpg');
}
#vr-style a{
    cursor: pointer;
}

#vr-style select{
    height: 50px !important;
}

#vr-style .mm-r-s{
    margin-right: 1.5em;
}
@media all and (max-width: 768px) {
    #vr-style .mm-b-l{
        margin-bottom: 3rem;
    }
    #vr-style .mm-b-s{
        margin-bottom: 15px;
    }
    #vr-style .mm-r-s{
        margin-right: 0;
    }
}

#vr-style .vr-kundli-form{
    background-color: white;
    min-height: 400px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#vr-style .vr-bg-white{
    background-color: white;
}
#vr-style .vr-tempHeadContBdr {
    background: #F3F3F3;
    border-bottom: 1px solid #DDDDDD;
    margin: 0;
    padding: 30px 25px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}
#vr-style .vr-tempHeadContBdr .frmTitle {
    color: #3D3D3D;
    margin: 0;
    padding: 0;
    font-size: 2em;
}
#vr-style .vr-tempHeadContBdr .frmDesc {
    color: #3D3D3D;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#vr-style .vr-kundli-form .form-group{
    margin-bottom: 15px;
}
#vr-style .background-img1 {
    position: relative;
    background-color: #1f2749;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../img/galaxy.jpg);
}
#vr-style .text-white {
    color: #fff!important;
}
#vr-style .pb-5, #vr-style .py-5 {
    padding-bottom: 3rem!important;
}
#vr-style .pt-5, #vr-style .py-5 {
    padding-top: 3rem!important;
}
#vr-style .mt-5{
    margin-top: 3rem!important;
}
#vr-style .p-4{
 padding:1.5rem!important;
}
#vr-style .rounded {
    border-radius: .25rem!important;
}
#vr-style .border {
    border: 1px solid #dee2e6!important;
}
#vr-style .d-block{
    display: block;
}
#vr-style .rounded-circle{
    border-radius:50%!important
}
#vr-style .premiumKundliLink {
    background-image: linear-gradient(to top, #5f72bd 0%, #9b23ea 100%);
    padding: 0.3em;
    text-align: center;
    border-radius: 6px;
}
#vr-style .premiumKundliPdf {
    background-image: linear-gradient(-60deg, #3f9483 0%, #cab150 100%);
    padding: 0.3em;
    text-align: center;
    border-radius: 6px;
}
#vr-style a{
    text-decoration: none;
}
#vr-style a.premiumKundliLink:hover{
    transform: translate3d(0,-10px,0);
    -webkit-transform: translate3d(0,-10px,0);
    box-shadow: 0 23px 40px rgba(0,0,0,.2);
}
#vr-style label{
    font-size: 15.5px !important;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0px;
}
/*#vr-style  input[type="text"], #vr-style input[type="email"], #vr-style input[type="number"], #vr-style select{*/
    /*height: 50px;*/
    /*padding: 0 15px;*/
    /*border-radius: .3em!important;*/
    /*border: 2px solid rgba(0, 0, 0, 0.3) !important;*/
/*}*/

#vr-style .form-control{
    height: 50px;
    padding: 0 15px;
    border-radius: .3em!important;
    border: 2px solid rgba(0, 0, 0, 0.3);
}
#vr-style .kundliForm, #vr-style .kundliPremiumForm{
    border-radius: 25px;
}
#vr-style .form-control:focus {
    border-color: #66afe9 !important;
}
#vr-style .boxed {
    border-radius: 6px;
    overflow: hidden;
    padding: 26px;
    margin-bottom: 30px;
}
#vr-style .price-tag {
    font-size: 42px;
    margin-bottom: 15px;
}
#vr-style .price-tag span {
   color: #1c5fa7;
}
#vr-style .price-tag span {
    color: #777;
}
#vr-style .total-save{
    color: #e47738;
}
/*landing Page css*/

#vr-style .inspiration-geometry{
    background-image: url(../img/inspiration-geometry.png);
    background-color: #434961;
}
#vr-style .caption h2 {
    font-size: 3em;
}
@media not screen and (min-width: 650px){
    #vr-style .caption h2 {
        font-size: 2em;
    }
}

#vr-style .caption h2 span{
    background-color: #fff;
    background-image: -webkit-linear-gradient(left,#43264e,#ea2331);
    background-image: -moz-linear-gradient(left,#43264e,#ea2331);
    background-image: -ms-linear-gradient(left,#43264e,#ea2331);
    background-image: -o-linear-gradient(left,#43264e,#ea2331);
    background-image: linear-gradient(90deg,#1863bb,#bb59f9);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#vr-style .custom-features p {
    padding-left: 2.4em;
    padding-bottom: 1.5em;
}
#vr-style .custom-features:before {
    font-size: 1.8em;
    color: #f7a411;
    /*content: "✓ ";*/
    content: "ॐ ";
    display: inline-block;
    position: absolute;
    margin-top: -10px;
}

#vr-style ul.check li {
    list-style: none !important;
    padding: 0;
    text-align: left;
    font-size: 1.25em;
}

#vr-style ul.check li::before {
    font-size: 1.25em;
    color: #f7a411;
    content: "ॐ ";
    display: inline;
}


.f1-steps {
    overflow: hidden !important;
    position: relative !important;
    margin-top: 20px !important;
    text-align: center;
}
.f1-progress {
    position: absolute !important;
    top: 24px !important;
    left: 0 !important;
    width: 100% !important;
    height: 1px !important;
    background: #ddd !important;
}
.f1-progress-line {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 1px !important;
    background: #3c6690 !important;
}
.f1-step {
    position: relative !important;
    float: left !important;
    width: 33.333333% !important;
    padding: 0 5px !important;
    clear: none;
}
.f1-step-icon {
    display: inline-block;
    width: 48px !important;
    height: 48px !important;
    background: #ddd !important;
    font-size: 18px !important;
    color: #fff;
    line-height: 50px !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}
.f1-step-icon i {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.3em;
}
.f1-step p {
    color: #ccc !important;
}
.f1-step.active .f1-step-icon {
    margin-top: 0 !important;
    background: #3c6690 !important;
}
.f1-step.active p {
    color: #3c6690 !important;
}

.f1-step.activated .f1-step-icon {
    background: #fff !important;
    border: 1px solid #3c6690 !important;
}
.f1-step.activated .f1-step-icon i {
    color: #3c6690 !important;
}

.f1-step.activated p {
    color: #3c6690 !important;
}
/*landing Page css*/
