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

}
@media (max-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px;
  }
  .header-list.ms-auto ul li a {
    color: #000;
    font-size: 14px;
    padding-left: 20px;
    text-transform: uppercase;
  }
  .header-logo a img {
    width: 170px;
  }
}
@media screen and (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  .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: #6c0121;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 260px;
    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 {
    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: 17px;
    text-transform: uppercase;
  }

  .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 0.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: #6c0121;
    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: 16px;
  }

  .small {
    display: block;
  }
  .banner_section {
    background: url(../image/banner-img.jpg) no-repeat center;
    color: #fff;
    text-align: center;
    padding: 170px 0px 50px;
    position: relative;
  }
  .banner_item h1 {
    color: #fff;
    margin-bottom: 13px;
    text-shadow: 0px 12px 10px rgb(0 0 0 / 50%);
  }

  h1 {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 400;
  }
  h2 {
    font-size: 45px;
    font-weight: 400;
  }
  .banner_item p br {
    display: none;
    text-shadow: 0px 12px 10px rgb(0 0 0 / 50%);
  }
  .service_item {
    margin-bottom: 40px;
  }
  .content.text-center.p-5.pb-0 {
    padding: 20px !important;
  }
  p br {
    display: none;
  }
  section.about_section {
    text-align: center;
  }
  section.about_section img {
    margin-top: 20px;
  }
  .inner_service h1 {
    font-size: 44px;
    margin-bottom: 10px;
  }
  .inner_service {
    padding: 210px 0px 0;
  }
  header#main_header {
    color: #fff;
    background: transparent;
    padding: 16px 0px;
    position: absolute;
    left: 0;
    z-index: 999;
    right: 0;
    display: none;
  }
  section.about_section2 img {
    margin-top: 27px;
  }
  .desktop-header {
    display: none;
  }
  .logo img {
    width: 200px;
  }
  .banner-heading h2 {
    color: #fff;
    text-align: right;
    margin-right: 100px;
    margin-bottom: 0px;
  }
  .banner-pad {
    padding-top: 40px;
  }
  .banner-bg {
    background-image: url(../image/home-banner.png);
    padding: 70px 0px;
  }
  .sacred-touch-sec {
    padding: 70px 0;
  }
  .banner-heading h2 {
    color: #fff;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: center;
  }
  .male-body-sec {
    padding: 80px 0px;
    text-align: center;
  }
  .male-body-sec .heading p {
    color: #fff;
    padding-left: 0px;
    font-weight: 400;
  }
  .touch-item br {
    display: none;
  }
  .touch-item {
    background-color: #fff;
    text-align: center;
    padding: 50px 20px;
    border-radius: 3px;
    object-fit: cover;
    min-height: 0;
    box-shadow: 2px 3px 5px 2px #0000003b;
  }
  .couples-sec {
    overflow: hidden;
  }
  .testimonial-sec {
    background-color: #000;
    padding: 100px 0;
    text-align: center;
  }
  .testimonial-btn {
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 2px;
    text-decoration: underline;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .testimonial-sec {
    background-color: #000;
    padding: 70px 0;
    text-align: center;
  }
  .footer-logo img {
    width: 250px;
    margin-bottom: 20px;
  }
  .footer {
    background-color: #000;
    padding: 60px 0;
    text-align: center;
  }
  .about-sec img {
    margin-bottom: 20px;
  }
   .about-sec{
    text-align: center;
   }
   .sercices-sec {
    text-align: center;
    padding: 50px 0;
  }
  .sercices-content-1 {
    padding-top: 30px;
  }
  .sercices-content {
    margin-top: 30px;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 30px;
  }
  .sercices-sec{
    overflow: hidden;
  }
  .tes-img {
    box-shadow: 2px 3px 5px 2px #d8d8d8;
    background-color: #fff;
    padding: 40px 30px;
    margin: 0px 5px;
    border-radius: 3px;
    object-fit: cover;
    max-height: 100% !important;
    height: 100%;
    margin: 10px 0;
  }

  .mobile-btn {
      display: inline-block;
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 5;
      right: 0;
      text-align: center;
  }
  .mobile-btn .btn-1{
    width: 100%;
    border-radius: 0px;
  }
  .footer {
    background-color: #000;
    padding: 60px 0 40px;
  }
  .footer-list ul {
    justify-content: end;
    display: initial;
  }
  .footer-list ul li a {
    color: #fff;
    padding-left: 0px;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 8px;
  }
  .footer-btn {
    display: block;
    justify-content: end;
    align-items: center;
    margin: 30px 0 !important;
  }
  .footer-btn .hd-btn {
    padding-left: 0px;
    margin-bottom: 15px;
  }
  .footer-btn .btn-1 {
    width: 100%;
    margin: 0;
  }
  .footer-privacy ul {
    display: initial;
    justify-content: end;
  }
  .footer-privacy ul li a {
    color: #d5d5d5;
    font-size: 15px;
    margin-left: 0px;
    display: inline-block;
    margin-bottom: 10px;
  }
  .m-backtotop.active {
    bottom: 15px;
    opacity: 1;
    display: none;
  }
  .home-about-sec {
    padding: 60px 0;
      padding-bottom: 60px;
      text-align: center;
  }
  .home-about-sec .heading h3 {
    color: #000;
    margin-top: 20px;
  }
}

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

@media screen and (max-width: 567px) {
	
  h1 {
    font-size: 45px;
  }
  .hd-btn a {
    margin: 5px 5px;
  }
  h2 {
    font-size: 40px;
    font-weight: 400;
  }
  h3 {
    font-size: 35px;
  }
  .banner-heading h5 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 17px;
    text-align: center;
  }
  .copules-content-items {
    position: absolute;
    text-align: center;
    bottom: 50px;
    left: 0;
    right: 0;
  }
  .copules-content-items p {
    color: #ffff;
    padding: 0px 0px;
    line-height: 24px;
  }

  .you-deserve .heading h5::after {
    position: absolute;
    content: "";
    background-color: #6c0121;
    height: 100%;
    width: 2px;
    left: 0;
    top: 0;
  }
  .you-deserve {
    padding: 60px 0;
  }
  .review-content {
    background-color: #fff;
    padding: 40px 30px;
    margin: 0px 5px;
    border-radius: 10px;
    object-fit: cover;
    max-height: 400px;
  }
  .testimonial-sec {
    background-color: #000;
    padding: 60px 0 40px;
    text-align: left;
  }
  .contact-form {
    padding: 60px 0px;
  }
  .footer {
    background-color: #000;
    padding: 60px 0 40px;
  }
  .footer-list ul {
    justify-content: end;
    display: initial;
  }
  .footer-list ul li a {
    color: #fff;
    padding-left: 0px;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 8px;
  }
  .footer-btn {
    display: block;
    justify-content: end;
    align-items: center;
    margin: 30px 0 !important;
  }
  .footer-btn .hd-btn {
    padding-left: 0px;
    margin-bottom: 15px;
  }
  .footer-btn .btn-1 {
    width: 100%;
    margin: 0;
  }
  .footer-privacy ul {
    display: initial;
    justify-content: end;
  }
  .footer-privacy ul li a {
    color: #d5d5d5;
    font-size: 15px;
    margin-left: 0px;
    display: inline-block;
    margin-bottom: 10px;
  }
  h5 {
    font-size: 20px;
  }
  .testimonial-sec .heading h3 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 40px;
  }
  .testimonial-review {
    display: initial;
    align-items: center;
    text-align: center;
  }
  .testimonial-sec .heading p {
    color: #fff;
    margin-top: 20px;
    text-align: center;
  }
  .testimonial-btn {
    display: flex;
    justify-content: center;
  }
  .you-deserve .heading h5 {
    line-height: 32px;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
  }
  #inner-page {
    padding: 125px 0;
    text-align: center;
  }
  .contact-social-media {
    padding: 60px 0px 90px;
  }
  .about-sec .hd-btn {
    display: initial;
    align-items: center;
  }
  .about-sec img {
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 20px;
  }
  .about-sec {
    text-align: center;
    padding: 50px 0;
  }
	
	
	.es-form-field-container input[type="submit"] {
    background-color: #000000;
    color: white;
    display: block;
    margin: 0 auto;
}
	.subscribe_sec input {
    width: 100% !important;
    margin-left: 0px !important;
    outline: none;
    padding: 15px 20px;
	margin-bottom:10px;
}
}

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