@media screen and (max-width: 1200px){
    .header .image_one{
        width: 349px;
        height: 227px;
        right: -75px;
    }

    .header .image_three{
        width: 267px;
        height: 350px;
        top: 310px;
        right: -75px;
    }

    .header .image_two{
        width: 430px;
        height: 259px;
        right: 220px;
        top: 300px;
    }
}

@media screen and (max-width: 991px){
    .header .image_one{
        width: 309px;
        height: 187px;
        right: -75px;
    }

    .header .image_three{
        width: 227px;
        height: 310px;
    }

    .header .image_two {
        width: 290px;
        height: 219px;
        right: 175px;
    }

    .header{
        min-height: 300px;
    }

    .header .shape2{
        height: 80%;
        width: 60%;
    }

    .header h1{
        margin-top: 70px;
    }




}

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

    footer .first_list{
        margin-bottom: 30px;
    }

    .header .image_one {
        position: relative;
        width: 50%;
        top: unset;
        right: unset;
        height: 130px;
        border-radius: 35px;
        border-top-right-radius: 0px;
        margin-right: 0px;
        margin-left: auto;
    }

    .header .image_two{
        position: relative;
        width: 55%;
        top: unset;
        right: unset;
        height: 130px;
        margin-top: 20px;
    }

    .header .image_three{
        position: relative;
        width: 40%;
        top: unset;
        right: unset;
        height: 248px;
        float: right;
        margin-top: -125px;
    }

    .header h1{
        text-align: center;
        font-size: 30px;
    }

    .header h2{
        text-align: center;
        font-size: 20px;
    }

    .header .cta{
        display: table;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .advantages img{
        width: 35px;
        margin-top: 11px;
    }

    .advantages .text h3{
        font-size: 15px;
    }

    .elipse1{
        display: none;
    }

    .header {
        min-height: 300px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .product_card_right{
        display: none;
    }

    .product_card_left{
        display: none;
    }

    .product_content{
        background-color: #ffffff;
        padding: 20px;
    }

    .product_card .product_img{
        height: 300px;
    }

    .about{
        padding-bottom: 0px;
        padding-top: 100px;
    }


    .navbar-mobile__content {
        display: none;
        position: fixed;
        height: 100%;
        background-color: #292828;
        top: 0;
        left: 0;
        z-index: 9;
        transform: none;
        margin-top: 0px;
        text-align: center;
        width: 100%;
        margin: 0;
        min-height: 100%;
        padding-top: 15vh;
    }

    .navbar-mobile__content ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .navbar-mobile__content ul li {
        margin-bottom: 5px;
    }

    .navbar-mobile__content ul li a {
        color: #ffffff;
        font-size: 17px;
        font-weight: 500;
    }

    .menu-mobile {
        cursor: pointer;
        position: relative;
        width: 30px;
        height: 30px;
        display: block;
        float: right;
        z-index: 10;
        margin-top: 9px;
    }

    .menu-global {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        left: 0;
        border-top: 2px solid #212529;
        width: 100%;
        -webkit-transition: 0.55s;
        transition: 0.55s;
    }

    .menu-top {
        top: 0;
    }

    .menu-middle {
        top: 10px;
    }

    .menu-bottom {
        top: 20px;
    }

    .menu-top-click {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        top: 15px;
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg);
        -webkit-transition: 0.55s 0.5s;
        transition: 0.55s 0.5s;
        border-top: 2px solid #ffffff !Important;
    }

    .menu-middle-click {
        opacity: 0;
    }

    .menu-bottom-click {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        top: 15px;
        -webkit-transform: rotate(-410deg);
        transform: rotate(-410deg);
        -webkit-transition: 0.55s 0.5s;
        transition: 0.55s 0.5s;
        border-top: 2px solid #ffffff !Important;
    }

    .navbar-active {
        display: block;
    }

    .navbar-nav{
        display: none;
    }

    .mobile_cart{
        display: block;
        position: absolute;
        right: 90px;
    }

    .mobile_cart img{
        width: 24px;
    }

    .number_of_products {
        margin-top: -30px;
        margin-left: 20px;
    }

    .navbar.navbar-shrink{
        box-shadow: 0px 1px 4px #cbcbd4;
    }

    .header .image_one{
        width: 65%;
        height: 150px;
    }

    .header .image_two{
        margin-top: 16px;
    }

    .product_card h2{
        margin-top: 0px;
        font-size: 25px;
    }

    .products_cta .add_to_cart{
        font-size: 13px;
        width: 155px;
    }

    .product_card_cta{
        font-size: 13px;
        width: auto;
    }

    .header .cta{
        font-size: 13px;
    }

    .about h2{
        font-size: 22px;
    }

    p{
        font-size: 14px;
    }

    .price-box .price-regular{
        font-size: 25px;
    }

    .price-box .price-old{
        font-size: 18px;
    }

    .faq-section__content p{
        font-size: 14px;
    }

    footer .logo{
        display: block;
        text-align: center;
    }

    footer .first_list{
        text-align: center;
        margin-bottom: 40px;
    }

    footer .title{
        font-size: 14px;
    }

    footer ul li a{
        font-size: 14px;
    }

    footer .first_list{
        font-size: 16px;
    }

    .table-responsive{
        overflow-x: auto;
    }

    .subpage_header h2{
        font-size: 27px;
    }

    .navbar .navbar-brand img{
        width: 90px;
    }

    .nav-tabs .nav-item{
        width: 100%;
        display: block;
    }

    .cart-table table tbody tr td {
        padding: 15px;
        font-size: 12px;
    }

    .advantages .image{
        max-width: 100%;
    }

    .subpage-body .content{
        padding: 25px;
        font-size: 14px;
    }

    .tab-content>.active {
        padding: 25px;
        font-size: 14px;
    }

    .faq-section__title{
        font-size: 14px;
    }

    .faqs h3{
        font-size: 25px;
    }

    .subpage-header {
        margin-top: 90px;
    }
    
    .breadcrumb{
        font-size: 10px;
    }
    
    .nav-tabs .nav-link{
        font-size: 14px;
    }

}


