body{
	margin:0;
	padding:0;
    font-family: 'Poppins';
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
    height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
	border: none !important;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Bold.eot');
    src: url('../fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-Bold.woff2') format('woff2'),
        url('../fonts/Barlow-Bold.woff') format('woff'),
        url('../fonts/Barlow-Bold.ttf') format('truetype'),
        url('../fonts/Barlow-Bold.svg#Barlow-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-SemiBold.eot');
    src: url('../fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-SemiBold.woff2') format('woff2'),
        url('../fonts/Barlow-SemiBold.woff') format('woff'),
        url('../fonts/Barlow-SemiBold.ttf') format('truetype'),
        url('../fonts/Barlow-SemiBold.svg#Barlow-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.header{
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #023165;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 999;
}
.fixed-header{
    top: 0;
    box-shadow: 0 0 4px #aeaeae;
    animation: smoothScroll 1s;
    z-index: 999;
} 
.top-bar{
    height: 45px;
    background: #19498f;
    padding-top: 10px;
    overflow: hidden;
    transition: ease 0.5s all 0s;
}
.fixed-header .top-bar{
    height: 0;
    padding-top: 0;
}
.ad{
    display: inline-flex;
    align-items: center;
}
.ad span{    
    display: flex;
    align-items: center;
    color: #fff;
    margin-right: 36px;
}
.ad span a{
    color: #fff;
}
.ad span img{
    margin-right: 10px;
}
.social{
    text-align: right;
}
.social a{
    margin-left: 5px;
}
.menu-part {
    
}
.logo{
    margin: 8px 0;
}
.header-right{
    text-align: right;
}
.menu{
    display: inline-block;
    vertical-align: middle;
}
.menu ul{
    margin: 0;
    padding: 0;
}
.menu ul li{
    list-style: none;
    display: inline-block;
}
.menu ul li a{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 50px 15px;
    transition: ease 0.5s all 0s;
}
.menu ul li a.active, .menu ul li a:hover{
    color: #47a1ee;
}
.get-btn{
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    background-image: -moz-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%);
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;
    padding: 10px 22px;
    margin-left: 36px;
    transition: ease 0.5s all 0s;
}
.get-btn:hover{
    background:#66a038;
}
.banner{
    position: relative;
    margin-top: 132px;
    z-index: 1;
}
.ms-slide:before{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
	z-index:1;
}
.ms-slide-info{
    position: absolute !important;
    width: auto;
    left: 9%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 650px;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.48) 0%, rgba(0,0,0,0) 67%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.48) 0%,rgba(0,0,0,0) 67%);
    background: linear-gradient(to right, rgba(0,0,0,0.48) 0%,rgba(0,0,0,0) 67%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a000000', endColorstr='#00000000',GradientType=1 );
    padding: 30px 30px;
	min-height:auto !important;
	margin-top: 0 !important;
}
.banner-title{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}
.banner-text{
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
    padding-top: 10px;
}
.get-btn2{
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    background-image: -moz-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%);
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;
    padding: 10px 22px;
    margin-top: 24px;
    margin-right: 14px;
    transition: ease 0.5s all 0s;
}
.get-btn2:hover{
    background:#66a038;
}
.call-btn{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;
    margin-top: 28px;
}
.call-btn:hover{
    color: #66a038 !important;
}
.call-btn img{
    margin: -3px 5px 0 0;
}
.banner-right{
    position: absolute;
    bottom: -30px;
    right: 20px;
	width: 410px;
}
.product-sec{
    padding: 72px 0 50px;
}
.product-title{
    text-align: center;
    font-size: 18px;
    color: #66a038;
    font-weight: bold;
}
.product-title2{
    font-family: 'Barlow';
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #0f2454;
    line-height: 1.3;
}
.box1-top{
    margin-top: 20px;
}
.box1{
    text-align: center;
	border: 1px solid #a7a7a7;
	min-height: 100%;
	padding: 5px 5px 15px;
	border-radius: 5px;
}
.box1-title{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
.footer{
    background: url(../images/footer-bg.jpg) #0d2854 no-repeat;
    padding: 45px 0 15px;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.footer:before{
    width: 100%;
    height: 100%;
    background: rgba(0,28,79,0.9);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
}
.foot_title{
    font-family: 'Barlow';
    font-size: 30px;
    color: #75c634;
    margin-bottom: 12px;
}
.foot1{
    margin: 0;
    padding: 0;
}
.foot1 li{
    list-style: none;
    font-size: 17px;
    color: #fff;
    margin-bottom: 3px;
}
.foot1 li a{
    color: #fff;
    transition: ease 0.5s all 0s;
}
.foot1 li a:hover {
    color: #75c634;
}
.foot1.second li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.foot1.second li img{
    margin-right: 10px;
    max-width: 26px;
}
.foot_left{
    padding-left: 30px;
}
.social2{
    margin-top: 30px;
}
.social2 a{
    margin-right: 10px;
}
.copyright{
    border-top: 1px solid #848484;
    margin-top: 48px;
    padding-top: 15px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.copyright a{
    color: #fff;
}
#back2Top {
    width: 40px;
    height: 40px;
    line-height: 22px;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 32px;
    right: 2%;
    color: #fff;
    background: #000;
    text-align: center;
    opacity: 0;
}
#back2Top.show {
    opacity: 1;
}
.page{
	margin-top:0 !important;
}

.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover !important;
	background-position:center top !important;
	max-width: 100% !important;
	padding: 150px 0 !important;
	margin: 130px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	margin-bottom: 0;
}
.woocommerce-loop-product__title {
	color: #222;
	font-weight: normal;
	line-height: 23px;
}
.woocommerce-loop-category__title{
	font-size: 16px !important;
	font-weight: 600;
	color: #000000;
	line-height: 1.3;
	min-height: 60px;
}
.woocommerce-loop-category__title .count{
	display:none;
}
.price {
	font-family: 'Poppins';
	color: #224687 !important;
	font-size: 22px !important;
	display:none;
}
.add_to_cart_button, .single_add_to_cart_button, #place_order {
	background-image: -moz-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%) !important;
	background-image: -webkit-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%) !important;
	background-image: -ms-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%) !important;
	color: #fff !important;
	line-height: normal !important;
	border-radius: 5px !important;
	font-size: 15px !important;
	padding: 12px 20px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
}
.woocommerce ul.products .product-category{
	border: 1px solid #a7a7a7;
	padding: 5px 10px 15px !important;
	border-radius: 5px;
	margin-bottom: 20px !important;
}
.summary .product_title {
	font-size: 20px;
}
.summary .product_title {
	font-size: 22px;
	text-transform: none;
	line-height: 30px;
	color: #224687;
	font-weight: 600;
}
.quantity .plus, .quantity .minus {
	background: #224687 !important;
	height: 43px;
	border-radius: 50%;
	width: 43px;
	padding: 0;
	font-size: 20px;
	color: #fff !important;
}
.quantity .input-text {
	min-height: 43px;
}
.product_meta a {
	color: #16a0db;
}
.shop_table thead {
	background: #000;
	color: #fff;
}
.shop_table .product-name a {
	color: #2281d2;
}
.checkout-button {
	background-image: -moz-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%) !important;
	background-image: -webkit-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%) !important;
	background-image: -ms-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%) !important;
	border-radius: 5px !important;
	font-size: 16px !important;
}
.woocommerce-input-wrapper .input-text {
	width: 100%;
	border: 1px solid #ccc !important;
	min-height: 45px;
}
#order_comments {
	resize: none;
	height: 150px;
}

.select2-selection, .select2-selection__arrow {
	min-height: 45px;
}
.select2-selection__rendered {
	line-height: 44px !important;
}
.variations tbody {
	display: flex;
	flex-wrap: wrap;
}
.variations tbody tr {
	width: 50%;
}
.variations tbody th, .variations tbody td {
	display: block;
	padding-right: 10px;
}
.variations tbody select {
	width: 100%;
	border: 1px solid #ccc !important;
	background: url(../images/dropdown.png) no-repeat center right 10px;
	padding: 10px 30px 10px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.orderby {
	border: 1px solid #ccc !important;
	background: url(../images/dropdown.png) no-repeat center right 10px;
	padding: 10px 30px 10px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.woocommerce-product-gallery .flex-control-thumbs li {
	padding: 10px 5px 0;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
	padding: 5px;
	border: 1px solid #ddd;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
	border-color: #16a0db;
}
.woocommerce-product-details__short-description {
	color: #666;
}
.woocommerce div.product form.cart div.quantity{
	margin: 0 10px 0 0 !important;
}
.woocommerce ul.products li.product .button.enquiry-btn{
	background-image: -moz-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%);
	color:#fff;
	padding: 15px 20px;
	font-size: 15px;
}
.enquiry-btn2{
	background-image: -moz-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%);
	color: #fff !important;
	padding: 10px 17px;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.related.products .product_type_simple{
	display:none !important;
}
.contact-left {
    height: 100%;
    padding: 35px 25px 15px;
}
.info-text {
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}
.contact_top_number {
    font-size: 18px;
    position: relative;
    padding-left: 35px;
    margin-top: 12px;
    font-weight: 500;
    color: #000;
}
.contact_top_number img {
    position: absolute;
    top: 1px;
    left: 0;
}
.contact_top_number a {
    color: #000;
}
.contact-right {
	background: rgb(100,171,238);
	background: linear-gradient(56deg, rgba(100,171,238,1) 0%, rgba(30,126,208,1) 62%);
	padding: 35px 25px 0;
}
.info-text.second {
    color: #fff;
}
.frm_fld input {
	width:100%;
	padding:10px 15px;
	border:none!important;
	margin-top:12px;
	border-radius:5px;
	color:#000;
	background:#fff;
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat #fff;
	width:100%;
	border:none!important;
	margin-top:12px;
	border-radius:5px;
	font-size:15px;
	color:#000;
	padding:10px 30px 10px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
}
.frm_fld textarea {
	width:100%;
	height:110px;
	padding:10px 15px;
	background:#fff !important;
	color:#000;
	margin-top:12px;
	border-radius:5px;
	border:none!important;
	resize:none
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 50px !important;
	color: #fff !important;
	padding: 11px 43px !important;
	background: #242424 !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	margin: 20px auto 0;
	text-transform: none !important;	
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.enquiry-form{
	background: rgb(100,171,238);
	background: linear-gradient(56deg, rgba(100,171,238,1) 0%, rgba(30,126,208,1) 62%);
	padding: 35px 25px 0;
}
.enquiry-form .frm_fld textarea{
	height: 150px;
}

.inner-page .box1-top p, .inner-page .box1 p{
	margin-bottom:0;
}
.footer_fixed_buttons {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	z-index:99
}
.footer_btn1 {
	width:50%;
	float:left;
	background:#4496e0;
	color:#fff!important;
	padding:10px 0;
	font-weight:bold;
	font-family: 'Barlow'
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translatex(-50%);
	padding: 10px 12px;
	border-radius: 50%;
	width: 44px;
	height: 44px;
}
.footer_btn3 {
	width:50%;
	float:left;
	background:#201f1f;
	color:#fff!important;
	padding:10px 0;
	font-weight:bold;
	font-family: 'Barlow';
}
.back-btn a {
	background: rgb(104,174,239);
	background: linear-gradient(71deg, rgba(104,174,239,1) 0%, rgba(29,126,208,1) 62%);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	padding: 10px 20px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 30px 0;
	text-align: center;
}

.rmp-menu-title-image {
  width: 200px;
}


/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.top-bar, .get-btn, .menu{
		display:none;
	}
	.header{
		padding:10px 0;
	}
	.logo {
		margin-top: 0;
	}
	.logo img{
		width:163px;
	}
	.banner{
		margin-top: 48px;
	}
	.ms-slide-info{
		left: 2%;
		max-width: 90%;
		padding: 20px 10px;
		background:transparent;
	}
	.banner-title{
		font-size: 24px;
	}
	.banner-text, .call-btn{
		display:none;
	}
	.get-btn2{
		font-size: 16px;
		padding: 10px 22px;
		margin-top: 14px;
		margin-right: 0;
	}
	.banner-right{
		display:none;
	}
	.product-sec {
		padding: 30px 0;
	}
	.product-title2{
		font-size: 26px;
	}
	.box1-top{
		width: 50%;
	}
	.box1 img{
		width:200px;
	}
	.box1-title{
		font-size: 16px;
		line-height: 1.3;
	}
	.footer{
		padding: 10px 0 56px;
	}
	.foot_title {
		font-size: 22px;
		margin-top: 10px;
	}
	.social2 {
		margin-top: 20px;
	}
	.social2 img{
		width:38px;
	}
	.foot_left {
		padding-left: 12px;
	}
	.foot1 li{
		font-size: 16px;
	}
	.copyright{
		margin-top: 15px;
		font-size: 14px;
	}
	.page .entry-header, .blog_page_header{
		padding: 60px 0 !important;
		margin: 48px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 24px;
	}
	#back2Top{
		bottom: 44px;
	}
	.contact-left{
		padding: 20px 15px 25px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	.contact-right, .enquiry-form{
		padding: 20px 15px 0;
	}
	.info-text{
		font-size: 18px;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float:none !important;
	}	
	.woocommerce ul.products li.product .button.enquiry-btn{
		padding: 12px 14px;
		font-size: 14px;
	}
	.enquiry-btn2{
		padding: 10px 17px;
		font-size: 15px;
	}
	.woocommerce-loop-category__title{
		font-size: 15px !important;
	}
	.price{
		font-size: 19px !important;
	}
	.summary .product_title{
		font-size: 20px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.ms-slide-info {
		left: 2% !important;
		max-width: 90% !important;
		padding: 0 !important;
		background: transparent !important;
	}
	.banner-title {
		font-size: 24px !important;
	}
	.banner-right{
		width: 170px;
	}
	.product-sec {
		padding: 55px 0 30px;
	}
	.footer {
		padding: 10px 0 56px !important;
	}
	.page-id-17 .woocommerce-loop-category__title{
		min-height: 50px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.get-btn{
		display: inline-block;
		position: fixed;
		position: absolute;
		top: 5px;
		right: 75px;
		font-size: 16px;
		padding: 7px 18px;
		margin-left: 0;
		box-shadow: none;
	}
	.banner-text{
		display: block;
	}
	.get-btn2{
		display:inline-block;
	}
	.call-btn{
		display:inline-block;
		margin-top: 15px;
	}
	.ms-slide-info{
		max-width: 515px;
		background: -moz-linear-gradient(left, rgba(0,0,0,0.48) 0%, rgba(0,0,0,0) 67%);
		background: -webkit-linear-gradient(left, rgba(0,0,0,0.48) 0%,rgba(0,0,0,0) 67%);
		background: linear-gradient(to right, rgba(0,0,0,0.48) 0%,rgba(0,0,0,0) 67%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a000000', endColorstr='#00000000',GradientType=1 );
		left: 12%;
		padding: 20px 20px;
	}
	.banner-title {
		font-size: 30px;
	}
	.banner-text{
		font-size: 17px;
	}
	.banner-right{
		display:block;
		width: 200px;
	}
	.footer {
		padding: 10px 0 14px;
	}
	.woocommerce-loop-category__title{
		min-height: 25px;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: right !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.get-btn{
		padding: 7px 19px;
		margin-left: 10px;
		font-size: 18px;
	}
	.menu ul li a{
		font-size: 17px;
		padding: 30px 10px;
	}
	.banner{
		margin-top: 131px;
	}
	.ms-slide-info{
		max-width: 595px;
	}
	.banner-right{
		width: 320px;
	}
	.banner-title{
		font-size: 40px;
	}
	.box1-title{
		font-size: 16px;
	}
	.foot1 li{
		font-size: 16px;
	}
	.woocommerce-loop-category__title{
		font-size: 15px !important;
		min-height: 74px;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.get-btn{
		display: inline-block;
		position: fixed;
		position: absolute;
		top: 5px;
		right: 75px;
		font-size: 16px;
		padding: 7px 18px;
		margin-left: 0;
		box-shadow: none;
	}
	.banner {
		margin-top: 48px;
	}
	.banner-text{
		display: block;
	}
	.get-btn2{
		display:inline-block;
	}
	.call-btn{
		display:inline-block;
		margin-top: 15px;
	}
	.ms-slide-info{
		max-width: 515px;
		background: -moz-linear-gradient(left, rgba(0,0,0,0.48) 0%, rgba(0,0,0,0) 67%);
		background: -webkit-linear-gradient(left, rgba(0,0,0,0.48) 0%,rgba(0,0,0,0) 67%);
		background: linear-gradient(to right, rgba(0,0,0,0.48) 0%,rgba(0,0,0,0) 67%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a000000', endColorstr='#00000000',GradientType=1 );
		left: 12%;
		padding: 20px 20px;
	}
	.banner-title {
		font-size: 30px;
	}
	.banner-text{
		font-size: 17px;
	}
	.banner-right{
		display:block;
		width: 200px;
	}
	.footer {
		padding: 10px 0 14px;
	}
	.page-id-17 .woocommerce-loop-category__title{
		min-height: 69px;
		font-size: 14px !important;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: right !important;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.get-btn{
		padding: 7px 19px;
		margin-left: 10px;
		font-size: 18px;
	}
	.menu ul li a{
		font-size: 17px;
		padding: 31px 10px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.get-btn{
		padding: 7px 19px;
		margin-left: 10px;
		font-size: 18px;
		position: relative;
		top: 0;
		right: 0;
	}
	.menu ul li a{
		font-size: 17px;
		padding: 30px 10px;
	}
	.banner{
		margin-top: 131px;
	}
	.ms-slide-info{
		max-width: 595px;
	}
	.banner-right{
		width: 320px;
	}
	.banner-title{
		font-size: 40px;
	}
	.box1-title{
		font-size: 16px;
	}
	.foot1 li{
		font-size: 16px;
	}
	.woocommerce-loop-category__title{
		font-size: 15px !important;
		min-height: 74px;
	}
}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {
	.ms-slide-info{
		left: 10%;
	}
}

@media screen and (min-width: 1920px) {
	.ms-slide-info{
		left: 15%;
	}
}

@media screen and (min-width: 2048px) {
	.ms-slide-info{
		left: 18%;
	}
}

@media screen and (min-width: 2550px) {
	.ms-slide-info{
		left: 25%;
	}
	.banner-right{
		width: 494px;
	}
}    
