@media (max-width: 991px) {
    .navbar-brand img {
        max-height: 38px;
    }
}

@media(max-width:1440px){
       .chip-list {
    display: flex;
    align-items: center;
    gap: .4rem;
    border: 1px solid #ddd;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 500;
    color: #1f2937;
    border-radius: 50px;
}
.request-input-inner{
    padding: 8px !important;
}
}
@media (max-width:1200px) {
    .banner-title h1 {
        color: #013441;
        font-size: 50px;
    }

    .about-title h1 {
        font-size: 37px;
    }

    .sub-title h1 {
        font-size: 39px;
    }

    .pricing-price h6 {
        font-size: 42px;
    }

    .pricing-price h6 sup {
        font-size: 23px;
        margin-right: 10px;
    }

    .blog-title h1 {
        font-size: 18px;
    }
     table th,
    table td {
        font-size: 13px;
        white-space: nowrap;
    }
   

}

/* Large devices */
@media (max-width:992px) {
    .banner-title h1 {
        color: #013441;
        font-family: "Epilogue", sans-serif;
        font-size: 60px;
    }

    .about-title {
        padding-left: 0;
    }

    .p-50 {
        padding: 31px 0;
    }

    .mt-50 {
        margin-top: 0;
    }

    .pricing-bg-color {
        margin: 50px 0;
    }

    .blog-card {
        margin-bottom: 20px;
    }

    .sub-title h1 {
        font-size: 35px;
    }

    .social-icon {
        margin-bottom: 30px;
    }

    .footer-title h3 {
        font-size: 25px;
    }

    .filter-list {
        margin-bottom: 20px;
    }

    .reviews-card {
        margin-bottom: 20px;
    }

    .book-inner {
        margin-top: 20px;
    }

    .login-card {
        border: 1px solid;
        border-radius: 10px;

        padding: 40px;
        margin: 0 72px;
        margin-bottom: 30px;
    }

    .login-images img {
        height: auto;
        object-fit: cover;
    }

    .mt-20 {
        margin-top: 20px;
    }
  table th,
    table td {
        font-size: 13px;
        white-space: nowrap;
    }
    .profile-avatar {
    margin-top: 23px !important;
}
}

@media(max-width: 768px){
      .table {
        overflow-x: auto;
        width: 100%;
    }
}

/* Mobile */
@media (max-width:576px) {
    .subscribe-btn{
        margin-top: 10px;
    }

    .testimonials-card p {
        font-size: 13px;
    }

    .testimonials-card h5 {
        font-size: 15px;
        margin-bottom: 0;
    }

    .banner-title h1 {
        font-size: 35px;
    }

    .get-btn {
        padding: 18px 24px;
    }

    .banner-list img {
        width: 53px;
    }

    .banner-list img {
        width: 53px;
    }

    .search-border {
        border-right: 0;

    }

    .about-title {
        padding-left: 0;
    }

    .p-50 {
        padding: 22px 0;
    }

    .about-title h1 {
        font-size: 32px;
    }

    .about-title p {
        font-size: 16px;
    }

    .sub-title h1 {
        font-size: 25px;
    }

    .services-card h1 {
        font-size: 21px;
        margin-top: 13px;
    }

    .services-card p {
        font-size: 16px;
    }

    .about-title h6 {
        font-size: 15px;
    }

    .mt-50 {
        margin-top: 0px;
    }

    .pricing-price h6 {
        font-size: 64px;
    }

    .pricing-card {
        margin-bottom: 20px;
    }

    .blog-card {
        margin-bottom: 20px;
    }

    .blog-title h1 {
        font-size: 17px;
    }

    .social-icon {
        margin-bottom: 20px;
    }

    .footer-title h3 {
        font-size: 24px;
        margin-bottom: 1px;
    }

    .footer-title {
        margin-bottom: 20px;
    }

    .footer-title ul li a {
        font-size: 16px;
    }

    .footer-title h3 {
        font-size: 22px;
        margin-bottom: 1px;
    }

    .filter-card {
        padding: 27px;
        margin-bottom: 30px;
    }

    .filter-list {
        margin-bottom: 15px;
    }

    .team-images img {
        width: 100%;
    }

    .team-images {
        margin-bottom: 15px;
    }

    .team-section {
        padding: 24px;
    }

    .user-about img {
        width: 161px;
    }

    .user-about {
        text-align: center;
    }

    .user-title {
        margin-top: 20px;
        padding-left: 0;
    }

    .team-social {
        flex-wrap: wrap;
    }

    .team-social a {
        margin-bottom: 10px;
    }

    .awards-title h2 {
        font-size: 21px;
    }

    .training-title h2 {
        font-size: 21px;
    }

    .awards-images img {
        width: auto;
        margin-bottom: 10px;
    }

    .experience-list h6 {
        font-size: 14px;
    }

    .experience-title p {
        font-size: 15px;
    }

    .login-images img {
        height: auto;
        object-fit: cover;
    }

    .login-card {
        border: 1px solid;
        border-radius: 10px;
        padding: 40px;
        margin: 0 0px;
        margin-bottom: 30px;
    }

    .mt-20 {
        margin-top: 20px;
    }
    .linkree-form-title h4 {
    font-size: 18px !important;
    font-weight: 600;
    color: #000;
    margin-bottom: 1px;
}
.mobile-preview{
    width: 100% !important;
}
.social-icons {
    position: absolute;
    bottom: 4px;
    left: 30%;
    transform: translateX(-12%);
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}
  table th,
    table td {
        font-size: 13px;
        white-space: nowrap;
    }
     .table {
        display: block;
        overflow-x: auto;
    }
    .sub-card{
        display: block !important;
    }
    .footer-title {
    display: block;
    align-items: center;
    justify-content: end;
    text-align: center;
}
  .left-panel{
        padding: 30px 0px !important;
    border: 0px !important;
    min-height: auto !important;
  }
  .right-panel{
    border: 0 !important;
    padding: 30px 0px;
    min-height: auto !important;
  }
  .linktree-section h5 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-top: 17px;
}
.request-input-inner{
    padding: 5px !important;
}
.right-panel {
    border-left: 1px solid #e5e5e5;
    background: #fff;
    min-height: 100vh;
    padding: 30px 0px !important;
}
.logo-title img {
    width: 225px;
}

}

