@media(min-width: 992px) and (max-width: 1199px){
    
}

/*max width 991px*/
@media(max-width: 991px){
    .common-title h3{
        font-size: 30px;
    }
    .common-title p{
        font-size: 14px;
    }

    .head-cont-info ul li {
        margin-right: 5px;
    }
    .head-cont-info ul li p .icon {
        width: 25px;
        height: 25px;
    }
    .head-cont-info ul li a {
        font-size: 13px;
    }
    /* header css */
    .head-cont-info ul{
        justify-content: center;
    }
    .head-social-wrap{
        justify-content: center;
    }
    .main-menu .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: rgb(255 255 255 / 92%);
        backdrop-filter: blur(10px);
        padding: 20px 10px;
        border-radius: 5px;
        box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
    }
    /* header css end */

    .our-cirtificate-wrap ul li{
        font-size: 15px;
    }
    .our-cirtificate-wrap ul li::before{
        font-size: 20px;
        top: 6px;
    }
    .customer-list h5{
        font-size: 14px;
    }
    .customer-list h4{
        font-size: 35px;
    }
    .about-right-content p{
        font-size: 15px;
    }
    
    
}

/*width 768px to 991px*/
@media(min-width: 768px) and (max-width: 991px){

}

/*max width 767px*/
@media(max-width: 767px){
	.head-social-wrap{
        display: none;
    }
    #product-slider .slick-arrow.slick-prev{
        left: 0%;
    }
    #product-slider .slick-arrow.slick-next{
        right: 0%;
    }


    .about-services{
        padding: 40px 0px;
    }
    .about-us-wrapper{
        padding: 40px 0px;
    }
    .our-product-wrapper{
        padding: 40px 0px;
    }

    .footer-social-icon ul{
        justify-content: center;
        margin-bottom: 10px;
    }
    .bottom-footer .foot-copy p{
        text-align: center;
    }

}

/*width 576px to 767px*/
@media(min-width: 576px) and (max-width: 767px){

}

/*max with 575px*/
@media(max-width: 575px){
    .main-menu nav.navbar {
        padding-left: 5px;
        padding-right: 5px;
    }
	.main-menu .logo-wrap img {
        height: 46px;
    }
    .main-menu .logo-wrap span {
        font-size: 13px;
    }
    .main-menu .login-btn-wrap {
        padding: 0px 2px;
    }
    .main-menu .login-btn-wrap .btn {
        padding: 2px 10px;
    }
    .about-services {
        padding: 20px 0px;
    }
    .our-customer-wrapper {
        padding: 20px 0px;
    }
    .our-customer-wrapper .common-title h3 {
        font-size: 30px;
        margin-bottom: 0px;
    }
    .our-customer-wrapper .common-title h4 {
        font-size: 20px;
    }
    .customer-list h5 {
        font-size: 15px;
    }
    .customer-list h4 {
        font-size: 25px;
        font-weight: 0;
    }
    .our-product-wrapper {
        padding: 0px;
    }
    #address {
        margin-top: 20px;
    }
}

/*max with 575px*/
@media(max-width: 380px){
    .main-menu .logo-wrap {
        position: relative;
        text-align: center;
    }
    .main-menu .logo-wrap span {
        font-size: 10px;
    }
    .main-menu .common-btn1 {
        font-size: 10px;
    }
    .about-services {
        padding: 20px 0px;
    }
    .our-customer-wrapper {
        padding: 20px 0px;
    }
    .our-customer-wrapper .common-title h3 {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .our-customer-wrapper .common-title h4 {
        font-size: 15px;
    }
    .customer-list h5 {
        font-size: 10px;
    }
    .customer-list h4 {
        font-size: 15px;
        font-weight: 0;
    }
    .our-product-wrapper {
        padding: 0px;
    }
    .about-us-wrapper{
        padding: 20px 0px;
    }
    .latest-video-wrapper {
        padding: 20px 0px;
    }
    .latest-video-wrapper .common-title p {
        margin-bottom: 0px;
    }
    .upcoming-events-wrapper {
        padding: 20px 0px;
    }
}