@media(max-width:3000px) and (min-width: 1700px){

    .services .item {
        height: 29vw;
    }
    .slider-section .owl-nav {
        position: absolute;
        left: 15%;
        display: flex;
    }
    .owl-dots {
        position: absolute;
        bottom: 7%;
        left: 19%;
    }
    #why1 {
        position: absolute;
        top: 2.6vw;
        left: 8.1vw;
    }
    #why2 {
        position: absolute;
        top: 14vw;
        left: 3.5vw;
    }
    #why3 {
        position: absolute;
        top: 25.6vw;
        left: 11.4vw;
    }
    #why6 {
        position: absolute;
        top: 25.6vw;
        right: 11.6vw;
    }
    #why5 {
        position: absolute;
        top: 14.9vw;
        right: 3.7vw;
    }
    #why4 {
        position: absolute;
        top: 1.6vw;
        right: 11.3vw;
    }
}
@media(max-width:1400px) and (min-width: 1200px){
    #why1 {
        position: absolute;
        top: 2.6vw;
        left: 7.1vw;
    }
    #why2 {
        position: absolute;
        top: 18vw;
        left: -0.5vw;
    }
    #why3 {
        position: absolute;
        top: 34.6vw;
        left: 7.4vw;
    }
    #why6 {
        position: absolute;
        top: 34.6vw;
        right: 10.3vw;
    }
    #why5 {
        position: absolute;
        top: 17.9vw;
        right: 2.7vw;
    }
    #why4 {
        position: absolute;
        top: 2.6vw;
        right: 11.3vw;
    }
    #why6 {
        position: absolute;
        top: 34.6vw;
        right: 8.3vw;
    }
    .navbar-brand img {
        width: 61%;
    }
}
@media(max-width: 1024px) {

}
@media(max-width: 992px) {
 header .mobile-navbar.open {
     right: 0%;
 }
 .navbar-toggler .icon-bar {
     display: block;
     width: 25px;
     height: 2px;
     border-radius: 0px;
     background-color: #000;
     position: relative;
     margin: 5px auto;
     transition: all ease-in-out 0.3s;
     -webkit-transition: all ease-in-out 0.3s;
     -moz-transition: all ease-in-out 0.3s;
     -o-transition: all ease-in-out 0.3s;
 }
 header .navbar-toggler.active .icon-bar.one {
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);
     top: 7px;
 }
 header .navbar-toggler.active .icon-bar.two {
     transform: translateX(40px);
     -webkit-transform: translateX(40px);
     -moz-transform: translateX(40px);
     -o-transform: translateX(40px);
 }
 header .navbar-toggler.active .icon-bar.three {
     -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
     bottom: 7px;
 }
 .mobile-navbar .navbar-nav {
     margin-top: 50px;
     display: block;
     width: 100%;
 }
 header .navbar-toggler, header .navbar-toggler:focus {
     border: 0;
     outline: 0;
     padding: 0;
     width: 25px;
     height: 25px;
     position: relative;
     overflow: hidden;
     z-index: 2;
     margin: 10px;
     top: 10px;
 }
 header .mobile-navbar.open {
     right: 0%;
 }
 header .mobile-navbar {
     z-index: 2;
     width: 100%;
     position: fixed;
     top: 0;
     padding: 0px;
     z-index: 1;
     right: -100%;
     background-color: #fff;
     color: #fff;
     height: 100vh;
     overflow-y: scroll;
     transition: all 0.3s;
 }
 .navbar-brand {
    top: 8px;
    left: 5px;
}
.navbar-brand img {
 margin: inherit;
 width: 85%;
 margin-top: 10px;
 display: flex;
 justify-content: center;
}
.navbar-expand-md .navbar-toggler {
    display: block;
    position: relative;
    top: 10px;
}
.navbar-expand-md .navbar-toggler:focus{
    box-shadow: none;
}
.slider-section img{
    height:400px;
    object-fit:cover;
}
.home-slider h2 {
    font-size: 20px;
}
.caption-left {
    position: absolute;
    top: 58%;
    width: 100%;
    color: #fff;
}
.common-btn{
    font-size:12px;
}
.common-btn span {
    font-size: 8px;
}
.heading {
    font-size: 22px;
    line-height: 27px;
}
.about-list {
    flex-wrap: wrap;
    display: block;
}
.about-wrapper img {
    border-radius: 20px;
    width: 100%;
}
.about-wrapper {
    margin-top: 20px;
}
header .mobile-navbar {
    align-items: flex-start;
}
}
@media(max-width: 767px) {
 .services .item {
    height: 115vw;
} 

.products {
    padding: 30px 0px 0px;
} 
.product-section {
    display: flex;
    align-items: center;
    gap: 0px;
    background: #F8FAFC;
    border: 1px solid #D8E4FF;
    border-radius: 30px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}
.right-content{
    width:100%;
    padding-left: 20px;
}
.left-image{
    width:100%;
}
.product-section.product-second .right-content {
    padding-top: 0px;
    padding-left: 20px;
}
.services {
    padding: 40px 0px 70px;
}
.product-section h4 {
    font-size: 20px;
}
.about-img {
    padding-right: 15px;
    margin-bottom:20px;
}
.subheading {
    font-size: 16px;
}
.main-footer .footer-wrapp {
    margin-top: 20px;
    flex-wrap: wrap;
}
.column:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
}
.column:nth-child(2) {
    width: 40%;
}
.column:nth-child(3) {
    width: 55%;
}
.column:nth-child(4) {
    width: 90%;
}
.column p{
    font-weight:300;
    font-size:13px;
}
.column a{
    color:#fff !important;
    font-weight:300;
    font-size:13px;
}
.main-footer {
    padding: 25px 0px 0px;
}
.btm-strip a, .btm-strip p{
    font-size: 12px;
}
.social-box {
    margin-top: 0px;
}
.column:nth-child(1) h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px;
}
p{
    font-size:13px;
}
.heading br{
    display:none;
}
.contact p{
    width:98%;
}
.contact h3 {
    margin-bottom: 15px;
}
.industries .nav-link{
    font-size:13px;
}
.industries .nav-item {
    width: 44%;
}
.industries {
    padding: 40px 0px 100px;
}
.product-section li {
    font-size: 13px;
}
.services .item h5 {
    font-size: 18px;
}
.services .item{
    width: 95%;
    margin:0 auto;
}
.services .owl-dots {
    position: absolute;
    bottom: -10%;
    left: 25%;
}
.about-wrapper li:before {
    width: 20px;
    height: 20px;
    left: -30px;
    top: 0px;
    background-size: contain;
}
.about-sec {
    padding: 40px 0px;
}
.owl-dots {
    position: absolute;
    bottom: 5px;
    left: 40%;
}
.why-choose-us .main-img{
    display: none;
}    
#why1,#why2,#why3,#why4,#why5,#why6{
    position: relative;
    left: unset;right: unset;top: unset;
}
.why-wrapper p{font-size: 14px;text-align: left !important;}
.why-wrapper h6{font-size: 16px;text-align: left !important;}
#why1,#why2,#why3 {
    flex-direction: row-reverse;
}
.why-wrapper .text-box {
   width: 90%;
}
.why-wrapper {
    padding: 21px 0;
    border-bottom: 1px solid #ccc;
}
.why-wrapper:last-child{border-bottom: 0;}
.why-wrapper .text-box {
    padding-left: 4vw;
    padding-right:0px;
}
#why4 .text-box, #why5 .text-box, #why6 .text-box{
 padding-left: 4vw;
 padding-right:0px; 
}
section#why-choose .heading {
    margin-bottom: 15px !important;
}
.why-choose-us {
    padding: 40px 0px;
}
.product-section.product-second {
    flex-direction: column-reverse;
}
.slider-section .owl-nav {
    display: none;
}
header {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1) !important;
}
.btm-strip .text-end {
    text-align: left !important;
}
.btm-strip .text-center {
    text-align: left !important;
}
.common-btn{
    height:40px;
    padding:0px 10px;
}
.home-slider h2{
    margin-bottom:15px;
}
.why-wrapper .icon-box img {
    width: 90%;
}
.common-page p {
    font-size: 13px;
}
.column:nth-child(1) p{
    font-size:13px;
}
}
@media(min-width:768px) {
}
