@media(max-width:991px) {
    .min-nav {
        background: #51a6f0 !important;
        right: -15px;
        top: 85px;
        width: 200px;
        z-index: 99;
        padding: 12px;
        position: absolute;
        border-radius: 5px;

    }
    .nav-link {
        color: #252525 !important;
    }
    .nav-item a {
        font-size: 13px;
    }
}

@media(max-width:576px) {

.enquiry_form img {
    width: 60px;
}
.company_space {
    padding: 30px;
}
.enquiry_form h4 {
    font-size: 18px;
}
.enquiry_form p {
    font-size: 13px !important;
}

/* .dropdown-menu { 
    background: #ffffff66 !important;
  } */
}
/*  */

@media(max-width:576px) {
    .min-nav-2 {
        background: #3a47ba !important;
}
.ban_con h1 {
    font-size: 25px;
}
.bg_content h2 {
    font-size: 25px;
  }
  .footer_two h2 {
    font-size: 20px;
}
.about_us h1 {
    font-size: 20px;
}
.count_icon {
    width: 100px;
    height: 100px;
}
.count_icon img {
    width: 60px;
}
.ind_foot {
    margin-left: -15px;
}
.page_banner_caption h1 {
    font-size: 30px;
}
.vis_head h2 {
    font-size: 20px;
}
.vis_head h3 {
    font-size: 15px;
}
.vis_head span {
    font-size: 14px;
}
.quick_section .quick_enq_con p {
    font-size: 13px;
    text-align: center;
}
.nav_contact{
    margin-top: -14px;
    margin-bottom: 10px;
  }
  .nav_contact img{
    width: 30px !important;
  }
}


@media(max-width:767px) {
    .bg_content {
        margin-top: -250px;
    }
    p{
        font-size: 13px;
    }

}
@media(max-width:480px) {
    .bg_content {
        margin-top: -200px;
    }
}


@media(max-width:480px) {

.review-carousel-01 .review-card {
    background: #f7fbfc;
    border-radius: 16px;
    padding: 30px;
    /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); */
    width: 290px;
    height: 340px;
    box-sizing: border-box;
    margin: auto;
    text-align: center;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
}