@media screen and (max-width: 1400px) {
    .comperison_table thead tr th {
        font-size: 14px;
    }

    .comperison_table tbody tr td a {
        padding: 4px 4px;
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px) {
    .comperison_table tbody tr td a {
        padding: 4px;
        font-size: 12px;
    }
}

@media screen and (max-width: 992px) {
    .sticky_company_navbar {
        top: 67px;
    }

    .comperison_table {
        width: 900px;
    }

    .company_details .card-body .company_title_feature::before {
        content: "";
        position: absolute;
        left: -12px;
        top: 0;
        background-color: rgb(30 117 187 / 33%);
        width: 0;
        height: 0;
    }

    h1 {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 32px;
        text-align: center;
    }

    .company_details h2 {
        font-size: 30px;
    }

    .claim_form .card_header h2 {
        font-size: 26px;
    }

    .swiper-wrapper {
        margin-left: 5px;
    }

    .form-content {
        flex-direction: column;
    }
}

@media screen and (max-width: 580px) {
    .sticky_company_navbar {
        top: 63px;
    }

    .navbar_company>.container::-webkit-scrollbar {
        height: 7px;
        background-color: #f5f5f5;
    }

}

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

    .best_mover_heading .authors_info_cards {
        gap: 10px;
    }

    .claim_form .card_header img {
        width: 90px;
    }

    .bottom_content_accordion .accordion-body {
        padding: 16px;
    }

    .company_details .card_table {
        padding-inline: 0 !important;
    }

    .carousel-control-prev {
        margin-top: 40%;
    }

    .carousel-control-next {
        margin-top: 40%;
    }

    .gap-1 {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 400px) {
    h1 {
        font-size: 26px;
        text-align: left;
    }

    table thead th {
        font-size: 13px;
    }

    table tbody tr td {
        font-size: 14px;
    }

    .company_details h2 {
        font-size: 26px;
    }

    .navbar_company>.container::-webkit-scrollbar {
        height: 4px;
        background-color: #f5f5f5;
    }

    .claim_form .card_header img {
        width: 70px;
    }

    .claim_form .card_header h2 {
        font-size: 16px;
    }

    .swiper-slide .card {
        width: 100%;
        max-width: 250px;
    }

    #topBestCompanyCarousel .top_cards .card-footer a.btn {
        letter-spacing: 0px;
        padding-inline: 9px;
    }
}

@media screen and (min-width: 1200px) and (max-width:1400px) {
    #topBestCompanyCarousel .top_cards .card-footer a.btn {
        letter-spacing: 0px;
        padding-inline: 6px;
    }

    .span_tag__active {
        display: block;
        background-color: rgb(30 117 187);
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 2px 7px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 20px;
        color: #fff;
    }
}

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

    #msform {
        padding: 20px 20px;
    }

    #accordionState .accordion-body a {
        padding-inline: 0;
    }

    #accordionState .accordion-body a {
        font-size: 16px;
    }

    .author_info {
        font-size: 13px !important;
    }

    .carousel-control-prev {
        margin-top: 50%;
    }

    .carousel-control-next {
        margin-top: 50%;
    }

    .swiper-slide .card {
        width: 100%;
        max-width: 200px;
    }

    #topBestCompanyCarousel .badge_heading {
        width: 90%;
        text-align: center;
    }

    #topBestCompanyCarousel {
        padding: 48px 20px 30px 20px;
        margin-bottom: 4rem;
    }

    .company_section .card .badge_title {
        width: 90%;
        text-align: center;
    }

    .company_section .card .badge_title {
        top: -5px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #topBestCompanyCarousel .top_cards .card-body .card-li {
        height: 125px !important;
    }

    #topBestCompanyCarousel .top_cards {
        max-width: 246px;
    }

    #topBestCompanyCarousel .top_cards {
        height: 390px;
    }
}