@media screen and (max-width:1024px) {
    .menu-top ul {
        gap: 30px;
    }
}


@media screen and (max-width:980px) {
  
    .horo-img-sec {
    display: block !important;
}
  
  .horo-img-sec .horo-imgs img {
    width: 722px;
    margin-bottom: 20px;
}
 
    .astro_img img {
        width: 100%;
    }
  
    .menu-top ul {
        gap: 10px;
    }
    .menu-top ul li a{
       font-size: 14px;
    }
    .header-logo img {
        width: 215px;
    }
    .header-right ul li.customer-care a {
        font-size: 14px;
    }
    section.chat-with-astrologer .owl-nav{
    text-align: center;
    margin-top: 20px;
    }
    .blog-page .admin-area {
        display: block;
    }
    .blog-page .bottom-sec {
        padding: 20px;
    }
    .testimonial-slider {
        display: block;
     
    }

    .thumbnail-slider {
        display: block;
        margin-bottom: 30px;
    }

    .menu-top{
        display: none;
    }
    .header-logo {
        display: flex;
        align-items: center;
        display: none;
    }
    .header-right ul {
        justify-content: space-between;
        gap: 9px;
    }
    header .col-8 {
        width: 100% !important;
        padding: 0;
    }

    header .main-btn{
        min-width: 88px;
    }

    .navbar-light .navbar-brand {
        width: 50%;
    }
    .navbar-light .navbar-brand img {
        width: 100%;
    }

    .right-banner-info .main-btn {
        font-size: 12px;
        min-width: 120px;
       
    }
    .navbar {
        display: block;
    }
  
  
}

@media screen and (max-width:540px){

  

    .button_astro_chat {
        display: block;
    }
    section.progress_section h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    section.progress_section .card h6{
        text-align: center;
        font-size: 18px;
    }
    .chat_icon {
        width: 100%;
    }
    
  
    .astro_img img {
        width: 60%;
    }
    .left-banner{
        height: 300px;
    }
    section.bannner-section .left-banner .banner-content img {
        width: auto;
        height: 120px;
        display: block;
        margin: auto;
        padding-top: 20px;
    }
    .banner-info p{
        line-height: 1.2;
        font-size: 16px;
        text-align: center;
    }
.banner-info h5{
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
    .banner-content{
        display: block !important;
    }
    header .container {
        padding: 0;
    }
    header-right a.sign-in {
        font-size: 12px;
    }
    header .main-btn {
        font-size: 12px;
    }
    .header-right ul li.customer-care img {
        width: 22px;
    }
    .header-right ul li.customer-care p {
        font-size: 12px;
    }
   
    .banner-info{
        margin-top: 10px;

    }
.banner-info span{
    display: block;
        margin: auto;
        width: 200px;
}
    section.bannner-section .left-banner img {
        height: 300px;
    }

    section.contact-banner h1 {
        font-size: 32px;
    }
    section.about-us-home .abt-co-img-right {
        text-align: left;
        transform: translateY(0%) translateX(0px);
        position: static;
        top: 52%;
    }

    section.about-us-home .abt-co-img-right img {
        height: 300px;
        width: 100%;
      
    }

    section.about-us-home .abt-co-img-left img {
        width: 100%;
        height: 300px;
    }

    section.about-us-home .abt-right{
        padding: 0;
        margin-top: 20px;
    }
    section.blog-wrapper .col-12{
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 30px;
    }
    section.life-predictions .head-sec h2 {
        font-size: 28px;
    }
    section.life-predictions .col-12{
        padding: 0;
    }
    .all-predictions .head-sec h2 {
        font-size: 28px;
    }
    section.about-us-home h2{
        font-size: 28px;
    }
    section.testimonial-section .title{
        font-size: 28px;
    }
    .blog-page .bottom-sec h3 {
    font-size: 20px;
    height: 57px;
    }
    section.blog-wrapper .head-sec h2 {
        font-size: 28px;
    }
    .predictions-content h5 {
        width: 100%;
    }
    .banner-right{
        margin-top: 30px;
    }
    .navbar-collapse {
        border-top: 1px solid #f7bb04;
        margin-top: 12px;
    }
    .navbar-light .navbar-toggler {
        border: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        padding-left: 10px;
    }
    section .col-12{
        padding: 0;
    }
    section.blog-wrapper{
        padding-top: 50px;
        padding-bottom: 0;
    }

    section.testimonial-section{
        padding-top: 0;
    }
    section.about-us-home{
        padding-top: 30px;
    }
    .life-prediction-content img {
        width: 60px;
    }
    
    .predictions-content img {
        width: 60px;
    }
    section.chat-with-astrologer .head-sec {
        display: block;
    }
    section.chat-with-astrologer .head-sec h2 {
        font-size: 28px;
    }
    section.chat-with-astrologer .head-btn{
        text-align: end;

    }
    section.about-us-home .abt-co-img-left {
        margin-bottom: 20px;
    }
    section.upper-services ul {
        gap: 40px;
        flex-wrap: wrap;
    }
    .testimonial-section .testimonial {
        padding: 20px;
    }
    .testimonial-section{
        padding: 0;
        margin-bottom: 20px;
    }

    /* contact page */
   section.contact-details .contact-content {
         padding-right: 0px;
    }

    
}


