/* stylesheet */
:root{
    --primary-color:#797979;
    --secondary-color:#f4a636;
    --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: 16px;
    line-height: 26px;
    margin: 0;
    background-color: #ffffff;
    color: var(--primary-color);
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    font-weight: 500;
}
img{
    max-width: 100%;
    height: auto;
}
.hide {
    display: none !important;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: 'Philosopher', sans-serif;
    font-weight: 400;
}
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: 40px;
}
.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_margin0{
    margin: 0px !important;
}
.as_font14{
    font-size: 16px;
    line-height: 26px;
}
.as_toggle{
    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;
}
.form-control{
    height: 45px;
    background-color: #ffffff;
    border: 1px solid rgb(121 121 121 / 20%);
    outline: none;
    box-shadow: none !important;
    color: var(--primary-color);
    padding: 0 28px;
    border-radius: 45px;
}
.form-control:focus{
    border-color: var(--secondary-color) !important;
}
.form-control::placeholder{
    color: #797979;
}
.as_subheading{
    font-size: 22px;
    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{
    height: 45px;
    background-color: #78206e;
    font-size: 14px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    padding: 0 30px;
    border: none !important;
    position: relative;
    color: var(--white-color);
    border-radius: 45px;
    outline: none;
    justify-content: center;
    outline: none;
    z-index:1;
    overflow:hidden;
}
.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);
}

.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: 45px !important;
    background-color: #ffffff !important;
    border: 1px solid #e7e7e7 !important;
    outline: none;
    box-shadow: none !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-selection__clear {
    display: none;
}

.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: #ffffff;
    border-color: #e7e7e7;
    font-size:14px;
    box-shadow: -2px 0px 28px 0px rgb(0 0 0 / 5%);
}

.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-results__option:hover,.select2-results__option.select2-results__option--selected {
    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%);
}
/* 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;
}

/*---------- Download Wrapper css Start -------*/
.as_download_wrapper{
    background-image: url(https://raahuketu.com/public/forms/assets/asset/images/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    width: 100%;
}
.as_download_box{
    float:left;
    width:100%;
}
.as_download_box ul{
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
}
.as_download_box ul li{
    display:inline-block;
    width: auto;
    list-style: none;
    margin-right: 10px;
}
.as_download_box ul li:last-child{
    margin-right:0px;
}
/*---------- Download Wrapper css end -------*/

/*---------- Work Wrapper css Start -------*/

.as_work_wrapper{
    position: relative;
}
.as_work_wrapper .nav .nav-item{
    margin-bottom: 26px;
}
.as_work_wrapper .nav .nav-item a{
    border: 2px solid #000;
    border-radius: 25px;
}

/*---------- Work Wrapper css end -------*/

/* banner css start */
.as_banner_wrapper{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 60px;
    position: relative;
    color: #000;
    overflow: hidden;
}
.as_banner_detail .as_btn {
    font-weight: 600;
    transition: all 0.3s linear;
}

.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: 60%;   
}
@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}
.as_banner_slider{
    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 {
    min-width: 50px;
    width:50px;
    height: 50px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s linear;
}
.as_banner_slider .slick-arrow>span {
    display: inline-flex;
}

/* banner css end */
/* about css start */
.as_about_wrapper{
    background-color: #fbfbfb;
    background-repeat: no-repeat;
    background-size: cover;
    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 #f4a636;
    margin-top: 20px;
}
.as_contact_expert {
    display: flex;
    margin: 20px 0;
    align-items:center;
    color: var(--dark-color1);
}
.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: 'Philosopher', 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;
    border-radius: 15px;
    overflow: hidden;
}
.as_aboutimg img{
    display: inline-block;
    
}
.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: #fbfbfb;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
/* horoscope css end */
/* service css start */
.as_service_wrapper {
    background-image: url(https://raahuketu.com/public/forms/assets/asset/images/bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    overflow: hidden;
}
.as_service_img {
    position: relative;
}

.as_service_img .as_service_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 150px;
    max-width: 346px;
}
.as_service_img:after{
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width:207px;
    height: 651px;
    background-image: url(https://raahuketu.com/public/forms/assets/asset/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_box {
    background-color: #ffffff;
    padding: 25px 22px 25px;
    margin-top: 30px;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 4%);
    border: 1px solid rgb(231, 231, 231);
    position: relative;
    min-height: 360px;
    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(https://raahuketu.com/public/forms/assets/asset/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{
    background-image: -moz-linear-gradient(rgb(235 151 17) 0%, rgb(242 120 71) 100%);
    background-image: -webkit-linear-gradient(rgb(235 151 17) 0%, rgb(242 120 71) 100%);
    background-image: -ms-linear-gradient(rgb(235 151 17) 0%, rgb(242 120 71) 100%);
}
.as_service_box .as_icon img{
    /*filter: invert(81%) sepia(29%) saturate(3884%) hue-rotate(335deg) brightness(104%) contrast(91%);*/
    transition: none;
    max-width: 56px;
}
.as_service_box:hover .as_icon img{
    filter: invert(80%) sepia(0%) saturate(1%) hue-rotate(335deg) brightness(158%) contrast(104%);
} 
.as_service_box p {
    transition: none;
}
.as_service_box .as_subheading {
    margin: 40px 0 10px;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    transition: none;
}
.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_subheading,.as_service_box:hover p,.as_service_box:hover .as_link{
    color: #ffffff;
}
.as_service_box:hover .as_link svg{
    fill:#ffffff;
}
/* service css end */
/* customer css start */
.as_customer_wrapper{
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    overflow: hidden;
}
.as_customer_img{
    width: 89px !important;
    height: 89px;
    cursor:pointer;
}
.as_customer_img img {
    border-radius: 100%;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: -2px 0px 13px 0px rgba(0, 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 0px;
}


.as_customer_nav {
    position: relative;
}
  
.as_customer_box {
    border-radius: 30px;
    background-image: -moz-linear-gradient(rgb(235 151 17) 0%, rgb(242 120 71) 100%);
    background-image: -webkit-linear-gradient(rgb(235 151 17) 0%, rgb(242 120 71) 100%);
    background-image: -ms-linear-gradient(rgb(235 151 17) 0%, rgb(242 120 71) 100%);
    padding: 54px 50px;
    position: relative;
    color: #ffffff;
    z-index: 1;
    position: relative;
}
  
.as_customer_box:before {
    content: '';
    position: absolute;
    top:0;
    right: 0;
    bottom:0;
    width: 235px;
    height: 235px;
    background-image: url(https://raahuketu.com/public/forms/assets/asset/images/circle1.png);
    z-index: -1;
    animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
    -moz-animation: spin 9s infinite linear;}
.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:0px
}
.as_customer_box .as_customer_img span img{
    display: inline-block;
}
.as_customer_box p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.as_customer_box h3{
    font-size: 20px;
    margin: 25px 0 0;
}
.as_customer_box h3>span {
    font-size: 15px;
}
.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 {
    background-image: -moz-linear-gradient( rgb(247, 214, 138) 0%, rgb(255, 165, 0) 100%);
    background-image: -webkit-linear-gradient( rgb(247, 214, 138) 0%, rgb(255, 165, 0) 100%);
    background-image: -ms-linear-gradient( rgb(247, 214, 138) 0%, rgb(255, 165, 0) 100%);
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    box-shadow: -2px 0px 5px 0px rgba(0, 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: var(--secondary-color);
}
/* customer css end */
/* zodiec sign css start */
.as_sign_box {
    background-color: #ffffff;
    /* max-width: 170px; */
    padding: 20px;
    border-radius: 10px;
    position: relative;
    box-shadow: -2px 0px 28px 0px rgb(0 0 0 / 5%);
    border: 1px solid rgb(231, 231, 231);
    margin-top: 30px;
    transition: all 0.3s linear;
}
.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;
    margin-bottom: 14px;
    border-radius: 100%;
    transition: all 0.3s linear;
}
.as_sign_box h5 {
    font-size: 20px;
    font-weight: 700;
    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;
}

/* zodiec sign css end */


/* 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: 14px;
    }
    .as_menu > ul > li{
        margin: 0 10px;
    }
}
@media (max-width:1360px){
    .as_menu ul li a{
        font-size: 13px;
    } 
    .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: -80px;
    }
}
@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 0;
    }
    .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: 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 {
        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_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 {
        padding-right: 6px;
    }
    .as_info_detail ul li {
        padding: 5px;
    }
    .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_aboutimg > img {
        margin: 0 0px 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_service_detail_inner {
        margin-bottom: 50px;
    }
    .as_newsletter_box {
        margin: 0 20px;
    }
    .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_banner_wrapper {
        padding: 80px 0;
    }
    .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;
    }
}

@media (max-width:768px){
    .as_verticle_center{
        display: block;
    }
    .as_product_description {
        padding: 50px 0 0;
    }
    
    .prod_detail {
        display: block;
    }
    
    .prod_detail .as_btn {
        margin: 0 0 30px;
    }
    .as_search_wrapper {
        padding-top: 0;
    }
    .as_choose_ul li {
        width: 100%;
    }
    .as_sign_box {
        margin: 40;
        margin: 30px auto 0 !important;
    }
    .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;
    }
    .as_menu {
        position: fixed;
        left: -200px;
        top: 0;
        bottom: 0;
        background-color: var(--dark-color1);
        z-index:999;
        width: 200px;
        border-right:2px solid var(--secondary-color);
        opacity: 0;
        visibility: hidden;
    }
    .menu_open .as_menu{
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .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_menu_wrapper {
        padding:12px 10px;
    }
    .as_cart_wrapper{
        display: flex;
    } 
    .as_cart_wrapper>span {
        margin-right: 20px;
    }
    .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 .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;
    }
    .as_banner_slider .slick-arrow.slick-next {
        left: 50px;
    }
    .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: rgb(17 16 17);
    }
    .as_logo {
        align-items: center;
        justify-content: center;
    }
}
@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_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: 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;
    }
}