/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 320px) and (max-width: 575px){
    html{
        font-size: 14px;
    }

    h1{
        font-size: 2.25rem;
    }
    h2{
        font-size: 1.7441em;
    }
    .mt--120{
        margin-top: -50px;
    }
    .pt-150{
      padding-top: 50px;
    }
    .ptb-150{
        padding: 90px 0;
    }
    .hero-slider-content h1{
        font-size: 2.25rem;
    }
    .action-btns a.btn{
        margin-bottom: 15px;
    }

    /*ceo message*/
    .year-highlight-text h4 sub{
        top: -10px;
    }
    .year-highlight-text h4 span {
        font-size: 215px;
        line-height: 150px;
    }

    /*switchable block*/
    .core-idea-wrap.ptb-100{
        padding-top: 15px;
    }

    /*portfolio*/
    .filter-btn{
        margin-bottom: 10px;
    }
    .portfolio-item, .gap{
        width: auto;
    }

    /*testimonial with counter*/
    .counter-wrap{
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    .counter-wrap li{
        padding: 15px;
    }

    .contact-us-form .form-group{
        margin-bottom: 0;
    }

    .arrow-indicator.owl-theme .owl-nav {
        position: relative;
    }

    /*blog*/
    .single-blog-card{
        margin-bottom: 0;
    }

    /*all col*/
    div[class*='col-']:not(:last-of-type){
        margin-bottom: 10px;
    }
    .row> div[class*='col-']:last-of-type{
        margin-bottom: 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;
    }

    .action-btns a.btn{
        margin-bottom: 15px;
    }

    /*ceo message*/
    .year-highlight-text h4 sub{
        top: -10px;
    }
    .year-highlight-text h4 span {
        font-size: 215px;
        line-height: 150px;
    }

    /*switchable block*/
    .core-idea-wrap.ptb-100{
        padding-top: 15px;
    }

    /*portfolio*/
    .filter-btn{
        margin-bottom: 10px;
    }
    .portfolio-item, .gap{
        width: auto;
    }

    /*testimonial with counter*/
    .counter-wrap{
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
    .counter-wrap li{
        padding: 15px;
    }

    .contact-us-form .form-group{
        margin-bottom: 0;
    }

    .arrow-indicator.owl-theme .owl-nav {
        position: relative;
    }

    /*blog*/
    .single-blog-card{
        margin-bottom: 0;
    }

    /*promo*/
    div[class*='col-']:not(:last-of-type){
        margin-bottom: 20px !important;
    }
    .row> div[class*='col-']:last-of-type{
        margin-bottom: 0;
    }


}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .mt--120{
        margin-top: -50px;
    }
    .action-btns a.btn{
        margin-bottom: 15px;
    }

}

/*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) {

}

@media (max-width: 768px) {
    .top-bar a {
        font-size: 10px;
    }

    .branches .card {
        margin-bottom: 15px !important;
    }

    #accordion-1 button.branches-btn {
        display: block;
    padding: 0px;
    border: none;
    border-radius: 0px;
    padding: 5px 20px;
    font-size: 12px;
    margin: 0px !important;
    width: 100%;
    text-align: left;
    }

    .contact-us-promo #accordion-1 {
        background-color: #fff;
        height: 350px;
        overflow-y: scroll;
        box-shadow: 0px 0px 10px #0000003d;
        border-radius: 10px;
    }

    .services-single {
        margin-bottom: 0px;
    }

    #accordion-1 ul li {
        margin-bottom: 0px !important;
    }

    #accordion-1 .card.aside {
        box-shadow: 0px 0px 10px #33333370;
        min-width: 200px;
    }

    .hero-section {
        margin-top: 55px;
    }

    .footer-bottom p {
        text-align: center !important;
    }

    .contact-us-promo .card {
        min-height: auto;
    }

    .single-promo-card .card-body {
        padding: 10px !important;
    }

    .mp-section {
        margin-top: 45px;
        padding: 10px;
    }

    .aside ul li a {
        font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0px;
    }

    .aside ul li {
        padding: 10px !important;
    }

    .top-bar {
        text-align: center;
        display: none;
    }

    .hero-slider-content {
        padding-top: 70px;
    }

    span.ti-menu {
        color: #ffffff;
    }

    .mb-0 {
        margin-bottom: 0px !important;
    }

    ul.list-inline.counter-wrap {
        display: block;
    width: 100%;
    }

    li.list-inline-item {
        width: 100%;
        margin: auto;
    }

    .benefits .services-single {
        padding: 10px !important;
    }
    .benefits {
        text-align: center;
    }

    footer {
        margin-top: 0px !important;
    }

    ul.social-list {
        display: flex;
    }

    ul.social-list li.list-inline-item {
        width: max-content;
    }

    p.lead {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1250px;
    }
}
