/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/


@media only screen and (max-width: 1600px)
{


}

/************
2. 1440px
************/

@media only screen and (max-width: 1540px)
{

}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{

}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{

}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.main_slider
	{
		min-height: 475px;
		height: calc(100vw / 1.714);
	}
	.main_slider_content
	{
		width: 80%;
	}
	.banner_item
	{
		height: 220px;
	}
	.product-item
	{
		height: 360px;
	}
	.product
	{
		height: 320px;
	}
	.timer li
	{
		width: 90px;
		height: 90px;
	}
	.timer_num
	{
		font-size: 36px;
		font-weight: 500;
	}
	.timer_unit
	{
		margin-top: 5px;
	}
	.blog_title
	{
		font-size: 20px;
	}
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{

	.container {
		max-width: 90%;
	}


	.menu {
		height: 100vh;
justify-content: start !important;
align-items: flex-start;
	}
	.menu .nav-item {
    padding: 6px;
}
.menu .nav-item a {
	padding:12px;
}
.searchinput {
	background-image: none !important;
}


.menumobileview .contact-button {
	padding:9px 25px;
	top: 0px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
	.menumobileview {
    display: block !important;
		width: auto;
  }

.navbar-toggler {
	font-size: 1.05rem;
}
  .menudesktopview {
    display: none !important;
  }

	.widget_contact_info ul {
		padding-left: 0;
	}
	.widget_useful_link ul {
		display: block;
	}
	.widget_useful_link ul li {
		width: 100%;
margin-bottom: 0;
	}
	.widget_contact_info ul li h6, .widget_contact_info ul li span {
		width: 100%;
	}

.secondarybanner {
	height: 300px;
	margin-top: 90px;
}
.productbanner .secondarybanner {
  margin-top: 80px;
}
.contactbg {
	background-size: contain;
}
.contwrapper .info-wrap {
	padding: 2rem !important;
}

.contwrapper .p-md-5 {
	padding: 2rem !important;
}
.aboutsideimg {
	width: 41%;
	height: auto;
}
.respagebox {
	overflow-x: hidden;
}

.vision {
	padding: 20px 0 20px !important;
}

.mission {
	padding: 20px 0 20px !important;
}

.moto {
	padding: 20px 0 20px !important;
	background-size: contain !important;
}

.respcontainer {
	max-width: 100%;
}
.pro_pagebox .innercontactbutton {
	right: 10px;
}
.resppinfo {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}
.resppinfo .product_title {
    font-size: 24px;
	}
	.resppinfo .woocommerce-variation-availability {
		margin-bottom: 1rem !important;
	}
	.resppinfo .pinfoimg {
		width: 325px;
	}
	.promo-block-v7 {
		padding-top: 15px;
	}
	.respromoblock .lg-margin-b-100 {
    margin-bottom: 0px !important;
}

.respimgwidth {
	width: 20%;
	margin: 15px 0 !important;
}
.respimg-section img {
	width: 100%;
}

.resp4img {
	width: 70px !important;
}

.respbtn {
	margin-top: 1rem !important;
}
 .respbtn button{
	margin-bottom: 15px !important;
}


.clients-v1 .clients-v1-item, .clients-v1 .clients-v1-item .clients-v1-img {
	width: 120px;
	height: 120px;
}

#exampleModal .modal-dialog {
	padding-top: 85px;
}
.product-images:hover .view-details-btn {
	color: #fff !important;
}
.content-sm {
    padding-top: 30px;
    padding-bottom: 30px;
}
.forcefullwidth_wrapper_tp_banner {
	margin-top: 85px !important;
}

.logobox {
    width: 170px;
    padding: 10px 0;
}

.fpimg {
    height: 200px !important;
    width: 200px !important;
}
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	h1{font-size: 48px;}
	h2{font-size: 36px;}
	.main_slider_content h6
	{
		margin-bottom: 23px;
	}
	.shop_now_button
	{
		margin-top: 26px;
	}
	.grid-item
	{
		width: 25%;
	}
	.top_nav
	{
		display: none;
	}
	/* .navbar_menu
	{
		display: none;
	} */
	.hamburger_container
	{
		display: block;
	}
	.main_slider
	{
		margin-top: 100px;
	}
	.main_slider_content
	{
		width: 100%;
		padding-right: 15px;
	}
	.banner_item
	{
		height: 160px;
	}
	.banner_category
	{
		min-width: 160px;
		height: 40px;
	}
	.banner_category a
	{
		font-size: 16px;
		line-height: 40px;
	}
	.product-item
	{
		width: 25%;
	}
	.deal_ofthe_week_col
	{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.deal_ofthe_week_content
	{
		position: relative;
		top: auto;
		left: auto;
		height: auto;
	}
	.deal_ofthe_week_img
	{
		text-align: center;
	}
	.timer li
	{
		width: 70px;
		height: 70px;
	}
	.timer_num
	{
		font-size: 28px;
	}
	.timer_unit
	{
		margin-top: 1px;
		font-size: 14px;
	}
	.benefit_col
	{
		margin-bottom: 30px;
	}
	.benefit_col:last-child
	{
		margin-bottom: 0px;
	}
	.blog_item_col
	{
		margin-bottom: 30px;
	}
	.blog_item_col:last-child
	{
		margin-bottom: 0px;
	}
	.blog_item
	{
		height: 440px;
	}
	.blog_title
	{
		font-size: 24px;
	}
	.newsletter_text
	{
		height: auto;
		margin-top: 30px;
	}
	.newsletter_text p
	{
		margin-top: 5px;
	}
	.newsletter_form
	{
		height: auto;
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.footer_nav_container
	{
		height: auto;
		margin-top: 65px;
	}
	.footer_social
	{
		height: auto;
		margin-top: 20px;
		margin-bottom: 65px;
	}
	/* .navbar {
			height: 100vh;
	} */


}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{

}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{

}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	.navbar {
		padding: 5px 0;
	}

	.logobox {
		width: 150px;
	}
	.forcefullwidth_wrapper_tp_banner {
		margin-top: 78px !important;
	}
	.secondarybanner {
		height: 230px;
		margin-top: 80px;
	}

	.productbanner .secondarybanner{
		height: 80px;
	}
	.productbanner .protitle{
		    padding-top: 65px;
				font-size: 38px;
	}
	.respad {
		padding: 1.5rem !important;
	}

	div.upload {
		padding-top: 8px !important;
	}
	.aboutsideimg {
		width: 100%;
		height: 400px;
		display: flex;
		justify-content: center;
	}

	.respagebox .sm-margin-b-50 {
    margin-bottom: 10px !important;
}
.vision {
	padding: 30px 0 0 !important;
}
.mission {
	padding: 30px 0 0 !important;
}
.moto {
	background-position: right bottom !important;
	background-size: 36% !important;
	padding: 20px 0 0 !important;
}
.pinfosection .nav-tabs .nav-item>.nav-link {
	margin-bottom: 0px;
}
.pinfosection .collapse.show {
	width: 100%;
	height: auto;
}
.pinfosection .tab-pane {
		padding: 0px !important;
}
.resppinfo .product_title {
    font-size: 22px;
}
.resppinfo .woocommerce-variation-availability {
	font-size: 1.2rem;
}
.resppinfo .pinfoimg {
    width: 300px;
}
.resppinfo .table tbody tr td {
	padding: 5px;
}

.respromoblock .btn-teal-brd {
	margin-bottom: 0 !important;
}
.respimgwidth {
	width: 25%;
}
.respimgwidth p {
	font-size: 14px;
}
.respbtn button {
    margin-bottom: 0px !important;
}
.resphead1 {
	margin-bottom: 25px !important;
}
.swiper-slide .fpimg {
	height: 200px !important;

}
.swiper-slide .fpimg img {
    margin: auto;
		padding-top: 0;
}
.swiper-slide .news-v7 .news-v7-title {
	margin-bottom: 0 !important
}
.swiper-slide .news-v7 .news-v7-content {
	margin-top: 30px;
}
.swiper-slide .productimg {
	width: 235px;
}
.respibottom {
	margin-bottom: 2rem !important
}

#exampleModal .modal-dialog {
	max-width: 95% !important;
}

.modalpimage {
	width: 85%;
	margin: auto;
}

#exampleModal .modal-header {
	padding: 0.7rem 1rem;
}

#exampleModal .modal-content {
    height: 450px;
}

#modalpimage {
	width: 85%;
margin: auto;
}



.firstimagecaption {
	font-size: 32px !important;
}
.secondimage {
	font-size: 30px !important;
}
.secondimagecaption {
	font-size: 40px !important;
	line-height: 60px !important;
}

.whyimage{
	display: block;
	margin: auto;
}
.whycontent {
	margin-bottom: 10px !important;
}
.gridlist.listview .item .item-container {
	padding: 10px;
}
.listview .avatar {
	padding-top: 0px;
	margin-left: 40px;
	width: 165px;
}

}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	h1{font-size: 36px;}
	h2{font-size: 24px;}
	h6{font-size: 12px;}
	.main_slider_content h6
	{
		margin-bottom: 20px;
	}
	.shop_now_button
	{
		margin-top: 23px;
	}
	.red_button a
	{
		font-size: 12px;
	}
	.banner_item
	{
		margin-bottom: 30px;
		height: 210px;
	}
	.new_arrivals_title
	{
		margin-top: 44px;
	}
	.product-item
	{
		width: 33.333333333333%;
		height: 345px;
	}
	.product
	{
		height: 305px;
	}
	.grid_sorting_button
	{
		font-size: 13px;
		padding-left: 20px;
		padding-right: 20px;
		min-width: 80px;
	}
	.product_slider_container
	{
		height: auto;
	}
	.product_slider_item .product-item
	{
		height: 380px;
	}
	.benefit_col
	{
		margin-bottom: 15px;
	}
	.blog_item
	{
		height: 372px;
	}
	.newsletter_form
	{
		margin-bottom: 40px;
	}
	.newsletter_submit_btn
	{
		margin-top: 15px;
	}
	/* .menumobileview {
		width: 100%;
		margin-top: 10px
	} */

	/* .menumobileview .input-group {
		display: block
	} */
	.forcefullwidth_wrapper_tp_banner {
		margin-top: 75px !important;
		height: 50vh !important;
	}


.productbanner .protitle {
	padding-top: 85px;
}
.respinnercontainer {
	max-width: 100%;
}
.search_alphabet {
	display: inline-block;
	border-radius: 15px;
}

.search_alphabet a {
	width: 25px;
	height: 25px;
	margin: 5px;
}

.respprimaryheader {
	display: none !important;
}
.resptoolheader {
	display: flex !important;
	padding: 0 !important;
	justify-content: space-between !important;
	margin-bottom: 10px !important;
}
.resptoolheader small {
	font-size: 0.8rem;
}

.resptoolheader i {
	font-size: 24px;
}

.resptoolheader ul li {
	font-size: 14px;
}


.gridlist {
	padding: 0;
}
.gridlist.listview .item .item-container {
	flex-direction: column;
	padding: 5px;
}
.listview .avatar {
	width: 165px;
	margin: 0 !important;
}
.gridlist .item .item-container .item-content {
	padding: 0.75rem;
	text-align: center;
}
.resptablediv {
	width: 100% !important;
}
.pricetable tbody tr:nth-of-type(even) {
    background: #f7f8fa;
}
.pricetable {
	font-size: 13px;
	margin-top: 1.2rem !important;
}
.pricetable tbody tr td {
	padding: 1px;
}
.resptd {
	color: #3a3a44 !important;
}
.gridlist .item.is-expanded .item-reveal a.btn {
	margin-top: 0px;
}
.gridlist .item.is-expanded .item-reveal button {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #ddd;
}

.resptop {
	font-size: 14px;
}
.resppinfo {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}
.resppinfo .product_title {
    font-size: 20px;
}
.resppinfo .woocommerce-variation-availability {
    font-size: 1rem;
}
.resppinfo .woocommerce-variation-availability b {
    font-size: 16px;
}
.resppinfo .pinfoimg {
    width: 100%;
    height: 250px;
    align-items: center;
    display: flex;
    justify-content: center;
    transform: scale(1.2);
}
.resppinfo .pinfoimg img {
width: 70%;
}
.resppinfo .pricetable {
	margin-top: 1rem !important;
}
.respmbottom {
	margin-bottom: 0.5rem !important;
}
.pinfosection .accessbtn {
	margin-right: 0.5rem !important;
	margin-top: 1rem !important;
}
.respaccess {
	text-align: left;
}
.respibottom {
	margin-bottom: 1rem !important
}
.respimgwidth {
	width: 50%;
}
.swiper-slide .news-v7-content.text-center {
    min-height: 110px !important;
}
#exampleModal .modal-content {
    height: auto;
}
#modalpimage {
    width: 70%;
    margin: auto;
}
.view-details-btn {
	transform: none;
}
.summary-inner .product_title {
    font-size: 26px;
		margin-top: 5px;
		margin-bottom: 5px;
}
.summary-inner .variations {
	margin-top: 15px !important;
	margin-bottom: 5px !important;
}

.summary-inner .variations label {
	display: block
}

.whycontent .heading-v1-title {
	margin-top: 5px !important;
}
.content-sm {
	padding-top: 10px;
	padding-bottom: 10px;
}

.semimobileview {
	display: none !important;
}
.logobox {
	width: 140px;
}
.smallmobilessearch {
	justify-content: center;
}
.smallmobilessearch #searchform {
	width: 75%;
	padding: 5px;
}
.smallmobilessearch input[type='text'] {
	height: 35px;
}

.smallmobilessearch .contact-button {
	padding: 5px;
	min-width: 60px;
}
.smallmobiles {
	display: flex !important;
	justify-content: center !important;
}
.secondarybanner, .productbanner .secondarybanner {
	margin-top: 75px;
}

.productbanner .protitle {
	padding-top: 65px;
	font-size: 36px;
}

}

@media only screen and (max-width: 650px) {
	.requestbg {
		background-size: 100% 100%;
	}

	.requestbg .protitle {
		padding-top: 100px;
	}
	.aboutbanner {
		background-image: url('../img/aboutusres700.png') !important;
		background-size: 100% 100%;
	}
	.contactbg {
			background-image: url('../img/contactres700.png') !important;
	}

	.aboutbanner .protitle {
		padding-top: 80px;
	}
	.contactbg .protitle {
		padding-top: 60px;
		padding-right: 100px;
	}

.smallmobiles {
	margin-top: 10px;
}
.navbar-toggler {
	font-size: 1rem;
	margin-top: 10px;
	padding: 0.25rem 0.5rem;
}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	.hamburger_menu
	{
		right: -100%;
		width: 100%;
	}
	.product-item
	{
		width: 50%;
		height: 420px;
	}
	.product
	{
		height: 380px;
	}
	.blog_item
	{
		height: calc((100vw - 30px) / 1.37);
	}
	.cr
	{
		display: block;
		margin-right: 0px;
		margin-bottom: 30px;
		font-size: 13px;
	}
	.footer_nav
	{
		margin-bottom: 20px;
	}
	.footer_nav li
	{
		display: block;
		margin-right: 0px;
	}
	.footer_nav li a
	{
		font-size: 13px;
	}
	.se-pre-con  {
		background-size: 75%;
	}
	.addcartmodal .product_title {
    font-size: 18px;
}
.addcartmodal .btn-close {
	width: 0.5em;
	height: 0.5em;
}
.custmmargintop {
	margin-top: 0 !important;
}
.menu .nav-item a {
	font-size: 13px;
}
}


/************
11. 539px
************/

@media only screen and (max-width: 539px)
{

}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{

}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	.logo_container a
	{
		font-size: 12px;
	}
	.hamburger_container
	{
		margin-left: 25px;
	}
	.hamburger_container i
	{
		font-size: 16px;
	}
	.hamburger_close
	{
		top: 14px;
		right: 4px;
	}
	.hamburger_close i
	{
		font-size: 20px;
	}
	.hamburger_menu_content
	{
		padding-right: 15px;
		padding-top: 70px;
	}
	.menu_item
	{
		border-bottom-color: rgba(181, 174, 196, 0.5);
	}
	.menu_item > a
	{
		font-size: 12px;
		line-height: 35px;
		height: 35px;
	}
	.menu_selection li a
	{
		font-size: 12px;
		line-height: 35px;
		height: 35px;
	}

	.navbar_user li a
	{
		width: 30px;
		height: 30px;
		font-size: 12px;
	}
	.checkout_items
	{
		width: 15px;
		height: 15px;
		font-size: 10px;
	}
	.main_slider
	{
		height: calc(100vh - 70px);
		/*height: 80vw;*/
		min-height: auto;
		margin-top: 70px;
	}
	.main_slider_content h6
	{
		margin-bottom: 15px;
	}
	.main_slider_content h1
	{
		font-size: 24px;
	}
	.shop_now_button
	{
		margin-top: 15px;
		width: 100px;
		height: 35px;
	}
	.red_button a
	{
		font-size: 10px;
	}
	.banner_item
	{
		height: calc((100vw - 30px) / 2.6);
	}
	.grid_sorting_button
	{
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
		min-width: 60px;
		height: 35px;
	}
	.product-item
	{
		width: 100%;
		height: auto;
	}
	.product
	{
		height: auto;
	}
	.product_name a
	{
		font-size: 12px;
	}
	.add_to_cart_button
	{
		margin-top: 20px;
	}
	.deal_ofthe_week_img
	{
		height: 400px;
	}
	.timer
	{
		margin-top: 42px;
	}
	.timer li
	{
		width: 50px;
		height: 50px;
	}
	.section_title::after
	{
	    top: calc(100% + 8px);
	    height: 3px;
	}
	.timer_num
	{
		margin-top: 4px;
		font-size: 16px;
	}
	.timer_unit
	{
		margin-top: -9px;
		font-size: 10px;
	}
	.deal_ofthe_week_button
	{
		margin-top: 36px;
	}

	.product_slider_item .product-item
	{
		width: 100%;
		height: auto;
	}
	.product_slider_item .product-item:hover::after
	{
		box-shadow: none;
	}
	.product_slider_item .product-item .product
	{
		height: auto;
	}
	.product_slider_item .product-item .product_info
	{
		padding-bottom: 30px;
	}
	.blog_title
	{
		font-size: 16px;
	}
	.blog_meta
	{
		font-size: 10px;
	}
	.blog_more
	{
		font-size: 12px;
		margin-top: 5px;
	}
	.newsletter_form
	{
		margin-top: 22px;
	}
	.newsletter_text h4
	{
		font-size: 20px;
	}
	.newsletter_text p
	{
		font-size: 13px;
		margin-top: 5px;
	}
	.newsletter_submit_btn
	{
		font-size: 12px;
	}
	#newsletter_email
	{
		height: 40px;
		width: 100%;
		padding-left: 15px;
	}
	.newsletter_submit_btn
	{
		height: 36px;
		width: 130px;
	}
	#newsletter_email::-webkit-input-placeholder
	{
		font-size: 12px !important;
		padding-left: 0px;
	}
	#newsletter_email:-moz-placeholder /* older Firefox*/
	{
		font-size: 12px !important;
		padding-left: 0px;
	}
	#newsletter_email::-moz-placeholder /* Firefox 19+ */
	{
		font-size: 12px !important;
		padding-left: 0px;
	}
	#newsletter_email:-ms-input-placeholder
	{
		font-size: 12px !important;
		padding-left: 0px;
	}
	#newsletter_email::input-placeholder
	{
		font-size: 12px !important;
		padding-left: 0px;
	}
	.footer_nav_container
	{
		margin-top: 35px;
	}
	.cr
	{
		margin-bottom: 20px;
	}
	.footer_nav
	{
		margin-bottom: 20px;
	}
	.footer_social
	{
		margin-top: 5px;
		margin-bottom: 30px;
	}
	.logobox {
		width: 120px;
	}
	/* .menumobileview {
		margin-top: 0px;
	} */

	#searchform .input-group {
		display: block;
	}

	.menumobileview .searchinput {
		width: 100%;
		border-top-right-radius: 35px !important;
		border-bottom-right-radius: 35px !important;
	}

	.menumobileview .input-group-btn {
		margin-top: 10px;
    justify-content: center;
    display: flex;
	}
	.menumobileview .contact-button {
		border-top-left-radius: 35px;
		border-bottom-left-radius: 35px;
	}

	.careplus-copyright {
		padding: 5px 0 5px;
	}
	.careplus-copyright .row {
		margin: auto;
	}
	.careplus-copyright p{
		font-size: 11px;
	}
	.careplus-footer-social {
		float: inline-start;
	}

	footer {
		font-size: 13px;
	}


.whatsapp-icon-fixed .bi, .download i {
	font-size: 18px;
}
.download {
	padding: 5px;
}

.download i {
	margin-right: 5px;
}

.side-button span {
	padding: 12px;
}
.widget_useful_link ul {
	padding-left: 0;
}
.contact-wrap {
	padding: 2rem !important;
}

.carrersbanner .protitle {
	padding-top: 90px;
}

.resgray-box {
	padding-top: 20px;
}

.resmarginbottom {
	margin-bottom: 2rem !important;
}
.respad {
	padding: 1.2rem !important;
}
.contwrapper .rescontact-wrap {
	padding: 1.2rem !important;
}
.moto {
	height: 310px !important;
}
.mission {
	padding: 20px 0 0 !important;
}
.vision .wpb_content_element, .mission .wpb_content_element, .moto .wpb_content_element {
    margin-bottom: 0px;
}
.aboutsideimg {
	height: 340px;
}
.resphead1 .heading-v1 .heading-v1-title {
    font-size: 16px !important;
}
.resp4img {
	width: 48px !important;
	transform: scale(1.9) !important;
}
.respbtn {
	margin-top:  0 !important;
}
#need-help-text {
	display: none;
}

.arrow-container {
    width: 60px;
    height: 60px;
		bottom: -30px;

	}
	.arrow-2 {
		width: 60px;
		height: 60px;
		/* top: 30px; */
	}
	.arrow-1 {
    width: 80px;
    height: 80px;
    /* top: 20px;
    left: 5px; */
	}

	.cheadd_field_button {
		font-size: 12px;
padding: 2px 5px;
	}
	.add_field_button, .remove_field1 {
		font-size: 12px;
padding: 2px 5px;
	}

.mobile .file a {
	width: 30px;
	height: 30px;
}

.mobile .file a i {
	font-size: 16px;
}

.navbar-toggler {
	padding: 0.25rem 0.3rem;
}
.secondarybanner, .productbanner .secondarybanner {
    margin-top: 65px;
}

.productbanner .protitle {
	font-size: 34px;
}

.smallmobilessearch #searchform .input-group {
	display: flex;
}
.smallmobilessearch #searchform  {
	width: 85%;
}

.forcefullwidth_wrapper_tp_banner {
	margin-top: 70px !important;
}

.pinfobanner .protitle {
	font-size: 32px;
}

}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	.container {
    max-width: 95%;
}
	.gridlist-container .toolheader i {
		font-size: 22px;
	}
	.resptoolheader small {
		font-size: 0.7rem;
	}
	.listview .avatar {
		width: 170px;
	}
	.gridlist .item .item-container .item-content  {
		padding: 0.5rem;
	}
	.gridlist .item.is-expanded .item-reveal a.btn {
		font-size: 13px;
		padding: 5px;
	}
	.gridlist .item.is-expanded .item-reveal a.btn i {
		font-size: 16px;
	}
	.gridlist .item .item-reveal i {
		font-size: 16px;
	}
	.gridlist .item.is-expanded .item-reveal button {
		font-size: 0.75rem;
	}
	.mobile .file a {
		width: 30px;
		height: 30px;
	}
	.file a i {
		font-size: 16px;
	}
	.mobile {
		margin-top: 15px;
	}
	.respinnercontainer {
		padding: 0;
	}

.forcefullwidth_wrapper_tp_banner {
	max-height: 350px !important;
	height: 42vh !important;
}
.rev_slider .slotholder:before  {
	/* background: rgba(0,0,0,0.2) */
}

/* .arrow-container {
    width: 60px;
    height: 60px;
		bottom: 0px;
left: 0;
right: 0;
	} */
	.arrow-2 {
		width: 60px;
		height: 60px;
		/* top: 30px; */
	}
	.arrow-1 {
    width: 80px;
    height: 80px;
    /* top: 20px;
    left: 5px; */
	}
.smallscreentext {
	font-size: 27px !important;
}
.diagonal-content-left-v1 {
    padding: 35px 35px !important;
}
.aboutbanner, .contactbg {
	background-size: cover;
}
#modalpriceing {
	font-size: 14px;
}
.addcartmodal .product_title {
    font-size: 16px;
}
.addcartmodal .variations {
	margin-top: 0 !important;
}
.addcartmodal .variations .value {
	display: block !important;
}
.addcartmodal table.variations .cell {
	vertical-align: baseline;
}
.addcartmodal .wpb_wrapper {
	font-size: 14px !important;
}
.mobile .file a {
	margin-left: 0.6rem !important;
	margin-right: 0rem !important;
}
.mobile .file a i{
	font-size: 14px;
}
.smallmobilessearch #searchform {
	width: 100%;
}
.navbar-toggler {
	margin-left: 0.6rem !important;
}
#pinfo2 .pricetable tbody tr td  {
  font-size: 13px;
}
.pinfobanner .protitle  {
	font-size: 30px;
}
}


@media only screen and (max-width: 350px)
{
	.container {
		max-width: 100%;
	}
.diagonal-content-left-v1 {
	padding: 30px 25px !important;
}

.se-pre-con {
	background-size: 230px;
}

	.navbar-toggler {
		font-size: 14px;
		padding: 0.25rem 0.5rem;
	}
	.contact-wrap, .info-wrap {
		padding: 1rem !important;
	}
	.forcefullwidth_wrapper_tp_banner {
		max-height: 330px !important;
		height: 38vh !important;
	}
	.addcartmodal .product_title {
	    font-size: 14px;
	}
	.addcartmodal .variations {
		margin-top: 10px !important;
		margin-bottom: 0 !important;
	}

	#modalpriceing {
		font-size: 12px;
	}
	.addcartmodal #modalpriceing .table thead tr th {
	    font-weight: 500;
			padding: 5px;
	}

	.pinfobanner .secondarybanner {
    height: 90px;
}

.pinfobanner .secondarybanner .headm {
    height: 195px;
}



.pinfobanner .protitle {
font-size: 30px;
line-height: 34px;
}
}
@media only screen and (max-width: 350px) {
	.addcartmodal .product_title {
			font-size: 14px;
	}
	.addcartmodal .variations {
		margin-top: 10px !important;
		margin-bottom: 0 !important;
	}

	#modalpriceing {
		font-size: 10px;
	}
	.addcartmodal .wpb_wrapper {
		font-size: 12px !important;
	}
	div.quantity input[type="number"], div.quantity input[type="button"] {
		height: 30px;
	}
	.addcartmodal .single_add_to_cart_button {
		min-height: 30px !important;
	}

	.firstimagecaption {
	    font-size: 28px !important;
	}
	.forcefullwidth_wrapper_tp_banner {
    margin-top: 60px !important;
}
}
@media only screen and (max-width: 330px) {
	.productbanner .secondarybanner {
    height: 70px;
}
.productbanner .protitle {
	font-size: 32px;
}
	.logobox {
    width: 108px;
}
.mobile .file a {
	margin-left: 0.4rem !important;
	margin-right: 0rem !important;
}
.mobile .file a i{
	font-size: 12px;
}

.navbar-toggler {
	margin-left: 0.4rem !important;
}
.pinfobanner .secondarybanner {
	height: 80px;
}

.pinfobanner .secondarybanner .headm {
	height: 200px;
}

}
