/*=== Media Query ===*/
/* Reset CSS */
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,700;1,400;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  line-height: 32px;
  color: #000000;
  padding-bottom: 90px;
}

.site-wrapper {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  color: #004c97;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 21px;
}

h6 {
  font-size: 18px;
}

/*

H1 - 50px
H2 - 38px
H3 - 28px
H4 - 24px
H5 - 21px
H6 - 18px
P - 16px
P Small - 14px
P Smallest - 12px

*/
a,
span {
  display: inline-block;
}

a {
  transition: 0.4s;
  color: inherit;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
}

img {
  max-width: 100%;
}

p {
  line-height: 32px;
  font-size: 14px;
  color: #646464;
}

.btn:focus,
.btn:active {
  box-shadow: none;
}

button {
  cursor: pointer;
  background: transparent;
  border: none;
}

button:focus {
  outline: none;
}

.card {
  border: none;
  border-radius: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* Common Classes */
.section-padding {
  padding-top: 50px;
  padding-bottom: 55px;
}

@media (min-width: 992px) {
  .section-padding {
    padding-top: 90px;
    padding-bottom: 95px;
  }
}

/* Background Image */
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Margin  */
.mb-d-30 {
  margin-bottom: -30px;
}

.mb--30 {
  margin-bottom: 30px;
}

.mt--30 {
  margin-top: 30px;
}

.mb--40 {
  margin-bottom: 40px;
}

.mb--50 {
  margin-bottom: 50px;
}

.mb--65 {
  margin-bottom: 65px;
}

.rotate-45 {
  transform: rotate(45deg);
}

.border-btm {
  border-bottom: 1px solid #e5e5e5;
}

p {
  font-size: 16px;
}

.bg-sand {
  background-color: #f6f6f6;
}

.mb-20 {
  margin-bottom: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=maps/settings.css.map */
