body, td, th, h1, h2, h3, h4, h5, h6{
    font-family: "Poppins", sans-serif;

}
body, p{
    font-size: 17px;
}
.text-left {
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-uppercase{
    text-transform: uppercase;
}
.mr-10{margin-right: 10px}
.mb-15{margin-bottom: 15px}
.mb-30{margin-bottom: 30px}
.mb-0{margin-bottom: 0px}
.mt-20{margin-top: 20px}
.till_bg{
    background-color: #70C9C0;
}
.blue_bg{
    background-color: #273E56;
}
.white_color{
    color: #ffffff;
}
.blue_color{
    color: #273E56;
}
.bold_font{
    font-weight: 700;
}
.btn, .cms-btn{
    font-size: 14px;
    border-radius: 40px;
    padding: 10px 15px;
    display: inline-block;
    border:1px solid #ffffff;
}
.white_btn{
    color: #000000;
    background-color: #ffffff;
}
.transperent_btn{
    color: #ffffff;
    background-color: transparent;
}
.header_right {
    margin: 25px 0px;
}

.wx-header .logo{
    margin-top: 0px;
}
.wx-header .contact{
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background: #273E56;
    border-radius: 40px;
    margin-bottom: 20px;
}
.wx-header .contact span{
    margin-right: 5px;
}
.wx-social a{
    background-color: #70C9C0;
}
.ez-menu>ul>li>a{
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 3px 6px 3px;
}
.ez-menu>ul>li.active a{
    color: #70C9C0;
}
.ez-menu ul li.active {
    border-top: 2px solid #70C9C0;
}
.ez-banner .overlay{
    background-color: rgb(112, 201, 192, 0.8);
    text-shadow: none;
}
.ez-banner .overlay .block a{
    font-size: 14px;
}
.wx-footer{
    background-color: #273E56;
}
.wx-footer h5 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*font-family: Lato, sans-serif;*/
    font-family: "Poppins", sans-serif;
}
.wx-footer .contact .address, .wx-footer .wx-opening-times td{
    color: #fff;
}
.wx-footer-top{
    padding: 25px 0px;
    position: relative;
    margin-top: 80px;
}
.magzine_txt{
   /* font-family: Lato, sans-serif;*/
   font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.magzine_img {
    position: absolute;
    bottom: -5px;
}
.magzine_img img{
    width: 340px;
}
.wx-logos {
    border-bottom: 1px solid #6fc9c0;
    margin-top: -2px;
}

.home_banner {
    padding: 100px 0px;
}
.banner_txt {
    max-width: 350px;
}
.ez-banner{
    margin-bottom: 0px;
}
.ez-banner .slide, .ez-banner {
    height: 500px;
}
.welcome_sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 50px 0px;
}
.welcome_txt p{
    font-size: 22px;
    line-height: 1.4;
}
.services_sec {
    padding: 50px 0px;
    background-size: cover;
    background-position: top right;
}
a.service_btn {
    display: block;
    padding: 15px;
    background: #273E56;
    color: #ffffff;
    margin-top: -7px;
    border-radius: 0px 0px 20px 20px;
    font-size:12px;
}
span.arrw {
    float: right;
}
.service_block img{
    border-radius: 20px 20px 0px 0px;
}
.service_block {
    margin-bottom: 30px;
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-left: 0px;
  margin: 0;
  list-style: none;
  
  li {
    position: relative;
        display: block;
        width: 100%;
        height: auto;
        background-color: #273E56;
        padding: 25px;
        margin: 0 auto 15px auto;
        border: 1px solid #eee;
        border-radius: 5px;
        cursor: pointer;
    
    &.active {
        background-color: rgba(0, 0, 0, 0.2);
      h3 {
        &:after {
          content: url(../images/activeacc.png);
        }
      }
    }
    
    h3 {
      font-weight: 400;
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      padding: 0 0 0 0;
      margin: 0;
      font-size: 16px;
      letter-spacing: 0.01em;
      cursor: pointer;
      color: #ffffff;
      
      &:after {
        content: url(../images/Isolation_Mode.png);
        font-family: "material-design-iconic-font";
        position: absolute;
        right: 0;
        top: 0;
        color: #Fcc110;
        transition: all 0.3s ease-in-out;
        font-size: 18px;
      }
    }
    
    div.answer {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      cursor: pointer;
      color: #ffffff;
      p {
        position: relative;
        display: block;
        font-weight: 300;
        padding: 10px 0 0 0;
        cursor: pointer;
        line-height: 150%;
        margin: 0 0 15px 0;
        font-size: 14px;
      }
    }
  }
}

.custom_btn{
    margin-top: -20px !important;
    display: block;
    max-width: 225px;
    margin: 0 auto;
}
.cta_sec{
    position: relative;
    border-radius: 15px;
    padding: 30px;
}

.blog_details {
    display: block;
    padding: 15px 25px;
    background: #273E56;
    color: #ffffff;
    margin-top: -7px;
    border-radius: 0px 0px 20px 20px;
}

.blog_details a{
    color: #70C9C0;
}
.blog_sec{
    padding: 50px 0px;
    background-size: 100% 85%;
    background-position: bottom;
    background-repeat: no-repeat;
}
.wx-header .contact i {
    display:none
}
@media screen and (max-width: 1024px) {
    body, p, td, th {
        font-size: 14px;
    }
    .btn, .cms-btn{
        font-size: 12px;
    }
    .magzine_img img{
        width: 100% !important;
    }
    .welcome_txt p{
        font-size: 16px;
    }
    .ez-banner .overlay .block a{
        font-size: 11px;
    }
}

@media screen and (max-width: 676px) {
.header_right {
    margin: 10px 0px;
}
.wx-header .contact{
    margin-bottom: 0;
}
.wx-header .contact span {
    margin-right: 5px;
    font-size: 10px;
    display:none;
}
.wx-header .telephone{
    font-size: 10px;  
}
.button_blocck {
    margin-bottom: 20px;
}
.services_sec{
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.cta_sec{
    text-align: center;
    padding: 15px;
}
.magzine_img {
    position: relative;
    bottom: 0;
    margin-bottom: 15px;
}
.blog_block {
    margin-bottom: 15px;
}
.blog_sec{
    background-size: contain;
}
.magzine_txt {
    text-align: center;
}
.btn, .cms-btn{
        margin-bottom: 10px;
    margin-right: 0;
}
.wx-header .contact span{
    display:none;
}
.wx-header .contact i {
    display:block
}
}
