.header-bg {
  background-image: url("../images/header-bg02.png");  
  background-position: center top; 
  padding: 50px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.head-title {
  font-size: 32px;
}

.head-sub {
  font-size: 20px;
}

.dark-bg {
  background: #151e2c;
  padding: 20px 30px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 12px;
}
.dark-bg01 {
  background: #151e2c;
  padding: 20px 30px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 12px;
}
.dark-bg02 {
  background: #202f4f;
  padding: 80px 0px;
}

.quote-text {
  font-size: 13px;
}

.dark-label {
  background: #1f2a3a;
  padding: 6px 12px;
  border-radius: 10px;
}

.small-text {
  color: #acbac6;
  font-size: 10px;
}
.dark-bg02-title {
  font-size: 32px;
  color: #ffffff;
}

.dark-bg02-sub {
  font-size: 16px;
  color: #ffffff;
}
.white-text {
  color: #fff;
}
.light-blue {
  color: #6d8dab;
}

.button-group .button {
  margin-right: 15px !important;
}

.blue-btn01 {
  background: #4379de;
  padding: 10px 20px;
  border-radius: 20px;
  margin-left: 20px;
}

.blue-btn01-hollow {
  background: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  margin-left: 20px;
}
.round-icon {
  border-radius: 50%;
  background: #4379de;
  height: 38px;
  width: 38px;
  padding: 8px 5px 5px 10px;
  margin: 0 auto;
  margin-bottom: -10px;
  /* position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -18px; */
}

.blue-btn02 {
  background: #4379de;
  padding: 15px 20px;
  border-radius: 25px;
}

.blue-btn03 {
  background: #4379de;
  padding: 20px 20px;
  border-radius: 40px;
}

.chat-icon {
  padding-left: 10px;
}

.list-title {
  font-size: 16px;
  color: #ffffff;
}

.list-style ul li {
  color: #ffffff;
  list-style: none;
  font-size: 14px;
  padding: 5px 0;
}

.footer-bg {
  background: #151e2c;
  /* background: #093557;
    background: -moz-linear-gradient(top, #093557 0%, #26364e 71%, #26364e 100%);
    background: -webkit-linear-gradient(top, #093557 0%, #26364e 71%, #26364e 100%);
    background: linear-gradient(to bottom, #093557 0%, #26364e 71%, #26364e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#093557', endColorstr='#26364e', GradientType=0); */
  padding: 60px 0 0;
}

.footer-bg p {
  font-size: 12px;
  margin-bottom: 12px;
}

.footer-bg-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.8em 2em;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #005db4;
  border-radius: 30px;
  border: 1px solid #3f8ed8;
  color: #fefefe;
}

.footer-bg a {
  color: #6d8dab;
  font-size: 12px;
}

.footer-bg .menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.4rem 0rem;
}

.footer-quickmenu {
  border-left: 1px solid #3f5971;
  padding-left: 20px;
}

.footer-copyright {
  border-top: 1px solid #3f5971;
  padding: 10px 0;
}

.footer-copyright .menu a,
.menu .button {
  padding: 0.4rem 1em;
}

.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.gap30 {
  margin-top: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .header-bg {
        background-image: url("../images/header02.jpg");
        background-size: cover;
        background-position: center top;
        padding: 50px 0 0;
        background-repeat: no-repeat;
        position: relative;
      }

      .head-sub {
        font-size: 18px;
    }

    .dark-bg02-title {
        font-size: 22px;
        color: #ffffff;
    }

    .blue-btn03 {
        background: #4379de;
        padding: 15px 20px;
        border-radius: 25px;
    }
}
