/* -------------------------------------------
Name:     Easy RV
Version:    1.0
Developer:  Sunil kumar
------------------------------------------- */
/*--------------------------------------------*/

/* ========common css start here======= */

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');


* {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  box-shadow: none;
}

a {
  transition: 0.4s all ease-in-out;
  text-decoration: none;
}

body {
  font-family: "Lexend", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;

}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
h2 {
  font-weight: 800;
}

h3,
h4 {
  font-weight: 700;
}

h5,
h6 {
  font-weight: 600;
}

h1 {
  font-size: 48px;
  line-height: 56px;
}

h2 {
  font-size: 40px;
  line-height: 45px;
}

h3 {
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -.02em;
}

h4 {
  font-size: 22px;
  line-height: 32px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
}

.padd-50 {
  padding: 50px 0;
}
.blue-bg{
      background: #66cbe4;
}
.fa-star, .fa-lock, .fa-check, .fa-star-half {
    color: #dca028;
}
/* ========common css end  here======= */
header {
    background: #eafdfa;
    padding: 10px 0;
    border-bottom: 1px solid #dcdbdb;
}
.thm-btn {
    background: #008974;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
}

.top-right {
    text-align: right;
}
.thm-btn:hover {
    background: #066859;
    color: #fff;
}
.banner-text h1 {
    font-size: 50px;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.first_half input, .second_half input, .second_half select {
    font-size: 14px;
    font-weight: 400;
}

.first_half input:focus, .second_half select:focus, .second_half input:focus {
    outline: none;
    box-shadow: none;
}
 .second_half select:focus, .second_half input:focus {
    outline: none;
    box-shadow: none;
}

.secure {
    display: block;
    margin: 0 auto;
}

.banner .btn.btn-warning {
    width: 100%;
}
section.banner {
    display: flex;
    align-items: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

section.banner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #1113139e 40%, rgba(16, 195, 23, 0) 100%);
}

section.banner .container {
    position: relative;
}
.banner-text p {
    font-weight: 400 !important;
    line-height: 25px;
    margin-bottom: 30px !important;
}
.icon {
    max-height: 60px;
}
.feat-box {
    border: 1px solid #e4e3e3;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 130px;
}
section.bg-gray {
    background: #f0f0f0;
}
.bg-green {
    background: #008974;
}
.top-shadow {
    position: relative;
    -webkit-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
}
.owl-nav {
    display: none !important;
}
.owl-dots button {
    background: #a5eee3 !important;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    margin-right: 5px;
}

.owl-dots button.active {
    background: #008974 !important;
}
.logo-carousel .item {
    background: #fff;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;

    border: 1px solid #ddd;
}

.logo-carousel .item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.owl-dots {
    text-align: center;
    margin-top: 15px;
}
.btn.btn-warning.btn-lg.mb-0.goto {
  background:#008974;
  color: #fff !important;
  border-color:#008974;
}
.btn-warning{
 background:#008974;
  color: #fff !important;
  border-color:#008974;
}
.btn:hover {
background:#008974;
  color: #fff !important;
  border-color:#008974;
}