@media screen and (max-width: 768px){

           .about-image {
        width: 350px !important;
        height: 400px !important;
    }

    .form-area iframe {
        width: 300px !important;
    }

    .address h3 a {
        font-size: 16px !important;
    }

    .navbar-toggler {
        color: #32616c !important;
    }

    .team-image img {
        margin: 0px !important;
        padding-top: 10px;
    }
    .product-item{
        margin: 10px !important;
     
    }
    .card{
        width: 330px !important;
    }
.product-item{
    width: 325px !important;
}
.footer-box{
    width: 199px;
}
.about-content h2 span{
    font-size: 22px !important;
}
/* .contact-image{
    width: 400px !important;
}
.contact-image img{
    width: 400px !important;
} */
	
	.banner {
    margin-top: 72px;
}
}




@media screen and (max-width: 600px){

.btn-outline-success {
    padding: 10px 15px !important;
}
        .about-image {
        width: 450px !important;
        height: 450px !important;
    }

    .form-area iframe {
        width: 460px !important;
    }

    .address h3 a {
        font-size: 16px !important;
    }

    .navbar-toggler {
        color: #32616c !important;
    }

    .team-image img {
        margin: 0px !important;
        padding-top: 10px;
    }
    .contact-detalis{
        width: 335px !important;
    }
	
	.banner {
    margin-top: 72px;
}


}

@media screen and (max-width: 576px){
        .about-image {
        width: 350px !important;
        height: 350px !important;
    }

    .form-area iframe {
        width: 460px !important;
    }

    .address h3 a {
        font-size: 16px !important;
    }

   .navbar-toggler {
       color: #32616c !important;
    }

    .team-image img {
        margin: 0px !important;
        padding-top: 10px;
    }
	.banner {
    margin-top: 72px;
}

}

@media screen and (max-width: 480px){
     .about-image {
        width: 350px !important;
        height: 350px !important;
    }

    .form-area iframe {
        width: 460px !important;
    }

    .address h3 a {
        font-size: 16px !important;
    }

    .navbar-toggler {
       color: #32616c !important;
    }

    .team-image img {
        margin: 0px !important;
        padding-top: 10px;
    }
    .product-part{
        text-align: center !important;
    }
	.banner {
    margin-top: 72px;
}
}

@media screen and (max-width: 380px) {
    .about-image {
        width: 300px !important;
        height: 200px !important;
    }

    .form-area iframe {
        width: 317px !important;
    }

    .address h3 a {
        font-size: 16px !important;
    }

    .navbar-toggler {
        color: #32616c !important;
    }

    .team-image img {
        margin: 0px !important;
        padding-top: 10px;
    }
	.banner {
    margin-top: 10px;
}

}