/* CSS */

.wmh-top-strip {
  background: #00b6dd;
  color: #fff;
  padding: 0px;
}
.wmh-top-strip a {
  color: #fff;
  text-decoration: none !important;
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif !important;
}
.wmh-top-strip a:hover {
  color: #152f49;
}
.eticon {
  top: 1px;
  font-weight: 400;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wmh-full {
  float: left;
  width: 100%;
}
.wmh-full-wdt {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.wmh-wdt-50 {
  float: left;
  width: 50%;
}
.wmh-wdt-12 {
  float: left;
  width: 12%;
}
.wmh-wdt-76 {
  float: left;
  width: 76%;
}
.wmh_header1 {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 600;
  color: #005bab;
  margin: 0 0 5px;
  font-family: Raleway, sans-serif;
}
.wmh_header2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #005bab;
  margin: 0 0 5px;
  font-family: Raleway, sans-serif;
}
.wmh_para {
  font-size: 15px;
  text-align: center;
  line-height: 23px;
  color: #000;
  margin: 0 0 5px;
  font-family: "Open Sans", sans-serif;
}
.tright {
  text-align: right;
}

.wmh-footer {
  background: #152f49;
  color: #fff;
  padding: 10px 0px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
}
.wmh-footer span {
  font-size: 14px;
}

/* Comman CSS */
.wmh-mlr-90 {
  margin: 0px 90px 0px 90px;
}
.wmh-img-rsp {
  max-width: 100%;
  height: auto;
}
.wmh-cleardiv {
  clear: both;
}
.wmh-plr-15 {
  padding-left: 15px;
  padding-right: 15px;
}

/* Social Media Style CSS */
.pccoe-sm-bar {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f7f7f7;
  padding: 5px 5px 0px 5px;
}
.pccoe-sm-bar a {
  margin: 5px 0px;
}
.pccoe-sm-bar img {
  margin-bottom: 5px;
}
/* .iconspin {-webkit-transition: 0.6s ease-out; -moz-transition:  0.6s ease-out; transition:  0.6s ease-out;}
.iconspin:hover {-webkit-transform: rotateZ(720deg); -moz-transform: rotateZ(720deg); transform: rotateZ(720deg);} */

/* Blink Style CSS */
.enq-btn {
  background-color: rgb(122, 113, 113, 1);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #ffffff !important;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 15px !important;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
.enq-btn:hover {
  color: #fff;
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.blink {
  text-decoration: blink;
  border-radius: 0;
  background-color: rgb(254, 103, 25);
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

/* Media Query CSS */
@media (min-width: 320px) and (max-width: 767px) {
  .wmh-logo img {
    width: 40%;
  }
  .wmh-mlr-90 {
    margin: 0px 10px 0px 10px;
  }
  .wmh-wdt-12 {
    float: left;
    width: 100%;
    text-align: center;
  }
  .wmh-wdt-76 {
    float: left;
    width: 100%;
  }
  .wmh-wdt-50 {
    float: left;
    width: 100%;
  }
  .tright {
    text-align: left;
  }
  .wmh-top-strip .tright {
    text-align: left;
  }
  .wmh-top-strip .wmh-plr-15 {
    padding-left: 2px;
    padding-right: 2px;
  }
}

@media screen and (max-width: 480px) {
  .pccoe-sm-bar {
    padding: 5px 5px 0px 5px;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 740px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .wmh-logo img {
    width: 20%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .wmh-mlr-90 {
    margin: 0px 10px 0px 10px;
  }
  .wmh_header1 {
    font-size: 16px;
  }
  .wmh_header2 {
    font-size: 23px;
  }
  .wmh_para {
    font-size: 14px;
  }
  .wmh-footer .wmh-wdt-50 {
    float: left;
    width: 100%;
  }
  .wmh-footer {
    text-align: center;
  }
  .wmh-footer .tright {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wmh-footer .wmh-wdt-50 {
    float: left;
    width: 100%;
  }
  .wmh-footer {
    text-align: center;
  }
  .wmh-footer .tright {
    text-align: center;
  }
}
