HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //var/www/html/WPProfessionalCleaning/wp-content/themes/professional-cleaning/css/header.css
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 2000px;
  margin: 0 auto;
  padding: 20px 40px 20px 40px;
  gap: 10px;
  background: #ffffff;
}
@media (max-width: 1999px) {
  .header {
    max-width: 100%;
    padding: 20px 25px 20px 25px;
  }
}
@media (max-width: 1441px) {
  .header {
    padding: 20px 25px 20px 15px;
  }
}
@media (max-width: 1199px) {
  .header {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 15px;
  }
}
.header .logo {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
}
.header .logo .img {
  max-width: 62px;
}
@media (max-width: 1679px) {
  .header .logo .img {
    max-width: 50px;
  }
}
@media (max-width: 479px) {
  .header .logo .img {
    max-width: 40px;
  }
}
.header .logo .txt {
  font-size: 20px;
  color: #000000;
  font-weight: 900;
  width: 155px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
@media (max-width: 1999px) {
  .header .logo .txt {
    font-size: 18px;
  }
}
@media (max-width: 1679px) {
  .header .logo .txt {
    font-size: 16px;
    width: 125px;
  }
}
@media (max-width: 1441px) {
  .header .logo .txt {
    font-size: 14px;
    width: 110px;
  }
}
@media (max-width: 479px) {
  .header .logo .txt {
    font-size: 12px;
  }
}
.header .navbar-toggler {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  box-shadow: none;
  display: none;
}
@media (max-width: 1199px) {
  .header .navbar-toggler {
    display: block;
  }
}
@media (max-width: 479px) {
  .header .navbar-toggler img {
    max-width: 38px;
  }
}
.header .menu-wrap {
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .header .menu-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
  }
}
@media (max-width: 479px) {
  .header .menu-wrap {
    top: 70px;
  }
}
.header .menu-wrap .navbar {
  padding: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  .header .menu-wrap .navbar {
    width: 100%;
  }
}
.header .menu-wrap .navbar .navbar-collapse {
  border-radius: 0 0 20px 20px;
}
@media (max-width: 1199px) {
  .header .menu-wrap .navbar .navbar-collapse {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 9;
  }
}
.header .menu-wrap .listing {
  display: flex;
  gap: 0px;
  margin: 0;
  padding: 20px 20px;
}
@media (max-width: 1441px) {
  .header .menu-wrap .listing {
    padding: 20px 10px;
  }
}
@media (max-width: 479px) {
  .header .menu-wrap .listing {
    padding: 15px;
  }
}
.header .menu-wrap .listing li {
  list-style: none;
  font-size: 18px;
  background: none !important;
  font-weight: 500;
}
@media (max-width: 1999px) {
  .header .menu-wrap .listing li {
    font-size: 17px;
  }
}
@media (max-width: 1679px) {
  .header .menu-wrap .listing li {
    font-size: 15px;
  }
}
@media (max-width: 1441px) {
  .header .menu-wrap .listing li {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .header .menu-wrap .listing li {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  .header .menu-wrap .listing li {
    font-size: 14px;
  }
}
.header .menu-wrap .listing li a {
  color: #576c6d;
  padding: 15px 30px;
  border-radius: 30px;
  display: block;
}
@media (max-width: 1999px) {
  .header .menu-wrap .listing li a {
    padding: 13px 15px;
  }
}
@media (max-width: 1679px) {
  .header .menu-wrap .listing li a {
    padding: 8px 15px;
    border-radius: 15px;
  }
}
@media (max-width: 1441px) {
  .header .menu-wrap .listing li a {
    padding: 8px 8px;
  }
}
@media (max-width: 1199px) {
  .header .menu-wrap .listing li a {
    padding: 13px 18px;
  }
}
@media (max-width: 1199px) {
  .header .menu-wrap .listing li a {
    display: flex;
  }
}
.header .menu-wrap .listing li a:hover {
  color: #001681;
  background: #fffcda;
}
.header .menu-wrap .listing li.active a {
  color: #001681;
  font-weight: 700;
  background: #fffcda;
}
.header .menu-wrap .listing li + .button-list {
  display: none;
}
@media (max-width: 767px) {
  .header .menu-wrap .listing li + .button-list {
    display: block;
  }
  .header .menu-wrap .listing li + .button-list .button-wrap {
    display: flex;
  }
}
@media (max-width: 1199px) {
  .header .button-wrap {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .header .button-wrap {
    display: none;
  }
}
.header .button-wrap .phone {
  height: 52px;
  border-radius: 30px;
  padding: 10px 15px;
  text-decoration: none;
  cursor: pointer;
  min-width: 212px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffde59;
}
@media (max-width: 1679px) {
  .header .button-wrap .phone {
    min-width: 180px;
  }
}
@media (max-width: 1441px) {
  .header .button-wrap .phone {
    min-width: 180px;
    height: 48px;
  }
}
@media (max-width: 1441px) {
  .header .button-wrap .phone {
    height: 44px;
  }
}
@media (max-width: 1199px) {
  .header .button-wrap .phone {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .header .button-wrap .phone {
    width: 100%;
  }
}
.header .button-wrap .phone span {
  display: block;
  font-size: 18px;
  text-decoration: none;
  color: #001681;
  font-weight: 700;
}
@media (max-width: 1999px) {
  .header .button-wrap .phone span {
    font-size: 16px;
  }
}
@media (max-width: 1679px) {
  .header .button-wrap .phone span {
    font-size: 14px;
  }
}
@media (max-width: 1679px) {
  .header .button-wrap .phone .img {
    max-width: 20px;
  }
}

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