/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

p {
  line-height: 25px;
}

input::ms-clear,
input[type=password]::ms-reveal {
  display: none;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
}

button,
a.button,
input[type=reset],
input[type=submit],
input[type=button],
input[type=image] {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  width: auto;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Poppins";
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  line-height: normal !important;
}

textarea,
select,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  background: none;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-family: "Poppins";
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=datetime]::-webkit-outer-spin-button,
input[type=datetime]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=email]::-webkit-outer-spin-button,
input[type=email]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=password]::-webkit-outer-spin-button,
input[type=password]::-webkit-inner-spin-button,
input[type=search]::-webkit-outer-spin-button,
input[type=search]::-webkit-inner-spin-button,
input[type=tel]::-webkit-outer-spin-button,
input[type=tel]::-webkit-inner-spin-button,
input[type=text]::-webkit-outer-spin-button,
input[type=text]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=url]::-webkit-outer-spin-button,
input[type=url]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}

textarea {
  min-height: 50px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins";
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  input:invalid,
  button:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none;
  }
  input::-moz-focus-inner,
  button::-moz-focus-inner,
  select::-moz-focus-inner,
  textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
}
img {
  max-width: 100%;
}

body.active {
  overflow: hidden;
}

.overlay.active {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

body {
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

.header {
  padding: 10px 0;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo {
  display: block;
}
.logo img {
  height: 90px;
}

.header-right {
  color: #18181b;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.call_box span {
  display: block;
  font-weight: 500;
  font-size: 13px;
}
.call_box a {
  display: inline-block;
  color: #fff;
  background: #253473;
  font-size: 18px;
  padding: 5px 10px;
  border-radius: 4px;
}
.call_box i {
  font-size: 18px;
  margin-right: 2px;
}

.nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 20px 0 0;
}
.nav_menu li {
  margin-right: 20px;
}
.nav_menu a {
  font-size: 16px;
  font-weight: 500;
  color: #18181b;
}

.mobile_menu_icon {
  display: none;
}

@media (max-width: 767px) {
  .desktopheader {
    display: none;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .logo img {
    height: 60px;
  }
  .call_box {
    display: none;
  }
  .call_box a {
    font-size: 12px;
    padding: 5px 10px;
  }
  .call_box i, .call_box span {
    font-size: 12px;
  }
  .mobile_menu_icon {
    display: inline-block;
    margin-left: 10px;
    margin-top: 14px;
    cursor: pointer;
  }
  .mobile_menu_icon img {
    width: 35px;
  }
  .nav_menu {
    display: block;
    position: absolute;
    width: 80%;
    z-index: 9;
    left: -100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: left;
    background: #fff;
    margin: 0;
  }
  .nav_menu.active {
    left: 0;
  }
  .nav_menu li {
    margin: 0;
  }
  .nav_menu a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
  }
}
.footer {
  background: #eceff4;
  padding: 40px 0;
  color: #18181b;
  margin-top: 20px;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px;
}
.footer .heading {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
}
.footer .heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #dc3545;
  width: 70px;
}

.footer-left {
  width: 20%;
}
.footer-left p {
  font-size: 13px;
}

.footer-links {
  width: 20%;
  padding-left: 15px;
}
.footer-links1 {
  width: 20%;
}

.footer-links ul li {
  line-height: 32px;
}
.footer-links a {
  display: block;
  color: #18181b;
  font-size: 13px;
}
.footer-links a:hover {
  color: red;
}

.footer-info {
  width: 20%;
  font-size:13px;
}
.footer-info p {
  font-size: 15px;
  padding-bottom: 8px;
}
.footer-info b {
  font-size: 15px;
  font-weight: 500;
}
.footer-info .icons {
  padding-top: 10px;
}
.footer-info a {
  display: inline-block;
  color: #18181b;
  margin-right: 5px;
}
.footer-info a:hover {
  color: #dc3545;
}
.footer-info a i {
  font-size: 30px;
}

@media (max-width: 767px) {
  .footer.desktopfooter {
    display: none;
  }
  .footer .container {
    gap: 32px 40px;
  }
  .footer-left {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
  }
  .footer-links {
    width: 45%;
  }
  .footer-links a {
    font-size: 14px;
  }
  .footer-info {
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 20px;
  }
}