* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: #212529;
  background: #dee2e6; padding-top: 100px;
}

.cursor-pointer {
  cursor: pointer;
}

.banner-head {
  font-size: 44px;
  font-weight: 600;
}
.banner-head span {
  display: block;
}

.h2-head {
  font-size: 2rem;
  color: #212529;
  font-weight: 700;
}

.h4-head {
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
}

.bg-gray-light {
  background: #dee2e6;
}

.badge-danger {
  font-size: 0.8rem;
  padding: 5px 15px;
  font-weight: 400;
}

.card {
  background: transparent;
}

.top-banner {
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: left;
  font-size: 18px;
  margin-bottom: 0;
}
.top-banner .banner-img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
}
.top-banner .banner-container {
  width: 90%;
}

.mobFooter  { display: none;}
/*# sourceMappingURL=style.css.map */

.bg-secondary {
  background-color: #212529!important;
}


.disc-li { padding-left: 20px; margin-bottom: 15px;}
.disc-li li {  display: table;  list-style: disc; font-size: 14px;}
.disc-li li::before {content: "\2022"; color: #fff;
display: inline-block; width: 1em; font-size: 24px; line-height: 24px;
margin-left: -1em;}


.disc_b-li { padding-left: 20px; margin-bottom: 15px;}
.disc_b-li li {  display: table;  list-style: disc; font-size: 14px;}
.disc_b-li li::before {content: "\2022"; color: #fff;
display: inline-block; width: 1em; font-size: 24px; line-height: 24px;
margin-left: -1em;}

@media(max-width:767px) {

.banner-head{font-size: 29px;}
.main-footer { display: none;}
    .mobFooter {
        z-index: 990;
        background-color: #153043;
        border-top: 1px solid #d6d9dd;
        border-bottom: 1px solid #d6d9dd;
        display: inline-block;
        width: 100%;
        position: fixed;
        bottom: 0
    }
    .mobFooter ul {
        list-style: none;
        padding: 0;
        margin: 0
    }
    .mobFooter ul>li {
    width: 15%;
    text-align: center;
}

    .mobFooter ul>li {
        float: left;
        border-right: 1px solid #d6d9dd
    }
    .mobFooter ul>li:last-child {
        border-right: none
    }
    .mobFooter ul>li>span {
        padding: 15px 0 15px 0;
        color: #abb0b5;
        font-family: Arial;
        font-size: 12px
    }
    .mobFooter ul>li>a {
        padding: 10px 10px;
        color: #fff;
        display: inline-block;
        text-align: center
    }
    .mobFooter ul>li>a:hover {
        background: #353744;
        color: #fff
    }
    .cookieAlert {
        bottom: 70px
    }
    .mobFooter ul>li.buyBtn {
    width: 70%;
    color: #153043;
    background-color: #f3bb1c;
    color: #153043;
    padding: 15px 5px;
    font-size: 13px;
    font-family: Arial;
    font-weight: 700;
    } 
    .mobtoggle{ width: 100%; margin-bottom: 10px;}

    .mobfont17 { font-size: 17px;}

   .what-expect {padding-left: 15px; padding-right: 15px;}
}
