/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mainmenu-area #primary-menu > ul > li > a {
        padding: 30px 12px;
    }
    .header-area {
        padding-top: 80px;
    }
    .price-table,
    .box {
        padding: 30px 15px;
    }
    .price-table.active {
        padding: 50px 15px;
    }
    .single-team {
        margin-bottom: 30px
    }
    .side-icon-boxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    body {
        font-size: 13px;
    }
    .header-area {
        padding-top: 100px;
        padding-bottom: 20px;
        height: auto;
    }
    .page-title h2,
    .header-text h2 {
        font-size: 20px;
    }
    .mainmenu-area .navbar-toggle {
        margin-top: 20px;
    }
    .mainmenu-area .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
    .mainmenu-area #primary-menu {
        background-color: #f5f5f5;
    }
    .mainmenu-area #primary-menu ul {
        overflow-y: auto;
        max-height: 70vh;
        margin: 0;
    }
    .mainmenu-area #primary-menu > ul > li > a {
        padding: 15px;
        overflow: hidden;
    }
    .box {
        padding: 30px 15px;
    }
    .box .box-icon {
        height: auto;
    }
    .single-blog,
    .single-team,
    .price-table.active {
        margin-top: 30px;
    }
    .form-double input {
        width: 100%;
    }
    .footer-top {
        margin-bottom: 10px;
    }
    .x-left {
        text-align: left;
    }
    .mainmenu-area .logo {
        margin-left: 15px;
    }

    /*header*/
    header .header-text{
        margin-top: 0px;
    }
    header h1{
        font-size: 70px;
        color: #2aa363;
    }
    header h3{
        font-size: 25px;
        color: #2aa363;
    }
    header h4{
        font-size:21px;
        color: #2aa363;
    }
    header .h-text{
        padding: 0px;
        margin:0px;
        font-size: 12px;
        text-align: center;
        color: #444;
    }
    header .h-button{
        text-align: center;
        padding: 0px 20px;
    }

    #service-page{
        outline: none;
        width: 100%;
        height: auto;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url("../images/vmt/bg-vmt.png");
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../images/vmt/bg-vmt.png");
        background-position: top right;
        background-repeat: no-repeat;
        height: 25%;
        background-size: 100%;
    }
    #service-page .service-img{
        position: relative;
        z-index: 1;
    }
    #service-page .gray-bg {
        background-color: #00b386;
        color: #fff;
        margin-top: 17.5%;
        margin-left: 27.6%;
        position: absolute;
        padding-top: 7%;
        padding-left: 130px;
        padding-bottom: 3.5%;
    }
    #service-page .gray-bg .vtm-text{
        font-size: 16px;
    }
    #service-page .gray-bg .p-vtm-text{
        font-size: 8px;
    }
    #service-page .service-image {
        height: 380px;
    }

    .contact-image{
        outline: none;
        width: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url("../images/vmt/bg-vmt.png");
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../images/vmt/bg-contact.png");
        background-position: top right;
        background-repeat: no-repeat;
        height: 30%;
        background-size: 100%;
    }

    .footer-area {
        padding-top: 0px;
        z-index: 1;
    }

    .footer-area p{
        text-align: center;
        font-size: 12.5px;
    }

    .footer-top {
        margin-bottom: 20px;
        margin-top: 0px;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {}