/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.col,
.columns,
.gallery-item {
  padding-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.banner_section .used_app ul li,
.col-inner ul li {
  margin-left: 0;
}

.owl-carousel .owl-dots button {
  min-height: unset;
}

.row_am {
  padding: 50px 0;
}

.h6,
h6 {
  opacity: 1;
  text-transform: none;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.nav-link.dark_btn {
  color: var(--white);
  background-color: var(--primery);
  font-size: 16px;
  padding: 12px 40px;
  border-radius: 100px;
  position: relative;
  transition: 0.4s all;
  z-index: 2;
  overflow: hidden;
}

#masthead .nav > li {
  margin: 0 15px;
}

#masthead .nav > li a {
  font-weight: 600;
  transition: 0.4s all;
  color: var(--black);
  font-size: 16px;
  text-transform: none;
}

#masthead .nav > li .nav-link.dark_btn {
  color: #fff;
}

#masthead .nav > li a:hover {
  color: var(--primery);
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page_wrapper {
  overflow: hidden;
}

.advance_feature_section .af_listing .listing_inner .af_block img {
  width: 100px;
  height: 100px;
}

.key_innner .owl-nav button.owl-next,
.key_innner .owl-nav button.owl-prev {
  margin: 0;
  min-height: unset;
}

.download_app .task_block {
  top: 120px;
}

.cta_section.new {
  padding-bottom: 132px;
}

.footer-wrapper {
  margin-top: -132px;
}

footer .links ul li a br {
  display: none !important;
}

footer .news_letter form .form-group button {
  margin: 0;
}

.absolute-footer {
  display: none !important;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
