@import url("https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.header {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 2000px;
  margin: 0 auto;
  inset: auto 0;
  padding: 40px 30px 0 30px;
  z-index: 9999;
}
@media (max-width: 1799px) {
  .header {
    padding: 30px 15px 0 15px;
  }
}
@media (max-width: 1441px) {
  .header {
    padding: 20px 15px 0 15px;
  }
}
.header .logo {
  max-width: 146px;
  margin: 0;
}
@media (max-width: 1679px) {
  .header .logo {
    max-width: 120px;
  }
}
@media (max-width: 1441px) {
  .header .logo {
    max-width: 110px;
  }
}
.header .menu-wrap {
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .header .menu-wrap {
    margin: 0 10px 0 auto;
  }
}
.header .menu-wrap .navbar-collapse {
  border-radius: 25px;
}
@media (max-width: 1199px) {
  .header .menu-wrap .navbar-collapse {
    position: absolute;
    top: 30px;
    width: 340px;
    right: 0;
    background: #fff;
  }
}
@media (max-width: 1199px) and (max-width: 479px) {
  .header .menu-wrap .navbar-collapse {
    width: 280px;
  }
}
.header .menu-wrap .listing {
  display: flex;
  gap: 30px;
  margin: 0;
}
@media (max-width: 1799px) {
  .header .menu-wrap .listing {
    gap: 18px;
  }
}
@media (max-width: 1441px) {
  .header .menu-wrap .listing {
    gap: 12px;
  }
}
@media (max-width: 1199px) {
  .header .menu-wrap .listing {
    flex-direction: column;
    padding: 20px 20px;
  }
}
.header .menu-wrap .listing li {
  list-style: none;
  font-size: 18px;
  font-weight: 400;
  background: none !important;
}
@media (max-width: 1679px) {
  .header .menu-wrap .listing li {
    font-size: 15px;
  }
}
@media (max-width: 1441px) {
  .header .menu-wrap .listing li {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .header .menu-wrap .listing li {
    font-size: 15px;
  }
}
.header .menu-wrap .listing li a {
  text-decoration: none;
  color: #313646;
}
.header .menu-wrap .listing li a:hover {
  color: #014cb2;
  background: none;
}
.header .menu-wrap .listing li.active a {
  font-weight: 700;
  color: #014cb2;
}
@media (max-width: 1199px) {
  .header .menu-wrap .listing li + li {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
  }
}
.header .menu-wrap .listing li .dropdown-menu {
  margin: 5px 0 0 0;
  padding: 10px 10px;
  border: 0;
  width: 350px;
}
@media (max-width: 1199px) {
  .header .menu-wrap .listing li .dropdown-menu {
    width: 100%;
    margin: 0;
    padding: 0 0 0 10px;
  }
}
.header .menu-wrap .listing li .dropdown-menu li a {
  padding: 10px 10px;
  white-space: wrap;
}
.header .menu-wrap .listing li .dropdown-menu li + li {
  padding-top: 0;
}
.header .menu-wrap .listing li .dropdown-toggle::after {
  vertical-align: middle;
}
.header .menu-wrap .listing .button-wrap {
  display: none;
}
@media (max-width: 767px) {
  .header .menu-wrap .listing .button-wrap {
    display: flex !important;
    flex-direction: column;
  }
  .header .menu-wrap .listing .button-wrap .callus {
    border: 1px solid #d5d2d2;
  }
}
.header .menu-wrap .navbar-toggler {
  border-radius: 5px;
  width: 32px;
  height: 32px;
  padding: 2px;
  outline: 0;
  box-shadow: none;
  border: 2px solid #014cb2;
}
.header .menu-wrap .navbar-toggler .navbar-toggler-icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.header .button-wrap {
  display: flex;
  gap: 15px;
}
@media (max-width: 1679px) {
  .header .button-wrap {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .header .button-wrap {
    display: none;
  }
}
.header .button-wrap .callus,
.header .button-wrap .booknow {
  height: 52px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  justify-content: space-between;
  padding: 10px 15px;
  transition: all 0.5s ease;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1441px) {
  .header .button-wrap .callus,
  .header .button-wrap .booknow {
    height: 45px;
    padding: 10px 12px;
  }
}
.header .button-wrap .callus {
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.4);
}
.header .button-wrap .callus span {
  font-size: 16px;
  color: #313646;
  font-weight: 600;
  padding-right: 40px;
  text-decoration: none;
}
@media (max-width: 1799px) {
  .header .button-wrap .callus span {
    padding-right: 15px;
  }
}
@media (max-width: 1441px) {
  .header .button-wrap .callus span {
    font-size: 14px;
  }
}
.header .button-wrap .callus .icon {
  width: 29px;
}
@media (max-width: 1441px) {
  .header .button-wrap .callus .icon {
    width: 24px;
  }
}
.header .button-wrap .callus .icon path,
.header .button-wrap .callus .icon circle {
  transition: all 0.5s ease;
}
.header .button-wrap .callus:hover {
  background: #014cb2 !important;
  border-color: #014cb2;
}
.header .button-wrap .callus:hover span {
  color: #ffffff;
}
.header .button-wrap .callus:hover .icon path {
  fill: #fff;
}
.header .button-wrap .callus:hover .icon circle {
  fill: #014cb2;
}
.header .button-wrap .booknow {
  border: 0;
  background: #014cb2;
}
.header .button-wrap .booknow span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  padding-right: 40px;
}
@media (max-width: 1799px) {
  .header .button-wrap .booknow span {
    padding-right: 15px;
  }
}
@media (max-width: 1441px) {
  .header .button-wrap .booknow span {
    font-size: 14px;
  }
}
.header .button-wrap .booknow .icon {
  width: 16px;
}
@media (max-width: 1441px) {
  .header .button-wrap .booknow .icon {
    width: 14px;
  }
}
.header .button-wrap .booknow .icon path {
  transition: all 0.5s ease;
}
.header .button-wrap .booknow:hover {
  background: #000;
}
.header .button-wrap .booknow:hover span {
  color: #ffffff;
}
.header .button-wrap .booknow:hover .icon path {
  stroke: #ffffff;
}
@media (max-width: 767px) {
  .header .button-wrap .booknow:hover {
    background: #014cb2;
  }
  .header .button-wrap .booknow:hover span {
    color: #ffffff !important;
  }
  .header .button-wrap .booknow:hover path {
    stroke: #ffffff !important;
  }
}

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