@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Merriweather"), url("fonts/merriweatherlight.woff2") format("woff2");
}

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Merriweather"), url("fonts/merriweather-regular.woff2") format("woff2");
}

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Merriweather"), url("fonts/merriweatherbold.woff2") format("woff2");
}

html,
body {
  font-family: 'Merriweather', sans-serif !important;
  font-weight: 400;
}

a,
a:hover,
a:visited,
a:active {
  text-decoration: none;
}

#micro-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  padding: 13px 0;
  box-shadow: 0 0 10px #ccc;
}

.mainlogo {
  height: 60px;
}

.whd-logo-img {
  height: 50px;
  object-fit: contain;
}

.micro-header-link {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  padding: 0.5rem !important;
}

.micro-header-link:hover {
  text-decoration: none;
  color: #117E9D;
}

.micro-header-link:active,
.micro-header-link:visited,
.micro-header-link:focus {
  text-decoration: none;
}

.mh-2.active {
  display: block !important;
  order: 4;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #bdbdbd;
}

.mh-2.active ul.nav {
  flex-direction: column;
}

.whd-logo {
  display: none;
}

.micro-mob-second {
  display: none;
}

.disappear {
  margin-top: -75px
}

.mob-sidebar-links {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 15px;
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
}
.mob-sidebar-links:hover{
  color: #fff;
}
#micro-sidebar {
  background-color: #007d9e;
}

#micro-sidebar .btn-close {
  background-image: none !important;
  color: #fff;
  font-size: 44px;
  display: flex;
  align-items: center;
  opacity: 1;
}


/* book btn css here */
#book-btn{
  background-color: #0f4da2;
  font-size: 14px;
  color: #fff;
  border: 0;
  border-radius: 6px;
  transform: rotate(-90deg);
  padding: 10px 50px 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 0 10px #000;
  position: absolute;
  left: -87px;
  top: 46px;
  font-weight: 400;
  margin-bottom: 0 !important;
  height: auto !important;
  width: auto;
}
.sticky-book{
  position: fixed;
  right: 85px;
  top: 45%;
  transform: translateY(-45%);
  z-index: 1030;
  width: 270px;
  margin-right: -356px;
  transition: 0.4s;
}
.book-active{margin-right: -87px;}
.book-list{
  list-style: none;
  background:#fff;
  padding: 10px 15px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
.book-icon-outer{
  background: #F4F6F9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  /* box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);  */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.book-icon-outer img{
  height: 35px;
}
.book-name{
  text-decoration: none!important;
  color: #2e2e38!important;
  font-size: 16px;
  padding: 15px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
}
.last-book{
  background-color: #007d9e;
  color: #fff !important;
  margin: -16px;
  padding: 10px 32px;
  margin-top: 10px;
}
.last-book .phone-number{
  text-decoration: none;
  color: #fff;
}
.last-book img{
  height: 35px;
  margin-right: 10px;
}


.fixed-bottom-box {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  right: 0
}

.btn.fixed-btn-content,
.fixed-btn-content {
  text-decoration: none;
  background: #007d9e;
  text-align: center;
  height: 70px;
  padding: 5px;
  font-size: 13px;
  border-radius: 5px;
  color: #e4e4e4;
  display: block;
  line-height: 14px;
  margin: 0 1px;
  width: -webkit-fill-available;
  padding: 5px
}

.btn.fixed-btn-content:active,
.btn.fixed-btn-content:focus,
.btn.fixed-btn-content:hover,
.fixed-btn-content:active,
.fixed-btn-content:focus,
.fixed-btn-content:hover {
  text-decoration: none;
  color: #fff
}

.btn.fixed-btn-content,
.fixed-btn-content img {
  margin-bottom: 3px
}
/* book btn css ends */

/*------------------- Footer css ---------------*/
.micro-footer {
  background-color: #007d9e;
  padding-top: 100px;
  padding-bottom: 0px
}

.micro-footer-block h5 {
  margin-bottom: 15px;
  color: #fff;
}

.micro-footer-block p {
  line-height: 28px;
  margin-bottom: 10px;
  color: #fff;
}

.micro-footer-block ul li a {
  text-decoration: none;
  margin-bottom: 10px;
  color: #fff;
  display: inline-block;
}

.micro-foot-social {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.micro-foot-social a {
  margin-right: 10px;
}

.footer-location-area {
  background: #fff;
  padding: 20px 0;
  text-align: center;
}

.care-footer-stp span {
  position: relative;
  padding: 0 3%;
  border-right: 2px solid #ccc;
  color: #01357e;
}

.footer-copyright {
  background: #004a60;
  padding: 20px 5%;
  display: flex;
  justify-content: space-between;
}

.copyright-p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.3;
  font-weight: 400;
}

p.copyright-p a {
  text-decoration: none;
  color: #fff;
}

/* FOOTER CSS ENDS HERE */

@media only screen and (max-width: 1024px) {
  .micro-header-link {
    font-size: 13px;
  }

  .mh-2 li.nav-item {
    flex: 0 0 16.65%;
  }
}

@media only screen and (max-width: 993px) {
  .mh-2 {
    display: none;
  }

  .mh-4 {
    display: block !important;
  }

  .mh-3 {
    display: none !important;
  }

  .whd-logo {
    display: initial;
  }

  .micro-mob-second {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    top: 86px;
    border-top: 1px solid #e4e4e4;
    padding: 8px 10px;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 10px #ccc;

  }

  .second-list-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-left: 0;
    margin-bottom: 0;
  }

  .mob-sec-links {
    display: block;
    color: #000000;
    font-size: 12px;
    line-height: 14px !important;
    word-break: break-word;
    text-align: center;

    min-width: 60px;
    width: 80px;
    overflow-wrap: break-word;
    display: block;
    padding: 0;
    align-items: center;
    height: auto;
    text-align: center;
  }

  .mob-sec-links:hover {
    text-decoration: none;
    color: #117E9D;
  }

  .microparent-container {
    margin-top: 78px;
  }

  #micro-header {
    box-shadow: none;
  }

  .mob-menu-icon {
    height: 30px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .whd-logo-img {
    height: 40px;
    width: auto;
    padding-left: 16px;
    border-left: 1px solid #ccc;
  }
}

@media only screen and (max-width: 576px) {
  .mainlogo {
    height: 30px;
  }

  .whd-logo-img {
    height: 25px;
  }

  .header-hamburger {
    height: 20px;
  }

  .micro-footer {
    padding-top: 50px;
    padding-bottom: 0px;
    margin-bottom: 60px;
  }

  .copyright-p {
    font-size: 12px;
  }

  .footer-copyright {
    padding: 20px 2%;
  }

  .micro-mob-second {
    top: 58px;
  }
  .sticky-book{
    display: none;
  }
  .fixed-bottom-box{
    display: block;
  }
}

@media only screen and (max-width: 320px) {
  .mob-sec-links {
    font-size: 10px;
  }

  .second-list-item {
    flex-wrap: nowrap;
  }
  .mainlogo{
    height: 25px;
  }
  .whd-logo-img{
    height: 20px;
  }
}