@media (max-width:768px){
    .xyz_logo img {
        width: 68px;
    }
    .header_form_set a {
        right: 5px;
        top: 9%;
        padding: 6px 12px;
        background-color: #187009;
        color: #fff !important;
        border-radius: 8px;
        z-index: 9;
    }
    .result112 a {
        color: #656565;
        font-size: 13px;
    }
    .all_bg_set {
        background-color: #f8f8f8 !important;
    }
    .searching_part input.search-bar {
        width: 100% !important;
    }
    .searching_part form {
        flex-direction: column;
    }
    .banner_content h1 {
        font-size: 32px;
    }
    .ratingset_one{
        padding-right: 0 !important;
    }
    .ratingset_two{
        padding-left: 0 !important;
    }
    .info-service h5 {
        font-size: 14px;
        position: relative;
        z-index: 99;
    }
    .info-service2 h5 {
        font-size: 13px;
    }
    .heading_main a {
        font-size: 13px;
    }
    .heading_main h2 {
        font-size: 19px;
    }
    .counter_frame {
        padding: 60px 5px !important;
    }
    .app_img img {
        width: 122px;
    }
    .counter_head h3 {
        font-size: 26px;
        line-height: 34px;
    }
    .cate_box img {
        width: 46px;
    }
    .footer_imp_links {
        font-size: 13px;
    }
    .footer-logo h6 {
        font-size: 15px;
    }
    .footer-logo img {
        width: 64px;
    }

    /* ThankU Page */
    .prime-thanku-section .container-fluid {
        top: 0;
        position: relative;
    }
    .logo-thanks {
        top: 0;
        width: 100%;
        position: relative;
    }
    .thanku-box h1 {
        font-size: 52px;
        font-weight: 700;
    }
    .logo-thanks img {
        width: 85px;
    }
}
@media (min-width: 768px){
    .login_button {
        width: 132px;
    }
    .desk_banner .service-owl .col-3 {
        padding: 0 8px !important;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row !important;
    }
    .login_button.logink a {
        padding: 12px 16px;
        font-size: 15px;
        position: relative;
        display: flex;
        justify-content: center;
    }
    .searching_partt {
        box-shadow: 1px 1px 8px #e4e4e4;
        border-radius: 6px;
        padding: 22px;
    }
    .info-service2 h5 {
        font-size: 14px;
    }
    .heading_main.ms-5 {
        border: solid 10px #f8f8f8;
        border-radius: 10px;
        padding: 14px 14px 0 14px;
        background: #f8f8f8;
    }
    .heading_main h2 {
        font-size: 26px;
    }
    .heading_main a {
        font-size: 15px;
    }
    .cate_box {
        margin-bottom: 16px !important;
        padding: 12px 0 !important;
    }
    .info-service h5,.info-service1 h5 {
        font-size: 14px;
    }
    ul.nav.nav-tabs {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-color: #d2d2d2;
    }
    .nav-tabs li a {
        width: 100%;
        text-align: center;
        text-decoration: none;
        padding: 8px 30px 8px 30px;
        font-weight: 500;
        font-size: 15px;
        color: #000;
        text-transform: uppercase;
    }
    .accordion-item .accordion-button {
        /* border: none !important; */
        font-size: 17px;
        padding: 14px 16px 14px 0;
    }
    .accordion-body {
        font-size: 16px;
        padding: 6px 0 16px 0 !important;
        background-color: #fbfffa !important;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .login_button a {
        padding: 10px 16px !important;
    }
}