@media screen and (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }
  #main_header{
    display: none;
  }

	.services_sec.m-3 {
    display: none;
}
	
  .small nav {
    padding: 15px 0;
  }
  
  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  
  .small nav .menu {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #121212;
    cursor: pointer;
    border-radius: 5px;
    background: #fff;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }
  .small.show .sidebar {
   right: 0;
  }
  
  .small nav .sidebar>ul {
    margin-top: 120px !important;
  }
  
  .small nav .sidebar>ul>li {
    padding: 10px;
   
  }
  
  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }
  
  .small nav .sidebar ul>li>a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1111111;
  }
  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }
  
  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }
  
  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0px !IMPORTANT;
  }
  
  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }
  
  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  
  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }
  
  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }
  
  ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
  }
  
  .small {
    display: block;
  }

  h1 {
    font-size: 75px;
    line-height: 55px;
  }

  h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 47px;
  }
  h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
  }

  p br{
  display: none;
  }
  .small .logo img {
    width: 240px;
  }
  section {
    padding: 55px 0;
  }
  /* BANNER SEC */
  .banner_sec .banner_heading span {
    font-family: 'my-font1';
    color: #54c5ff;
    font-size: 22px;
    display: inline-block;
    padding-left: 33px;
    position: relative;
    z-index: 11;
  }
  .banner_sec .banner_heading h4 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 10px;
    margin-left: 0;
  }
  .banner_sec {
    background: url(../image/banner-bg.png) no-repeat bottom;
    background-size: cover;
    padding: 125px 0 200px;
    color: #fff;
  }
  .home_sec2 {
    background: url(../image/home_sec2_bg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 250px;
    color: #fff;
  }
  .home_sec4 .heading {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
  }
  .copy_right {
    display: flex;
    align-items: start;
    gap: 15px;
    flex-direction: column;
  }
  .contact_us .contact_form h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .small .logo img {
    width: 190px;
  }
  h1 {  
    font-size: 60px;
    line-height: 50px;
  }
  .banner_sec .banner_heading {
    text-align: center;
  }
  .banner_sec .banner_heading span {
    font-family: 'my-font1';
    color: #54c5ff;
    font-size: 22px;
    display: inline-block;
    padding-left: 0;
    position: relative;
    z-index: 11;
  }
  .banner_sec .banner_heading h4 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    margin-left: 0;
  }
  .banner_sec .banner_heading h1 {
    margin-bottom: 15px;
  }
  .banner_sec .hd_info {
    flex-direction: column;
  }
  .banner_sec {
    background: url(../image/banner-mb.png) no-repeat bottom;
    background-size: cover;
    padding: 120px 0 235px;
    color: #fff;
  }
  /* home_sec1 */
  .home_sec1 {
    background: url(../image/home_sec1_mb.jpg) no-repeat;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 250px;
    margin-top: 0;
    background-position: 100% 0%;
  }
  .home_sec1 {
    text-align: center;
  }
  .home_sec1 .heading {
    text-align: center;
  }
  .home_sec1 .content {
    padding-right: 0;
  }
  .home_sec1 .content_1 {
    border-right: none;
  }
  .home_sec1 .content {
    border-right: none;
    text-align: center;
  }
  .home_sec1 .hd_info{
    justify-content: center;
  }
  /* home_sec2 */
  .home_sec2 .btom_content {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .home_sec2 .heading{
    text-align: center;
  }
  .home_sec2 {
    background: url(../image/home_sec2_mb.jpg) no-repeat bottom;
    background-size: cover;
    padding-bottom: 180px;
    color: #fff;
  }
  .home_sec3 .heading h3 {
    padding-right: 0;
  }
  .home_sec3 .heading {
    text-align: center;
  }
  .home_sec3  .hd_info {
    justify-content: center;
  }
  .home_sec3 {
    background: url(../image/home_sec3_bg.png) no-repeat bottom;
    background-size: cover;
    padding-bottom: 250px;
  }
  .search_sec {
    text-align: center;
  }
  .home_sec4 .hd_info {
    flex-direction: column;
  }
  .home_sec4 .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .home_sec4 {
    background: url(../image/home_sec4.jpg) no-repeat;
    background-size: cover;
    padding-top: 300px;
    color: #fff;
    background-position: 30% 0;
  }
  .contact_us {
    background-position: 65% 0 !important;
    margin-bottom: 0;
  }
  .contact_us .heading h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 32px;
  }
  .footer_logo a img {
    width: 225px;
    margin-bottom: 25px;
  }
  footer .footer_content ul {
    display: flex;
    justify-content: center;
    gap: 21px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .footer {
    padding: 75px 0 55px;
  }
  footer .ft_content .location_cont {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    margin-bottom: 17px;
    justify-content: center;
    flex-direction: column;
  }
  footer .ft_content .location_cont br{
    display: none;
  }
  footer .privacy_content {
    text-align: center;
    display: flex;
    font-size: 15px;
    gap: 20px;
    justify-content: center;
    width: 100%;
  }
  .home_sec3 {
    background: url(../image/home_sec3_mb.png) no-repeat;
    background-size: cover;
    padding-bottom: 350px;
    background-position: 90% 0;
  }
  .search_sec {
    text-align: center;
    padding-bottom: 200px;
    background: url(../image/search_sec_mb.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: 0% 100% !important;
  }
  #inner-banner {
    padding: 180px 0 120px;
    text-align: center;
  }
  .inner_heading h1 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 8px;
    line-height: 58px;
  }
  .inner_service_sec2 {
    text-align: center;
  }
  .inner_service_sec4 .heading {
    padding: 55px 20px;
    text-align: center;
    background-color: #1c1c1c;
    color: #fff;
  }
  .inner_service_sec3 {
    text-align: center;
  }
  .about_sec1 {
    text-align: center;
  }
  .about_sec3 {
    background: url(../image/about-bg2.png);
    color: #ffffff;
    padding: 55px 0;
    text-align: center;
  }
  .about_sec2 .heading {
    text-align: center;
  }
  .about_sec2 .quality-list {
    display: flex;
    gap: 0;
    padding-bottom: 11px;
    flex-direction: column;
    align-items: center;
  }
  .inner-area-contact {
    background: #0071ab;
    color: #fff;
    text-align: center;
  }
  .inner-area-contact .hd_info {
    justify-content: center;
  }
  .inner-area-sec2 {
    text-align: center;
  }
  footer .ft_content {
    text-align: center !important;
    margin-bottom: 20px;
  }

}


@media screen and (max-width: 567px) {
  .home_sec3 .content {
    background: #f2f8fb;
    padding: 22px;
    border-radius: 5px;
    text-align: center;
  }
  .search_sec .search_bar form {
    display: flex;
    gap: 7px;
    flex-direction: column;
  }
  .search_sec .search_bar button {
    outline: none;
    border: none;
    padding: 11px;
    width: 100%;
    border-radius: 5px;
    background: #ffffff;
    font-size: 15px;
  }
  .faqs .accordion-item .accordion-button{
    line-height: 29px;
  }

  footer {
    padding: 80px 0 60px;
    text-align: center;
  }

  footer .hd_info {
    justify-content: center;
    
  }
  .footer_logo p {
    padding-right: 0;
  }
}

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