@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
font-family: 'Inter', sans-serif;}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
    height: auto;
}
.fixed-header{
    position: fixed;
    top: 0px;
    width: 100%;
	background:#fff;
	padding: 10px 0;
	box-shadow: 0 0px 5px #808080;
	animation: smoothScroll .6s forwards; 
	transition: all ease 0.5s;
	z-index:999;
}
@keyframes smoothScroll {
	0% { 
	transform: translateY(-40px); 
	}
	100%{ 
	transform: translateY(0px); 
	}
}
.header_top {
    background: #034a03;
    padding: 10px;
    text-align: right;
}
.header_top ul {
    margin: 0;
    padding: 0;
}
.header_top ul li {
    list-style-type: none;
    display: inline-block;
    padding-left: 8px;
    font-size: 14px;
    border-right: 1px solid #fff;
    padding-right: 10px;
    line-height: 1;
}
.header_top ul li a {
    color: #fff;
}
.header_top ul li:last-child {
    border-right: none;
    padding-right: 0;
}
.logo a {
    display: inline-block;
    vertical-align: middle;
}
.tag_line {
    display: inline-block;
    width: 60%;
    vertical-align: -5px;
    font-size: 16px;
    line-height: 1;
    margin-left: 13px;
    font-weight: 600;
    font-style: italic;
    color: #034a03;
}
.header_btm {
    padding: 17px 0 11px;
    background: #fff;
}
.search {
  width: 100%;
  position: relative;
  display: flex;
  margin-top: 18px;
}

.searchTerm {
	width: 100%;
    border: 1px solid #d2d2d2;
    border-right: none;
    padding: 5px 10px;
    height: 36px;
    border-radius: 3px 0 0 3px;
    outline: none;
    color: #383838;
    font-size: 13px;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #008100;
    background: #008100;
    text-align: center;
    color: #fff;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    font-size: 20px;
    background-image: url(../images/search_img.png);
    background-repeat: no-repeat;
    background-position: 7px 7px;
    background-size: 20px;
}
.abt_outer {
    margin: 50px 0;
}
.abt_titl {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #2c2c2c;
    position: relative;
    font-weight: 600;
}
.abt_titl:after {
    width: 30px;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    background: #008100;
    bottom: -17px;
}
.abt_titl strong {
    color: #008100;
}
.abt_txt {
    font-size: 15px;
    text-align: justify;
    line-height: 1.6;
    color: #434343;
}
.read_more {
    margin-top: 30px;
}
.read_more a {
    background: #303030;
    padding: 10px 30px 12px;
    border-radius: 50px;
    color: #fff;
}
.abt_img {
    margin-left: 30px;
}
.serv_titl_top {
    text-align: center;
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
}
.serv_titl_top img {
    display: block;
    margin: 0 auto;
}
.serv_cont {
    background: #f5f5f5;
    padding-bottom: 40px;
    margin-bottom: 30px;
    min-height: 520px;
}
.serv_titl {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin: 15px 0 10px;
    color: #008100;
    padding: 0 15px;
}
.serv_txt {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: left;
    padding: 0 15px;
    color: #656565;
}
.raed_more_serv {
    margin-top: 20px;
    margin-left: 15px;
}
.raed_more_serv a {
    background: #008100;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
}
.raed_more_serv a:hover {
    background: #000;
}
.card.card-body {
    border: none;
    padding: 0 15px;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    background: #f5f5f5;
    border-radius: 0;
    color: #616161;
}
.img_sec {
    height: 239px;
    overflow: hidden;
}
.img_sec img {
    width: 100%;
    height: 100%;
}
.serv_outer {
    padding: 45px 0;
    background: #f1f0f0;
    margin-top: 70px;
}
.footer {
    background: #022502;
    padding: 30px 0 12px;
}
.foot_titl {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 30px;
    position: relative;
}
.foot_titl:after {
    width: 20px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    background: #fff;
    bottom: -10px;
}

.abt_foot_txt {
    font-size: 14px;
    color: #fff;
    padding-right: 30px;
}
.addrs_sec p {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    width: 86%;
    margin-left: 7px;
}
.addrs_sec img {
    display: inline-block;
    vertical-align: 13px;
}
.foot-address ul {
    padding: 0;
    margin: 0;
}
.foot-address ul li {
	list-style-type: none;
    padding-bottom: 7px;
}
.foot_icon {
    display: inline-block;
    vertical-align: middle;
}
.foot_icon_text {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    margin-left: 6px;
}
.foot_icon_text strong {
    font-weight: normal;
}
.foot_icon_text a {
    color: #fff;
}
.query_sec a {
    color: #fff;
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
}
.social_sec ul li {
    list-style-type: none;
    display: inline-block;
    padding-right: 5px;
}
.social_sec ul {
    margin: 0;
    padding: 0;
}
.copy-right {
    margin-top: 30px;
    color: #fff;
    font-size: 13px;
    border-top: 1px solid #717171;
    padding-top: 13px;
}
.btm_menu {
    text-align: right;
}
.btm_menu a:last-child {
    border: none;
}
.btm_menu a {
    color: #fff;
    padding: 0 10px;
    border-right: 1px solid #fff;
    line-height: 1;
}
.modal-header {
    padding: 10px 10px 0;
    border: none;
}
.form-group {
    margin-bottom: 7px !important;
}
.form-group label {
    font-size: 14px;
    margin-bottom: 4px;
}
.btn.btn-primary {
    background: #008100 !important;
    border: none;
    border-radius: 0;
}
.tech_titl {
    font-size: 20px;
    font-weight: 600;
    color: #008100;
}
.modal-content {
    border-radius: 0 !important;
}
.tech_titl img {
    display: inline-block;
    vertical-align: 0px;
    margin-left: 9px;
}
#back2Top {
    width: 45px;
    height: 45px;
    line-height: 22px;
    overflow: hidden;
    z-index: 999;
    padding-top: 8px;
    cursor: pointer;
    transform: rotate(0deg);
    position: fixed;
    bottom: 56px;
    right: 2%;
    color: #fff;
    background: #008100;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s;
    border-radius: 50%;
}
a#back2Top img {
    width: 20px;
}

.banner_sec_in {
    background: #034a03;
    padding: 60px;
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}

.product_outer .show{
    width: 500px;
    height: 500px;
    margin: 0 auto;
    border: 1px solid #008100;
}
#show-img { width: 600px; height: 400px; }
.big_right_img {
    z-index: 99;
}
.small-img {
    width: 500px;
    height: 70px;
    margin-top: 15px !important;
    position: relative;
    margin: 0 auto 20px;
}
.small-img .icon-left, .small-img .icon-right{
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.small-img .icon-left{
  transform: rotate(180deg)
}
.small-img .icon-right{
  right: 0;
}
.small-img .icon-left:hover, .small-img .icon-right:hover{
  opacity: .5;
}
.small-container{
  width: 310px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.small-container div{
  width: 800%;
  position: relative;
}

.small-container .show-small-img{
	width: 70px;
    height: 70px;
    margin-right: 6px;
    cursor: pointer;
    float: left;
    border: 1px solid #f1f1f1 !important;
}
.small-container .show-small-img:last-of-type{
  margin-right: 0;
}
.product_outer {
    margin: 60px 0;
}
.where_buy {
    background: #f5f5f5;
    margin:20px 70px;
    padding: 20px;
}
.buy_titl  {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.abt_txt strong {
    font-size: 16px;
    display: block;
    margin-bottom: 4px;
    color: #008100;
}
.pdf_img {
    background: #008100 !important;
}

.abt_txt.desc_pro ul li {
    padding-bottom: 10px;
    list-style-type: none;
    font-weight: 500;
    line-height: 1.5;
}

.abt_txt.desc_pro ul {
    margin: 40px 0 0;
    padding: 0;
}
.link_sec {
    margin-top: 33px;
    margin-bottom: 12px;
}
.link_sec a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 6px 20px;
    background: #fff;
    border-radius: 4px;
}
.link_sec a img {
    width: 100px;
}
.button_sec a {
    background: #008100;
    color: #fff;
    border: none;
    font-size: 15px;
    padding: 8px 14px;
}
.link_sec a {
    margin-bottom: 8px;
}
.abt_txt.desc_pro strong {
    display: inline-block;
}
.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
      margin-bottom: 6px;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 12px 15px;
    background: #f1f1f1;
    font-size: 16px;
    color: #000;
    border: 1px solid #e4e4e4;
}
.panel-body {
	padding: 10px 30px 20px;
    font-size: 15px;
    color: #656363;
    line-height: 1.7;
    background: #f7f7f7;
}
.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
	background-color: #008100;
    color: #fff;
}
.panel-title {
    margin: 0;
}
.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq_outer {
    margin: 30px 210px;
}
.relaed_product {
    padding: 40px 0;
}
.prod_home_img {
    height: 294px;
    overflow: hidden;
}
.pro_titl_home:after {
    width: 20px;
    height: 3px;
    background: #008100;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translate(-50%, 0px);
}
.pro_titl_home {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 10px 0 30px;
    color: #008100;
    text-transform: capitalize;
    position: relative;
}
.item .raed_more_serv a {
    background: #022502;
}
.owl-stage-outer.owl-height {
    height: auto !important;
    padding-bottom: 20px;
}
.owl-nav span {
    font-size: 35px;
    background: #008102;
    margin: 0 5px;
    padding: 0px 13px 3px;
    color: #ffff;
}

.owl-nav {
    text-align: center;
    margin-top: 30px;
}

.live-search {
        top: auto; position: absolute;	z-index: 9900;	text-align: left;	background: #008100;
    }
    
@media only screen and (max-width : 320px) {
.searc_sec {
	padding-left: 0;
}
.stellarnav.dark .call-btn-mobile, .stellarnav.dark .location-btn-mobile, .stellarnav.dark .menu-toggle {
		color: rgb(29 28 28) !important;
		font-size: 30px;
		padding: 0;
		position: absolute;
		top: -45px;
		right: 10px;
		width: auto;
}
.stellarnav.mobile>ul>li>a {
    padding: 8px !important;
}
.tag_line {
   display: block;
		width: 100%;
		vertical-align: unset;
		font-size: 10px;
		line-height: 1.2;
		margin-top: -11px;
		text-align: center;
}
.header_btm {
	padding: 9px 0 8px;
}
.header_top {
	padding: 8px 0;
}
.header_top ul li a {
	font-size: 12px;
}
.stellarnav.mobile>ul>li>a {
	padding: 6px;
	color: #fff;
	font-size: 14px;
		border-radius: 0;
}
.stellarnav.mobile ul {
	margin-top: 10px;
}
.abt_outer {
	margin: 20px 0;
}
.abt_titl {
	font-size: 22px;
}
.abt_img {
	margin-left: 0;
	margin-top: 30px;
}
.img_sec {
	height: 110px;
	overflow: hidden;
}
.serv_titl {
	font-size: 12px;
	margin:10px 0 7px;
	padding: 0 10px;
}
.serv_txt {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 8px;
	padding: 0 11px;
	color: #656565;
}
.raed_more_serv a {
	padding: 8px 20px;
	font-size: 12px;
}
.serv_outer {
	padding: 25px 0;
	background: #f1f0f0;
	margin-top: 30px;
}
.serv_cont {
	padding-bottom: 0px;
	margin-bottom: 20px;
	min-height: 430px;
}
.serv_titl_top {
	font-size: 22px;
	margin-bottom: 15px;
}
.footer {
	padding: 20px 0 12px;
}
.social_sec {
	margin-bottom: 20px;
}
.copy-right {
	margin-top: 14px;
	font-size: 13px;
	text-align: center;
}
.btm_menu {
	text-align: center;
	margin-top: 6px;
}
.banner_sec_in {
    padding: 35px;
    font-size: 20px;
}
.product_outer {
    margin: 20px 0;
}
.show {
    width: 100%;
}
.product_left {
    overflow: hidden;
}
.small-img {
    width: auto;
} 
.small-container {
    left: 34px;
}
.where_buy {
    background: #f5f5f5;
    margin: 30px 0px;
    padding: 15px;
}
.read_more a {
    padding: 10px 20px 12px;
}
.abt_foot_txt {
    padding-right: 0px;
    padding-bottom: 20px;
}
div#main-nav {
    margin-top: 10px;
}
.faq_outer {
    margin: 30px 0;
}
.search {
    margin-top: 12px;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.searc_sec {
		padding-left: 0;
	}
	.stellarnav.dark .call-btn-mobile, .stellarnav.dark .location-btn-mobile, .stellarnav.dark .menu-toggle {
		    color: rgb(29 28 28) !important;
			font-size: 30px;
			padding: 0;
			position: absolute;
			top: -45px;
			right: 10px;
			width: auto;
	}
	.tag_line {
		    display: block;
		width: 100%;
		vertical-align: unset;
		font-size: 10px;
		line-height: 1.2;
		margin-top: -11px;
		text-align: center;
	}
	.search {
		margin-top: 17px;
	}
	.header_btm {
		padding: 9px 0 8px;
	}
	.header_top {
		padding: 8px 0;
	}
	.header_top ul li a {
		font-size: 12px;
	}
	.stellarnav.mobile>ul>li>a {
		padding: 6px;
		color: #fff;
		font-size: 14px;
		    border-radius: 0;
	}
	.abt_outer {
		margin: 20px 0;
	}
	.abt_titl {
		font-size: 22px;
	}
	.abt_img {
		margin-left: 0;
		margin-top: 30px;
	}
	.img_sec {
		height: 110px;
		overflow: hidden;
	}
	.serv_titl {
		font-size: 12px;
		margin:10px 0 7px;
		padding: 0 10px;
	}
	.serv_txt {
		font-size: 12px;
		line-height: 1.4;
		margin-bottom: 8px;
		padding: 0 11px;
		color: #656565;
	}
	.raed_more_serv a {
		padding: 8px 20px;
		font-size: 12px;
	}
	.serv_outer {
		padding: 25px 0;
		background: #f1f0f0;
		margin-top: 30px;
	}
	.serv_cont {
		padding-bottom: 0px;
		margin-bottom: 20px;
		min-height: 430px;
	}
	.serv_titl_top {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.footer {
		padding: 20px 0 12px;
	}
	.social_sec {
		margin-bottom: 20px;
	}
	.copy-right {
		margin-top: 14px;
		font-size: 13px;
		text-align: center;
	}
	.btm_menu {
		text-align: center;
		margin-top: 6px;
	}
	.product_outer {
    margin: 20px 0;
}
.show {
    width: 100%;
}
.product_left {
    overflow: hidden;
}
.small-img {
    width: auto;
} 
.small-container {
    left: 34px;
}
.where_buy {
    background: #f5f5f5;
    margin: 30px 0px;
    padding: 15px;
}
.read_more a {
    padding: 10px 20px 12px;
}
.abt_foot_txt {
    padding-right: 0px;
    padding-bottom: 20px;
}
.stellarnav.mobile>ul>li>a {
    padding: 10px !important;
}
.banner_sec_in {
	padding: 40px;
    font-size: 22px;
}
.stellarnav.dark li a {
    font-size: 15px;
}
div#main-nav {
    margin-top: 10px;
}
.faq_outer {
    margin: 30px 0;
}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
	.serv_titl {
		font-size: 15px;
	}
	.serv_txt {
		font-size: 14px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.searc_sec {
		padding-left: 0;
	}
	.stellarnav.dark .call-btn-mobile, .stellarnav.dark .location-btn-mobile, .stellarnav.dark .menu-toggle {
		    color: rgb(29 28 28) !important;
			font-size: 30px;
			padding: 0;
			position: absolute;
			top: -45px;
			right: 10px;
			width: auto;
	}
	.tag_line {
		display: block;
		width: 100%;
		vertical-align: unset;
		font-size: 9px;
		line-height: 1;
		margin-top: -11px;
		text-align: center;
	}
	.header_btm {
		padding: 9px 0 8px;
	}
	.header_top {
		padding: 8px 0;
	}
	.header_top ul li a {
		font-size: 12px;
	}
	.stellarnav.mobile>ul>li>a {
		padding: 6px;
		color: #fff;
		font-size: 14px;
		    border-radius: 0;
	}
	.stellarnav.mobile ul {
		margin-top: 10px;
	}
	.abt_outer {
		margin: 20px 0;
	}
	.abt_titl {
		font-size: 22px;
	}
	.abt_img {
		margin-left: 0;
		margin-top: 30px;
	}.abt_foot_txt {

    padding-right: 0px;
}
	.img_sec {
		height: 110px;
		overflow: hidden;
	}
	.serv_titl {
		font-size: 17px;
		margin:10px 0 7px;
		padding: 0 10px;
	}
	.serv_txt {
		font-size: 13px;
		line-height: 1.4;
		margin-bottom: 8px;
		padding: 0 11px;
		color: #656565;
	}
	.raed_more_serv a {
		padding: 8px 20px;
		font-size: 12px;
	}.addrs_sec img {
    display: inline-block;
    vertical-align: -5px;
}
	.serv_outer {
		padding: 25px 0;
		background: #f1f0f0;
		margin-top: 30px;
	}
	.serv_cont {
		padding-bottom: 0px;
		margin-bottom: 20px;
		min-height: 390px;
	}
	.serv_titl_top {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.footer {
		padding: 20px 0 12px;
	}
	.social_sec {
		margin-bottom: 20px;
	}
	.copy-right {
		margin-top: 14px;
		font-size: 13px;
		text-align: center;
	}
	.btm_menu {
		text-align: center;
		margin-top: 6px;
	}
	.where_buy {
		margin: 40px 0px;
		padding: 20px;
	}
	div#main-nav {
    margin-top: 10px;
}
.faq_outer {
    margin: 30px 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.searc_sec {
		padding-left: 0;
	}
	.stellarnav.dark .call-btn-mobile, .stellarnav.dark .location-btn-mobile, .stellarnav.dark .menu-toggle {
		    color: rgb(29 28 28) !important;
			font-size: 30px;
			padding: 0;
			position: absolute;
			top: -45px;
			right: 10px;
			width: auto;
	}
	.tag_line {
		    font-size: 10px;
		text-align: left;
		width: auto;
	}
	.header_btm {
		padding: 9px 0 8px;
	}
	.header_top {
		padding: 8px 0;
	}
	.header_top ul li a {
		font-size: 12px;
	}
	.stellarnav.mobile>ul>li>a {
		padding: 6px;
		color: #fff;
		font-size: 14px;
		    border-radius: 0;
	}
	.stellarnav.mobile ul {
		margin-top: 10px;
	}
	.abt_outer {
		margin: 40px 0;
	}
	.abt_titl {
		font-size: 22px;
	}
	.abt_img {
		margin-left: 0;
		margin-top: 0px;
	}
	.abt_foot_txt {
		padding-right: 0px;
	}
	.serv_titl {
		font-size: 18px;
		margin: 20px 0 10px;
		padding: 0 10px;
	}
	.serv_txt {
		font-size: 13px;
		line-height: 1.4;
		margin-bottom: 8px;
		padding: 0 11px;
		color: #656565;
	}
	.raed_more_serv a {
		padding: 8px 20px;
		font-size: 12px;
	}.addrs_sec img {
    display: inline-block;
    vertical-align: -5px;
}
	.serv_outer {
		padding: 25px 0;
		background: #f1f0f0;
		margin-top: 30px;
	}
	.serv_cont {
		    padding-bottom: 0px;
		margin-bottom: 20px;
		min-height: 470px;
	}
	.serv_titl_top {
		font-size: 25px;
		margin-bottom: 15px;
	}
	.footer {
		padding: 20px 0 12px;
	}
	.social_sec {
		margin-bottom: 20px;
	}
	.copy-right {
		margin-top: 14px;
		font-size: 13px;
		text-align: center;
	}
	.btm_menu {
		text-align: center;
		margin-top: 6px;
	}
	.show {
		width: auto;
		height: auto;
	}
	.small-img {
		width: auto;
	}
	.read_more a {
		padding: 10px 20px 12px;
	}
	.where_buy {
		margin: 30px 0px;
		padding: 20px;
	}
	.stellarnav .dd-toggle i {
		top: 45%;
	}
	.stellarnav.mobile>ul>li>a {
    padding: 10px;
}
.faq_outer {
    margin: 30px 0;
}
	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.stellarnav > ul > li > a {
		padding: 9px 7px !important;
		font-size: 14px !important;
	}
	.stellarnav li.has-sub>a:after {
		content: '▼';
		top: 14px !important;
	}
	.tag_line {
		width: 65%;
		font-size: 14px;
	}
	.addrs_sec p {
		width: 85%;
		vertical-align: -webkit-baseline-middle;
	}
	.abt_foot_txt {
		font-size: 13px;
		padding-right: 20px;
	}
	.where_buy {
		margin: 20px 10px;
		padding: 20px;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* 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) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* 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) {

}

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

}

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

}

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

}

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

}

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

}  

