@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap);
 

:root {
    --primary-color: #797979;
    --secondary-color: #d66ba0;
    --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 {
    margin: 0;
    color: var(--primary-color);
    font-weight: 500;
    font-family: Poppins, sans-serif
}
.section-title h2 { 
    margin: auto; text-transform: uppercase;
}
.as_aboutimg img {
	background: #fff;
	padding:15px;
}
img {
    max-width: 100%;
    height: auto
}

.hide {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400
}

.post-description ol li,
p,
ul li {
    font-weight: 400;
    line-height: 30px
}

a,
a:focus,
a:hover,
a:visited {
    color: inherit
}

.as_padderTop10,
.healer-heading {
    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_padderTop100,
.as_padderTop90 {
    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: 40px
}

.as_padderBottom50 {
    padding-bottom: 50px
}

.as_padderBottom60 {
    padding-bottom: 60px
}

.as_padderBottom70 {
    padding-bottom: 70px
}

.as_padderBottom80 {
    padding-bottom: 80px
}

.as_padderBottom100,
.as_padderBottom90 {
    padding-bottom: 90px
}

.as_margin0 {
    margin: 0 !important
}

.as_blog_detail p,
.as_font14,
.text-justify {
    text-align: justify
}

.as_banner_slider .slick-arrow.as_btn:after,
.as_footer_widget .as_contact_list li:before,
.as_login_box,
.as_login_data label input,
.as_myaccount_box #address,
.as_myaccount_box #orders,
.as_myaccount_box #reading,
.as_myaccount_box #wishlist,
.as_pricing_box .as_btn:after,
.as_service_single .as_service_img:after,
.as_service_widget .as_recentposts li:before,
.as_signup_box,
.as_toggle,
.ast_bannertext_wrapper ul li:last-child:after,
.no-cart-img,
.only-timepicker .datepicker--content,
.only-timepicker .datepicker--nav,
.phone-top-img,
.select2-selection__clear,
.shipping-form,
.slick-dots li button {
    display: none
}

.as_heading {
    font-size: 36px;
    text-transform: capitalize;
    padding-bottom: 17px;
    position: relative;
    margin: -8px 0 0;
    color: var(--dark-color1);
    font-weight: 600
}

.as_banner_detail h1,
.as_error_wrapper h2,
.as_footer_heading,
.as_link,
.as_menu>ul>li,
.as_new_tag,
.as_pagination ul li,
.as_subheading,
.as_tag_wrapper .as_btn,
.as_widget ul li,
.ast_banner_text h2,
.ast_bannertext_wrapper h1,
.ast_bannertext_wrapper p,
.ast_bannertext_wrapper ul li,
.common-button,
.inner-star,
.side-bar-title {
    text-transform: capitalize
}

.top-bar {
    background: #fff;
    text-align: center;
    font-size: 14px;
    color: #333
}

#background-canvas {
    position: absolute;
    background: #02d4eb;
    background: linear-gradient(90deg, #02d4eb 0, #008a99 100%);
    width: 100%;
    heigth: 100%
}

.form-control {
    height: 45px;
    color: var(--primary-color);
    padding: 0 10px;
    border-radius: 45px
}

.form-control:focus {
    border-color: var(--secondary-color) !important
}

.as_subheading {
    font-size: 22px;
    color: var(--dark-color1)
}

.as_orange {
    color: var(--secondary-color)
}

.as_white {
    color: var(--white-color)
}

.as_btn,
.as_btn:focus,
.as_btn:visited {
    height: 40px;
    background: #121a37;
    display: inline-flex;
    align-items: center;
    border: none !important;
    position: relative;
    color: var(--white-color);
    border-radius: 45px;
    outline: 0;
    min-width: 160px;
    justify-content: center;
    z-index: 1;
    overflow: hidden
}

.as_btn:hover,
.datepicker--cell:hover {
    color: var(--white-color) !important
}

.as_btn:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    bottom: 0;
    left: 100%;
    right: 0;
    background-color: #0096a6 !important
}

.as_cart_box .as_cart_btn button:hover,
.datepicker--cell:hover,
.slick-dots li.slick-active {
    background-color: var(--secondary-color)
}

.as_btn:hover:after {
    left: 0
}

.as_verticle_center {
    display: flex;
    align-items: end
}

.home-banner-padding {
    padding-top: 12%
}

.as_menu ul,
.slick-dots {
    padding: 0;
    list-style: none
}

.top-banner {
    position: absolute; 
    left: 0;
    right: 0
}

.as_blog_detail a {
    color: #0dcaf0
}

.as_header_wrapper,
.as_loader,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0
}

.slick-dots {
    margin: 30px 0 0
}

.slick-dots li {
    display: inline-flex;
    height: 9px;
    width: 9px;
    background-color: #234a64;
    border-radius: 100%;
    margin: 0 6px;
    cursor: pointer
}

.as_card_box>a,
.slick-slide {
    outline: 0
}

.product-loader {
    height: 500px
}

.dont-have-acc {
    margin-top: 10px;
    color: #666
}

.dont-have-acc a {
    color: #d66ba0;
    margin-left: 5px
}

.forgot-password {
    text-align: right;
    margin: 9px;
    font-size: 15px !important
}

.only-timepicker .datepicker--time {
    border-top: none
}

.datepicker {
    background-color: #fff;
    border: 1px solid;
    color: var(--primary-color)
}

.datepicker--nav {
    border-bottom: 1px solid
}

.datepicker--nav>div {
    background-color: transparent !important;
    color: var(--primary-color)
}

.datepicker--pointer {
    background-color: #fff;
    border-top-color: rgb(255 255 255 / 10%);
    border-right-color: rgb(255 255 255 / 10%)
}

.as_blog_box:hover .as_subheading,
.as_booking_section .as_payment_list li:hover,
.as_choose_ul li:hover h4,
.as_footer_widget>ul>li a:hover,
.as_infobox:hover,
.as_service_widget ul li:hover,
.as_tab_wrapper .nav-tabs>li>button.active,
.as_tab_wrapper .nav-tabs>li>button:hover,
.as_whychoose_box:hover h4,
.as_widget ul li.as_product:hover span+span,
.as_widget ul li:hover,
.datepicker--cell.-current-,
.datepicker--day-name {
    color: var(--secondary-color)
}

.select2-selection {
    height: 45px !important;
    background-color: #fff !important;
    border: 1px solid #e7e7e7 !important;
    color: var(--primary-color);
    border-radius: 45px !important;
    transition: none
}

.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__arrow {
    height: auto !important;
    bottom: 1px;
    right: 18px !important
}

.select2-container {
    transition: none;
    width: 100% !important
}

.select2-dropdown {
    transition: none;
    background-color: #fff;
    border-color: #e7e7e7;
    font-size: 14px;
    box-shadow: -2px 0 28px 0 rgb(0 0 0 / 5%)
}

.select2-search--dropdown {
    padding: 10px 25px
}

.select2-search--dropdown input {
    background-color: #fff;
    border-color: rgb(223 223 223) !important;
    outline: 0 !important
}

.select2-results__option {
    padding: 10px 26px;
    background-color: transparent !important
}

.select2-results__option.select2-results__option--selected,
.select2-results__option:hover {
    color: var(--secondary-color) !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%)
}

.as_loader {
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center
}

.as_loader img {
    animation: 7s linear infinite spin;
    -webkit-animation: 7s linear infinite spin;
    -moz-animation: 7s linear infinite spin
}

.as_header_wrapper {
    z-index: 9;
    margin-top: 7px
}

.as_menu_wrapper,
.z-index-1 {
    z-index: 1
}

.fixed-top {
    top: 0;
    z-index: 1030;
    padding: 2px 10px 4px 40px;
    background: #d66ba0
}

.as_comment_section ul li,
.as_logo,
.as_shopsingle_slider .as_shopsingle_nav .slick-track,
.cupon_code_wrap {
    display: flex
}

.as_accordion .card-header h2,
.as_blog_box.as_blog_single,
.as_footer_widget .as_contact_list li p,
.as_menu ul {
    margin: 0
}

.as_menu>ul>li {
    display: inline-flex;
    margin: 0 7px;
    color: #fff;
    position: relative;
    letter-spacing: 1px;
    font-family: 'Josefin Sans', sans-serif !important
}

.as_info_detail:last-child,
.as_pagination ul li:last-child,
.ast_bannertext_wrapper ul li:last-child {
    margin-right: 0
}

.as_header_detail {
    width: calc(100% - 449px)
}

.as_menu>ul>li>a {
    padding: 5px;
    position: relative;
    transition: .3s linear;
    color: #fff;
    font-size: 17px
}

.as_wishlist {
    margin-left: 10px
}

.as_menu>ul>li>a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #d66ba0;
    bottom: 0;
    left: 48%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

.dropdown.search-menu {
    width: 26px
}

.as_menu>ul>li>a.active:before,
.as_menu>ul>li>a:hover:before {
    width: 40px
}

.as_menu ul li a.active,
.as_menu ul li a:hover {
    color: #fff
}

.as_info_detail {
    border-bottom: 1px solid;
    padding: 20px 0
}

.as_search_wrapper {
    max-width: 415px;
    width: 100%;
    position: relative
}

.as_search_wrapper>a {
    position: absolute;
    top: 11px;
    right: 20px
}

.as_cart_box,
.as_user span {
    right: 0;
    background-color: #fff
}

.as_search_wrapper .form-control {
    height: 45px;
    border: 1px solid #fff;
    border-radius: 45px;
    background-color: transparent;
    color: #fff
}

.as_search_wrapper .form-control::placeholder {
    color: #fff
}

.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;
    color: #000;
    border-radius: 100%;
    bottom: 0;
    text-align: center;
    line-height: 14px;
    padding-left: 2px
}

.as_cart,
.as_cart_wrapper,
.as_customer_nav,
.as_menu>ul>li .as_submenu>li,
.as_search_widget,
.as_service_img {
    position: relative
}

.as_astro,
.as_search,
a,
button {
    cursor: pointer
}

.as_blog_box ul,
.as_booking_section ul,
.as_choose_ul,
.as_comment_section ul,
.as_contact_detail ul,
.as_countdown_wrapper ul,
.as_footer_widget ul,
.as_info_detail ul,
.as_pricing_box ul,
.as_service_ul,
.as_service_widget ul,
.as_sign_form ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.as_info_detail ul li {
    display: inline-flex;
    padding: 0 15px
}

.as_info_detail ul li a,
.as_info_detail ul li a:focus {
    text-decoration: none;
    color: inherit
}

.as_infobox {
    display: flex;
    color: #fff
}

.as_info_detail ul li .as_infobox>span {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.as_right_info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    float: right !important;
    padding: 0 15px;
    margin-top: 10px
}

.as_cart_wrapper {
    margin-left: 15px
}

.as_cart_wrapper>span {
    position: relative;
    cursor: pointer;
    margin-right: 20px
}

.as_cart_wrapper>span .as_cartnumber {
    width: 18px;
    height: 18px;
    background-color: #d66ba0;
    border-radius: 100%;
    font-size: 9px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -12px;
    color: #fff;
    border: 1px solid #fff;
    top: -9px
}

.as_cart_box {
    position: absolute;
    top: 100%;
    width: 300px;
    z-index: 1;
    padding: 5px 20px 20px;
    box-shadow: 0 20px 20px rgb(255 255 255 / 5%);
    border-radius: 20px;
    margin-top: 20px;
    opacity: 0;
    box-shadow: -2px 0 28px 0 rgb(0 0 0 / 5%);
    transition: .3s linear
}

.as_cart.cart_open .as_cart_box {
    opacity: 1;
    visibility: visible;
    margin-top: 10px
}

.as_cart_list .as_cart_img {
    float: left
}

.as_cart_list .as_cart_img img {
    width: 70px;
    height: 70px;
    object-fit: cover
}

.as_cart_info {
    width: calc(100% - 70px);
    float: right;
    padding-left: 10px
}

.as_cart_list .as_cart_info a {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    width: 110px;
    text-transform: capitalize;
    color: var(--dark-color1)
}

.as_cart_list {
    border-bottom: 1px solid;
    max-height: 250px;
    overflow-y: auto
}

.as_cart_list ul {
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
    border-bottom: 1px solid #e7e7e7
}

.as_cart_list li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px
}

.as_bloquote h3 span,
.as_cart_list .as_cart_info p,
.as_zodiac_heading>span {
    font-size: 14px
}

.as_cart_box .as_cart_btn,
.as_cart_box .as_cart_total {
    padding-right: 20px
}

.as_cart_box .as_cart_total p {
    margin-top: 10px;
    text-align: left;
    text-transform: capitalize
}

.as_cart_box .as_cart_total p span {
    float: right
}

.as_cart_box .as_cart_btn {
    text-align: center;
    padding-top: 5px;
    display: flex
}

.as_cart_box .as_cart_btn button {
    padding: 0 5px;
    text-transform: capitalize;
    min-width: 120px;
    margin-right: 1
}

.as_cart_box .as_cart_btn button::after {
    border-left-color: var(--dark-color1)
}

.as_cart_box .as_cart_btn button::before {
    border-right-color: var(--dark-color1)
}

.as_cart_box .as_cart_btn button:hover::after,
.as_tag_wrapper .as_btn:hover:after {
    border-left-color: var(--secondary-color)
}

.as_cart_box .as_cart_btn button:hover::before,
.as_tag_wrapper .as_btn:hover:before {
    border-right-color: var(--secondary-color)
}

.as_cart_box .as_cart_btn a:first-child,
.as_cart_box .as_cart_btn button:first-child,
.as_service_widget .as_recentposts li .as_img {
    margin-right: 15px
}

.as_cart_list::-webkit-scrollbar {
    width: 4px
}

.as_cart_list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.as_cart_list::-webkit-scrollbar-thumb {
    background-color: #ff6f00;
    outline: #708090 solid 1px
}

.as_menu>ul>li .as_submenu {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #d66ba0;
    padding: 15px 0;
    border-radius: 10px;
    width: 320px;
    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:before {
    content: '';
    position: absolute;
    border-bottom: 7px solid #d66ba0;
    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)
}
.as_banner_slider h2{ color: #fff;}
.as_banner_wrapper {
    height: 68vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 10px;
    position: relative;
    color: #fff;
    background-color: linear-gradient(90deg, #02d4eb 0%, #008a99 100%)
}

.as_banner_detail .as_btn, .as_btn {
	background: #d66ba0;
	color: #fff;
	font-weight: 400;
	transition: .3s linear;
	font-size: 16px;
	padding: 22px 25px;
	text-transform: capitalize;
}

.as_about_wrapper,
.as_horoscope_wrapper,
.as_service_wrapper,
.as_whychoose_wrapper {
    background-repeat: no-repeat
}

.as_about_wrapper,
.as_customer_wrapper,
.as_horoscope_wrapper,
.as_service_wrapper,
.as_whychoose_wrapper {
    background-position: center
}

.as_banner_detail .as_btn:hover {
    background-color: #0096a6 !important;
    color: #fff
}

.as_footer_logo img,
.as_logo img {
    width: 80px
}

.as_icon img {
    height: 90px
}

.as_banner_detail h5 {
    font-size: 23px;
    margin: 0 0 5px;
    color: #6c40aa
}

.as_banner_detail h1 {
    font-size: 35px; 
    font-weight: 600;
    width: 100%;
    margin: 60px auto 60px;
    text-align: center;
}

.shop-banner .posts h1 {
    font-size: 35px; 
    font-weight: 600;
    width: 100%; 
    text-align: center;
}

.post-quote {
    font-size: 18px; 
    font-weight: 400;
    width: 100%; 
    text-align: center;
}

.post-title-head {
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 30px !important
}

.as_banner_detail p {
    margin-bottom: 26px
}

.as_banner_img {
    position: relative;
    margin-top: 15% !important
}

.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%)
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

.as_aboutimg span.as_play,
.as_service_img .as_service_img,
.as_whychoose_box .as_number>span {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.as_banner_slider,
.as_error_detail_box {
    position: relative;
    z-index: 1
}

.as_banner_slider .slick-arrow.slick-prev {
    left: -265px
}

.as_banner_slider .slick-arrow.slick-next {
    right: -900px
}

.as_banner_slider .slick-arrow.as_btn {
    background: rgba(255, 255, 255, .3);
    min-width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    transition: .3s linear
}

.as_about_admin,
.as_banner_slider .slick-arrow.as_btn:hover,
.as_bloquote,
.as_customer_slider .slick-dots li.slick-active,
.as_pagination ul li.as_active,
.as_pagination ul li:hover,
.as_pricing_box:hover,
.as_sign_box:hover {
    background-image: -moz-linear-gradient(0deg, #f4aa36 0, #f37335 100%);
    background-image: -webkit-linear-gradient(0deg, #f4aa36 0, #f37335 100%);
    background-image: -ms-linear-gradient(0deg, #f4aa36 0, #f37335 100%)
}

.as_banner_slider .slick-arrow>span {
    display: inline-flex
}

.as_about_wrapper {
    background-image: url('../images/second-bg.jpg');
    background-size: cover
}

.as_paragraph_wrapper {
    border-left: 2px solid var(--secondary-color);
    padding-left: 20px;
    border-left: 2px solid #0096a6;
    margin-top: 0
}

.as_contact_expert {
    display: flex;
    margin: 40px 0;
    align-items: center;
    color: var(--dark-color1)
}

.as_contact_expert .as_icon {
    width: 100px;
    height: 100px;
    background-color: #fff;
    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);
    margin-right: 10px
}

.as_customer_box h3>span,
.as_link {
    font-size: 15px
}

.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: 9s linear infinite spin;
    -webkit-animation: 9s linear infinite spin;
    -moz-animation: 9s linear infinite spin
}

.as_contact_expert h5 {
    font-size: 18px;
    margin: 0
}

.as_contact_expert h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0
}

.as_aboutimg {
    position: relative;
    overflow: hidden
}

.as_aboutimg img,
.as_customer_box .as_customer_img span img,
.as_product_box ul li img,
.ast_bannertext_wrapper img,
form.d_block {
    display: inline-block
}

.as_aboutimg span.as_play {
    position: absolute;
    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: .8s infinite alternate zoom;
    border-radius: 100%;
    z-index: -1
}

.as_aboutimg span.as_play:after {
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -12px
}

.as_horoscope_wrapper {
    background-image: url('../images/8mbsQCx5LN0R.jpg');
    background-size: cover
}

.as_service_wrapper {
    background-image: url('../images/gradient-img.jpg');
    background-size: cover;
    overflow: hidden
}

.as_service_img .as_service_img {
    position: absolute;
    border-radius: 150px
}

.as_service_img:after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 207px;
    height: 651px;
    background-image: url('../images/rozX6ugNFV35.png');
    bottom: -35px
}

.as_service_img .as_service_circle {
    animation: 12s linear infinite spin;
    -webkit-animation: 12s linear infinite spin;
    -moz-animation: 12s linear infinite spin
}

.as_service_box {
    background-color: #fff;
    padding: 59px 22px 25px;
    margin-top: 30px;
    box-shadow: 0 0 13px 0 rgb(0 0 0 / 4%);
    border: 1px solid #e7e7e7;
    position: relative;
    min-height: 322px;
    border-radius: 10px;
    z-index: 1;
    transition: .3s linear
}

.as_service_box:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -135px 0 0 -135px;
    background-image: url(../images/Zj9lscTUBiva.png);
    width: 271px;
    height: 270px;
    animation: 9s linear infinite spin;
    -webkit-animation: 9s linear infinite spin;
    -moz-animation: 9s linear infinite spin;
    z-index: -1
}

.as_service_box:hover {
    background: #0096a6
}

.as_pric_icon svg,
.as_service_box .as_icon svg {
    fill: var(--secondary-color);
    transition: none
}

.as_pricing_box:hover .as_pric_icon svg,
.as_service_box:hover .as_icon svg,
.as_service_box:hover .as_link span svg,
.as_service_box:hover .as_link svg {
    fill: #ffffff
}

.as_blog_box .as_subheading>a,
.as_footer_widget>ul>li:hover span,
.as_service_box p,
.as_service_widget ul li a span {
    transition: none
}

.as_service_box .as_subheading {
    margin: 40px 0 10px;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    transition: none
}

.as_link {
    line-height: 24px;
    color: var(--dark-color1);
    letter-spacing: .6px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    transition: none;
    cursor: pointer
}

.as_link span {
    margin: -1px 0 0 5px
}

.as_service_box .as_link span,
.as_service_box .as_link span svg {
    transition: none !important;
    fill: var(--primary-color)
}

.as_pagination ul li.as_active,
.as_pagination ul li:hover,
.as_pricing_box:hover,
.as_service_box:hover .as_link,
.as_service_box:hover .as_subheading,
.as_service_box:hover p,
.as_sign_box:hover h5,
.as_sign_box:hover p,
.as_whychoose_wrapper p {
    color: #fff
}

.as_whychoose_wrapper {
    background-image: url('../images/eternal-bliss.jpg');
    background-repeat: repeat;
    padding: 110px 0 80px;
    position: relative;
    z-index: 1;
    background-color: #091841;
}

.as_whychoose_wrapper::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #08b3c6;
    opacity: .65;
    z-index: -1
}

.as_whychoose_wrapper:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 273px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1
}

.as_whychoose_wrapper:after {
    position: absolute;
    content: '';
    transform: scale(-1);
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.as_about_page .as_whychoose_wrapper:after,
.as_about_page .as_whychoose_wrapper:before,
.as_service_page .as_footer_wrapper:before {
    background: url(../fonts/frCUvzZGzGBg.svg) no-repeat
}

.as_whychoose_wrapper .as_heading {
    color: #fff;
    font-weight: 400 !important
}

.as_whychoose_box .as_number>span {
    font-size: 24px;
    font-weight: 700;
    position: absolute
}

.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_choose_ul li {
    display: inline-flex;
    width: 19.5%;
    justify-content: center;
    color: #fff
}

.as_customer_wrapper {
    background-repeat: repeat;
    overflow: hidden
}

.as_customer_img {
    width: 89px !important;
    height: 89px;
    cursor: pointer
}

.as_customer_img img {
    border-radius: 100%;
    border: 5px solid #fff;
    box-shadow: -2px 0 13px 0 rgba(0, 0, 0, .13);
    width: 100%
}

.as_customer_nav .slick-list {
    padding: 30px !important
}

.as_customer_img:first-child {
    margin: 16px 0 0 10px
}

.as_customer_img:nth-child(2) {
    margin: 155px 0 0 -40px
}

.as_customer_img:nth-child(3) {
    margin: 50px 0 0 -8px
}

.as_customer_img:nth-child(4) {
    margin: 170px 0 0 -50px
}

.as_customer_img:nth-child(6) {
    margin: 124px 0 0 -50px
}

.as_customer_img:nth-child(5) {
    margin: 5px 0 0
}

.as_customer_box {
    border-radius: 30px;
    background: #d66ba0;
    padding: 54px 50px;
    color: #fff;
    z-index: 1;
    position: relative
}

.as_blog_wrapper,
.as_footer_wrapper,
.as_product_wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.as_customer_box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 235px;
    height: 235px;
    background-image: url(../images/CqIpoacQ110e.png);
    z-index: -1;
    animation: 9s linear infinite spin;
    -webkit-animation: 9s linear infinite spin;
    -moz-animation: 9s linear infinite spin
}

.as_customer_box .as_customer_img>img {
    border-radius: 100%
}

.as_customer_box .as_customer_img {
    position: relative;
    display: inline-flex;
    margin: -45px 0 34px
}

.as_customer_box .as_customer_img span {
    position: absolute;
    width: 38px;
    height: 38px;
    background-color: var(--secondary-color);
    border-radius: 100%;
    line-height: 32px;
    right: -10px;
    bottom: 0
}

.as_customer_box p {
    font-size: 14px;
    line-height: 24px
}

.as_customer_box h3 {
    font-size: 20px;
    margin: 25px 0 0
}

.as_customer_slider .slick-dots {
    position: absolute;
    top: 50%;
    left: -34px;
    margin: 0;
    transform: translateY(-50%)
}

.as_customer_slider .slick-dots li {
    display: flex;
    margin: 10px auto;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #e7e7e7
}

.as_customer_slider .slick-dots li.slick-active {
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    box-shadow: -2px 0 5px 0 rgba(0, 0, 0, .18)
}

.as_customer_for:before {
    content: '';
    position: absolute;
    top: 0;
    left: -27px;
    bottom: 0;
    border-left: 1px solid #e7e7e7
}

.as_customer_img.slick-slide.slick-current {
    transform: scale(1.2)
}

.as_customer_img.slick-slide.slick-current img {
    border-color: #d66ba0
}

.as_sign_box {
    padding: 20px;
    border-radius: 10px;
    position: relative;
    box-shadow: -2px 0 28px 0 rgb(0 0 0 / 5%);
    border: 1px solid #e7e7e7;
    margin-top: 30px;
    transition: .3s linear
}

.as_sign_box .as_sign {
    box-shadow: -2px 0 15px 0 rgba(0, 0, 0, .06);
    height: 56px;
    width: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 14px;
    border-radius: 100%;
    transition: .3s linear
}

.as_sign_box:hover .as_sign img {
    transform: rotate(360deg)
}

.as_sign_box h5 {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark-color1);
    margin: 0 0 2px;
    transition: .3s linear
}

.as_sign_box p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    transition: none
}

.as_sign_box:hover {
    border-color: #e7e7e7
}

.as_blog_wrapper {
}

.as_blog_img {
    position: relative;
    margin-bottom: 36px
}

.as_blog_img .as_btn {
    position: absolute;
    right: 35px;
    bottom: -25px;
    color: #fff;
    padding: 0 5px
}

.as_blog_box {
    margin: 10px;
    padding: 20px;
    border-radius: 10px; 
    background: #fff;
    border: 1px solid #e7e7e7;
    overflow: hidden
}

.v3_blog_wrapper .row,
section.as_pricing_plan .row {
    justify-content: center
}

.as_blog_detail {
    padding: 0 20px 20px
}

.as_blog_box ul li {
    display: inline-flex;
    margin-right: 30px;
    font-size: 14px;
    line-height: 24px
}

.as_blog_box ul li img,
.as_bookingheading>img,
.as_comment_section>ul>li .as_comnt_detail .as_btn img,
.as_comment_section>ul>li .as_comnt_detail>span img,
.as_service_widget .as_recentposts li .as_detail>span img {
    margin-right: 10px
}

.as_blog_box .as_subheading {
    line-height: 28px;
    margin: 12px 0;
    font-size: 20px;
    transition: .3s linear;
    text-align: justify
}

.as_blog_img img {
    margin-top: 0
}

.as_blog_box.as_blog_single .as_subheading {
    color: var(--primary-color)
}

.as_blog_page .as_blog_box {
    box-shadow: none;
    border: none;
    margin: 0 0 50px
}

.as_workinghours_widget ul li>a {
    display: flex;
    justify-content: space-between
}

.as_blog_page .as_blog_detail,
.as_blogsingle_page .as_blog_box .as_blog_detail,
.as_post_widget .as_product .as_productimg {
    padding: 0
}

.as_post_widget .as_product span {
    color: inherit;
    transition: .3s linear
}

.as_blog_page .as_blog_wrapper,
.as_blogsingle_page .as_blog_wrapper {
    background: var(--white-color)
}

.as_comnt_detail .as_comnt_title>span>img,
.as_post_widget .as_product .as_product_detail span>img {
    margin-right: 5px
}

.as_post_widget .as_product .as_product_detail span:last-child {
    margin-top: 8px
}

.as_accordion .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #f37935;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: '+';
    font-size: 30px;
    transition: .3s linear;
    line-height: 20px;
    background-image: none
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(-360deg);
    content: '-';
    font-size: 40px;
    line-height: 15px
}

.as_accordion .accordion-button:focus {
    z-index: 3;
    border-color: #f37935;
    outline: 0;
    box-shadow: 0 0 0 1px rgb(243 121 53)
}

.as_about_admin .as_subheading {
    color: #fff !important;
    font-size: 22px;
    font-weight: 600
}

.as_about_admin .as_subheading span {
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px
}

.as_product_wrapper {
    background-image: url('../images/pattern-waves.jpg')
}

.as_shopsingle_page .as_product_wrapper {
    background: #f6f6f6
}

.as_product_box {
    margin-top: 30px;
    text-align: left;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    min-height: 370px
}

.as_product_img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden
}

.as_product_img>img,
.as_search_widget .form-control,
.as_shopsingle_slider .as_shopsingle_for,
.as_sign_form ul li .as_input_feild,
.as_tab_wrapper .nav-tabs>li>button.active:before,
.as_tab_wrapper .nav-tabs>li>button:hover:before {
    width: 100%
}

.as_cart_svg {
    max-width: 12px !important
}

.as_product_detail {
    padding: 0 15px 15px
}

.as_product_detail .as_subheading {
    font-size: 23px;
    font-weight: 600
}

.as_product_img ul {
    position: absolute;
    margin: 0;
    list-style: none;
    bottom: -60px;
    left: 0;
    right: 0;
    background: #d66ba0;
    padding: 14px 10px 14px 23px;
    opacity: 0;
    transition: .3s linear
}

.as_product_box:hover .as_product_img ul {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.as_product_img ul li {
    display: inline-flex;
    padding: 0 5px;
    border-right: 1px solid;
    line-height: 26px;
    color: #fff
}

.as_product_img ul li:last-child {
    border-right: none
}

.as_product_box .as_subheading {
    margin: 12px 0 9px;
    color: #d66ba0
}

.as_new_tag {
    position: absolute;
    top: 22px;
    left: 22px;
    background-color: var(--secondary-color);
    color: #fff;
    border-radius: 4px;
    padding: 2px 15px
}

.as_product_box .as_price {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-color1)
}

.as_product_box .as_price>span {
    font-size: 14px;
    font-weight: 400
}

.as_product_img ul li:nth-child(2) {
    padding: 0 7px 0 5px
}

.as_product_box .as_price>del {
    color: #797979
}

.as_product_img ul li span {
    margin-left: 8px;
    font-size: 14px
}

.as_product_wrapper.as_product_page {
    background-color: var(--dark-color2)
}

.as_footer_wrapper {
    background-image: url('../images/footer-bg.jpg');
    position: relative;
    color: #fff;
    z-index: 1
}

.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(../fonts/ewUvG0ltmUKq.svg) no-repeat
}

.as_footer_wrapper:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0fc0d2;
    opacity: .87;
    z-index: -1
}

.photo-gallery:hover,
.socialHandal li:hover,
.submit-btn {
    background: #d66ba0
}

.as_know_sign_wrapper .as_heading {
    color: #fff;
    padding: 11px 0 0
}

.as_know_sign_wrapper {
    border-bottom: 1px solid;
    position: relative;
    z-index: 1
}

.as_sign_form ul li {
    display: inline-flex;
    width: 23%;
    margin-left: 15px
}

.as_sign_form ul li:last-child {
    width: 21%
}

.as_newsletter_wrapper {
    margin: -5px 0 15px
}

.as_newsletter_box {
    position: relative;
    z-index: 9999
}

.submit-btn {
    color: #fff;
    border-radius: 30px;
    padding: 12px 27px 10px;
    position: unset !important
}

.as_breadcrum_wrapper,
.as_error_wrapper,
.as_login_slider,
.as_pricing_plan {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.form-control::placeholder {
    color: #ccc;
    opacity: 1
}

:-ms-input-placeholder {
    color: #ccc
}

::-ms-input-placeholder {
    color: #ccc
}

.socialHandal li {
    border: 1px solid #fff;
    border-radius: 50%
}

.socialHandal li i {
    padding: 10px;
    height: 35px;
    width: 35px
}

.s-testimonial .user-image img {
    max-width: 100px;
    height: auto;
    margin: auto auto 30px;
    border-radius: 50%
}

.s-testimonial p {
    text-align: center;
    font-size: 15px;
    line-height: 1.8
}

.s-testimonial h2 {
    color: #d66ba0;
    font-size: 1em;
    margin: 15px 0;
    text-align: center
}

.as_login_detail h1,
.as_login_detail p,
.as_pricing_box ul li:not(.as_inactive),
.as_product .as_product_detail>span,
.as_tag_wrapper ul li {
    color: var(--dark-color1)
}

.s-testimonial .item {
    margin: 0 10px;
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 20px;
    outline: 0
}

.s-testimonial .designation {
    text-align: center;
    font-style: italic
}

.s-testimonial .slick-dots {
    bottom: -60px
}

.mb-20 {
    margin-bottom: 20px !important
}

.as_heading {
    text-transform: capitalize !important
}

.form-control {
    color: #333 !important
}

.as_newsletter_box .form-control {
    border-radius: 0;
    height: 45px;
    margin-bottom: 4px;
    border: 0
}

.as_newsletter_box .as_btn img {
    width: 17px
}

.as_footer_inner,
.as_login_box.active,
.as_signup_box.active,
.fixed-top .scroll-phone {
    display: block
}

.as_footer_widget {
    margin-top: 30px
}

.footer-services {
    padding-top: 70px !important
}

.as_footer_widget>p {
    margin: 18px 0 20px;
    font-size: 17px
}

.as_footer_widget>ul>li {
    padding-bottom: 10px;
    position: relative;
    font-size: 14px;
    line-height: 20px !important;
    padding-left: 18px
}

.as_footer_widget>ul>li span svg {
    fill: #ffffff;
    margin-right: 10px
}

.as_booking_section .as_payment_list li:hover svg,
.as_footer_widget>ul>li:hover span svg path,
.as_share_box ul li:hover svg,
.as_share_widget.as_share_box ul li:hover a svg {
    fill: var(--secondary-color)
}

.as_footer_heading {
    font-size: 24px;
    line-height: 46px;
    margin: 0 0 22px;
    position: relative;
    color: #fff;
    font-weight: 900
}

.as_footer_widget .as_contact_list li {
    padding-left: 0;
    display: flex;
    align-items: baseline
}

.as_footer_widget>ul>li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%;
    left: 0;
    top: 9px
}

.as_footer_widget .as_contact_list li img {
    margin: 0 15px 0 0;
    transform: translateY(3px)
}

.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 #fff
}

.as_service_widget ul li:hover a span:first-child,
.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_copyright_wrapper {
    padding: 23px 0 27px;
    display: flex;
    justify-content: center
}

.as_footer_widget>ul>li a {
    transition: .2s linear
}

.as_breadcrum_wrapper {
    padding: 223px 0 140px;
    position: absolute;
    z-index: 1;
    color: #fff;
    width: 100%
}

.as_breadcrum_wrapper .container {
    z-index: 2;
    position: relative
}

.as_breadcrum_wrapper h1 {
    margin: 0 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: 0;
    align-items: center;
    background-color: transparent
}

.breadcrumb>li+li:before {
    content: '';
    background-image: url('../images/412MCZePIUCX.png');
    background-repeat: no-repeat;
    width: 22px;
    height: 20px;
    display: inline-flex;
    margin: 0 10px
}

.breadcrumb>li {
    display: inline-flex;
    align-items: center
}

.as_pricing_plan {
    background-image: url(../images/HYsfZlWC5GON.jpg);
    overflow: hidden
}

.as_service_page .as_pricing_plan {
    background-image: url(../images/fqvpgzjnLmcf.jpg)
}

.as_about_page .as_service_wrapper,
.as_service_page .as_customer_wrapper {
    background-image: url(../images/HYsfZlWC5GON.jpg)
}

.as_pricing_box {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 13px 0 rgba(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/aY6gxdOvqtKq.png);
    left: 50%;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 368px;
    height: 368px
}

.as_gradient_text {
    background-image: -moz-linear-gradient(0deg, #f4aa36 0, #f37335 100%);
    background-image: -webkit-linear-gradient(0deg, #f4aa36 0, #f37335 100%);
    background-image: -ms-linear-gradient(0deg, #f4aa36 0, #f37335 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_pricing sub,
.as_pricing sup {
    font-size: 18px;
    font-weight: 400
}

.as_pricing sup {
    top: -22px
}

.as_pricing sub {
    bottom: 0
}

.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:hover ul li {
    color: #fff !important
}

.as_pricing_box:hover .as_gradient_text {
    color: #fff;
    -webkit-text-fill-color: inherit;
    transition: none
}

.as_servicedetail_wrapper,
.as_zodiac_single_wrapper {
    background-color: #07273c
}

.as_service_ul li {
    padding: 0 0 6px 23px;
    position: relative
}

.as_service_ul li:before,
.as_service_widget ul li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../fonts/53wxTUZWohcN.svg) center no-repeat;
    left: 0;
    top: 8px
}

.as_astro>span>:after,
.as_search_widget>span {
    background-image: -moz-linear-gradient(0deg, #fdc830 0, #f37335 100%);
    background-image: -webkit-linear-gradient(0deg, #fdc830 0, #f37335 100%);
    background-image: -ms-linear-gradient(0deg, #fdc830 0, #f37335 100%)
}

.as_service_detail_inner .as_heading {
    font-size: 32px;
    padding-bottom: 15px;
    margin: 22px 0 15px
}

.as_service_detail_inner p,
.as_zodiac_sidebar .as_sign_box,
.image-space .divider {
    margin-bottom: 20px
}

.as_service_detail_inner h4,
.modal-header h4 {
    font-size: 24px
}

.as_service_widget h3 {
    font-size: 22px;
    display: inline-flex;
    padding-bottom: 11px
}

.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:first-child {
    border-bottom: 1px solid transparent
}

.as_service_widget ul li:hover:before {
    background: url(../fonts/Aha6R0Xil52y.svg) center no-repeat
}

.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%
}

.ad_login_box,
.as_about_admin .as_aboutImage img,
.as_astro img,
.as_card_box img,
.as_comment_section>ul>li .as_comnt_img img {
    border-radius: 10px
}

.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-size: 36px;
    padding-left: 20px
}

.as_tab_wrapper .nav-tabs>li>button {
    background-color: transparent !important;
    border: none !important;
    font-size: 20px;
    padding: 16px 35px;
    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 {
    border-color: rgb(121 121 121 / 20%)
}

.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
}

.as_countdown_wrapper ul li h3 {
    margin: 15px 0 0;
    text-transform: capitalize
}

.as_countdown_wrapper ul li:last-child {
    padding-right: 0
}

.dropdown .dropdown-menu {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, .06);
    box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, .06);
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    top: 125% !important;
    left: 0 !important
}

.dropdown .dropdown-search {
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    background: #fff;
    width: 360px;
    border-radius: 5px;
    padding: 15px
}

.header-search {
    position: relative;
    border-radius: 30px
}

.header-search input {
    padding: 10px 45px 10px 20px;
    width: 100%;
    height: 46px;
    font-size: 14px;
    background: #fff;
    color: #494949;
    border: 1px solid #d66ba0;
    border-radius: 5px;
    outline: 0
}

.as_progressbar {
    position: relative;
    width: 108px !important;
    height: 108px !important
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    box-shadow: -3px 5px 29px 1px #00000066;
    right: 0;
    background-color: #fff;
    transition: .5s
}

.sidebar-padding {
    padding: 10px 40px
}

.search-result ul {
    list-style: none;
    margin-top: 26px
}

.sidebar a {
    font-size: 15px;
    color: #000;
    display: block;
    transition: .3s;
    line-height: 20px
}

.ad_wishlist i,
.as_icon i,
.link-item a:hover,
.pink-color,
.sidebar a:hover {
    color: #d66ba0
}

.search-result {
    overflow-y: scroll;
    height: 500px;
    margin-top: 20px;
    display: none
}

.no-product {
    margin-top: 18px;
    display: none
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px
}

.as_countdown_wrapper ul li canvas {
    position: absolute;
    top: -21px;
    left: -21px
}

.as_blogsingle_page .as_blog_box {
    box-shadow: none;
    border: none;
    margin: 0
}

.as_tag_wrapper {
    border-bottom: 1px solid #e7e7e7
}

.as_bloquote {
    color: #fff;
    padding: 60px 120px;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative
}

.as_bloquote:after {
    position: absolute;
    content: '';
    background-image: url(../images/CqIpoacQ110e.png);
    right: 0;
    top: 0;
    bottom: 0;
    width: 235px;
    animation: 12s linear infinite spin;
    -webkit-animation: 12s linear infinite spin;
    -moz-animation: 12s linear infinite spin
}

.sidebar-width {
    width: 400px
}

.sidebar-content {
    padding: 18px 30px
}

.close-sidebar-btn {
    padding: 20px;
    display: inline-block
}

.as_bloquote h3 {
    font-size: 18px
}

.as_tag_wrapper .as_btn {
    background: 0 0;
    height: 50px;
    padding: 0 12px;
    border: 1px solid #e7e7e7 !important;
    color: var(--primary-color);
    transition: .3s linear
}

.as_tag_wrapper .as_btn:hover {
    color: #fff;
    background-color: var(--secondary-color)
}

.as_tag_wrapper ul li {
    margin-right: 17px;
    align-items: center;
    font-weight: 600;
    font-size: 17px
}

.as_tag_wrapper ul {
    padding-top: 15px;
    border-top: 1px solid
}

.as_about_admin {
    display: flex;
    align-items: center;
    padding: 40px;
    border-radius: 10px;
    margin-top: 40px
}

.as_about_admin .as_aboutImage,
.as_comment_section>ul>li .as_comnt_img,
.as_user_box {
    width: 200px
}

.as_about_admin .as_aboutDetail {
    width: calc(100% - 200px);
    color: #fff
}

.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;
    margin-left: 80px
}

.as_comment_section>ul>li>ul>li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.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>span {
    display: flex;
    padding: 5px 0 10px
}

.as_comment_form .as_heading,
.as_comment_section .as_heading {
    font-size: 24px;
    border-bottom: 1px solid #e7e7e7
}

.as_comment_form .form-group,
.as_contact_detail ul li {
    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 .as_date,
.as_comnt_detail .as_comnt_title .as_reply {
    padding-left: 30px
}

.as_widget {
    margin-bottom: 50px
}

.as_search_widget>span {
    position: absolute;
    padding: 0 25px;
    display: inline-flex;
    bottom: 0;
    top: 0;
    right: 0;
    align-items: center;
    border-radius: 0 45px 45px 0
}

.as_info_box,
.as_info_box .as_icon,
.as_product>a,
.as_service_widget .as_recentposts li .as_detail>span {
    align-items: center;
    display: flex
}

.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_info_box .as_icon {
    border: 1px solid var(--secondary-color);
    padding: 12px;
    justify-content: center;
    border-radius: 100%;
    position: relative
}

li.as_info_box p {
    margin-left: 25px
}

.as_contact_wrapper .as_appointment_form textarea.form-control {
    height: 243px
}

.as_contact_detail {
    background-color: #f6fbff;
    padding: 40px;
    border-radius: 10px
}

.as_login_img img {
    width: 430px;
    display: inline-block
}

.modal.show {
    opacity: 1;
    background-color: rgb(3 29 46 / 87%)
}

.modal .modal-dialog {
    margin: 0 auto;
    transform: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh
}

.modal-content {
    background-color: var(--dark-color2);
    width: 100%
}

.modal-header {
    padding: 15px 25px;
    border-color: rgb(255 255 255 / 10%)
}

.as_cartsingle_wrapper table,
.modal-body .form-control {
    border: 1px solid
}

.modal-body {
    padding: 40px
}

.modal-header .close {
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: var(--dark-color1);
    border-radius: 100%;
    margin-top: 5px;
    font-size: 16px;
    outline: 0 !important
}

.as_login_wrapper {
    background-color: #101112;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto
}

.as_login_slider {
    background-image: url('../images/nDNpii5KFHGp.jpg');
    border-radius: 10px 0 0 10px
}

.as_login_detail {
    padding: 70px 40px 70px 20px
}

.as_login_detail h1 {
    font-weight: 700;
    font-size: 30px
}

.as_login_detail p {
    font-size: 19px
}

.as_login_data label {
    font-weight: 400;
    margin: 0;
    padding-left: 30px;
    position: relative;
    cursor: pointer
}

.as_login_data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.as_login_detail .as_btn {
    min-width: 100%
}

.as_login_data label .checkmark {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 4px;
    border: 1px solid #e7e7e7
}

.as_login_data label .checkmark:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 5px;
    border-left: 2px solid var(--secondary-color);
    border-bottom: 2px solid var(--secondary-color);
    transform: rotate(-45deg) scale(0);
    top: 3px;
    left: 3px
}

.as_login_data label input:checked+.checkmark:after {
    transform: rotate(-45deg) scale(1)
}

.as_appointment_form .form-control {
    border: 1px solid #e7e7e7;
    border-radius: 0
}

.as_appointment_form .form-control::placeholder {
    color: #797979
}

.as_appointment_form .form-group {
    position: relative;
    margin-bottom: 30px
}

.as_appointment_form .form-group>span {
    position: absolute;
    right: 20px;
    top: 7px
}

.as_appointment_form textarea.form-control {
    height: 100px;
    resize: none;
    border-radius: 0
}

.as_error_wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    background-image: url('../images/xNetMREhy8t1.jpg');
    justify-content: center;
    color: #fff;
    overflow: hidden
}

.as_error_detail_box .as_circle {
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    width: 850px;
    bottom: 0;
    animation: 12s linear infinite spin;
    -webkit-animation: 12s linear infinite spin;
    -moz-animation: 12s linear infinite spin;
    margin: -55% 0 0 -58%;
    z-index: -1
}

.as_error_detail_box .as_btn {
    background: #fff;
    color: var(--dark-color1)
}

.as_error_wrapper h2 {
    letter-spacing: 6px;
    font-size: 35px
}

.as_error_wrapper p {
    font-size: 40px;
    margin-bottom: 40px;
    line-height: 48px
}

.as_shop_topbar {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.as_shop_topbar .as_select_box {
    max-width: 270px;
    width: 100%
}

.as_shopsingle_nav .as_prod_img {
    margin: 0 0 15px;
    cursor: pointer
}

.as_shopsingle_nav .as_prod_img img {
    height: 140px;
    width: 100%;
    border-radius: 0;
    object-fit: cover
}

.as_shopsingle_for .as_prod_img img {
    width: 100%;
    object-fit: contain
}

.as_product_description .as_subheading {
    font-weight: 600;
    font-size: 24px
}

.as_product_description>p {
    font-size: 15px;
    padding-bottom: 13px
}

.as_shopsingle_slider {
    display: flex;
    flex-direction: column
}

.ad_compare,
.ad_wishlist {
    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;
    text-align: center;
    width: 56px;
    border: none;
    height: 43px
}

.quantity {
    position: relative;
    margin: 0 30px;
    border: 1px solid #e7e7e7;
    width: 99px;
    border-radius: 15px
}

.prod_detail,
.product_rating {
    display: flex;
    border-bottom: 1px solid
}

.quantity .qty_button {
    position: absolute;
    background-color: transparent;
    border: none;
    right: 0;
    height: 22px;
    width: 40px;
    top: 0;
    border-left: 1px solid #e7e7e7;
    outline: 0;
    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: 120px;
    resize: none;
    padding-top: 15px;
    border-radius: 20px
}


.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 {
    align-items: center;
    padding-bottom: 26px;
    margin-bottom: 23px
}

.prod_detail {
    border-top: 1px solid;
    padding: 30px 0 0
}

.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 !important
}

.cupon_code_wrap .form-control {
    width: 35%;
    margin-right: 25px
}

.step .receipt_btn {
    margin: 0 25px
}

.stock_details span {
    color: #1cb71c
}

.as_astro h5,
.as_bookingheading,
.as_product .as_product_detail>.as_title,
.as_service_single>h3,
.as_widget_title {
    color: var(--dark-color1);
    font-weight: 600
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    background-color: var(--secondary-color) !important
}

.as_widget_title {
    font-size: 20px;
    margin-bottom: 20px
}

.as_widget ul {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none
}

.as_widget ul li {
    line-height: 20px;
    padding: 15px 0;
    border-top: 1px solid #e7e7e7;
    margin-left: 4px;
    margin-right: 23px;
    list-style: circle
}

.as_widget ul li a {
    transition: none;
    color: #666
}

.as_widget ul li:first-child {
    padding-top: 0;
    border-top: none
}

.as_widget ul li:last-child {
    padding-bottom: 0
}

.as_share_widget.as_share_box ul li a {
    width: 39px;
    height: 39px
}

.as_share_widget.as_share_box ul li {
    border: none;
    padding: 0
}

.as_share_widget.as_share_box ul li a svg {
    fill: #797979;
    transition: none
}

.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,
.as_service_single ul li {
    margin-bottom: 6px
}

.as_product .as_product_detail>span>del {
    color: #797979;
    margin-left: 7px
}

.as_pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center
}

.as_pagination ul li {
    display: inline-flex;
    background-color: #f6f6f6;
    border-radius: 45px;
    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.as_next,
.as_pagination ul li.as_prev {
    padding: 0 30px
}

.as_pricing_page .as_pricing_plan {
    background-image: url(../images/vf0UlkwxhEd7.jpg)
}

.as_service_single>h3 {
    padding: 5px 0 3px
}

.as_service_single>ul {
    padding: 0 150px 0 17px;
    margin: 0 0 14px
}

.as_bookingform .as_heading {
    font-size: 24px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px
}

.as_bookingheading {
    font-size: 20px;
    display: flex;
    align-items: center;
    margin: 0 0 35px
}

.as_astro h5 {
    font-size: 18px;
    padding-top: 6px
}

.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;
    opacity: .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,
.as_user_drop ul {
    border: 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_shop_sidebar .as_widget:last-child,
.top-bar p {
    margin-bottom: 0
}

@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}

@media (min-width:1400px) and (max-width:1810px) {
    .container {
        width: 1400px
    }

    .as_header_detail {
        width: calc(100% - 220px)
    }

    .as_info_detail {
        padding-right: 50px
    }

    .as_menu_wrapper {
        padding-right: 0
    }

    .as_info_detail ul li,
    .as_menu>ul>li,
    .as_right_info {
        font-size: 16px
    }

    .as_menu>ul>li>a {
        padding: 5px;
        position: relative;
        transition: .3s linear;
        color: #fff;
        font-size: 17px;
        margin-top: 4px;
        font-weight: 600 !important;
        text-transform: capitalize
    }
}

@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_footer_wrapper:before,
    .as_whychoose_wrapper:before {
        top: -1px
    }

    .as_banner_wrapper:after,
    .as_whychoose_wrapper:after {
        bottom: -1px
    }
}

@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: 14px
    }

    .as_menu>ul>li {
        margin: 0
    }
}

@media (max-width:1360px) {

    .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;
        margin-top: 0
    }
}

@media (max-width:1260px) {
    .as_header_wrapper .as_info_detail .row {
        display: flex;
        align-items: center
    }

    .as_cart_wrapper {
        margin-left: 20px;
        padding: 10px 15px;
        font-size: 11px
    }

    .as_menu ul li a {
        padding: 13px 7px
    }

    .as_info_detail,
    .as_menu_wrapper {
        padding-right: 0
    }

    .as_banner_slider .slick-arrow.slick-next {
        right: -580px
    }

    .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: 24px
    }

    .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: 35px;
        line-height: 44px
    }

    .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_date,
    .as_comnt_detail .as_comnt_title .as_reply,
    .as_comnt_detail .as_comnt_title .as_time {
        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: 0
    }

    .as_comment_section>ul>li>ul>li {
        margin-left: 50px
    }
}

.ast_banner_text,
.ast_slider_wrapper {
    height: 70vh;
    width: 100%;
    position: relative
}

@media (max-width:1160px) {
    .as_banner_slider .slick-arrow.slick-next {
        right: -515px
    }
}

@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) {
    .as_heading {
        font-size: 28px
    }

    .as_infobox .as_infoicon svg {
        width: 15px
    }

    .as_cart_wrapper {
        margin-left: 10px
    }

    .as_infobox .as_infoicon,
    .as_share_box ul li {
        margin-right: 5px
    }

    .as_cart_wrapper>span {
        margin-right: 12px
    }

    .as_header_detail {
        width: calc(100% - 170px)
    }

    .as_info_detail,
    .as_menu_wrapper {
        padding-right: 6px
    }

    .as_info_detail ul li {
        padding: 5px
    }

    .as_info_detail ul li .as_infobox>span.as_orange {
        width: 34px
    }

    .as_aboutimg::after,
    .as_aboutimg::before,
    .as_infobox .as_logintext {
        display: none
    }

    .as_banner_detail h1 {
        font-size: 20px;
        line-height: 37px;
        margin-top: 10px
    }

    .as_menu ul {
        padding: 15px
    }

    .as_banner_detail h5 {
        font-size: 18px
    }

    .as_aboutimg>img {
        margin: 0 0 30px auto;
        width: 100%
    }

    .as_padderBottom80 {
        padding-bottom: 50px
    }

    .as_padderTop80 {
        padding-top: 50px
    }

    .as_product_img ul {
        display: flex;
        justify-content: space-around
    }

    .as_comment_form,
    .as_contact_detail,
    .as_service_detail_inner {
        margin-bottom: 50px
    }

    .as_newsletter_box {
        margin: 0 20px
    }

    .as_card_box,
    .as_choose_ul {
        text-align: center
    }

    .as_card_box img {
        display: inline-block
    }

    .as_choose_ul li {
        width: 33.33%
    }

    .as_comnt_detail .as_comnt_title,
    .as_copyright_wrapper,
    .as_login_data,
    .as_verticle_center {
        display: block
    }

    .as_service_img .as_service_circle {
        margin: 60px auto 60px 60px
    }

    .as_customer_nav .slick-list {
        display: inline-flex;
        width: 330px
    }

    .as_banner_slider {
        margin: 45px 0 0 5px
    }

    .as_tab_wrapper {
        float: left;
        width: 100%
    }

    .as_product_description {
        padding: 50px 0 0
    }

    .as_pagination ul li.as_next,
    .as_pagination ul li.as_prev {
        padding: 0
    }

    .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 .as_time {
        padding-left: 0
    }

    .as_comnt_detail .as_comnt_title .as_date,
    .as_comnt_detail .as_comnt_title .as_reply {
        padding-left: 10px
    }

    .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: 0
    }

    .as_customer_img:nth-child(6) {
        margin: 10px 0 0 20px
    }

    .as_booking_section ul.as_total_amount {
        border-right: 0px;
        padding-right: 0;
        margin-right: 0
    }

    .as_banner_img {
        margin-top: 50px
    }

    .as_service_img:after {
        bottom: 0
    }
}

@media (max-width:768px) {
    .as_logo img {
        width: 50px !important
    }

    .top-banner {
        bottom: 100px
    }

    .inner-banner-design .inner-banner-icon {
        width: 130px !important
    }

    .container-test {
        column-count: 3 !important;
        column-gap: 10px
    }

    .as_menu ul li,
    .as_menu ul li .as_submenu.active,
    .as_shopsingle_slider,
    .as_verticle_center,
    .prod_detail {
        display: block
    }

    .as_menu ul li a {
        display: inline-block
    }

    .as_cart_wrapper,
    .as_menu li,
    .as_toggle {
        display: flex
    }

    .as_product_description {
        padding: 50px 0 0
    }

    .col-xs-6 {
        width: 50%
    }

    .as_blog_img img,
    .as_choose_ul li,
    .col-xs-12 {
        width: 100%
    }

    .prod_detail .as_btn {
        margin: 0 0 30px
    }

    .as_search_wrapper {
        padding-top: 0
    }

    .as_sign_box {
        margin: 30px auto 0 !important
    }

    .as_banner_slider .slick-arrow.slick-next {
        right: -75px;
        left: 50px;
        width: 20px
    }

    .as_toggle {
        cursor: pointer
    }

    .as_menu {
        position: fixed;
        left: -200px;
        top: 0;
        bottom: 0;
        background-color: var(--dark-color1);
        z-index: 999;
        width: 100%;
        border-right: 2px solid var(--secondary-color);
        opacity: 0;
        visibility: hidden
    }

    .menu_open .as_menu {
        left: 0;
        opacity: 1;
        visibility: visible;
        overflow: scroll
    }

    .as_menu li {
        border-bottom: 1px solid;
        margin: 0
    }

    .as_menu ul li a:before,
    .as_menu>ul>li .as_submenu .as_submenu,
    .as_menu>ul>li .as_submenu:before {
        display: none
    }

    .as_menu_wrapper {
        padding: 12px 10px
    }

    .as_cart_wrapper>span {
        margin-right: 0
    }

    .as_info_detail {
        justify-content: center;
        flex-direction: column;
        padding: 10px
    }

    .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_li:after {
        position: absolute;
        content: '';
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        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
    }

    .as_service_single>ul {
        padding: 0 0 0 18px
    }

    .as_blog_wrapper.as_padderBottom90 {
        padding-bottom: 0
    }

    .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: 0
    }

    .as_shopsingle_slider .as_shopsingle_for {
        width: 100%;
        display: block
    }

    .as_shopsingle_nav .as_prod_img {
        margin: 0 10px 20px
    }

    .as_shopsingle_nav .as_prod_img img {
        height: auto
    }
}

@media (max-width:600px) {
    .inner-banner-design .inner-banner-icon {
        width: 130px !important
    }

    .top-banner {
        bottom: 100px
    }

    .container-test {
        column-count: 3 !important;
        column-gap: 10px
    }

    .as_comment_section>ul>li .as_comnt_detail .as_btn {
        position: relative;
        right: auto;
        top: auto;
        padding: 0 10px;
        margin: 10px 0 0
    }

    .as_sign_form ul li {
        width: 100% !important;
        margin: 0 0 20px;
        justify-content: center
    }

    .as_header_wrapper .as_info_detail .row {
        flex-direction: column
    }

    .as_sign_box {
        padding: 15px
    }

    .as_info_detail ul {
        text-align: center
    }

    .as_info_detail ul li {
        padding: 0;
        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_about_admin,
    .as_comment_section ul li {
        display: block
    }

    .as_about_admin .as_aboutDetail,
    .as_comment_section>ul>li .as_comnt_detail {
        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_compare,
    .ad_wishlist {
        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
    }

    .as_banner_wrapper {
        padding: 0;
        z-index: 0
    }

    .as_banner_detail .as_btn {
        font-size: 15px;
        padding: 20px
    }
}

.cart_table tr td:first-child,
.cart_table tr th:first-child,
.tab button {
    text-align: left
}

@media (max-width:450px) {
    .inner-banner-design .inner-banner-icon {
        width: 130px !important
    }

    .top-banner {
        bottom: 45px
    }

    .container-test {
        column-count: 3 !important;
        column-gap: 10px
    }

    .as_contact_detail {
        padding: 20px
    }

    li.as_info_box p {
        margin-left: 10px
    }

    .as_contact_expert h1 {
        font-size: 24px
    }

    .as_banner_wrapper {
        padding: 0;
        z-index: 0
    }

    .as_banner_detail .as_btn {
        font-size: 15px;
        padding: 20px
    }

    .footer-services {
        padding-top: 0 !important;
        margin-top: -30px !important
    }
}

@media (max-width:355px) {
    .inner-banner-design .inner-banner-icon {
        width: 130px !important
    }

    .top-banner {
        bottom: 45px
    }

    .container-test {
        column-count: 3 !important;
        column-gap: 10px
    }

    .as_info_box .as_icon {
        width: 50px
    }
}

.cart_table tr .product_details,
ul {
    padding-left: 15px
}

.common-bold {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 10px !important;
    display: flex;
    color: #000
}

.side-bar-title {
    font-size: 25px;
    margin-bottom: 19px;
    color: #000
}

.side-bar-contact {
    margin: 30px 30px 10px 0;
    border: 1px solid #eaeaea;
    padding: 5px
}

.common-button {
    background: #d66ba0;
    color: #fff;
    font-weight: 400;
    transition: .3s linear;
    font-size: 19px;
    padding: 29px 35px 24px
}

.inner-banner-design .inner-banner-icon {
    width: 100px;
    margin-bottom: 20px !important;
    margin: auto
}

.ast_slider_wrapper {
    float: left;
    background: #02d4eb;
    background: linear-gradient(90deg, #02d4eb 0, #008a99 100%);
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed
}

 

.ast_banner_text {
    float: left;
    text-align: center;
    color: #fff;
    overflow: hidden
}

.starfield,
.starfield>* {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.ast_bannertext_wrapper {
    float: left;
    width: 100%
}

.ast_bannertext_wrapper h1 {
    float: left;
    width: 100%;
    margin: 50px 0 0;
    font-size: 60px;
    color: #fff;
    font-weight: 400
}

.pagination .page-link,
.post-description h1,
.post-description h2,
.post-description h3,
.post-description h4,
.post-description h5,
.post-description h6,
figure a {
    color: #000
}

.ast_bannertext_wrapper p,
.ast_bannertext_wrapper ul {
    width: 100%;
    margin: 0;
    float: left
}

.ast_bannertext_wrapper ul {
    padding-left: 0;
    padding-right: 0
}

.ast_bannertext_wrapper ul li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
    position: relative;
    font-size: 24px
}

.ast_bannertext_wrapper ul li:after {
    content: "*";
    position: absolute;
    top: 3px;
    right: -20px
}
.inner-star {
    margin: auto auto 14px
}

.photo-gallery {
    background: #fff;
    padding: 10px;
    margin-top: 20px
}

.shop-banner {
    float: left;
    width: 100%;
    position: relative; 
    z-index: 1;
    background-position: center center !important;
    background-attachment:inherit !important;
    background-repeat: no-repeat; 
     padding:120px 0 100px; 
    background-size: cover;
    padding: 100px 0;
    color: white; /* text color for contrast */
}

.as_shop_banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0;
    position: relative;
    color: #fff
}
 
.shop-banner h1, .shop-banner p{  color: #fff; text-align: center; text-transform: uppercase;  position: relative;  z-index: 2;  } 
.as_shop_text {
    height:70vh !important
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #d66ba0;
    border-color: #d66ba0
}

.inner-container {
    height: 100%;
    display: flex;
    align-items: center
}

.ast_cart_wrapper {
    width: 100%;
    background-color: #fff
}

.cart_table {
    text-align: center
}

.cart_table table {
    border-top: 1px solid #e8e8e8;
    margin-bottom: 30px
}

.cart_table tbody tr th {
    background: #fafafa;
    border: 1px solid #f4f4f4;
    border-top: none;
    font-weight: 500
}

.cart_table tbody tr td {
    border: 1px solid #e8e8e8;
    padding: 20px 10px
}

.cart_table tr .prod_thumb {
    width: 60px;
    height: 60px;
    border: 1px solid #ccc
}

.cart_table tr .prod_thumb,
.cart_table tr .product_details {
    display: table-cell;
    vertical-align: middle
}

.as_cart_box .as_cart_btn a {
    padding: 0 5px;
    min-width: 120px
}

.sky-blue {
    background: #01bfd3
}

.cart-msg,
.wishlist-msg,
.wishlist-msg1 {
    position: fixed;
    bottom: 15px;
    z-index: 9;
    right: 30px;
    width: 25% !important
}

.cart-msg .close,
.wishlist-msg .close,
.wishlist-msg1 .close {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    background: #fff;
    padding: 1px 5px 0
}

.custom-top-banner {
    position: absolute; 
    left: 0;
    right: 0
}

.as_single_blog_img {
    position: relative;
    margin-bottom: 50px
}

.as_single_blog_img .as_btn {
    position: absolute;
    left: 19px;
    bottom: -25px;
    color: #fff;
    padding: 0 5px
}

.tab button {
    display: block;
    background-color: inherit;
    color: #000;
    padding: 14px 17px;
    width: 100%;
    border: none;
    outline: 0;
    cursor: pointer;
    transition: .3s;
    font-size: 17px
}

.tab_bg {
    background: #d0d0d01c
}

.as_myaccount_sidebar .active {
    background: #d66ba0;
    color: #fff
}

figure {
    margin: 0 0 10px;
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid
}

figure>img {
    grid-row: 1/-1;
    grid-column: 1
}

figcaption {
    grid-row: 2;
    grid-column: 1;
    background-color: rgba(255, 255, 255, .5);
    padding: .2em .5em;
    justify-self: start
}

.container-test {
    column-count: 5;
    column-gap: 10px
}

.container-test img {
    background: #fff;
    padding: 10px
}

.as_prod_img img {
    padding: 5px
}

.myaccount-drop {
    border-radius: 20px;
    margin-top: 10px !important;
    overflow: hidden
}

.as_user_drop {
    max-height: 100%
}

.as_user_drop li {
    margin-top: 10px
}

.menu-close {
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 40px;
    padding: 0 10px;
    margin-top: -5px
}

.reading-price {
    font-size: 20px
}

.fs-12,
.main-topbar {
    font-size: 12px
}

.post-description a {
    color: #0096a6;
    text-decoration: underline
}

.top-bar a {
    color: #01adc0;
    text-decoration: underline
}

.as_post_img img {
    height: 310px;
    width: 100%;
    object-fit: cover
}

.as_product_img img.img-responsive.w-100,
img.img-responsive.w-100.ethe {
    height: 250px;
    object-fit: cover
}

.whatsapp_float {
    position: fixed;
    bottom: 100px;
    right: 25px;
    z-index: 1060
}

.main-topbar {
    background: #d66ba0;
    color: #fff;
    padding: 5px 0
}

.news-pr-section,
.news-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.scroll-phone {
    position: absolute;
    top: 25px;
    left: 145px;
    color: #fff;
    display: none
}

.line-height-new p {
    line-height: 36px
}

.news-section {
    background-image: url(../images/gradient-img.jpg)
}

.news-pr-section {
    background-image: url(../images/pattern-waves.jpg)
}

.right-side {
    color: #111
}

.link-item {
    position: relative;
    margin-bottom: 10px;
    width: fit-content
}

.link-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #797979;
    left: 0;
    bottom: 0
}

.fixed-part {
    width: 75%;
    height: 850px;
    min-height: 700px;
    position: sticky;
    top: 5%;
    margin-bottom: 50px
}

@media only screen and (max-width:767px) {
    .fixed-part {
        width: 100% !important;
        height: auto;
        min-height: auto;
        position: static;
        margin-bottom: 0
    }
}
.nwpage{ margin-bottom:0; background: #f8f8f8; }
.nwpage .breadcrumbs{ text-align: center; } 
.hero-area3.hero-area4 .item {
	height: 90vh !important;
	display:block;
}
.videosTab{ background-image: url('../images/video-banner.jpg');}
