@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
button:focus {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  background-color: #effbf9;
}

a,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  cursor: pointer;
  transition: 0.3s all;
  text-decoration: none;
}

p a {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #31423d;
  text-decoration: none;
}

p a:hover {
  color: #31423d;
  text-decoration: none;
}

:focus {
  outline-width: 0px;
}

img {
  max-width: 100%;
  vertical-align: text-top;
}

.icon-cta {
  margin-right: 5px;
}

.container {
  max-width: 1650px;
}

.header-area {
  position: fixed;
  background: #effbf9;
  z-index: 999;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-bar ul {
  display: flex;
  align-items: center;
}
.nav-bar ul li {
  padding: 10px 10px;
}
.nav-bar ul li:last-child {
  padding-right: 0px !important;
}
.nav-bar ul li a {
  font-weight: 300;
  font-size: 14px;
  line-height: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
  color: #31423d;
}
.nav-bar ul li a:hover {
  color: #49d4b9;
  text-decoration: none;
  background-color: #D7FEF6 !important;
}
.nav-bar ul li a.active {
  font-weight: 500;
}

.banner-area {
  padding: 135px 0px 80px 0px;
}
.banner-area .banner-heading {
  position: relative;
}
.banner-area .banner-heading img {
  margin-left: 90px;
}
.banner-area .banner-heading h1 {
  position: absolute;
  top: -35px;
  left: 0;
  max-width: 428px;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #31423d;
  font-weight: 300;
  letter-spacing: 1.5px;
}

.banner-tab-area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

#show-input {
  display: none;
}
#show-input.active {
  display: block;
}

.step-wrapper-content {
  position: relative;
}

.banner-tab-content {
  text-align: center;
}
.banner-tab-content h4 {
  max-width: 320px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #31423d;
  margin: 0 auto;
  padding-bottom: 30px;
}

.banner-tab-content-subtitle {
  max-width: 320px;
  font-weight: 300;
  font-size: 16px !important; 
  line-height: 1.5;
  text-align: center;
  color: #31423d;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 40px;
}

.banner-tab-content h4 span {
  font-weight: 500;
}
.banner-tab-content .btn-wrapper {
  justify-content: center;
}
.banner-tab-content.active {
  display: none;
}

.step-one-content {
  display: block;
}
.step-one-content.active {
  display: none;
}

.step-two-contnet {
  display: none;
}
.step-two-contnet.active {
  display: block;
}

.error {
  background-color: #f3c4c3;
  display: block;
  position: absolute;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 12px;
  bottom: 50%;
  left: calc(100% + 15px);
  white-space: nowrap;
  transform: translateY(50%);
  color: #31423d;
  font-weight: normal;
  display: none;
}
.error:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
  border-width: 7px;
  border-style: solid;
  border-color: transparent #f3c4c3 transparent transparent;
}

.step-three-content {
  display: none;
  min-width: 550px;
  max-width: 550px;
}
.step-three-content.active {
  display: block;
}

.step-four-content {
  display: none;
}
.step-four-content.active {
  display: block;
}

.la-btn-inverted {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #31423d;
  background-color: #ffffff;
  padding: 8px 16px;
  border: 1px solid #49d4b9;
  border-radius: 48px;
  text-align: center;
}

.la-btn-inverted:hover {
  color: #31423d !important;
}

.la-btn {
  border: none;
  background-color: transparent;
  padding: 20px 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  letter-spacing: 0.07em;
}

.btn-paste {
  background: #49d4b9;
  border-radius: 50px;
  position: relative;
  border: 1px dashed transparent;
  z-index: 1;
  transition: 0.5s ease;
}
.btn-paste:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 50px;
  background: #49d4b9;
  transition: 0.5s ease;
}
.btn-paste:hover {
  color: #fff;
  border-color: #49d4b9;
  text-decoration: none;
  background-color: #0BB795;
}
.btn-paste:hover:after {
  opacity: 0;
}

.icon-btn {
  padding: 18px 30px !important;
}
.icon-btn i {
  font-size: 23px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mr-10 {
  margin-right: 10px;
}

.services-area {
  background: #def7f2;
  padding: 70px 0px 80px 0px;
}

.services-heading {
  text-align: center;
  max-width: 675px;
  margin: 0 auto;
  padding-bottom: 45px;
}
.services-heading h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #31423d;
  padding-bottom: 15px;
}
.services-heading p {
  font-weight: 300;
  font-size: 19px;
  line-height: 1.5;
  text-align: center;
  color: #31423d;
}

.slick-track {
  display: flex;
}

.slick-slide {
  padding-bottom: 5px;
  height: auto;
}
.slick-slide img {
  display: inline-block;
}

.mx-15 {
  margin: 0px 15px;
}

.services-cart {
  text-align: center;
  padding: 45px 45px 30px 45px;
}
.services-cart img {
  border-radius: 50%;
  margin-bottom: 15px;
}
.services-cart p {
  font-weight: 300;
  font-size: 19px;
  line-height: 1.5;
  text-align: center;
  color: #31423d;
}

.card-shape {
  background-color: #ffffff;
  border-radius: 12px;
  height: 100%;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
  transition: 0.4s ease-in;
}

/* .card-shape:hover {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
} */

.address {
  height: 100%;
  background: #effbf9;
  /* box-shadow: 0px 3px 9px rgba(166, 166, 166, 0.25); */
  width: 100%;
  padding: 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.address .address-logo {
  padding-bottom: 35px;
}
.address .address-heading h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #31423d;
  padding-bottom: 20px;
}

.address-number p {
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.5;
  color: #31423d;
}
.address-number p span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
}

.adress-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #31423d;
  max-width: 230px;
  margin: 0 auto;
  padding: 30px 0px;
}

.location-map {
  width: 100%;
}

.h-100p {
  height: 100%;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.la-btn-icon i {
  margin-right: 15px;
}

.footer-area {
  padding: 50px 0px 80px 0px;
}
.footer-area .footer-content h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #31423d;
  padding-bottom: 20px;
}
.footer-area .footer-content p {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #31423d;
}

.footer-logo {
  text-align: center;
}
.footer-logo p {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #31423d;
  max-width: 150px;
  margin: 0 auto;
}

.mx-w-50p {
  max-width: 50%;
}

.deep-bg {
  background-color: #def7f2;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.p-60 {
  padding: 60px !important;
}

.services-img {
  margin-right: 70px;
  width: 100px;
}
.services-img img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.services-content {
  flex: 1;
}
.services-content h3 {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.5;
  color: #31423d;
  padding-bottom: 30px;
}
.services-content p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #31423d;
}

.mx-w-90p {
  max-width: 90%;
  margin: 0 auto;
}

.mt-15 {
  margin-top: 15px;
}

.mb-50 {
  margin-bottom: 50px;
}

.la-btn-lg {
  padding: 15px 50px;
}

.blog-head img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.blog-heading {
  font-style: normal;
  font-weight: 500;
  font-size: 31px;
  line-height: 1.5;
  color: #31423d;
  padding-bottom: 70px;
}

.blog-sub-heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #31423d;
}

.single-blog-content p {
  font-size: 20px;
  font-weight: 300;
  color: #31423d;
  line-height: 1.5;
  padding-top: 10px;
}

.mb-150 {
  margin-bottom: 150px;
}

.pt-120 {
  padding-top: 120px;
}

.step-line-area {
  margin-bottom: 30px;
}
.step-line-area ul {
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
.step-line-area ul:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #49d4b9;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.5;
}
.step-line-area ul li {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 1px solid #49d4b9;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #effbf9;
  position: relative;
  z-index: 1;
}
.step-line-area ul li i {
  font-size: 15px;
  color: #49d4b9;
}
.step-line-area ul li.active {
  background-color: #49d4b9;
}
.step-line-area ul li.active i {
  color: #ffffff;
}
.step-line-area ul li.active:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 100%;
  width: 70px;
  height: 1px;
  background-color: #49d4b9;
  transform: translateY(-50%);
  z-index: -1;
}
.step-line-area ul li.active:last-child:after {
  width: 0px;
}

.step-heading {
  max-width: 440px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.step-heading h3 {
  font-weight: bold;
  font-size: 21px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #31423d;
}
.step-heading p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #262626;
  margin-top: 10px;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.custom-form-group {
  max-width: 520px;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 0 auto;
}
.custom-form-group .input-group-prepend .input-group-text {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  padding: 10px 0px 10px 10px;
}
.custom-form-group .form-control {
  border: none;
  border-radius: 0px;
  padding: 10px 5px;
}
.custom-form-group .form-control:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.mb-10 {
  margin-bottom: 10px;
}

.la-xl-btn {
  padding: 20px 130px;
}

.mt-50 {
  margin-top: 50px;
}

#actions {
  margin: 2em 0;
}

/* Mimic table appearance */
div.table {
  display: table;
}

div.table .file-row {
  display: table-row;
}

div.table .file-row > div {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 20px;
}

div.table .file-row:nth-child(odd) {
  background: transparent;
}

/* The total progress gets shown by event listeners */
#total-progress {
  opacity: 0;
  transition: opacity 0.3s linear;
}

/* Hide the progress bar when finished */
#previews .file-row.dz-success .progress {
  opacity: 0;
  transition: opacity 0.3s linear;
}

/* Hide the delete button initially */
#previews .file-row .delete {
  display: none;
}

/* Hide the start and cancel buttons and show the delete button */
#previews .file-row.dz-success .start,
#previews .file-row.dz-success .cancel {
  display: none;
}

#previews .file-row.dz-success .delete {
  display: block;
}

.drop-zone {
  padding: 40px 0px;
  width: 520px;
  background: #ffffff;
  border: 2px dashed #49d4b9;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0 auto;
}
.drop-zone p {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
  text-transform: uppercase;
  color: #49d4b9;
}

.border-btn {
  border: 1px solid #49d4b9;
  padding: 13px 50px;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  transition: 0.4s ease;
  color: #49d4b9;
}
.border-btn:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scaleX(0.4);
  background-color: #49d4b9;
  z-index: -1;
  border-radius: 50px;
  transition: 0.4s ease;
  opacity: 0;
}
.border-btn:hover {
  color: #ffffff;
}
.border-btn:hover:after {
  transform: scaleX(1);
  opacity: 1;
}

.progress {
  height: 5px;
  font-size: 0.75rem;
  background-color: #ffffff;
  border-radius: 50px;
  min-width: 200px;
}

.mt-15 {
  margin-top: 15px;
}

.custom-btn {
  padding: 0px;
  background-color: transparent;
}
.custom-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}
.custom-btn svg {
  height: 20px;
}

.size {
  font-size: 10px;
}

.preview img {
  height: 35px;
}

.drop-zone-file {
  border-bottom: 1px solid #49d4b9;
  padding-bottom: 40px;
  padding-top: 25px;
  max-width: 520px;
  margin: 0 auto;
}
.drop-zone-file ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.drop-zone-file ul li:last-child {
  margin-bottom: 0px;
}
.drop-zone-file ul li .file-left svg {
  margin-right: 10px;
}
.drop-zone-file ul li .file-right svg {
  margin-right: 10px;
}

.data-list {
  max-width: 100%;
  margin: 0 auto;
  padding: 25px 0px;
}
.data-list p {
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #31423d;
  padding-bottom: 15px;
  text-align: left;
}
.data-list textarea {
  background: #ffffff;
  border-radius: 5px;
  border: none;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
}
.data-list span {
  display: block;
  text-align: center;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #31423d;
  cursor: pointer;
}

.step-four-heading {
  max-width: 430px;
  margin: 0 auto;
}
.step-four-heading h3 {
  font-weight: bold;
  font-size: 21px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #31423d;
  margin-bottom: 40px;
}

.step-four-header {
  font-weight: 300;
  font-size: 19px;
  line-height: 1.5;
  text-align: center;
  color: #31423d;
  max-width: 350px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.step-four-subtitle {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #262626;
  margin-bottom: 20px;
}

.submit-btn {
  justify-content: center;
}

.d-center {
  align-items: center;
}

.pst-img {
  display: inline-block;
  position: relative;
}
.pst-img span {
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #49d4b9;
  position: absolute;
  left: 85%;
  top: 25%;
}
.pst-img span i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  height: 100%;
  width: 100%;
}

.menu-toggole {
  display: none;
}

.gustes-area {
  padding: 40px 0px;
}

.gustes-heading h1 {
  font-weight: bold;
  font-size: 21px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #31423d;
  margin-bottom: 15px;
}

.guest-card {
  padding: 25px;
  text-align: center;
  transition: 0.4s ease;
}

.guest-card img {
  margin-bottom: 35px;
}
.guest-card p {
  max-width: 215px;
  margin: 0 auto;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #31423d;
}

#actions {
  margin: 0px;
}

.dropzone-text-list {
  display: none;
  min-width: 500px;
}
.dropzone-text-list.active {
  display: block;
  border-top: 1px solid #49d4b9;
}

.table {
  margin: 25px 0px;
}

.data-list-heading {
  display: none;
}
.data-list-heading.active {
  display: block;
}

.cancel svg:hover path {
  fill: red;
  transition: 0.4s ease;
}

.data-list-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  z-index: 999;
  background: rgba(255, 255, 255, 0.91);
  border-radius: 20px;
  max-width: 600px;
  padding: 100px 70px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.15);
}
.data-list-popup.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
  transition: 0.5s ease;
}
.data-list-popup i {
  font-size: 25px;
  color: #c4c4c4;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.data-list-popup i:hover {
  color: #49d4b9;
  transition: 0.4s ease;
}
.data-list-popup svg {
  margin: 0 auto;
  margin-bottom: 45px;
}
.data-list-popup p {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #31423d;
  letter-spacing: 0.1em;
}
.data-list-popup p span {
  display: block;
  padding-top: 30px;
}

/* media for 1199px*/
@media screen and (max-width: 1350px) {
  .services-cart {
    text-align: center;
    padding: 45px 30px;
  }

  #show-input {
    display: none;
    max-width: 450px;
    margin: 0 auto;
  }

  .error {
    left: unset;
    right: 0px;
  }

  .step-three-content {
    min-width: 450px;
  }
}

@media screen and (max-width: 1199px) {
  .dropzone-text-list {
    min-width: 100%;
  }

  .nav-bar ul li {
    padding: 10px;
  }

  .banner-area .banner-heading img {
    margin-left: 0px;
  }
}
/* media for 991px*/
@media screen and (max-width: 991px) {
  .data-list-popup {
    min-width: 500px;
    padding: 60px 30px;
  }

  .mb-md-100 {
    margin-bottom: 100px !important;
  }

  .menu-toggole {
    position: relative;
    height: 30px;
    width: 30px;
    display: block;
    margin-left: 15px;
  }

  .comon-tab svg {
    height: 30px;
    width: 30px;
  }

  .comon-tab svg {
    fill: #31423d;
  }

  .menu-close {
    position: absolute;
    top: 0;
    left: 0;
    clip-path: circle(0% at 0% 50%);
    -webkit-clip-path: circle(0% at 0% 50%);
    opacity: 0;
  }

  .menu-close.active {
    clip-path: circle(200% at 0% 50%);
    -webkit-clip-path: circle(200% at 0% 50%);
    transition: 1s ease-in-out;
    opacity: 1;
  }

  .menu-show {
    clip-path: circle(200% at 100% 50%);
    -webkit-clip-path: circle(200% at 100% 50%);
    transition: 1s ease-in-out;
  }

  .menu-show.active {
    clip-path: circle(0% at 100% 50%);
    -webkit-clip-path: circle(0% at 100% 50%);
    transition: 0.1s ease-in-out;
  }

  .menu-close svg {
    width: 20px;
  }

  .nav-bar ul {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #effbf9;
    z-index: 999;
    flex-direction: column;
    justify-content: center;
    clip-path: circle(0% at 50% 0%);
    -webkit-clip-path: circle(0% at 50% 0%);
  }
  .nav-bar ul.active {
    clip-path: circle(200% at 50% 0%);
    -webkit-clip-path: circle(200% at 50% 0%);
    transition: 0.8s ease-in;
  }
  .nav-bar ul li {
    padding: 10px;
  }

  .unset {
    position: unset;
  }

  .header-area {
    padding: 15px 0px;
  }

  .nav-bar {
    height: 100%;
    align-items: center;
  }

  .banner-area {
    padding: 50px 0px;
  }
  .banner-area .banner-heading {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 25px;
  }
  .banner-area .banner-heading img {
    order: 2;
    max-width: 60%;
  }
  .banner-area .banner-heading h1 {
    order: 1;
    position: relative;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 20px;
  }

  .mb-md-50 {
    margin-bottom: 50px;
  }

  .footer-content {
    text-align: center;
    margin: 0 auto;
  }

  .mx-w-50p {
    max-width: 75%;
  }

  .services-cart {
    padding: 30px;
  }
}
/* media for 767px*/
@media screen and (max-width: 767px) {
  /* .banner-area {
    padding-top: 0px;
  } */
  .banner-area .banner-heading {
    flex-direction: column;
    align-items: center;
  }
  .banner-area .banner-heading h1 {
    max-width: 350px;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 25px;
  }

  .banner-tab-content h4 {
    max-width: 340px;
    font-size: 16px;
    padding-bottom: 30px;
  }

  .la-btn {
    padding: 15px 30px;
    font-size: 13px;
    line-height: 1.5;
  }

  .icon-btn {
    padding: 10px 30px !important;
  }

  .services-heading h2 {
    font-size: 18px;
  }
  .services-heading p {
    font-size: 16px;
  }

  .mb-sm-50 {
    margin-bottom: 50px;
  }

  .odr-1 {
    order: 1;
  }

  .odr-2 {
    order: 2;
  }

  .odr-3 {
    order: 3;
  }

  .odr-4 {
    order: 4;
  }

  .footer-logo img {
    height: 50px;
  }
  .footer-logo p {
    font-size: 15px;
    line-height: 1.3;
    max-width: 160px;
  }

  .footer-area .footer-content h4 {
    font-size: 16px;
    padding-bottom: 5px;
  }

  .blog-head {
    text-align: center;
  }
  .blog-head .blog-heading {
    font-size: 20px;
    padding-bottom: 35px;
  }

  .blog-sub-heading {
    font-size: 18px;
  }

  .single-blog-content p {
    font-size: 16px;
  }
}
/* media for 575px*/
@media screen and (max-width: 575px) {
  .data-list-popup {
    min-width: 300px;
    padding: 60px 25px;
  }

  .banner-area .banner-heading img {
    max-width: 80%;
  }

  .services-cart {
    padding: 30px 50px;
  }

  .step-four-heading h3 {
    font-size: 17px;
  }

  .services-img {
    margin-right: 0px;
    width: 100px;
    margin: 0 auto;
  }

  .step-heading h3 {
    font-size: 17px;
  }

  .card-shape {
    flex-direction: column;
    text-align: center;
  }

  .p-60 {
    padding: 35px !important;
  }

  #show-input {
    max-width: 100%;
  }

  .step-three-content {
    min-width: 100%;
  }
}

.link {
  font-size: 14px;
  color: #49d4b9;
  text-decoration: underline;
}
.link a:hover {
  font-size: 14px;
  color: #49d4b9;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .container {
    padding-right: 35px;
    padding-left: 35px;
  }
}
/*# sourceMappingURL=style.css.map */


.phone-icon {
  width:20px;
  height:20px;
  vertical-align: text-bottom;
}

.la-btn-icon{
  font-size: 17px;
}

.a.la-btn.btn-paste.la-btn-icon{
  font-size: 15px;
}

.logo img{
  min-width: 170px;
}