@media (min-width:768px) {
    
}

@media (max-width:767px) {
    .contact{
        margin-top: 5px;
        float: none;
    }

    .menu{
        width: 40px;
        height: 40px;
        position: fixed;
        right: 15px;
        top: 15px;
        background: #fff url(../img/svg/menu.svg) 50% no-repeat;
        background-size: 30px;
    }
    .shown .menu{
        background-color: #404347;
    }
    .menu li{
        display: none;
    }
    
    .menu.mshow{
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-top: 50px;
        background: #fff url(../img/svg/close.svg) 50% 15px no-repeat;
        background-size: 30px;
    }
    .menu.mshow li{
        text-align: center;
        display: inline-block;
        width: 100%;
        border-top: 1px solid #e0e0e0;
        
    }
    .menu li a{
    display: inline-block;
    width: 100%;
    color:inherit;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
    header{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .utp{
        text-align: center;
    }
    .utp h1{
        font-size: 22px;
    }
    .utp h1 br{
        display: none;
    }
    .utp h2{
        font-size: 20px;
    }
    .utp ul{
        max-width: 290px;
        margin: auto;
        display: inline-block;
        text-align: left;
        
    }
    .utp ul li{
        float: left;
        width: 50%;
        font-size: 14px;
        -webkit-background-size: 16px;
        background-size: 16px;
    }
    #f1{
        margin-top: 20px;
    }
    section h2{
        font-size: 28px;
    }
    .s3p {
        text-align: center;
    }
    .s3p p{
        text-align: left;
    }
    .s3p img{
        margin-top: 10px;
        margin: auto;
    }
    .s3p p em
    {
        text-align: center;
        display: inline-block;
        line-height: 1.5;
    }
    .sec4 ul li, .sec4 p{
        font-size: 15px;
    }
    .s7p{
        height: auto;
        margin-top: 30px;
    }
    #map{
        position: relative;
        height: 300px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    
    header{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #f1{
        margin-top: 30px;
    }
    .utp{

        text-align: center;
    }
    .utp ul{
                margin: auto;
        display: inline-block;
    }
    .utp ul li{
        text-align: left;
    }
    .s7p{
        margin-top: 30px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .utp h1{
        font-size: 32px;
    }
    .utp h2{
        font-size: 24px;
    }
    .s3p{
        min-height: 470px;
    }
}

@media (min-width:768px) {
    .menu{
    vertical-align: top;
    width: 100%;
    display: inline-block;
    background: #404347;
}
.menu li{
    border-left: 1px solid #595959;
    display: inline-block;
    float: left;
    width: 20%;
    text-align: center;
    
}
.menu li:first-child{
    border-left: ;
}
.menu li a{
    display: inline-block;
    width: 100%;
    color:#fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.menu li a:hover{
    background: #7dd1e3;
}
}