/*Color*/
.light-bg {
  background: #fff;
}

/* placeholder mixin */
/* placeholder mixin */
/* how to use this variabile*/
/* .forms{
     @include placeholder{
      opacity: 1;color: #a5aeb7;
    } */
/* @include transition (.2s ease-out all); */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  font: 14px/1.4 "Sora", sans-serif;
}
input:hover, input:focus, input:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active,
button:hover,
button:focus,
button:active {
  outline: 0;
}

hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
}
hr:before {
  display: table;
  content: "";
}
hr:after {
  display: table;
  clear: both;
  content: "";
}

.browserupgrade {
  background: #f00;
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 0.8em;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.browserupgrade a {
  font-weight: bold;
  color: #ff0;
}

.cf:before {
  display: table;
  content: "";
}
.cf:after {
  display: table;
  clear: both;
  content: "";
}

iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  margin: 0;
  padding: 0;
}

.rate-calculate .modal-dialog {
  max-width: 1070px;
}
.rate-calculate .modal-dialog .modal-content .modal-body .filter-3 li {
  padding: 20px;
}
@media (max-width: 767px) {
  .rate-calculate .modal-dialog .modal-content .modal-body .filter-3 li {
    padding: 15px;
  }
}
.filter-3 {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.filter-3 li {
  width: 33.3333333333%;
  border-bottom: 1px solid #f6f7f9;
  border-right: 1px solid #f6f7f9;
  padding: 12px;
  flex: inherit !important;
}
@media (max-width: 991px) {
  .filter-3 li {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .filter-3 li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .filter-3 li {
    width: 100%;
    padding: 10px;
  }
}
.filter-3 li:nth-child(3n+3) {
  border-right: none;
}
@media (max-width: 767px) {
  .filter-3 li:nth-child(3n+3) {
    border-right: 1px solid #f6f7f9;
  }
}
@media (max-width: 767px) {
  .filter-3 li:nth-child(2n+2) {
    border-right: none;
  }
}

.custom-modal .modal-dialog .modal-content {
  box-shadow: 0px 4px 26px rgb(25, 22, 53);
  border-radius: 16px;
  border: none;
}
.custom-modal .modal-dialog .modal-header {
  text-align: center;
  padding: 28px 26px 0;
  border: none;
}
.custom-modal .modal-dialog .modal-header .modal-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 0;
  flex: 1;
  color: #000000;
}
@media (max-width: 991px) {
  .custom-modal .modal-dialog .modal-header .modal-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
  }
}
.custom-modal .modal-dialog .modal-header h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.custom-modal .modal-dialog .btn-close {
  padding: 0;
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
  z-index: 99;
}
.custom-modal .modal-dialog .modal-body {
  padding: 26px 26px 35px;
}
@media (max-width: 991px) {
  .custom-modal .modal-dialog .modal-body {
    padding: 10px 10px 25px;
  }
}
.custom-modal .modal-dialog .modal-body h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  text-align: center;
  display: block;
  width: 100%;
}
.custom-modal .modal-dialog .modal-body .search-btn {
  margin-bottom: -20px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
.custom-modal .modal-dialog .modal-body .search-btn button {
  margin: 0;
}
.custom-modal .modal-dialog .modal-body .search-btn button:hover {
  opacity: 1;
}
.custom-modal.sign-in .modal-body {
  padding: 50px;
}
@media (max-width: 767px) {
  .custom-modal.sign-in .modal-body {
    padding: 25px;
  }
}
.custom-modal.sign-in .modal-body h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .custom-modal.sign-in .modal-body h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.custom-modal.sign-in .modal-body p {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #191635;
  margin-bottom: 25px;
  opacity: 0.8;
}
.custom-modal.sign-in .modal-body small {
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
}
.custom-modal.sign-in .modal-body form {
  margin-bottom: 8px;
}
.custom-modal.sign-in .modal-body form .form-control {
  height: 57px;
}
.custom-modal.sign-in .modal-body .forgotPw {
  margin-bottom: 28px;
}
.custom-modal.sign-in .modal-body button {
  margin-bottom: 12px;
}
.custom-modal.sign-in .modal-body .stoke-text {
  margin: 40px auto;
  max-width: 50%;
}
@media (max-width: 767px) {
  .custom-modal.sign-in .modal-body .stoke-text {
    margin: 20px auto;
  }
}
.custom-modal.sign-in .modal-body .stoke-text span {
  color: #c3c3c3;
  background-color: #fff;
}
.custom-modal.sign-in .modal-body .agree-info {
  font-weight: 500;
  font-size: 11px;
  line-height: 21px;
  text-align: center;
  color: #000000;
}

@media (max-width: 767px) {
  .hotel-info {
    flex-wrap: wrap;
  }
}
.hotel-info .hotel-img {
  flex: 0 0 162px;
  max-width: 162px;
  margin-right: 32px;
}
@media (max-width: 767px) {
  .hotel-info .hotel-img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.hotel-info .hotel-details p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #191635;
  margin-bottom: 0;
}
.hotel-info .hotel-details a {
  color: #635EF8;
  text-decoration: none;
}
.hotel-info .hotel-details span {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}
.hotel-info .hotel-details span img {
  width: 11px;
  height: 12px;
  margin: 0 4px;
}
.hotel-info .hotel-details .divider {
  display: inline-block;
  margin: 0 10px;
  width: 2px;
  background: #e8eaf0;
  height: auto;
}
.hotel-info .hotel-details .location {
  align-items: baseline;
}
.hotel-info .hotel-details .location img {
  width: 13px;
}
.hotel-info .hotel-details .location span {
  text-transform: uppercase;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

label {
  font-size: 13px;
  font-weight: bold;
  outline: none;
}
label:focus {
  outline: none;
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], input[type=url] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control {
  height: 38px;
  padding: 7px 8px;
  font-size: 13px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  display: block;
  width: 100%;
  transition: all ease 0.1s;
}
.form-control.focus, .form-control:focus {
  border-color: #4C3ED1;
  box-shadow: 0 0 5px rgba(81, 167, 232, 0.5);
}

textarea {
  resize: none;
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: 0.35em;
}

input.input-contrast,
.input-contrast {
  background-color: #fafafa;
}
input.input-contrast:focus,
.input-contrast:focus {
  background-color: #fff;
}

::placeholder {
  color: #aaa;
}

button:focus, button.focus, input[type=submit]:focus, input[type=submit].focus {
  outline: 0;
}

.form-box input:-moz-placeholder {
  opacity: 1; /* Firefox 18- */
  color: #333 !important;
}
.form-box input::-moz-placeholder {
  opacity: 1; /* Firefox 19+ */
  color: #333 !important;
}
.form-box ::-webkit-input-placeholder {
  color: #333 !important;
  opacity: 1 !important; /* for chrome */
}
.form-box textarea:-moz-placeholder {
  opacity: 1; /* Firefox 18- */
  color: #333 !important;
}
.form-box textarea::-moz-placeholder {
  opacity: 1; /* Firefox 19+ */
  color: #333 !important;
}
.form-box ::-webkit-input-placeholder {
  opacity: 1 !important; /* for chrome */
  color: #333 !important;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 9px 12px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Sora", sans-serif;
  line-height: 22px;
  color: #333;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #eee;
  border-radius: 6px;
  user-select: none;
  -webkit-appearance: none;
}
.btn:focus {
  text-decoration: none;
  border: 0;
  outline: none;
}
.btn:focus:hover {
  box-shadow: none;
}
.btn:hover, .btn:active {
  text-decoration: none;
  background-color: #ddd;
  border-color: #ccc;
}
.btn:active {
  background-color: #dcdcdc;
  background-image: none;
  border-color: #b5b5b5;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn:disabled, .btn:disabled:hover, .btn.disabled, .btn.disabled:hover {
  color: rgba(102, 102, 102, 0.5);
  cursor: default;
  background-color: rgba(229, 229, 229, 0.5);
  background-image: none;
  border-color: rgba(197, 197, 197, 0.5);
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background: #070828;
  border: 1px solid #070828;
  border-radius: 12px;
  text-transform: uppercase;
  white-space: normal;
}
@media (max-width: 767px) {
  .btn-primary {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
}
.btn-primary:focus {
  border: 1px solid #070828;
  box-shadow: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: #fff !important;
  background: #070828;
  background-image: none;
  border: 1px solid #070828;
  box-shadow: none;
  opacity: 0.9;
}
.btn-primary:disabled, .btn-primary:disabled:hover, .btn-primary.disabled, .btn-primary.disabled:hover {
  background-color: #fff;
  background-image: none;
  border-color: #e5e5e5;
}

.btn-secondary {
  color: #070828;
  background: #8C8AFF;
  border: 1px solid #8C8AFF;
  border-radius: 12px;
  text-transform: uppercase;
  white-space: normal;
}
@media (max-width: 767px) {
  .btn-secondary {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
}
.btn-secondary:focus {
  border: 1px solid #8C8AFF;
  box-shadow: none;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: #070828 !important;
  background: #8C8AFF;
  background-image: none;
  border: 1px solid #8C8AFF;
  box-shadow: none;
  opacity: 0.9;
}
.btn-secondary:disabled, .btn-secondary:disabled:hover, .btn-secondary.disabled, .btn-secondary.disabled:hover {
  background-color: #fff;
  background-image: none;
  border-color: #e5e5e5;
}

.btn-outline-primary {
  color: #FF6565;
  background: none;
  background-image: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  border: 1px solid #FF6565;
  border-radius: 10px;
  padding: 10px 34px;
  min-height: 40px;
  text-transform: uppercase;
}
.btn-outline-primary:focus {
  border: 1px solid #FF6565;
  box-shadow: none;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
  color: #fff !important;
  background: #FF6565;
  background-image: none;
  border: 1px solid #FF6565;
  box-shadow: none;
}
.btn-outline-primary:disabled, .btn-outline-primary:disabled:hover, .btn-outline-primary.disabled, .btn-outline-primary.disabled:hover {
  background-color: #fff;
  background-image: none;
  border-color: #e5e5e5;
}

.btn-sm {
  padding: 2px 8px;
}

.btn-lg {
  min-height: 46px;
  min-width: 172px;
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

.blue-btn {
  color: #635EF8;
  border: 1px solid #635EF8;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.1em;
  white-space: normal;
}
.blue-btn:hover, .blue-btn:focus, .blue-btn:active {
  background: #635EF8;
  color: #fff;
  border: 1px solid #635EF8;
}

.btn-sm {
  font-size: 12px;
  min-width: 77px;
  height: 36px;
  padding: 2px 8px;
  line-height: 10px;
  border-radius: 6px;
  min-height: inherit;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-ExtraLight.woff2") format("woff2"), url("../fonts/Sora-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-ExtraBold.woff2") format("woff2"), url("../fonts/Sora-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-SemiBold.woff2") format("woff2"), url("../fonts/Sora-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Regular.woff2") format("woff2"), url("../fonts/Sora-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Bold.woff2") format("woff2"), url("../fonts/Sora-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Medium.woff2") format("woff2"), url("../fonts/Sora-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Light.woff2") format("woff2"), url("../fonts/Sora-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Thin.woff2") format("woff2"), url("../fonts/Sora-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Recoleta Regular DEMO";
  font-style: normal;
  font-weight: normal;
  src: local("Recoleta Regular DEMO"), url("../fonts/Recoleta-RegularDEMO.woff") format("woff");
}
body {
  font-family: "Sora", sans-serif;
}

/* scroll bar */
header .navbar {
  padding: 65px 0;
  background: #fff;
}
@media (max-width: 1199px) {
  header .navbar {
    padding: 35px 0;
  }
}
header .navbar .navbar-brand img {
  max-width: 123px;
}
@media (max-width: 991px) {
  header .navbar .navbar-brand img {
    max-width: 100px;
  }
}
header.shrink .navbar {
  padding: 10px 0;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.11);
}
header.shrink .navbar .navbar-brand img {
  max-width: 80px;
}

.banner {
  margin-top: 175px;
}
@media (max-width: 1199px) {
  .banner {
    margin-top: 115px;
  }
}
@media (max-width: 767px) {
  .banner {
    margin-top: 90px;
  }
}
.banner .banner-inner {
  position: relative;
  overflow: hidden;
  padding: 50px 0 120px;
}
@media (max-width: 1199px) {
  .banner .banner-inner {
    padding: 40px 0 100px;
  }
}
@media (max-width: 767px) {
  .banner .banner-inner {
    padding: 40px 0 50px;
  }
}
.banner .banner-info {
  position: relative;
}
.banner .banner-info::before {
  content: "";
  background: url(../img/line-art.svg) no-repeat;
  height: 20px;
  width: 120px;
  position: absolute;
  background-size: contain;
  top: 30px;
  left: -90px;
}
.banner .banner-info h2 {
  font-weight: 700;
  font-size: 62px;
  line-height: 78px;
  margin-bottom: 24px;
  color: #070828;
}
@media (max-width: 1199px) {
  .banner .banner-info h2 {
    font-size: 50px;
    line-height: 64px;
  }
}
@media (max-width: 991px) {
  .banner .banner-info h2 {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .banner .banner-info h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.banner .banner-info h2 .gradient-text {
  background: linear-gradient(87.7deg, #6260E4 27.44%, #D781FF 116.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner .banner-info h2 .green-badge {
  position: relative;
}
.banner .banner-info h2 .green-badge::before {
  content: "";
  width: 100%;
  height: 24px;
  top: 46px;
  background: #A0D7AF;
  border-radius: 13.5px;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1199px) {
  .banner .banner-info h2 .green-badge::before {
    height: 20px;
    top: 40px;
  }
}
@media (max-width: 991px) {
  .banner .banner-info h2 .green-badge::before {
    height: 12px;
    top: 32px;
  }
}
@media (max-width: 767px) {
  .banner .banner-info h2 .green-badge::before {
    height: 8px;
    top: 28px;
  }
}
.banner .banner-info h2 .green-badge::after {
  content: "";
  background: url(../img/arrow-boy-emoji.png) no-repeat;
  height: 80px;
  width: 100%;
  position: absolute;
  background-size: contain;
  /* top: 30px; */
  /* left: -90px; */
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .banner .banner-info h2 .green-badge::after {
    height: 70px;
  }
}
@media (max-width: 991px) {
  .banner .banner-info h2 .green-badge::after {
    height: 52px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .banner .banner-info h2 .green-badge::after {
    height: 45px;
  }
}
.banner .banner-info .emoji-img {
  position: absolute;
  right: 50px;
  top: -20px;
}
.banner .banner-info p {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.005em;
  color: #070828;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .banner .banner-info p {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .banner .banner-info p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .banner .banner-info p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.banner .banner-info .btn-primary {
  min-height: 62px;
  min-width: 209px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 209px;
}
@media (max-width: 991px) {
  .banner .banner-info .btn-primary {
    min-height: 45px;
    min-width: 190px;
  }
}
.banner .banner-img {
  text-align: center;
  background: #FFFFFF;
  border-radius: 28px;
  padding: 20px;
  position: relative;
}
.banner .banner-img::after {
  content: "";
  background: url(../img/purple-daimond.svg) no-repeat;
  height: 38px;
  width: 38px;
  position: absolute;
  background-size: contain;
  bottom: 20px;
  right: -19px;
}
@media (max-width: 767px) {
  .banner .banner-img::after {
    height: 28px;
    width: 28px;
    right: 0;
  }
}
.banner .banner-img-sec {
  position: absolute;
  right: -30px;
  bottom: 0;
  top: 20px;
}
@media (max-width: 767px) {
  .banner .banner-img-sec {
    bottom: auto;
    position: relative;
    right: auto;
    top: 0;
  }
}
.banner .banner-img-sec .banner-sub-img {
  background: #000;
  border: 1px solid #070828;
  border-radius: 16px;
  position: relative;
  z-index: 0;
  padding: 18px;
  height: 100%;
  max-height: 550px;
}
@media (max-width: 1199px) {
  .banner .banner-img-sec .banner-sub-img {
    max-height: 450px;
  }
}
@media (max-width: 991px) {
  .banner .banner-img-sec .banner-sub-img {
    padding: 12px;
  }
}
@media (max-width: 575px) {
  .banner .banner-img-sec .banner-sub-img {
    text-align: center;
    max-width: 360px;
    margin: auto;
  }
}
.banner .banner-img-sec .banner-sub-img::before {
  content: "";
  background: white;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 22px;
  z-index: -1;
  left: 0;
  top: 0;
}
.banner .banner-img-sec .banner-sub-img::after {
  content: "";
  background: url(../img/red-star.svg) no-repeat;
  height: 30px;
  width: 30px;
  position: absolute;
  background-size: contain;
  bottom: 55px;
  left: -15px;
}
.banner .banner-img-sec .banner-sub-img img {
  width: 100%;
  height: 100%;
}

.enable-call {
  padding: 100px 0 60px;
  position: relative;
}
@media (max-width: 1199px) {
  .enable-call {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .enable-call {
    padding: 30px 0;
  }
}
.enable-call::before {
  content: "";
  background: url(../img/round-line-art.png) no-repeat;
  height: 100px;
  width: 119px;
  position: absolute;
  background-size: contain;
  top: 19%;
}
.enable-call .enable-call-inner {
  position: relative;
}
.enable-call .enable-call-inner::after {
  content: "";
  background: url(../img/women-emoji.svg) no-repeat;
  height: 100px;
  width: 100px;
  position: absolute;
  background-size: contain;
  top: calc(50% - 80px);
  right: -38px;
}
@media (max-width: 1199px) {
  .enable-call .enable-call-inner::after {
    height: 60px;
    width: 60px;
    top: calc(50% - 54px);
    right: -6px;
  }
}
@media (max-width: 991px) {
  .enable-call .enable-call-inner::after {
    content: none;
  }
}
.enable-call h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 40px;
  color: #070828;
}
@media (max-width: 1199px) {
  .enable-call h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .enable-call h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .enable-call h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.enable-call .btn-secondary {
  font-weight: 600;
  min-height: 22px;
  min-width: 81px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 120px;
}
.enable-call .enable-call-list {
  background: #000;
  border: 1px solid #070828;
  border-radius: 16px;
  position: relative;
  z-index: 0;
  padding: 18px;
  height: 100%;
}
@media (max-width: 991px) {
  .enable-call .enable-call-list {
    padding: 12px;
  }
}
@media (max-width: 575px) {
  .enable-call .enable-call-list {
    text-align: center;
    max-width: 360px;
    margin: auto;
  }
}
.enable-call .enable-call-list::before {
  content: "";
  background: white;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 22px;
  z-index: -1;
  left: 0;
  top: 0;
}
.enable-call .enable-call-list img {
  filter: drop-shadow(0px 4px 54px rgba(47, 47, 64, 0.12));
  border-radius: 15px;
  margin-bottom: 15px;
}
.enable-call .enable-call-list h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #070828;
  margin-bottom: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .enable-call .enable-call-list h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .enable-call .enable-call-list h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
  }
}
.enable-call .enable-call-list p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #070828;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .enable-call .enable-call-list p {
    font-size: 13px;
    line-height: 20px;
  }
}

.video-call {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .video-call {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .video-call {
    padding: 30px 0;
  }
}
.video-call .video-wrap {
  background: #FFDFC5;
  border-radius: 28px;
  padding: 140px 52px 0 52px;
  position: relative;
}
@media (max-width: 1199px) {
  .video-call .video-wrap {
    padding: 100px 40px 0 40px;
  }
}
@media (max-width: 991px) {
  .video-call .video-wrap {
    padding: 60px 30px 0 30px;
  }
}
@media (max-width: 767px) {
  .video-call .video-wrap {
    padding: 50px 15px 0 15px;
  }
}
.video-call .video-wrap::before {
  content: "";
  background: url(../img/blue-star.svg) no-repeat;
  height: 30px;
  width: 30px;
  position: absolute;
  background-size: contain;
  top: 56px;
  left: -15px;
}
.video-call .video-wrap::after {
  content: "";
  background: url(../img/multiple-circle.svg) no-repeat;
  height: 182px;
  width: 352px;
  position: absolute;
  background-size: contain;
  top: 80px;
  right: -200px;
}
@media (max-width: 991px) {
  .video-call .video-wrap::after {
    height: 112px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .video-call .video-wrap::after {
    top: 30px;
    height: 90px;
    width: 280px;
  }
}
@media (max-width: 575px) {
  .video-call .video-wrap::after {
    content: none;
  }
}
.video-call .video-wrap h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #070828;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .video-call .video-wrap h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .video-call .video-wrap h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .video-call .video-wrap h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.video-call .video-wrap h3 .blue-badge {
  background: #BEC0F7;
  border-radius: 9px;
  font-weight: 400;
  padding: 0 5px;
  font-family: "Recoleta Regular DEMO";
}
.video-call .video-wrap p {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #070828;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .video-call .video-wrap p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .video-call .video-wrap p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .video-call .video-wrap p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.video-call .video-inner {
  position: relative;
  bottom: -20px;
  text-align: center;
}

.much-more {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .much-more {
    padding: 100px 0 60px;
  }
}
.much-more::before {
  content: "";
  background: url(../img/green-Star.svg) no-repeat;
  height: 73px;
  width: 92px;
  position: absolute;
  background-size: contain;
  top: 40%;
  left: 0;
}
.much-more .much-more-inner {
  position: relative;
}
.much-more .much-more-inner h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
@media (max-width: 1199px) {
  .much-more .much-more-inner h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .much-more .much-more-inner h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .much-more .much-more-inner h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.much-more .much-more-inner h3 .more-icon {
  position: relative;
}
.much-more .much-more-inner h3 .more-icon::after {
  content: "";
  background: url(../img/red-line.svg) no-repeat;
  height: 9px;
  width: 100%;
  position: absolute;
  background-size: contain;
  bottom: -5px;
  right: 0;
}
@media (max-width: 1199px) {
  .much-more .much-more-inner h3 .more-icon img {
    max-width: 36px;
  }
}
@media (max-width: 991px) {
  .much-more .much-more-inner h3 .more-icon img {
    max-width: 28px;
  }
}
@media (max-width: 767px) {
  .much-more .much-more-inner h3 .more-icon img {
    max-width: 23px;
  }
}
.much-more .much-more-inner h3::after {
  content: "";
  background: url(../img/hand-sign.svg) no-repeat;
  height: 97px;
  width: 116px;
  position: absolute;
  background-size: contain;
  top: -80px;
  right: -120px;
}
.much-more .much-more-inner p {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #070828;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .much-more .much-more-inner p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .much-more .much-more-inner p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .much-more .much-more-inner p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.much-more .much-more-inner .btn-secondary {
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px 24px;
}

.company-info {
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 1199px) {
  .company-info {
    padding-bottom: 50px;
  }
}
.company-info::after {
  content: "";
  background: url(../img/man-emoji-2.png) no-repeat;
  height: 118px;
  width: 118px;
  position: absolute;
  background-size: contain;
  bottom: 0;
  right: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1199px) {
  .company-info::after {
    height: 90px;
    width: 90px;
  }
}
@media (max-width: 991px) {
  .company-info::after {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 991px) {
  .company-info {
    padding-bottom: 30px;
  }
}
.company-info .info-img {
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(34, 37, 46, 0.16);
  border-radius: 15px;
  position: relative;
}
.company-info .accordion .accordion-item {
  border: none;
  border-radius: 0;
  background: none;
  margin: 25px 0;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .company-info .accordion .accordion-item {
    margin: 20px 0;
  }
}
.company-info .accordion .accordion-item:first-child {
  margin-top: 0;
}
.company-info .accordion .accordion-item::before {
  content: "";
  background: #EEEEF5;
  border-radius: 2.5px;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 10px;
  color: #070828;
}
.company-info .accordion .accordion-item .accordion-header .accordion-button {
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  padding: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.005em;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .company-info .accordion .accordion-item .accordion-header .accordion-button {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }
}
.company-info .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #070828;
}
.company-info .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "";
  background: #FA8B9F;
  width: 9px;
  height: 52px;
  border: 2px solid #070828;
  border-radius: 4.5px;
  position: absolute;
  left: -22px;
  top: 0;
  transition: none;
}
.company-info .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  background: none;
}
.company-info .accordion .accordion-item .accordion-collapse .accordion-body {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.005em;
  padding: 14px 0 0 0;
  color: #070828;
}

.offers {
  padding: 80px 0 40px;
}
@media (max-width: 1199px) {
  .offers {
    padding: 50px 0 20px;
  }
}
@media (max-width: 991px) {
  .offers {
    padding: 40px 0 15px;
  }
}
.offers .offers-inner {
  background: #070828;
  border-radius: 28px;
  padding: 140px 100px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1199px) {
  .offers .offers-inner {
    padding: 100px 50px;
  }
}
@media (max-width: 991px) {
  .offers .offers-inner {
    padding: 75px 25px;
    border-radius: 14px;
  }
}
@media (max-width: 767px) {
  .offers .offers-inner {
    padding: 40px 15px;
  }
}
.offers .offers-inner::after {
  content: "";
  background: url(../img/dark-line-art.svg) no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  top: 0;
  right: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  z-index: -1;
}
.offers .offers-inner h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #8C8AFF;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media (max-width: 1199px) {
  .offers .offers-inner h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .offers .offers-inner h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .offers .offers-inner h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.offers .offers-inner p {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.005em;
  color: #EEEEF5;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .offers .offers-inner p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .offers .offers-inner p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .offers .offers-inner p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .offers .arrow-img {
    max-width: 40px;
  }
}

.contact {
  padding-bottom: 30px;
  overflow: hidden;
}
.contact .contact-inner {
  background: #F5F6FA;
  border-radius: 28px;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .contact .contact-inner {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .contact .contact-inner {
    padding: 50px 0;
  }
}
.contact .contact-inner::before {
  content: "";
  background: url(../img/emoji-star-1.png) no-repeat;
  height: 133px;
  width: 117px;
  position: absolute;
  background-size: contain;
  bottom: 40px;
  left: -50px;
  pointer-events: none;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .contact .contact-inner::before {
    height: 113px;
    width: 90px;
    left: -50px;
  }
}
@media (max-width: 575px) {
  .contact .contact-inner::before {
    height: 70px;
    width: 60px;
    left: 0;
    bottom: 50px;
  }
}
.contact .contact-inner::after {
  content: "";
  background: url(../img/star-line.svg) no-repeat;
  height: 66px;
  width: 66px;
  position: absolute;
  background-size: contain;
  top: 100px;
  right: -90px;
  pointer-events: none;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .contact .contact-inner::after {
    height: 40px;
    width: 40px;
    right: -50px;
  }
}
.contact .contact-inner h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #070828;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media (max-width: 1199px) {
  .contact .contact-inner h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .contact .contact-inner h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .contact .contact-inner h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.contact .contact-inner h3 .green-text {
  color: #6CAD7D;
  position: relative;
}
.contact .contact-inner h3 .green-text::after {
  content: "";
  background: url(../img/line-2.svg) no-repeat;
  height: 15px;
  width: 100%;
  position: absolute;
  background-size: contain;
  bottom: -15px;
  right: -10px;
  pointer-events: none;
  background-repeat: no-repeat;
}
.contact .contact-inner form {
  padding-left: 75px;
}
@media (max-width: 1199px) {
  .contact .contact-inner form {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .contact .contact-inner form {
    padding-left: 0;
  }
}
.contact .contact-inner form .form-group {
  background: #FFFFFF;
  border: 1px solid #070828;
  border-radius: 12px;
  padding: 8px 24px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .contact .contact-inner form .form-group {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .contact .contact-inner form .form-group {
    padding: 6px 16px;
  }
}
.contact .contact-inner form .form-group label {
  font-weight: 500;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #6260E4;
}
@media (max-width: 991px) {
  .contact .contact-inner form .form-group label {
    font-size: 10px;
    line-height: 20px;
  }
}
.contact .contact-inner form .form-group .form-control {
  height: inherit;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #070828;
  border: none;
  box-shadow: none;
  padding: 0;
  background: transparent;
}
@media (max-width: 991px) {
  .contact .contact-inner form .form-group .form-control {
    font-size: 13px;
    line-height: 20px;
  }
}
.contact .btn-secondary {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  min-width: 218px;
  height: 62px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 220px;
  margin: auto;
}
@media (max-width: 991px) {
  .contact .btn-secondary {
    font-size: 13px;
    line-height: 20px;
    height: 50px;
  }
}

footer {
  padding: 30px 0;
}
@media (max-width: 991px) {
  footer {
    padding: 10px 0 25px;
  }
}
footer .navbar-brand {
  display: block;
  margin-bottom: 10px;
}
footer .navbar-brand img {
  max-width: 148px;
}
@media (max-width: 991px) {
  footer .navbar-brand img {
    max-width: 100px;
  }
}
footer p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #070828;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  footer p {
    font-size: 13px;
    line-height: 20px;
  }
}
footer .footer-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.005em;
  color: #070828;
  text-decoration: none;
}
@media (max-width: 991px) {
  footer .footer-link {
    font-size: 16px;
    line-height: 26px;
  }
}

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