/*
Theme Name: Yarin Mevin
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.bleft {
  border-left: 1px solid #dddddd;
}
@media screen and (min-width: 768px) {
  .gallery-align-center,
  .gallery {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .gallery-align-center,
  .gallery {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    justify-content: center;
    /* flex-direction: column; */
    margin: 0 !important;
  }
  .gallery-align-center .gallery-item,
  .gallery .gallery-item {
    width: 20% !important;
    flex: 0 0 auto;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
  }
}
.package-icon {
  padding: 24px 28px 24px 28px;
  background-image: url(https://kitnew.moxcreative.com/fleu/wp-content/uploads/sites/13/2022/11/Pattern_2.png);
  background-position: center center;
  background-size: 40% auto;
  border-radius: 50% 50% 50% 50%;
}
.contact-form {
}
.contact-form input {
  margin-bottom: 1rem;
}
.contact-form input:not([type="submit"]) {
  border: 1px solid #dcdcde;
  border-radius: 10px;
}
.contact-form input[type="submit"] {
  background-color: #ea252c;
  color: #ffffff;
  font-family: "Assistant", Sans-serif;
  /* font-size: 22px; */
  font-weight: 600;
  line-height: 1rem;
  border-radius: 20px 20px 20px 20px;
}

form .wpcf7-not-valid-tip {
  display: none;
}

form .wpcf7-not-valid {
  border-bottom: 1px solid rgb(255, 0, 0) !important;
  background-color: #ffe9df;
}
