/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 280px) and (max-width: 575px){
    html{
        font-size: 14px;
    }

    h1{
        font-size: 2.25rem;
    }
    h2{
        font-size: 1.7441em;
    }
    .hero-content-left h1{
        font-size: 2.25rem;
        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;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

}

@media (max-width: 1024px) {
    .about-img img {
   width:100%;
}
}

@media (max-width: 768px) {
    #download .section-heading .sub-title:before {
        left: 84px;
    }

    .why-choose .image-wrap {
        text-align: center;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
}
    .page-title h2 {
    font-size: 35px;
}
     .about-img img {
   margin-top:20px;
}
}
@media (max-width: 540px) {
    #download .section-heading .sub-title:before {
        left: 5px;
    }

   .modal-body .self-frame {min-height:620px;
    }
}
@media (max-width: 500px) {
  ul#menu {
    position: absolute;
    top: -53px;
    right: 0px !important;
}
  .navbar {
    width:100%;
}
  .menu-btn {
   
    margin-right: 0px;
    width: 48%;
}
  .page-title h2 {
    font-size: 30px;
}
    .self-frame {min-height:550px;
    }
  
}
@media (max-width: 411px) {
  .lead {
    font-size: 1.1rem;
}
    .menu-btn {
        padding: 3px 15px;
    }
    .page-title h2 {
    font-size: 26px;
}
}
@media (max-width: 360px) {
  
    .menu-btn {
        padding: 3px 10px;
    font-size: 13px;
    }
}
@media (max-width: 320px) {
  
    .menu-btn {
        padding: 3px 5px;
    font-size: 12px;
    }
}
@media (max-width: 280px) {
  .menu-btn {
    font-size: 10px;
}
  .hero-content-left h1 {
    font-size: 2rem;
    line-height: initial;
}
  .lead {
    font-size: 11px;
}
  .about .image-wrap{
      margin-top:50px;
  }
  .w-75 {
    width: 95%!important;
}
  .section-heading .sub-title {
    font-size: 1.55em;
}
}


