/* Header */

/* Section 1 */

/* Custom CSS for mobile multi-level dropdown */
.dropdown-submenu {
    position: relative;
  }
  
  .mm-m {
    padding-left: 2rem;
  }
  
  .dropdown-submenu .dropdown-menu {
    /* top: 0; */
    left: 100%;
    margin-top: 0;
  }
  
  .sm-tc {
    color: #000000 !important;
  }
  
  /* Search Box */
  
  .s1-col2 {
    justify-content: end;
    display: flex;
    padding: 0.5rem;
    width: 60%;
  }
  
  /* Section 2 */
  .s2-bgc {
    background-color: #27499b;
    padding: 10px 0;
  }
  
  .s2-tc {
    color: #27499b;
  }
  

/* Section 3 */
.s3-bd-colr{
    background-color: #F5F5F5;
}
.s3-tc{
    color: #0A2B5A; 
}

/* Section 4 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK&display=swap');
html {
  scroll-behavior: smooth;
}
body {
  
  background: #fff;
}
.slider {
  margin-bottom: 30px;
  position: relative;
}
.slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
}
.slider-card {
  background: #fff;
  padding: 0px 0px;
  margin: 50px 15px 90px 15px;
  border-radius: 5px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s;
}
/* .slider-card img {
  border-radius: 5px 5px 0px 0px;
} */
.choosen-image{
  width: 6.25rem !important; 
  height: 6.25rem !important;
}
.card-content{
  padding: 20px !important;
}
.testimonials-tilte{
font-weight: 600;
font-size: 21px;
color: #000;
text-align: left;
}
.testimonials-sub{
  color: #000;
    text-align: left;
    font-weight: 500;
}
.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background: #2575FC !important;
}

/* FOOTER */


/* Section 10 */
.s10-bg-img{
    background-image: url(../Assets/home/Mask\ Group\ 3bg.png);
    background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
    
}

.s10-img-h {
    height: 20rem;
    width: 100%;
}

.s10-em-r {
    border-radius: 0.5rem 0rem 0rem 0.5rem;
    width: 50%;
    padding: 0.8rem;
    outline: none;
}

.s10-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s10-container {
    position: relative;
    text-align: center;
    color: #000000;
}

.subscribe-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 0rem 0.5rem 0.5rem 0rem;
    padding: 5px 10px;
    cursor: pointer;
}

.s10-ifs {
    font-size: 1.5rem;
    justify-content: center;
    display: flex;
}

.s10-iefs {
    font-size: 1.2rem;
    justify-content: center;
    display: flex;
}


/* Section 11 */

.s11-bg-img{
    background-image: url(../Assets/home/Mask\ Group\ 36bg.png);
    background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
    
}
.s11-col4-si{
    justify-content:start;
    margin-left: 1rem;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}

/* Section 12 */