@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
	.banner_sec_img_video p {
    font-size: 25px;
font-weight:500;
}

.banner_sec_img_video h1 {
    margin-bottom: 28px;
}
	.banner_sec_img_video h4 {
    font-size: 30px;
    margin-bottom: 20px;
}
	.home_sec_1 .cat-box .over-lay h4 {
    font-size: 22px;
    margin-bottom: 12px !important;
}
	  .header_menu li a {
    color: #0c0c0c;
    font-size: 20px;
    text-transform: capitalize;
    padding: 29px 10px;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 1px;
  }

}

@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: 74px;
}
  .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-second);
    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: var(--theme-color-third);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
    text-align: center;
}
  .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: #000;
    padding: 4px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
}
  
  .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;
  }
 


h1 {
  font-size: 55px;
 
} 
h2 {
  font-size: 45px;
 
} 



p br{
  display: none;
}

header#main_header {
  display: none;
}
section{
  padding: 50px 0;
}

section.banner_sec.bg-cover {
    padding-top: 130px;
    text-align: center;
    background-position-x: 80%!important;
}

.banner_sec .bg-small {
    padding: 6%;
    background: #ffffff63;
    border-radius: 7px;
}
section.home_sec_1 {
    text-align: center;
}
.home_sec_1  .hd_info{
  justify-content: center;
}
.home_sec_3{
  background: url(../image/mobile-bg-1.jpg)!important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom !important;
  padding-bottom: 399px;
  background-position-x:100%!important ;

}
.home_sec_8 {
    text-align: center;
}
.home_sec_8 .blog-box h5 {
    font-size: 29px!important;
}
.home_sec_8 .blog-box {
  height: 100%!important;
}
.home_sec_8 .blog-box p{
  font-size: 20px!important;
  margin-bottom: 15px!important;
  line-height: 1.8;
}
.home_sec_8 .blog-box a u {
    font-size: 24px!important;
}
.home_sec_8 .blog-box.bg-2 img {
    height: 194px;
    object-fit: cover;
}
.home_sec_8 .hd_info{
  justify-content: center;
}
.footer .list-menu li a {
    color: #fff;
    font-size: 18px;
    margin: 32px 0;
}
.footer .list-menu {
    flex-direction: column;
    display: flex;
    justify-content: start;
    gap: 18px;
    flex-wrap: wrap;
}
.footer .ft-head a {
    font-size: 19px;
}
.footer .social a {
    display: flex;
    gap: 10px;
    font-size: 21px;
    align-items: center;
}
.banner_sec_img_video .over-lay {
    position: relative;
    margin-top: 10%;
    width: 100%;
    left: 0;
    right: 0;
}

/* *********** */
  .page_sec1 .info-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }

  .page_sec1 .title-row h2 {
    font-size: 33px;
  }

  .page_sec1 .guarantee-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }

  .page_sec1 .main-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .page_sec1 .price-box {
    background: var(--card);
    border-radius: 20px;
    padding: 0;
    border: 1px solid var(--border);
  }

  .trust-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
  }

  .trust-card {
    position: relative;
    border-radius: var(--radius);
    padding: 30px 19px 60px;
    min-height: 280px;
    border-radius: 40px;
  }

  .page_sec1 button.owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
  }

  .page_sec1 button.owl-next {
    position: absolute;
    top: 40%;
    right: 0;
  }

}

/* =======================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) {}

















