/* Small devices (portrait tablets and large phones, 600px and up) */
/* @media only screen and (min-width: 600px) {...} */
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 325px) and (max-width: 1280px){
    html{
        overflow-x: auto;
    }
    body{
        overflow-x:hidden!important;
    }
    p{
        font-size: 14px;
    }
    h1{
        font-size: 24px;
    }
    h2{
        font-size: 20px;
    }
    .banner-p{
        font-size: 14px;
    }
    .services-banner .p-head, .clients-section .p-head, .process-container .p-head, .about-wrapper .p-head{
        font-size: 14px;
    }
    .service-box h4{
        font-size: 18px;
    }
    .navbar-toggler{
        border:none!important;
        box-shadow: none!important
    }
    .main-banner{
        height: auto!important
    }
    #main-banner-slider{
        position: relative;
    }
    #main-banner-slider img{
        height: auto!important;
    }
    .contact-form-container{
        position: relative!important;
    }
    .stats-box{
        width: 100%;
        position: relative!important;
    }
    .why-choose .wrapper{
        padding: 40px 0;
    }
    .why-choose h1{
        width: 100%;
    }
    .why-choose .contact-form-container {
        min-width: auto!important;
        max-width: none!important;
    }
    .form-control {
        font-size: 12px;
    }
    .form-control::placeholder{
        font-size: 12px;
    }
    .business-container {
        padding: 0;
    }
    .bs-counter {
        font-size: 14px;
        width: 50px;
        height: 50px;
        top: 0;
        left: 4px;
    }
    .bs-pointers{
        padding: 30px;
    }
    .bs-pointers .p-head{
        padding-top: 0;
        font-size: 18px!important;
    }
    .stats-banner{
        height: auto;
        padding: 20px 0;
    }
    .clients-section, .services-banner{
        padding: 0!important;
    }
    .process-container{
        margin: 40px 0;
    }
    .service-box{
        padding: 20px 10px;
    }
    .why-choose ul li{
        font-size: 14px;
    }
    .why-choose ul, .main-service ul{
        font-size: 14px;
    }
    footer{
        padding: 10px 0!important;
        padding-top: 30px!important;
    }
    footer .nav-links{
        font-size: 14px;
    }
    .to-top{
        margin-top: -60px;
    }
    .service-breadcrumb{
        padding: 50px 0;
    }
    .audit-sections{
        flex-direction: column;
    }
    .audit-sections p{
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }
    .audit-sections p::after{
        transform: rotate(90deg) translateY(-50%) translateX(30%);
        right: 0;
        left: 50%;
        top: 100%;
        bottom: 0;
    }
    .principles li {
        font-size: 14px;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        transition: 0.2s ease-in-out;
      }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .stats-box{
        width: 1000px!important;
    }
}