/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 320px) and (max-width: 575px){
    html{
        font-size: 14px;
    }
    .hero-content-left h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
}
    .pavimento {
    text-align: center;
    padding-top: 16px;
    font-size: 18px;
}
.hero-content-left h1 {
    line-height:42px !important;
}
.p-100 {
    padding: 20px 0 50px;
}
.client-say p {
    height: 127px;
}
.pricing-img {
    width: 310px;
    height: 350px;
}
.h1, h1 {
    font-size: 2.2rem;
}
h5 {
    font-size: 1.45em;
}

.icon-box {
    height: 110px;
    width: 110px;
}

    .p-15 {
    padding: 11rem!important;
}
.mt-5, .my-5 {
    margin-top: 0rem!important;
}
.pricing-feature-list li {
    font-size: 18px;
    line-height: 33px;
    padding: 5px 0 5px;
}
.hero-section .lead {
    font-size: 1.5rem;
    font-weight: 300;
}

.logo{
    font-size: 54px;
    line-height: 60px;
    font-weight: 100 !important;
}


    h1{
        font-size: 2.25rem;
    }
    h2{
        font-size: 2em;
    }
    .hero-content-left h1{
        font-size: 2.rem;
        line-height: initial;
    }
    .mt--120{
        margin-top: -50px;
    }
    .pt-150{
      padding-top: 50px;
    }

    /*navbar*/
    .main-menu ul li{
        padding: 15px 0 0;
    }

    /*promo*/
    div[class*='col-']:not(:last-of-type){
        margin-bottom: 20px !important;
    }
    .row> div[class*='col-']:last-of-type{
        margin-bottom: 0;
    }
    .about-content-right{
        margin-top: 20px;
    }

    /*counter*/
    .counter{
        margin-top: 25px;
    }
    .single-card{
        padding: 10px 15px;
        margin-bottom: 25px;
        margin-left: 16px;
    }
    .single-card:nth-child(2n){
        top: 0;
    }

    /*client*/
    .client-section-wrap.d-flex{
        display: inherit !important;
    }

    /*subscribe form*/
    .subscribe-form{
        width: 100%;
    }

    .download-btn a.btn{
        margin: 7px 0;
    }

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {

    .mt--120{
        margin-top: -50px;
    }
    .pt-150{
        padding-top: 60px;
    }

    

    /*promo*/
    div[class*='col-']:not(:last-of-type){
        margin-bottom: 20px !important;
    }
    .row> div[class*='col-']:last-of-type{
        margin-bottom: 0;
    }
    .about-content-right{
        margin-top: 20px;
    }

    /*subscribe form*/
    .subscribe-form{
        width: 100%;
    }

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .mt--120{
        margin-top: -50px;
    }
    .p-15 {
    padding: 9rem!important;
}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 280px) {
    .p-15 {
    padding: 7rem!important;
}
h2 {
    font-size: 1.8em;
}
html{
overflow-x:hidden
}
.p-100 {
    padding: 0px 0 50px;
}
.h1, h1 {
    font-size: 1.5rem;
}
.pricing-img {
    width: 220px;
    height: 220px;
}
h3 {
    font-size: 1.3em;
}
.hero-content-left h1 {
    font-weight: 500;
    font-size: 42px;
    line-height: 48px;
    margin-top: -30px;
}
.team-image{
    margin-bottom: 15px;
}
}