@media screen and (max-width:1200px) {
    .banner-section {
        height: auto;
        overflow: hidden;
    }
    .about-content h5{
        margin-top: 15px;
    }

    .hide-lg{
        display: none;
    }
    .like-col {
        margin-top: 30px;
    }

    .about-image{
        margin-bottom: 20px;
    }
    .wealth-box:nth-child(even) {
        flex-direction: column-reverse;
    }

    .dashboard-section{
        padding-top: 0 !important;
    }

    .dashboard-btn-div {
       margin-top: 20px !important;
    }
    .product-btn-g{
        flex-wrap: wrap;
    }
    .product-btn{
        width: 100% !important;
    }

    .shop-page .books-grid {
        grid-template-columns: repeat(3, 1fr) !important;
         
    }
}

@media screen and (min-width:1200px) {
.contact-div, .contact-div-home {
	width: 415px;
}


}


@media screen and (min-width: 992px ) {
    .show-md{
        display: none;
    }
    .service-banner{
        min-height: 550px;
    }
    .navbar-nav li a {        
        padding: 10px 17.5px !important;
    }
     
}


@media screen and (max-width: 992px ) {
    .hide-md{
        display: none;
    }
    .navbar-nav li a:hover::after {
        width: 100%;
    }
    .select-with-icon{
        background-position-x: 99%;
    }
    .service-banner{
        height: 100vh;
    }
    #bottom-div p, #bottom-div a {
         
        text-align: center;
    }
    .dislike-col {
        margin-bottom: 30px;
    }
     
    .navbar-collapse{
        margin-bottom: 10px;
    }
     

    .shop-page .books-grid {
        grid-template-columns: repeat(2, 1fr) !important;
         
    }




}

@media screen and (max-width: 1200px) and (min-width: 992px)  {
    .approach-grid-col{
        display: flex;
    gap: 0 60px;
}

.approach-grid-col .approach-grid:last-child{
	margin-top: 0 !important;
}
    
}

@media screen and (max-width: 767px) {
    .testimonials-sec{
        flex-wrap: wrap;
        gap:1.5rem;
    }

    footer .d-flex{
        justify-content: center !important;
    }

    h1{
        font-size: 35px;
    }
    .pt-sm{
        padding-top: 20px;
    }
    .shop-page .books-grid {
        grid-template-columns: repeat(1, 1fr) !important;
         
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
     #testimonials .col-xl-4{
        width: 40%;
     }
     #testimonials .col-xl-8{
        width: 60%;
     }
  }

@media (min-width: 600px){
    .contact-div{
        left: 12px !important;
    }

    .contact-div,.contact-div-home{
        position: absolute;
    }

}


@media (max-width: 600px){
    #contact img{
        display: none;
    }

    .contact-div,  .contact-div-home{
        width: 100%;
         
        margin-bottom: 50px;
        transform: translateY(0) !important;
        top: 0% !important;    
    }

    .contact-div .text-end,  .contact-div-home .text-end{
        text-align: left !important;
    }

    .wealth-sol-grid{
        flex-direction: column;
    }
    h1{
        font-size: 30px;
    }
    
}


@media (max-width: 420px){

    .banner-btn{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}


@media (max-width: 425px){

    .navbar-toggler, .header-btn{
        margin-right: auto !important;
    }

    .product-modal-footer{
        justify-content: center !important;
    }
}



@media screen and (min-width:575px) {
    .contact-container{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #edit-user-modal .tel-input{
        padding-left: 0 !important;
    }
}
