@media only screen and (min-width:280px) and (max-width:767px) {

    .section_title {
        text-align: center;
        padding: 11px 0;
    }

    .section_title p {
        font-size: 22px;
        font-weight: 500;
        color: #484747;
        margin: 0;
    }

    .bnner_title p {
        font-size: 23px;
        font-weight: 700;
        font-family: sans-serif;
    }

    .banner_desk p {
        font-family: emoji;
    }

     .banner_text {
        text-align: center;
        width: 100%;
        color: white;
        padding: 26px 0px 0 0px;
    }
    .banner-content {
        max-width: 790px;
        margin: 0 auto;
        text-align: center;
        padding: 40px 0px;
        z-index: 99;
        position: relative;
    }
    .ask_question {
        background-color: #0086f912;
        padding: 0px 0 30px 0px;
    }
        
    .banner_search {
        text-align: center;
        display: block;
        padding: 8px 11px;
        background-color: white;
        width: 100%;
        border-radius: 5px;
        margin-top: 2%;
        box-shadow: 1px 1px 4px 0px #000000d9;
        position: relative;
    }
    .banner_search input {
        border: 1px solid gainsboro;
        border-radius: 4px;
        padding: 10px 0px 10px 6px;
        outline-color: white;
        outline-width: 1px;
        width: 100%;
    }
    .search_product {
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 999999;
        top: 14px;
        border-radius: 5px;
        box-shadow: 1px 10px 6px -3px #00000057;
        overflow: scroll;
        height: 180px;
    }
    .input-container {
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        padding: 1px 3px 17px;
        margin-left: 1px;
    }
        
    .input-container button {
        padding: 12.5px 4px;
        font-size: 14px;
        border-left: none;
        background-color: #0424ffb8;
        color: white;
        border-radius: 0 3px 3px 0;
        cursor: pointer;
        transition: 0.35s all;
        margin-right: 1px;
    }

    .main-header {
        background-color: #fff;
        transition: 0.35s ease;
        box-shadow: -1px 1px 3px 0px #00000021;
    }

    .sticky {
        transition: 0.35s ease;
    }
    
    .main-header.sticky.fixed-top {
        background-color: #ffffff;
        width: 100%;
        z-index: 999;
        box-shadow: -1px -1px 9px 0px #0000006b;
        /* padding: 13px; */
        top: -40px;
    }

    .banner_btn {
        margin-top: 17px;
        text-align: center;
        display: inline-block;
        width: 100%;
        padding: 0 43px;
    }
    .top_banner {
        height: 410px;
        width: 100%;
    }

    .banner_btn button {
        padding: 10px 9px;
        border: 1px solid #ff0057;
        border-radius: 3px;
        background-color: #ff3b00;
        color: white;
        font-size: 12px;
        font-weight: 700;
        transition: 0.25s all;
        width: 100%;
    }

    .owl-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 12px;
    }

    .owl-nav button {
        margin: 9px 12px 0 12px;
        background-color: grey !important;
        width: 24px;
        color: white !important;
        border-radius: 3px;
    }

    .owl-dots {
        display: none;
    }
    .service_section {
        background-color: #fff;
        padding-bottom: 26px;
    }

    .service_box {
        padding: 32px;
        background-color: #fff;
        margin: 0px 7px;
        height: 90px;
        border-radius: 8px;
        box-shadow: 0px 1px 4px 1px #3636365c;
    }

    .about_ask_question p {
        text-align: start;
        font-family: auto;
        line-height: 25px;
        color: grey;
    }
    
    .bread-crumb ul li a {
        color: #fdfdfd;
        font-size: 13px;
        font-weight: 600;
    }
    .details-img {
        text-align: center;
        height: 124px;
        border-radius: 8px;
        width: 100%;
    }
    .details-img img {
        border-radius: 8px;
        border: 2px solid #1609dd;
    }

    
    .details-info li strong {
        font-weight: 700;
        font-size: 14px;
    }
    
    .details-info li {
        display: block;
        line-height: 37px;
        font-size: 14px;
        font-weight: 500;
    }

    .contact-address {
        margin-left: 0px;
        padding: 10px 10px;
    }
    .contact-icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
        height: 100%;
        content: "";
        background: rgba(10, 143, 237, 0.7);
        display: none;
    }
    .contact-address {
        margin-left: 0px;
        padding: 10px 10px;
    }
    
   .details-info {
        margin: 51px 0px 0px;
        text-align: center;
        padding: 0;
    }
    .iner-info {
        text-align: start;
    }
    .profile-d-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0;
        margin-top: 13px;
    }
    .back-btn {
        background: #ff0000;
        color: white;
        padding: 5px 8px;
        border-radius: 4px;
        font-size: 15px;
        margin-right: 2px;
        transition: 0.35s all;
    }
    .d-btn {
        background: #080808;
        color: white;
        padding: 5px 15px;
        border-radius: 4px;
        font-size: 15px;
        margin-left: 2px;
        transition: 0.35s all;
    }
    
    .desktop-header {
        display:none;
    }
    .mobile-header {
        display: block;
    }
    
    
    
}