/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #header-section {
        position: absolute !important;
    }
    .product{
        height: 400px;

    }
    .banner .text {
        position: relative;
        top: 0;
        transform: translateY(0);
    }

    .swiper-slide {
        background-color: white;
    }

    .banner .text.left {
        left: 40px;
        top: 110px;
    }

    .banner {
        height: auto;
        position: relative;
        margin-top: 106px;
        display: inline-block;
    }

    .inner-banner {
        margin-bottom: 40px !important;
    }

    .banner .swiper-slide img {
        height: auto;
        position: absolute;
        bottom: 0;
    }

    .services .bg {
        bottom: 19px;
        left: 14px !important;
        width: 92% !important;
    }

    .services .btn {
        bottom: 40px !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
/* @media only screen and (max-width: 768px) {
    .banner .txt {
        margin-left: 32px;
    }
} */

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
    .naviagtion-menu>div {
        /*width: 50%;*/
        width: 100%;
    }

    #header-section .banner {
        height: 100%;
        border-bottom: 1px solid #8d8d8d;
    }
	#home-page .banner .text.left {
        left: 30px;
		top:10px;
    }
    .banner .text.left {
        left: 60px;
    }

    .banner h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        bottom: 40px;
    }

    .banner .swiper-button-prev,
    .banner .swiper-rtl .swiper-button-next {
        left: 70px;
    }

    .banner .swiper-button-next,
    .banner .swiper-rtl .swiper-button-prev {
        left: 130px;
    }

    .box {
        width: 100%;
        padding-top: 110px;
    }

    .box .img {
        width: 110px;
        height: 100px;
    }
}

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

    .banner .swiper-button-prev,
    .banner .swiper-rtl .swiper-button-next {
        /*left: 70px;*/
        left: 22px;
    }
   .w-35 { width: 100%!important;order: 1;}
   .banner{flex-wrap: wrap;}
	   .banner .inner-banner img {
	  height: 100%;
	  width: auto;
	  position: relative;
	}
	.banner .inner-banner {
	  height: 50vh;
	  width: 100%;
	  position: relative;
	  margin-top: 20px;
	}

    .banner .swiper-button-next,
    .banner .swiper-rtl .swiper-button-prev {
        /*left: 80px;*/
        left: 65px;
    }

    .banner .text.left {
        left: 22px;
    }

    .logo img {
        width: 185px;
    }

    .box {
        margin-bottom: 20px;
    }

    .img-container div:first-child {
        position: relative;
        margin-bottom: 90px;
    }
   
    .img-container div:last-child {
        /*margin-bottom: 30px;*/
        margin-bottom: 167px;
    }
    .img-container div:last-child img{bottom: 6px!important;}
    .member-box {
        height: 470px;
    }

    .social-icons i {
        font-size: 24px;
    }

    .whatsapp-logo {
        bottom: 59px;
        right: 4px;
    }

    #header-section {
        position: absolute !important;
    }
    .banner {
        height: auto;
        position: relative;
        margin-top: 106px;
        display: inline-block;
    }

    .inner-banner {
        margin-bottom: 40px !important;
    }

    .services .bg {
        bottom: 19px;
        left: 14px !important;
        width: 92% !important;
    }

    .services .btn {
        bottom: 40px !important;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1400px) {
    .banner .txt {
        margin-left: 150px;
    }
    .w-35 {
        width: 40%;
    }
    .contact-form .pl-5{
        padding-left: 1rem!important;
    }
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .banner .txt {
        /*margin-left: 32px;*/
        margin-left: 16px;
    }
    .banner {
        margin-top: 145px;
    }
    .social-icons i {
        font-size: 27px;
        color: #ff9027;
    }
}

