/* Medium Layout: 1367px. */

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


/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /*home-start*/
    .header-social ul li a {
        font-size: 14px;
        height: 35px;
        line-height: 33px;
        width: 30px;
    }
    .menu-area .menu > ul > li a {
        padding: 21px 12px;
    }
    .top-order a {
        font-size: 14px;
        padding: 15px 10px;
    }
    .bc-top .bc-top-date {
        width: 28%;
    }
    .bc-top .bc-top-block {
        padding-left: 5px;
        width: 72%;
    }
    /*home-end*/
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .h1-slider-container .nivo-caption .slide1-text {
        padding: 22px 0 36px;
    }
    .h1-slider-container .cap-dec h1 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 8px;
    }
    .h1-slider-container .cap-title h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 18px;
    }
    .h1-slider-container .cap-view a {
        font-size: 14px;
        padding: 8px 14px;
    }
    .about-left {
        margin-bottom: 60px;
    }
    .single-price-plan .plan-type {
        font-size: 34px;
        line-height: 38px;
    }
    .single-price-plan .plan-price {
        font-size: 16px;
        line-height: 20px;
    }
    /*process*/
    .single-process::after {
        font-size: 30px;
        right: -35px;
    }
    /*home-2*/
    .particles-content {
        margin-top: 18%;
    }
}

@media only screen and (max-width: 1023px) {
    .menu-area.navbar-fixed-top {
        position: inherit !important;
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 768px) {
    /*home-start*/
    .header-social {
        margin: 25px 0 8px;
        text-align: center;
    }
    .menu-area.navbar-fixed-top {
        position: inherit!important;
    }
    .h1-slider-container .nivo-caption .slide1-text {
        padding: 25px 0 35px;
    }
    .h1-slider-container .cap-dec h1 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 6px;
    }
    .h1-slider-container .cap-title h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .h1-slider-container .cap-view a {
        font-size: 14px;
        padding: 8px 18px;
    }
    .about-left {
        margin-bottom: 50px;
    }
    .why-choose-bg {
        display: none;
    }
    .single-team {
        margin-bottom: 50px;
    }
    .our-team-area {
        padding: 94px 0 50px;
    }
    .testimonial .testimonial-item i {
        top: 10%;
    }
    .latest-blog-area {
        padding: 94px 0 40px;
    }
    .single-blog {
        margin-bottom: 50px;
    }
    .footer-top-area {
        padding: 50px 0 0;
    }
    .single-footer-col {
        margin-bottom: 50px;
    }
    .footer-newsletter input[type="text"] {
        width: 63%;
    }
    .footer-bottom-left {
        text-align: center;
    }
    .footer-bottom-right {
        margin-top: 30px;
        text-align: center;
    }
    .footer-bottom-links li {
        display: inline-block;
        margin-left: 0;
        margin-right: 20px;
    }
    .about-left {
        margin-bottom: 60px;
    }
    .menu-area.navbar-fixed-top {
        position: inherit !important;
    }
    /*home-end*/
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 481px) and (max-width: 767px) {
    /*home-start*/
    .header-social {
        margin: 20px 0 8px;
        text-align: left;
    }
    .h1-slider-container .nivo-directionNav a {
        display: none;
    }
    .menu-area.navbar-fixed-top {
        position: inherit!important;
    }
    .why-choose-bg {
        display: none;
    }
    .our-team-area {
        padding: 94px 0 70px;
    }
    .single-team {
        margin-bottom: 30px;
    }
    .testimonial .testimonial-item i {
        font-size: 50px;
        left: 0;
        right: 0;
        top: 2%;
    }
    .counter-area {
        padding: 100px 0 44px;
    }
    .single-counter {
        margin-bottom: 50px;
        text-align: center;
    }
    .latest-blog-area {
        padding: 94px 0 40px;
    }
    .single-blog {
        margin-bottom: 50px;
    }
    .single-footer-col {
        margin-bottom: 50px;
    }
    .footer-top-area {
        padding: 50px 0 0;
    }
    .footer-bottom-left {
        text-align: center;
    }
    .footer-bottom-left p,
    .footer-bottom-left p a {}
    .footer-bottom-right {
        margin-top: 20px;
        text-align: center;
    }
    .footer-bottom-links li {
        display: inline-block;
        margin-left: 0;
        margin-right: 5px;
    }
    .footer-bottom-links li a {}
    .quick-service-right {
        text-align: center;
    }
    .footer-newsletter input[type="text"] {
        width: 50%;
    }
    /*home-end*/
    /*pricing*/
    .pricing-plan-area {
        padding: 100px 0 50px;
    }
    .single-price-plan {
        margin-bottom: 50px;
    }
    /*process*/
    .process-area {
        padding: 94px 0 43px;
    }
    .single-process::after {
        display: none;
    }
    .single-process {
        margin-bottom: 50px;
    }
    /*blog*/
    .blog-sidebar {
        margin: auto;
        width: 265px;
    }
    /*home-2*/
    .particles-content {
        margin-top: 22%;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 240px) and (max-width: 480px) {
    /*home-start*/
    .top-order a {
        font-size: 14px;
        padding: 15px 10px;
    }
    .header-social {
        margin: 20px 0 8px;
        text-align: center;
    }
    .h1-slider-container .nivo-directionNav a {
        display: none;
    }
    .menu-area.navbar-fixed-top {
        position: inherit!important;
    }
    .why-choose-bg {
        display: none;
    }
    .our-team-area {
        padding: 94px 0 70px;
    }
    .single-team {
        margin-bottom: 30px;
    }
    .testimonial .testimonial-item i {
        font-size: 50px;
        left: 0;
        right: 0;
        top: 2%;
    }
    .counter-area {
        padding: 100px 0 44px;
    }
    .single-counter {
        margin-bottom: 50px;
        text-align: center;
    }
    .latest-blog-area {
        padding: 94px 0 40px;
    }
    .single-blog {
        margin-bottom: 50px;
    }
    .single-footer-col {
        margin-bottom: 50px;
    }
    .footer-top-area {
        padding: 50px 0 0;
    }
    .footer-bottom-left {
        text-align: center;
    }
    .footer-bottom-left p,
    .footer-bottom-left p a {
        font-size: 12px;
    }
    .footer-bottom-right {
        margin-top: 20px;
        text-align: center;
    }
    .footer-bottom-links li {
        display: inline-block;
        margin-left: 0;
        margin-right: 5px;
    }
    .footer-bottom-links li a {
        font-size: 12px;
    }
    .quick-service-right {
        text-align: center;
    }
    /*home-end*/
    /*about-start*/
    .page-banner-area {
        height: 320px;
    }
    .page-banner {
        padding-top: 100px;
    }
    .page-banner-title {
        font-size: 26px;
        line-height: 34px;
    }
    /*pricing*/
    .pricing-plan-area {
        padding: 100px 0 50px;
    }
    .single-price-plan {
        margin-bottom: 50px;
    }
    /*process*/
    .process-area {
        padding: 94px 0 43px;
    }
    .single-process::after {
        display: none;
    }
    .single-process {
        margin-bottom: 50px;
    }
    /*home-2*/
    .particles-content {
        margin-top: 30%;
    }
}
