/*Styles of media quries start from here*/

@media (max-width: 575px) {
    /*.header_phone_wrapper{*/
    /*    display: none !important;*/
    /*}*/
	.home_hero .hero_title{
font-size: 18px;
    flex-wrap: wrap;
    flex-flow: column;
}
.home_hero .hero_title span{
	    min-height: 50px;
}
.home_hero .hero_green_title::before{
	    right: -52px;
    top: -4px;
}
.home_hero .hero_green_title::after{
	    right: -104px;
    bottom: -15px;
}
.home_hero .hero_white_title::before{
	    left: -42px;
    top: 0;
}
}

@media (min-width: 576px) and (max-width: 767px) {
    .home_category .cats_item{
    width: 33%;
}
    .main_footer .footer_phone{
    width: 20%;
}
.home_hero .scroll_bottom_icon{
	left: 17%;
}
}

@media (min-width: 576px) {
    .main_footer .f_contact_item.footer_tell{
    justify-content: flex-start;
}
    .main_footer .footer_phone::after{
        content: '';
        display: inline-block;
        width: 3px;
        height: 12px;
        background-color: #9fe54f;
        border-radius: 10px;
        position: absolute;
        left: 13px;
        top: 3px;
    }
    .contact_ways_wrapper form .cf_wrapper .row{}
    .contact_ways_wrapper form .cf_top_sc{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
    .contact_ways_wrapper form .cf_input_holder{
    width: 48%;
    margin: 1%;
    margin-bottom: 15px;
}
    #commentform .form-submit_wrapper{
    text-align: left;
}
    .comments .user_comment_txt{
    padding: 25px 35px;
    padding-bottom: 0;
}
    .comments .user_message .comment_opt .reply_btn{
    text-align: left;
}
}

@media (min-width: 768px) and (max-width: 991px) {
    .home_category .cats_item{
    width: 25%;
}
    .archive_product .archive_product_desc{
        padding: 20px 40px;
    }
    .maincat_page .cat_thumb_holder{
    margin-bottom: 75px;
}
    footer .newsletter_section .all{
    padding: 25px 50px;
}
.main_header .header_menu_wrapper a{
	font-size: 13px;
}
.main_header .header_menu_wrapper li{
	margin-left: 5px;
}
.home_hero .hero_title{
	    flex-flow: column;
    align-items: flex-start;
	font-size: 18px;
}
.home_hero .hero_title span{
	    min-height: 40px;
}
.home_hero .hero_green_title::before{
	right: -55px;
    bottom: -30px;
}
.home_hero .hero_green_title::after{
    right: -56px;
    top: 23px;
}
.home_hero .hero_white_title::before{
	left: -40px;
    top: 0;
}

.author_box{
	padding: 35px 30px;
}
.home_hero .scroll_bottom_icon{
	left: 4%;
}

}

@media (max-width: 767px) {
    .main_header .header_menu_wrapper{
        display: none;
    }
    .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
}
.col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
}
.home_header .main_header .header_phone_wrapper {
    padding: 0;
    justify-content: center !important;
}
}

@media (min-width: 768px) {
    .mobile_menu_wrapper{
        display: none;
    }
    .home_hero{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 445px;
}
    .home_hero .hero_img_wrapper{
        order: 2;
        padding-top: 0;
        margin-bottom: 0;
    }
    .home_hero .hero_content_wrapper{
        order: 1;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
    .home_hero .hero_desc{
    text-align: right;
}
    .home_hero .hero_btn_holder{
    text-align: right;
}
    .home_hero .hero_title{justify-content: flex-start;padding-right: 45px;}
    .home_banner .banner_info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 12%;
    min-height: 75px;
}
    .home_banner .owl-nav button{
    min-height: 75px;
    width: 7%;
}
    .home_banner .owl-nav{min-height: 75px;}
    .home_about .about_img_wrapper{
    order: 2;
}
    .home_about .about_content_wrapper{
        order: 1;
        margin-top: 0;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
    .home_about .about_title{
        text-align: right;
    }
    .home_about .about_desc{
        text-align: justify;
    }
    .home_about .btn_holder{
        text-align: right;
    }
    .home_features .features_holder{
    margin-top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
    .main_footer .footer_info_wrapper{
        order: 2;
    }
    .main_footer .footer_contact_wrapper{
        order: 1;
        margin-top: 84px;
    }
    .main_footer .footer_menu_wrapper{
        order: 3;
    }
    .footer_copyright{
        order: 4;
    }
    .main_footer .footer_main_title{
    text-align: right;
    margin-bottom: 23px;
}
    .main_footer .footer_phone{
    width: 44%;
}
    .main_footer .f_contact_item.footer_tell{
    margin-bottom: 15px;
}
    .main_footer .footer_menu{
    margin-top: 84px;
}
    .contact_ways_wrapper .contact_map_wrapper{
    order: 2;
}
    .contact_ways_wrapper .contact_form_wrapper{
    order: 1;
    padding-top: 0;
}
    .contact_page .contact_ways_wrapper{
    padding-top: 80px;
}
    .contact_ways_wrapper .contact_social{
    text-align: left;
}
    .contact_ways_wrapper .map_holder iframe{
    min-height: 570px;
}
    .contact_ways_wrapper .contact_social .social_holder{
    padding: 0;
}
    .single_page .post_option_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 20px;
}
    .post_share_holder{
    margin-top: 0;
}
    .post_share_holder .share_icon{
    margin-right: 26px;
}
    .single_page .single_tag{
    text-align: right;
}
    .single_comment_wrapper{
    padding-top: 50px;
}
    #commentform .form-submit_wrapper{
    margin-top: 5px;
}
    .comments{
    margin-top: 50px;
}
    .single_top_wrapper{
    padding-bottom: 40px;
}
    .single_product .product_thumb_holder{
    order: 2;
}
    .single_product .product_detail{
        order: 1;
    }
    .single_product .product_title_holder .product_title{
    text-align: right;
}
    .single_product .product_title_holder{
    margin-bottom: 10px;
}
    .single_product .product_cats_wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 15px;
    padding-top: 18px;
}
    .single_product .product_cat_title{margin-left: 10px;}
    .single_product .btn_holder{
    text-align: right;
}
    .single_product .btn_holder .blue_vr{
    margin-bottom: 0;
    margin-left: 12px;
}
    .single_product .product_summery_opt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
    .single_product .post_share_holder{
    margin-top: 0;
}
    .single_product .product_tag_item{
    margin-top: 7px;
}
    .single_product .product_first_related{
    margin-top: 40px;
    padding-top: 40px;
}
    .single_product .product_related .single_related_title{
    font-size: 16px;
    margin-bottom: 35px;
}
    .single_product .product_second_related{
    padding: 40px 0;
}

    .single_product .product_full_editor{
    padding: 10px 35px;
    padding-bottom: 20px;
}
    .maincat_page .cat_desc{
    padding: 20px 40px;
}
    .demo_request .acf-fields{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
    .demo_request .acf-field-text{
    width: 46%;
    margin: 0 2% !important;
    margin-bottom: 22px !important;
}
    .demo_request .acf-field-text.full_width{
        width: 96%;
        margin: 0 2% !important;
        margin-bottom: 22px !important;
    }
    footer .newsletter_section .all{
    padding: 25px 55px;
}
    footer .newsletter_section .all::before , footer .newsletter_section .all::after{
        content: '';
        width: 14px;
        height: 41px;
        display: inline-block;
        background-color: #80bd3e;
        position: absolute;
    }
    footer .newsletter_section .all::before{
    right: 0;
    top: calc(50% - 20px);
    border-radius: 2px 0 0 2px;
}
    footer .newsletter_section .all::after{
    left: 0;
    top: calc(50% - 20px);
    border-radius: 0 2px 2px 0;
}
.author_box .author_name{
	text-align: right;
}

.single_page .page_opt_wrapper{
    justify-content: space-between;;
}
.single_page .page_opt_wrapper .opt_btn_holder{
	margin-top: 0;
}

}

@media (min-width: 992px) and (max-width: 1200px) {
    .home_hero .hero_desc{
    width: 87%;
}
    .home_hero{
    min-height: 600px;
}
    .home_about .about_title{
    margin-bottom: 20px;
}
    .home_about .about_content_wrapper{
    padding-left: 10%;
}
    .editor_content blockquote{
    padding: calc(1.56% + 17px) calc(15% + 8px);
}
    .editor_content blockquote::before{
    right: 10%;
}
    .editor_content blockquote::after{
    left: 10%;
}
    .archive_product .archive_product_desc{
        padding: 20px 45px;
    }
    .maincat_page .cat_desc{
    padding: 20px 45px;
}
.home_hero .scroll_bottom_icon{
	left: 3%;
}
}

@media (max-width: 991px) {
    .main_header .header_btn_wrapper{
        display: none;
    }
}
@media (min-width: 992px) {
    .home_banner .all{
    padding-top: 25px;
}
.home_banner .banner_title {
    font-size: 24px;
    padding: 20px 0;
}
    .home_banner .banner_slider_holder{
    margin-top: 12px;
}
    .home_category .cats_item{
    width: 20%;
}
    .home_category .main_content{
    margin-top: 45px;
}
    .customer-carousel .owl-nav{
    position: absolute;
    width: 116%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: calc(50% - 19px);
    right: -8%;
    margin: 0;
    pointer-events: none;
}
    .customer-carousel .owl-nav button.owl-prev, .customer-carousel .owl-nav button.owl-next{
        margin: 0;
        pointer-events: auto;
    }
    .customer-carousel .owl-nav .icon-arrow::before{
    font-size: 19px;
}
    .home_customer .customer-carousel .owl-stage{}
    .home_customer{
    padding-bottom: 65px;
    padding-top: 55px;
}
    .home_features{
    padding-top: 50px;
}
    .inner_pages_opt{
    padding-top: 40px;
}
    .innerpages_heading{
    margin-bottom: 20px;
}
    .about_page .about_thumb_wrapper{
        margin-bottom: 60px;
    }
    .archive_product .product_roll_box{
    margin-bottom: 50px;
}
    .single_product .product_summery_top{
    padding: 35px 50px;
}
    .single_product .product_price_holder{
    margin-top: 20px;
}
    .single_product .product_detail{
    padding-left: 35px;
}
    .single_product .product_full_content{
    margin-top: 20px;
}
    .single_product .product_full_editor{
    padding: 30px 60px;
}
    .single_product .product_full_editor::before{
    top: 40px;
}
    .maincat_page .subcats_wrapper{
    margin-top: 55px;
}
.maincat_page .subcats_holder {
    margin-top: 45px;
    margin-bottom: 25px;
}
.post_content.editor_content.demo_request #acf-form ,
    .demo_request .main_content{
    padding: 45px 60px;
}
.home_banner {
    padding-top: 120px;
}
    .single_page .single_related_wrapper{
    padding-top: 40px;
}
    .single_comment_wrapper .single_sc_title{
    margin-bottom: 35px;
}
    .comments ul.children > .comment::before{
    right: -45px;
}
    footer .newsletter_section .all{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
}
    footer .newsletter_section .newsletter_heading{
    text-align: right;
    width: 70%;
}
    footer .newsletter_section .newsletter_input{
    width: 45%;
}
    footer .main_footer{
    margin-top: -59px;
    padding-top: 70px;
}
	.author_box{
		padding: 35px 30px;
	}
	.single_page .single_author_wrapper{
		margin-top: 35px;
	}
}

@media (min-width: 1200px) {
    .home_hero{
    min-height: 700px;
    }
    .home_hero .hero_desc{
    width: 80%;
    margin-top: 15px;
}
    .home_hero .hero_title{
    font-size: 22px;
}
    .home_hero .hero_btn_holder{
    margin-top: 25px;
}
    .home_about .about_title{
        margin-bottom: 20px;
    }
    .home_about .about_content_wrapper{
        padding-left: 10%;
    }
    .home_features .features_holder.first_feature{
    padding-right: 60px;
}
    .home_features .features_holder.second_feature{
        padding-right: 40px;
    }
    .main_footer .footer_phone::after{
    left: 20px;
}
    .main_footer .footer_phone:nth-child(even):after{
        display: none;
    }
    .main_footer .footer_phone:nth-child(3){
    margin-right: 24px;
}
    .editor_content blockquote{
        padding: calc(1.56% + 17px) calc(19% + 8px);
    }
    .editor_content blockquote::before{
        right: 15%;
    }
    .editor_content blockquote::after{
        left: 15%;
    }
    .contact_ways_wrapper .map_holder iframe{
    min-height: 547px;
}
    .archive_product .archive_product_desc{
        padding: 20px 45px;
    }
    .maincat_page .cat_desc{
        padding: 20px 45px;
    }
	.home_hero .scroll_bottom_icon{
	left: 13%;
}
}