@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
  transition: all ease-in .3s;
}
body {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 15px;
  color: #333132;
}
.navbar-brand, .nav-link {
  color: #000;
  font-weight: 500;
  transition: all ease-in .3s;
}
.navbar-brand, .nav-link:hover {
  color: #E9B852;
}
.nav-item {
  padding-left: 7px;
  padding-right: 7px;
}
.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
  /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; */
  position: fixed;
  width: 100%;
  top: 0;
  /* z-index: 5000; */
}
main {
  margin-top: 84px;
  padding-top: 20px;
}

h2, h3, h4 {
  color: #2579A8;
  font-weight: bold;
}
.valign-center {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.card {
  border-radius: 30px;
}
.card-img-top {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 250px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}
.btn {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  line-height: 1.5;
  border-radius: 50px !important;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  font-weight: 500;
}
.btn-lg {
  font-size: 1rem;
  padding: 12px 30px !important;
}
.hero-section {
  background: url('../images/home-banner.jpg') no-repeat center center/cover;
  height: 650px;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  margin: 0;
}
section {
  padding: 50px 0;
}
.left-banner img {
  border-radius: 30px;
  width: 100%;
}
.hero-section h1 {
  font-size: 3rem;
  font-weight: bold;
}
.hero-section p {
  font-size: 1.5rem;
}
.btn-primary {
  background-color: #2579A8;
  border-color: #2579A8;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #E9B852;
  border-color: #E9B852;
  color: #333132;
}
.membership-plans {
  padding: 50px 0;
  text-align: center;
}
.membership-plans h2 {
  margin-bottom: 30px;
}
.footer {
  background-color: #f8f9fa;
  padding: 20px 0;
  text-align: center;
}
.services {
  background: #f9f9f9 url("../images/yellow-bg.svg") no-repeat left bottom -2px;
  background-size: 100%;
  padding: 50px 0;
}
.question {
  background: #E9B852 url("../images/icon.svg") no-repeat right bottom;
  background-size: auto 100%;
  padding-top: 100px;
}
.card-style {
  border: solid 1px #E9B852;
  margin-top: 40px;
  min-height: 380px;
}
.card-style ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 30px;
}
.card-style ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  background-image: url("../images/Icon-check.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
}
.card-style ul li:before {
  position: absolute;
  left: 0;
}
/* fotter */
.site-footer {
  background-color: #2579A8;
  padding: 60px 0 0px 0;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  z-index: 2;
  position: relative;
  margin-top: 30px;
}
.guranted-safe h6 {
  margin-bottom: 20px;
}
.first-column {
  padding-right: 30px;
}
.first-column p {
  font-size: 15px;
  line-height: 20px;
}
.guranted-safe {
  padding: 20px 0 0px 0;
  float: left;
}
.site-footer h6 {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}
.download-app img {
  margin: 10px 0 20px;
  width: 127px;
}
.social-icons-links a {
  margin-right: 8px;
}
.site-footer a {
  color: #ffffff;
  font-weight: bold;
  transition: all ease-in .3s;
}
.site-footer a:hover {
  color: #E9B852;
}
.pull-left {
  float: left;
}
.copyright-main {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #333132;
  font-family: "Montserrat", sans-serif;
}
.site-footer a:hover {
  color: #EF6A00;
  text-decoration: none;
}
.footer-links {
  padding-left: 0;
  list-style: none;
  color: #ffffff;
}
.footer-links li {
  display: block
}
.footer-links a {
  color: #ffffff;
  line-height: 33px;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  background-image: url("../images/yellow-circle.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  background-size: 10px;
}
.footer-links.inline li {
  display: inline-block
}
.site-footer .social-icons {
  text-align: right
}
.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px
}
.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px
}
.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  transition: all .2s linear
}
p.copyright-text {
  margin: 0;
  text-align: center;
}
.social-icons.size-sm a {
  line-height: 30px;
  height: 30px;
  width: 30px;
  font-size: 16px;
}
.connect a {
  background-image: none;
  padding: 0;
}
.footer-links a:hover {
  color: #E8B852;
}
.social-icons-links img {
  height: 35px;
}
#preloader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  /* change if the mask should have another color then white */
  z-index: 9009;
  /* makes sure it stays on top */
}
#status {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  margin: -75px 0 0 -75px;
  /* is width and height divided by two */
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 70px;
  width: 50px;
  height: 50px;
  right: 30px;
  z-index: 2000;
  font-size: 20px;
  border: none;
  border: solid 1px #E9B852;
  outline: none;
  background-color: #E9B852;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: all ease-in .3s;
  padding: 0;
}
#myBtn:hover {
  background-color: #2579A8;
  border: solid 1px #2579A8;
}
.connect img {
  width: 20px;
}
