/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {


}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {


}


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


}


/* small mobile :320px. */
@media (max-width: 767px) {
    .video-icon a.btn-icon::before{
        display: none;
    }
    .logo img{
        max-width: 200px;
    }
    .services-area .single-services{
        margin-bottom: 120px;
    }
    .section-padding70{
        padding: 30px 0;
    }
    .home-phone-container{
        margin-top: 50px;
    }
    .section-tittle{
        margin-bottom: 35px;
    }
    .sample-text-area-gallery-text{
        padding-top: 0;
    }
    .section-tittle-gallery{
        margin-bottom: 0;
    }
    .address-home-h3{
        margin: 30px 0;
    }
    .container-home-address{
        margin-bottom: 70px;
    }

}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}

}
