@media screen and (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }
  #main_header{
    display: none;
  }
  .small nav {
    padding: 15px 0;
  }
  .small img{
    width: 120px;
  }
  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  
  .small nav .menu {
    width: 40px;
    height: 40px;
    background: var(--theme-color-second);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .menu-2{
    width: 40px;
    height: 40px;
    background: var(--theme-color-third);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }
.small nav .sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
}
  
  .small.show .sidebar {
    left: 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: var(--theme-color-second);
    padding: 4px;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: 700;
    letter-spacing: 3px;
}
  .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-size: 14px;
  }
  
  .small {
    display: block;
  }
 



h2 {
  font-size: 30px;
 
} 

p{
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1.6;
}

p br{
  display: none;
}

header#main_header {
  display: none;
}
section{
  padding: 50px 0;
}
.banner_sec {
    text-align: center;
    height: 100vh;
    padding-top: 118px;
    background: url(../image/mobile_banner.png)!important;
    align-items: start;
    background-position-x: 40%!important;
}
.banner_sec .heading h5{
  margin-bottom: 20px!important;
}
h1 {
    font-size: 36px;
}
.home_sec_2 {
  text-align: center;
}
.home_sec_2 .service-box span {
  
    font-size: 18px;
    justify-content: center!important;
    font-size: 30px!important;
}
.home_sec_2 .service-box span h5 {
    font-size: 24px;
}
.home_sec_2 .service-box p {
    font-size: 20px;
    margin-bottom: 0;
}
.home_sec_3{
  text-align: center;
}
.home_sec_3 ul{
  justify-content: center;
  text-align: start;
}
.home_sec_4 .qout-box h4 {
    font-size: 22px;
    letter-spacing: 2px;
}
.home_sec_5  ul.left-content li {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    background: #eee;
    text-align: center;
    padding: 25px;
    gap: 15px;
}
.home_sec_5  ul.left-content li  .content-box{
  padding: 0px!important;
  box-shadow:none!important;
}
.home_sec_5  ul.left-content li  img {
    width: 76px;
    height: 76px;
    object-fit: contain;
    position: unset;
    left: 0;
    top: 0;
}
.home_sec_5  {
  text-align: center;
}
.home_sec_5 h5 {
    font-size: 25px;
}
.home_sec_5  ul.left-content li  .content-box{
  background-color: transparent!important;
  color: #1e1e1e!important;
  transition: 0.6s ease;
}
.home_sec_6 {
  text-align: center;
}
.home_sec_6 .service-box  img{
  border-radius: 15px;
  object-fit: cover;
  height: 350px!important;
}
.home_sec_12 {
    display: flex;
    align-items: center;
    background: url(../image/mobile-banner-2.jpg)!important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom !important;
    background-position-x: 17%!important;
    text-align: center;
    padding-bottom: 338px;
}
.home_sec_12  form{
  text-align: start;
}
.home_sec_7 {
    text-align: center;
}
.home_sec_7 .step-card {
    
    /* height: 100%; */
    text-align: center;
   
}
.home_sec_7 .step-card .icon {
    
    margin: 0 auto;
    margin-bottom: 15px;
}
.home_sec_7 .step-card h6 {
   
    font-size: 24px;
    color: var(--theme-color-second);
}
.m-backtotop.active {
    bottom: 97px;
    opacity: 1;
}
.footer .ft-log-box .contact-list li a {
   
    font-size: 18px;
    gap: 5px;
    color: var(--theme-color);
}
.footer .ft-log-box .contact-list li a i {
    color: var(--theme-color-second);
    font-size: 23px;
}
.footer .ft-log-box .social li a {
    
    display: flex;
    width: 50px;
    height: 50px;
    
    font-size: 24px;
}
.footer .ft-head h4 {
    font-size: 31px;
}
.footer .ft-head .list-unstyled li a {
   
  
    font-size: 20px;
}
.footer .list-item li a {
    font-size: 20px;
    color: #eee;
}
.footer {
   
    padding: 50px 0 120px;
}
.inner-blog-left-sec .inner-blog-sec1 img {
    height: 350px;
}
}

/* =======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px */


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


/* =======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px */



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

/* =======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px */
@media screen and (max-width: 825px) {}

/* =======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px */




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

/* =======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px */

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

/* =======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px */

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

/* =======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px */

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

}

/* =======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px */

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

}



















/* =======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px */

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

}




















/* =======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px */

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

















