.banner-wrapper{
  background: url("../../img/frontpage-search.jpg") 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ddd;

  /* Set a specific height */
  height: 450px;
  position: relative;
  z-index: 101;
  margin-bottom: 0;
}

.banner-wrapper .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 100%;
}

.no-padding{
  padding: 0;
}
.about-text {
  padding: 60px 15px;
  color: #000000;
}

/* hero text*/
.hero-text {
	margin: 0 auto;
	margin-bottom: 30px;
    z-index: 2;
    color: #fff;
}

.hero-text h1 {
	color: #fff;
	text-align: center;
	font-size: 50px;
	margin-bottom: 30px;
	text-shadow: 2px 2px 4px #000000a6;
}

.hero-text p{
  font-size: 25px;
  text-align: center;
}

@media (max-width: 767px) {
	.hero-text h1 { /**remove left padding on search component items**/
		font-size: 30px;
	}

    .hero-text p{
      font-size: 20px;
    }

    .about-text h1{
      font-size: 18px;
    }
}

.about-text h1 {
  font-weight: bold;
  font-size: 40px;
  margin: 40px 0;
}
.about-text p.detail {
  max-width: 650px;
  margin: 0 auto;
}

@media (max-width: 767px) {
    .about-text h1{
      font-size: 30px;
    }
}
.offer-btn{
  background: #f39240;
  margin: 0 auto;
  color: white;
  max-width: 160px;
  display: block;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .why-icon-col {
    margin-bottom: 50px;
  }
}
.packages {
  padding-top: 45px;
  padding-bottom: 25px;
  background: #f3f3f3;
  margin-bottom: 40px;
}
.packages .feat-wrapper {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  color: black;
  padding-bottom: 30px;
}
.packages .feat-wrapper img{
  width: 50px;
}
.packages .feat-wrapper h3 {
  color: #4d4d4d;
  font-weight: bold;
  font-size: 23px;
  min-height: 50px;
}
.packages .feat-wrapper p {
  padding-bottom: 25px;
  color: #4d4d4d;
}
.packages .feat-wrapper a {
  border: 1px solid #f29443;
  padding: 6px 15px;
  color: #f29443;
  display: block;
  max-width: 280px;
  margin: 0 auto;
}
.title-tcolor{
  color: #6d6d6d;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 15px;
}
.premium-about-text {
  padding-bottom: 35px;
}
.premium-about-text p.cinfo {
  padding: 25px 0;
  border-bottom: 1px solid #dedede;
}
.premium-about-text h2 {
  font-size: 25px;
  padding: 25px 0;
}
.premium-about-text p.detail {
  max-width: 750px;
  margin: 0 auto;
}


.p-m {
  margin-top: 30px;
  margin-bottom: 30px;
}

.cms-header-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.cms-header-section.h4 {
  color: orange;
}


@media (max-width: 767px) {
  .cms-header-section .floating-box {
      margin-top: 50px;
      width: 100%;
  }
}

@media (min-width: 767px) {
  .cms-header-section .floating-box {
      width: 300px;
      position: absolute;
      top: 10px;
      right: 10px
  }
}

.cms-header-section .floating-box {
  border: 2px solid orange;
  padding: 10px;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 767px) {
  .px-sm-0 {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
}

.product-image {
  width: 100%;
  height: 250px;
  object-fit: contain;
}

@media (min-width: 767px) {
  .product-image {
      padding-left: 20px;
  }
}

/* Remove all outside borders from  table */
table {
  border: none !important;
  padding: 5px !important
}

table, th, td, tr {

  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px solid #ddd !important;
  border-top: 1px solid #ddd !important;
}

td {
  padding: 4px !important;
  border-right: none !important;
}

.set_border {
  border-right: 3px solid #FFF;
}

.comparison-table {
  /* Remove all outside borders */

}