/* 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 */
.s7-card-tbline {
    border-style: solid;
    border-width: 0rem 0rem 0.3rem 0rem;
    border-color: #F8A51B;
    align-items: center;
}
.s4-form-tbline {
    border-style: solid;
    border-width: 0rem 0rem 0.1rem 0rem;
    border-color: #95989A;
}
.s7-tfs {
    font-size: 30px;
}
.s4-form-tb{
    border-style: solid;
    border-width: 0.1rem ;
    border-color: #95989A;
}

/* Section 9 */
.s9-bg {
    background-color: #f2f2f2;
}
.s9-form-name {
    padding: 0.8rem;
    font-size: 1.2rem;
    outline: none;
}
.s9-form-msg {
    font-size: 1.5rem;
}

.s9-form-ta {
    height: 180px;
}
.s9-col2-fs {
    font-size: 1rem;
}
.s9-col2-ifs {
    font-size: 1.5rem;
}
.s9-col2-iefs {
    font-size: 1.2rem;
}
.s9-ifs {
    font-size: 1.5rem;
    justify-content: center;
    display: flex;
}
.s9-iefs {
    font-size: 1.2rem;
    justify-content: center;
    display: flex;
}




/* 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 */