@media (max-width: 991px) {
  button.aside_open {
    display: none;
  }
}

@media (max-width: 435px) {
  .about_text_inner.custom_about {
    padding-left: 10px !important;
  }
}

.mission_top_part .section-header.custom_header {
  margin-bottom: 10px;
}
.single-pricing {
  backdrop-filter: blur(12px);
  padding: 40px 20px;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  border: 1px solid #eee;
  box-shadow: 0 10px 40px -10px rgba(0, 64, 128, 0.09);
  transition: 0.3s;
}
@media only screen and (max-width: 487px) {
  .single-pricing {
    margin-bottom: 30px;
  }
}
.single-pricing:hover {
  box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1);
  z-index: 100;
  transform: translate(0, -10px);
}
.price-label {
  color: #fff;
  background: #ffaa17;
  font-size: 16px;
  width: 100px;
  margin-bottom: 15px;
  display: block;
  -webkit-clip-path: polygon(
    100% 0%,
    90% 50%,
    100% 100%,
    0% 100%,
    0 50%,
    0% 0%
  );
  clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
  margin-left: -20px;
  position: absolute;
}
.price-head h2 {
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-size: 26px;
}
.price-head span {
  display: inline-block;
  background: #ffaa17;
  width: 6px;
  height: 6px;
  border-radius: 30px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.price {
  font-weight: 500;
  font-size: 50px;
  margin-bottom: 25px;
}
.single-pricing h5 {
  font-size: 14px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.single-pricing ul {
  list-style: none;
  margin-bottom: 20px;
  margin-top: 30px;
}

.single-pricing ul li {
  line-height: 35px;
}
.single-pricing a {
  background: none;
  border: 2px solid #a6a182;
  border-radius: 5000px;
  color: #a6a182;
  display: inline-block;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 45px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.single-pricing a:hover,
.single-pricing a:focus {
  background: #a6a182;
  color: black;
  border: 2px solid #a6a182;
}
.single-pricing-white {
  background: #232434;
}
.single-pricing-white ul li {
  color: #fff;
}
.single-pricing-white h2 {
  color: #fff;
}
.single-pricing-white h1 {
  color: #fff;
}
.single-pricing-white h5 {
  color: #fff;
}

.custom_img_height img {
  max-height: 500px !important;
}

.custom-footer-info {
  margin-bottom: 90px;
}

/* @media (max-width: 437px) {
  .footer {
    text-align: center !important;
  }

  .footer .social_list {
    padding-left: 120px !important;
  }

  .footer_logo {
    padding: 0px 20px !important;
  }
} */

@media (min-width: 768px) {
  #whatsapp span {
    width: 50px !important;
    height: 50px !important;
    font-size: 26px !important;
  }
}

/* index */

@media (min-width: 375px) and (max-width: 487px) {
  .theme_slider_4 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 90vh !important;
  }
}

@media (min-width: 375px) and (max-width: 575px) {
  .get_quote {
    font-size: 16px !important;
    font-weight: 400;
  }
}

@media (min-width: 375px) and (max-width: 575px) {
  .media_services {
    padding-top: 50px !important;
  }
}

@media (min-width: 375px) and (max-width: 575px) {
  .media_about {
    padding-top: 20px !important;
    padding-bottom: 50px;
  }

  .media_about .custom_about {
    padding-left: 0px !important;
  }

  .media_about .text-white {
    line-height: normal;
    padding-top: 50px;
  }
}

@media (min-width: 375px) and (max-width: 575px) {
  .media_packery {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .media_packery .grid .grid-item {
    padding-top: 0px;
  }
}

@media (min-width: 375px) and (max-width: 575px) {
  .media_funfacts {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 375px) and (max-width: 575px) {
  .media_funfacts .funfacts_inner {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 375px) and (max-width: 575px) {
  .media_blog {
    padding-top: 20px !important;
    padding-bottom: 50px !important;
  }

  .media_blog .blog_post img {
    height: 100%;
  }
}

@media (min-width: 375px) and (max-width: 575px) {
  .media_contact_us {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }
}

/* about */

@media (min-width: 375px) and (max-width: 575px) {
  .media_mission {
    padding-bottom: 50px !important;
  }

  .media_mission .text-white {
    font-size: 26px !important;
  }

  .media_mission .mission_top_part .section-header {
    margin-bottom: 50px !important;
    padding: 0;
  }

  .media_mission .mission_top_part {
    margin-bottom: 50px;
  }

  .media_mission .mission_top_part p {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 20px 0 0 0 !important;
    line-height: 30px !important;
  }
}

@media (max-width: 575px) {
  .media_testimonial .large_font .floating_element {
    margin-top: -73px;
  }
}

@media (min-width: 375px) and (max-width: 575px) {
  .video-block .video_post .ytube_video .ytplay_btn {
    height: 100px;
    width: 100px;
    text-align: center;
  }

  .video-block .video_post .ytube_video .bi-play-fill {
    font-size: 50px;
    text-align: center;
  }
}

@media (min-width: 375px) and (max-width: 575px) {
  .about_media_funfact .container {
    padding-top: 10px;
  }

  .about_media_funfact {
    padding-bottom: 60px !important;
  }

  .about_media_funfact .funfacts_inner {
    /* border: 2px solid red !important; */
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 375px) and (max-width: 575px) {
  .media_testimonial {
    padding-top: 50px;
  }

  .media_testimonial .section-header .text-white {
    font-size: 28px !important;
  }

  .media_testimonial .swiper_testimonial {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .has_line_lg::before {
    visibility: hidden;
  }

  .media_testimonial .large_font h2 {
    padding-top: 0px;
  }
}

@media (min-width: 375px) and (max-width: 575px) {
  .media_highlight_banner {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

/* services */

@media (min-width: 375px) and (max-width: 575px) {
  .in-service .container .page_header_content {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
  }
}

@media (max-width: 375px) {
  .media_service {
    padding-top: 0px !important;
  }

  .media_service .icon_box.type-2 .icon_box_inner {
    padding-top: 0px;
  }

  .media_service .icon_box.type-2:hover .icon_box_inner {
    padding-top: 20px !important;
  }
}

@media (max-width: 575px) {
  .media_service {
    padding-top: 0px !important;
  }

  .media_service .icon_box.type-2:hover .post-bg {
    width: 100% !important;
  }
}

@media (min-width: 375px) and (max-width: 575px) {
  .services_media_mission {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .services_media_mission .pricing-content {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
  }
}

@media (max-width: 575px) {
  .services_media_mission .pricing-content .media_row div {
    padding-bottom: 30px !important;
  }
}

/* contact */

@media (min-width: 375px) and (max-width: 575px) {
  .media_custom_container {
    margin-top: 50px !important;
  }

  .media_custom_container .section-header .text-white {
    font-size: 23px !important;
    font-weight: 700;
  }

  .media_custom_container .section-header .custom_color_para {
    font-size: 20px !important;
    font-weight: 300;
  }

  .media_custom_container .section-header {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 375px) and (max-width: 575px) {
  .media_custom_contact_us {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
}

@media (min-width: 375px) and (max-width: 575px) {
  .media_gmap {
    margin-top: -130px !important;
    margin-bottom: 20px !important;
    height: 70vh;
  }

  .media_gmap .gmapbox .map {
    height: 70vh;
  }
}

/* footer */

@media (max-width: 375px) {
  .footer {
    text-align: center !important;
  }

  .footer .footer_inner {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
  }
  .footer .footer_inner .container .custom-footer-info {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 575px) {
  .footer {
    text-align: center !important;
  }

  .footer .footer_inner {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
  }
  .footer .footer_inner .container .custom-footer-info {
    margin-bottom: 20px !important;
  }

  .footer_media_social {
    width: 100%;
    display: flex !important;
    flex-direction: column !important;
  }

  .footer_media_social .social_list {
    align-items: center !important;
    justify-content: center !important;
  }
}

/* mobilemenu */

@media (max-width: 375px) {
  .footer .footer_inner .footer_elements_inner {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer .footer_inner .footer_social .media_social {
    padding-left: 0 !important;
  }
}

@media (max-width: 375px) {
  .footer .footer_inner .footer_social .footer_media_social {
    padding-left: 0px !important;
  }
}

/* completed-projects:ongoing-projects */

@media (min-width: 375px) and (max-width: 575px) {
  .media_container {
    margin-top: 50px !important;
  }

    .media_container .custom_section_header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .media_container .custom_section_header .custom_color_para {
    font-size: 20px !important;
    font-weight: 400;
    letter-spacing: 0 !important;
}
}

@media (min-width: 375px) and (max-width: 575px) {
  .custom-wrapper {
    padding-bottom: 50px !important;
  }
}