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;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu_icon {
  display: none;
}
.menu_icon i {
  font-size: 35px;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0px;
  z-index: 99;
  width: 100%;
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
  padding: 15px 0px;
}
.header.active {
  background-color: #fff;
  padding: 15px 0px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo img {
  width: 300px;
}
.header a {
  display: block;
}
.header .menu ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .menu ul li {
  border-right: 0.8px solid #003767;
  padding: 0px 10px;
}
.header .menu ul li:last-child {
  border: none;
}
.header .menu ul li a, .header .menu ul li span {
  color: #003767;
  font-size: 16px;
  font-weight: 500;
}
.header .menu ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.header .menu .service {
  padding-top: 15px;
}
.header .menu .service li {
  border: none;
}
.header .menu .service li:last-child {
  padding-right: 0;
}
.header .menu .service li a {
  font-size: 17px;
  font-weight: 600;
}

.common-heading {
  text-align: center;
  padding-bottom: 35px;
  color: #003767;
}
.common-heading .title, .common-heading b {
  font-size: 40px;
  font-weight: 600;
}
.common-heading .title b, .common-heading b b {
  color: #ffbd59;
}
.common-heading h5 {
  font-size: 16px;
  font-weight: 300;
}

.show_currency {
  display: none;
}

@media (max-width: 767px) {
  .container {
    padding: 0px 15px;
  }
  .menu {
    position: fixed;
    top: 0;
    left: -100%;
    right: 0;
    background: #fff;
    color: #000;
    width: 70%;
    bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .menu.active {
    left: 0;
  }
  .menu.active ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu.active ul li {
    padding: 15px 10px;
    border-bottom: 1px solid #003767;
    width: 100%;
    text-align: center;
    border-right: none;
  }
  .menu.active ul li a, .menu.active ul li span {
    font-weight: 600;
  }
  .menu.active ul li:nth-child(3), .menu.active ul li:nth-child(4), .menu.active ul li:nth-child(5) {
    width: 33%;
    border-bottom: 1px solid #003767 !important;
    border-right: 1px solid #003767 !important;
  }
  .service {
    padding-top: 0 !important;
  }
  .service li {
    width: 100% !important;
    border-bottom: 1px solid #003767 !important;
  }
  .menu_icon {
    display: block;
  }
  .common-heading .title, .common-heading b {
    font-size: 30px;
  }
  .common-heading h5 {
    font-size: 15px;
  }
}
.footer {
  background-color: #003767;
  padding: 35px 0px;
  background: #003767 url("../images/common/footer-bg.png") no-repeat;
  background-position: left;
  background-size: contain;
  color: #fff;
}
.footer .top-footer {
  padding: 15px 0px;
  border-top: 0.8px solid rgba(255, 255, 255, 0.6);
}
.footer .payment-icons a {
  display: inline-block;
  padding-right: 10px;
}
.footer .social-icon a {
  display: inline-block;
  padding-left: 10px;
}
.footer .container {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

.top-footer a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.footer-address {
  width: 24%;
}
.footer-address p {
  padding-top: 35px;
  padding-right: 20px;
}

.footer-box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
}
.address img {
  width: 40px;
}
.address span {
  font-size: 16px;
  font-weight: 500;
}

.call, .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-bottom: 5px;
}

.footer-logo img {
  width: 150px;
}

.footer-link {
  width: 18%;
  color: #fff;
}
.footer-link ul li {
  padding-bottom: 15px;
}
.footer-link a {
  color: white;
  font-size: 16px;
  font-weight: 500;
}
.footer-link h5 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
}
.footer-link img {
  vertical-align: middle;
}

.copyright {
  text-align: center;
  color: #fff;
  padding: 15px 0px;
}

@media (max-width: 767px) {
  .footer .footer-address {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer .footer-link {
    width: 50%;
  }
}