body{
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
    background: #f8f9fa
}
a:hover{
    text-decoration: none;
}

header {
    width: 100%;
    float: left;
}
.header-top {
    width: 100%;
    float: left;
    padding-top: 20px;
}
.banner-sectn{
    width: 100%;
    float: left;
}

.header-top .navbar-brand img {
    width: 200px;
}
.navigationBox nav {
    padding: 0px;
}
.navigationBox nav .navbar-brand {
    padding: 0px;
}
#navbarText span {
    float: left;
    width: 100%;
}
#navbarText a img {
    width: 26px;
}
.overlay {
    background: #000;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 100%;
}
.upgrImg{
    width: 100%;
    float: left;
    padding-top: 30px;
}
.upgrImg img{
    width: 100%;
}
.banerHed {
    padding: 40px 0px 50px;
}
.banerHed h1 {
    color: #333;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
}
.banerHed p{
    color: #333;
    font-size: 15px;
}
.banerHed a {
    background: #0670fc;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
}
/*.banerHed a:hover{
    transition: 0.5s ease;
}*/
.featCont.mt-5 h3 {
    font-size: 32px;
    margin-bottom: 10px;
}
.banerHed a:hover i{
    padding-right: 10px;
    transition: 0.5s ease;
}
.banerHed a i{
    transition: 0.5s ease;
}
.serviceBox {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.servImg {
    width: 25%;
    float: left;
}
.servicCont h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.servicCont {
    width: calc(100% - 25%);
    float: left;
    padding-left: 20px;
}
.servicCont p {
    color: #ffffffd1;
}
.featureBox {
    width: 100%;
    float: left;
    /*padding: 100px 0px;*/
}
.featImg{
    width: 100%;
    float: left;
    position: relative;
    padding-top: 40px;
}
.featImg img {
    width: 100%;
}
.featCont p b {
    color: #f44336;
    font-weight: 500;
}
.featCont .blk {
    color: #333;
    font-weight: 600;
}
.featCont h4 {
    color: #4179fa;
    font-weight: 500;
    letter-spacing: 1px;
}
.featCont h3 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 34px;
}
.featCont p {
    font-size: 15px;
    opacity: 0.7
}
.featCont{
    margin-top: 10%;
}
.actNbtn{
    background: #0670fc;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
}
.actNbtn:hover {
    color: #fff;
}
.featCont.lstFeat {
    margin-top: 12%;
}

@-webkit-keyframes bouncebounce {
  0% {
    bottom: 22px;
  }
  100% {
    bottom: 40px;
  }
}
@-moz-keyframes bouncebounce {
  0% {
    bottom: 22px;
  }
  100% {
    bottom: 40px;
  }
}
@-ms-keyframes bouncebounce {
  0% {
    bottom: 22px;
  }
  100% {
    bottom: 40px;
  }
}
@keyframes bouncebounce {
  0% {
    bottom: 22px;
  }
  100% {
    bottom: 40px;
  }
}
.bounce {
  position: inherit;
  -webkit-animation: bouncebounce 0.9s 1.5s infinite ease-out alternate;
  -moz-animation: bouncebounce 0.9s 1.5s infinite ease-out alternate;
  -ms-animation: bouncebounce 0.9s 1.5s infinite ease-out alternate;
  animation: bouncebounce 0.9s 1.5s infinite ease-out alternate;
}
.salientCont{
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px
}
.salientCont h3{
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 22px;
}
.salientCont p{
    width: 70%;
    margin-left: 15%;
    float: left;
    font-size: 17px;
    opacity: 0.7
}
.salntFetCard {
    width: 100%;
    float: left;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    min-height: 280px;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.salntFetCard:hover{
    transform:translate(0, -3px) !important;
    -webkit-transform: translate(0, -3px) !important;
    cursor: pointer;
}
.svgIcn {
    width:100%;
    float: left;
}
.svgIcn img{
    width: 100%;
}
.salntFetCard h4 {
    font-size: 17px;
}
.salntFetCard p {
    font-size: 14px;
    opacity: 0.7;
}
.salientBox {
    width: 100%;
    float: left;
    background: #f1f1f1;
    margin: 50px 0px;
    padding-top: 50px;
}
.delRt {
    margin-bottom: 0px !important;
    margin-top: 20px !important;
}
.qotaCrd h6 b {
    color: #f44336;
}
.pv6Img{
    width: 100%;
    float: left;
    margin: 30px 0px
}
.pricLic del {
    padding-right: 20px;
    font-weight: 500;
}
.pv6Img img{
    width: 100%
}
.pv6Img p{
    text-align: center;
    float: left;
    width: 100%;
    margin: 10px 0px 30px
}
.priceCont{
    width: 100%;
    float: left;
}
.priceCont img{
    width: 80px;
    margin-bottom: 30px
}
.priceCont h3{
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 22px;
}
.priceCont p {
    font-size: 17px;
    opacity: 0.7;
}
.priceCrd {
    padding: 40px 30px;
    background: #fff;
    border: 2px solid #E9ECEF;
    border-radius: 5px;
    width: 100%;
    float: left;
}
.priceCrd ul {
    list-style-type: none;
    padding-left: 0px;
    float: left;
    width: 100%
}
.priceCrd ul li {
    display: block;
    margin-bottom: 15px;
    font-weight: 400;
    color: #616467;
}
.priceCrd ul li svg {
    width: 27px;
}
.licFee {
    background: #0771fc;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 500;
    margin-bottom: 20px;
    display: table;
}
.pricLic {
    font-weight: 700;
    font-size: 29px;
}
.pricLic sub {
    position: relative;
    top: 1px;
    font-weight: 400;
    font-size: 16px;
}
.pricLic {
    font-weight: 700;
    font-size: 29px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.feeBox {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.qotaCrd {
    width: 17%;
    float: left;
    margin: 0px 15px;
    box-sizing: border-box;
    background: #fff;
    padding: 20px;
    border: 2px solid #E9ECEF;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}
.pQota {
    background: #0771fc;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
}
.priceCont.qotFe p {
    margin-bottom: 3px;
    font-size: 15px;
}
.priceCont.qotFe {
    margin-bottom: 40px;
}
.QotaRte {
    font-weight: 600;
    font-size: 19px;
    margin: 10px 0px;
    float: left;
    width: 100%;
    margin-top: 0px;
}
.qotaCrd h6 {
    float: left;
    font-size: 15px;
    opacity: 0.8;
}
.volBox {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-top: 30px;
    font-weight: 400;
}
.volBox span svg {
    width: 20px;
}
.videoBox {
    width: 100%;
    float: left;
}
.foterLogo img {
    width: 200px;
}
.foterLogo {
    width: 100%;
    float: left;
}

.fotrLink a img {
    width: 30px;
}
.fotrLink {
    width: 100%;
    float: left;
}
.foterLogo img {
    width: 180px;
    margin-bottom: 30px;
}
.videoSctn h2 {
    color: #fff;
}

.videoSctn {
    width: 100%;
    float: left;
    padding-top: 14%;
}
.videoSctn svg {
    width: 30px
} 
#background-video {
    width: 100%;
}
.videoBox .overlay {
    top: 0;
}

.videoSctn a {
    background: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
    color: #333;
    z-index: 9999 !important;
    font-weight: 500;
}

.pubBtn a {
    background: #0670fc;
    color: #fff;
    font-weight: 400;
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 15px;
}
.dn-s{
    display: block;
}
.dn-l{
    display: none;
}

.helpTxt {
    font-size: 15px;
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
#navbarText {
    float: right;
    width: 100%;
    text-align: right;
}
.fotbtm{
    width: 100%;
    float: left;
    height: 50px;
    background: #0a70fa;
}
.recBox {
    background: #f44336;
    position: absolute;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px 5px 0px 0px;
    right: 0px;
    top: -29px;
    font-weight: 500;
    letter-spacing: 1px;
}

@media only screen and (min-width: 320px) and (max-width: 768px){
    
#navbarText {
    width: auto !important;
    float: left;
    text-align: left;
    margin-top: 20px;
}
#navbarText span {
    margin-top: 10px;
}
.featImg img.bounce {
    transition: none !important;
    animation: none;
}
    .qotaCrd {
    width: 100%;
    margin-bottom: 10px;
}
.navigationBox nav a img {
    width: 120px;
}
.navigationBox .navbar {
    padding-left: 0px;
    padding-right: 0px;
}
.banerHed h1 {
    font-size: 24px;
}
.featImg img {
    width: 90%;
}
.featImg{
    text-align: center;
    padding-top: 0px;
}
.banerHed h3 {
    color: #fff;
    font-size: 16px;
    margin-top: 19px;
    margin-bottom: 20px;
    font-weight: 300;
    opacity: 0.8;
}
.banerHed a {
    padding: 9px 15px;
    font-size: 15px;
}
.servImg img {
    width: 100%;
}
.servImg {
    width: 20%;
}
.servicCont {
    width: calc(100% - 20%);
}
.servicCont h2 {
    font-size: 18px;
    margin-bottom: 3px
  }
  .servicCont p {
    color: #ffffffd1;
    font-size: 15px;
    line-height: initial;
}
.serviceBox {
    margin-bottom: 10px;
}
.banerHed {
    padding: 0px;
}
.featureBox .row {
    margin: 0px 0px;
}
.featCont h3 {
    font-size: 20px;
}
.featCont p {
    font-size: 15px;
}
.dn-s{
    display: none;
}
.dn-l{
    display: block;
}
.salientBox {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding-top: 30px;
}
.actNbtn {
    font-size: 14px;
}
.volBox{
    margin-top: 10px;
}
.salientCont p {
    width: 100%;
    margin-left: 0;
    font-size: 15px;
    opacity: 0.7;
}
.pv6Img {
    margin: 30px 0px 10px;
}
.priceCont h3 {
    font-size: 19px;
}
.priceCont p {
    font-size: 15px;
}
.pricLic {
    margin-bottom: 19px;
}
.priceCrd ul li {
    font-size: 15px;
}
.recBox {
    border-radius: 0px 0px 0px 5px;
    top: 0;
}
.salntFetCard{
 margin-bottom: 0px;   
}

.feeBox {
    margin-bottom: 10px;
}
.videoSctn{
    padding-top: 0px
}
.videoSctn h2 {
    color: #fff;
    font-size: 17px;
}


.videoSctn a {
    margin-top: 11px;
}
.featCont {
    margin-top: 2%;
}
.featCont.mt-5 h3 {
    font-size: 20px;
    }
.featCont h5 {
    font-size: 16px;
}


}





