
    body {
      font-family: 'Mulish', sans-serif;
      font-size: 16px;
      line-height: 1.5;
    }
  
    * {
      box-sizing: border-box;
    }
    dl, ol, ul{
      margin-bottom: 0rem;
    }
    h1,
    h2,
    h3 {
      font-weight: 400;
    }
  
    h1 {
      color: #012B4E;
      line-height: initial;
    }
  
    h3 {
      padding: 10px 15px;
      background: #e0f0ff;
      color: #000d6a;
      display: inline-block;
      border-bottom-right-radius: 20px;
      border-top-right-radius: 20px;
        font-size: 1.5rem;
    }
  
  
  
    .green {
      color: #38761d;
    }
  
    .red {
      color: crimson;
    }
  
    .text-center {
      text-align: center;
    }
  
    section {
      padding: 75px 0;
      overflow: hidden;
  }
  
  .fst-italic {
    font-style: italic!important;
}
.fst-italic li {
    padding: 8px 0;
}
.product_screen img{
    width: 100%;
}
#growyourmoney .sub_title h2{
    font-size: 26px;
}
.example {
  margin-left: 20px;
  padding: 30px;
  background: #f3f3f3;
  border: 2px dashed #ccc;
}
iframe{
  display: block;
  border: none;
  margin: 50px auto 16px;
  border-radius: 20px;
}
.video_text{
  text-align: center;
  color: #012B4E;
  font-size: 18px;
    font-weight: 600;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


#footer {
    background: #095A9E;
    padding: 30px 0 10px 0;
    color: #fff;
    font-size: 14px;
  }
  #footer .tel_contact, #footer .email_Icon, #footer .follow_us{
    position: relative;
  }
  #footer .tel_contact i, #footer .email_Icon i, #footer .follow_us i{
  width: 25px;
  height: 25px;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  }
  #footer .tel_contact .call, #footer .email_Icon .email, #footer .follow_us .followUs_icon
  {
    padding-left: 30px;
  }
  #footer .tel_contact a, #footer .email_Icon a{
    transition: all 0.4s;
    color:#fff;
    font-size: 14px;
  }
  #footer .tel_contact a:hover, #footer .email_Icon a:hover{
    color:#4DAEFF;
  }
  .followUs_icon div a{
    width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #3B94DE;
    color: #fff;
    text-align: center;
    transition: all 0.4s;
    line-height: 28px !important;
  }
  .followUs_icon div a:hover{
    background-color: #58ACF2;
    color: #fff;
  }
  .followUs_icon div a em[class^="bi-"]::before, [class*=" bi-"]::before{
    line-height: inherit;
  }
  /* .followUs_icon div a em{
    color: #fff;
  } */
  
  
  
  #footer h2{
    font-size: 20px;
    text-transform: uppercase;
    font-size: 15px;
  }
  .tel_contact, .email_Icon{
    position: relative;
  }
  
  .footer_bottom{ 
    background-color: #012B4E;
    color: #fff;
    padding: 10px 0 10px 0;
    font-size: 13px;
    text-align: center;
  }
  
 /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 50px;
    z-index: 996;
    background: #106eea;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }
  .back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
  }
  .back-to-top:hover {
    background: #3284f1;
    color: #fff;
  }
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }
  @media (max-width: 768px) {
    #footer .copyright, #footer .credits {
      float: none;
      text-align: center;
      padding: 2px 0;
    }
  }
  
  
  @media only screen and (max-width: 768px) {
    .xs-column-reverse {
      display: flex;
      flex-direction: column-reverse;
    }
  }
  
  .explore_btn{
    text-align: center;
    padding: 7px 26px;
    color: #fff;
    border-radius: 20px;
    background: #30B54B;
    transition: 0.3s;
  }
  .explore_btn:hover{
    background: #228d38;
    text-decoration: none;
    color: #fff;
  
  }
  .home_link{
    color: #fff;
    font-weight: bold;
  
  }
  .home_link:hover{
    color: #fff;
  }

    /* .table tr:nth-child(even) {
        background-color: #ecebeb;
      } */
  
    @media only screen and (max-width: 480px) {
    
    }
  
    @media only screen and (max-width: 768px) {
      h3{
        font-size: 16px;
      }
      h2{
        font-size: 20px;
      }
    }
  
    @media only screen and (max-width: 992px) {
      
    }
  
    @media only screen and (max-width: 1280px) {
  
    }
