@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
}

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

  #main_header {
    display: none;
  }

	.small {
		display: block;
		background: #cdb701 !important;
	}
	
  .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;
    background: #121212;
    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: #fdfbe2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #cdb700;
    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;
  }

  .small .logo img {
    width: 80px;
  }

  .small nav {
    padding: 6px 0;
  }

  h1 {
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .banner_sec h3 {
    font-size: 37px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.1;
  }

  .banner_sec {
/*     padding: 160px 0 230px; */
/*     background: url(../image/banner-mb.jpg) no-repeat bottom !important; */
/*     background-size: cover !important; */
  }

  .banner_sec .btom_content a p br {
    display: block;
  }

  .banner_sec .btom_content {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
  }
	.banner_sec .banner_content {
		position: initial;
		top: 0;
		background: #000;
		padding: 50px 26px;
	}

  p br {
    display: none;
  }

  h2 {
    font-size: 32px;
  }

  section {
    padding: 60px 0px;
  }
.es-form-field-container .gjs-cell {
    display: flex;
    gap: 10px;
}

	.m-wp {
		bottom: 106px !important;
		left: 20px;
	}
	.hqtxZK {
		bottom: -30px;
	}
	
}

@media screen and (max-width: 767px) {
  .faq h2 {
    color: #ff67dd;
    text-align: start;
    font-size: 64px;
    font-weight: 700;
  }

  .contact_home .content {
    padding-left: 0;
  }

  .contact_home {
/*     background: url(../image/background-3.png); */
    padding: 65px 0;
    background-position: 90% 0% !important;
  }

  footer .ft_logo img {
    width: 140px;
    margin-bottom: 25px;
  }
  footer .rigth_content_ft {
    display: flex;
    justify-content: start;
    flex-direction: column;

  }

  footer .ft_links li {
    margin-bottom: 12px;
    display: inline-block;
    padding-right: 11px;
  }
  footer .content-ft {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
  }
  footer .content-ft .sing-up-sec form {
    /* background: #fff; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    /* border: 1px solid #fff; */
    border-radius: 6px;
    padding: 0;
    gap: 9px;
  }
.es-form-field-container .gjs-cell {
    display: flex;
    gap:10px;
}
 footer .content-ft .sing-up-sec form input {
    padding: 26px 20px;
    height: 43px;
    width: calc(100% - 160px);
    background: #2e3536;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 50px;
 
}
  footer .content-ft .sing-up-sec form button {
    border: none;
    background: #ff67dd;
    outline: none;
    color: #fff;
    cursor: pointer;
    text-transform: capitalize;
    padding: 0 20px;
    /* margin: 10px; */
    border-radius: 47px;
    height: 48px;
    /* margin-right: 5px; */
    transition: 0.8s;
    font-size: 14px;
  }
  footer .copy_txt {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  footer .copy_txt ul li {
    font-weight: 500;
    font-size: 16px;
  }
  footer .copy_txt ul li img {
    width: 34px;
  }
  .area-banner .call_text {
    position: relative;
    margin-top: 90px;
    margin-bottom: -81px;
    background: brown;
    padding: 25px;
    color: #fff;
    border-radius: 10px;
    width: 100%;
}
.inner-banner h1 {
  font-size: 32px;
  text-align: center;
}
section.brand.pt-0 {
  text-align: center;
}
}

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

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