@media screen and (max-width: 992px) {
  /* ---------Moblie Menu------------- */
  .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: linear-gradient(122deg, rgba(228,3,113,1) 29%, rgba(37,32,116,1) 76%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
  }
  .small nav .menu iconify-icon {
    color: #fff;
    font-size: 38px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -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 {
    right: 0;
  }
  .small nav .sidebar > ul {
    margin-top: 70px !important;
  }

  .small nav .sidebar > ul > li {
    padding: 10px;
  }
  .small nav .sidebar ul > li {
    border-bottom: 1px solid #ece4e4;
  }
  .small nav .sidebar ul > li:last-child {
    border-bottom: 0px;
  }
  .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 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: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  .small .times iconify-icon {
    color: #fff;
    font-size: 24px;
  }
  .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;
  }
  .small {
    display: block;
  }
  /* ---------Moblie Menu------------- */
  /* ---------Moblie Call Action------------- */
  .mobile-fixed-button {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .call-btn {
    background-color: #000;
    padding: 15px 50px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-align: center;
  }
  .mobile-fixed-button {
    display: none;
  }
  .top_bar {
    padding: 5px 0;
    color: #fff;
    background: var(--theme-gradent-color);
    display: none;
}
header.main_header {
  display: none;
}
.logo img {
  width: 85px;
}
.small nav {
  padding: 10px 0;
}
.banner .banner_heading{
  text-align: center;
}
.banner .banner_heading h1 {
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.banner .banner_heading p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 32px;
}
section {
  padding: 55px 0px;
}
.heading h2 {
  font-size: 35px;
  font-weight: 700;
  font-family: var(--theme-heading-font);
  margin-bottom: 15px;
}
.service_sec .top_ivon {
  padding: 35px 25px 35px 25px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.why_cooch .top_ivon {
  background-color: #FFFFFF54;
  padding: 25px;
  border: 1px solid transparent;
  transition: all 0.6s;
  cursor: pointer;
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.why_cooch .top_ivon .btom{
  text-align: center;
}
footer {
  padding: 70px 0 80px;
  background-size: cover;
  color: #fff;
  position: relative;
  background: url('../image/footer-bg.jpg') no-repeat top;
  background-size: cover;
}
footer .ft_gap_left {
  margin-left: 0;
}
.ft_gap_left {
  padding-right: 0;
}
ul.list-unstyled.ft_links li {
  display: inline-block;
}
footer .ft_links li a, footer .ft_links2 li a {
  color: #fff;
  font-size: 14px;
}
footer .ft_socail {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}


.ft_links2 li {
  display: flex;
  margin-bottom: 15px;
  font-size: 13px;
  justify-content: left;
  align-items: center;
}
section.why_cooch .heading {
  text-align: center;
}
.inner-page h1 {
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 5px;
}
.inner-page ul li {
	font-size: 15px;
	margin: 0 6px;
	color: #fff;
	font-weight: 300;
}
.inner-page {
	padding: 140px 0 40px;
}
.heading h2 br{
    display:none;
}
.about-2 .heading {
	text-align: center;
}
.wptb-service-item--inner .wptb-service-item--image {
    height: 430px;
}
}

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

@media screen and (max-width: 567px) {
  .mobile-fixed-button {
    display: block;
  }
  .logo img {
    width: 65px;
}
.banner {
  background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url('../image/banner-sm.jpg') no-repeat top;
  background-size: cover;
  padding: 95px 0 405px;
  color: #fff;
  position: relative;
}
.btn_gap {
  margin-right: 0;
  margin-bottom: 10px;
}


}

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