@media (min-width: 1281px) {
   
}

@media (min-width: 1025px) and (max-width: 1280px) {
    
}

@media (min-width: 992px) and (max-width: 1400px) {
    
}

@media (min-width: 992px) and (max-width: 1200px) {
    
}

@media only screen and (max-width: 1100px) {
 
}

@media only screen and (max-width: 991px) {
    
}


@media (min-width: 768px) and (max-width: 991px) {
    
    .gmap_canvas, .mapouter {
        height: 450px;
        width: 100%;
    }
    
    .gmap_canvas iframe {
        width: 100%;
        height: 450px;
    }
}

@media (max-width: 768px) {
    
    .gmap_canvas, .mapouter {
        height: 450px;
        width: 100%;
    }
    
    .gmap_canvas iframe {
        width: 100%;
        height: 450px;
    }
    
    .text_hdr{
        margin-top: 25px;
    }
    
    .contact-image{
        margin-top: 25px;
    }
    
    .cont_info_right{
        margin-top: 20px;
    }
    
    .vid_play_btn{
        height: 60px;
        width: 60px;
        font-size: 25px;
    }
    
    .col-md-6.pr-20{
        padding-right: 15px!important;
    }
}

@media (max-width: 576px) {
    .row{
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    
}

@media only screen and (max-width: 480px) {
    
    .info-area h1 {
        font-size: 55px;
    }
    
}

@media only screen and (max-width: 420px) {
     
}


@media only screen and (max-width: 400px) {

}