/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1200px){
/*.container {*/
/*     max-width: 1100px; */
/*}*/
}


@media (min-width: 1281px) {
    /*.container {*/
    /*    max-width: 1320px !important;*/
    /*}*/
}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    /*.container {*/
    /*    max-width: 1320px !important;*/
    /*}*/
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    /* .container{
      max-width: 1320px!important;
    } */
    .technology-area__1{
        margin-top: 35px;
    }
    .technologies-section .technologies-tab .nav-link{
        padding: 0 15px 24px 15px;
    }
    .justify-content-between {
        justify-content:space-around!important
    }
    .quote-btn {
        display: none;
        /*padding: 15px 25px;*/
    }
    #monochromeTabContent .monochromeTabContent-btn {
        padding: 10px 10px;
    }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* .container{
      max-width: 1320px!important;
    } */
    .banner-area {
        padding-top: 20px !important;
    }
    .quote-btn {
        display: none;
        /*padding: 15px 25px;*/
    }

}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .quote-btn {
        display: none;
        /*padding: 15px 25px;*/
    }

}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .quote-btn {
        display: none;
        /*padding: 15px 25px;*/
    }
    .banner-area {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .banner-area .about__bg--2 {
        margin-bottom: 20px;
    }

    .monochrome-area .about__bg--2 {
        margin-top: 0px !important;
        margin-bottom: 50px;
    }

    /*#monochrome-tab {*/
    /*    display: -webkit-inline-box;*/
    /*}*/

    /*#monochrome-tab li {*/
    /*    padding-right: 8px;*/
    /*}*/

    .we-work-area .about__bg--2 {

    }

    .ecode-dash-today .testimonial-area {
        padding-bottom: 25px !important;
        padding-top: 0px !important;
    }

    .mobile-dedicated-box {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
        margin-top: 2rem;
    }

    .blog-details {
        padding-bottom: 70px;
        margin-bottom: 2rem;
    }

    .blog-details-one-2 .about__bg--2 {
        margin-bottom: 0px;
    }
    .technologies-section .technologies-tab .nav-link{
        padding: 0 15px 10px 0px;
    }
    .technologies-section .technologies-tab .nav-link.active{
        margin-bottom: 10px;
    }
}
