body {
  font-family: "Montserrat", sans-serif;
  background-color: #E3E3E3;
}

.top_area {
  background-color: #e3e3e3;
  padding: 50px 0;
  position: relative;
}
.top_area:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, rgb(242, 242, 242) 50%);
}

.top_inner_area {
  background-color: #fff;
  padding: 60px 100px 100px;
  position: relative;
  z-index: 1;
}
.top_inner_area .logo {
  margin-bottom: 25px;
  text-align: center;
}
.top_inner_area .logo img {
  width: 258px;
}

.message_body p {
  color: #0A144D;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
}
.message_body p strong {
  font-weight: 700;
}
.message_body p a {
  font-weight: 700;
  color: #0A144D;
}
.message_body h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 15px;
}
.message_body h4 emp {
  color: #3251FF;
}

.signature {
  margin-top: 30px;
}
.signature .border_right {
  border-right: 1px solid #0A144D;
}
.signature .left_postion {
  display: flex;
  align-items: center;
}
.signature .left_postion .img {
  margin-right: 15px;
}
.signature .left_postion .img img {
  width: 94px;
  height: 94px;
  border-radius: 50%;
}
.signature .left_postion .desc h5 {
  font-weight: 700;
  color: #0A144D;
  font-size: 14px;
  margin-bottom: 0;
}
.signature .left_postion .desc h5 span {
  display: block;
  font-weight: 500;
}
.signature .left_postion .desc p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
.signature .left_postion .desc p a {
  color: #0A144D;
}
.signature .right_postion ul {
  margin-bottom: 0;
}
.signature .right_postion ul li a {
  text-decoration: none;
  color: #0A144D;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.signature .right_postion ul li a:hover {
  color: #000;
}
.signature .right_postion ul li a img {
  margin-right: 5px;
  height: 17px;
}

/**PRICE TABLE**/
.price_table {
  background-color: #fff;
  padding: 60px 0;
}

.title {
  text-align: center;
  margin-bottom: 95px;
  color: #0A144D;
}
.title p {
  font-weight: 500;
  font-size: 13px;
}
.title h4 {
  font-weight: 700;
  font-size: 18px;
}

.package_table {
  border-radius: 8px;
  padding: 25px;
  border: 1px solid #ccc;
  background-color: #fff;
  min-height:500px;
}
.package_table h3 {
  font-size: 20px;
  color: #0A144D;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}
.package_table ul {
  margin-bottom: 55px;
}
.package_table ul li {
  font-weight: 500;
  color: #53545C;
  margin-bottom: 10px;
  position: relative;
  padding-left: 22px;
  font-size: 12px;
}
.package_table ul li:before {
  content: "";
  width: 14px;
  height: 14px;
  background-size: contain;
  background-image: url(../images/bullet.svg);
  position: absolute;
  left: 0;
  top: 2px;
  background-repeat: no-repeat;
}
.package_table h4 {
  text-align: center;
  font-weight: 700;
  font-size: 23px;
}
.package_table h4 small {
  display: block;
  font-size: 11px;
}
.package_table .btn {
  background-color: #F8E060;
  color: #0A144D;
  font-size: 13px;
  text-transform: uppercase;
  width: 100%;
  border-radius: 0;
  font-weight: 700;
  height: 36px;
}
.package_table .btn:hover {
  background-color: #0A144D;
  color: #fff;
}
.package_table.popular {
  background-image: url("../images/package_bg.png");
  background-size: cover;
}
.package_table.popular label {
  background-color: #F8E060;
  color: #0A144D;
  display: block;
  padding: 6px 12px;
  font-weight: 700;
  font-size: 13px;
  width: 100%;
  text-align: center;
  border: 1px solid #0A144D;
  margin-top: -40px;
}
.package_table.popular h3 {
  color: #E8E8E8;
  margin: 15px 0;
}
.package_table.popular ul {
  margin-bottom: 15px;
}
.package_table.popular ul li {
  color: #CCCCCC;
}
.package_table.popular ul li:before {
  background-image: url("../images/bullet_white.svg");
}
.package_table.popular .btn:hover {
  background-color: #fff;
  color: #0A144D;
}
.package_table.popular h4 {
  color: #E8E8E8;
  font-size: 23px;
}
.package_table.popular h4 small {
  background-color: rgba(66, 133, 244, 0.3215686275);
  color: #fff;
  padding: 8px 12px;
  border-radius: 25px;
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}
.package_table.popular h4 span {
  display: block;
  font-weight: 500;
  font-size: 18px;
}

.testomonila {
  padding: 60px 0;
  background-color: #fff;
  margin-top: 40px;
}

.logo_area {
  display: flex;
  align-items: center;
}
.logo_area .img img {
  width: 210px;
}
.logo_area .google_rating {
  background-color: #fff;
  padding: 15px 25px;
  border-top: 5px solid #34A853;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.11);
  border-radius: 15px;
}
.logo_area .google_img {
  width: 70px;
  margin-right: 10px;
}
.logo_area .google_img img {
  width: 100%;
}
.logo_area .rating h4 {
  font-size: 20px;
  color: #6A6A6A;
  font-weight: 700;
  margin-bottom: 5px;
}
.logo_area .rating ul {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.logo_area .rating ul li img {
  width: 28px;
}
.logo_area .rating ul li strong {
  color: #FEA500;
  font-size: 25px;
  font-weight: 800;
}
.logo_area .rating p {
  font-size: 15px;
  color: #868686;
  margin-bottom: 0;
}

.testomonials_slider {
  background-color: #fff;
  padding: 10px 30px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
}
.testomonials_slider .slick-prev, .testomonials_slider .slick-next {
  background-color: #ccc;
  border-radius: 50%;
}
.testomonials_slider .slick-prev {
  left: 5px;
}
.testomonials_slider .slick-next {
  right: 5px;
}
.testomonials_slider .slide {
  background-color: #fafafa;
  padding: 8px;
}
.testomonials_slider .slide p {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 0;
}
.testomonials_slider .slide .user_info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.testomonials_slider .slide .user_info .img {
  margin-right: 10px;
}
.testomonials_slider .slide .user_info .img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.testomonials_slider .slide .user_info .info h5 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}
.testomonials_slider .slide .user_info .info ul {
  margin-bottom: 0;
  display: flex;
}
.testomonials_slider .slide .user_info .info ul li img {
  width: 15px;
}

.video {
  padding: 60px 0;
  text-align: center;
}

.intro {
  padding: 60px 0;
  background-color: #F8F9F9;
  background: url("../images/pattern.png");
  background-repeat: repeat;
}
.intro .desc img {
  width: 270px;
  margin-bottom: 25px;
}
.intro .desc p {
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  text-align: justify;
}

.chart img {
  width: 80%;
}

.seen {
  padding: 60px 0;
}
.seen h5 {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #0A144D;
  font-size: 20px;
  margin-bottom: 60px;
}
.seen .inner {
  padding: 25px;
  height: 100%;
}
.seen .inner .img {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seen .inner .img img {
  width: 60%;
  display: block;
  margin: 0 auto;
}
.seen .inner .detail {
  margin-top: 25px;
}
.seen .inner .detail p {
  font-size: 14px;
  color: #0A144D;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .top_inner_area {
    padding: 20px 40px 40px;
  }
  .signature .border_right {
    border: 0;
    margin-bottom: 20px;
  }
  .signature .left_postion .img img {
    width: 75px;
    height: 75px;
  }
  .title {
    margin-bottom: 20px;
  }
  .package_table {
    margin-bottom: 35px;
  }
  .logo_area {
    margin-bottom: 25px;
    flex-direction: column;
  }
  .video iframe {
    width: 90%;
  }
  .seen .inner {
    margin-bottom: 20px;
    height: auto;
  }
  .seen .inner .img {
    height: auto;
  }
}

/*# sourceMappingURL=style.css.map */
