@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;
    background: #000;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .small nav .menu {
    width: 40px;
    height: 40px;
    background: #3d4021;
    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;
    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;
  }

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

  section {
    padding: 60px 0px;
  }
	
	
	section.appointment {
    padding: 80px 0px;
    width: 93%;
    margin: 0 auto;
}

}

@media screen and (max-width: 767px) {
  .banner_sec {
    padding: 240px 0 50px;
    background: url(../image/banner-bg.jpg);
  }

  .banner_bg {
    background-position: bottom !important;
    background: transparent !important;
  }

  h1 {
    font-size: 62px;
    text-transform: uppercase;
  }

  .banner_sec .btom_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
  }

  .home_sec1 {
    background: #3d4120;
    text-align: center;
  }

  h2 {
    font-size: 48px;
    line-height: 0.9;
    font-weight: 500;
  }

  h2 br {
    display: none;
  }

  .home_sec1 a.comon-btn2 {
    background: #000;
    color: #fff;
  }

  .home_sec1 a.comon-btn2:hover {
    background: #000 !important;
    color: #fff !important;
  }

  .home_sec1 a.comon-btn3 {
    background: #fff !important;
    color: #3d4120 !important;
  }

  .home_sec1 a.comon-btn3:hover {
    background: #000 !important;
    color: #fff !important
  }

  .home_sec1 .hd_info {
    justify-content: center;
  }

  .banner_sec a.comon-btn2 {
    margin: 0 auto;
  }

  .banner_sec h1 {
    line-height: 48px;
    margin-bottom: 15px;
  }

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

  .home_sec2 .content .btom_content {
    position: initial;
    width: 100%;
    top: 36px;
    right: 20px;
    margin-top: 25px;
  }

  .home_sec2 h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1;

  }

  .home_sec2 {
    text-align: center;
  }

  .contact_sec h2 {
    font-size: 44px;
    letter-spacing: 1px;
    margin-bottom: -3px;
  }

  .contact_sec {
    padding-bottom: 60px;
    padding-top: 50px;
  }

  .contact_sec .heading p {
    font-family: "Teko", sans-serif;
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: 400;
  }

  .review_sec h2 {
    margin-bottom: -127px;
    font-size: 48px;
  }

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

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

  .faq-contact h2 span {
    font-size: 65px;
    font-weight: 500;
  }

  .faq-contact h2 {
    text-transform: uppercase;
    font-size: 47px;
    line-height: 0.9;
  }

  .faq-contact .accordion-item p {
    color: #d2d2d2;
    padding-left: 19px;
    border-left: 2px solid #e3e3e3;
    margin-left: 3px;
  }

  .contact_form_sec form {
    padding-left: 0;
  }

  .contact_form_sec .heading h2 span {
    font-size: 78px;
    color: #3d4120;
    margin-left: 0;
    line-height: 0.7;
    font-weight: 600;
  }

  .blog_sec .hd_info {
    flex-direction: column;
    margin-bottom: 12px;
  }

  footer .ft_logo img {
    width: 190px;
  }

  footer .ft_menu {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  footer .menu_content {
    display: flex;
    justify-content: space-between;
    gap: 0;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .deals_page .feature {
    display: flex;
    /* align-content: i; */
    align-items: center;
    gap: 12px;
    justify-content: start;
    flex-wrap: wrap;
  }

  footer .social_icon a img {
    width: 28px;
  }

  footer .subscribe_form {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  footer .ft_btom_content {
    padding-top: 20px;
    padding-bottom: 25px;
  }

  footer .btom_ft_social_icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }

  footer .btom_ft_social_icon ul {
    gap: 7px 20px !important;
    flex-wrap: wrap;
  }

  footer .comon-btn2 {
    align-items: start !important;
    display: block !important;
  }

  footer .ft_menu ul li {
    margin-bottom: 14px;
    display: inline-block;
    padding-right: 19px;
  }

  footer .content.content2 li {
    display: block;
    margin-bottom: 13px;
  }

  footer .content ul li a br {
    display: none;
  }

  footer .ft_menu .content h5 {
    margin-bottom: 20px;
    color: #fff;
    margin-top: 25px;
  }

  h3 {
    font-size: 32px;
  }

  .store_section2 {
    text-align: center;
  }

  .store_section h3 {
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 5px;
  }

  .store_section h3 br {
    display: none;
  }

  .store_section h4 {
    font-size: 22px;
    font-weight: 500;
    font-family: "Inter", serif;
    color: rgb(82, 85, 48) !important;
    margin-bottom: 9px;
  }

  .store_section h6 {
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", serif;
    margin-bottom: 21px;
    color: rgb(82, 85, 48) !important;
  }

  #inner_banner .inner_banner_heading h1 {
    font-size: 56px;
    line-height: 55px;
  }

  .border_blog {
    border-right: none;
    padding-right: 0;
  }
  #home_sec2 {
    text-align: start;
  }
  #home_sec3 {
    text-align: start;
  }
}

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

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