/*
  Theme Name: Rapid
  Theme URL: https://bootstrapmade.com/rapid-multipurpose-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #1bb1dc;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #1bb1dc;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links a:hover {
  color: #1bb1dc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Search Bar
--------------------------------------------------------------*/
#searchicn{
  color: #413e66;
  padding: 12px 15px;
}
#searchicn:hover{
  color: #1bb1dc;
}

.searchbox{
  margin-top: 0.5em !important;
  background: white;
  padding: 1em !important;
  border-radius: 1em;
  right: 0;
  position: absolute;
  width: 300px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
.searchboxmob{
  margin: 10px 20px !important;
  background: white;
  padding: 1em !important;
  border-radius: 1em;
  position: absolute;
  width: 85%;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
.search-field{
  width: 80%;
  margin-left: 5% !important;
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #a1a1a1;

}
#searchbtn{
  float: right;
  color: #413e66;
}
#searchbtn:hover{
  color: #1bb1dc;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-pages {
  height: 70px;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  /* margin: 7px 0; */
  /* max-height: 26px; */
  margin: 0;
  max-height: 3.8em;
  margin-top: -10px;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  margin-top: 70px;
  width: 100%;
  /* height: 100vh; */
  position: relative;
  /* background: #f5f8fd url("../img/waki-therapy-malaysia.jpg") center top no-repeat; */
  /* background-size: cover; */
  padding: 0 0 60px 0;
}

/* #intro .intro-info h2 {
  color: #413e66;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}
#intro .intro-info h2 span {
  color: #1bb1dc;
} */

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #1bb1dc;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: #0a98c0;
}

#intro .intro-content h2 {
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}


#intro .box {
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#intro .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#intro .boxprd {
  padding: 1px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 25px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#intro .prodpd {
  padding: 5px;
}

#intro .boxprd:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.prodcat-title {
  font-size: 14px;
  font-weight: bold;
  color: #413e66;
  text-transform: uppercase;
  position: relative;
}
ul.product-categories{
  list-style: none;
  padding-left: 0;
}
.product_categoriesmenu ul li {
  position: relative;
  padding: 0 0 10px 20px;
  font-size: 12px;
}
.product_categoriesmenu ul li::after {
  color: #000;
  content: "\f105";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 0;
}
p.titleprodcat{
 font-size: 12px;
 font-weight: 500;
 margin: 10px 2px;
}
.buttonprd{
  margin-bottom: 1em;
}
.buttonprd .button {
  background: #76B3FA;
  border-radius: 100px;
  padding: 5px 7px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  margin: 0;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}
.buttonprd .button:hover {
  background: #5F9BE0;
}

.buttonprd .button:active {
  background: #5F9BE0;
}



@media(min-width: 769px) {
  .responsive-iframe-media {
    width:100%;
    height:175px;
  }
}
@media(min-width: 992px) {
  .responsive-iframe-media {
    width:100%;
    height:254.98px;
  }
}
@media(min-width: 1200px) {
  .responsive-iframe-media {
    width:315px;
    height:315px;
  }
}
/*broken size*/
@media(max-width: 768px) {
  .responsive-iframe-media {
    width:100%;
    height:465px;
  }
}
@media(max-width: 575px) {
  .responsive-iframe-media {
    width:100%;
    height:495px;
  }
}



