@media screen and (min-width:1366px) 
{
    .container {
        max-width: 1300px;
    }
}


@media screen and (max-width:1366px) 
{}


@media screen and (max-width:1200px) 
{

    .overlay-image {
        right: -0;
    }
}


@media screen and (max-width:1050px) 
{}

@media screen and (max-width:992px) 
{
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }
    .top_header .nav-link {
        padding: 10px 10px !important;
    }
    .blog_left_area {
        width: 100%;
    }
        .blog_right_area {
            width: 100%;
            margin-top: 30px;
        } 
        .top_header .inner .navbar-brand {
            width: 100px;
        }
    
}

@media screen and (max-width:850px) 
{
}




@media screen and (max-width:768px) 
{
   
    .home_banner_section img {
        height: 500px;
    }
    .carousel-caption h5 {
        font-size: 25px;
    }
    .carousel-caption {
        text-align: center;
    }
    .count_section h2 {
        font-size: 30px;
    }
    .count_section p {
        font-size: 16px;
    }
    .count_section .col:nth-child(2)
    {
        border-right: none;
    }
    .features-section-inner
{
    flex-wrap: wrap;
    justify-content: center;
}
    .feature-item {
        width: calc(100% / 3);
        margin: 12px 0;
    }
    .stats-section .stat-number {
        font-size: 2rem;
    }
    .how_it_work_margin
    {
      margin-top: 25px;
    }
    .pricing-card .price {
        font-size: 2rem;
    }
    .pricing_heading
{
    margin-top: 0px;
}
.pricing_heading_mid
{
    margin-top: 0px;
}
.quote-form {
    padding: 30px;
    margin-top: 10px;
}
.specialized-services-section {
    margin-top: 0px;
    
}
.how-it-work-section {
    padding: 40px 0;
}
.services-section {
    padding: 30px 0;
}
.pricing-section
{
    padding: 40px 0;
}
.testimonial-section {
    padding: 40px 0;
}
.about_text_area
{
    margin-top: 25px;
}

.about_text h3 {
    margin-top: 50px;
}
.top_contact
{
    text-align: center;
}
.right_text
{
    text-align: center;
}
}


@media screen and (max-width:600px) 
{}



@media screen and (max-width:576px) 
{

}


@media screen and (max-width:480px) 
{
    .feature-item {
        width: calc(100% / 2);
        margin: 12px 0;
    }
}


@media screen and (max-width:400px) 
{}