 /* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .c_padding{
        padding-top: 50px;
            padding-bottom: 70px;
       }

    header{
        padding: 10px 0;
    }
    .menu ul li a{
        padding: 10px 0 0 !important;
        font-size: 20px;
        text-align: right;
    }
    .slider{
    
        padding-bottom: 60px;
    }
    .c_ind{
        bottom: -60px;

    }
    .c_ind[data-bs-target]{
        width: 13px;
        height: 13px;
        
    }
    .s_text{
        margin-top: 0;
    }
    .s_text h1{
        font-size: 25px;

    }
    .s_text h2{
      
        font-size: 18px;
    }
    .s_text p{
        margin-bottom: 20px;

    }
    .s_icon ul li{
        margin-right: 20px !important;
    }
    .s_icon ul li i{
        font-size: 35px;
       
    }
    /* fearture */
    .feature{
        padding-top: 50px;
        padding-bottom: 70px;
      
      }
      .c_h1{
        margin-top: 10px;
        font-size: 25px;
      }
      .c_p{
        font-size: 17px;

      }
    
    .f_item{
      margin-top: 30px;
    }
  
    .f_icon {
      font-size: 35px;
      margin-top: 0;
    }
    .f_text{
      text-align: center;
    }
    .f_text h2{
      margin-bottom: 0;
      font-size: 20px;
    }
    .f_text p{
      letter-spacing: 0px;
    }
         /* contuct  */
         .c_input{
            height: 40px;
            padding: 10px 10px;   
        }
        .c_submit{
           
            height: 40px;
        }
        .c_form{
            margin-top: 40px;
            margin-bottom: 40px;
        }
         /* contact us */
    .c_icon li i{
        font-size: 35px;

    }
    .c_icon li{
        margin-right: 20px !important;

    }
     /* footer */
     footer{
        padding-bottom: 70px;
    }
    .f_1{
        text-align: center;
        
    }
    .f_2{
        margin-top: 40px;
        text-align: center;
    }
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
   .c_padding{
    padding-top: 50px;
        padding-bottom: 70px;
   }
    .menu ul li a{
        padding: 10px 0 0 !important;
        font-size: 20px;
        text-align: right;
    }
    .slider{
    
        padding-bottom: 60px;
    }
    .c_ind{
        bottom: -60px;

    }
    .c_ind[data-bs-target]{
        width: 13px;
        height: 13px;
        
    }
    .s_text{
        margin-top: 0;
    }
    .s_text h1{
        font-size: 25px;

    }
    .s_text h2{
       
        font-size: 18px;
    }
    .s_text p{
        margin-bottom: 20px;

    }
    .s_icon ul li{
        margin-right: 20px !important;
    }
    .s_icon ul li i{
        font-size: 35px;
       
    }
    .f_item{
        margin-top: 30px;
      }
    
      .f_icon {
        font-size: 35px;
        margin-top: 0;
      }
      .f_text{
        text-align: center;
      }
      .f_text h2{
        margin-bottom: 0;
        font-size: 20px;
      }
      .f_text p{
        letter-spacing: 0px;
      }
      /* fearture */
    .feature{
        
      
      }
      .c_h1{
        margin-top: 10px;
        font-size: 25px;
      }
      .c_p{
        font-size: 17px;

      }
      .f_item{
        margin-top: 30px;
      }
    
      .f_icon {
        font-size: 35px;
        margin-top: 0;
      }
      .f_text{
        text-align: center;
      }
      .f_text h2{
        margin-bottom: 0;
        font-size: 20px;
      }
      .f_text p{
        letter-spacing: 0px;
      }
      
      /* contuct  */
      .c_input{
        height: 40px;
        padding: 10px 10px;   
    }
    .c_submit{
           
        height: 40px;
    }
    .c_form{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    /* contact us */
    .c_icon li i{
        font-size: 35px;

    }
    .c_icon li{
        margin-right: 20px !important;
    
    
    }
    /* footer */
    footer{
        padding-bottom: 70px;
    }
    .f_1{
        text-align: center;
        margin-bottom: 40px;
    }
    .f_2{
        text-align: center;
    }
 }

 /* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    .c_padding{
        padding-top: 80px;
        padding-bottom: 100px;  
    }
    .menu ul li a{
        padding: 10px 0 0 !important;
        text-align: right;
    }
      /* fearture */
    .feature{
        padding-top: 80px;
        padding-bottom: 100px;
      
      }
      .f_item{
        margin-top: 50px;
    }
    /* contuct us  */
    .c_icon{
        margin-top: 65px;
        margin-bottom: 70px;
    }
    /* footer */
    footer{
    
     padding-bottom: 100px;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {


}
 /* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) { 

}
 /* Extra Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) { 

}