@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&family=Source+Serif+Pro:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans&family=Poppins:wght@300;400;500&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: normal
}

a:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: none;
    box-shadow: none
}

.form-control {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

.clear {
    clear: both;
    width: 100%
}

.no-bg {
    background-color: transparent !important
}

.divider {
    background: #B2824D;
    height: 1px;
    width: 100%
}

.creme-divider {
    background: #E4DED5;
    height: 1px;
    width: 100%
}

.golden {
    color: #B2824D
}

.brown {
    color: #D04723
}

.grey-text {
    color: #666363
}

.creme {
    background: #E4DED5
}

.btn-orange {
    background: #D04723;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #fff;
    padding: .25rem 1rem
}

.btn-orange:hover {
    color: #fff
}

.btn-cream {
    background: #E4DED5;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #D04723;
}

.btn-cream:hover {
    background: #D04723;
    color: #E4DED5;
}

.line-border {
    background: rgba(79, 50, 48, 0.3);
    height: 100%;
    width: 1px;
    margin: 0 auto
}

.transform-normal:hover {
    transform: scale(1) !important;
}

.home-bg {
    background: url(../images/home-bg.png) no-repeat center bottom;
    background-size: cover
}

.contact-bg {
    background: url(../images/contact-bg.png) no-repeat center bottom;
    background-size: cover
}

.blog-bg {
    background: url(../images/blog-bg.png) no-repeat center top;
    background-size: contain
}

.blog-detail-bg {
    background: url(../images/blog-detail-bg.png) no-repeat center bottom;
    background-size: cover
}

.about-bg {
    background: url(../images/about-bg.png) no-repeat center bottom;
    background-size: cover
}

.kundali-bg {
    background: url(../images/kundali-bg.png) no-repeat center bottom;
    background-size: cover
}

/*----Animation----*/
.btn {
    transition: transform 250ms, opacity 400ms;
}

.btn:hover {
    transform: scale(1.1);
    opacity: 1;
}

.no-animate-btn:hover {
    transform: scale(1);
    opacity: 1;
}

/*.img-hover-zoom{overflow: hidden;}
.img-hover-zoom img {transition: transform .7s ease;}
.img-hover-zoom:hover img {transform: scale(1.2);}*/
/*-----Header-----*/
.top-nav-bar {
    background: #353535;
    padding: 0 1rem;
}

.top-nav-bar ul {
    width: 100%;
    text-align: right;
    color: #fff;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400
}

.top-nav-bar ul li {
    display: inline;
}

.top-nav-bar ul li span {
    display: inline;
    padding: 5px 15px
}

.top-nav-bar ul li span span {
    padding: 0
}

.top-nav-bar ul li button {
    padding: 9px 0;
    margin: 0;
    border: none;
    line-height: normal;
    border-radius: 0;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff
}

.top-nav-bar ul li button:hover {
    color: #fff;
    transform: scale(1);
}

.top-nav-bar ul li .login {
    background: #2a2621;
    padding: 9px 25px;
}

.top-nav-bar ul li .signup {
    /*background: #D04723;*/
    background: #2a2621;
    padding: 9px 25px;
}

.top-nav-bar ul li a,
.top-nav-bar ul li a:hover {
    color: #fff
}

/*----Navbar----*/
nav.navbar {
    padding: .5rem 1.5rem;
    background-color: #e4ded4;
}

nav.navbar img {
    height: 75px
}

nav.navbar-expand-lg .navbar-nav li.nav-item {
    padding: 0 15px;
    border-right: 1px solid #666363;
}

nav.navbar-expand-lg .navbar-nav li.nav-item:last-child {
    border: none;
    padding-right: 0;
}

nav.navbar-expand-lg .navbar-nav li.nav-item .nav-link {
    padding: 0;
    margin: 0;
    position: relative;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #3c3c3c;
    line-height: normal
}

nav.navbar-expand-lg .navbar-nav li.nav-item .nav-link:hover {
    color: #D04723;
}

nav.navbar-expand-lg .navbar-nav li.nav-item .nav-link:before,
nav.navbar-expand-lg .navbar-nav li.nav-item .nav-link:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

nav.navbar-expand-lg .navbar-nav li.nav-item .nav-link.dropdown-toggle:after {
    position: inherit !important
}

nav.navbar-expand-lg .navbar-nav li.nav-item .nav-link:before {
    bottom: 0;
    display: block;
    height: 2px;
    width: 0%;
    content: "";
    background-color: #D04723;
}

/*nav.navbar-expand-lg .navbar-nav li.nav-item .nav-link:after {left: 0; top: 0; padding:0; position: absolute; content: attr(data-hover); color: #D04723; white-space: nowrap; max-width: 0%; overflow: hidden;}*/
nav.navbar-expand-lg .navbar-nav li.nav-item .nav-link:hover:before,
nav.navbar-expand-lg .navbar-nav li.nav-item.current .nav-link:before {
    opacity: 1;
    width: 100%;
}

nav.navbar-expand-lg .navbar-nav li.nav-item .nav-link:hover:after,
nav.navbar-expand-lg .navbar-nav li.nav-item.current .nav-link a:after {
    max-width: 100%;
}

nav .dropdown-menu {
    font-size: 14px;
    border-color: #b2824d;
    padding: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    /*transform: translateY(50px);
    transition: .5s ease all;*/
}

nav .dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
    /*transform: translateY(0px);
    transition: .5s ease all;*/
}

nav .dropdown-menu a {
    padding: .50rem 1rem
}

nav .dropdown-menu a:hover {
    /*color: #fff;
    background: #D04723*/
    background-color: rgba(223, 214, 196, 0.28) !important;
    color: #cf4520 !important;
    border-left: 2px solid #D04723;
}

nav .dropdown-menu {
    border-color: #D04723
}


/*----Home Page Slider----*/
.home-page-slider {
    /*padding: 0 2%*/
}

.home-page-slider h2 {
    font-size: 60px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 600
}

.home-page-slider h3 {
    font-size: 48px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 600
}

.home-page-slider p {
    font-size: 36px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 300
}

.home-page-slider button {
    color: #fff;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    border-color: #fff;
    padding: .5rem 2rem
}

.home-page-slider .carousel-caption {
    padding: 0;
    bottom: 18%
}

.home-page-slider .carousel-control-next,
.home-page-slider .carousel-control-prev {
    top: inherit;
    bottom: 6%;
    opacity: 1
}

.home-page-slider .carousel-control-next {
    transform: rotateY(180deg);
}

/*-----consultation----*/
.consultation {
    margin: 7rem auto
}

.consultation h3 {
    letter-spacing: 3px;
    color: #D04723;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    display: block;
    width: 100%
}

.consultation h4 {
    color: #08087d;
    font-size: 40px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 400;
    display: block;
    width: 100%
}

.consultation .card {
    border-radius: 10px;
    border: 1px solid #b2824d;
    text-align: center
}

.consultation .card .card-body {
    background: #D04723 url("../images/im1.png") no-repeat right top;
    background-size: contain;
    border-radius: 10px;
    position: relative;
    left: -10px;
    top: -10px;
    padding: 2rem 2rem
}

/*.consultation .card .card-body:hover{transition: top 400ms, left 400ms, transform 500ms ease-in-out; left:0; top:0}*/
.consultation .card .card-body.brown {
    background: #2a2621 url("../images/im2.png") no-repeat right top;
    background-size: contain;
}

.consultation .card .card-body.vcall {
    background: #D04723 url("../images/im3.png") no-repeat right top;
    background-size: contain;
}

.consultation .card h5 {
    font-size: 2.5rem;
    font-family: 'Source Serif Pro', sans-serif;
    color: #fff;
    font-weight: 300
}

.consultation .card a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300
}

.consultation .card a img {
    transform: rotateY(180deg);
}

/*----Services----*/


/*----Services forms wrapper----*/
.service-forms-wrapper {
    width: 100%;
    /*max-width: 900px;
    padding: 2rem;*/
    margin: 0 auto;
}

.service-forms-wrapper {
    /*padding: 0 15px 0;*/
    /*height: 652px;
    overflow-y: auto*/
}

.service-forms-wrapper::-webkit-scrollbar-track {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background-color: #f8f8f8;
    width: 10px
}

.service-forms-wrapper::-webkit-scrollbar {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    width: 10px;
    background-color: #fff
}

.service-forms-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background-color: #ebebeb
}




display-flex,
.form-flex,
.form-row,
.add-info-link {
    display: flex !important;
    display: -webkit-flex !important;
}

.service-forms-wrapper label,
.service-forms-wrapper input {
    display: block;
    width: 100%
}

.service-forms-wrapper label {
    /*text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 3px*/
}

.service-forms-wrapper input {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: normal;
    font-family: montserrat
}

.service-forms-wrapper input:focus {
    border: 1px solid #1da0f2
}

.service-forms-wrapper input::-webkit-input-placeholder {
    color: #999;
    text-transform: inherit;
    font-weight: normal;
}

.service-forms-wrapper input::-moz-placeholder {
    color: #999;
    text-transform: uppercase;
    font-weight: 600
}

.service-forms-wrapper input:-ms-input-placeholder {
    color: #999;
    text-transform: uppercase;
    font-weight: 600
}

.service-forms-wrapper input:-moz-placeholder {
    color: #999;
    text-transform: uppercase;
    font-weight: 600
}

.service-forms-wrapper .form-radio {
    margin-bottom: 40px
}

.service-forms-wrapper .form-radio input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px
}

.service-forms-wrapper .form-radio input+label {
    margin: 0;
    padding: 12px 10px;
    /*width: 94px;
    height: 50px;*/
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #ebebeb;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #888;
    text-align: center;
    text-transform: none;
    transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px
}

.service-forms-wrapper .form-radio input:checked+label {
    background-color: #612435;
    color: #fff;
    border-color: #612435;
    z-index: 1
}

.service-forms-wrapper .form-radio input:focus+label {
    outline: none
}

.service-forms-wrapper .form-radio input:hover {
    background-color: #1da0f2;
    color: #fff;
    border-color: #1da0f2
}

.service-forms-wrapper .form-flex input+label:first-of-type {
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    border-right: none
}

.service-forms-wrapper .form-flex input+label:last-of-type {
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    border-left: none
}

.service-forms-wrapper .form-row,
.service-forms-wrapper .form-row-fullwidth {
    margin: 0 -11px
}

.service-forms-wrapper .form-row .form-group,
.service-forms-wrapper .form-row .form-radio {
    width: 50%;
    padding: 0 11px
}

.service-forms-wrapper .form-row-fullwidth .form-group,
.service-forms-wrapper .form-row-fullwidth .form-radio {
    width: 100%;
    padding: 0 11px
}

.service-forms-wrapper .form-group,
.service-forms-wrapper .form-radio {
    margin-bottom: 23px;
    position: relative
}

.service-forms-wrapper .form-icon {
    position: relative
}

.service-forms-wrapper .ui-datepicker-trigger {
    /*position: absolute;
    right: 25px;
    top: 41px;*/
    color: #999;
    font-size: inherit;
    padding: 0;
    background: 0 0;
    border: none;
    outline: none;
    cursor: pointer
}

.service-forms-wrapper .add-info-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 16px;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center
}

.service-forms-wrapper .add-info-link .zmdi {
    font-size: 18px;
    padding-right: 14px
}

.service-forms-wrapper .add_info {
    display: none
}

.service-forms-wrapper s.btn_round {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    margin-left: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.service-forms-wrapper .btn_round:hover {
    color: #fff;
    background: #612435;
    border: 1px solid #612435;
}

.service-forms-wrapper .btn_content_outer {
    display: inline-block;
    width: 85%;
}

.service-forms-wrapper .close_c_btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 0px;
    line-height: 30px;
    border-radius: 50%;
    background: #ededed;
    border: 1px solid #ccc;
    color: #ff5c5c;
    text-align: center;
    cursor: pointer;
}

.service-forms-wrapper .add_icon {
    padding: 10px;
    border: 1px dashed #aaa;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.service-forms-wrapper .add_group_btn {
    display: flex;
}

.service-forms-wrapper .add_group_btn i {
    font-size: 32px;
    display: inline-block;
    margin-right: 10px;
}

.service-forms-wrapper .add_group_btn span {
    margin-top: 8px;
}

.service-forms-wrapper .add_group_btn,
.service-forms-wrapper .clone_sub_task {
    cursor: pointer;
}

.service-forms-wrapper .sub_task_append_area .custom_square {
    cursor: move;
}

.service-forms-wrapper .del_btn_d {
    display: inline-block;
    position: absolute;
    right: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}

@media screen and (max-width: 992px) {
    .service-forms-wrapper {
        padding: 10px;
    }

    .service-forms-wrapper .form-row .form-group,
    .service-forms-wrapper .form-row .form-radio {
        width: 100%;
    }

    .remove_node_btn_frm_field {
        position: absolute;
        right: 0;
        top: -55px;
    }
}


/* ------ Service forms wrapper end ---- */

.services {
    margin: 7rem auto
}

.services h3 {
    letter-spacing: 3px;
    color: #D04723;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    display: block;
    width: 100%
}

.services h4 {
    color: #08087d;
    font-size: 40px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 400;
    display: block;
    width: 100%
}

.services .card {
    border: 1px solid #b2824d;
    text-align: center;
    margin: 1rem 0
}

.services .card .card-body {
    position: relative;
    right: -10px;
    top: -10px;
    padding: 0;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

.services .card .card-body h5 {
    font-size: 24px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 500;
}

/*----more-Services----*/
.more-services {
    margin: 7rem auto 0;
    padding: 0 3%
}

.more-services .card {
    padding: 1.5rem
}

.more-services .card .card-body h5 {
    font-size: 1.4rem;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 500;
}

.more-services .card:hover {
    box-shadow: 1px 2px 5px rgb(0 0 0 / 30%);
}

/*----Zodiac----*/
.zodiac-star {
    margin: 7rem auto;
    background: url(../images/zodiac-frame.png) no-repeat left bottom;
    background-size: 350px
}

.zodiac .image {
    width: 160px;
    height: 160px;
    margin: 0 auto
}

.zodiac h3 {
    letter-spacing: 3px;
    color: #D04723;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    display: block;
    width: 100%
}

.zodiac h4 {
    color: #08087d;
    font-size: 40px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 400;
    display: block;
    width: 100%
}

.zodiac h5 {
    color: #D04723;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

.zodiac .card {
    margin-top: 2rem
}

.zodiac .card .card-body {
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

/*----Explore Astrology----*/
.astrology {
    margin: 7rem auto;
    padding: 5rem 0;
    background: url(../images/astrology.png) no-repeat center top;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 92%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 92%);
}

.astrology h3 {
    letter-spacing: 3px;
    color: #D04723;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    display: block;
    width: 100%
}

.astrology h4 {
    color: #fff;
    font-size: 40px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 400;
    display: block;
    width: 100%
}

.astrology .card .banner {
    height: auto;
    overflow: hidden
}

.astrology .card .banner img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 90%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 90%);
}

.astrology .card .card-body {
    padding: 0
}

.astrology .card .card-body ul {
    height: 222px;
    overflow: auto
}

.astrology .card .card-body ul::-webkit-scrollbar {
    width: 0.3em
}

.astrology .card .card-body ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

.astrology .card .card-body ul::-webkit-scrollbar-thumb {
    background-color: #D04723;
    outline: 1px solid #D04723;
}

.astrology .card h5 {
    color: #D04723;
    font-size: 24px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 500;
    padding: 0.5rem 1.6rem
}

.astrology .card ul li a {
    color: #666363;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    background: url(../images/orange-arrow.png) no-repeat 16px 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    padding: 0.5rem 2.5rem
}

.astrology .explore-astrology .slick-arrow {
    background: url(../images/arrow.png) no-repeat 0 0;
    background-size: contain;
    border: 0;
    width: 25px;
    height: 25px;
    font-size: 0px
}

.astrology .explore-astrology .slick-arrow.slick-prev {
    position: absolute;
    bottom: -40px;
    right: 10px
}

.astrology .explore-astrology .slick-arrow.slick-next {
    position: absolute;
    right: 10px;
    bottom: -70px;
    transform: rotateY(180deg);
}

/*----Vaibhav Vyas----*/
.vaibbhav-vyas {
    margin: 7rem auto 20rem;
    position: relative
}

.vaibbhav-vyas:before {
    content: '';
    position: absolute;
    left: 12%;
    bottom: -30%;
    width: 350px;
    height: 350px;
    background: url(../images/leaf.png) no-repeat 0 0;
    background-size: contain
}

.vaibbhav-vyas:after {
    content: '';
    position: absolute;
    right: 2%;
    bottom: -40%;
    width: 300px;
    height: 300px;
    background: url(../images/triangle.png) no-repeat 0 0;
    background-size: contain
}

.vaibbhav-vyas .carousel-inner {
    padding-bottom: 3rem;
    z-index: 9
}

.vaibbhav-vyas .carousel-item .card {
    position: relative
}

.vaibbhav-vyas .carousel-item .card .card-body {
    background: #08087D url(../images/blue-flower.png) no-repeat right 50px;
    background-size: contain;
    width: 60%;
    position: absolute;
    right: 0;
    bottom: -8%;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    padding: 2rem 4rem
}

.vaibbhav-vyas .carousel-item .card .card-body h5 {
    color: #D04723;
    font-size: 40px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 400;
}

.vaibbhav-vyas #carouselExampleIndicators ol.carousel-indicators {
    bottom: -15%
}

.vaibbhav-vyas #carouselExampleIndicators ol.carousel-indicators li {
    background: rgba(71, 4, 5, 0.2);
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 3px solid transparent
}

.vaibbhav-vyas #carouselExampleIndicators ol.carousel-indicators li.active {
    background: #DD0472
}

/*----new-Video----*/
.video {
    margin: -11rem auto 7rem
}

.video h3 {
    letter-spacing: 3px;
    color: #D04723;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    display: block;
    width: 100%
}

.video h4 {
    color: #08087d;
    font-size: 40px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 400;
    display: block;
    width: 100%
}

.video .list-group a.list-group-item {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #666363;
    line-height: 30px;
    padding: .3rem 1.25rem .3rem 0;
    border: 0;
    background: transparent
}

.video .list-group a.list-group-item {
    border-bottom: 1px solid rgba(178, 130, 77, 0.2)
}

.video .list-group a.list-group-item:hover,
.video .list-group a.list-group-item.active {
    color: #D04723;
    text-decoration: none;
    margin: 0
}

.video .list-group a.list-group-item i {
    color: #cf4f20
}

.video #nav-tabContent .embed-responsive {
    border-radius: 10px 10px 0 0
}

.video #nav-tabContent .embed-responsive .video-heading {
    position: absolute;
    background: #612435;
    width: 100%;
    padding: 1.5rem 1.3rem 1rem;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 24px;
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
}

/*----Podcast----*/
.podcast {
    background: #e4ded5 url(../images/hand.png) no-repeat 2% 35%;
}

.podcast-star {
    margin: 7rem auto
}

.podcast h3 {
    letter-spacing: 3px;
    color: #D04723;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    display: block;
    width: 100%
}

.podcast h4 {
    color: #08087d;
    font-size: 40px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 400;
    display: block;
    width: 100%
}

/*----Article----*/
.article .card {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.article .card img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 90%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 90%);
    height: 200px !important;
    overflow: hidden;
    display: inline-block;
}

.article {
    margin: 7rem auto;
    font-size: 16px;
    color: #666363;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

.article h3 {
    letter-spacing: 3px;
    color: #D04723;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    display: block;
    width: 100%
}

.article h4 {
    color: #08087d;
    font-size: 40px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 400;
    display: block;
    width: 100%
}

.article h5 {
    font-size: 24px;
    color: #2a2621;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 500;
}

.article a {
    color: #2a2621
}

.article a i {
    color: #cf4f20
}

.blog-detail-eye:before {
    content: '';
    position: absolute;
    left: 2%;
    top: 5%;
    width: 350px;
    height: 350px;
    background: url(../images/eye.png) no-repeat left top;
    background-size: contain
}

/*-----Contact Card----*/
.contact-card {
    margin: 7rem auto
}

.contact-card .card {
    border-radius: 10px;
    border: 1px solid #b2824d;
    text-align: center;
    color: #4F3230;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400
}

.contact-card .card .card-body {
    /*background: #4F3230;*/
    background: #ffffff;
    border-radius: 10px;
    border: 2px solid #4F3230;
    position: relative;
    left: -10px;
    top: -10px;
    padding: 1.25rem;
    min-height: 230px
}

.contact-card .card h5 {
    font-size: 33px;
    font-family: 'Source Serif Pro', sans-serif;
    color: #4F3230;
    font-weight: 500
}

.contact-card .card p {
    margin: 10px 0 0 0;

}

.contact-card .card .card-body i {
    color: #D04723;
    font-size: 1.5rem;
    margin-bottom: 1rem
}

/*----Contact Form----*/
.contact-form {
    margin: 7rem auto 0
}

.contact-form h3 {
    letter-spacing: 3px;
    color: #D04723;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    display: block;
    width: 100%
}

.contact-form h4 {
    color: #08087d;
    font-size: 40px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 400;
    display: block;
    width: 100%
}

/*----Call me----*/
.call-me {
    margin: 7rem auto
}

.call-me h3 {
    color: #2A2621;
    font-size: 40px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 600;
    display: block;
    width: 100%
}

.call-me h4 {
    color: #2A2621;
    font-size: 24px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 400;
    display: block;
    width: 100%
}

/*----queries----*/
.queries {
    margin: 7rem auto;
    background: #FBF5F1;
    padding: 3rem 15px
}

.queries h3 {
    color: #2A2621;
    font-size: 24px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 500;
    display: block;
    width: 100%
}

.queries h4 {
    color: #2A2621;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    display: block;
    width: 100%
}

/*----Blog Page----*/
.blog-services {
    margin: 4rem auto 0
}

.blog-services .card {
    border: 1px solid #b2824d;
    text-align: center;
    margin: 1rem 0
}

.blog-services .card .card-body {
    position: relative;
    right: -10px;
    top: -10px;
    padding: 0;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

.blog-services .card .card-body h5 {
    font-size: 24px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 500
}

/*----Heading----*/
.heading {
    border-bottom: 1px solid #B2824D;
    padding: 0 0 1rem 0;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400
}

.heading-bottom {
    margin-top: 5rem;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400
}

/*----Yantra----*/
.yantra {
    margin: 4rem auto
}

.yantra h3 {
    letter-spacing: 3px;
    color: #D04723;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    display: block;
    width: 100%
}

.yantra h4 {
    color: #08087d;
    font-size: 40px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 400;
    display: block;
    width: 100%
}

.yantra .card {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #612435;
    padding-bottom: 1rem;
}

.yantra .card .card-body h5 {
    font-size: 24px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 500;
    margin-top: 1rem
}

.yantra .card .card-body .money {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #D04723;
}

.yantra .card .card-body .view-details {
    position: absolute;
    top: 70%;
    left: 0;
    width: 96%;
    background: rgba(243, 205, 80, 1);
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    height: 0;
    padding: 0 6%;
    margin: 0 5px
}

.yantra .card .card-body .view-details .btn {
    transform: scale(1);
    opacity: 1;
}

.yantra .card .card-body:hover .view-details {
    height: auto;
    top: 59%;
    padding: 3% 6%
}

/*----Cart-Details----*/
.cart-details {
    margin: 4rem auto
}

.cart-details .nav-tabs:before {
    content: '';
    position: absolute;
    width: 76%;
    height: 1px;
    background: #FFE4CE;
    top: 25%;
}

.cart-details .nav-tabs .nav-link {
    width: 25%;
    border: 0;
    padding: 0;
    margin: 0 auto;
    z-index: 9
}

.cart-details nav {
    border-bottom: 1px solid #B2824D;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem
}

.cart-details .nav-tabs .nav-item.show .nav-link,
.cart-details .nav-tabs .nav-link.active {
    background: transparent
}

.cart-details .nav-tabs .nav-link i {
    border: 1px solid #D04723;
    background: #fff;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 24px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    color: #666363;
    line-height: 42px;
    margin: 0 auto;
}

.cart-details .nav-tabs .nav-link.active i {
    background: #D04723;
    border-color: #D04723;
    color: #fff;
}

.cart-details .nav-tabs .nav-link.active span {
    color: #D04723;
}

.cart-details .nav-tabs .nav-link span {
    display: block;
    font-size: 16px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 500;
    color: #666363;
    margin-top: 1rem
}

.cart-details .card-description .card-body {
    padding: 0.5rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #666363
}

.cart-details .card-description img {
    height: 158px;
}

.cart-details .card-description h2 {
    font-size: 24px;
    font-weight: 500;
    color: #2A2621
}

.cart-details .card-description .card-body .money {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #D04723
}

.cart-details .card-description .card-body .delete a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #D04723
}

.cart-details .card-description .card-body.payment-details {
    border: 1px solid #D04723;
    border-radius: 0;
    padding: 1rem
}

.cart-details .card-description .card-body.payment-details .accordion {
    border-bottom: 1px solid #E4DED5;
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

.cart-details .card-description .card-body.payment-details .accordion .card {
    border: 0
}

.cart-details .card-description .card-body.payment-details .accordion .card .card-header {
    border: 0;
    padding: 0;
    background: transparent
}

.cart-details .card-description .card-body.payment-details .accordion .card .card-header h2 button {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #666363;
    padding: .375rem 0
}

.cart-details .card-description .card-body.payment-details .accordion .card .card-header h2 button img {
    height: auto
}

.cart-details .card-description .card-body.payment-details h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.cart-details .card-description .card-body.payment-details .total-cart {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #E4DED5;
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

.cart-details .card-description .user-address .card-body {
    padding: 1.5rem
}

.cart-details .card-description .user-address .card-body h4,
.cart-details .card-description .cart-confirmation .card-body h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #2A2621;
    margin-bottom: 1rem
}

.cart-details .card-description .cart-confirmation {
    border: 1px solid #D04723;
    border-radius: 0;
    background: transparent
}

.cart-details .card-description .cart-confirmation .card-body {
    padding: 1rem
}

.cart-details .card-description .cart-confirmation .card-body h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #E4DED5;
    padding: 0 0 0.5rem 0;
    margin: 0 0 0.5rem 0
}

.banner-image-kundali {
    height: 250px;
    width: 100%;
    background: url(../images/kundli-banner.png) no-repeat 0 0;
    background-size: 100% 100%;
    color: #fff;
    font-size: 44px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 700
}

/*----About Us----*/
.about-us {
    margin: 5rem auto
}

.banner-image {
    height: 180px;
    width: 100%;
    background: url(../images/banner-sample.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    color: #fff;
    font-size: 44px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 600
}

.banner-image h3 {
    font-size: 2.5rem;
}

.about-us h3 {
    letter-spacing: 3px;
    color: #D04723;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    display: block;
    width: 100%
}

.about-us h4 {
    color: #08087d;
    font-size: 40px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 400;
    display: block;
    width: 100%
}

.about-us .card {
    border: 1px solid #b2824d;
    text-align: center;
    margin: 1rem 0
}

.about-us .card .card-body {
    position: relative;
    right: -10px;
    top: -10px;
    padding: 0;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

.about-us .card .card-body h5 {
    font-size: 24px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 500;
}

.about-us .my-profile .card,
.about-us .my-profile .card {
    text-align: left;
    margin: 0
}

.about-us .my-profile img.vaibhav,
.vaibhav {
    width: 70%
}

.about-us .my-profile .card-body {
    background: #470405 url(../images/blue-flower.png) no-repeat right 50px;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: -10%;
    top: inherit;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    padding: 2rem;
    width: 60%
}

.about-us .about-profile-wrapper .about-profile-text-content-wrapper {
    background: #470405 url(../images/blue-flower.png) no-repeat right 50px;
    background-size: contain;
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: -10%;
    top: inherit;*/
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    padding: 2rem;
    /*width: 60%*/
}

.about-us .my-profile .card-body.vaibhav {
    background: #08087D url(../images/blue-flower.png) no-repeat right 50px;
    left: inherit;
    right: -2%;
    top: inherit;
    bottom: -10%;
}

.about-us .my-profile .card-body h5,
.about-us .my-profile .card-body h5 {
    font-size: 40px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 500;
    color: #D04723
}

.purple-bg {
    background: url(../images/purple-bg.png) no-repeat center top;
    background-size: cover
}

.purple-bg h3 {
    letter-spacing: 3px;
    color: #fff;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    display: block;
    width: 100%
}

.purple-bg h4 {
    color: #fff;
    font-size: 40px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 400;
    display: block;
    width: 100%
}

/*----Birth Details----*/
.birth-details {
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 500;
}

.birth-details h5 {
    font-size: 24px;
    color: #2A2621
}

/*----Content----*/
.content {
    margin: 4rem auto 0;
    color: #666363
}

.content .card .card-body h5 {
    font-size: 24px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 500
}

.content h6 {
    font-size: 24px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500
}

.content p {
    margin: 1rem 0
}

.content .share-social {
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500
}

.content .share-social a {
    color: #666363;
    margin: 0 0.25rem
}

.content .btn-number {
    border-color: #bdbdbd;
    color: #666363;
    font-size: 14px;
}

.thought {
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #D04723
}

.thought span {
    float: left;
    margin-left: 1rem;
    width: 92%
}

.thought i {
    color: #612435;
    float: left;
    font-size: 28px;
}

.total {
    background: #E4DED5;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    display: block;
    padding: 0.5rem 0
}

.total i {
    background: #4F3230;
    color: #fff;
    font-style: normal;
    margin-left: 1rem;
    padding: 0.5rem
}

/*----Yearly Analysis----*/
.yearly-analysis {
    margin: 5rem auto;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #666363
}

.yearly-analysis h6 {
    position: absolute;
    color: #fff;
    font-size: 36px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 500;
    left: 40px;
    top: 10px
}

.yearly-analysis h2 {
    font-size: 24px;
    font-weight: 400
}

.yearly-analysis .list-group {
    border: 1px solid #E4DED5;
    padding: 1rem
}

.yearly-analysis .list-group .list-group-item {
    background: transparent;
    padding: 0;
    border: none;
    font-size: 18px;
    color: #D04723;
    line-height: normal;
    margin: 0.5rem 0;
    position: relative
}

.yearly-analysis .list-group .list-group-item.active:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 6px;
    right: 0;
    top: 9px;
    background: url(../images/orange-arrow.png) no-repeat 0 0;
}

.yearly-analysis .list-group .list-group-item small {
    font-size: 14px;
    color: #666363;
    display: block;
}

.yearly-analysis .list-group .list-group-item i {
    width: 40px;
    height: 40px;
    background: url(../images/icons.png) no-repeat 0 0;
    float: left;
    margin-right: 1rem
}

.yearly-analysis .list-group #list-arise-list:hover i,
.yearly-analysis .list-group #list-arise-list.active i {
    background-position: -47px 0
}

.yearly-analysis .list-group #list-taurus-list i {
    background-position: -1px -52px
}

.yearly-analysis .list-group #list-taurus-list:hover i,
.yearly-analysis .list-group #list-taurus-list.active i {
    background-position: -48px -52px
}

.yearly-analysis .list-group #list-gemini-list i {
    background-position: 0 -98px
}

.yearly-analysis .list-group #list-gemini-list:hover i,
.yearly-analysis .list-group #list-gemini-list.active i {
    background-position: -47px -98px
}

.yearly-analysis .list-group #list-cancer-list i {
    background-position: -1px -149px
}

.yearly-analysis .list-group #list-cancer-list:hover i,
.yearly-analysis .list-group #list-cancer-list.active i {
    background-position: -48px -149px
}

.yearly-analysis .list-group #list-leo-list i {
    background-position: 0 -200px
}

.yearly-analysis .list-group #list-leo-list:hover i,
.yearly-analysis .list-group #list-leo-list.active i {
    background-position: -47px -200px
}

.yearly-analysis .list-group #list-virgo-list i {
    background-position: 0 -248px
}

.yearly-analysis .list-group #list-virgo-list:hover i,
.yearly-analysis .list-group #list-virgo-list.active i {
    background-position: -47px -248px
}

.yearly-analysis .list-group #list-libra-list i {
    background-position: -1px -302px
}

.yearly-analysis .list-group #list-libra-list:hover i,
.yearly-analysis .list-group #list-libra-list.active i {
    background-position: -48px -302px
}

.yearly-analysis .list-group #list-scorpio-list i {
    background-position: -3px -351px
}

.yearly-analysis .list-group #list-scorpio-list:hover i,
.yearly-analysis .list-group #list-scorpio-list.active i {
    background-position: -50px -351px
}

.yearly-analysis .list-group #list-sagitarious-list i {
    background-position: -4px -405px
}

.yearly-analysis .list-group #list-sagitarious-list:hover i,
.yearly-analysis .list-group #list-sagitarious-list.active i {
    background-position: -51px -405px
}

.yearly-analysis .list-group #list-capricorn-list i {
    background-position: -4px -453px
}

.yearly-analysis .list-group #list-capricorn-list:hover i,
.yearly-analysis .list-group #list-capricorn-list.active i {
    background-position: -51px -453px
}

.yearly-analysis .list-group #list-aquarious-list i {
    background-position: -6px -504px
}

.yearly-analysis .list-group #list-aquarious-list:hover i,
.yearly-analysis .list-group #list-aquarious-list.active i {
    background-position: -53px -504px
}

.yearly-analysis .list-group #list-pisces-list i {
    background-position: -6px -555px
}

.yearly-analysis .list-group #list-pisces-list:hover i,
.yearly-analysis .list-group #list-pisces-list.active i {
    background-position: -53px -555px
}

/*----newsletter----*/
.newsletter {
    margin: 7rem auto;
    position: relative
}

.newsletter h3 {
    color: #2A2621;
    font-size: 40px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 500;
    width: 100%
}

.newsletter h4 {
    color: #2A2621;
    font-size: 24px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    width: 100%
}

.newsletter .btn-dark {
    background: #2a2621;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

.newsletter:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 500px;
    height: 500px;
    background: url(../images/zodiac-frame.png) no-repeat 80px 50px;
    background-size: contain
}

.yantra-newsletter:before {
    background: url(../images/leaf.png) no-repeat 0 0 !important;
    width: 350px;
    height: 500px;
    z-index: -1
}

/*----my-profile----*/
.my-profile {
    margin: 7rem auto;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

.my-profile .name {
    background: transparent;
    border-color: #D04723;
    border-radius: 0;
    margin-bottom: 1rem
}

.my-profile .name .card-body {
    padding: 1rem;
    margin: 0;
    background: transparent
}

.my-profile .name .card-body i,
.my-profile .list-group .list-group-item i {
    font-size: 2.5rem;
    color: #D04723;
    margin-right: 1rem;
    float: left
}

.my-profile .list-group .list-group-item i.arrow {
    font-size: 1.5rem;
    line-height: 2.5rem
}

.my-profile .name .card-body span {
    font-size: 18px
}

.my-profile .list-group {
    border: 1px solid #E4DED5;
    border-top: none;
    border-radius: 0
}

.my-profile .list-group .list-group-item {
    border: none;
    border-top: 1px solid #E4DED5;
    background: transparent;
    line-height: 38px;
    font-size: 20px;
    font-weight: 500;
    color: #666363
}

.my-profile .list-group .list-group-item.sub-item {
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #666363;
    line-height: normal;
    padding-left: 5rem
}

.my-profile .list-group .list-group-item.active,
.my-profile .list-group .list-group-item.sub-item.active {
    color: #D04723
}

.my-profile #my-order .card,
.my-profile #profile-information .card,
.my-profile #manage-address .card,
.my-profile #change-password .card,
.my-profile #saved-cards .card {
    border-color: #E4DED5;
    border-radius: 0;
    background: none
}

.my-profile #my-order .card .card-header,
.my-profile #profile-information .card .card-header,
.my-profile #manage-address .card .card-header,
.my-profile #change-password .card .card-header,
.my-profile #saved-cards .card .card-header {
    border-radius: 0;
    padding: 1.6rem 1.25rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 500;
    background: none
}

.my-profile #my-order .card .card-body .order {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666363;
    border-top: 1px solid #E4DED5;
    padding: 1.25rem;
    position: relative
}

.my-profile #my-order .card .card-body .order a {
    color: #666363
}

.my-profile #my-order .card .card-body .order.active:before {
    content: '';
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background: #D04723;
    position: absolute
}

.my-profile #my-order .card .card-body .order h4 {
    font-family: 'Source Serif Pro', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #2A2621
}

.my-profile #my-order .card .card-body .order h5 {
    font-size: 18px;
    font-weight: 600;
    color: #D04723
}

.my-profile #my-order .card .card-body .order small {
    display: block;
    margin-top: 0.5rem
}

.my-profile #my-order .card .card-body .order .btn-order {
    border: 1px solid #D04723;
    color: #D04723;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    padding: .25rem 1rem
}

.my-profile #manage-address .card .card-body address {
    margin: 0;
    border: 1px solid #E4DED5;
    background: #fff;
    padding: 1rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #666363;
}

.my-profile #manage-address .card .card-body .add-address {
    border: 1px solid #E4DED5;
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #666363;
}

.my-profile #manage-address .card .card-body .add-address a {
    font-size: 16px
}


.modal {
    overflow-y: auto;
}

/*---Login - Signup Modal----*/
#loginModal .modal-lg,
#loginModal .modal-xl,
#SignUpModal .modal-lg,
#SignUpModal .modal-xl {
    width: 700px
}

#loginModal .modal-content,
#SignUpModal .modal-content {
    border: 1px solid #B2824D;
    border-radius: 10px;
    background: transparent;
    font-size: 16px;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

#loginModal .modal-content .card,
#SignUpModal .modal-content .card {
    left: -15px;
    bottom: -15px;
}

#loginModal .modal-content .card .card-body,
#SignUpModal .modal-content .card .card-body {
    padding: 0
}

#loginModal .modal-content h4,
#SignUpModal .modal-content h4 {
    color: #220901;
    font-size: 36px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 400;
    display: block;
    width: 100%
}

#loginModal .modal-content h5 {
    color: #062D40;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    display: block;
    width: 100%
}

#loginModal .modal-content button.close,
#SignUpModal .modal-content button.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 34px;
    font-weight: 500px;
    opacity: 1;
    color: #D04723
}

/*----Form----*/
form label,
form label.col-form-label {
    color: #220901;
    font-size: 16px;
    line-height: normal;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
}

form .btn {
    padding: .25rem 2rem
}

form .form-control {
    border-color: #E0E0E0;
    font-size: inherit;
    font-family: 'Source Sans Pro', sans-serif;
}

form .btn-link {
    padding-right: 0;
    color: #828282;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
}

form .input-group .form-control {
    border-right: 0
}

form .input-group .input-group-addon {
    border: 1px solid #E0E0E0;
    border-left: 0;
    border-radius: 0 .25rem .25rem 0;
    padding: .375rem .75rem;
}

.form-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-check label {
    position: relative;
    cursor: pointer;
}

.form-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #2A2621;
    border-radius: 3px;
    padding: 11px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-check input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 7px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-radio {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radio .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 1rem;
    width: 1rem;
    background-color: #eee;
    border-radius: 100%;
}

.custom-radio input:checked~.checkmark {
    background-color: #2a2621;
}

.custom-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio input:checked~.checkmark:after {
    display: block;
}

.custom-radio .checkmark:after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: white;
}

/*----Footer----*/
body.footer-grey footer {
    /*background-color: #e4dedf;*/
    background-color: #2a2621;
}

body.footer-purple footer {
    background-color: #612435;
}

footer {
    /*background: url(../images/footer.png) no-repeat top left;*/
    background-size: cover;
    padding: 5rem 0 0
}

footer h2 {
    font-size: 20px;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 600;
    color: #D04723
}

footer ul li,
footer ul li a {
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #E4DED5;
    line-height: 36px;
    padding-bottom: 5px;
}

footer ul li a {
    border-bottom: 1px solid rgba(228, 222, 213, 0.2)
}

footer .copyright a:hover,
footer ul li a:hover {
    color: #D04723;
    text-decoration: none
}

footer .copyright {
    border-top: 1px solid #E4DED5;
    background: #2a2621;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #E4DED5;
    text-align: center;
    padding: 1.5rem 0;
}

footer .copyright a {
    color: #E4DED5;
    text-decoration: none
}

footer li.social a i {
    font-size: 1.5rem
}

footer li.social a {
    margin: 0 3px
}

footer li.social a:hover {
    color: #E4DED5
}


.zodiac-star .zodiac .image img {
    max-width: 125px;
    margin: 0 auto;
}

/*----Media Query----*/

@media only screen and (min-width: 1400px) {
    .consultation .card .card-body {
        padding: 2rem 3rem;
    }

    .consultation .card h5 {
        font-size: 44px;
        font-weight: 400px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px;
    }
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {

    .container,
    .container-sm {
        width: 100%;
        max-width: 100%
    }

    nav.navbar .row,
    .services .row,
    .zodiac-star .row,
    .astrology .row,
    .article .row {
        width: auto !important
    }

    .top-nav-bar {
        padding: 0.5rem
    }

    nav.navbar {
        padding: .5rem 1rem
    }

    .navbar-nav .dropdown-menu {
        display: none
    }

    nav.navbar-expand-lg .navbar-nav li.nav-item {
        border-right: 0;
        padding: 5px 15px
    }

    #loginModal .modal-lg,
    #loginModal .modal-xl,
    #SignUpModal .modal-lg,
    #SignUpModal .modal-xl {
        width: 100%
    }

    #loginModal .modal-content .card,
    #SignUpModal .modal-content .card {
        left: 0;
        bottom: 0
    }

    #loginModal .modal-content h4,
    #SignUpModal .modal-content h4 {
        font-size: 28px
    }

    .home-page-slider {
        padding: 0
    }

    .home-page-slider h2 {
        font-size: 21px;
        font-family: 'Source Serif Pro', sans-serif;
        font-weight: 600;
        line-height: 1;
    }

    .home-page-slider h3 {
        font-size: 28px;
        font-family: 'Source Serif Pro', sans-serif;
        font-weight: 600;
        line-height: 1;
    }

    .home-page-slider p {
        font-size: 16px;
        font-family: 'Source Serif Pro', sans-serif;
        font-weight: 300;
        line-height: 1;
    }

    .home-page-slider button {
        font-size: 14px;
        padding: 5px 12px;
    }

    .consultation,
    .services,
    .more-services,
    .zodiac-star,
    .astrology,
    .article,
    .podcast-star,
    .my-profile {
        margin: 4rem auto
    }

    .video {
        margin: -11rem auto 0
    }

    .video #nav-tabContent {
        margin-bottom: 1rem
    }

    .astrology {
        -webkit-clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 92%);
        clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 92%);
    }

    .video ul li,
    .video ul li a {
        text-align: left;
        display: block
    }

    .podcast .card-body {
        text-align: center
    }

    .about-us .my-profile img.vaibhav {
        width: 100%
    }

    .consultation .card .card-body {
        padding: 1rem
    }

    .consultation .card h5 {
        font-size: 25px
    }

    .consultation .card a {
        padding: 0
    }

    .vaibbhav-vyas {
        margin: 4rem auto 14rem
    }

    .about-us .my-profile img.vaibhav,
    .vaibhav {
        width: 100%
    }

    .vaibbhav-vyas:before,
    .vaibbhav-vyas:after {
        display: none
    }

    .vaibbhav-vyas .carousel-item .card .card-body,
    .about-us .my-profile .card-body {
        position: inherit;
        width: 100%;
        right: 0;
        bottom: 0;
        border-radius: 4px;
        padding: 1rem
    }

    .about-us .my-profile .card-body.vaibhav {
        left: 0;
        bottom: 0
    }

    .yantra .card .card-body:hover .view-details {
        top: 55%
    }
}

/* On screens that are 600px or less, set the background color to olive */
@media all and (min-width: 320px) and (max-width: 600px) {

    nav.navbar .row,
    .services .row,
    .zodiac-star .row,
    .astrology .row,
    .article .row {
        width: auto !important
    }

    .contact-form .row {
        margin: 0 15px !important;
        width: auto !important;
    }

    .top-nav-bar {
        padding: 0.5rem
    }

    .top-nav-bar ul li span {
        padding: 0
    }

    .top-nav-bar ul li span span {
        display: none;
        padding: 0
    }

    nav.navbar img {
        height: 40px
    }

    nav .navbar-brand {
        margin: 0 0.5rem
    }

    .navbar-nav .dropdown-menu {
        display: none
    }

    nav.navbar-expand-lg .navbar-nav li.nav-item {
        border-right: 0;
        padding: 5px 15px
    }

    #loginModal .modal-lg,
    #loginModal .modal-xl,
    #SignUpModal .modal-lg,
    #SignUpModal .modal-xl {
        width: 100%
    }

    #loginModal .modal-content .card,
    #SignUpModal .modal-content .card {
        left: 0;
        bottom: 0
    }

    #loginModal .modal-content h4,
    #SignUpModal .modal-content h4 {
        font-size: 28px
    }

    .consultation .card .card-body,
    .services .card .card-body {
        left: 0 !important;
        top: 0 !important
    }

    .consultation,
    .services,
    .more-services,
    .zodiac-star,
    .astrology,
    .article {
        margin: 2rem auto
    }

    .astrology {
        -webkit-clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 92%);
        clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 92%);
    }

    .video {
        margin: -11rem auto 2rem
    }

    .podcast-star {
        margin: 0
    }

    .about-us .my-profile img.vaibhav,
    .vaibhav {
        width: 100%;
    }

    .vaibbhav-vyas {
        margin: 2rem auto 14rem
    }

    .vaibbhav-vyas .carousel-inner {
        padding: 0
    }

    .vaibbhav-vyas:before,
    .vaibbhav-vyas:after {
        display: none
    }

    .vaibbhav-vyas .carousel-item .card .card-body {
        position: inherit;
        width: 100%;
        right: 0;
        bottom: 0;
        border-radius: 4px;
        padding: 1rem
    }

    .home-page-slider {
        padding: 0
    }

    .home-page-slider h3 {
        font-size: 20px;
        padding: 4px 0
    }

    .consultation .card,
    .astrology .card,
    .article .card {
        margin: 1rem 0
    }

    .video .card .card-body,
    .podcast-star .card .card-body {
        padding: 0;
        margin-top: 1rem
    }

    .video #nav-tabContent {
        padding-bottom: 3rem
    }

    .video button.btn-orange {
        margin-top: 1rem !important
    }

    .podcast h4 {
        font-size: 30px
    }

    .contact-card .card .card-body {
        left: 0;
        top: 0
    }

    /*footer {
        padding: 15rem 0 0;
    }*/

    footer .social a {
        display: inline-block
    }

    footer ul li a {
        display: block
    }

    footer ul li:nth-child(1) {
        margin-top: 0.5rem
    }

    footer .copyright {
        padding: 1rem 0.5rem;
    }
}


.service-form-wrapper-scrollable {
    height: 80vh;
    overflow-y: scroll;
}


.service-form-wrapper-scrollable::-webkit-scrollbar {
    width: 0.3em
}

.service-form-wrapper-scrollable::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

.service-form-wrapper-scrollable::-webkit-scrollbar-thumb {
    background-color: #D04723;
    outline: 1px solid #D04723;
}


.css-1v2w7ik {
    max-height: 96px;
    height: 96px;
    width: 100%;
    -webkit-background-size: clip;
    background-size: clip;
    -webkit-background-position: 50%;
    background-position: 50%;
}

/*#loginModal .card:after{
    content: '';
    position: absolute;
    top: 7px;
    width: 0;
    height: 0;
    border-top: 529px solid #f6f4f4;
    border-right: 646px solid transparent;
    left: 7px;
    z-index: -1;
}*/

.contact-details-wrapper{

}

@media (min-width: 992px){
    /*nav .dropdown-menu.show{
        transform: none;
        transition: none;
    }*/
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        top: 50px !important;
        -webkit-box-shadow: 2px 2px 10px rgb(0 0 0 / 50%);
        -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
        box-shadow: 2px 2px 10px rgb(0 0 0 / 50%);
    }
}

.service-description-wrapper ul,
.service-description-wrapper li{

}

.service-description-wrapper ul{
    margin-left: 1rem;
    margin-bottom: 20px;
}

.service-description-wrapper ul li:before {
  content: '✓';
  padding-right: 10px;
  padding-bottom: 10px;
}


@media (max-width: 575.98px) {
    body.footer-grey{
        padding-top: 100px;
    }
    .about-us {
        margin: 1rem auto;
    }
    .about-us h4 {
        font-size: 2rem;
    }
    .single-blog-wrapper {
        margin-top:  1rem;
    }
    .single-blog-wrapper>.row{
        margin-top: 0px !important;
    } 

    .single-blog-wrapper .blog-post-title{
        font-size: 2rem;
    }
}


/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    body.footer-grey{
        padding-top: 125px;
    }

    
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    body.footer-grey{
        padding-top: 125px;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    body.footer-grey{
        padding-top: 100px;
    }
    nav.navbar img {
        height: 50px;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    body.footer-grey{
        padding-top: 125px;
    }
}

.blog-description-wrapper img{
    width: 100%!important;
}

.whats-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 3px 4px 3px #999;
    right: 15px;
    z-index: 100;
}

.contact-us-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 3px 4px 3px #999;
    left: 15px;
    z-index: 100;
}


.my-float {
    margin-top: 10px;
}




.bootstrap-datetimepicker-widget.dropdown-menu{
    z-index: 9999999999!important;
}