@media only screen and (min-width: 992px) and (max-width: 1200px) {}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .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;
    }
    .copy_right {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 13px;
    }
    
    .page-title h2,
    .header-text h2,
    .caption-title h2 {
        font-size: 20px;
    }
    
    .box {
        padding: 30px 15px;
    }
    .box .box-icon {
        height: auto;
    }
    .single-blog,
    .single-team,
    .price-table.active {
        margin-top: 30px;
    }
    .form-double input {
        width: 100%;
    }
    .copy_right {
        font-size: 11px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {}