.h1,
h1 {
    font-family: Neue Helvetica, Arial, sans-serif !important;
}

.h2,
h2 {
    font-family: Neue Helvetica, Arial, sans-serif !important;
    margin-bottom: 0rem !important;
}

.h3,
h3 {
    font-family: Neue Helvetica, Arial, sans-serif !important;
}

.h4,
h4 {
    font-size: 24px !important;
}

.p,
p {
    font-family: Neue Helvetica, Arial, sans-serif !important;
}

body {
    background: #E5E5E5;
}

.footer {
    background: #11162A;
    width: 100%;
    height: 530px;
    color: #fff;
    margin-top: 20px;
}


.img-background {
    background: url(./assets/images/top.jpg) 100% 100% no-repeat;
    background-size: cover;
    /* width: 100%; */
    height: 858px;
}

.img-background-2 {
    background: url(./assets/images/background-section.svg) 100% 100% no-repeat;
    background-size: cover;
    /* width: 100%; */
    height: 792px;
    image-rendering: optimizeSpeed;
}

.img-background-3 {
    background: url(./assets/images/middle.jpg) 100% 100% no-repeat;
    background-size: cover;
    /* width: 100%; */
    height: 750px;
    image-rendering: optimizeSpeed;
    padding-top: 20px;
}

.img-background-4 {
    background: url(./assets/images/bottom.jpg) 100% 100% no-repeat;
    background-size: cover;
    /* width: 100%; */
    height: 927px;
    image-rendering: optimizeSpeed;
}

.image-background-5 {
  /* background-color: #11162A; */
  width: 100%;
  height: 600px;
}

.img-background-yellow {
    background-color: #FFD10D;
    width: 100%;
    height: 868px;
}

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

a:hover {
    text-decoration: none !important;
    color: #FFD10D !important;
}

.btn-black {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #17202A !important;
    border-radius: 0px !important;
    font-weight: bold !important;
    font-size: 0.9em;
}

.yellow-section {
    background-color: #FFD10D;
    width: 55%;
    height: 80%;
    position: relative;
    top: 340px;
    left: 150px;
}

.dark-section {
    background-color: #11162A;
    width: 50%;
    height: 85%;
    position: relative;
    top: 5rem;
    left: 5rem;
}

.black {
    background-color: #000;
    height: 5px;
    width: 35%;
}

.yellow {
    background-color: #FFD10D;
    width: 30%;
    height: 5px;
    margin-bottom: 2rem;
}

.yellow-circle {
    background-color: #FFD10D;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.new_yellow_circle {
    list-style-image: url('./assets/images/yellow_circle.svg');
    list-style-position: outside;
}

.white {
    background-color: #fff;
    width: 30%;
    height: 5px;
    margin-bottom: 2rem;
    display: block;
}

.yellow-big {
    background-color: #FFD10D;
    height: 15px;
    width: 66%;
    position: relative;
    top: -25px;
    left: 188px;
    z-index: -1;
}

.yellow-p {
    position: relative;
    bottom: 9rem;
    font-size: 1.3em;
}


/* Price Section */
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:800);

.snip1214 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #000000;
  text-align: center;
  font-size: 16px;
  width: 100%;
  /* max-width: 1000px; */
  /* margin: 40px 10px; */
  padding: 40px 0 40px 0;
}
.snip1214 .plan {
  margin: 0;
  width: 25%;
  position: relative;
  float: left;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.snip1214 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1214 header {
  position: relative;
}
.snip1214 .plan-title {
  position: relative;
  top: 0;
  font-weight: 800;
  padding: 5px 15px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  display: inline-block;
  background-color: #222f3d;
  color: #ffffff;
  text-transform: uppercase;
}
.snip1214 .plan-cost {
  padding: 0px 10px 20px;
}
.snip1214 .plan-price {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  font-size: 2.4em;
  color: #34495e;
}
.snip1214 .plan-type {
  opacity: 0.6;
}
.snip1214 .plan-features {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: outside none none;
  font-size: 0.8em;
}
.snip1214 .plan-features li {
  border-top: 1px solid #d2d7e2;
  padding: 10px 5%;
}
.snip1214 .plan-features li:nth-child(even) {
  background: rgba(0, 0, 0, 0.08);
}
.snip1214 .plan-features i {
  margin-right: 8px;
  opacity: 0.4;
}
.snip1214 .plan-select {
  border-top: 1px solid #d2d7e2;
  padding: 10px 10px 0;
}
.snip1214 .plan-select a {
  background-color: #222f3d;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5em 1em;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
}
.snip1214 .plan-select a:hover {
  background-color: #46627f;
}
.snip1214 .featured {
  margin-top: -10px;
  background-color: #34495e;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.snip1214 .featured .plan-title,
.snip1214 .featured .plan-price {
  color: #ffffff;
}
.snip1214 .featured .plan-cost {
  padding: 10px 10px 20px;
}
.snip1214 .featured .plan-features li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.snip1214 .featured .plan-select {
  padding: 20px 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 767px) {
  .snip1214 .plan {
    width: 50%;
  }
}
