@media only screen and (max-width: 1200px) {
    ul.bitcoin-process li {
        flex: 0 0 31%;
        width: 31%;
    }

    ul.process-section li div h3 {
        font-size: 24px;
    }

}

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

    ul.our-product-main li figure img {
        width: 90%;
    }

    ul.our-product-main {
        gap: 15px;
    }

    ul.our-product-main li figure {
        line-height: 200px;
    }

    .filter-btn a {
        margin: 0 5px;
        font-size: 14px;
    }

    .main-bnr-intro h1 {
        font-size: 32px;
        line-height: 45px;
        color: #fff;
        font-weight: 600;
    }

    .main-bnr-intro p {
        font-size: 14px;
        line-height: 22px;
        color: #fff;
        margin: 10px 0;
    }

    .main-bnr-intro-sec>p {
        font-size: 14px;
        line-height: 22px;
        margin: 0;
    }

    .main-bnr-primary {
        margin: 0px 0 0;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        padding: 0px 20px;
        font-size: 14px;
        font-weight: 400;
        position: relative;
    }

    ul.treatment-sec {
        gap: 20px;
    }

    .treatment-sec-intro>a {

        flex: 0 0 50px;
    }

    .about-img-intro {
        padding-left: 40px;
        padding-top: 30px;
    }

    .main-heading h2 {
        font-size: 30px;
        line-height: 40px;
    }

    ul.bitcoin-process li:last-child h2 {
        font-size: 30px;
        line-height: 40px;
        color: #fff;
        width: 50%;
        font-weight: 700;
    }

    figure.about-img2 img {
        border-radius: 65px;
        width: 100%;
    }

    .why-choose-us {

        background-position: top;
    }

    ul.process-section li div h3 {
        font-size: 20px;
    }

    .footer-search-intro h2 {
        font-size: 30px;
    }
}

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

    .head-top-right ul li:last-child,
    .head-top-right ul li:nth-child(2) {
        display: block;
    }

    .head-top-right ul li:last-child {
        margin-left: 10px;
    }

    .navbar-collapse.show,
    .navbar-collapse {
        order: 4;
        background: #fff;
    }

    nav .d-flex {
        order: 2
    }

    .navbar-toggler .navbar-toggler-icon {
        width: 32px;
        height: 2px;
        background: #fff;
        float: right;
        margin: 0px 0 0 3px;
        position: relative;
        transition: all .3s ease;
        font-size: 0;
        display: block
    }

    .navbar-toggler .navbar-toggler-icon:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #fff;
        left: 0px;
        top: -10px;
        transition: all .4s ease;
    }

    .navbar-toggler .navbar-toggler-icon:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #fff;
        left: 0px;
        bottom: -10px;
        transition: all .4s ease;
    }

    .navbar-toggler.close_menu .navbar-toggler-icon {
        height: auto;
        font-size: 24px;
        color: #fff;
        background: #fff;
        margin-top: 0px;
        margin-left: 3px;
        font-weight: 300;
    }

    .navbar-toggler.close_menu .navbar-toggler-icon:before {
        transform: rotate(45deg);
        transition: all .4s ease;
        top: 0%;
        margin-top: -1px;
        opacity: 1
    }

    .navbar-toggler.close_menu .navbar-toggler-icon:after {
        transform: rotate(-45deg);
        transition: all .4s ease;
        bottom: 50%;
        margin-bottom: -1px;
        opacity: 1;
    }

       button.navbar-toggler {
        background: #ffffff00;
        border-radius: 0;
        height: 40px;
        box-shadow: none;
        border: none;
    }

    li.nav-item.after_nv span i {
        transform: rotate(180deg);
    }

    li.nav-item ul.drop1_list {
        width: 100%;
        position: static;
        display: none;
        visibility: visible;
        opacity: 1;
        top: 0px;
        transform: none;
        margin: 10px 0 0;
    }

    li.nav-item ul.drop1_list li {
        margin: 8px 0;
    }

    .displ_block {
        display: block !important;
    }

    li.nav-item {
        padding: 10px 0;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;

    }

    li.nav-item span {
        position: absolute;
        right: 3px;
        top: 3px;
        background: #243ffa;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .why-choose-us-main {
        width: 60%;
    }

    .footer-box.address-detail figure img {
        width: 100%;
    }

    ul.process-section li div h3 {
        font-size: 18px;
    }

    .newsletter-sec input {
        width: 300px;
    }
    .quick-checkout-left>figure img {
    width: 100%;
}
.quick-check-pay-mode {

    display: none;
}
.product__coupon {
    flex: 0 0 100%;
}
.coupon_area_cat .coupon_box {
    padding: 4px 20px;
    margin: 0px 15px 0 0;
}
.head-top-right ul li {
    padding: 0px 0 0 0px;
    border-left: 0px solid #fff;
}
.quick_checkout {

    align-items: flex-start;
}
}

@media only screen and (max-width: 850px) {
    .treatment-sec-intro {
        padding: 15px 10px;
    }

    .treatment-sec-intro h3 {
        font-size: 20px;
        margin: 0 0 0px;
        line-height: 24px;
    }

    .about-img-intro {
        padding-left: 15px;
        padding-top: 15px;
    }

    ul.bitcoin-process {
        gap: 20px;
        margin: 60px 0 0;
    }

    ul.bitcoin-process li {
        padding: 20px;
    }

    ul.bitcoin-process li h3 {
        font-size: 20px;
        margin: 20px 0 15px;
        color: #0f2349;
    }

    ul.bitcoin-process li:last-child h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .why-choose-us-main {
        width: 70%;
    }

    ul.process-section li div h3 {
        font-size: 16px;
        margin: 16px 0 0;
    }

    ul.process-section li figure span {
        bottom: 25px;
    }

    .newsletter-sec input {
        width: 230px;
    }

    .newsletter-sec button {
        height: 60px;
        width: 150px;
        font-size: 16px;
    }

    ul.contact-us-footer li:nth-child(2) {
        word-break: break-all;
    }

    .copy-right-box p {
        font-size: 14px;
    }

    .footer-box.address-detail {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    ul.treatment-sec {
        gap: 15px;
    }

    ul.process-section {
        gap: 15px;
    }

    .social-icon {
        margin-left: 4px;
    }

    .social-icon a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-left: 7px;
    }
}

@media only screen and (max-width: 767px) {
    .main-bnr-intro {
        display: flex;
        flex-flow: wrap;
        width: 100%;
        flex-direction: column;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .main-bnr-intro-sec {
        flex: 0 0 100%;
    }

    .head-top-right ul li {
        padding: 0px 0 0 10px;
        font-size: 14px;
        border-left: 0px solid #fff;
        margin-left: 5px;
    }

    nav.navbar {
        padding: 0px 0 0;
        margin: 0px 0 0;
    }

    .main-bnr-intro h1 {
        font-size: 24px;
        line-height: 34px;
        color: #fff;
        font-weight: 600;
    }

    .main-bnr-intro p {
        font-size: 14px;
        line-height: 22px;
        color: #fff;
        margin: 0px 0;
    }

    .main-bnr-primary {
        margin: 50px 0 0;
    }

    .our-product-head {
        flex-flow: row wrap;
    }

    figure.about-img2 a {

        display: none;
    }

    ul.process-section li {
        flex: 0 0 47%;
        width: 47%;
    }

    .footer-search {
        flex-flow: row wrap;
    }

    .newsletter-sec input {
        width: 100%;
    }

    .newsletter-sec button {
        height: 50px;
        width: 100%;
        font-size: 16px;
        margin: 10px 0 0;
    }

    .newsletter-sec input {
        height: 50px;
        width: 100%;
    }

    .footer-search {
        border-bottom: 0px solid #333d51;
        padding: 0px 0 15px;
        margin: 0 0 15px;
    }
    .footer-search-intro h2 {
        font-size: 24px;
        margin: 0 0 15px;
        text-align: center;
        width: 100%;
        display: block;
    }
    .copy-right {
        flex-flow: row wrap;
    }
    .copy-right-box-intro {
        flex-flow: row wrap;
        justify-content: center;
        gap: 10px;
    }
    .copy-right-box p {
        margin: 0px 0 10px;
    }
    .copy-right {

        justify-content: center;
        align-items: center;
    }
    .filter-btn {
        flex: 0 0 100%;
        display: flex
;
        justify-content: center;
        flex-flow: row wrap;
    }
    .our-product-head {
        flex-flow: row wrap;
        justify-content: center;
        gap: 10px;
    }
    .filter-btn a {
        margin: 0 10px;
        font-size: 14px;
    }
    ul.our-product-main li {
        flex: 0 0 47%;
        width: 47%;
    }
    ul.our-product-main li figure {
        line-height: 160px;
    }
    .section {
        padding: 20px 0px;
    }
    ul.treatment-sec li {
        flex: 0 0 47%;
        width: 47%;
    }
    .treatment-sec-intro>a {
        flex: 0 0 35px;
        width: 35px;
        height: 35px;
        line-height: 30px;
    }
    figure.about-img img {
        width: 100%;
        object-fit: cover;
        border-radius: 30px;
        height: 200px;
    }
    ul.bitcoin-process li {
        flex: 0 0 47%;
        width: 47%;
    }
    ul.bitcoin-process li:last-child h2 {
        font-size: 24px;
        line-height: 34px;
        width: 100%;
    }
    .about-img2-intro {
        padding-left: 0px;
    }
    .why-choose-us-main {
        width: 100%;
    }
    .why-choose-us-intro ul li {
        display: flex
    ;
        gap: 15px;
        flex: 0 0 100%;
        width: 100%;
    }
    .footer-box.address-detail figure img {
        width: auto;
    }
    .footer-box {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .main-bnr {

    position: static;

    background: #243ffa;
}
.main-bnr-support {
    display: none;
}
  .main-bnr-primary {
        margin: 10px 0 20px;
    }
    .our-product {
    padding: 30px 0 0;
}
    .main-heading h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .about-img-intro span {
    display: inline-block;
    margin: 0 0 7px;
    font-size: 14px;
}
ul.bitcoin-process {
        gap: 20px;
        margin: 20px 0 0;
    }
    figure.about-img2 h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px;
    padding-left: 0px;
}
ul.process-section li figure {
    width: 120px;
    height: 120px;
    line-height: 120px;
}
    ul.process-section {
        gap: 15px;
        margin: 20px 0 10px;
    }
    .banner-bg >img {
    width: 100%;
    height: 230px;
    object-fit: contain;
}
.main-bnr-intro div a span {
width: 25px;
    height: 25px;
    line-height: 20px;
}
.main-bnr-intro > div a span img {
    height: 10px;
}
   
   ul.drop1_list li {
    list-style: none;
    padding: 4px 0;
} 
.quick-checkout-left figure img {
    width: 100%;
}
.quick-checkout-left {
    flex: 0 0 100%;

}
.quick-checkout-right {
    flex: 0 0 100%;
    padding: 10px;
}
.quick-checkout{gap:0}
.quick-checkout-right>ul li span {
    font-size: 14px !important;

}
.quick-checkout-right>ul li button {
    font-size: 13px;
    background: #000;
    border: none;
    padding: 5px 10px;
    border-radius: 8px;
    color: #fff;
}
.coupon_area_cat p {
    font-size: 14px !important;

}
.coupon_area_cat .coupon_box {
    font-size: 16px;
}
.review-sec {

    padding: 20px;
}
.review-sec-main .form-row {
    margin: 10px 0px;
    width: 100%;
    float: left;
}
.coupon_area_cat p {
    font-size: 14px !important;

}
.coupon_area_cat p span {
   
    font-weight: 600;
}
.coupon_area_cat .coupon_box {
    font-size: 20px;

}
.checkout_details ul li {
    flex: 0 0 100% !important;

}
.contact_form.content_page.cms_page {
    margin: 25px 0;
    box-shadow: 0 0 15px #eee;
    padding: 20px;
}
.contact_form.content_page.cms_page ul li {
    padding: 0;
    margin: 10px 0px;
    float: left;
    width: 100%;
    list-style: none;
    background-image: none;
}
.review-sec {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 20px;
}
.review-sec-main .form-row {
    margin: 10px 0px;
    width: 100%;
    float: left;
}
.cate-page h2 {
    font-size: 20px;
    font-weight: 600;
    color: #243ffa;
}
.carousel-indicators [data-bs-target] {
    width: 100px;
    height: 80px;
    line-height: 80px;
}
.carousel-indicators{
    bottom:-60px;
}
    .quick-checkout-left {
        height: auto;
        margin-bottom: 0px;
        padding: 6px;
        overflow: hidden;
    }
.product__coupon {
    flex: 0 0 100%;
}
.quick-check-pay-mode {
    flex: 0 0 100%;
    text-align: center;
    padding: 10px 0;
}
.product__coupon .coupon_area_cat {
    width: 100%;
    max-width: 100%;
    margin: 0px 0 0px;
    border: 0px solid #ccc;

    padding: 10px 15px;
}
.quick_checkout {
    margin: 19px 0 15px;
    border-radius: 20px;
}
    .quick-check-pay-mode {
        flex: 0 0 100%;
        text-align: center;
        padding: 10px 0;
        display: none;
    }
    #buttons {

    display: none !important;
}
.innerpage-bg.breadcrumb_bg1 {
    background: #f9f9ff;
    padding: 25px 0;
    background-image: url(../images/cms-page-bnr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: right;
    background-attachment: fixed;
}
aside {
    display: none;
}
    .quick-checkout-left {
       
        margin-bottom: 0px;
        padding: 6px;
        overflow: hidden;
    }
.quick-checkout-left>figure label {
    right: -7px;
    top: -7px;

}
.quick-checkout-left>figure {
    line-height: 200px;
}
.quick-checkout-right-head h1 {
    font-size: 30px;

}
.pro_dosase {

    width: 100%;
    margin: 0px auto 10px;
    justify-content: space-between;
}
header {
    position: static;

}
header {
    width: 100%;
    background: #243ffa;
}
    .main-bnr-intro h1 {
        font-size: 22px;
        line-height: 30px;
        color: #fff;
        font-weight: 600;
        margin: 0 0 10px;
    }
        .main-bnr-intro-sec>p {
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        padding-left: 10px;
    }
    img.desktop__bnr {
    display: none;
}
.mobile__bnr {
    display: block;
}
.main-sitemap {
    display: flex
;
    justify-content: space-between;
    flex-direction: column;
}
.content_page.sitemap ul li {
    width: 100%;
}
.content_page.page-error {
    padding: 20px;
}
.content_page.page-error span {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.error-page ul li {

    width: 100%;
    flex: 0 0 100%;
    width: 100%;
}
.error-page ul li a {
    width: 100%;
    text-align: center;
}
section.section.blog_details_area.pt-0 h1 {
    font-size: 22px;
    margin: 10px 0 5px;
    color: #243ffa;
}
.blog-card.blog_area .listing_blog li.listing {
    flex: 0 0 100%;
    width: 100%;
}
.recent_post_area {

    display: none;
}
}