/************** 1200-992 **********************/
/**********************************************/
@media(min-width:992px) and (max-width:1200px){
    #menu{
        width:650px;
    }
    #menu li > a{
        font-size: 12px;
        width: 155px;
    }
}
@media(min-width:480px){
    .header_info .search {
        right: 110px;
        position: relative;
        top: 50%;
        bottom: 0;
        margin: auto;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media (max-width: 480px) {
    #logo {
        padding-top: 15px;
        padding-bottom: 15px;
        height: 100%;
    }
    .langs{
        right: 55px;
    }
    #logo img {
        height: 100%;
        width: auto;
    }
    .header_info {
        height: 80px;
        width: 100%;
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        padding: 0 15px;
        background-color: #fff;
    }
    .phones {
        display: none;
    }
    .compare_form{
        width: 100%;
    }
    .phones:after {
        display: none;
    }
    .search {
        display: none;
    }
    .menu1 {
        position: absolute;
        display: inline-block;
        width: 26px;
        height: 24px;
        top: 0;
        bottom: 0;
        right: 0px;
        margin: auto;
    }
    .menu1 span {
        margin: 0 auto;
        position: relative;
        top: 0px;
    }
    .menu1 span, .menu1 span:before, .menu1 span:after {
        width: 34px;
        height: 2px;
        background-color: #00ACED;
        display: block;
    }
    .menu1 span:before, .menu1 span:after {
        position: absolute;
        content: '';
    }
    .example5 span {
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .menu1 span:before {
        margin-top: -10px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .example5 span:before {
        -webkit-transition-property: margin, -webkit-transform;
        transition-property: margin, transform;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s;
    }
    .menu1 span:after {
        margin-top: 10px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .example5 span:after {
        -webkit-transition-property: margin, -webkit-transform;
        transition-property: margin, transform;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s;
    }
    .a.example5 span:after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition-delay: 0s, 0.2s;
        transition-delay: 0s, 0.2s;
        /*width: 33px;*/
    }
    .a.example5 span:before {
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: 0s, 0.2s;
        transition-delay: 0s, 0.2s;
        /*width: 33px;*/
    }
    .a.example5 span {
        background-color: rgba(0,0,0,0.0);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    #mm_btn {
        display: block;
        background: none;
        /*padding: 10px;*/
        border: none;
        outline: none;
        width: 33px;
        height: 33px;
    }
    #mog_menu {
        display: block;
        position: fixed;
        top: 80px;
        height: 100%;
        width: 80%;
        z-index: 999;
        left: 0px;
        background-color: #fff;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: 0.7s;
        -moz-transition: 0.7s;
        -o-transition: 0.7s;
        transition: 0.7s;
    }
    #mog_menu.open_mob {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
        /*left: 0;*/
    }
    #menu {
        display: none;
    }
    .mob_search {
        display: table;
        width: 100%;
    }
    .mob_search div {
        display: table;
        width: 205px;
        /*margin: 0 auto;*/
        margin-left: 15px;
        float: left;
        padding-top: 15px;
    }
    .mob_search button,
    .mob_search input {
        -webkit-appearance: none;
        border-radius: 0;
        position: static;
        float: left;
        display: block;
    }
    .mob_menu {

    }
    .mob_menu li {
        list-style-type: none;
        border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    }
    .mob_menu li:last-child {
        border-bottom: none;
    }
    .mob_menu li:last-child a {
        padding-bottom: 0;
    }
    .mob_menu li a {
        padding: 15px;
        font-size: 18px;
        display: block;
        color: #00aced;
    }
    .mob_phones {
        position: relative;
        width: 200px;
        float: left;
        margin-left: 15px;
        margin-top: -5px;
    }
    .mob_phones a {
        color: #919396;
        font-size: 16px;
        padding-left: 45px;
    }
    .mob_phones p {
        margin-bottom: 5px;
    }
    .mob_phones p:first-child {
        margin-top: 10px;
    }
    .mob_phones:before {
        content: "";
        display: block;
        height: 45px;
        width: 30px;
        position: absolute;
        left: 0px;
        top: 0;
        bottom: 0;
        margin: auto;
        background-image: url(../img/phone-11.svg);
        background-repeat: no-repeat;
        background-position: center;
    }
    .follow_section {
        z-index: 9;
    }
    .follow_btn strong {
        display: inline-block;
    }
    .follow_section span {
        width: 150px;
        left: -45px;
    }
    #footer {
        text-align: center;
        padding: 0;
    }
    .footer_info {
        padding: 15px;
    }
    #footer .row {
        margin: 0;
    }
    #footer .row .col-md-3 {
        min-height: 1px!important;
        padding: 15px;
        border-top: 1px solid #fff;
        border-left: none!important;
        border-right: none!important;
        border-bottom: none!important;
    }
    #footer .row .col-md-3:first-child {
        border-top: none;
    }
    #footer .row .col-md-3:last-child ul,
    #footer .row .col-md-3 p:last-child {
        margin-bottom: 0;
    }
    #footer .row .col-md-3:nth-child(3) p br {
        display: none;
    }
    #footer .row .col-md-3:nth-child(3) p a {
        margin-bottom: 5px;
        display: block;
    }
    .main-slider .slick-dots {
        bottom: 30px;
    }
    .second_slider {
        margin: 15px 0;
        height: auto;
    }
    .second_slider, .homepage-second-slider {
        height: 585px!important;
    }
    #terms_banner {
        margin-top: 20px;
    }
    .seconde-slide-img {
        height: 300px!important;
        width: 100%;
        float: none;
        background-size: cover;
    }
    .seconde-slide-info {
        height: auto!important;
        width: 100%;
        float: none;
    }
    .homepage-second-slider .printer_info {
        text-align: center;
        font-size: 14px;
        padding: 15px;
        margin-bottom: 0;
        position: relative;
        height: 285px;
        top: 0!important;
    }
    .printer_info p {
        text-align: justify;
        /*margin-bottom: 60px;*/
    }
    .printer_info h2 {
        margin-bottom: 15px;
        font-size: 26px;
    }
    .printer_info a {
        bottom: 40px ;
        left: 0;
        margin: 0 auto;
        padding: 10px;
        font-size: 18px;
        width: 160px;
    }
    .slick-dots {
        bottom: 10px;
        /*width: 50px;*/
        padding: 0 10px;
        position: absolute;
    }
    .slick-dots li:nth-child(2) {
        margin-left: 0;
    }
    .shadow {
        display: none;
    }
    .prev_append {
        right: 100%;
        left: auto;
    }
    .next_append {
        left: 100%;
        right: auto;
    }
    .small_menu {
        display: none;
    }
    .main_content .space20 {
        height: 15px;
    }
    .product_info {
        padding: 0;
    }
    .product_info p {
        margin-bottom: 0;
    }
    ul.product_categories li {
        margin-right: 0;
    }
    .sub_title_slide {
        margin-bottom: 15px;
    }
    .product_categories li:last-child {
        margin-bottom: 0;
    }
    ul.product_categories li {
        margin-bottom: 15px;
    }
    .row.section_select .col-md-6 { 
        padding: 5px 15px;
    }
    .breadcumbs {
        margin-top: 80px;
    }
    .main-img {
        background-position: center;
    }
    .main_img_info {
        padding: 25px;
        font-size: 16px;
        width: 100%;
    }
    .spec_for_mob li:last-child {
        margin-bottom: 15px;
    }
    .category_div_for_mob .section_select {
        padding-top: 0;
    }
    .mog_to_15 {
        height: 15px;
    }
    .mob_for_center li {
        display: block!important;
        margin: 0 auto;
        margin-right: auto!important;
    }
    .form_textarea textarea {
        margin-top: 15px;
        height: 150px;
    }
    .form_email input {
        width: 100%;
        margin-top: 15px;
    }
    .form_name input {
        width: 100%;
    }
    .form_textarea textarea {
        width: 100%;
    }
    .form_contact form {
        padding: 30px 15px 15px;
    }
    .form_submit {
        margin-top: 15px;
    }
    .search_sidebar {
        margin-top: 15px;
    }
    .cont_form_area:before {
        background-size: 22px;
    }
    .brochure_prod {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .def_padd_mob {
        padding: 0;
    }
    .single_prod_content {
        display: block;
        padding: 15px;
    }
    .single_prod.printer_info table,
    .single_prod.printer_info tbody,
    .single_prod.printer_info td,
    .single_prod.printer_info tr {
        /*display: block;*/
        /*width: 100%;*/
        /*vertical-align: middle;*/
        font-size: 12px;
    }
    .page_compare {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .mob_last_marg li:last-child {
        margin-bottom: 15px;
    }
    .printer_info iframe,
    .printer_info img,
    .printer_info video {
        max-width: 100%;
        display: block;
    }
    .section_select select,
    .search_sidebar div, .search_sidebar input {
        border-radius: 0;
    }
    .compare_img {
        width: 100%;
    }
    .compare {
        padding: 15px 7.5px 10px;
        text-align: center;
    }
    .compare p {
        margin-bottom: 5px;
    }
    .compare .search_sidebar {
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: center;
    }
    .compare .col-md-3 {
        padding: 0 7.5px;
    }
    .page_compare .col-md-3, .page_compare .col-md-4 {
        border: none;
    }
    .compare_sec {
        border-top: 1px solid #cfd1d2;
        border-bottom: 1px solid #cfd1d2;
    }
    .page_compare {
        border-top: none;
        margin-bottom: 0;
    }
    .com_page_comp {
        margin-top: 0;
    }
    .com_page_comp .col-md-4 {
        padding: 0 7.5px;
    }
    .com_page_comp .col-md-4 p,
    .com_page_comp .col-md-4 div {
        width: 100%;        
    }
    .take_bot_margin_on_mob {
        margin-bottom: 15px;
    }
    .take_bot_margin_on_mob .single_category .col-md-9 {
        padding-bottom: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 350px) {
    .homepage-second-slider .printer_info {
        height: 330px;
    }
    .second_slider, .homepage-second-slider {
        height: 630px;
    }
}


