/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 320px) and (max-width: 575px){
    html{
        font-size: 14px;
    }
    
    .feature-contents  h2{
    margin: 10px 0 !important
}

    .logo {
    max-width: 88px;
}

    h1{
        font-size: 48px;
        margin: 50px 0 20px;
        line-height: 50px;
    }
    h2{
        font-size: 23px;
        text-align: center;
    }
    h5 {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 15px;
    text-align: center;
}
.feature-contents{
    text-align: center;
}
.meno10{
    margin-top: -10px;
}

.ptb-40 {
    padding: 20px 0;
}


.pt2-50{
    padding-top: 20px !important;
    padding-bottom: -20px !important;
}

 .quattro {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
    text-align: center;
}
.feature-contents h2{
    font-size: 32px;
} 

.accordion-faq .card {
    margin-bottom: 10px;
}

.card.single-pricing-pack {
    padding: 0 10px 0 10px;
}
.pricing-feature-list li {
    font-size: 17px;
    line-height: 28px;
}

.pb-4, .py-4 {
    padding-bottom: 15px!important;
}

.pricing-img {
    max-width: 300px;
    max-height: 300px;
    margin-top: 10px !important;
}

.about-content-left h2 {
    font-size: 30px;
}

.mt-5, .my-5 {
    margin-top: 25px!important;
}

.download-content h2 {
    font-size: 23px;
    text-align: center;
}

    .ptb-50 {
    padding: 20px 0 10px;
}

#mt-10{
    margin-top: -10px;
}
    .centro{
        text-align: center;
    }

    .btn {
    font-size: 22px;
}
.bottom-img-absolute {
    bottom: -9px;
    width: 100%;
    position: absolute;
}

    .hero-content-left h1{
       text-align: center;
    }
    .mt--120{
        margin-top: -50px;
    }
    .pt-150{
      padding-top: 50px;
    }

    .mt--70 {
    margin-top: -10px; 
}

    /*navbar*/
    .main-menu ul li{
        padding: 15px 0 0;
    }

    /*promo*/
    div[class*='col-']:not(:last-of-type){
        margin-bottom: 0px !important;
    }
    .row> div[class*='col-']:last-of-type{
        margin-bottom: 0;
    }
    .about-content-right{
        padding-top: 30px;
        max-width: 350px;
        margin: 0 auto;
    }

    /*counter*/
    .counter{
        margin-top: 25px;
    }
    .single-card{
        padding: 10px 15px;
        margin-bottom: 25px;
        margin-left: 16px;
    }
    .single-card:nth-child(2n){
        top: 0;
    }

    #about h2 {
    font-size: 32px;
    line-height: 40px;
    margin-top: -15px;
}
.bullet-point{
    margin-left: 20px;
}

.rwd-video{
    margin: 20px 0 20px;
}


.p{
    text-align: center;
}



.about-content-left{
    margin: 20px 0 20px;
}

    /*client*/
    .client-section-wrap.d-flex{
        display: inherit !important;
    }

    /*subscribe form*/
    .subscribe-form{
        width: 100%;
    }

    .download-btn a.btn{
        margin: 15px 0 20px;
    }

}

@media (max-width: 359px){
    .pricing-img {
    max-width: 250px;
    max-height: 250px;
}
}

/*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;
    }

    .hero-content-left h1 {
    font-weight: 500;
    font-size: 42px;
    line-height: 40px;
}

    /*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%;
    }
   
.download-btn a.btn{
        margin: 20px 0 20px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .mt--120{
        margin-top: -50px;
    }
     .mt--70 {
    margin-top: 0;
}
    .download-btn a.btn{
        margin: 20px 0 20px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}