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

  #main_header {
    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: 50px;
    height: 50px;
    background: #f85e13;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .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;
  }

  .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;
  }
	.digital-sign-up form {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-top:15px
}
	
.digital-sign-up {
    margin-right: 20px;
    padding-left: 20px;
    border-left: none;
}
	.digital-sign-up form label {
    width: 100%;
}
	input#search-form-1 {
    width: 100%;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  overflow-y: hidden; /* will be set to auto when open */
  z-index: 9999;
  display: none;
}

.sidebar.open {
  display: block;
  overflow-y: auto; /* optional fallback */
}
		.inner-banner {
    padding: 150px 0 55px !important;
}
	    .small nav .sidebar>ul {
        margin-top: 70px !important;
    }
	    .digital-sign-up form {
        margin-top: 30px !important;
    }
}




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

  #main_header {
    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: 50px;
    height: 50px;
    background: #f85e13;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .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;
  }

  .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;
  }

  p br {
    display: none;
  }
	p{
		font-size:22px !important;
	}
  footer .ft_menu {
    text-align: center;
  }

  footer .ft_menu ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    gap: 0 20px;
    justify-content: center;
  }

  footer .copy_right {
    margin-top: -10px;
  }

  footer .ft_menu.ft_menu2 {
    padding-left: 0;
  }
	a{
		font-size:20px;
	}
/* 28.06.2025 */
	.emaillist form {
    margin-left: 0px !important;
   
}
	.banner_sec{
	background-size: contain !important;
    background-color: #000 !important;
    padding: 300px 0 50px;
/*     background-position: top !important; */
	background-position-y: 20px !important;
	
}
	.banner_sec h4 {
    text-shadow: 3px 2px 3px black !important;
	color:#ff5400;
}
	.root4 h2{
	font-size:200px;
}
	.err-img{
		height:300px;
		width:300px;
	}
	.digital-sign-up a{
    font-size: 25px;
}
	.digital-sign-up{
	border-left:0px;
    margin-top:15px;
}
	.inner-banner {
    padding: 150px 0 55px !important;
}
}

@media screen and (max-width: 767px) {
  .small .logo img {
    width: 55px;
  }

  .banner_sec .banner_heading {
    text-align: center !important;
  }

  h1 {
    font-size: 52px;
  }

  .banner_sec h1 {
    line-height: 1;
  }

  h4 {
    font-size: 25px;
  }

  .banner_sec .right_content {
    padding-left: 0 !important;
    text-align: center !important;
	background: transparent;
  }

  .banner_sec .hd_info {
    justify-content: center !important;
  }

  .banner_sec {
    padding: 130px 0 175px !important;
    background: url(../image/banner-mn.jpg) no-repeat bottom !important;
  }

  .home_sec1 .content p {
    margin-bottom: 0 !important;
    color: #5e5e5e;
    font-size: 18px;
    font-weight: 600;
  }

  h2 {
    font-size: 34px;
  }

  section {
    padding: 60px 0px;
  }

  .hd_info {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 8px;
    flex-wrap: wrap;
  }

  .home_sec4 {
    padding: 60px 0;
    text-align: center !important;
  }

  .review_content .top_img img {
    width: 151px !important;
    position: relative;
    margin: 0 auto;
    margin-bottom: -62px;
    /* margin-top: -40px; */
  }

  .review_content {
    text-align: center;
    padding: 8px 15px;
  }

  .review_sec {
    padding: 50px 0 250px;
  }

  .home_sec5 form {
    /* width: 500px; */
    border: 1px solid #4d4d4d;
    margin-left: 0;
    padding: 9px 9px;
    border-radius: 9px;
    display: flex;
    align-items: center;
  }

  .home_sec5 form input {
    width: 100%;
    background: transparent;
    outline: none;
    border: none;
    color: #fff;
    font-size: 14px;
  }

  .home_sec5 button {
    width: 170px !important;
    text-align: center;
    background: #f18022;
    border: 0;
    color: #fff;
    padding: 10px 0;
    border-radius: 8px;
  }

  .home_sec5 .right_content {
    text-align: center !important;
  }

  .contact_form_sec h2 span {
    font-size: 46px;
    color: #000;
    font-family: "my-span";
    margin-left: 0;
    margin-bottom: -71px;
    display: block;
  }

  .contact_form_sec h2 {
    padding-left: 0;
    font-size: 62px;
    margin-bottom: 12px;
    /* font-weight: 300; */
    line-height: 1;
  }

  .contact_form_sec form {
    padding-left: 0;
  }

  .home_sec6 .right_content .btom_content h6 a {
    letter-spacing: 0;
    font-size: 32px;
    color: #000;
    font-family: "my-heading";
  }

  .home_sec6 .right_content img {
    width: 65px;
    border-right: 1px solid #6a6a6a;
    padding: 20px 0;
    padding-right: 22px;
  }

  .home_sec6 .right_content {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
  }

  .home_sec6 .right_content .btom_content h6 {
    color: #f18022;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
    line-height: 1.2;
    margin-bottom: 0;
  }

  .home_sec4 h2 br {
    display: none;
  }

  .home_sec4 h2 span {
    font-size: 48px;
    line-height: 0px;
    display: inline-block;
    margin-bottom: 00;
  }

  .home_sec4 .heading {
    text-align: center !important;
  }

  .home_sec4 .heading {
    text-align: center !important;
    padding-left: 0 !important;
  }

  .home_sec4 .heading .hd_info {
    justify-content: center !important;
  }

  footer .ft_logo a img {
    width: 82px;
    margin: 0 auto;
    display: block;
  }

  footer {
    padding: 70px 0 40px;
    background: #000000;
    color: #fff;
  }

  footer form {
    /* width: 500px; */
    border: 1px solid #4d4d4d;
    margin-left: 00;
    padding: 9px 9px;
    border-radius: 9px;
    display: flex;
    align-items: center;
  }

  footer form input {
    width: 100%;
    background: transparent;
    outline: none;
    border: none;
    color: #fff;
    font-size: 14px;
  }

  footer button {
    width: 170px !important;
    text-align: center;
    background: #f18022;
    border: 0;
    color: #fff;
    padding: 10px 0;
    border-radius: 8px;
  }

  footer .ft_menu {
    text-align: center;
  }

  footer .ft_menu ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    gap: 0 20px;
    justify-content: center;
  }

  footer .copy_right {
    margin-top: -10px;
  }

  footer .ft_menu.ft_menu2 {
    padding-left: 0;
  }
/* 28.06.2025 */
	.emaillist form {
    margin-left: 0px !important;
   
}
	.banner_sec{
	background-size: contain !important;
    background-color: #000 !important;
}
	.small nav .menu {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
	.root4 h2{
	font-size:100px;
}
	.err-img{
		height:100px;
		width:100px;
	}
	.inner-banner {
    padding: 100px 0 55px !important;
}
	.digital-sign-up a{
    font-size: 20px;
}
	input#search-form-1 {
    width: 100%;
}
	.search-form .ri-search-line {
    padding: 5px 20px;
    font-size: 18px;
    letter-spacing: 1px;
}
	input#search-form-1 {
   font-size:18px;
}
	    .search-form .ri-search-line {
        padding: 0px 0px;
    }
}


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