@media screen and (max-width: 992px) {

    .laptop-header,
    .reviews .owl-nav {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    .banner_center {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner_slide {
        width: 60%;
    }

    .Insurance_wrap {
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 30px;
    }
    .Insurance_wrap .ins_box span {
        font-size: 13px;
    }

    .feature_section .feature_wrap .feature_box {
        min-width: 260px;
    }

    .best_place_detail_wrap {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 0 20px;
        overflow-x: auto;
        padding-bottom: 20px;
    }

    .best_place_detail_wrap .detail_box,
    .best_place_detail_wrap .detail_box:nth-child(2),
    .best_place_detail_wrap .detail_box:nth-child(3),
    .best_place_detail_wrap .detail_box:nth-child(4) {
        margin: 0;
    }

    .best_place_wrap h2 {
        line-height: 37px;
    }

    .best_place {
        min-height: 425px;
    }

    .calculator_type_list {
        grid-gap: 0 5px;
        margin-top: 30px;
    }

    .calc_box .calc_list li a::after {
        position: absolute;
        top: 33%;
        right: 0;
    }

    .advantage .advantage_wrap {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .reviews h2,
    .faq h2,
    .advantage h2 {
        text-align: center;
    }

    .reviews h2 span,
    .faq h2 span,
    .advantage h2 span {
        margin: 10px auto 0;
    }
    .partner .partner_wrap {
        grid-template-columns: repeat(5, 1fr);
    }
    .reviews .review_wrap {
        padding-top: 20px;
    }

    .faq_img,
    .payment_section p,
    .disclaimer-section .footer-disclaimer {
        text-align: center;
        margin-top: 5px;
    }

    .faq_img img {
        width: 50%;
    }

    .group_brands h2 {
        text-align: center;
        margin-top: 40px;
        font-size: 20px;
        color: #253858;
        font-weight: 600;
        margin-bottom: 30px;
    }

    footer .payment_section {
        margin-top: 30px;
        height: auto;
        flex-direction: column;
        align-items: center;
        background: 0 0;
    }
}

@media screen and (max-width: 768px) {
    .Insurance_wrap {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 30px;
    }

    .calculator_type_list {
        overflow-x: auto;
        grid-gap: 20px;
    }

    .calculator_type_list .calc_box {
        border: 1px solid #ccc;
        border-radius: 8px;
        width: 300px;
    }
}

@media screen and (max-width: 490px) {
    h2 {
        text-align: center;
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 20px;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }

    .banner_center {
        display: block;
    }

    .banner_slide {
        width: 100%;
    }

    .advantage .advantage_wrap {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    .advantage_wrap .advantage_box {
        display: flex;
        align-items: center;
        gap: 0 20px;
        margin-bottom: 16px;
        padding: 0;
        height: auto;
        min-height: auto;
    }

    .advantage_box img {
        width: 65px;
        height: 70px;
        display: inline-block;
        margin: 10px 0 0 10px;
    }

    .advantage_box h3 {
        font-size: 16px;
    }

    .advantage_box p {
        font-size: 12px;
        padding: 0;
        text-align: left;
        margin-bottom: 0;
    }

    .app_block {
        padding: 35px 0 40px;
    }

    .app_block h2 span {
        margin: 10px auto 0;
    }

    .app_block .mobile,
    .text_header {
        text-align: center;
    }

    .app_block .mobile img {
        width: 82%;
    }

    .partner {
        padding-bottom: 50px;
    }

  
    .Insurance_wrap .ins_box span {
        font-size: 12px;
    }
}

@media screen and (max-width: 460px) {
    .mobile-header .logo_side {
        gap: 0 10px;
    }
    .logo-pb .logo-icon img {
        width: 149px;
        height: 40px;
        margin-top: -5px;
    }

    .takltoexpert-mobile-menu {
        border-radius: 8px;
        color: #0065ff;
        font-size: 12px;
        border: 1px solid #0065ff;
        padding: 5px 0 5px 25px;
        max-width: 68px;
        margin-right: 7px;
        cursor: pointer;
        position: relative;
    }

    .takltoexpert-mobile-menu span {
        font-size: 11px;
        display: block;
        line-height: 10px;
    }

    .takltoexpert-mobile-menu img {
        position: absolute;
        width: 20px;
        height: 20px;
        left: 3px;
        top: 5px;
        background-size: contain;
    }
}

@media screen and (max-width: 420px) {
    
    .mobile-header .logo_side {
        display: flex;
        align-items: center;
        gap: 0 10px;
    }

    .nav-list .signin,
    .mobile-sign a {
        margin-left: 0px;
    }

    .mobile-header .buttonWrapper {
        gap: 0;
    }

    .Insurance_wrap {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }
    .Insurance_wrap .ins_box span {
        font-size: 12px;
        line-height: 16px;
        margin-top: 3px;
    }
}
@media screen and (max-width: 370px) {
    .mobile-header .logo_side {
        gap: 0 ;
    }
}