@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");
:root {
    --primary-color: #333;
    --secondary-color: #f4a636;
    --impact-color: #dd153c;
    --dark-color1: #111111;
    --dark-color2: #17384e;
    --white-color: #ffffff;
    --transition: 0.4s ease-in-out;
}
:after,
:before {
    transition: var(--transition);
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
}
body {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    background-color: #ffffff;
    color: var(--primary-color);
    font-family: "Heebo", sans-serif;
    overflow-x: hidden;
    font-weight: 400;
}
img {
    max-width: 100%;
    height: auto;
}
.hide {
    display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    /* font-family: "Playfair Display", sans-serif; */
    font-weight: 700;
}
a,
a:hover,
a:focus,
a:visited {
    color: inherit;
    text-decoration: none;
}
/* common css */
.as_padderTop10 {
    padding-top: 10px;
}
.as_padderTop20 {
    padding-top: 20px;
}
.as_padderTop30 {
    padding-top: 30px;
}
.as_padderTop40 {
    padding-top: 40px;
}
.as_padderTop50 {
    padding-top: 50px;
}
.as_padderTop60 {
    padding-top: 60px;
}
.as_padderTop70 {
    padding-top: 70px;
}
.as_padderTop80 {
    padding-top: 80px;
}
.as_padderTop90 {
    padding-top: 90px;
}
.as_padderTop100 {
    padding-top: 90px;
}
.as_padderBottom5 {
    padding-bottom: 5px;
}
.as_padderBottom10 {
    padding-bottom: 10px;
}
.as_padderBottom20 {
    padding-bottom: 20px;
}
.as_padderBottom30 {
    padding-bottom: 30px;
}
.as_padderBottom40 {
    padding-bottom: 30px;
}
.as_padderBottom50 {
    padding-bottom: 50px;
}
.as_padderBottom60 {
    padding-bottom: 60px;
}
.as_padderBottom70 {
    padding-bottom: 70px;
}
.as_padderBottom80 {
    padding-bottom: 80px;
}
.as_padderBottom90 {
    padding-bottom: 90px;
}
.as_padderBottom100 {
    padding-bottom: 90px;
}
.as_main_wrapper {
    overflow-x: hidden;
}
.as_padderLeftAndRight {
    padding-left: 100px;
    padding-right: 100px;
}
.as_margin0 {
    margin: 0px !important;
}
.as_font14 {
    font-size: 15px;
    line-height: 26px;
    color: #333;
    text-align: justify;
}
.as_toggle {
    display: none;
}
.as_heading_link {
    font-size: 18px;
    color: var(--impact-color);
    font-weight: 600;
    font-family: "Heebo";
    margin: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
    line-height: 25px;
}
.as_heading {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    color: var(--dark-color1);
    font-weight: 600;
    margin-bottom: 15px;
}

.as_heading:before,
.as_heading:after {
    display: inline-block;
    content: "";
    border-top: 0.3rem solid #ff9c41;
    width: 3rem;
    margin: -8px 1rem;
    transform: translateY(-1rem);
}
.as_about_detail .as_heading:before,
.as_about_detail .as_heading:after {
    display: none;
}
.as_about_detail {
    display: inline;
    float: left;
    width: 100%;
}
.form-control {
    height: 44px;
    background-color: #ffffff;
    border: 1px solid rgb(121 121 121 / 20%);
    outline: none;
    box-shadow: none !important;
    color: var(--primary-color);
    padding: 0 13px;
    border-radius: 45px;
}
.form-label {
    color: #333;
}
.form-control:focus {
    border-color: var(--secondary-color) !important;
}
.form-control::placeholder {
    color: #797979;
}
.as_subheading {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--dark-color1);
}
.as_orange {
    color: var(--secondary-color);
}
.as_white {
    color: var(--white-color);
}

.as_btn,
.as_btn:focus,
.as_btn:visited {
    background-image: -webkit-linear-gradient(
        0deg,
        rgb(244, 170, 54) 0%,
        rgb(243, 115, 53) 100%
    );
    height: 45px;
    font-size: 14px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    padding: 0 23px;
    border: none !important;
    color: var(--white-color);
    border-radius: 45px;
    outline: none;
    min-width: 160px;
    justify-content: center;
    outline: none;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 10px;
}
.as_btn_contact {
    background-image: -webkit-linear-gradient(
        0deg,
        rgb(244, 170, 54) 0%,
        rgb(243, 115, 53) 100%
    );
    padding: 14px 48px 14px;
    border-radius: 30px;
    transition: 0.5s;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Fira Sans";
    border: 1px solid #fff;
    margin-bottom: 10px;
}
.as_btn:hover {
    color: var(--white-color) !important;
}
.as_btn2 {
    height: 30px;
    font-size: 14px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    padding: 0 0px;
    border: none !important;
    position: relative;
    color: #ff9c41;
    /* border-radius: 45px; */
    outline: none;
    /* min-width: 100px; */
    justify-content: center;
    outline: none;
    z-index: 1;
    overflow: hidden;
    margin-left: 10px;
}
.horoscope_icon_group {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.horoscope_icon_group .horoscope_icon {
    flex: 1;
}
.horoscope_icon_group .horoscope_icon:not(:last-child) {
    margin-right: 15px;
}
.horoscope_icon_group::-webkit-scrollbar {
    display: none;
}
.horoscope_icon_group .icon {
    background: #fff;
    padding: 0;
    border-radius: 100%;
    display: block;
    width: 70px;
    height: 70px;
    border: 1px solid #dcdcdc;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.horoscope_icon_group .title {
    padding: 5px;
    text-align: center;
    color: #333;
    margin-bottom: 7px;
}
.as_verticle_center {
    display: flex;
    /* align-items: center; */
}
.slick-dots {
    padding: 0;
    margin: 30px 0 0 0;
    list-style: none;
}
.slick-dots li {
    display: inline-flex;
}
.slick-dots li button {
    display: none;
}
.slick-dots li {
    height: 9px;
    width: 9px;
    background-color: #234a64;
    border-radius: 100%;
    margin: 0 6px;
    cursor: pointer;
}
.slick-dots li.slick-active {
    background-color: var(--secondary-color);
}
.team-item {
    position: relative;
    padding: 15px;
    text-align: center;
    transition: 0.5s;
    z-index: 1;
}
.team-item .figure {
    text-align: center;
    margin-bottom: 1rem;
}
.team-item .figure img {
    max-width: 110px;
    padding: 10px;
    border: 1px solid var(--secondary-color);
    border-radius: 50%;
}
.team-item .ast-name {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 5px;
    color: var(--dark-color1);
}
.team-item .ast-skill {
    margin-bottom: 0;
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 500;
}
.team-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30%;
    top: 0;
    left: 0;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(
            rgba(255, 255, 255, 0.6),
            rgba(255, 255, 255, 0.6)
        ),
        url(../images/body-bg.png);
    background-size: cover;
    background-position: top;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
    transition: 0.5s;
    z-index: -1;
}
.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    top: auto;
    bottom: 0;
    left: 0;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(
            rgba(255, 255, 255, 0.6),
            rgba(255, 255, 255, 0.6)
        ),
        url(../images/body-bg.png);
    background-size: cover;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
    transition: 0.5s;
    z-index: -1;
}
.slick-slide {
    outline: none;
}
.only-timepicker .datepicker--nav,
.only-timepicker .datepicker--content {
    display: none;
}
.only-timepicker .datepicker--time {
    border-top: none;
}
.datepicker {
    background-color: #ffffff;
    border: 1px solid rgb(255 255 255 / 10%);
    color: var(--primary-color);
}
.datepicker--nav {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.datepicker--nav > div {
    background-color: transparent !important;
    color: var(--primary-color);
}
.datepicker--pointer {
    background-color: #ffffff;
    border-top-color: rgb(255 255 255 / 10%);
    border-right-color: rgb(255 255 255 / 10%);
}
.datepicker--cell:hover {
    background-color: var(--secondary-color);
    color: var(--white-color) !important;
}
.datepicker--cell.-current-,
.datepicker--day-name {
    color: var(--secondary-color);
}
/* select2 */
.select2-selection {
    height: 44px !important;
    background-color: #ffffff !important;
    border: 1px solid #e7e7e7 !important;
    outline: none;
    box-shadow: none !important;
    color: var(--primary-color);
    border-radius: 5px !important;
    transition: none;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 44px !important;
}
.select2-selection .select2-selection__rendered {
    color: var(--primary-color) !important;
    font-size: 14px;
    /* line-height: 45px !important;
    padding: 0 28px !important; */
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    border-radius: 20px !important;
    border: 1px solid #f4a636 !important;
}

.select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection__arrow {
    height: auto !important;
    bottom: 1px;
    right: 18px !important;
}

.select2-container {
    transition: none;
    z-index: 2 !important;
    width: 100% !important;
}

.select2-dropdown {
    transition: none;
    background-color: #ffffff;
    border-color: #e7e7e7;
    font-size: 14px;
    box-shadow: -2px 0px 28px 0px rgb(0 0 0 / 5%);
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 40px !important;
}
.select2-search--dropdown {
    padding: 10px 25px;
}

.select2-search--dropdown input {
    background-color: #ffffff;
    border-color: rgb(223 223 223) !important;
    outline: none !important;
}

.select2-results__option {
    padding: 10px 26px;
    background-color: transparent !important;
}
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: #000 !important;
}
.select2-container--below.select2-container--open .select2-selection {
    border-radius: 10px 10px 0 0 !important;
}
.select2-container--above.select2-container--open .select2-selection {
    border-radius: 0 0 10px 10px !important;
}

.select2-dropdown.select2-dropdown--above {
    box-shadow: -10px -28px 28px -24px rgb(0 0 0 / 5%);
}
/* loader */
.as_loader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.as_loader img {
    animation: spin 7s infinite linear;
    -webkit-animation: spin 7s infinite linear;
    -moz-animation: spin 7s infinite linear;
}
/* header css start */
.as_header_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.as_logo {
    display: flex;
    position: relative;
    top: 8px;
}
.as_logo .img-logo {
    display: block;
    margin: auto;
    width: 50%;
}
.as_logo .logo_text {
    font-size: 20px;
    font-weight: bold;
    color: #ff9c41;
    position: relative;
    top: 0;
    left: 8px;
}
.as_menu ul {
    padding: 3px 0;
    margin: -1px;
    list-style: none;
    position: relative;
    left: 0px;
    font-family: "Heebo", sans-serif;
    font-size: 12px;
}
.as_menu > ul > li {
    display: inline-flex;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0 10px;
    color: #000;
    position: relative;
}
.as_info_detail > ul > li {
    display: inline-flex;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 10px;
    color: #fff;
    position: relative;
}
.as_info_detail:last-child {
    margin-right: 0px;
    background-color: white;
}

.as_appointment_form .nav-tabs.child {
    margin: 20px;
    flex-wrap: wrap !important;
    justify-content: center;
}
.as_appointment_form .nav-tabs.grandchild {
    margin-bottom: 20px;
    gap: 5px;
}
.social_header {
    width: 18px;
    height: 22px;
    margin-inline-start: 20px;
    position: relative;
    top: -5px;
}
.as_header_detail {
    width: calc(100% - 449px);
}
.as_menu > ul > li > a {
    padding: 15px 0;
    color: #000;
    position: relative;
    transition: all 0.3s linear;
}
.as_wishlist {
    margin-left: 20px;
}
.as_menu > ul > li {
    position: relative;
    cursor: pointer;
}
.as_menu > ul > li.drop-btn > a:after {
    content: "\F282";
    font-family: "bootstrap-icons";
    display: inline-block;
    position: absolute;
    font-size: 12px;
    padding-left: 2px;
    padding-top: 1px;
}
.as_menu > ul > li.drop-btn > .drop-content {
    background-color: #fff;
    right: 0;
    margin: 0px 0 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(40px);
    transition: all 0.6s cubic-bezier(0.68, -1, 0.265, 2);
    visibility: hidden;
    width: 210px;
    z-index: 99;
    color: #000;
}
.as_menu > ul > li.drop-btn > .drop-content::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 28px;
    transform: rotate(45deg);
    border-top: 1px solid #f2f4f9;
    border-left: 1px solid #f2f4f9;
}
.as_menu > ul > li.drop-btn:hover > .drop-content {
    opacity: 1;
    transform: translateY(2px);
    visibility: visible;
}
.as_menu > ul > li.drop-btn > .drop-content li {
    float: left;
    list-style: none;
    position: relative;
    width: 100%;
}
.as_menu > ul > li.drop-btn > .drop-content li a {
    color: #575656;
    float: left;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 15px;
    width: 100%;
    transition: all 0.2s;
}
.as_menu > ul > li.drop-btn > .drop-content li:not(:last-child) a {
    border-bottom: 1px solid #e7e7e7;
}
.as_menu > ul > li.drop-btn > .drop-content li a:hover {
    color: #333;
}
.as_menu > ul > li > a:hover::before,
.as_menu > ul > li > a.active::before {
    width: 40px;
}
.as_menu ul li a:hover,
.as_menu ul li a.active {
    color: #ff9c41;
}
.as_info_detail {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    padding: 0;
    background: #dd153c;
    text-transform: uppercase;
}
.as_search_wrapper {
    max-width: 415px;
    width: 100%;
    position: relative;
}
.as_search_wrapper > a {
    position: absolute;
    top: 11px;
    right: 20px;
}
.as_search_wrapper .form-control {
    height: 45px;
    border: 1px solid #fff;
    border-radius: 45px;
    background-color: transparent;
    color: #ffffff;
}
.as_search_wrapper .form-control::placeholder {
    color: #ffffff;
}

.as_user img {
    border-radius: 100%;
    border: 3px solid #fff;
}

.as_user {
    position: relative;
    margin-left: 30px;
}

.as_user span {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 100%;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 14px;
    padding-left: 2px;
}
.as_search {
    cursor: pointer;
}
.as_info_detail ul {
    margin: 0;
    padding: 4px;
    list-style: none;
}
.as_info_detail ul li {
    display: inline-flex;
}
.as_info_detail ul li:not(:first-child) {
    padding: 0 15px;
}
.as_info_detail ul li a,
.as_info_detail ul li a:focus {
    text-decoration: none;
    color: inherit;
}
.as_info_detail ul li:not(:last-child) a {
    border-right: 1px solid var(--white-color);
    padding-right: 15px;
}
.as_infobox {
    display: flex;
    color: #fff;
}
/* .as_infobox:hover {
    color: #fff;
} */
.as_info_detail ul li .as_infobox > span {
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.as_right_info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.as_menu > ul > li .as_submenu {
    position: absolute;
    left: 0;
    top: 100%;
    background-image: linear-gradient(to right, #fffee9 0%, #fffcc7 100%);
    padding: 15px 0;
    border-radius: 10px;
    width: 170px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}
.as_menu > ul > li > .as_submenu {
    transform: translateY(-10px);
}
.as_menu > ul > li:hover > .as_submenu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.as_menu > ul > li .as_submenu li a {
    padding: 7px 20px;
    display: flex;
}

.as_menu > ul > li .as_submenu > li > .as_submenu {
    right: 100%;
    top: 8px;
    left: auto;
    transform: translateX(-20px);
}
.as_menu > ul > li .as_submenu > li:hover > .as_submenu {
    transform: translateX(-10px);
    opacity: 1;
    visibility: visible;
}

.as_menu > ul > li .as_submenu > li {
    position: relative;
}

.as_menu > ul > li .as_submenu:before {
    content: "";
    position: absolute;
    border-bottom: 7px solid var(--dark-color2);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: 100%;
    left: 13px;
}
.as_menu > ul > li > .as_submenu > li > .as_submenu:before {
    bottom: auto;
    top: 10px;
    left: 100%;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 7px solid var(--dark-color2);
}
.dropdown-content.login-dropdown,
.dropdown-content.login-dropdown .dropdown-item {
    padding: 0;
    display: block;
}
.dropdown-content.login-dropdown .dropdown-item a {
    padding: 15px;
}
.dropdown-content.user-dropdown,
.dropdown-content.user-dropdown .dropdown-item {
    padding: 0;
    display: block;
    min-width: 240px;
}
.dropdown-content.user-dropdown .user-profile {
    padding: 15px;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
}
.dropdown-content.user-dropdown .user-dropdown {
    padding: 0;
}
.dropdown-content.user-dropdown .user-profile img {
    width: 75px;
    height: 75px;
    border: 2px solid #dd153c;
    padding: 1px;
    margin-bottom: 10px;
}
.dropdown-content.user-dropdown .user-profile p {
    font-size: 14px;
}
.middle_hedder {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
        rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    padding: 14px 0;
}
.middle_hedder .as_menu_wrapper {
    display: flex;
    justify-content: end;
}
/* header css end */
/* banner css start */
.as_banner_wrapper {
    padding: 0;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    margin: 0;
}
.get-btn {
    background: #ff9c41;
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 5px;
}
.as_banner_detail .as_btn {
    background: #ffffff;
    color: var(--dark-color1);
    font-weight: 600;
    transition: all 0.3s linear;
}
.as_banner_detail .as_btn:hover {
    background-color: var(--secondary-color);
    color: #ffffff;
}

/* .as_banner_wrapper:after {
    position: absolute;
    content: "";

    width: 100%;
    height: 273px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(-1);
    z-index: 1;
} */
.as_banner_detail h5 {
    font-size: 26px;
    margin: 0 0 5px;
}
.as_banner_detail h1 {
    font-size: 54px;
    line-height: 62px;
    margin: 0 0 13px;
}
.as_banner_detail p {
    margin-bottom: 26px;
}
.as_banner_img {
    position: relative;
}
.as_banner_img .as_hand_bg {
    animation: spin 12s infinite linear;
    -webkit-animation: spin 12s infinite linear;
    -moz-animation: spin 12s infinite linear;
    display: inline-block;
}
.as_banner_img .as_hand {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
    height: 440px;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
.service-box {
    padding: 20px 0;
}
.as_banner_slider {
    position: relative;
    z-index: 1;
}
.as_banner_slider .slick-arrow {
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: rgba(255, 255, 255, 0.4);
    color: white;
    padding: 7px;
    border-radius: 2px;
    text-align: center;
    width: 60px;
    height: 60px;
    transition: all 0.5s;
}
.as_banner_slider .slick-arrow.arrow-right {
    position: absolute;
    right: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.as_banner_slider .slick-arrow.arrow-left {
    position: absolute;
    left: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.text-logo {
    color: #ff9c41;
}

/* banner css end */
/* about css start */
.as_about_wrapper {
    background: linear-gradient(
            rgba(255, 246, 241, 0.2),
            rgba(255, 246, 241, 0.2)
        ),
        url(../images/body-bg1.png);
    background-position: center;
}
.as_paragraph_wrapper {
    padding-left: 20px;
    border-left: 2px solid var(--secondary-color);
}
.as_paragraph_wrapper {
    padding-left: 20px;
    border-left: 2px solid var(--impact-color);
    margin-top: 20px;
    margin-bottom: 20px;
}
.as_contact_expert {
    display: flex;
    margin: 40px 0;
    align-items: center;
    color: var(--dark-color1);
}
.as_icon2 {
    background-color: #ffffff;
    box-shadow: -2px 0px 15px 0px rgba(0, 0, 0, 0.06);
    height: 90px;
    width: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 14px;
    border-radius: 100%;
    border: 2px solid var(--secondary-color);
    transition: all 0.3s linear;
}
.as_icon {
    background-color: #ffffff;
    box-shadow: -2px 0px 15px 0px rgba(0, 0, 0, 0.06);
    height: auto;
    width: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 5px;
    border-radius: 100%;
    border: 2px solid #ff9c41;
    transition: all 0.3s linear;
}
.bg-cart {
    background: #f6f2f2;
}

.bg-cart .card .table td img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.value-btn {
    background: #dd153c;
    color: #fff;
    border: 0;
    padding: 5px 15px;
    border-radius: 5px;
}
.input-value {
    text-align: center;
    border: none;
    margin: 0px;
    width: 50px;
    height: 35px;
    font-size: 14px;
    box-sizing: border-box;
    color: #000;
    background: #fff;
    border: 0.2px solid #f3f3f3;
    border-radius: 5px;
}
.service_cards {
    display: flex;
    padding: 25px 0;
}
/* .service_cards .bg-links .as_icon{
    margin: 0 !important;
} */
@media (max-width: 767px) {
    .as_heading_link {
        margin-bottom: 10px;
    }
    .service_cards {
        overflow-y: auto;
    }
    .bg-links {
        min-width: 110px;
        max-height: 110px;
    }
    .bg-links:not(:last-child) {
        margin-right: 15px !important;
    }
    .bg-links .icon_link {
        font-size: 11px !important;
    }
    .pooja-circle {
        padding: 7px !important;
    }
    .pooja-circle img {
        max-width: 30px !important;
    }
}
.service_cards::-webkit-scrollbar {
    display: none;
}
.bg-links {
    background: linear-gradient(
            rgba(255, 255, 255, 0.6),
            rgba(255, 255, 255, 0.6)
        ),
        url(../images/body-bg.png);
    background-size: contain;
    background-position: center;
    height: 140px;
    width: 140px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    text-align: center;
}
.pooja-circle img {
    width: 90px;
    height: auto;
}
.bg-links:not(:last-child) {
    margin-right: 25px;
}
.horoscopes-modal {
    top: 20% !important;
}
.modal-card {
    background: #eae7e7;
    padding: 10px;
    color: #666;
    border-radius: 5px;
}
.bg-links .icon_link {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    letter-spacing: 0.6px;
    font-weight: 500;
    transition: none;
    cursor: pointer;
}
.bg-links .icon_link i {
    font-size: 12px;
}
.as_contact_expert .as_icon {
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    position: relative;
}
.as_year_ex {
    font-size: 60px;
    font-weight: 700;
    color: var(--secondary-color);
    font-family: "Heebo", sans-serif;
    margin-right: 10px;
}
.as_contact_expert .as_icon:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #dcdcdc;
    content: "";
    border-radius: 100%;
    width: 100px;
    height: 100px;
}
.as_contact_expert:hover .as_icon:before {
    animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
    -moz-animation: spin 9s infinite linear;
}
.as_contact_expert h5 {
    font-size: 18px;
    margin: 0;
}
.as_contact_expert h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 0 0;
}
.as_aboutimg {
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
}
.as_aboutimg img {
    width: 65%;
    animation: imgRotate 20s linear infinite;
}
@keyframes imgRotate {
    100% {
        transform: rotate(360deg);
    }
}
.as_aboutimg .image-two {
    position: absolute;
    top: 60%;
    left: -15%;
}
.as_aboutimg .image-two img {
    width: 40%;
    border: 5px solid #fff;
}
.animate-box {
    opacity: 0;
}
.as_aboutimg span.as_play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
@keyframes zoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}
.as_aboutimg span.as_play:after,
.as_aboutimg span.as_play:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: -5px;
    background-color: rgb(246 246 246 / 60%);
    animation: zoom 0.8s infinite alternate;
    border-radius: 100%;
    z-index: -1;
}
.as_aboutimg span.as_play:after {
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -12px;
}

/* about css end */
/* horoscope css start */
.as_horoscope_wrapper {
    background-color: #ffffff;
}
.as_horoscope_wrapper .astrologer-carousel .bg-transparent {
    background: #f3f3f3 !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* .as_horoscope_wrapper .astrologer-carousel img {
    border-radius: 100% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
} */
.as_horoscope_wrapper .astrologer-carousel .astro-text {
    text-align: center;
    padding: 20px 0;
    color: #ff9c41;
}
.owl-prev {
    background: rgba(255, 255, 255, 0.3);
    min-width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 40%;
    left: -15px;
    transition: all 0.3s linear;
}
.owl-prev span {
    /* position: absolute; */
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: rgb(246 202 202 / 40%);
    color: white;
    padding: 7px;
    border-radius: 5px;
    text-align: center;
    width: 40px;
    height: 40px;
    transition: all 0.5s;
    font-size: 40px;
    /* background: rgb(243, 115, 53);
    width: 35px;
    height: 35px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    color: #fff; */
}
.owl-next {
    background: rgba(255, 255, 255, 0.3);
    min-width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 40%;
    right: -15px;
    transition: all 0.3s linear;
}
.owl-next span {
    /* font-size: 40px;
        background: rgb(243, 115, 53);
        width: 35px;
        height: 35px;
        padding: 5px;
        border-radius: 5px;
        text-align: center;
        color: #fff; */
    /* position: absolute; */
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: rgb(246 202 202 / 40%);
    color: white;
    padding: 7px;
    border-radius: 5px;
    text-align: center;
    width: 40px;
    height: 40px;
    transition: all 0.5s;
    font-size: 40px;
}
/* horoscope css end */
.as_blog_wrapper .blog-carousel .bg-transparent {
    background: #fff !important;
}
.as_blog_wrapper .blog-carousel .bg-transparent img {
    height: 40vh;
}
.as_blog_wrapper .blog-carousel .astro-text {
    text-align: center;
    padding: 20px 0;
}
.textline {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    white-space: normal;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.as_blog_wrapper .blog-carousel .gallery-item span {
    float: right;
    color: rgb(243, 115, 53);
}
.header-spacer {
    height: 125px;
}
/* service css start */
.as_service_wrapper {
    background: #ffffff;
}
.user-dashboard .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #dd153c;
    border-color: #dd153c;
}
.user-dashboard .page-link {
    color: #dd153c;
}
.user-dashboard .page-link:hover {
    color: #dd153c;
}
.user-dashboard .week-data {
    border: 1px solid #e6e6ee;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
}
.user-dashboard .week-data .data_in {
    display: flex;
    padding: 20px 14px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.checkbox-wrapper-26 * {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
.checkbox-wrapper-26{
    position: absolute;
    bottom: -4px;
    left: -4px;
}
.checkbox-wrapper-26 input[type="checkbox"] {
    display: none;
}

.checkbox-wrapper-26 label {
    --size: 25px;
    --shadow: calc(var(--size) * 0.07) calc(var(--size) * 0.1);

    position: relative;
    display: block;
    width: var(--size);
    height: var(--size);
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 var(--shadow) #ffbeb8;
    cursor: pointer;
    transition: 0.2s ease transform, 0.2s ease background-color,
        0.2s ease box-shadow;
    overflow: hidden;
    z-index: 1;
}

.checkbox-wrapper-26 label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: calc(var(--size) * 0.7);
    height: calc(var(--size) * 0.7);
    margin: 0 auto;
    background-color: #fff;
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: inset 0 var(--shadow) #ffbeb8;
    transition: 0.2s ease width, 0.2s ease height;
}

.checkbox-wrapper-26 label:hover:before {
    width: calc(var(--size) * 0.55);
    height: calc(var(--size) * 0.55);
    box-shadow: inset 0 var(--shadow) #ff9d96;
}

.checkbox-wrapper-26 label:active {
    transform: scale(0.9);
}

.checkbox-wrapper-26 .tick_mark {
    position: absolute;
    top: -1px;
    right: 0;
    left: calc(var(--size) * -0.05);
    width: calc(var(--size) * 0.6);
    height: calc(var(--size) * 0.6);
    margin: 0 auto;
    margin-left: calc(var(--size) * 0.14);
    transform: rotateZ(-40deg);
}

.checkbox-wrapper-26 .tick_mark:before,
.checkbox-wrapper-26 .tick_mark:after {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 2px;
    opacity: 0;
    transition: 0.2s ease transform, 0.2s ease opacity;
}

.checkbox-wrapper-26 .tick_mark:before {
    left: 0;
    bottom: 0;
    width: calc(var(--size) * 0.1);
    height: calc(var(--size) * 0.3);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.23);
    transform: translateY(calc(var(--size) * -0.68));
}

.checkbox-wrapper-26 .tick_mark:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(var(--size) * 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23);
    transform: translateX(calc(var(--size) * 0.78));
}

.checkbox-wrapper-26 input[type="checkbox"]:checked + label {
    background-color: #07d410;
    box-shadow: 0 var(--shadow) #92ff97;
}

.checkbox-wrapper-26 input[type="checkbox"]:checked + label:before {
    width: 0;
    height: 0;
}

.checkbox-wrapper-26 input[type="checkbox"]:checked + label .tick_mark:before,
.checkbox-wrapper-26 input[type="checkbox"]:checked + label .tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
.as_service_wrapper .page-item.active .page-link {
    background-color: #dd153c;
    border-color: #dd153c;
    color: #fff;
}
.as_service_wrapper .page-link {
    color: #dd153c;
}
.as_service_wrapper .page-link:hover {
    color: #dd153c;
}
.as_service_img {
    position: relative;
}

.as_service_img .as_service_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 150px;
}
.as_service_img:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 207px;
    height: 651px;
    background-image: url("../images/service_shape.png");
    bottom: -35px;
}
.as_service_single .as_service_img:after {
    display: none;
}
.as_service_img .as_service_circle {
    animation: spin 12s infinite linear;
    -webkit-animation: spin 12s infinite linear;
    -moz-animation: spin 12s infinite linear;
}
.as_service_count {
    background: linear-gradient(rgba(6, 1, 29, 0.2), rgba(6, 1, 29, 0.2)),
        url(../images/galaxy.png);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-x;
    width: 100%;
    position: relative;
    padding: 35px 0;
    margin: 0;
    z-index: 1;
    transition: all 0.3s linear;
    animation: 20s para infinite linear;
}
.as_service_count h4 {
    color: #fff;
}
.as_service_box {
    background: linear-gradient(
            rgba(255, 255, 255, 0.5),
            rgba(255, 255, 255, 0.5)
        ),
        url(../images/body-bg.png);
    background-size: cover;
    background-position: left;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 30px;
    margin-bottom: 25px;
    position: relative;
    border-radius: 10px;
    z-index: 1;
    transition: all 0.3s linear;
}

/* .as_service_box:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -135px 0 0 -135px;
    background-image: url(../images/circle.png);
    width: 271px;
    height: 270px;
    animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
    -moz-animation: spin 9s infinite linear;
    z-index: -1;
} */
.as_service_box:hover {
    color: #000;
}
.as_service_box .as_icon svg {
    fill: var(--secondary-color);
    transition: none;
}
.as_service_box:hover .as_icon svg {
    fill: #ffffff;
}

.as_service_box p {
    transition: none;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.as_service_box .as_subheading {
    margin: 15px 0 15px;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    transition: none;
}
.as_service_box .as_subheading:hover {
    color: #666;
}
.as_link {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 24px;
    color: var(--dark-color1);
    letter-spacing: 0.6px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    transition: none;
    cursor: pointer;
    /* display: inline-flex; */
}
.as_link span {
    margin: -1px 0 0 5px;
}
.as_service_box:hover .as_link span svg {
    fill: #ffffff;
}

.as_service_box .as_link span svg,
.as_service_box .as_link span {
    transition: none !important;
    fill: var(--primary-color);
}

.as_service_box:hover .as_link svg {
    fill: #ffffff;
}
/* service css end */
/* why choose css start */
.as_whychoose_wrapper {
    background-image: url("../frontend/images/bg.jpg");
    background-image: linear-gradient(
        to right,
        #810e0e 0%,
        rgb(146, 73, 73) 100%
    );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 95px 0 25px;
    position: relative;
    z-index: 1;
}
.as_whychoose_wrapper:before {
    position: absolute;
    content: "";
    /* background: url(../images/shape1.svg) no-repeat; */
    width: 100%;
    height: 273px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
.as_whychoose_wrapper:after {
    position: absolute;
    content: "";
    /* background: url(../images/shape1.svg) no-repeat; */
    transform: scale(-1);
    width: 100%;
    height: 273px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.as_about_page .as_whychoose_wrapper:before {
    background: url(../images/shape1.svg) no-repeat;
}
.as_about_page .as_whychoose_wrapper:after {
    background: url(../images/shape1.svg) no-repeat;
}
.as_whychoose_wrapper .as_heading {
    color: #ffffff;
}
.as_whychoose_wrapper p {
    color: #ffffff;
}
.as_whychoose_box .as_number > span {
    font-size: 24px;
    font-family: "Heebo", sans-serif;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.as_whychoose_box h4 {
    font-size: 20px;
    margin: 25px 0 35px;
    text-align: center;
}
.as_number {
    display: block;
    position: relative;
    width: 130px;
    margin: 0 auto;
}
.as_whychoose_box:hover h4 {
    color: var(--secondary-color);
}
.as_choose_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.as_choose_ul li {
    display: inline-flex;
    width: 19.5%;
    justify-content: center;
    color: #ffffff;
}
.as_choose_ul li:hover h4 {
    color: var(--secondary-color);
}
/* why choose css end */

/* zodiec sign css start */
.as_sign_box {
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 0;
    border-radius: 10px;
    position: relative;
    box-shadow: -2px 0px 28px 0px rgb(0 0 0 / 5%);
    border: 1px solid rgb(231, 231, 231);

    transition: all 0.3s linear;
}
.bg-horoscopes {
    background: #ff9c41;
}
.as_sign_box .as_sign {
    background-color: #ffffff;
    box-shadow: -2px 0px 15px 0px rgba(0, 0, 0, 0.06);
    height: 56px;
    width: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid var(--secondary-color);
    margin-bottom: 14px;
    border-radius: 100%;
    transition: all 0.3s linear;
}
.as_sign_box:hover .as_sign img {
    transform: rotate(360deg);
}
.as_sign_box h5 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: var(--dark-color1);
    margin: 0 0 2px;
    transition: none;
    transition: all 0.3s linear;
}
.as_sign_box p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    transition: none;
}
.as_sign_box:hover h5,
.as_sign_box:hover p {
    color: #ffffff;
}
.as_sign_box:hover {
    background-color: #ff9c41;
}

/* zodiec sign css end */

/* blog css start */
.blog-card {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: relative;
    padding: 10px;
    border-radius: 10px;
}
.blog-card .thumbnail {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 10px;
}
.blog-card .thumbnail img {
    max-height: 200px;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    transition: all 0.5s;
}
.blog-card .content {
    margin-bottom: 10px;
}
.blog-card .content .date {
    font-size: 14px;
    color: var(--secondary-color);
    margin-bottom: 10px;
}
.blog-card .content a {
    color: var(--dark-color1);
    font-size: 15px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.blog-card .thumbnail .blog-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 156, 65, 0.4);
    transition: 0.4s;
    opacity: 0;
    border-radius: 10px;
}
.blog-card .thumbnail .blog-overlay .btn {
    color: var(--white-color);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid var(--white-color);
    width: 40px;
    height: 40px;
}
.blog-card:hover .thumbnail .blog-overlay {
    opacity: 1;
}
.blog-card .thumbnail .blog-overlay .btn:hover {
    color: var(--impact-color);
    background-color: var(--white-color);
}
.blog-card:hover .thumbnail img {
    transform: scale(1.07);
}
.as_blog_wrapper {
    background-color: #fff;
}
.as_celebrities_wrapper {
    background-color: #f9f4e7;
}
.celebrities-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.celebrities-card .card-body .item img {
    border-radius: 5px;
}
.celebrities-card .content .date {
    font-size: 14px;
    color: var(--secondary-color);
    margin-bottom: 10px;
}
/* blog css end */
.as_faq_wrapper {
    background: linear-gradient(
            rgba(255, 246, 241, 0.2),
            rgba(255, 246, 241, 0.2)
        ),
        url(../images/body-bg1.png);
    background-position: center;
}
/* footer css start */
.as_footer_wrapper {
    background: linear-gradient(rgba(6, 1, 29, 0.4), rgba(6, 1, 29, 0.4)),
        url(../images/galaxy.png);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-x;
    width: 100%;
    position: relative;
    color: var(--white-color);
    animation: 20s para infinite linear;
}
@keyframes para {
    100% {
        background-position: -5000px 20%, -800px 95%, 500px 0, 1000px 100%,
            400px 0;
    }
}
.social-footer {
    background-color: #ffffff38;
    padding: 10px;
    border-radius: 10px;
}
.social-contact {
    background-color: #ffffff38;
    padding: 10px 15px;
    border-radius: 10px;
}
.accordion-button:not(.collapsed) {
    background-color: #ff9c41 !important;
    box-shadow: none !important;
    color: #fff;
}
.accordion-body {
    font-size: 14.5px;
    color: var(--dark-color2);
}
/* .as_footer_wrapper:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 273px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
} */
.as_shopsingle_page .as_footer_wrapper:before {
    background: url(../images/shape2.svg) no-repeat;
}
/* .as_footer_wrapper:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #111111;
    opacity: 0.87;
    z-index: -1;
} */
.as_know_sign_wrapper .as_heading {
    color: #fff;
    padding: 11px 0 0;
}

.as_know_sign_wrapper {
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    position: relative;
    z-index: 1;
}

.as_sign_form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.as_sign_form ul li {
    display: inline-flex;
    width: 23%;
    margin-left: 15px;
}
.as_sign_form ul li:last-child {
    width: 21%;
}
.as_sign_form ul li .as_input_feild {
    width: 100%;
}
.as_social_wrapper {
    margin-top: 15px;
}
.as_social_box {
    position: relative;
    margin-top: 10px;
}
.as_social_box .social_icon {
    color: var(--white-color);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border-width: 1px;
    border-style: solid;
    width: 40px;
    height: 40px;
    font-size: 20px;
    transition: all 0.2s;
}
.as_social_box .social_icon:hover {
    transform: scale(1.09);
}
.as_social_box .social_icon:not(:last-child) {
    margin-right: 7px;
}
.as_footer_inner {
    display: flex;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}
.as_footer_widget {
    margin-top: 10px;
}
.as_footer_widget > p {
    margin: 18px 0 20px;
    font-size: 14px;
}
.as_footer_widget > ul > li:hover {
    color: #fff;
    letter-spacing: 0.5px;
}
.as_footer_widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.as_footer_widget > ul > li {
    padding-bottom: 10px;
    position: relative;
    font-size: 14px;
    padding-left: 18px;
}
.as_footer_widget > ul > li span svg {
    fill: #ffffff;
    margin-right: 10px;
}
.as_footer_widget > ul > li:hover span svg path {
    fill: var(--secondary-color);
}
.as_footer_widget > ul > li:hover span {
    transition: none;
}
.as_footer_heading {
    font-size: 20px;
    line-height: 46px;
    margin: 0;
    position: relative;
    margin-bottom: 25px;
    font-family: "Heebo", sans-serif;
}
.as_footer_widget .as_contact_list li {
    padding-left: 0;
    display: flex;
    align-items: baseline;
    cursor: pointer;
}
.as_footer_widget > ul > li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 100%;
    left: 0;
    top: 6px;
}

.as_footer_widget .as_contact_list li:before {
    display: none;
}

.as_footer_widget .as_contact_list li img {
    margin: 0 15px 0 0;
    transform: translateY(3px);
}

.as_footer_widget .as_contact_list li p {
    margin: 0;
    transition: 0.4s;
}
.as_share_box ul li a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e7e7e7;
    border-radius: 100%;
}
.as_footer_widget .as_login_data label .checkmark {
    border: 1px solid #ffffff;
}
.as_share_box ul {
    margin: 0;
    padding: 0;
}
.as_share_box ul li a:hover {
    border-color: var(--secondary-color);
}

.as_share_box ul li {
    display: inline-flex;
    margin-right: 18px;
}
.as_share_box ul li svg {
    transition: none;
    fill: var(--primary-color);
}
.as_share_box ul li:hover svg {
    fill: var(--secondary-color);
}
.as_copyright_wrapper {
    padding: 15px 0;
    display: flex;
    justify-content: center;
}
.as_footer_widget > ul > li a {
    transition: 0.2s linear;
}
/* footer css end */
/* breadcrum start */
.as_breadcrum_wrapper {
    background-image: url(../images/Shri-Ganesh-and-palm.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    z-index: 1;
    color: #ffffff;
}
.as_breadcrum_wrapper .container {
    z-index: 2;
    position: relative;
}
.as_breadcrum_wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgb(0 0 0 / 53%);
    z-index: -1;
}
.as_breadcrum_wrapper h1 {
    margin: 0px 0 15px;
    font-size: 28px;
}
.as_breadcrum_wrapper .breadcrumb {
    display: inline-flex;
    border-radius: 40px;
    font-size: 14px;
    line-height: 18px;
    padding: 0 30px;
    margin: 0px;
    align-items: center;
    background-color: transparent;
}
.breadcrumb > li + li:before {
    content: "";
    background-image: url("../images/star.png");
    background-repeat: no-repeat;
    width: 22px;
    height: 20px;
    display: inline-flex;
    margin: 0 10px;
}
.breadcrumb > li {
    display: inline-flex;
    align-items: center;
}
/* breadcrum end */
/* pricing plan start */
.as_pricing_plan {
    background-image: url(../images/bg9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.as_service_page .as_pricing_plan {
    background-image: url(../images/bg4.jpg);
}
.as_service_page .as_customer_wrapper {
    background-image: url(../images/bg9.jpg);
}
.as_service_page .as_footer_wrapper:before {
    background: url(../images/shape1.svg) no-repeat;
}
.as_pricing_box {
    border: 1px solid rgb(231, 231, 231);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.04);
    padding: 60px 35px 35px;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
.as_pricing_box:after {
    content: "";
    position: absolute;
    background-image: url(../images/circle2.png);
    left: 50%;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 368px;
    height: 368px;
}
.as_gradient_text {
    background-image: -moz-linear-gradient(
        0deg,
        rgb(244, 170, 54) 0%,
        rgb(243, 115, 53) 100%
    );
    background-image: -webkit-linear-gradient(
        0deg,
        rgb(244, 170, 54) 0%,
        rgb(243, 115, 53) 100%
    );
    background-image: -ms-linear-gradient(
        0deg,
        rgb(244, 170, 54) 0%,
        rgb(243, 115, 53) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.as_pricing {
    font-size: 45px;
    font-weight: 700;
    padding: 50px 0 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e7e7e7;
}
.as_pric_icon svg {
    fill: var(--secondary-color);
    transition: none;
}

.as_pricing sup,
.as_pricing sub {
    font-size: 18px;
    font-weight: 400;
}
.as_pricing sup {
    top: -22px;
}

.as_pricing sub {
    bottom: 0;
}
.as_pricing_box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.as_pricing_box ul li:not(.as_inactive) {
    color: var(--dark-color1);
}

.as_pricing_box ul li {
    padding-bottom: 15px;
    transition: none;
}

.as_pricing_box .as_btn {
    margin-top: 17px;
    background: #f6f6f6;
    border: 2px solid transparent;
    color: var(--dark-color1) !important;
}
.as_pricing_box .as_btn:hover {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}
.as_pricing_box .as_btn:after {
    display: none;
}
.as_pricing_box:hover {
    background-image: -moz-linear-gradient(
        0deg,
        rgb(244, 170, 54) 0%,
        rgb(243, 115, 53) 100%
    );
    background-image: -webkit-linear-gradient(
        0deg,
        rgb(244, 170, 54) 0%,
        rgb(243, 115, 53) 100%
    );
    background-image: -ms-linear-gradient(
        0deg,
        rgb(244, 170, 54) 0%,
        rgb(243, 115, 53) 100%
    );
    color: #ffffff;
}
.as_pricing_box:hover .as_pric_icon svg {
    fill: #ffffff;
}
.as_pricing_box:hover ul li {
    color: #ffffff !important;
}
.as_pricing_box:hover .as_gradient_text {
    color: #ffffff;
    -webkit-text-fill-color: inherit;
    transition: none;
}

/* pricing plan end */
/* service detail start */
.as_about_page .as_service_wrapper {
    background-image: url(../images/bg9.jpg);
}
.as_servicedetail_wrapper {
    background-color: #07273c;
}
.as_service_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.as_service_ul li {
    padding: 0 0 6px 23px;
    position: relative;
}
.as_service_ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../images/svg/arrow.html) no-repeat center;
    left: 0;
    top: 8px;
}
.as_service_detail_inner .as_heading {
    font-size: 32px;
    padding-bottom: 15px;
    margin: 22px 0 15px;
}
.as_service_detail_inner p {
    margin-bottom: 20px;
}
.as_service_detail_inner h4 {
    font-size: 24px;
}
.as_service_widget h3 {
    font-size: 22px;
    display: inline-flex;
    padding-bottom: 11px;
}
.as_service_widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.as_service_widget ul li {
    font-size: 14px;
    margin-bottom: 7px;
    padding-left: 24px;
    position: relative;
}
.as_service_widget ul li a {
    display: flex;
    justify-content: space-between;
    transition: none;
}
.as_service_widget ul li a span {
    transition: none;
}
.as_service_widget ul li a span:first-child {
    border-bottom: 1px solid transparent;
}
.as_service_widget ul li:hover a span:first-child {
    border-color: var(--secondary-color);
}
.as_service_widget ul li:hover {
    color: var(--secondary-color);
}
.as_service_widget ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../images/svg/arrow.html) no-repeat center;
    left: 0;
    top: 8px;
}
.as_service_widget ul li:hover:before {
    background: url(../images/svg/arrowHover.html) no-repeat center;
}
.as_service_widget.as_download_box {
    background-color: var(--secondary-color);
    padding: 50px 10px;
}
.as_gplay {
    margin-bottom: 15px;
    display: inline-flex;
}
.as_service_widget .as_heading::after {
    width: 75%;
}
/* service detail End */
/* zodiac detail start */
.as_card_box img {
    border-radius: 10px;
}
.as_card_box > a {
    outline: none;
}
.as_zodiac_sidebar .as_sign_box {
    margin-bottom: 20px;
}
.as_zodiac_heading .as_sign {
    background-color: var(--secondary-color);
    height: 80px;
    width: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 38px;
    position: relative;
}
.as_zodiac_heading .as_sign:after,
.as_zodiac_heading .as_sign:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 18px solid var(--secondary-color);
}
.as_zodiac_heading .as_sign:before {
    left: auto;
    right: 100%;
    border-left: none;
    border-right: 18px solid var(--secondary-color);
}
.as_zodiac_heading {
    font-family: "Heebo", sans-serif;
    font-size: 36px;
    padding-left: 20px;
}
.as_zodiac_heading > span {
    font-size: 14px;
    font-family: "Heebo", sans-serif;
}
.as_tab_wrapper .nav-tabs > li > button {
    background-color: transparent !important;
    border: none !important;
    font-size: 20px;
    padding: 16px 35px;
    font-family: "Heebo", sans-serif;
    position: relative;
}
.as_tab_wrapper .nav-tabs > li > button::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--secondary-color);
    bottom: 0;
    left: 0;
}
.as_tab_wrapper .nav-tabs > li > button:hover,
.as_tab_wrapper .nav-tabs > li > button.active {
    color: var(--secondary-color);
}
.as_tab_wrapper .nav-tabs > li > button:hover:before,
.as_tab_wrapper .nav-tabs > li > button.active:before {
    width: 100%;
}
.as_tab_wrapper .nav-tabs {
    border-color: rgb(121 121 121 / 20%);
}
.as_countdown_wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.as_tab_wrapper .nav-link {
    color: #3c3c3c;
}
.as_countdown_wrapper ul li {
    display: inline-flex;
    flex-direction: column;
    margin: 50px 0 30px;
    padding-right: 62px;
    position: relative;
}
.as_countdown_wrapper ul li .progress-percentage {
    width: 108px;
    height: 108px;
    border: 9px solid #193e57;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-family: "Heebo", sans-serif;
}
.as_countdown_wrapper ul li h3 {
    margin: 15px 0 0;
    text-transform: capitalize;
}
.as_countdown_wrapper ul li:last-child {
    padding-right: 0px;
}
.as_zodiac_single_wrapper {
    background-color: #07273c;
}
.as_progressbar {
    position: relative;
    width: 108px !important;
    height: 108px !important;
}
.as_countdown_wrapper ul li canvas {
    position: absolute;
    top: -21px;
    left: -21px;
}
/* zodiac detail End */
/* Blog Single Start */
.as_blogsingle_page .as_blog_box {
    box-shadow: none;
    border: none;
    margin: 0;
}

.as_blogsingle_page .as_blog_box .as_blog_detail {
    padding: 0;
}
.as_tag_wrapper {
    border-bottom: 1px solid #e7e7e7;
}
.as_bloquote {
    color: #ffffff;
    padding: 60px 120px;
    margin-bottom: 20px;
    background-image: -moz-linear-gradient(
        0deg,
        rgb(244, 170, 54) 0%,
        rgb(243, 115, 53) 100%
    );
    background-image: -webkit-linear-gradient(
        0deg,
        rgb(244, 170, 54) 0%,
        rgb(243, 115, 53) 100%
    );
    background-image: -ms-linear-gradient(
        0deg,
        rgb(244, 170, 54) 0%,
        rgb(243, 115, 53) 100%
    );
    border-radius: 10px;
    position: relative;
}
.as_bloquote:after {
    position: absolute;
    content: "";
    background-image: url(/frontend/images/circle1.png);
    right: 0;
    top: 0;
    bottom: 0;
    width: 235px;
    animation: spin 12s infinite linear;
    -webkit-animation: spin 12s infinite linear;
    -moz-animation: spin 12s infinite linear;
}
.as_bloquote h3 {
    font-size: 18px;
}
.as_bloquote h3 span {
    font-family: "Heebo", sans-serif;
    font-size: 14px;
}
.as_tag_wrapper .as_btn {
    background: transparent;
    height: 50px;
    text-transform: capitalize;
    padding: 0 12px;
    font-family: "Heebo", sans-serif;
    border: 1px solid #e7e7e7 !important;
    color: var(--primary-color);
    transition: all 0.3s linear;
}
.as_tag_wrapper .as_btn:hover {
    color: #ffffff;
}
.as_tag_wrapper ul li {
    margin-right: 17px;
    align-items: center;
    color: var(--dark-color1);
    font-weight: 600;
    font-size: 17px;
    font-family: "Heebo", sans-serif;
}

.as_tag_wrapper ul {
    padding-top: 15px;
    border-top: 1px solid rgb(255 255 255 / 10%);
}
.as_about_admin {
    display: flex;
    align-items: center;
    padding: 40px;
    border-radius: 10px;
    background-image: -moz-linear-gradient(
        0deg,
        rgb(244, 170, 54) 0%,
        rgb(243, 115, 53) 100%
    );
    background-image: -webkit-linear-gradient(
        0deg,
        rgb(244, 170, 54) 0%,
        rgb(243, 115, 53) 100%
    );
    background-image: -ms-linear-gradient(
        0deg,
        rgb(244, 170, 54) 0%,
        rgb(243, 115, 53) 100%
    );
    margin-top: 40px;
}
.as_about_admin .as_aboutImage {
    width: 200px;
}
.as_about_admin .as_aboutDetail {
    width: calc(100% - 200px);
    color: #ffffff;
}
.as_about_admin .as_aboutImage img {
    border-radius: 10px;
}

.as_comment_section ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.as_comment_section ul li {
    display: flex;
    /* align-items: center; */
}
.as_comment_section > ul > li {
    border-bottom: 1px solid #e7e7e7;
    padding: 40px 0;
}
.as_comment_section > ul > li:last-child {
    border-bottom: none;
}
.as_comment_section > ul > li > ul > li {
    border-bottom: 1px solid #e7e7e7;
    padding: 0 0 40px;
    margin-bottom: 40px;
}

.as_comment_section > ul > li > ul > li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.as_comment_section > ul > li > ul > li {
    margin-left: 80px;
}
.as_comment_section > ul > li .as_comnt_img {
    width: 200px;
}
.as_comment_section > ul > li .as_comnt_img img {
    border-radius: 10px;
}
/* .as_comment_section >ul>li>.as_comnt_detail{
    padding-right: 100px;
} */
.as_comment_section > ul > li .as_comnt_detail {
    width: calc(100% - 200px);
    position: relative;
}
.as_comment_section > ul > li .as_comnt_detail .as_btn {
    position: absolute;
    right: 35px;
    top: 0;
    padding: 0 10px;
}
.as_comment_section > ul > li .as_comnt_detail .as_btn img {
    margin-right: 10px;
}
.as_comment_section > ul > li .as_comnt_detail > span {
    display: flex;
    padding: 5px 0 10px;
}

.as_comment_section > ul > li .as_comnt_detail > span img {
    margin-right: 10px;
}
.as_comment_form .as_heading,
.as_comment_section .as_heading {
    font-size: 24px;
    border-bottom: 1px solid #e7e7e7;
}
.as_comment_form .form-group {
    margin-bottom: 30px;
}
.as_comment_form textarea.form-control {
    height: 210px;
    padding: 15px 30px;
    resize: none;
}
.as_comnt_detail .as_comnt_title {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.as_comnt_detail .as_comnt_title .as_subheading {
    font-weight: 600;
}

.as_comnt_detail .as_comnt_title .as_time {
    padding-left: 38px;
}
.as_comnt_detail .as_comnt_title > span > img {
    margin-right: 5px;
}

.as_comnt_detail .as_comnt_title .as_date {
    padding-left: 30px;
}

.as_comnt_detail .as_comnt_title .as_reply {
    padding-left: 30px;
}
.as_blog_box.as_blog_single {
    margin: 0px;
}
.as_widget {
    margin-bottom: 50px;
}
.as_search_widget {
    position: relative;
}
.as_search_widget .form-control {
    width: 100%;
}
.as_search_widget > span {
    position: absolute;
    background-image: -moz-linear-gradient(
        0deg,
        rgb(253, 200, 48) 0%,
        rgb(243, 115, 53) 100%
    );
    background-image: -webkit-linear-gradient(
        0deg,
        rgb(253, 200, 48) 0%,
        rgb(243, 115, 53) 100%
    );
    background-image: -ms-linear-gradient(
        0deg,
        rgb(253, 200, 48) 0%,
        rgb(243, 115, 53) 100%
    );
    padding: 0 25px;
    display: inline-flex;
    bottom: 0;
    top: 0;
    right: 0;
    align-items: center;
    border-radius: 0 45px 45px 0;
}
.as_tag_wrapper > .as_btn {
    margin: 0 15px 10px;
}
.as_service_widget .as_recentposts li {
    padding: 0;
    margin: 5px 0 13px;
}

.as_service_widget .as_recentposts li h5 {
    margin: -5px 0 0;
    font-size: 16px;
    line-height: 26px;
    transition: none;
}
.as_service_widget .as_recentposts li:before {
    display: none;
}
.as_service_widget .as_recentposts li .as_img {
    margin-right: 15px;
}

.as_service_widget .as_recentposts li .as_detail > span {
    display: flex;
    align-items: center;
}

.as_service_widget .as_recentposts li .as_detail > span img {
    margin-right: 10px;
}
.as_tag_wrapper .as_btn:hover {
    background-color: var(--secondary-color);
}
.as_tag_wrapper .as_btn:hover:before {
    border-right-color: var(--secondary-color);
}
.as_tag_wrapper .as_btn:hover:after {
    border-left-color: var(--secondary-color);
}
.as_blog_box .as_subheading > a {
    transition: none;
}
/* Blog Single End */
/* Contact Start */
.as_info_box {
    display: flex;
    align-items: center;
}
.as_info_box .as_icon {
    width: 45px;
    border: 1px solid var(--secondary-color);
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
}
li.as_info_box p {
    margin-left: 25px;
    color: #fff;
}

.as_contact_wrapper .as_appointment_form textarea.form-control {
    height: 150px;
}
/* .form-group {
    margin: 10px 0px 10px;
} */
.as_contact_detail {
    background-color: #ff9c41;
    padding: 40px;
    border-radius: 10px;
}
.as_contact_detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.as_contact_detail ul li {
    margin-bottom: 10px;
    background-color: #ffffff38;
    padding: 10px 10px;
    border-radius: 10px;
}

.as_appointment_form .form-control {
    border: 1px solid #beb9b9;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
}
.as_contact_form .form-control {
    border: 1px solid rgba(122, 122, 122, 0.5);
    height: 60px;
    border-radius: 15px;
    padding: 0 23px 0;
    margin-bottom: 21px;
    width: 100%;
    transition: 0.5s;
    font-size: 16px;
    line-height: 26px;
    color: #7a7a7a;
    font-weight: 400;
    font-family: "Fira Sans";
}
.as_appointment_form .form-control::placeholder {
    color: #797979;
}

.as_appointment_form .form-group {
    position: relative;
    /* margin-bottom: 20px; */
}

.as_appointment_form .form-group > span {
    position: relative;
    /* border: 1px solid #beb9b9;
    border-radius: 45px; */
    margin-bottom: 21px;
    width: 100%;
}
.as_appointment_form textarea.form-control {
    height: 200px;
    resize: none;
    border-radius: 20px;
}
.as_appointment_form .nav-tabs.grandchild .nav-item {
    background: #fff;
    margin: 0;
    padding: 0;
}
.as_appointment_form .nav-tabs.grandchild .nav-item .nav-link {
    background: #fff;
    color: #ff9c41 !important;
    border: 1px solid #ff9c41;
    margin: 0;
    padding: 6px;
    font-size: 14px;
    border-radius: 2px;
}
.navtab-center {
    display: flex;
    justify-content: center;
}
.as_appointment_form .nav-tabs {
    border: 0;
    overflow-x: auto;
    flex-wrap: nowrap;
}
.as_appointment_form .nav-tabs::-webkit-scrollbar {
    height: 5px !important;
}
.as_appointment_form .nav-tabs .nav-item .nav-link {
    color: #333;
    background: #fff;
    padding: 7px 10px;
    white-space: nowrap;
    border-radius: 0px;
    margin: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
}
.as_appointment_form .nav-tabs .nav-link.active {
    color: #fff;
    border-color: #dd153c;
    background-color: #dd153c;
    border-radius: 0;
}
.as_appointment_form .tab-content .tab-pane.active {
    margin-top: 20px;
}
.as_appointment_form .tab-center {
    width: 100%;
}
.as_appointment_form .tab-content {
    width: 100%;
    overflow: hidden;
}
.align-center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.as_appointment_form .tab-content .tab-pane.active svg {
    /* background: radial-gradient(circle, transparent, transparent 0%, #fdc830 50%); */
    background: radial-gradient(
        circle,
        transparent,
        transparent 0%,
        #fdc83075 180%
    );
}

@keyframes fillOutwards {
    0% {
        background: radial-gradient(
            circle,
            transparent,
            transparent 50%,
            #fdc830 50%
        );
    }
    100% {
        background: radial-gradient(
            circle,
            #fdc830,
            #fdc830 50%,
            transparent 50%
        );
    }
}
/* .as_appointment_form .tab-content .tab-pane.active text{
    fill:#fff !important;
} */
.as_appointment_form .tab-content .tab-pane.active line {
    stroke: rgb(221 21 60) !important;
}

@media only screen and (max-width: 768px) {
    .responsive-table {
        overflow: hidden;
        overflow-x: scroll;
        display: block;
    }
    .responsive-table::-webkit-scrollbar {
        display: none;
    }
}
/* Appointment Page End */
/* Error Page Start */
.as_error_wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    background-image: url("../images/bg12.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    color: #ffffff;
    overflow: hidden;
}
.as_error_detail_box {
    position: relative;
    z-index: 1;
}

.as_error_detail_box .as_circle {
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    width: 850px;
    bottom: 0;
    animation: spin 12s infinite linear;
    -webkit-animation: spin 12s infinite linear;
    -moz-animation: spin 12s infinite linear;
    margin: -55% 0 0 -58%;
    z-index: -1;
}
.as_error_detail_box .as_btn {
    background: #ffffff;
    color: var(--dark-color1);
}
.as_error_wrapper h2 {
    text-transform: capitalize;
    letter-spacing: 6px;
    font-size: 35px;
}

.as_error_wrapper p {
    font-size: 40px;
    margin-bottom: 40px;
    line-height: 48px;
}
/* Error Page End */
/* shop page */
.as_shop_topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.as_shop_topbar .as_select_box {
    max-width: 270px;
    width: 100%;
}
/* shop single */
.as_shopsingle_wrapper,
.as_cartsingle_wrapper,
.as_checkout_wrapper {
    background-image: url("../images/bg4.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.as_shopsingle_nav .as_prod_img {
    margin: 0 0 30px;
    width: 169px !important;
    cursor: pointer;
}
.as_shopsingle_nav .as_prod_img img {
    height: 140px;
    width: 100%;
    border-radius: 10px;
}
.as_shopsingle_for .as_prod_img img {
    width: 100%;
    border-radius: 10px;
}
.as_shopsingle_slider .as_shopsingle_nav {
    width: 200px;
    padding-right: 30px;
}
.as_product_description .as_subheading {
    font-weight: 600;
    font-size: 24px;
}

.as_shopsingle_slider .as_shopsingle_for {
    width: calc(100% - 200px);
}
.as_product_description > p {
    font-size: 15px;
    padding-bottom: 13px;
}

.as_shopsingle_slider {
    display: flex;
}

.as_shopsingle_slider .as_shopsingle_nav .slick-track {
    display: flex;
    flex-direction: column;
}
.ad_wishlist,
.ad_compare {
    width: 45px;
    height: 45px;
    border: 1px solid #e7e7e7;
    border-radius: 100%;
    margin: 0 0 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.as_share_box ul {
    margin: 0;
    padding: 0;
}
.as_price {
    font-size: 21px;
    margin: 5px 0 15px;
    color: var(--dark-color1);
    font-weight: 500;
}
.as_price del {
    color: #797979;
    margin-left: 10px;
}
.prod_quantity {
    display: flex;
    align-items: center;
    color: var(--dark-color1);
}
.prod_quantity input {
    margin: 0;
    padding: 0 60px;
    text-align: center;
    width: 56px;
    border: none;
    padding: 0;
    height: 43px;
}
.quantity {
    position: relative;
    margin: 0 30px;
    border: 1px solid #e7e7e7;
    width: 99px;
    border-radius: 15px;
}
.quantity .qty_button {
    position: absolute;
    background-color: transparent;
    border: none;
    right: 0;
    height: 22px;
    width: 40px;
    top: 0;
    border-left: 1px solid #e7e7e7;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quantity .qty_button.minus {
    bottom: 0;
    top: auto;
    border-top: 1px solid #e7e7e7;
}
.prod_detail .buy_btn.as_btn span {
    margin-right: 6px;
}
.as_shopsingle_nav .slick-list.draggable {
    padding: 0 !important;
}
textarea.form-control {
    height: auto;
    resize: none;
    padding-top: 15px;
    border-radius: 20px;
}
.as_cartsingle_wrapper .prod_thumb {
    position: absolute;
}
.as_price .as_btn {
    background: #f7b709;
    height: 30px;
    min-width: 108px;
    font-size: 19px;
    border-radius: 6px;
    margin-left: 22px;
}

.rating_star span {
    color: var(--dark-color1);
    margin: 0 30px;
}

.product_rating {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(118 118 118 / 30%);
    padding-bottom: 26px;
    margin-bottom: 23px;
}

.prod_detail {
    display: flex;
    border-top: 1px solid rgb(118 118 118 / 30%);
    padding: 30px 0 0;
    border-bottom: 1px solid rgb(118 118 118 / 30%);
}
.as_cartsingle_wrapper .prod_thumb img {
    width: 50px;
}

.as_cartsingle_wrapper .product_details {
    padding: 0 0 0 70px;
}
.as_cartsingle_wrapper td,
.as_cartsingle_wrapper th {
    padding: 20px !important;
    border-top: 1px solid rgb(255 255 255 / 10%) !important;
}

.as_cartsingle_wrapper table {
    border: 1px solid rgb(255 255 255 / 10%);
}
.cupon_code_wrap {
    display: flex;
}
.cupon_code_wrap .form-control {
    width: 35%;
    margin-right: 25px;
}

.step .receipt_btn {
    margin: 0 25px;
}
.stock_details span {
    color: #1cb71c;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    background-color: var(--secondary-color) !important;
}
.as_widget_title {
    color: var(--dark-color1);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}
.as_widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.as_widget ul li {
    line-height: 20px;
    padding: 15px 0;
    border-top: 1px solid #e7e7e7;
    text-transform: capitalize;
}
.as_widget ul li a {
    transition: none;
}
.as_widget ul li.as_product:hover span + span {
    color: var(--secondary-color);
}
.as_widget ul li:hover {
    color: var(--secondary-color);
}
.as_widget ul li:first-child {
    padding-top: 0px;
    border-top: none;
}
.as_widget ul li:last-child {
    padding-bottom: 0px;
}
.as_share_widget.as_share_box ul li a {
    width: 39px;
    height: 39px;
}
.as_share_widget.as_share_box ul li {
    border: none;
    padding: 0px;
}
.as_share_widget.as_share_box ul li a svg {
    fill: #797979;
    transition: none;
}
.as_product > a {
    display: flex;
    align-items: center;
}
.as_share_widget.as_share_box ul li:hover a svg {
    fill: var(--secondary-color);
}
.as_product .as_productimg {
    padding: 10px;
    background-color: #f6f8fc;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
}

.as_product .as_product_detail {
    padding: 0 0 0 19px;
    display: flex;
    flex-direction: column;
}

.as_product .as_product_detail > img {
    width: 80px;
    margin-bottom: 10px;
}

.as_product .as_product_detail > .as_title {
    color: var(--dark-color1);
    font-weight: 600;
    margin-bottom: 6px;
}

.as_product .as_product_detail > span {
    color: var(--dark-color1);
}
.as_product .as_product_detail > span > del {
    color: #797979;
    margin-left: 7px;
}
.as_pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.as_pagination ul li {
    display: inline-flex;
    background-color: #f6f6f6;
    border-radius: 45px;
    text-transform: capitalize;
    margin: 0 12px;
}
.as_pagination ul li a,
.as_pagination ul li span {
    transition: none;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 45px;
    padding: 0 18px;
}
.as_pagination ul li:last-child {
    margin-right: 0px;
}
.as_pagination ul li.as_prev,
.as_pagination ul li.as_next {
    padding: 0 30px;
}

.as_pagination ul li.as_active,
.as_pagination ul li:hover {
    background-image: -moz-linear-gradient(
        0deg,
        rgb(244, 170, 54) 0%,
        rgb(243, 115, 53) 100%
    );
    background-image: -webkit-linear-gradient(
        0deg,
        rgb(244, 170, 54) 0%,
        rgb(243, 115, 53) 100%
    );
    background-image: -ms-linear-gradient(
        0deg,
        rgb(244, 170, 54) 0%,
        rgb(243, 115, 53) 100%
    );
    color: #ffffff;
}
/* pricing css */
.as_pricing_page .as_pricing_plan {
    background-image: url(../images/bg2.jpg);
}
/* service single */
.as_service_single > h3 {
    color: var(--dark-color1);
    padding: 5px 0 3px;
    font-weight: 600;
}
.as_service_single > ul {
    padding: 0 150px 0 17px;
    margin: 0 0 14px;
}
.as_service_single ul li {
    margin-bottom: 6px;
}
.as_bookingform .as_heading {
    font-size: 24px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
}
form.d_block {
    display: inline-block;
}
.as_bookingheading {
    font-size: 20px;
    color: var(--dark-color1);
    display: flex;
    align-items: center;
    font-weight: 600;
    margin: 0 0 35px;
}
.as_bookingheading > img {
    margin-right: 10px;
}

.as_astro img {
    border-radius: 10px;
}

.as_astro h5 {
    font-size: 18px;
    color: var(--dark-color1);
    font-weight: 600;
    padding-top: 6px;
}

.as_astro {
    cursor: pointer;
}

.as_astro input:checked + span > span:after,
.as_astro:hover span > span:after {
    transform: none;
}

.as_astro > span > :after {
    position: absolute;
    content: "";
    border-radius: 10px;
    background-image: -moz-linear-gradient(
        0deg,
        rgb(253, 200, 48) 0%,
        rgb(243, 115, 53) 100%
    );
    background-image: -webkit-linear-gradient(
        0deg,
        rgb(253, 200, 48) 0%,
        rgb(243, 115, 53) 100%
    );
    background-image: -ms-linear-gradient(
        0deg,
        rgb(253, 200, 48) 0%,
        rgb(243, 115, 53) 100%
    );
    opacity: 0.502;
    left: 6px;
    top: 6px;
    right: 6px;
    bottom: 6px;
    transform: scale(0);
}

.as_astro > span > span {
    position: relative;
    display: inline-flex;
}
.as_booking_section {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 37px;
}
.as_booking_section.as_payment {
    border: none;
}
.as_booking_section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.as_booking_section ul li {
    display: flex;
    justify-content: space-between;
    margin: 0 0 18px;
}
.as_booking_section ul.as_total_amount {
    border-right: 1px solid #e7e7e7;
    padding-right: 45px;
    margin-right: 15px;
}

.as_booking_section ul.as_total_amount li:last-child {
    border-top: 1px solid #e7e7e7;
    padding-top: 13px;
    margin-top: 22px;
}
.as_booking_section .as_payment_list li {
    display: inline-flex;
    margin-right: 40px;
    cursor: pointer;
}

.as_booking_section .as_payment_list li svg {
    margin-right: 10px;
    fill: #797979;
    transition: none;
}

.as_menu > ul > li.drop-btn > .drop-content li a:hover {
    color: #ff9c41;
}

.as_booking_section .as_payment_list li:hover svg {
    fill: var(--secondary-color);
}

.as_booking_section .as_payment_list li:hover {
    color: var(--secondary-color);
}
.as_shop_sidebar .as_widget:last-child {
    margin-bottom: 0;
}

/* Responsive css */
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
@media (min-width: 1400px) and (max-width: 1810px) {
    .as_header_detail {
        width: calc(100% - 220px);
    }
    .as_info_detail {
        padding-right: 50px;
    }
    .as_menu_wrapper {
        padding-right: 50px;
    }

    .as_info_detail ul li,
    .as_right_info,
    .as_menu > ul > li {
        font-size: 14px;
    }
}
@media (max-width: 1199px) and (min-width: 991px) {
    .as_product_box {
        min-height: 483px;
    }
}
@media (max-width: 1800px) {
    .as_banner_slider .slick-arrow.slick-next {
        right: -750px;
    }
    .as_banner_slider .slick-arrow.slick-prev {
        left: -120px;
    }
    .as_whychoose_wrapper:before,
    .as_footer_wrapper:before {
        top: -1px;
    }
    /* .as_whychoose_wrapper:after,
    .as_banner_wrapper:after {
        bottom: -1px;
    } */
}
@media (max-width: 1560px) {
    .as_banner_slider .slick-arrow.slick-next {
        right: -700px;
    }
}
@media (max-width: 1560px) {
    .as_banner_slider .slick-arrow.slick-next {
        right: -650px;
    }
    .as_banner_slider .slick-arrow.slick-prev {
        left: -60px;
    }
}
@media (max-width: 1450px) {
    .as_error_detail_box .as_circle {
        width: 75%;
        display: inline-block;
        margin: -36% 0 0 -38%;
    }
    .as_error_detail_box img {
        width: 60%;
        display: inline-block;
    }
}
@media (max-width: 1399px) {
    .as_header_detail {
        width: calc(100% - 220px);
    }
    .as_infobox {
        font-size: 13.5px;
        font-weight: 500;
        padding: 5px;
        text-transform: lowercase;
    }
    .as_menu > ul > li {
        margin: 2px 10px;
    }
}
@media (max-width: 1360px) {
    .as_menu ul li a {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .as_banner_slider .slick-arrow.slick-next,
    .as_banner_slider .slick-arrow.slick-prev {
        right: auto;
        left: 70px;
        top: auto;
        transform: none;
        bottom: -80px;
    }
    .as_banner_slider .slick-arrow.slick-prev {
        left: 0;
    }
    .as_banner_slider {
        z-index: 2;
    }
}
@media (max-width: 1260px) {
    .as_cart_wrapper {
        margin-left: 20px;
        padding: 10px 15px;
        font-size: 11px;
    }
    .as_menu ul li {
        padding: 0px;
        color: #111111;
    }
    .as_info_detail,
    .as_menu_wrapper {
        padding-right: 0;
    }
    .as_banner_slider .slick-arrow.slick-next {
        left: 885px;
        width: 2rem;
    }
    .as_customer_wrapper .slick-prev {
        left: 0;
    }
    .as_customer_wrapper .slick-next {
        right: 20px;
        margin: 0;
    }
    .as_overview_wrapper .slick-prev {
        left: -20px;
    }
    .as_overview_wrapper .slick-next {
        right: -4px;
    }
    .as_header_wrapper .as_info_detail .row > div {
        flex: 1;
    }
}
@media (max-width: 1199px) {
    .as_service_img:after {
        bottom: -100px;
    }
    .as_aboutimg::after {
        top: 85px;
        right: 80px;
    }
    .as_aboutimg::before {
        left: -45px;
        bottom: -40px;
    }
    p {
        font-size: 14px;
        line-height: 20px;
    }
    .as_product_img > img {
        width: 100%;
    }
    .as_tab_wrapper .nav-tabs > li > a {
        padding: 16px 20px;
    }
    .as_countdown_wrapper ul li {
        padding-right: 30px;
    }
    .as_tag_wrapper .as_btn {
        margin-bottom: 10px;
    }
    .as_banner_detail h1 {
        font-size: 40px;
        line-height: 52px;
    }
    .as_banner_detail h5 {
        font-size: 23px;
    }
    .as_customer_img {
        width: 75px !important;
        height: 75px;
    }
    .as_sign_form ul li {
        margin-left: 8px;
    }
    .as_know_sign_wrapper > div {
        width: 100%;
        text-align: center;
    }
    .as_know_sign_wrapper .as_heading {
        padding-bottom: 30px;
    }
    .as_comnt_detail .as_comnt_title .as_time,
    .as_comnt_detail .as_comnt_title .as_reply,
    .as_comnt_detail .as_comnt_title .as_date {
        font-size: 12px;
    }
    .as_blog_box ul li img {
        margin-right: 5px;
    }
    .as_comment_section > ul > li .as_comnt_img img {
        width: 100px;
    }
    .as_comment_section > ul > li .as_comnt_img {
        width: 120px;
    }
    .as_comment_section > ul > li .as_comnt_detail {
        width: calc(100% - 120px);
        padding-right: 0px;
    }
    .as_comment_section > ul > li > ul > li {
        margin-left: 50px;
    }
}
@media (max-width: 1160px) {
    .as_banner_slider .slick-arrow.slick-next {
        width: 2rem;
        left: 640px;
    }
}
@media (max-width: 1145px) {
    .as_info_detail ul li .as_infobox > span.as_orange {
        width: 50px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}
@media (max-width: 991px) {
    .form-card-data img {
        display: none;
    }
    .form-card-data {
        box-shadow: none;
    }
    .as_banner_wrapper .slick-slide {
        height: auto !important;
    }
    .as_banner_wrapper {
        padding: 0;
    }
    .as_heading {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .as_infobox .as_infoicon svg {
        width: 15px;
    }
    .as_info_detail ul li .as_infobox > span.as_orange {
        width: 40px;
    }
    .as_cart_wrapper {
        margin-left: 10px;
    }
    .as_infobox .as_infoicon {
        margin-right: 5px;
    }
    .as_cart_wrapper > span {
        margin-right: 12px;
    }
    .as_header_detail {
        width: calc(100% - 170px);
    }
    .as_info_detail,
    .as_menu_wrapper {
        height: 40px;
        display: flex;
        align-items: center;
    }
    .as_info_detail ul li {
        padding: 5px;
    }
    .as_service_box:after {
        margin: 0 !important;
        width: 0 !important;
    }
    .as_info_detail ul li .as_infobox > span.as_orange {
        width: 34px;
    }
    .as_infobox .as_logintext {
        display: none;
    }
    .as_banner_detail h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .as_banner_detail h5 {
        font-size: 18px;
    }
    .as_aboutimg::before,
    .as_aboutimg::after {
        display: none;
    }
    .as_padderBottom80 {
        padding-bottom: 50px;
    }
    .as_padderTop80 {
        padding-top: 50px;
    }

    .as_product_img ul {
        display: flex;
        justify-content: space-around;
    }
    .as_footer_heading {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .as_service_detail_inner {
        margin-bottom: 50px;
    }
    .as_card_box {
        text-align: center;
    }
    .as_card_box img {
        display: inline-block;
    }
    .as_choose_ul li {
        width: 33.33%;
    }
    .as_comment_form {
        margin-bottom: 50px;
    }
    .as_verticle_center {
        display: block;
    }
    .as_service_img .as_service_circle {
        margin: 60px auto;
        margin-left: 60px;
    }
    .as_customer_nav .slick-list {
        display: inline-flex;
        width: 330px;
    }
    .as_copyright_wrapper,
    .as_login_data {
        display: block;
    }
    .as_banner_slider {
        margin: 0;
    }
    .as_choose_ul {
        text-align: center;
    }
    .as_tab_wrapper {
        float: left;
        width: 100%;
    }
    .as_product_description {
        padding: 50px 0 0;
    }
    .as_pagination ul li.as_prev,
    .as_pagination ul li.as_next {
        padding: 0;
    }
    .as_share_box ul li {
        margin-right: 5px;
    }
    .as_blog_detail .col-lg-4.col-md-4.col-sm-12 img {
        width: 100%;
        margin-bottom: 30px;
    }
    .as_bloquote {
        padding: 30px;
    }
    .as_comnt_detail .as_comnt_title {
        display: block;
    }
    .as_comnt_detail .as_comnt_title .as_time {
        padding-left: 0;
    }
    .as_comnt_detail .as_comnt_title .as_reply,
    .as_comnt_detail .as_comnt_title .as_date {
        padding-left: 10px;
    }
    .as_contact_detail {
        margin-bottom: 50px;
    }
    .as_customer_img:nth-child(2) {
        margin: 110px 0 0 -42px;
    }
    .as_customer_img:nth-child(3) {
        margin: 30px 0 0 -8px;
    }
    .as_customer_img:nth-child(4) {
        margin: 120px 0 0 -50px;
    }
    .as_customer_img:nth-child(5) {
        margin: 0px;
    }
    .as_customer_img:nth-child(6) {
        margin: 10px 0 0 20px;
    }
    .as_booking_section ul.as_total_amount {
        border-right: 0px;
        padding-right: 0px;
        margin-right: 0px;
    }
    .as_banner_img {
        margin-top: 50px;
    }
    .as_service_img:after {
        bottom: 0;
    }
    .login-btn {
        /* margin-top: 25px;
        margin-right: 40px; */
        padding: 5px 10px !important;
    }
    .header-group .menu-btn {
        padding: 10px 0 !important;
    }
    /* .pooja_box {
        width: 155px !important;
        height: 155px !important;
    } */
    @keyframes para {
        100% {
            background-position: -100px 20%, -200px 95%, 100px 0, 200px 100%,
                300px 0;
        }
    }
    .pooja_h {
        font-size: 13px !important;
    }
    .as_aboutimg img {
        width: 60%;
    }
    .as_icon {
        width: 50px;
        height: 50px;
        margin-bottom: 0;
    }
    .as_service_box .as_subheading {
        font-size: 13px !important;
    }
    .as_font14 {
        font-size: 15px;
    }
    .as_horoscope_wrapper .astrologer-carousel .astro-text {
        font-size: 10px;
    }
    .slide-name {
        font-size: 15px;
        font-weight: bold;
    }
    .mob-text {
        font-size: 12px;
    }
    .astro-text {
        padding: 5px 0 !important;
    }
    .front-text {
        letter-spacing: 0px !important;
        font-size: 18px !important;
        line-height: 18px !important;
    }
    .front-icon {
        height: 45px !important;
    }
    .happy-user {
        float: inline-end;
        font-size: 15px;
    }
    .blog-pb {
        padding-bottom: 20px;
    }
    .top-margin {
        margin-top: 20px;
    }
    .box-center {
        justify-content: center;
    }
    .pooja_detail_box {
        height: 279px !important;
        margin-bottom: 30px;
    }
    .bnt_astrologer_contact {
        font-size: 12px !important;
        width: 150px !important;
    }
    .heading-detail {
        font-size: 20px !important;
    }
    .astro-ui {
        font-size: 14px;
    }
    .product-img {
        margin-bottom: 20px;
    }
    .spell {
        width: 355px !important;
    }
}

.cat-tag {
    padding-right: 10px;
    font-size: 13px;
    color: #858785;
}

.text-justify {
    text-align: justify;
}
.ver-logo {
    height: 16px;
    padding: 0 5px;
}
.ver-logo-detail {
    height: 20px;
    padding: 0 10px;
}
.slide-name {
    color: #000;
}
.sideCloseBtn {
    display: none;
}
.testimo i {
    font-size: 12px;
    color: var(--primary-color);
    margin-bottom: 5px;
}
.for-mobile-logo img {
    max-width: 140px;
}
.testimo-date {
    padding: 0 15px;
    font-size: 14px;
}

@media (max-width: 991px) {
    .panchang-card .nav-item {
        display: flex;
        justify-content: center;
        margin: 5px auto !important;
    }
    .nav-order .nav-link {
        width: 90% !important;
        padding: 3px 8px !important;
        margin: 0 6px !important;
    }
    .as_aboutimg .image-two img {
        display: none;
    }
    .owl-carousel .owl-nav {
        display: none;
    }
    .as_heading:before,
    .as_heading:after {
        display: none;
    }
    .as_breadcrum_wrapper {
        padding: 40px 0;
    }
    .as_verticle_center {
        display: block;
    }
    .as_product_description {
        padding: 50px 0 0;
    }
    .sideCloseBtn {
        display: block;
        position: absolute;
        top: 5px;
        border-radius: 100px;
        right: 5px;
        border: 0;
        padding: 5px 10px;
        font-size: 13px;
        background-color: #fff;
    }
    .prod_detail {
        display: block;
    }

    .prod_detail .as_btn {
        margin: 0 0 30px;
    }
    .as_search_wrapper {
        padding-top: 0;
    }
    .as_choose_ul li {
        width: 48%;
    }
    .as_choose_ul li .last_option {
        position: relative;
        left: 90px;
    }
    .as_sign_box {
        margin-bottom: 0;
    }
    .as_blog_img img {
        width: 100%;
    }
    .as_banner_slider .slick-arrow.slick-next {
        right: -75px;
    }
    .as_toggle {
        display: flex;
        margin-right: 20px;
        cursor: pointer;
    }
    .as_menu ul li,
    .as_menu ul li a {
        display: block;
        color: #fff;
    }
    .header-spacer {
        height: 90px;
    }
    .middle_hedder {
        position: fixed;
        left: -62%;
        top: 0;
        bottom: 0;
        background-color: var(--dark-color1);
        z-index: 999;
        width: 60%;
        border-right: 2px solid var(--secondary-color);
        opacity: 1;
        visibility: visible;
        transition: all 500ms ease;
    }
    .middle_hedder.openSideBar {
        left: 0;
    }
    .menu_open .as_menu {
        left: 0;
        opacity: 1;
        visibility: visible;
        background-color: #f4a636;
    }
    .middle_hedder .as_menu_wrapper {
        display: block;
        margin-top: 10px;
    }
    .as_menu ul li {
        color: #fff;
    }
    .as_menu li {
        display: flex;
        border-bottom: 1px solid rgb(255 255 255 / 10%);
        margin: 0;
    }
    .as_menu ul li a:before {
        display: none;
    }
    .as_cart_wrapper {
        display: flex;
    }
    .as_cart_wrapper > span {
        margin-right: 20px;
    }
    .as_right_info {
        padding-left: 5px;
    }
    .as_search_inner {
        padding: 0 20px;
    }
    .as_menu > ul > li .as_submenu {
        position: relative;
        opacity: 1;
        visibility: visible;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        width: 100%;
        right: auto !important;
        padding: 0;
        background-color: transparent;
        display: none;
    }
    .as_service_img:after {
        bottom: -40px;
    }
    .as_menu > ul > li .as_submenu .as_submenu {
        display: none;
    }
    .as_menu > ul > li .as_submenu:before {
        display: none;
    }
    .as_menu ul li .as_submenu.active {
        display: block;
    }
    .as_menu ul li.as_submenu_li:after {
        position: absolute;
        content: "";
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #ffffff;
        top: 25px;
        right: 0;
    }
    .as_menu ul li.as_submenu_li ul li.as_submenu_li:after {
        top: 18px;
    }
    .as_service_img .as_service_img {
        position: unset;
        transform: translate(0, 0);
        margin: auto;
    }
    .as_service_img .as_service_circle {
        margin: auto;
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
    }
    .as_service_img {
        position: relative;
        margin: 50px 0;
        text-align: center;
    }
    .as_banner_slider .slick-arrow.as_btn {
        min-width: 40px;
        height: 40px;
    }
    .as_banner_slider .slick-arrow.slick-next,
    .as_banner_slider .slick-arrow.slick-prev {
        bottom: -50px;
        height: 2rem;
        width: 2rem;
    }
    .as_banner_slider .slick-arrow.slick-next {
        left: 280px;
    }
    .as_service_single > ul {
        padding: 0 0px 0 18px;
    }
    .as_blog_wrapper.as_padderBottom90 {
        padding-bottom: 0px;
    }
    .as_shop_sidebar {
        margin-bottom: 40px;
    }
    .as_shopsingle_slider .as_shopsingle_nav .slick-track {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .as_shopsingle_slider .as_shopsingle_nav {
        width: 100%;
        padding-right: 0px;
    }
    .as_shopsingle_slider .as_shopsingle_for {
        width: 100%;
        display: block;
    }
    .as_shopsingle_slider {
        display: block;
    }
    .as_shopsingle_nav .as_prod_img {
        margin: 0 10px 20px;
    }
    .as_shopsingle_nav .as_prod_img img {
        height: auto;
    }
    .as_header_wrapper {
        background-color: #fff;
    }
    .as_logo {
        text-align: center;
        padding: 10px 0;
    }
    .as_logo img {
        max-width: 180px;
    }
    .as_logo .img-logo {
        display: block;
        margin: auto;
        width: 100%;
    }
    .as_logo .logo_text {
        font-size: 16px;
        left: 4px;
    }
    .as_header_wrapper .as_info_detail .row > div {
        height: 20px;
        flex: 1;
    }
    .as_infobox {
        font-size: 10px;
        margin-top: -10px;
    }
    .dropbtn {
        font-size: 13px !important;
        padding: 0 !important;
    }
}

.header-group .menu-btn {
    border: 0;
    padding: 0;
    background: none;
    font-size: 22px;
    color: #000;
}
@media (max-width: 600px) {
    .as_comment_section > ul > li .as_comnt_detail .as_btn {
        position: relative;
        right: auto;
        top: auto;
        padding: 0 10px;
        margin: 10px 0 0 0;
    }
    .as_sign_form ul li {
        width: 100% !important;
        margin: 0 0 20px;
        justify-content: center;
    }
    .as_sign_box {
        padding: 15px;
    }
    .as_info_detail ul {
        text-align: center;
    }
    .as_info_detail ul li {
        padding: 0px;
        display: block;
    }
    /* .as_infobox {
        justify-content: center;
    } */
    .as_right_info {
        margin-top: 5px;
    }
    .as_wishlist {
        margin-left: 5px;
    }
    .as_cart_wrapper {
        margin-left: 0;
    }
    .as_year_ex {
        font-size: 40px;
    }
    .as_contact_expert .as_icon {
        margin-bottom: 15px;
        margin-left: -10px;
    }
    .as_comment_section ul li,
    .as_about_admin {
        display: block;
    }
    .as_comment_section > ul > li .as_comnt_detail,
    .as_about_admin .as_aboutDetail {
        width: 100%;
        margin-top: 10px;
    }
    .as_comment_section > ul > li > ul > li {
        margin-left: 20px;
    }
    .as_comment_section > ul > li {
        padding: 20px 0;
    }
    .as_pagination ul li a,
    .as_pagination ul li span {
        height: 30px;
        padding: 0 11px;
    }
    .as_pagination ul li {
        margin: 0 6px;
    }
    .ad_wishlist,
    .ad_compare {
        margin: 0 0 0 10px;
    }
    .as_tab_wrapper .nav-tabs > li > a {
        padding: 10px;
    }
    .as_about_admin {
        padding: 20px;
    }
    .as_tag_wrapper .as_btn {
        height: 30px;
        min-width: 120px;
    }
    .as_tag_wrapper ul li {
        margin-right: 10px;
    }
    .as_service_img .as_service_circle {
        top: 60px;
    }
}

@media (max-width: 450px) {
    .as_contact_detail {
        padding: 20px;
    }
    li.as_info_box p {
        margin-left: 10px;
    }
    .as_contact_expert h1 {
        font-size: 24px;
    }
}
@media (max-width: 355px) {
    .as_info_box .as_icon {
        width: 50px;
    }
}

.chat_banner {
    border-radius: 10px;
    padding: 100px;
    height: 300px;
    width: -webkit-fill-available;
    margin: 0 auto;
    background: #fff;
    box-shadow: #0000005e 0px 0px 5px 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/bg81.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mycolor {
    background: #ffffff;
    background: linear-gradient(to right, #ffffff 0%, #cf1512 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn_bnr {
    position: relative;
    z-index: 2 !important;
    color: #ffffff;
    /* padding: 0 10px; */
    font-size: 13px;
    font-weight: 600;
}
.bg-doodle {
    background-image: url("../bg-doodle.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.form-style {
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0 0 4px 2px #ccc;
    padding: 15px;
    border-radius: 5px;
    border: 0;
}
.form-bg {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.as_appointment_form .form-img {
    display: block;
    margin: auto;
    width: 20%;
    padding: 0;
}

.save-style {
    background: linear-gradient(
            rgba(255, 255, 255, 0.5),
            rgba(255, 255, 255, 0.5)
        ),
        url(../images/body-bg.png);
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
    box-shadow: 0 0 4px 2px #ccc;
    padding: 15px;
    border-radius: 10px;
    height: 440px;
}

.login-center {
    position: relative;
    text-align: center;
    color: #a7a7a7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-about {
    text-align: justify;
    margin-top: 20px;
    font-size: 14px;
}

.blog-span {
    float: right;
    color: rgb(243, 115, 53);
}

.blog-text {
    text-align: center;
    padding: 20px 0;
}

.textline:hover {
    color: #ff9c41;
}

.blog-read:hover {
    color: #ff9c41;
}

.blog-img {
    height: 40vh;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog-img:hover {
    transform: scale(1.05);
}

.blog-page-text {
    padding: 5px 9px 0px 9px;
    font-size: 13px;
}

.blog-page-text:hover {
    color: #ff9c41;
}

.modal-style {
    background-image: linear-gradient(
        to right,
        #810e0e 0%,
        rgb(146, 73, 73) 100%
    );
    height: 45px;
}

.astro-pic {
    border-radius: 100%;
    height: 75px;
    margin-bottom: 10px;
}

.detail-pic {
    height: 100%;
    width: 100%;
    border-radius: 100%;
    /* border: 2px solid #ff7a00; */
    box-shadow: #0000001c 0px 0px 3px 3px;
}
.astro-name {
    text-transform: capitalize;
    color: #000;
}
.astro-name:hover {
    color: #ff9c41;
}
.astro-btn {
    height: 42px;
    width: 100%;
    margin-bottom: 0;
}

.as_astro_box {
    background: linear-gradient(
            rgba(255, 255, 255, 0.6),
            rgba(255, 255, 255, 0.6)
        ),
        url(../images/body-bg.png);
    padding: 20px;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 4%);
    border: 1px solid rgb(231, 231, 231);
    position: relative;
    border-radius: 10px;
    background-size: cover;
    background-position: center center;
    transition: all 0.3s linear;
}

.astro_heading {
    margin-top: 30px;
    font-size: 22px;
    text-transform: capitalize;
    color: var(--dark-color1);
}

.astro-view {
    font-size: 13px;
    margin-bottom: 3px !important;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.astro-detail-view {
    font-size: 15px;
    margin-bottom: 5px !important;
    margin-top: 15px;
    text-align: justify;
    line-height: 1.6;
}

.chat_astro {
    min-width: 110px !important;
    height: 40px;
    margin-top: 10px;
}

.detail_box {
    border: 1px solid rgb(231, 231, 231);
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.heading-detail {
    font-size: 25px;
    font-weight: bolder;
    text-transform: capitalize;
    color: #000;
}

.pooja_card {
    position: relative;
}
.pooja_card .pooja_body {
    position: relative;
    border-radius: 7px 7px 0 0;
    overflow: hidden;
}
.pooja_card .pooja_body img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.pooja_card .pooja_body:hover img {
    cursor: pointer;
    transform: scale(1.15) !important;
    -webkit-transform: scale(1.15);
}

.pooja_card .pooja_body .pooja_content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px 15px;
    border-top: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
}
.pooja_card .pooja_body .pooja_content .title {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.pooja_card .pooja_body .pooja_content .description {
    font-size: 13px;
    color: #fff;
    overflow: hidden;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.pooja_card .pooja_footer {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 0 0 7px 7px;
}

.product-img {
    height: auto;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.pooja_detail_box {
    border: 1px solid black;
    border-radius: 10px;
    width: 100%;
    height: 300px;
    background-size: cover;
}

.blog-content {
    border: 1px solid rgb(231, 231, 231);
    box-shadow: #0003 0 0 5px 0;
    /* border-radius: 20px; */
    margin: 10px;
}

/* .blog_img {
    border-radius: 20px 20px 0 0;
} */

.blog-image img {
    object-fit: cover;
    aspect-ratio: 3/2;
}
.blog-text {
    padding: 10px;
}

.blog-h {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    white-space: normal;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.blog-h:hover {
    color: #ff9c41;
}

.blog-detail-img {
    height: 400px;
    width: 800px;
    border-radius: 20px;
}

.detail-section {
    margin-top: 30px;
}
.boys-box {
    background: #ff9c41;
    color: #fff;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
    height: 44px;
    font-weight: 600;
}
.boys-box p {
    line-height: 35px;
}
.connect-with-astrologer {
    background-image: -webkit-linear-gradient(
        0deg,
        rgb(244, 170, 54) 0%,
        rgb(243, 115, 53) 100%
    );
    padding: 20px;
    margin-bottom: 40px;
}
.astro-content {
    background-color: #fff;
    padding: 25px 40px;
    border-radius: 10px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    width: 70%;
}
.btn_contact_astrologer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 -150px 0 auto;
}
.btn_astrologer_chat {
    background-color: #313131;
    color: #f0df20;
    font-size: 16px;
    box-shadow: 1px 1px 10px 1px #ccc;
    border-radius: 30px;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    border: 1px solid #fff;
}
.bnt_astrologer_contact {
    background-color: #fff;
    color: #ff9c41;
    font-size: 16px;
    box-shadow: 1px 1px 10px 1px rgb(244, 170, 54);
    border-radius: 30px;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    border: 1px solid rgb(244, 170, 54);
    margin-bottom: 10px;
}
.bnt_astrologer_contact:hover {
    background-color: #ff9c41;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}
.astrosutras_promises {
    background-color: rgb(244, 170, 54);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #fff;
}
.btns_contact_astrologer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.review_border_radius {
    border: 1px solid #0003;
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.clinet_testimonials_comment {
    max-height: 700px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px;
}
.profile-image-name {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.profile-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}
.reply_astrologer {
    background-color: #f3f3f3;
    padding: 3px 8px;
    border-radius: 8px;
    margin-top: 7px;
}
.dropbtn {
    color: #fff;
    font-size: 13.5px;
    font-weight: 500;
    border: none;
    padding: 5px;
    background: transparent;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content-lang {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-align: center;
    border-bottom: 3px solid #ff9c41;
    border-radius: 10px;
}
.dropdown-content-lang a {
    color: black;
    padding: 10px 0;
    text-decoration: none;
    display: block;
}
.dropdown-content-lang a:hover {
    background-color: #f1f1f1;
    border-bottom: 2px solid #ff9c41;
}
.dropdown:hover .dropdown-content-lang {
    display: block;
}
.dropdown-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 35px;
    background-color: #f9f9f9;
    min-width: 130px;
    padding: 0;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-align: center;
    border-bottom: 2px solid #dd153c;
    border-radius: 0;
    right: 0;
    transform: translateY(40px);
    transition: all 0.6s cubic-bezier(0.68, -1, 0.265, 2);
}
.dropdown-content::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #f9f9f9;
    position: absolute;
    top: -5px;
    right: 25px;
    transform: rotate(45deg);
    border-top: 1px solid #f9f9f9;
    border-left: 1px solid #f9f9f9;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 10px 15px;
    font-size: 13px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    letter-spacing: 0.5px;
    text-align: start;
    text-wrap: nowrap;
}
.menu-right .dropdown {
    padding: 0 10px;
}
.menu-right .dropdown:not(:last-child) {
    border-right: 1px solid var(--white-color);
}
.login-btn {
    background: #eaa91f;
    padding: 10px 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff;
    z-index: 0 !important;
    font-size: 13px;
}

.login-btn:hover {
    background: #000;
    color: #fff;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1;
    border-bottom: 1px solid #ff9c41;
}

.dropdown:hover .dropdown-content,
.dropdown:focus .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.dropbtn:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid #0000;
    border-bottom: 0;
    border-left: 0.3em solid #0000;
}

/* .display-grid {
    display: flex;
} */
/* .horoscope_box_new {
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 10px 2px #dbdbdb;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    position: relative;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    transition-delay: 0.2s;
    transition-duration: 0.3s;
    width: 100%;
} */
.display-grid2 {
    display: flex;
    float: right;
}
.horoscope_box_new2 {
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 10px 2px #dbdbdb;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    position: relative;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    transition-delay: 0.2s;
    transition-duration: 0.3s;
    width: 95%;
}
.left_image_horoscope {
    width: 120px;
    min-width: 120px;
    /* height: 120px; */
    border-radius: 5px;
    text-decoration: none;
    color: initial;
    transition: all 0.3s ease-in-out;
}
.left_image_horoscope img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
/* .horoscope_details_new {
    padding-left: 15px;
    text-align: left;
} */
.spell {
    background: linear-gradient(
            rgba(255, 255, 255, 0.7),
            rgba(255, 255, 255, 0.7)
        ),
        url(../images/body-bg.png);
    background-size: cover;
    background-position: center center;
    box-shadow: 0 0 4px 1px #ccc;
    border-radius: 10px;
    padding: 20px;
}
.spell .title {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}
.spell p {
    margin: 0;
    font-size: 14px !important;
}
.spell span {
    font-size: 14px !important;
}
.button-match {
    width: 30%;
    display: block;
    margin: auto;
}
.servicebtn {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
    background: transparent;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
}
.status-card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
/* .form-card-data {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 0;
} */
.horoscopes-card {
    color: #000;
    border-radius: 10px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 2px; */
    margin-bottom: 10px;
    background: #f5dcdc4f;
    padding: 15px;
    border: 1px solid #666;
}
.card .header-panchang {
    background: #ff9c41;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
}
.card .code-container {
    background: rgb(244, 170, 54);
    padding: 10px 20px;
    color: #fff;
}
.card .code-container p {
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
}
.card .code-container b {
    color: #ff9c41;
    font-size: 14px;
    letter-spacing: 0;
}
.card .footer-panchang {
    background: rgb(244, 170, 54);
    border-top: 1px solid #ff9c41;
    padding: 10px;
    color: #fff;
    text-align: right;
    border-radius: 0 0 10px 10px;
}
.f-right {
    float: right;
}
.text {
    text-decoration: underline;
}
.pooja-circle {
    background: #fff;
    border-radius: 100%;
    padding: 12px;
    border: 1px solid #fff;
}
.f-left {
    float: left;
}
.panchang-bg {
    border: 1px solid #ff9c41;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: rgb(244, 170, 54);
    color: #fff;
}
.city-input {
    width: 20%;
    margin-bottom: 20px;
    border: 1px solid #ff9c41;
}
.as_testimonial_wrapper {
    background-color: #ffffff;
}
.mu-testimonial-item {
    padding: 2px;
}
.mu-testimonial-item .mu-testimonial-quote {
    background: linear-gradient(
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0.8)
        ),
        url(../images/body-bg.png);
    background-position: center center;
    background-size: cover;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    border: 0;
    float: left;
    padding: 30px;
    width: 100%;
    color: var(--dark-color1);
    font-size: 15px;
}

.mu-testimonial-item .mu-testimonial-img {
    display: inline;
    float: left;
    width: 80px;
}
.mu-testimonial-item .mu-testimonial-img img {
    background-color: #555;
    border: 1px solid #888;
    border-radius: 50%;
    margin: -60px auto 5px;
    border: 2px solid var(--impact-color);
    padding: 0;
}
.mu-testimonial-item .mu-testimonial-info {
    float: left;
    margin-left: 75px;
}
.mu-testimonial-item .mu-testimonial-info p {
    margin-bottom: 0;
    font-weight: 600;
}
.front-icon {
    height: 60px;
    border: 1.5px solid #fff;
    border-radius: 100%;
    padding: 8px;
    margin-bottom: 10px;
}

.front-text {
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}
.front-text span {
    color: yellow;
    font-size: 15px;
}
.rating i {
    font-size: 12px;
    color: #eaa91f;
    margin-bottom: 5px;
}

.star {
    font-size: 15px !important;
    margin-top: 10px !important;
}
.panchang-heading {
    background: #ed974c;
    color: #fff;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.wallet-card {
    background: linear-gradient(
            rgba(255, 255, 255, 0.4),
            rgba(255, 255, 255, 0.4)
        ),
        url(../images/body-bg.png);
    background-size: cover;
    background-position: center center;
    color: #000;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: auto;
}
.wallet-card p {
    margin-bottom: 8px;
}
.wallet-card .withdraw-percent {
    background: beige;
    padding: 10px 8px;
    border-radius: 100%;
    color: #dd153c;
    font-weight: 700;
    font-size: 14px;
}
.panchang-card {
    background: linear-gradient(
            rgba(255, 255, 255, 0.4),
            rgba(255, 255, 255, 0.4)
        ),
        url(../images/body-bg.png);
    background-size: cover;
    background-position: center center;
    color: #000;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 100%;
}
.panchang-card p {
    margin-bottom: 3px;
}
.panchang-card p:last-child {
    margin-bottom: 0 !important;
}
.panchang-card h6 {
    margin-bottom: 3px;
    font-weight: 600;
}
.panchang-card h6:last-child {
    margin-bottom: 0 !important;
}
.faded-card.panchang-card {
    background-color: beige;
}
.panchang-card .panchang-icon {
    width: 30px;
    height: 30px;
}

.panchang-card tr {
    border: 1.5px solid antiquewhite;
    margin-top: 10px !important;
}
.w-20 {
    width: 200px;
}
.form-img {
    display: block;
    margin: auto;
    width: 50%;
}
.form-action {
    margin: 0;
    width: 100%;
    background: #fff;
    padding: 40px 50px;
    border-radius: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: left;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.user-card .form-control {
    /* float: left; */
    width: 100%;
    padding: 8px 15px 10px 35px;
    font-size: 15px;
    outline: none;
    background: transparent !important;
    color: #333;
    font-weight: 500;
    border: none;
    border-bottom: solid 2px #ff9c41;
    border-radius: 0;
    /* height: 48px;
    background-color: #ffffff;
    border: 0.2px solid rgb(121 121 121 / 20%);
    padding: 0 13px;
    border-radius: 5px;
    border: 0.5px solid #afafaf; */
}
.user-card .form-group {
    /* float: left; */
    /* width: 100%; */
    position: relative;
}
.btn-panchang {
    border-radius: 20px;
    margin-top: 5px;
    width: 150px;
}
.btn-user {
    background: #dd153c;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 12px;
}
.btn-user:hover {
    color: #fff;
    border: 1px solid #dd153c;
}

.user-dashboard {
    padding: 15px 0;
}
.profile-login {
    color: #fff;
    text-transform: none;
}
.login-profile {
    background-color: transparent;
    padding: 5px;
    border: 0;
    border-radius: 5px;
    color: #fff !important;
}
.login-profile i {
    font-size: 17px;
}
.login-profile span {
    margin-right: 1px;
    font-size: 15px;
    text-transform: capitalize;
}

.form-action .input-group .form-control {
    border-radius: 0;
}

.registration {
    background: #dd153c;
    padding: 10px 20px;
    color: #fff;
}

.input-group .input-group-text {
    background: #fff;
    color: #ff9c41;
    border: 1px solid #66666645;
    border-radius: 0;
}
/* profile */
.h-150 {
    height: 150px;
}
.profile .profile-img img {
    display: block;
    margin: auto;
    width: 40%;
    padding: 20px;
}
.profile-card {
    padding: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.list-group-flush h6 i {
    font-size: 20px;
}
.edit-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
}
.notification-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    padding: 20px;
}
.notification-card .notification {
    margin-bottom: 10px;
}
.notification-card .notification span {
    font-size: 18px;
    font-weight: 500;
    color: #dd153c;
    margin-bottom: 20px;
}
.notification-card .card-title {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.edit-button {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bg-change {
    text-transform: none;
}
.bg-change:active {
    text-transform: none;
    background-color: #ff9c41;
}

.user-dropdown .dropdown-menu:before {
    background: #fff;
    content: "";
    height: 13px;
    position: absolute;
    right: 21px;
    top: -6px;
    transform: rotate(45deg);
    width: 16px;
}
.edit-card .card-header {
    background-image: -webkit-linear-gradient(
        0deg,
        rgb(220 153 49) 0%,
        rgb(221 21 60) 100%
    );
    padding: 10px;
    border-radius: 20px 20px 0 0;
    position: relative;
}

.card-head-bg {
    background: linear-gradient(
            rgba(255, 255, 255, 0.5),
            rgba(255, 255, 255, 0.5)
        ),
        url(../images/body-bg.png);
    background-size: cover;
    background-position: left;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    transition: all 0.3s linear;
}
.form-user-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.camera-icon {
    width: 30px;
    position: relative;
    margin-top: -35px;
}

.form-box i {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 20px;
    color: #ff9c41;
}

.order-table td img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
}

.dashboard-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 40px;
    /* width: 200px; */
}
.user-dashboard .box-shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.user-profile-image {
    padding: 20px;
    background: beige;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
/* .c-scrollbar-light, .uppy-Dashboard-files, .bootstrap-select .dropdown-menu .inner {
    scrollbar-color: rgba(24, 28, 41, 0.08);
    scrollbar-width: thin;
} */
.c-scrollbar-light::-webkit-scrollbar {
    display: none;
}
.astro-card-select {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.h-300px,
.size-300px {
    height: 300px;
}
.overflow-y {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

.hummingbird-base {
    white-space: nowrap;
    padding-inline-start: 0px !important;
}
.hummingbird-treeview,
.hummingbird-treeview * {
    list-style: none;
    font-size: 13px;
    /* line-height: 12px; */
}
.hummingbird-base li {
    margin-top: 5px;
    margin-bottom: 5px;
    background: #f8f8ef;
    padding: 10px;
}
.hummingbird-base li img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 10px;
}
.hummingbird-treeview label {
    font-weight: normal;
    /* width: 250px; */
    white-space: nowrap;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    padding-left: 0;
}
.hummingbird-treeview input[type="radio"] {
    float: right;
    margin-right: 10px;
    margin-top: 20px;
}
.astrologer-list {
    flex-wrap: wrap;
    max-height: 345px;
    gap: 10px;
}
.user-dashboard ul {
    padding: 0;
    margin: 0;
}
.astrologer-list li {
    list-style: none;
}
.box-card {
    max-width: 50%;
}
.dashboard-astro {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 40px;
    /* width: 200px; */
}
.dashboard-astro:hover {
    /* background: #dd153c; */
    background-image: -webkit-linear-gradient(
        0deg,
        rgb(220 153 49) 0%,
        rgb(221 21 60) 100%
    );
    color: #fff;
    cursor: pointer;
}
.dashboard-astro .card-body {
    padding: 10px 25px;
}

.dashboard-card .card-body {
    padding: 10px 40px;
}

.nav-week .nav-link {
    background: #e6e3e3;
    border: 0;
    width: 138px;
    border-radius: 40px;
    padding: 8px 0;
    color: #666;
    margin: 0 10px;
}
@media (max-width: 991px) {
    .nav-week .nav-link {
        width: 100% !important;
        padding: 5px 15px !important;
        margin: 5px 6px !important;
    }
}
.nav-week .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ff9c41;
}
/* order history */

.nav-order .nav-link {
    background: #e6e3e3;
    border: 0;
    width: 200px;
    border-radius: 40px;
    padding: 8px 0;
    color: #666;
    margin: 0 10px;
}
.nav-order .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ff9c41;
}

.chat-card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    border-bottom: 5px solid #dd153c;
    /* padding: 10px; */
}

.chat-card span {
    font-size: 12px;
}
.booking span {
    font-size: 14px;
}
.breadcrum {
    padding: 20px;
    position: relative;
    z-index: 1;
    color: #ffffff;
}
.breadcrum li {
    color: #666;
    font-weight: 600;
}
.breadcrum:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgb(249 188 102 / 16%);
    z-index: -1;
}
.breadcrumb-link {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}
.img-user {
    width: 100%;
    height: auto;
    border-radius: 100%;
    aspect-ratio: 1/1;
}
.accordion-button {
    font-family: "Heebo", sans-serif;
    font-size: 15px;
    font-weight: 500;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background: #dbdbdb;
}
::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
}
::-webkit-scrollbar-thumb:hover {
    background: var(--impact-color);
}

.switch {
    color: #000;
    padding: 5px 10px;
    border-radius: 20px;
    width: 130px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #dd153c;
}
.switch.active {
    background-color: #dd153c;
    color: white;
    font-weight: bold;
}
.bg-wallet {
    background: #f4a636;
}
.bg-wallet.active {
    background: #dd153c;
}
.panchang-card .nav-item {
    margin: 0 10px;
}
.panchang-card .nav-pills .nav-link.active {
    background-color: #dd153c;
    color: white;
    border: 1px solid #fff;
}
.panchang-card .nav-pills .nav-link {
    background: #fff;
    border: 1px solid #666;
    color: #000;
    padding: 6px 25px;
    border-radius: 20px;
}
.navlist-group {
    display: flex;
    min-width: 150px !important;
}
.navlist-group ul:first-child {
    /* margin-right: 20px; */
    margin: 0 10px;
}
.navlist-group > ul > li > a {
    text-wrap: nowrap;
}

.hs-card {
    background: #f1ede4e6;
    padding: 10px;
    color: #000;
    text-align: center;
    border-radius: 10px;
    margin: 0;
    font-weight: 600;
}
.res-card {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
        rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    border-radius: 0;
}
.letter-space {
    letter-spacing: 1px;
}
.mangal-box {
    padding: 15px 20px;
    margin: 10px;
    background: beige;
    text-align: center;
}
.mangal-box p {
    display: block;
    margin: 0 auto;
    width: 50%;
    color: #000;
}
.mangal-box .correct {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background: #fff;
    color: green;
    text-align: center;
    padding: 16px 10px;
}

.as_appointment_form .personal-detail {
    text-align: center;
}

.card-redical {
    background: beige;
    padding: 15px;
    border-radius: 10px;
    color: #000;
    /* letter-spacing: 1px; */
}
.body_page_bg {
    background: linear-gradient(
            rgba(255, 255, 255, 0.7),
            rgba(255, 255, 255, 0.7)
        ),
        url(../images/body_icon.jpg);
    background-color: #ffd180;
    background-repeat: 100%;
    background-attachment: fixed;
}
.scroll-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin-top: 25px;
}

.scroll-content {
    display: flex;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
    white-space: nowrap;
    max-width: 94%;
    margin: 0 35px;
}

.scroll-content .nav-item {
    flex-shrink: 0;
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #000;
    padding: 7px 10px;
    border: 1px solid #fff;
    cursor: pointer;
    z-index: 1;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.scroll-btn:hover {
    color: #dd153c;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px 1px;
}
.scroll-btn.left {
    left: 0;
}

.scroll-btn.right {
    right: 0;
}

.scroll-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.media .avatar img {
    width: 100px;
    height: auto;
    border-radius: 100%;
}
/* product detail */
.image_preview_area {
    display: flex;
    column-gap: 10px;
}
.image_preview_area .piclist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.image_preview_area .piclist li {
    border: 1px solid #ec6f6f;
    border-radius: 2px;
    padding: 4px;
}
.image_preview_area .piclist li:not(:last-child) {
    margin-bottom: 5px;
}
.image_preview_area .piclist li img {
    cursor: pointer;
    height: 70px;
    width: 100px;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.image_preview_area .picZoomer {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #0000000d;
    height: 360px;
    padding: 10px;
    width: 100%;
}
.image_preview_area .picZoomer img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
._product-detail-content {
    background: #fff;
    padding: 20px;
    /* border: 1px solid lightgray; */
    box-shadow: 0 0 0 1px #0000000d;
    border-radius: 5px;
}
._product-detail-content p._p-name {
    color: black;
    font-size: 20px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 12px;
}
.p-list span {
    margin-right: 15px;
}
.p-list span.price {
    font-size: 25px;
    color: #318234;
}
._p-qty > span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}
._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #fd7f34;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

._p-qty .value-button {
    border: 0px solid #fe0000;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 20px;
}
._p-qty input#number {
    text-align: center;
    /* border: none; */
    margin: 0px;
    width: 50px;
    height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}
._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}
.p-list {
    margin-bottom: 10px;
}

/*=========Recent-post==========*/
.title_bx h3.title {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    color: #fd7f34;
    font-weight: 700;
    line-height: 1.2em;
}
.title_bx h3.title:before {
    content: "";
    height: 2px;
    width: 20%;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 40px;
    background-color: #fd7f34;
}
.title_bx h3.title:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 40px;
    background-color: #ffc107;
}
.product-btn {
    background-image: -webkit-linear-gradient(
        0deg,
        rgb(244, 170, 54) 0%,
        rgb(243, 115, 53) 100%
    );
    height: 45px;
    font-size: 14px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    padding: 0 23px;
    border: none !important;
    color: #fff !important;
    border-radius: 45px;
    outline: none;
    min-width: 100%;
    justify-content: center;
    outline: none;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 10px;
}

.cart-btn {
    background-color: #fff;
    height: 45px;
    font-size: 14px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    padding: 0 23px;
    border: none !important;
    color: orange !important;
    border-radius: 45px;
    outline: none;
    min-width: 100%;
    justify-content: center;
    outline: none;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 10px;
    border: 2px solid orange !important;
}

.chat-wrapper .chat-content .chat-body {
    position: relative;
    max-height: calc(100vh - 340px);
    margin-top: 20px;
    margin-bottom: 20px;
}
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}
.btn.btn-icon,
.fc .btn-icon.fc-button-primary,
.swal2-popup .swal2-actions button.btn-icon,
.wizard > .actions a.btn-icon,
div.tox .btn-icon.tox-button {
    width: 38px;
    height: 38px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.h-30 {
    height: 30px;
}
.pro-img {
    background: beige;
    border-radius: 100%;
    border: 2px solid #dd153c;
    padding: 5px;
}
/*Chat Section*/
:root {
    --body-bg: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    --msger-bg: #fff;
    --border: 2px solid #ddd;
    --left-msg-bg: #ececec;
    --right-msg-bg: #579ffb;
}
.msger {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    height: 65vh;
    border: var(--border);
    border-radius: 5px;
    background: var(--msger-bg);
    box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.2);
}

.msger-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: var(--border);
    background: #eee;
    color: #666;
}

.msger-chat {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}
.msger-chat::-webkit-scrollbar {
    display: none;
}
.msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}
.msg:last-of-type {
    margin: 0;
}
.msg-img img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}
.msg-bubble {
    max-width: 450px;
    padding: 15px;
    border-radius: 15px;
    background: var(--left-msg-bg);
}
.msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.msg-info-name {
    margin-right: 10px;
    font-weight: bold;
}
.msg-info-time {
    font-size: 0.85em;
}

.left-msg .msg-bubble {
    border-bottom-left-radius: 0;
}

.right-msg {
    flex-direction: row-reverse;
}
.right-msg .msg-bubble {
    background: var(--right-msg-bg);
    color: #fff;
    border-bottom-right-radius: 0;
}
.right-msg .msg-img {
    margin: 0 0 0 10px;
}

.msger-inputarea {
    display: flex;
    padding: 10px;
    border-top: var(--border);
    background: #eee;
}
.msger-inputarea * {
    padding: 0 4px;
    border: none;
    border-radius: 3px;
    font-size: 1em;
}
.msger-input {
    flex: 1;
    background: #ddd;
}
.msger-send-btn {
    margin-left: 10px;
    background: rgb(0, 196, 65);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.23s;
}
.msger-send-btn:hover {
    background: rgb(0, 180, 50);
}

.msger-chat {
    background-color: #fff;
    background-image: linear-gradient(
            rgb(248 240 240 / 40%),
            rgb(248 247 240 / 40%)
        ),
        url("../astro.png");
    background-position: center center;
    background-size: cover;
}
/* End section*/
.img-set {
    width: 80px;
    height: 80px;
    border: 2px solid #dd153c;
    border-radius: 100%;
}
.head-info {
    padding: 0;
    text-align: center;
    margin: 0;
    background: #ff9c41;
    color: #fff;
}
.head-info p {
    margin: 0;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}
