/* @media screen and ('>=768px', '<1024'){
} */

@media (min-width: 991.98px) and (max-width: 1199.98px){
    .slider, .slide {
        height: 555px !important;
      }
      .slide .slide__content {
        top: 13%;
        left: 20%;
    }
    .about{
        margin-top: -76px !important;
    }
}

@media only screen and (max-width: 991.98px){
    .section{
        padding:50px 0;
    }
    .about{
        margin-top: 0px !important;
    }
      .slide .slide__content {
        top: 13%;
        left: 20%;
        padding: 1rem;
    }
    .about .row::before{
        display: none;
    }
    .services .box{
        margin-left: auto;
        margin-right: auto;
    }
    .plan_theWork .plan_bx{
        margin-top: 0px;
    }
    .plan_theWork .plan_bx.middle,
    .plan_theWork .plan_bx.last{
        margin-top: 4em;
    }
    .gallery p.w-75,
    .services p.w-75{
        width:100% !important;
    }
}

@media only screen and (max-width: 767.98px){
    .slide .slide__content--headings .title{
        font-size: 2rem;
    }
    .slide .slide__content{
        max-width: 300px;
    }
    .our_great .our_great_bx img,
    .gallery .gallery_items img{
        width: 100%;
    }
    .slider, .slide img{
        height: 400px !important;
        object-fit: cover;
      }
}
@media screen and (width<=575px){
   
}
@media only screen and (max-width: 574.98px){
    .slide .slide__content--headings .top-title{
        font-size: 1.5rem;
    }
    .slide .slide__content--headings .title{
        font-size: 2.5rem;
    }
    .slide .slide__content{
        width: 100%;
    }
    .about_bx_left{
        padding: 1em !important;
    }
    .slide .slide__content--headings .title{
        font-size: 1.5rem;
    }
    
}

@media only screen and (max-width: 479.98px){
    .slide .slide__content{
        left: 2%;
        top: 2%;
    }
    .slide .slide__content--headings .top-title{
        line-height: inherit;
    }
    .slick-nav{
        display: none;
    }
}

@media only screen and (max-width: 379.98px){
    body{
        font-size: 14px;
    }
    .slide .slide__content--headings .top-title{
        margin: 10px 0 10px;
    }
   .slider, .slide img {
    height: 320px !important;
  }
  .slide .slide__content--headings .top-title{
      font-size:1rem;
  }
  .slide .slide__content--headings .top-title br{
      display: none;
  }
  .slide .slide__content{
      top:20%;
      width: 75%;
      left:14%;
  }
}

/* K Style  */
@media (max-width: 700px) {
	.counters .container {
		grid-template-columns: repeat(1, 1fr);
	}

	.counters .container > div:nth-of-type(1),
	.counters .container > div:nth-of-type(2) {
		/* border-bottom: 1px lightskyblue solid; */
		padding-bottom: 20px;
	}
}
@media (max-width: 480px){
    .custom-sub-nav{
        display: block;
    }
    .footer-right a {
        border: 1px solid #01477f;
        padding: 10px;
        display: flex;
        justify-content: center;
        top: 0;
        position: relative;
        width: 50%;
        text-align: center;
        margin-bottom: 10px;
        color: #666;
      }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .counter-title h2 {
        color: #01477f;
        font-size: 35px;
        font-weight: bold;
    }
}

