@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
body,
html {
  font-size: 15px;
  line-height: 1.4666666667;
  color: #000;
  font-family: "Raleway", sans-serif;
}
h1,
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}
.headerbannerarea {
  background-image: url(../images/header-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 50px;
}
.pakgboxarea {
  background-image: url(../images/pricing.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: 50% 50%; */
  padding: 10px 50px;
  margin-bottom: 10px;
}
ul.nav.navbar-nav {
  float: right;
}
ul.nav.navbar-nav li a {
  color: white;
  font-size: 18px;
  padding: 0px 25px;
  font-weight: 500;
}
.headerbannerdata {
  text-align: center;
  color: white;
  padding: 100px 0px;
}
.logclick {
  background: white;
  color: black;
  border-color: black;
  border-radius: 0px;
  margin-top: -8px;
}
.banerclick {
  background: white;
  color: black;
  border-color: black;
  border-radius: 0px;
  font-size: 20px;
  margin-top: 25px;
}
.boxsectiondata {
  text-align: center;
  color: black;
  font-size: 19px;
  font-weight: 500;
}
.boxareacol {
  border: 1px solid;
  border-color: #6c757d1c;
  border-radius: 0px;
}
.boxarea img {
  height: 68px;
  margin-bottom: 30px;
}
.boxarea p {
  font-size: 14px;
  color: black;
}
.boxarea {
  min-height: 210px;
  padding: 30px 5px;
  margin-top: 5px;
}
section.boxsection {
  padding: 50px;
}
.whydata h4 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #6c757d;
  margin-bottom: 20px;
}
.whydatapoing ul li {
  font-size: 17px;
  line-height: 30px;
  color: #6c757d;
}
.whydatapoing {
  margin-top: 55px;
}
.boxsectiondata h4 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #6c757d;
  margin-bottom: 20px;
}
.boxsectiondata h5 {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 0px;
  text-decoration: underline;
}
.logoArea img {
  margin: 0 auto;
}
.headrow {
  margin-top: -5px;
}
.slidertext h4 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.sliderplace {
  margin-top: -20%;
}
.whitebox img {
  height: 100px;
  margin-bottom: 25px;
}
.whitebox h4 {
  color: #6c757d;
  font-weight: 500;
  margin-bottom: 0px;
}
.whitebox h5 {
  color: #000000;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 20px;
}
.whitebox p {
  font-size: 13px;
  color: black;
}
.whitebox {
  background: white;
  padding: 40px 50px;
  border-bottom: 1px solid #6c757d;
  margin-bottom: 50px;
}
.arrow {
  color: black;
}
.packgareadata h5 {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 0px;
  text-decoration: underline;
}
.packgareadata h4 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #6c757d;
  margin-bottom: 20px;
}
.tableareadata h4 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #6c757d;
  margin-bottom: 20px;
}
.packgareadata p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #6c757d;
  margin-top: -10px;
}
.tableareadata p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #6c757d;
}
.pakgbox h5 {
  text-align: center;
  color: white;
  font-size: 35px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.pakgbox h6 {
  text-align: center;
  color: #202020;
  font-size: 35px;
  margin-top: 35px;
  margin-bottom: 35px;
  font-weight: 700;
}
.pakgbox p {
  border-bottom: 1px solid;
  font-size: 15px;
  line-height: 22px;
  color: #6c757d;
  font-weight: 500;
}
.pghclickarea {
  text-align: center;
}
.pkgclick {
  background: #6c757d;
  border-color: #6c757d;
  font-size: 18px;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 0px;
}
.packgarea {
  padding: 50px 10px;
}
.col-sm-4.pakgboxarea {
  margin: 1px 5px;
  width: 380px;
  margin-bottom: 10px;
  border-radius: 10px;
}
section.tablearea {
  background: #eaeaea;
  padding: 50px 10px;
}
.boxborder {
  border: 1px solid white;
  padding: 6px 18px;
}
.pkgclick:hover {
  background: #6c757de0;
  border-color: #6c757de0;
}
table.table.autotablearea tr td {
  border-bottom: 1px solid black;
  padding: 13px 15px;
}
.banerclick:hover {
  background: black;
  border-color: white;
  color: white;
}
.logclick:hover {
  background: black;
  border-color: white;
  color: white;
}
ul.nav.navbar-nav li a:hover {
  background: transparent;
}
.autotable {
  /* margin: 0 auto; */
  height: 20px;
}
section.whyarea {
  padding: 50px;
}
.autotablearea th {
  background: white;
  padding: 10px !important;
}
table.table.autotablearea {
  margin-top: 25px;
  font-size: 14px;
  border: 1px solid black;
}
.sponserareaimg {
  display: flex;
  width: 26%;
  padding: 10px;
}
table.table.autotablearea {
  font-size: 10px;
}
section.footerarea {
  background: #6c757d;
  padding: 50px;
}
.footerdataa h4 {
  color: white;
  font-size: 20px;
  font-weight: 600;
}
.footerdataa p {
  color: white;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 18px;
}
.footerdataa i {
  background: white;
  padding: 4px;
  font-size: 13px;
  border-radius: 84px;
}
.footerdataa ul {
  color: white;
  font-size: 15px;
}
.footerdataa ul li {
  list-style: none;
}
.footerdataa ul {
  padding-left: 0px;
}
.eminput {
  border-radius: 0px;
  margin-bottom: 10px;
}
.foicon {
  color: black;
}
.footertext h5 {
  color: white;
  font-size: 21px;
  font-weight: 600;
}
.footertext p {
  color: white;
  font-size: 14px;
  font-weight: 300;
}
.lastfooter p {
  color: white;
  text-align: center;
  margin-top: 40px;
  margin-bottom: -50px;
  border-top: 1px solid;
  padding: 28px 0px;
}

@media only screen and (max-width: 480px) {
  .headerbannerdata {
    text-align: center;
    color: white;
    padding: 10px 0px;
  }
  .whydata h4 {
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    color: #6c757d;
    margin-bottom: 20px;
  }
  section.boxsection {
    padding: 50px 20px;
  }
  section.whyarea {
    padding: 50px 20px;
  }
  section.boxsection {
    padding: 0px 20px;
    padding-bottom: 50px;
  }
  .col-sm-4.pakgboxarea {
    margin: 1px 5px;
    width: auto;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  section.footerarea {
    background: #6c757d;
    padding: 50px 10px;
  }
  .autotable {
    /* margin: 0 auto; */
    height: 12px;
    margin: 0 auto;
  }
  table.table.autotablearea tr td {
    border-bottom: 1px solid black;
    padding: 8px 0px;
  }
  .autotablearea th {
    background: white;
  }
  .sponserareaimg {
    display: flex;
    width: 30%;
    padding: 10px;
  }
  .slidertext h4 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #6c757d;
    margin-bottom: 0px;
  }
  .sliderplace {
    margin-top: 0px;
  }
  .midbannerarea {
    visibility: hidden;
    display: none;
  }
  .whitebox {
    background: white;
    padding: 40px 50px;
    border-bottom: 0px solid #6c757d;
  }
  .packgarea {
    padding: 0px 10px;
  }
  .logclick {
    background: white;
    color: black;
    border-color: black;
    border-radius: 0px;
    margin-top: 15px;
    margin-left: 25px;
  }
  .threebarclick {
    margin-top: -18px;
    color: white;
    font-size: 22px;
    float: left;
  }
  .headerbannerdata h1 {
    font-size: 27px;
  }
  .boxsectiondata {
    padding: 50px 10px;
}
}
