/*@media (max-width: 767px){*/
@media all and (max-width: 768px) {
.ptb {
    padding: 80px 0;
}
section.header .btn {
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

section.header .logo {
    position: absolute;
    left: 0;
    top: 0;
}
section.header .logo img {
   width: 50px;
  margin: auto;
}
section.slider .slider-item.bg-img {
    height: 350px;
}
section.slider .slider-item:before {
    left: 30px;
    right: 30px;
    bottom: 30px;
    top: 30px;
}
section.slider .slider-item .content {
    top: 60%;
    transform: translate(-50%, -60%);
}
section.slider .slider-item .content h1 {
    font-size: 25px;
    line-height: 31px;
}
section.slider .slider-item .content p {
    display: none;
}
section.slider .slider-item .content .btn {
    border: 0;
    border-radius: 0;
    padding: 8px 15px;
    font-size: 14px;
}
section.slider button.owl-prev:before {
    left: 31px;
    border-left: 14px solid #000000;
}
section.slider button.owl-next:after {
    right: 31px;
    border-right: 14px solid #000000;
}
section.slider button.owl-prev:before, 
section.slider button.owl-next:after {
    bottom: -10px;
    border-bottom: 10px solid transparent;
}
section.slider .owl-carousel .owl-nav button.owl-prev, 
section.slider .owl-carousel .owl-nav button.owl-next, 
section.slider .owl-carousel button.owl-dot {
    height: 45px;
    width: 45px;
}
.left-img {
    width: 130px;
}
.title h1 {
    font-size: 36px;
    line-height: 42px;
}
section.shiping-area .ship-inner.first {
    border-right: 0;
}
section.product .title h1 {
    position: relative;
}
section.product .right-img{
    right: 4%;
    top: 6%;
    width: 140px;
}
section.product .product-inner {
    margin-bottom: 30px;
}
section.about .abt-content {
    padding: 30px 30px;
}
section.blog button.owl-prev {
    left: 0%;
}
section.blog button.owl-next {
    left: 13%;
}
section.review.bg-img {
    padding: 80px 0;
}
section.foter .foter-info{
	text-align: center;
}
section.foter .foter-info.info1 {
    padding: 0;
    text-align: center;
}
section.foter .foter-info.info1 p {
    margin-bottom: 30px;
}
section.foter .foter-info.info2 {
    padding-left: 0;
    margin-top: 30px;
}
section.foter .foter-info.info2:before {
    display: none;
}
section.foter .foter-info.info2 .contact-icon li {
    padding-left: 0;
}
section.foter .foter-info.info2 .contact-icon li i {
    display: none;
}

/*for all pages*/
section.head .small-lgo {
    position: absolute;
    width: 80px;
}
section.head .btn.btn-success {
    display: none;
}
.nav-cover {
    float: none;
}
section.banner-page .bg-img{
    padding: 110px 0;
    height: 300px;
}
.abt-inner{
    position: relative;
    width: 310px;
    height: 310px;
    margin: auto;
}
.abt-inner p {
    font-size: 14px;
}
.abt-inner.mission, 
.abt-inner.slogan{
    left: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
.abt-inner.slogan{
    padding: 105px 50px;
}
.abt-inner.vision{
    right: 0;
    padding: 85px 40px;
}
section.about-page .content {
    padding: 0;
    margin-right: 0;
}
section.about-page .about-img {
    padding: 30px;
}
section.about-page .about-img figure {
    margin-left: 0;
}
section.abt-objective .obj-content {
    padding: 60px 30px;
}
section.abt-objective .obj-content h2 {
    margin-bottom: 30px;
}
section.shop-page .tab {
    margin-bottom: 30px;
}
section.shop-page button.tablinks {
    padding: 5px 10px;
}
section.shop-detail figure {
    height: 300px;
}
section.shop-detail .content {
    margin-top: 30px;
}
section.cart-form .right-img {
    display: none;
}
section.cart-form .payment h2 {
    margin-top: 20px;
}
section.contact-page .address {
    transform: translateY(-130px);
}
section.contact-page h1.info {
    margin-top: -90px;
    font-size: 40px;
    line-height: 46px;
    padding: 0 20px;
    margin-bottom: 20px;
}
}

/*
Iphone 5
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) 
and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71){
    
    
section.header .btn {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

section.header .logo img {    
    width: 50px;
    margin: auto;
    
}

section.slider .slider-item .content h1 {
    font-size: 22px;
    line-height: 28px;
}
/*section.about-info*/ .abt-inner {
    width: 290px;
    height: 290px;
    padding: 43px;
}
/*section.about-info*/ .abt-inner p {
    font-size: 13px;
}
section.abt-objective .obj-content h2 {
    font-size: 26px;
    line-height: 32px;
}
section.shop-page button.tablinks {
    padding: 5px 5px;
}
}


  /* 
 Tablets, Ipads (portrait)
  768px to 1024px
*/
@media  (width: 768px) {

section.header .btn {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

section.header .logo img {
    width: 50px;
    margin: auto;
}
.box .text h5{
    font-size: 16px;
    line-height: 22px;
}
}

/* 
  Tablets, Ipads (landscape)
  768px to 1024px(1024*768)
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.tab-media{
    flex: 0 0 100% !important;
    max-width: 100%!important;
}
section.slider .slider-item.bg-img {
    height: 600px;
}
section.slider .slider-item .content p {
    padding: 0;
}
section.slider .slider-item .content {
    top: 70%;
    transform: translate(-50%, -70%);
}
section.slider .slider-item .content h1 {
    font-size: 55px;
    line-height: 61px;
}
.left-img {
    width: 170px;
}
section.product .right-img{
    right: 1%;
    top: 13%;
    width: 200px;
}
section.about .abt-content {
    padding: 47px 40px;
}
section.foter .foter-info.info1 p {
    margin-bottom: 30px;
}

/*for all pages*/
section.head .small-lgo {
    position: absolute;
    width: 80px;
}
section.head .btn.btn-success {
    display: none;
}
.nav-cover {
    float: none;
}
.abt-inner {
    padding: 30px;
    width: 265px;
    height: 265px;
}
.abt-inner.mission {
    left: 9%;
    bottom: 5%;
}
.abt-inner.slogan {
    left: 37%;
    bottom: -15%;
    padding: 85px 50px;
}
.abt-inner.vision {
    right: 8%;
    bottom: -5%;
    padding: 65px 30px;
}
.abt-inner p {
    font-size: 13px;
}
.abt-inner h2 {
    font-size: 25px;
    lighting-color: 31px;
}
section.about-page .content {
    padding: 34px 0;
}
section.abt-objective .obj-img {
    height: 636px;
}
section.abt-objective .obj-content {
    padding: 50px;
}
section.abt-objective .obj-content h2 {
    margin-bottom: 25px;
}
.box .text h5 {
    font-size: 16px;
    line-height: 22px;
}
section.blog-page .inner-box .content {
    min-height: 243px;
}
section.cart-form .right-img {
    display: none;
}
section.contact-page h1.info {
    font-size: 50px;
    line-height: 56px;
}
}

/* ipad pro Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and
(-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
.tab-media{
    flex: 0 0 100% !important;
    max-width: 100%!important;
}
section.slider .slider-item.bg-img {
    height: 600px;
}
section.slider .slider-item .content p {
    padding: 0;
}
section.slider .slider-item .content {
    top: 70%;
    transform: translate(-50%, -70%);
}
section.slider .slider-item .content h1 {
    font-size: 55px;
    line-height: 61px;
}
.left-img {
    width: 170px;
}
section.product .right-img{
    right: 1%;
    top: 13%;
    width: 200px;
}
section.about .abt-content {
    padding: 47px 40px;
}
section.foter .foter-info.info1 p {
    margin-bottom: 30px;
}

/*for all pages*/
section.head .small-lgo {
    position: absolute;
    width: 80px;
}
section.head .btn.btn-success {
    display: none;
}
.nav-cover {
    float: none;
}
.abt-inner {
    padding: 30px;
    width: 265px;
    height: 265px;
}
.abt-inner.mission {
    left: 9%;
    bottom: 5%;
}
.abt-inner.slogan {
    left: 37%;
    bottom: -15%;
    padding: 85px 50px;
}
.abt-inner.vision {
    right: 8%;
    bottom: -5%;
    padding: 65px 30px;
}
.abt-inner p {
    font-size: 13px;
}
.abt-inner h2 {
    font-size: 25px;
    lighting-color: 31px;
}
section.about-page .content {
    padding: 34px 0;
}
section.abt-objective .obj-img {
    height: 636px;
}
section.abt-objective .obj-content {
    padding: 50px;
}
section.abt-objective .obj-content h2 {
    margin-bottom: 25px;
}
.box .text h5 {
    font-size: 16px;
    line-height: 22px;
}
section.cart-form .right-img {
    display: none;
}
section.blog-page .inner-box .content {
    min-height: 243px;
}
section.contact-page h1.info {
    font-size: 50px;
    line-height: 56px;
}
}


/* ipad pro landscape(laptop)*/
@media only screen
  and (min-device-width: 1366px)
  and (max-device-width: 1366px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2){
section.slider .slider-item.bg-img {
    height: 700px;
}
section.slider .slider-item .content p {
    padding: 0 75px;
}
.left-img {
    width: 180px;
}
section.product .right-img{
    position: absolute;
    right: 3%;
}

/*for all pages*/
.abt-inner.mission {
    left: 10%;
}
.abt-inner.slogan {
    left: 37%;
    bottom: -30%;
}
.abt-inner.vision {
    right: 10%;
    bottom: -10%;
}
section.abt-objective .obj-img {
    height: 717px;
}
section.cart-form .right-img {
    display: none;
}
}

@media (width: 1280px){
.left-img {
    width: 160px;
}
.left-img {
    width: 160px;
}
section.slider .slider-item.bg-img {
    height: 650px;
}
section.slider .slider-item .content {
    top: 60%;
    transform: translate(-50%, -60%);
}
section.slider .slider-item .content p {
    padding: 0 60px;
}
section.product .right-img {
    right: 4%;
}
/*for all pages*/
.abt-inner {
    width: 310px;
    height: 310px;
}
.abt-inner p{
    font-size: 14px;
}
.abt-inner.mission {
    left: 15%;
}
.abt-inner.vision {
    right: 12%;
    padding: 85px 35px;
}
.abt-inner.slogan {
    left: 38%;
    padding: 105px 50px;
}
section.abt-objective .obj-content {
    padding: 60px;
}
section.abt-objective .obj-content h2 {
    margin-bottom: 30px;
}
section.abt-objective .obj-img {
    height: 561px;
}
section.cart-form .right-img {
    display: none;
}

}