/***********Responsive**************/

@media only screen and (max-width: 1699.98px) { 

 


}

@media only screen and (max-width: 1599.98px) {  

 

.about-content p {
  font-size: 16px;
  line-height: 25px;
}

.heading-area h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 15px;
}

  .work-slider .slick-slide 
  {
    padding: 10px !important;
  }

  .product-part {
   
  padding: 20px 15px;
    padding-right: 15px;
  padding-right: 200px;
  width: 500px;
  flex: 0 0 500px;
  height: 480px;
  border-radius: 10px;
}

 .product-slider .slick-prev, .product-slider .slick-next 
 {
    top: 60%; 
 }

 .banner-area .slick-slide img {
    width: 100%;
    height: 660px;
    object-fit: cover;
}



}


@media only screen and (max-width: 1399.98px) {

    .nav>ul>li {
        margin: 0px 20px 0px 0px;
    }

    .banner-content {
        top: 15%;
    }

    .heading-area h2 {
        font-size: 40px;
        margin-bottom: 20px;
        line-height: 55px;
    }

 

  .about-content p {
    font-size: 14px;
    line-height: 25px;
  }


 .product-slider .slick-prev, .product-slider .slick-next 
 {
    top: 80%; 
 }

 .product-slider {
  left: -17%;
}

.counter-content {
  font-size: 80px;
  line-height: 90px;
   
}

.product-slider .slick-prev {
    left: -270px;
}

.product-slider .slick-next {
    right: inherit;
    left: -210px;
}

.banner-content {
        top: 15%;
        width: 40%;
    }

    .banner-content h1 {
    font-size: 50px;
    line-height: 60px;
    color: #FFF;
    margin-bottom: 20px;
}

.banner-content strong {
    font-size: 40px;
    line-height: 30px;
}

     
}

@media only screen and (max-width: 1199.98px) {

    .nav>ul>li {
        margin: 0px 15px 0px 0px;
    }

    
    .nav > ul > li > a {
  font-size: 14px;
}

.product-part {
    padding: 20px 15px;
    padding-right: 15px;
    padding-right: 15px;
    padding-right: 0;
    width: 100%;
    flex: 0 0 100%;
    height: auto;
    border-radius: 10px;
  }

  .product-slider {
  width: 100%;
  margin: 0 !important;
  position: relative;
  left: -10%;
  top: 0;
  left: 0 !important;
}

.counter-content {
    font-size: 60px;
    line-height: 80px;
  }

  .flex-ctrl 
  {
    flex-flow: column;
  }

  .logo {
  width: 220px;
}

.appoinment-heading strong {
  color: #FFF;
  font-weight: bold;
  line-height: 40px;
  font-size: 23px;
}

footer::after 
{
    display: none;
}


.footer-info ul li p 
{
    word-break: break-all;
}

.banner-from {
    background: var(--color-sky);
    position: relative;
    top: 0;
    width: 100%;
    margin-left: auto;
    left: 0;
    padding: 30px;
    border-radius: 20px;
    margin-top: 30px;
}

.banner-content {
        top: 25px;
        width: 90%;
        right: 0;
        margin: 0 auto;
        left: 0;
    }




}

@media only screen and (max-width: 991.98px) {

    /*******************************
********NAV BAR*****************
*****************************/
    .nav {
        position: fixed;
        left: 0px;
        top: 0px;
        background: var(--color-sky);
        height: 100%;
        z-index: 999;
        transform: translate(-105%, 0px);
        transition: all 0.4s ease-in-out;
        width: 300px;
        box-shadow: 0 0 5px #606060;
        margin: 0;
        display: block;
        overflow-y: auto;
    }

    .menutogg {
        transform: translate(0%, 0px) !important;
        transition: all 0.4s ease-in-out;
    }

    .nav ul {
        width: 100%;
    }

    .header .row {
        margin: 0px;
    }

    #pull {
        display: block;
        width: auto;
        float: right;
        margin-top: 30px;
        order: 3;
    }

    ul#menu-bg {
        display: block;
    }

    .header-phone {
        margin-left: 40px;
        margin-top: 14px;
    }

    .top-icon {
        margin-top: 31px;
    }

    .nav>ul>li {
        display: block;
        margin: 0;
    }

    .logo {
        margin-top: 0;
        width: 250px;
    }

    .menu-part {
        flex-flow: wrap;
    }

    .top-details 
    {
        display: none;
    }

    header 
    {
        display: flex;
  align-content: center;
  justify-content: space-between;
    }



    /*******************************
********NAV BAR*****************
*****************************/

    .nav>ul>li>a {
        padding: 10px 15px;
        color: #FFF;
    }

    .mob-logo {
        display: block !important;
        width: auto !important;
        margin: 0 auto;
        text-align: center;
        margin-top: px;
        overflow: hidden;
        background: #FFF;
        padding: 15px;
    }

    .topmines #pull {
        margin-top: 5px;
    }

    .nav>ul>li:hover>a,
    .nav>ul>li.current-menu-item>a,
    .nav>ul>li.current-menu-parent>a,
    .nav>ul>li.current-menu-ancestor>a {
        color: #fff;
    }

    .call-text b {
        font-size: 26px;
        line-height: 60px;
    }

    .call-text strong {
        font-size: 40px;
        line-height: 45px;
    }

    .banner-area .slick-slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.banner-content h1 {
  font-size: 45px;
  line-height: 50px; 
}

.about-content 
{
    margin-top: 20px;
}

.footer-info ul 
{
    flex-flow: column;
}

.footer-info ul li {
    border: none;
    padding: 15px;
    width: 100%;
    flex: 0 0 100%;
  }

footer {
  background: #000 ;
}

.banner-content ul {
    background: #ef582cf0;
    padding: 10px;
    border-radius: 12px;
}

.icon-list 
{
  flex-flow: wrap;
  justify-content: center !important;
}

.icon-area 
{
  text-align: center;
  margin: 0 20px;
  margin-bottom: 15px;

  
}



   
}



@media only screen and (max-width: 767.98px) {

    .heading-area h2 {
    font-size: 30px;
    margin-bottom: 12px;
    line-height: 36px;
  }
  .appoinment-heading {
  flex-flow: column;
  text-align: center;
}

.counter-area > div > div > div
{
    text-align: center;
    
}

.counter-content {
   justify-content: center;
  }

  .banner-content {
        top: 0px;
        width: 100%;
        right: 0;
        margin: 0 auto;
        left: 0;
        position: relative;
        padding: 15px;
        height: auto;
    }

    .banner-area 
    {
      background: var(--color-sky);
    }
     

}

@media only screen and (max-width: 575.98px) {

  

    .banner-content strong {
    font-weight: 700;
    font-style: Bold;
    font-size: 35px;
    line-height: 36px;
    color: #FFF;
    }

    .banner-content h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .from-lower-area ul li p {
    font-size: 16px;
}

.icon-list {
        flex-flow: column;
        justify-content: center !important;
    }


}

@media only screen and (max-width: 480px) {

    .padd-ctrl 
    {
        padding: 15px !important;
    }

    .banner-area .slick-slide img {
    height: 350px;
  }

  .from-lower-area ul 
  {
    flex-flow: wrap;
    justify-content: center !important;
  }

    .from-lower-area ul li
    {
      padding: 0 10px;
    }

     

}

@media only screen and (max-width: 320px) {}