/*
Theme Name:   Leasingflow blog
Author:       Ebram Atef
Template:     mobile-repair-shop
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  leasingflow
*/
.main-header {
  margin-top: 10px;
  margin-left: 5px;
}
@media (min-width: 992px) {
  .main-header .nav-item {
    padding-right: 0.3em;
    padding-left: 0.3em;
  }
}
@media (min-width: 1200px) {
  .main-header .nav-item {
    padding-right: 1.2em;
    padding-left: 1.2em;
  }
}
.main-header .navbar-nav a.nav-link {
  font-weight: 500;
  font-size: 16px;
  padding: 0.3rem 1rem;
  width: 100%;
}
.main-header .nav-link {
  position: relative;
  display: inline-block;
}
.main-header .nav-link {
  color: #717171;
}
.main-header a.nav-link:hover,
.main-header a.nav-link.active {
  color: #0D74E7 !important;
  font-weight: bold;
}
.main-header #navbarDropdownMenu {
  min-width: 11rem;
}
.main-header #navbarDropdownMenu .dropdown-item {
  transition: font-size 0.2s;
}
.main-header #navbarDropdownMenu .dropdown-item:hover {
  font-size: 16px;
  color: #0D74E7;
  background-color: #fff;
}
.main-header .menu-login-button {
  border: 1px #1282FF solid;
  border-radius: 5px;
  padding: 0 !important;
}
.main-header .menu-login-button a.nav-link {
  font-size: 14px;
  padding-right: 2.5em !important;
  padding-left: 2.5em !important;
  display: inline-block;
}
.main-header .menu-login-button .nav-link:after {
  background-color: transparent !important;
}
.main-header .menu-login-button:hover {
  background-color: #1282FF;
}
.main-header .menu-login-button:hover a.nav-link {
  color: #fff !important;
}
.main-header .logo {
  max-height: 56px;
  will-change: transform;
}

.sub-header h1 {
  text-align: center;
}
.sub-header ul {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sub-header ul li {
  list-style: none;
  margin: 5px 10px;
  border: 1px solid #006de6;
  border-radius: 50px;
  padding: 2px 20px;
}
.sub-header ul li a {
  color: #000;
  text-decoration: none;
}
.sub-header ul li a:focus {
  outline: none;
  border-bottom: none;
}
.sub-header ul li:hover,
.sub-header ul li.active {
  background-color: #006de6;
}
.sub-header ul li:hover a,
.sub-header ul li.active a {
  color: #fff;
}

.header-content {
  text-align: center;
}
.header-content .lt-breadcrumbs {
  margin-left: 0;
}
.header-content h1 {
  padding: 15px 30px 15px 30px;
}

.singular-header h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  color: #0D74E7;
}
.singular-header .singular-breadcrumbs, .singular-header .singular-breadcrumbs a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #717171;
}

@media (max-width: 767px) {
  .sub-header ul {
    flex-direction: column;
    padding-left: 0;
    align-items: stretch;
    margin-left: 0;
  }
  .sub-header ul li {
    margin: 5px 10px;
  }
  .header-content {
    left: 0;
  }
}
.footer {
  background: #004079;
  color: #fff;
  margin-top: auto;
  height: 180px;
  font-size: 14px;
  padding-top: 55px;
}

.footer .nav-link {
  color: #808DAC !important;
  font-size: 14px;
}

.footer .nav-link:hover {
  color: #fff !important;
}

.contactUs {
  text-decoration: none;
}

.styled-swal .swal2-title {
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000;
  flex-direction: column;
}
.styled-swal .swal2-title p {
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #0D74E7;
  margin-bottom: 0;
}
.styled-swal .swal2-title2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #282828;
}
.styled-swal .swal2-html-container {
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.03em;
}
.styled-swal .swal2-html-container .text-red {
  color: #E70D0D;
}
.styled-swal .swal2-html-container .text-grey {
  color: #717171;
}
.styled-swal .swal2-icon {
  border-width: 0.5em;
}
.styled-swal .swal2-icon .swal2-icon-content {
  font-weight: 500;
  padding-left: 3px;
}
.styled-swal .swal2-icon.swal2-success {
  border-width: 0.25em;
}
.styled-swal .swal2-icon.swal2-success {
  border-color: #0D74E7 !important;
  color: #0D74E7 !important;
}
.styled-swal .swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid rgba(13, 116, 231, 0.3) !important;
}
.styled-swal .swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #0D74E7 !important;
}
.styled-swal button {
  width: 132px;
  box-shadow: none !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
.styled-swal .form-control {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #717171;
  margin-bottom: 14px;
}
.styled-swal .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  background-color: #f34c4c;
}
.styled-swal .swal2-icon.swal2-error {
  border-color: #f34c4c;
  color: #f34c4c;
}
.styled-swal .swal2-title-big {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000;
  display: block !important;
  margin-bottom: 20px;
}

.btn-blue {
  color: #fff;
  background-color: #0D74E7;
  border-color: #0D74E7;
}

.text-blue {
  color: #0D74E7 !important;
}

.text-black {
  color: #000 !important;
}

.font-weight-regular {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-extrabold {
  font-weight: 800 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-22 {
  font-size: 22px !important;
}

.text-red {
  color: #E70D0D;
}

.btn-shadow {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.inner-head h1 {
  display: block;
}

.continue-read a {
  border: 1px solid #006de6;
}

.continue-read a:hover {
  background: #fff;
  color: #000;
  border: 1px solid #006de6;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  outline: none;
  border-bottom: none;
}

a {
  text-decoration: none;
}

article p {
  font-size: 18px;
}